.brain_box {
    position: relative;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
}
	
.brain_box h2 {
    font-size: 27px;
}	
	
.women_section1{
	    background: #f3f4f8;
}
	
.women_section1 h2{
	 text-align: center;
    color: #0f0f0f;
	line-height: 1.3;
    font-weight: 700;
}
.women_section1 h2 b{
	 color: #c71515;
}
	
.women_section1 h3{
	font-size: 19px;
    text-align: center;
    font-weight: 500;
    color: #111111;
    padding: 20px 0px 40px;
}

.women_box {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.womenimg_box {
    position: relative;
    max-width: 600px;
    width: 100%;       /* 추가: 가로 폭이 줄어들 때 부모 박스도 함께 줄어들도록 설정 */
    height: auto;
    margin: 0 auto;
}

.women_img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.jagung {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.jagung img {
    width: 100%;
    height: auto;
    display: block;
}

/* 깜빡깜빡 */	
.highlight {
    position: absolute;
    border-radius: 50%;
    animation: blink 2s infinite;
    transform: translate(-50%, -50%); /* 추가: 기준점을 중심점으로 잡아야 비율 유지 시 오차가 적습니다 */
}

/* 4. 메인 자궁 위치 포인트 (.gut) */
.highlight.gut {	
    width: 16%;               /* 100px -> 부모 대비 비율로 변경 */
    height: 20%;              /* 120px -> 부모 대비 비율로 변경 */
    background-color: rgb(0 137 255 / 64%);
    filter: blur(15px);
    left: 50%;                /* 이미지 중앙 자궁 위치 기준점 조절 */
    top: 50%;                 
}
	
/* 5. 질환별 카드 포인트 예시 (.sang - 필요한 경우 사용) */
.highlight.sang {	
    width: 25%;
    height: 25%;
    background-color: rgb(0 137 255 / 64%);
    filter: blur(15px);
    left: 20%;
    top: 30%;
}
	
/* 6. 난임/불임 카드 포인트 (.naa) */
.highlight.naa {	
    width: 20%;               /* 100px -> 부모 대비 비율로 변경 */
    height: 20%;              /* 100px -> 부모 대비 비율로 변경 */
    background-color: rgb(255 0 0 / 28%);
    filter: blur(12px);
    left: 30%;                /* 왼쪽 난소 혹은 타겟 영역 비율 맞춤 */
    top: 45%;
}

 @keyframes blink {
            0%, 100% {
                opacity: 0;
            }
            50% {
                opacity: 1; 
            }
        }		
	
	
/* 어혈 */
.uhul_box {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
}

.uhul_box h2 {
    font-size: 30px;
    text-align: center;
    background: #af2424;
    color: #fff;
    width: 100%;
    max-width: 450px;
    border-radius: 100px;
    margin: 0 auto;
    line-height: 1.5;
    padding: 5px 20px;
    box-sizing: border-box;
    word-break: keep-all;
}

.uhul_box p {	
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 35px;	
    line-height: 1.4;
    word-break: keep-all;
}

.uhul_box p strong {	
    color: #af2424;
    font-size: 40px;	
}

.uhul_box img {	
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
}

/* ==========================================================================
   [새로운 디자인 클래스명 배정] Sticky형 앵커 탭 메뉴 및 콘텐츠
   ========================================================================== */

.women_list_box {
    background: #f3f4f8;
    padding-top: 50px;
    padding-bottom: 60px;
    width: 100%;
    box-sizing: border-box;
}
	
.urhul-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.urhul-main-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.3;
    word-break: keep-all;
}

.urhul-main-title span {
    color: #b82727;
}

/* 기존 스크립트의 간섭을 완전히 배제한 새 고정형 탭 Wrapper */
.anchor-tab-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;                
    z-index: 100;
    padding-bottom: 20px;
    background-color: #f3f4f8; 
}

.anchor-tab-container {
    background-color: #ffffff;
    border-radius: 30px;   
    padding: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    display: flex; 
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

.anchor-tab-item {
    flex: 1;
    text-align: center;
    padding: 12px 2px;
    font-size: 15px;
    font-weight: bold;
    color: #666;
    border-radius: 25px;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    text-decoration: none;
    box-sizing: border-box;
}



/* 기본 활성화 및 스타일 유지 클래스 */
.anchor-tab-item.active {
    background-color: #b82727;
    color: #ffffff;
}

.anchor-content-viewport {
    width: 100%;
    height: auto;
}

.anchor-content-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* 질환별 카드 본문 섹션 */
.urhul-content-section {
    width: 100%;
    box-sizing: border-box;
    /* 고정 메뉴 바 아래로 콘텐츠가 들어가지 않도록 계산된 스크롤 마진 보정 */
    scroll-margin-top: 90px; 
}

.urhul-content-card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    width: 100%;
    display: flex;
    align-items: center;
padding-left:20px;
	padding-right:20px;
    box-sizing: border-box;
}
	
	
#disease-1{	   
	height: 50px;
}
	
#disease-2{	   
	height: 50px;
}
	
