.brain_section1{    
		background: #f3f4f8;
	}

.byunbi-list h2{
margin-bottom: 0px;
    font-size: 40px;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
.byunbi-list h2 {
       font-size: 27px;
    }
}

@media (min-width: 200px) and (max-width: 376px) {
    
.byunbi-list h2 {
       font-size: 24px;
    }
}


.brain_box{

    position: relative;
    margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
    padding-top: 50px;
	}

	.brain_box h2{

			font-size: 27px;
		    text-align: center;
   			 line-height: 1.3;
    		font-weight: 700;
			color:#393939;
	}
	
	.brain_box h3{
font-size: 19px;
    text-align: center;
    font-weight: 600;
    color: #515151;
    padding: 20px 0px 40px;
   	color:#313131;

}
	
.byun_box h2{
    font-size: 35px;
}


/* 뇌질환 치료 공통 */
#brain_chiro {
    background-image: linear-gradient(-45deg, #071e25, #414141, #071e25);
    background-size: 400% 400%;
    animation: colorChange 3s ease infinite;
}

#brain_hanyack {
    width: 100%;
    max-width: 1000px;
    height: 450px;
    margin: 0 auto;
    background-image: url(https://byun60072.godomall.com/data/skin/front/pure/img/byunhom/jayulsin/mhanyack_brain1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
}

#brain_hanyack .brainhan_list {
    position: absolute;
    text-align: left;
    left: 180px;
    top: 100px;
}

#brain_hanyack .brainhan_list h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1c2a38;
    margin: 0 0 12px 0;
    letter-spacing: -1px;
}

#brain_hanyack .brainhan_list p {
    font-size: 19px;
    color: #4a5568;
    margin: 0 0 30px 0;
    font-weight: 500;
}

#brain_hanyack .brainhan_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#brain_hanyack .brainhan_list ul li {
    font-size: 16px;
    color: #555555;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

#brain_hanyack .brainhan_list ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #555555;
    font-weight: bold;
}

/* 미주신경 레이아웃 */
.vagus_box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vagus-title-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.vagus-main-title { 
    font-size: 40px;
}

.jayulsin_content {
    display: flex;
    flex-direction: row;        
    justify-content: center;
    align-items: center;
    gap: 40px;                  
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.image-placeholder-2 {
    position: relative;
    width: 100%;
    max-width: 450px;           
    display: flex;
    justify-content: center;
    flex: 1;
}

.image-placeholder-2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#symptom-card {
    border: 3px solid #5bc68d;
    border-radius: 15px;
    padding: 25px 30px;
    background-color: #effbf2;
    max-width: 700px;
    box-sizing: border-box;
    flex: 1;
}

.symptom-item {
    margin-bottom: 18px;
}

.symptom-item:last-child {
    margin-bottom: 0;
}

.symptom-name {
    font-size: 20px;
    font-weight: 700;
    color: #0b6535;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.symptom-name::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #5bc68d;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;             
}

.symptom-detail {
    font-size: 17px;            
    color: #666666;
    padding-left: 18px;
    line-height: 1.4;
    word-break: keep-all;       
}

/* ==========================================================================
   7. 3단 영양/산소/자극 자원 주입 구조 및 만족도 수치 서브 레이아웃
   ========================================================================== */
.brain_3dan-container {
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
}

.brain_3dan-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333333;
    line-height: 1.4;
    letter-spacing: -1px;
    word-break: keep-all; 
}

.brain_3dan-title span {
    color: #00a37b;
}

.brain_3dan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 25px; 
}

#brain_dan1, #brain_dan2, #brain_dan3 {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06); 
    background-color: #ffffff;
    position: relative; 
    display: flex;
    flex-direction: column; 
}

#brain_dan1 .brain_3dan-header { background-color: #1cb375; }
#brain_dan2 .brain_3dan-header { background-color: #37a678; }
#brain_dan3 .brain_3dan-header { background-color: #198e5e; }

.brain_3dan-header {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.brain_3dan-image-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 68%; 
}

.brain_3dan-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.4s ease; 
}

#brain_dan1:hover .brain_3dan-image,
#brain_dan2:hover .brain_3dan-image,
#brain_dan3:hover .brain_3dan-image {
    transform: scale(1.05);
}

.brain_man-container {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    padding: 40px 0px 0px 0px; 
    text-align: center;
    box-sizing: border-box;
}

.brain_man-header h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 60px 0;
    letter-spacing: -1px;
    word-break: keep-all;
}

.brain_man-stats {
    display: flex;
    justify-content: center;
    align-items: stretch; 
    max-width: 1000px;
    margin: 0 auto;
}

.brain_man-stat-item {
    flex: 1;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; 
}

.brain_man-stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%; 
    background-color: rgba(255, 255, 255, 0.25);
}

.brain_man-label {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.brain_man-number-box, .brain_man-award-box {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.brain_man-counter, .brain_man-award {
    font-size: 54px;
    font-weight: 700;
    line-height: 1;    

} /*color: #fff42e;*/

.brain_man-award {
    font-size: 42px;
    color: #ffffff;
    letter-spacing: -1px;
}

.brain_man-unit {
    font-size: 54px;
    font-weight: 700;

}/*color: #fff42e;*/

.brain_man-subtext {
    font-size: 16px;
    color: #b0b8c1;
    margin-top: 5px;
}

.brain_man-subtext.gold {
    color: #e7e06a; 
}

/* ==========================================================================
   8. 중형 태블릿 해상도 대응 반응형 미디어 쿼리 (1024px ~ 1280px)
   ========================================================================== */
@media (min-width: 1024px) and (max-width: 1280px) {
    #symptom-card {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    #jayul_gyogam .jg-card {
        width: 100%;
        max-width: 600px; 
        padding: 25px 20px;
    }

    #jayul_gyogam .jg-list {
        display: flex;
        flex-direction: column;
        max-width: none;            
        width: fit-content;         
        margin: 0 auto;             
        text-align: left;           
        gap: 12px;
    }

    #jayul_gyogam .jg-badges {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        flex-direction: row; 
        justify-content: center;
        gap: 10px;
        width: 100%;
        margin: 0 0 15px 0;
    }

    #jayul_gyogam .jg-badge {
        font-size: 20px;
        padding: 8px 20px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    #jayul_gyogam .jg-list li {
        font-size: 20px;
    }

    .brain_3dan-title {
        font-size: 34px;
        margin-bottom: 25px;
    }
    .brain_3dan-header {
        font-size: 21px;
        padding: 15px 10px;
    }
    .brain_3dan-grid {
        gap: 15px; 
        padding: 20px;
    }

    .brain_man-header h2 {
        font-size: 32px;
    }
    .brain_man-counter, .brain_man-unit {
        font-size: 46px;
    }
    .brain_man-award {
        font-size: 36px;
    }
    .brain_man-label {
        font-size: 18px;
    }
}

/* ==========================================================================
   9. 모바일 및 미디엄 스마트폰 완벽 호환 레이아웃 (991px / 768px 이하)
   ========================================================================== */
@media screen and (max-width: 991px) {
    .jayulsin_content {
        flex-direction: column;
        gap: 25px;
        padding: 15px;
    } 
    
    .image-placeholder-2 {
        max-width: 250px;        
        width: 55%;              
        margin: 0 auto;          
    }

    .image-placeholder-2 img {
        width: 100%;
        height: auto;
    }
    
    #symptom-card {
        width: 100%;
        margin: 0 auto;
    }

    .vagus-main-title {
        font-size: 28px;         
        line-height: 1.4;
    }
}