.urhul-image-box {
    width: 45%;
    position: relative;
    flex-shrink: 0;
    display: inline-block; /* 추가: 이미지 크기에 박스를 밀착시킴 */
}
.urhul-image-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.description {
    width: 55%;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    word-break: keep-all;
	text-align: center;
}
.description span{
    display: inline-block;
    font-size: 16px;
    color: rgb(184, 39, 39);
    font-weight: bold;
    vertical-align: middle;
    margin-top: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(184, 39, 39);
    border-image: initial;
    padding: 2px 10px;
    border-radius: 5px;
	margin-bottom: 10px;
}

	.urhul-text-blue { color: #2b6cb0; }
.urhul-text-red { color: #c53030; }
.urhul-text-brown { color: #8a4b2d; }

/* 피부질환 치료 */	
#skin_chiro_list {	
    margin-top: 50px;	
    box-sizing: border-box;
}

#skin_chiro_list ul {
    position: relative;
    max-width: 900px;
    width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0;
    list-style: none;
}

#skin_chiro_list ul li {
    position: relative;
    flex: 1;
    margin-left: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

#skin_chiro_list ul li img {
    width: 100%;
    height: auto;
    display: block;
}

#skin_chiro_list ul li h3 {
    text-align: center;
    font-size: 22px;
    background: #dc2b43;
    color: #fff;
    line-height: 2;
    margin: 0;
}

#skin_chiro_cul {
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: auto !important;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    box-sizing: border-box;
}

.skin_atopy {	
    flex: 1;
    min-width: 280px;
    max-width: 590px;
    height: auto !important;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    box-sizing: border-box;
    margin-left: 0 !important;
}

.skin_atopy h3 {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.skin_atopy img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}
	
.skin_chiro_list_txt {
    background: #fff;
    padding: 20px;
	padding-right: 32px;
}	
.skin_chiro_list_txt p {
    background: #dc2b43;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 150px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: 600;
}	
.skin_chiro_list_txt span {
    font-size: 18px;
}
	
/* 생선냄새 진단*/	
.biman_jindan {
    background-image: linear-gradient(-45deg, #071e25, #414141, #071e25);
    background-size: 400% 400%;
    animation: colorChange 3s ease infinite;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.smell_jindan {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.smell_jindan h2 {	
    font-size: 26px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px;
    word-break: keep-all;
}

.smell_jindan h2 b {	
    color: #ff8a8a;
}

.byun_jindan_grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    margin: 0 auto;
	padding:0;
}

.byun_jindan_grid .grid_item {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
}

.grid_item_txt {
    height: auto;
    padding: 25px 20px;
    text-align: center;
    box-sizing: border-box;
}

.grid_item_txt h4 {
    font-size: 20px;
    font-weight: 700;
    color: #141414;
    margin: 0 0 10px 0;
}

.grid_item_txt p {
    font-size: 15px;
    color: #555555;
    line-height: 1.4;
    margin: 0;
    word-break: keep-all;
}

.byun_jindan_grid .grid_item img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: auto;
}

.ps_txt {
    background: #575757;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 35px;
    text-align: center;
    word-break: keep-all;
}

/* 치료 후기 */	
#women_nareview{
	background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 550px;
    padding: 25px 40px 20px;
    box-sizing: border-box;
    position: relative;
}
#women_nareview ul {
    padding: 0;
    list-style: none;
}
#women_nareview ul li{
    border: 1px solid #e3e3e3;
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;	
	margin-bottom: 12px;
}
	
#women_nareview ul li p{
	font-size: 15px;
	margin-bottom: 15px;
}
#women_nareview ul li span{
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    padding: 5px;
    background: #f1f1f1;	
}
	
#women_nareview ul li strong{
    font-size: 14px;
    margin-left: 10px;
}

/* ==========================================================================
   [반응형 미디어 쿼리] 모바일 기기 레이아웃 
   ========================================================================== */