@media screen and (max-width: 768px) {
    /* 모바일 브레인 섹션 1 줄임 설정 및 탭 카드를 수직 배열로 전면 변환 */
    .brain_section1 {

    }

    .brain_box h2 {

    }


    .ticadhd_tab-buttons {
        gap: 10px;
    }

    .ticadhd_tab-btn {
        padding: 10px 0;
        font-size: 16px;
    }

    .ticadhd_tab-card {
        flex-direction: column;
        min-height: auto;
        border-radius: 15px;
    }

    .ticadhd_tab-panel {
        flex-direction: column;
    }

    .ticadhd_tab-visual {
        width: 100%;
        padding: 30px 20px 10px 20px;
        background-color: #ffffff;
    }

    .ticadhd_tab-visual img {
        max-width: 240px;
    }

    .ticadhd_tab-content {
        width: 100%;
        padding: 20px 20px 30px 20px;
        gap: 20px;
    }

    .ticadhd_tab-title {
        font-size: 18px;
    }

    .ticadhd_tab-desc {
        font-size: 15px;
    }

    /* 뇌 염증 유발 소장파트 모바일 전환 */
    #tic_yum, #adhd_yum {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    #tic_yum img, #adhd_yum img {
        width: 100%;
    }

    .ticadhd_txt {   
width: 100%;
    }

    .ticadhd_txt h3 {
        font-size: 24px;
		text-align: left;	
    }

    .ticadhd_list li {
        font-size: 18px;
    }

    /* 한약 및 3단 치료요법 모바일 대응 */
    #brain_hanyack {
        max-width: 100%;
        height: 0;
        padding-bottom: 95%;                
        margin: 25px auto 0 auto;
        background-image: url('https://www.okbyun.co.kr/img/byunhom/jayulsin/mhanyack_brain.jpg');
        background-position: bottom center;   
        background-size: 100% auto;
    }


   #brain_hanyack .brainhan_list {
	position: absolute;
        top: 3%;
        right: 5%;
        left: auto;
        transform: none;
        padding: 10px 20px;
        background: #ffffffad;
        border-radius: 10px;
        box-shadow: rgb(0 0 0 / 11%) 0px 4px 8px;
    }

    #brain_hanyack .brainhan_list h2 { font-size: 30px; }
    #brain_hanyack .brainhan_list p { font-size: 14px; margin-bottom: 15px; line-height: 1.3; }
    #brain_hanyack .brainhan_list ul li { font-size: 15px; }



    .brain_3dan-title {
        font-size: 26px; 
        line-height: 1.4;
        margin-bottom: 25px;
    }

    .brain_3dan-grid {
        grid-template-columns: 1fr; 
        gap: 15px;
        max-width: 100%;
        margin: 0 auto;
    }

    .brain_3dan-header {
        width: 60%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; 
        font-size: 17px; 
        padding: 0 15px;
        text-align: center;
        word-break: keep-all;
        flex: 4;
    }

    #brain_dan1, #brain_dan2, #brain_dan3 {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 90px; 
        border-radius: 10px;
    }

    .brain_3dan-image-box {
        width: 40%;
        height: 100%;
        padding-bottom: 0; 
        flex: 6;
    }

    /* 통계치 및 진료 만족도 모바일 대응 */
    .brain_man-container {
        padding: 20px 0 0 0;
    }

    .brain_man-header h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .brain_man-stats {
        flex-direction: column;
        gap: 30px; 
        max-width: 600px;
        margin: 0 auto;
    }

    .brain_man-stat-item {
        width: 100%;
        padding: 10px 0 25px 0;
        box-sizing: border-box;
    }

    .brain_man-stat-item:not(:last-child)::after {
        position: absolute;
        right: 10%;
        bottom: 0;
        top: auto; 
        width: 80%; 
        height: 1px;
        background-color: rgba(255, 255, 255, 0.15);
    }

    .brain_man-label {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .brain_man-number-box, .brain_man-award-box {
        min-height: auto; 
        margin-bottom: 5px;
    }

    .brain_man-counter, .brain_man-unit { font-size: 44px; }
    .brain_man-award { font-size: 34px; }
    .brain_man-subtext { font-size: 14px; }
}

/* ==========================================================================
   10. 초소형 화면 스마트폰 대응 레이아웃 (480px / 360px 이하)
   ========================================================================== */
@media screen and (max-width: 480px) {
    .image-placeholder-2 {
        max-width: 200px;        
        width: 60%;
    }
    #symptom-card {
        padding: 20px 18px;      
    }
    .symptom-name {
        font-size: 18px;
    }
    .symptom-detail {
        font-size: 15px;
    }
    #jayul_gyogam .jg-list li {
        text-align: left;
    }
}



@media screen and (max-width: 600px) {
    #jg-sub-title { font-size: 16px; padding: 12px 15px; }
    #jayul_gyogam .jg-card-title { font-size: 20px; }
    #jayul_gyogam .jg-list {
        max-width: 200px;
        gap: 5px;
    }
    #jayul_gyogam .jg-list li {
        font-size: 17px;       
        text-align: left;
        white-space: nowrap;
    }
    #jayul_gyogam .jg-badges {
        justify-content: left;
        margin: 0 0 20px 0;
        flex-wrap: wrap;
        gap: 8px;
        font-size: 15px;
        flex-direction: column;
    } 
    .ticadhd_tab-visual img {
        max-width: 500px;
    }

}

@media screen and (max-width: 430px) {
    #brain_hanyack .brainhan_list h2 {
        font-size: 24px;
        margin-bottom: 6px;
    }   
#brain_hanyack .brainhan_list ul li {
        font-size: 13px;
        margin-bottom: 5px;
        padding-left: 12px;
    }
}


@media screen and (max-width: 360px) {
    .brain_box h2 { }
    .ticadhd_tab-btn { font-size: 15px; }
    .brain_3dan-title { font-size: 22px; }
    .brain_3dan-header { font-size: 15px; flex: 4; }
    .brain_3dan-image-box { flex: 6; }
}

/* 체질, 자율신경*/
	
#jay-container {
    display: flex;
    gap: 30px; /* 기존 350px 과도한 여백을 현실적인 값으로 수정 */
    width: 100%;
    border-radius: 20px;
    justify-content: center;
    align-items: stretch; /* 두 박스의 높이를 통일 */
    position: relative; /* absolute 제거 */
    bottom: auto; /* 고정 위치 해제     margin-top: 40px; */

    margin-bottom: 40px;
    z-index: 2;
}

.chajil_box, .jay_box {
    flex: 1;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    min-height: 150px;
    transition: transform 0.3s ease;
    cursor: default;
}

@media screen and (max-width: 768px) {
    .brain_section1 {
   
    }

    .brain_box h2 {
        line-height: 1.4;
    }

    .brain_box h3 {

    }

    /* 모바일에서는 체질/자율신경 박스를 세로 1렬로 배열 */
    #jay-container {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }

    .chajil_box, .jay_box {
        width: 100%;
        min-height: auto; /* 고정 최소 높이 해제 */
        padding: 20px;
        flex-direction: row; /* 텍스트와 아이콘은 가로 배열 유지 */
        align-items: center;
    }

    .text-area {
        gap: 6px;
        text-align: left;
    }

    .text-area h4 {
        font-size: 20px;
    }

    .text-area p {
        font-size: 14px;
        line-height: 1.4;
    }

    .text-area p br {
        display: none; /* 모바일에서 애매한 줄바꿈 제거 */
    }

    .icon-area {
        width: 60px;
        height: 60px;
        margin-left: 10px;
    }

    .icon-area img {
        width: 100%;
        height: auto;
    }
}





    .chajil_box:hover, .jay_box:hover {
      transform: translateY(-5px);
    }










    /* 텍스트 영역 */
    .text-area {
      display: flex;
      flex-direction: column;
      gap: 14px;
text-align: left;
    }

    .text-area h4 {
      margin: 0;
      font-size: 28px;
      font-weight: 700;
      color: #000000;
      letter-spacing: -1px;
    }

    .text-area p {
      margin: 0;
      font-size: 17px;
      color: #333333;
      line-height: 1.6;
      word-break: keep-all;
    }

    /* 아이콘 영역 */
    .icon-area {
      width: 85px;
      height: 85px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      margin-left: 15px;
    }

	