@media screen and (max-width: 1100px) {
    .women_box {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .womenimg_box { max-width: 450px; }
    #skin_chiro_list ul, #skin_chiro_cul { flex-direction: column; align-items: center; }
    #skin_chiro_list ul li, .skin_atopy { width: 100%; max-width: 500px; }
    .uhul_box h2 { font-size: 26px; max-width: 380px; }
    .uhul_box p { font-size: 22px; }
    .uhul_box p strong { font-size: 32px; }
}

/* 모바일 통합 해상도 기준 구간 (768px 이하) */
@media screen and (max-width: 768px) {
    .women_list_box {
        padding-top: 35px;
        padding-bottom: 45px;
    }
    .urhul-main-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .anchor-tab-item {

        padding: 10px 0;
    } /*         font-size: 13.5px; */

    /* 상단 Sticky 메뉴 바 모바일 최적화 타겟 스크롤 배치 */
    .anchor-tab-wrapper {
        padding-bottom: 15px;
        scroll-margin-top: 0;
    }

    /* 카드를 무조건 세로 한 칸 정렬로 압축하여 모바일 가독성 향상 */
    .urhul-content-card {
        flex-direction: column;
        padding: 16px;
        gap: 16px;
        height: auto !important;
    }
    .urhul-image-box {
        width: 100%;
    }
    .description {
        width: 100%;
        padding-left: 0;
        text-align: center;
        font-size: 18px;
    }

    /* 모바일 타겟 여백 증가 */
    .urhul-content-section {
        scroll-margin-top: 140px; 
    }

    #skin_chiro_list ul li, .skin_atopy { max-width: 100%; }
    #skin_chiro_list ul li h3, .skin_atopy h3 { font-size: 19px; }
    .smell_jindan h2 { font-size: 24px; }
	
	.highlight.gut {
        filter: blur(8px);
        width: 18%; /* 모바일에서 시인성을 위해 크기 비율을 살짝 키움 */
        height: 22%;
    }
    .highlight.naa {
        filter: blur(6px);
        width: 22%;
        height: 22%;
    }
}

@media screen and (max-width: 600px) {
    .brain_box { padding-top: 30px; }
    .uhul_box h2 { font-size: 22px; max-width: 290px; padding: 4px 15px; }
    .uhul_box p { font-size: 18px; }
    .uhul_box p strong { font-size: 24px; }
    .uhul_box img { border-radius: 15px; }
    #donut-wrap, #donutSvg { width: 180px !important; height: 180px !important; }
}

/* PC 해상도 최적화 규격 (1024px 이상) */
@media screen and (min-width: 1024px) {
    .smell_jindan { padding-top: 80px; padding-left: 0; padding-right: 0; }
    .smell_jindan h2 { font-size: 43px; margin-bottom: 50px; }
    .byun_jindan_grid { flex-direction: row; justify-content: space-between; gap: 20px; }
    .byun_jindan_grid .grid_item { flex: 1; max-width: 380px; margin: 0; }
    .grid_item_txt { height: 145px; display: flex; flex-direction: column; justify-content: center; }
    .ps_txt { font-size: 15px; margin-top: 45px; }
    #women_nareview { float: right; }
}
	
	
#chart-containerbox {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 만족도 차트 박스 공통 */
.chart-container_right {
    position: relative;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 25px 30px;
    box-sizing: border-box;
}

/* 네이버 플레이스 후기 박스 공통 (기존 스타일 보완) */
#women_nareview {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 25px 30px 20px;
    box-sizing: border-box;
    position: relative;
}

/* 차트 내부 텍스트 위치 보정 */
.chart-container_right .title-sub-txt {
    text-align: right; 
    font-size: 13px; 
    color: #959595;
    margin-top: -15px;
    margin-bottom: 20px;
    display: block;
}

/* ==========================================================================
   반응형 미디어 쿼리 수정 및 병합
   ========================================================================== */

/* 1024px 이상 PC 규격 처리 */
@media screen and (min-width: 1024px) {
    #chart-containerbox {
        flex-direction: row;        /* PC에서는 가로로 나란히 배치 */
        justify-content: center;
        align-items: stretch;       /* 높이를 동일하게 맞춤 */
        gap: 30px;
    }
    .chart-container_right, #women_nareview {
        flex: 1;
        max-width: 535px;           /* 사이 좋게 절반씩 차지 */
        margin: 0;
    }
    /* 기존에 레이아웃을 깨뜨리던 float 제거 */
    #women_nareview { float: none !important; } 
}

/* 768px 이하 모바일 규격 처리 */
@media screen and (max-width: 768px) {
    #chart-containerbox {
        margin-top: 30px;
        gap: 25px;
    }
    .chart-container_right, #women_nareview {
        padding: 20px 20px 15px;
    }
    .chart-container_right h3.title, #women_nareview h3.title {
        font-size: 19px !important;
    }
}	

.highlight.yu {    
    width: 18%;               /* 이미지 대비 가로 크기 비율 (원하는 크기로 조절 가능) */
    height: 18%;              /* 이미지 대비 세로 크기 비율 */
    background-color: rgba(224, 51, 51, 0.65); /* 변한의원 키 컬러 계열의 진한 빨간색 */
    filter: blur(12px);       /* 부드럽게 퍼지는 광채 효과 */
    left: 30%;
    top: 30%;
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%); /* 중심점을 기준으로 정렬 */
    animation: blinkYu 2s infinite ease-in-out; /* 부드러운 깜빡임 애니메이션 적용 */
    z-index: 2;
}

/* 유 일러스트 전용 부드러운 깜빡임 애니메이션 */
@keyframes blinkYu {
    0%, 100% {
        opacity: 0.3;         /* 완전히 사라지지 않고 은은하게 남겨둠 */
        transform: translate(-50%, -50%) scale(0.9);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1); /* 깜빡일 때 살짝 커지는 맥박 효과 */
    }
}

/* 모바일 화면(768px 이하)에서 크기 및 블러 보정 */
@media screen and (max-width: 768px) {
    .highlight.yu {
        filter: blur(8px);
        width: 22%;          /* 모바일에서 시인성을 위해 크기를 살짝 키움 */
        height: 22%;
    }
}