/* 장으로 수족냉증 */	
	.hand_cold_container {

   			 margin-top: 30px;
        }

        /* 상단 타이틀 영역 */
        .hand_cold_header {
            margin-bottom: 45px;
			text-align: center;
		    margin-top: 50px;
        }

 .hand_cold_header h1 {
        font-weight: 700;
    color: #000000;
    font-size: 27px;
        }

 .hand_cold_header p {
             font-size: 40px;
			 font-weight: 800;		
  			  color: #2e7cc4;
        }

 /* 마우스 오버 옆에 이미지 변경 */  
.container {
    display: flex;
    width: 100%;
    height: 450px;
    background: #f5f7fa;
    border-radius: 20px;
    gap: 40px;
}

/* 왼쪽 텍스트 리스트 스타일 */
.text-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
	padding:30px;
}

.list-item {
    padding: 18px 25px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #a0a0a0; /* 기본 비활성화 글자색 */
    cursor: pointer;
    transition: all 0.3s ease;
}

/* [조건 1] 처음에는 첫 번째 항목이 활성화 상태 */
.text-list .item-1 {
    background-color: #2e7cc4;
    color: #ffffff;
}

/* 마우스 오버 시 스타일 변경 (초록 배경 + 흰 글씨) */
.text-list:hover .list-item {
    background-color: transparent;
    color: #a0a0a0;
}

.text-list .list-item:hover {
    background-color: #2e7cc4 !important;
    color: #ffffff !important;
}


/* 오른쪽 이미지 영역 스타일 */
.image-display {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 이미지 박스 공통 스타일 */
.img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;

}
	
.img-box img{	
	width: 325px;
    margin-left: 50px;
}
	

/* 이미지 경로 설정 (실제 이미지 파일명으로 변경하여 사용하세요) */
.img-box.img-1 { background-image: url(''); }
.img-box.img-2 { background-image: url(''); }
.img-box.img-3 { background-image: url(''); }
.img-box.img-4 { background-image: url(''); }

/* [조건 2] 기본 상태에서는 이미지 1이 노출 */
.img-box.img-1 {
    opacity: 1;
}

/* [조건 3] 마우스 오버 시 해당 이미지로 교체 처리 */
/* 전체 리스트에 호버가 들어가면 기본 이미지1을 숨김 */
.container:has(.text-list:hover) .img-box.img-1 {
    opacity: 0;
}

/* 각 항목에 마우스가 올라갔을 때 1:1 매칭되는 이미지 보여주기 */
.container:has(.item-1:hover) .img-box.img-1 { opacity: 1; }
.container:has(.item-2:hover) .img-box.img-2 { opacity: 1; }
.container:has(.item-3:hover) .img-box.img-3 { opacity: 1; }
.container:has(.item-4:hover) .img-box.img-4 { opacity: 1; }
	
	

	
/* 자율신경실조증이란? 박스 */
#definition-box {
    border-radius: 20px;
    text-align: center;
    max-width: 700px;
   margin: 0 auto;
    border: 2px solid #f0f5fa;
    overflow: hidden;
}


.definition-title {
    font-size: 23px;
    font-weight: 700;
    color: #1e3a45;
    padding: 15px;
    background: #f0f5fa;
    margin: 0;
}

.definition-desc {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.6;
    word-break: keep-all;
    font-weight: 600;
    padding: 20px;
    margin: 0;
}
	
	
/* 소장 치료하지 않으면 수족냉증 */	
.sojang_bangock{
	background: #f7fcff;
	margin-top:50px;
}
	
	
.sojang_bangock_box ul li{
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 13px #e5f2fa;
}
	
.sojang_bangock_box ul li:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 1px 15px #e5f2fa;
}





.sujock_topbox { 
    padding: 20px; 
    text-align: center;
}
.sujock_simg {      
    width: 100%;       
    max-width: 400px;  
    height: auto;      
    display: inline-block; 
}

/* PC 버전 기본 컨테이너 너비 제한 (필요시 조절) */
.hand_cold_container {
    max-width: 1100px;
    margin: 0 auto;
	padding-top: 20px;
}
.hand_cold_header {
    text-align: center;
    margin-bottom: 40px;
}

/* === [모바일 전용 최적화: 화면 너비 768px 이하] === */
@media screen and (max-width: 768px) {
  
.msujockimg{	
	width: 100%;
        height: 560px;
        background-image: url('https://www.okbyun.co.kr/img/byunhom/handcold/cold_change_02.png');
        background-position: center;
        background-repeat: no-repeat;
        object-fit: contain;
}
	
	
	.text-list:hover .list-item {       
		background: #ffffff;
	}
	
	.hand_cold_container {
        padding: 20px 15px;
        box-sizing: border-box;
    }
	.container{
		height: 340px;
	}
	

    /* 1. 모바일에서는 기존 PC형 우측 대형 이미지 영역을 숨깁니다 */
    .hand_cold_container .container .image-display {
        display: none !important;
    }

    /* 2. 전체 리스트를 세로 정렬 체크리스트 박스로 변환 */
    .hand_cold_container .container .text-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    /* 3. 개별 아이템을 가로형 체크리스트 열로 레이아웃 변경 */
    .hand_cold_container .list-item {
        display: flex;
        align-items: center;
        justify-content: space-between; /* 텍스트는 왼쪽, 이미지는 오른쪽 */
        width: 100% !important;
        background: #ffffff; /* 연한 배경으로 박스 처리 */
        border: 1px solid #e9ecef;
        border-radius: 8px;
        padding: 15px 20px 15px 15px;
        box-sizing: border-box;
        transition: all 0.25s ease; /* 부드러운 전환 효과 */
        cursor: pointer;
    }

    /* 4. 체크리스트 느낌을 주기 위해 텍스트 앞에 가상 아이콘(체크박스) 생성 */
    .hand_cold_container .list-item::before {
        content: "✓"; 
        font-weight: bold;
        color: #2e7cc4; /* 변한의원 포인트 블루 컬러 매칭 */
        font-size: 1.2rem;
        margin-right: 12px;
        flex-shrink: 0;
        transition: color 0.25s ease;
    }

    /* 5. 텍스트 정렬 */
    .hand_cold_container .list-item span {
        font-size: 1rem;
        color: #333;
        font-weight: 500;
        line-height: 1.4;
        word-break: keep-all;
        flex-grow: 1;
        text-align: left;
        transition: color 0.25s ease;
    }

    /* 6. 모바일 마우스 오버(Hover) 시 스타일 변경 (배경색 + 글자색 + 체크기호 동시 변경) */
    .hand_cold_container .list-item:hover {
        background-color: #2e7cc4 !important; /* 포인트 블루 배경 */
        border-color: #2e7cc4;
    }
    .hand_cold_container .list-item:hover::before {
        color: #ffffff !important; /* 체크 기호 흰색으로 */
    }
    .hand_cold_container .list-item:hover span {
        color: #ffffff !important; /* 글자색 흰색으로 */
    }

    /* 7. 모바일 체크리스트 우측에 연동된 이미지 노출 설정 */
    .hand_cold_container .list-item .mo-inline-img {
        display: block !important;
        width: 55px;
        height: 55px;
        object-fit: cover;
        border-radius: 50%; /* 원형 이미지 처리 */
        margin-left: 10px;
        flex-shrink: 0;
        border: 2px solid #fff; /* 호버 시 돋보이도록 흰색 테두리 */
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }
}

/* PC 버전에서는 모바일용 인라인 이미지를 숨김 */
.hand_cold_container .list-item .mo-inline-img {
    display: none;
}