/* ================== 타이틀 섹션 스타일 추가 시작 ================== */
.wv-title-container { padding: 80px 20px; text-align: center; }
.wv-title-container .wv-title { font-size: 36px; font-weight: 700; color: #000; letter-spacing: -0.05em; }
.wv-title-container .wv-sub-title { font-size: 16px; font-weight: 500; color: #333; margin-top: 10px; letter-spacing: -0.02em; }
.wv-title-container .wv-title-line { width: 100px; height: 3px; background-color: #102476; margin: 30px auto; }
.wv-title-container .wv-title-desc { font-size: 18px; color: #555; line-height: 1.6; word-break: keep-all; }
@media screen and (max-width:768px) {
    .wv-title-container { padding: 50px 20px 0px 20px; }
    .wv-title-container .wv-title { font-size: 28px; }
    .wv-title-container .wv-sub-title { font-size: 14px; }
    .wv-title-container .wv-title-desc { font-size: 16px; }
    .br-pc { display: none; }
}
/* ================== 타이틀 섹션 스타일 추가 끝 ================== */

.wv-sub-con .wv-pc-img, .wv-sub-con .wv-mo-img { width: 100%; height: auto; }
.wv-sub-con .wv-mo-img { display: none; }
.wv-sub-con .wv-pc-img { display: block; }
#sub-about-us .wv-btn-wrap { position: relative; z-index: 100; }
#sub-about-us .wv-company-container { margin: 0 auto; width: 768px; border-top: 2px solid #000; }
#sub-about-us .wv-company-container > li { padding: 19px 30px; border-bottom: 1px solid #ddd; }
#sub-about-us .wv-box-container { flex-wrap: wrap; }
#sub-about-us .wv-box-container > li { position: relative; padding: 40px 20px; background: #fff; counter-increment: list-counter; }
#sub-about-us .wv-box-container > li:before { content: counter(list-counter, decimal-leading-zero); position: absolute; left: 20px; top: 20px; font-family: "Outfit", sans-serif; font-weight: 600; color: #999; }
#sub-about-us .wv-col-2 { width: calc(50% - 10px); }
#sub-about-us .wv-col-3 { width: calc(33.3% - 10px); }
#sub-about-us .wv-col-4 { width: calc(25% - 10px); }
#sub-about-us .wv-box-container .icon { color: var(--main-color); }
@media screen and (max-width:768px) {
    #sub-about-us { padding-top: 0px !important; }
    .wv-sub-con .wv-pc-img { display: none !important; }
    .wv-sub-con .wv-mo-img { display: block !important; }
}

/* 서브 페이지 공통 레이아웃 */
#sub-page-container { width: 100%; overflow: hidden; }
/* 상단 비주얼 섹션 */
.sub-visual { height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.sub-visual .en-title { font-size: 18px; font-weight: 300; letter-spacing: 2px; margin-bottom: 10px; opacity: 0.9; }
.sub-visual .main-title { font-size: 42px; font-weight: 700; letter-spacing: -1px; }
/* 서브 탭 메뉴 */
.sub-tab-nav { border-bottom: 1px solid #e2e2e2; background: #fff; }
.tab-list { display: flex; justify-content: center; max-width: 1200px; margin: 0 auto; list-style: none; padding: 0; }
.tab-list li { width: 180px; text-align: center; }
.tab-list li a { display: block; padding: 25px 0; font-size: 18px; color: #999; text-decoration: none; position: relative; transition: 0.3s; }
.tab-list li a.active { color: #102476; font-weight: 700; }
.tab-list li a.active::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background: #102476; }
/* 콘텐츠 상단 제목 영역 */
.content-header { padding: 80px 0 50px; text-align: center; }
.content-header .page-title { font-size: 36px; font-weight: 700; color: #333; margin-bottom: 15px; }
.content-header .title-underline { width: 40px; height: 3px; background: #102476; margin: 0 auto; }
/* 본문 테스트 영역 */
.test-area { max-width: 1200px; margin: 0 auto 100px; padding: 100px; border: 1px dashed #ccc; text-align: center; color: #bbb; }
@media screen and (max-width:768px) {
    .sub-visual { height: 250px; }
    .sub-visual .main-title { font-size: 30px; }
    .tab-list li { width: 25%; }
    .tab-list li a { font-size: 14px; padding: 15px 0; }
    .content-header { padding: 50px 0 30px; }
    .content-header .page-title { font-size: 28px; }
}


/* 의료진 소개 섹션 스타일 */
.doctor-intro-section { padding: 60px 0; background: #fff; }
.inner-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.profile-flex { display: flex; align-items: flex-start; gap: 60px; }

/* 사진 영역 */
.doctor-photo { flex: 0 0 450px; }
.doctor-photo img { width: 100%; border-radius: 20px; box-shadow: 0 15px 30px rgba(0,0,0,0.1); }

/* 텍스트 정보 영역 */
.doctor-details { flex: 1; }
.doctor-details .eng-name { font-size: 15px; color: #8a96bc; letter-spacing: 1px; margin-bottom: 5px; }
.doctor-details .intro-title { font-size: 28px; font-weight: 700; color: #333; margin-bottom: 20px; position: relative; }
.doctor-details .intro-title::after { content: ''; display: block; width: 30px; height: 2px; background: #333; margin-top: 10px; }

.name-box { 
    display: inline-block; 
    background: #102476; 
    color: #fff; 
    padding: 8px 25px; 
    font-size: 22px; 
    font-weight: 500; 
    margin-bottom: 25px; 
}
.name-box .highlight { font-weight: 700; margin-right: 5px; }

/* 약력 리스트 */
.history-list { list-style: none; padding: 0; margin: 0; }
.history-list li { 
    position: relative; 
    padding-left: 20px; 
    margin-bottom: 8px; 
    font-size: 16px; 
    color: #444; 
    line-height: 1.6; 
}
.history-list li::before { 
    content: '◆'; 
    position: absolute; 
    left: 0; 
    top: 4px; 
    color: #102476; 
    font-size: 12px; 
}
.history-list li.point { font-weight: 600; display: flex; align-items: center; gap: 8px; }
.history-list li.point::before { content: ''; } /* 전문의 항목은 아이콘이 있으므로 ◆ 제외 */
.k-icon { width: 20px; height: auto; }

/* 반응형 모바일 */
@media screen and (max-width: 991px) {
    .profile-flex { flex-direction: column; align-items: center; gap: 40px; }
    .doctor-photo { flex: 0 0 auto; width: 100%; max-width: 400px; }
    .doctor-details { width: 100%; }
}



/* 특장점 섹션 공통 스타일 */
.clinic-features-container { width: 100%; }

/* 각 개별 항목 섹션 */
.feature-section { padding: 80px 0; background: #ffffff; }
.feature-section.bg-gray { background: #f8f8f8; } /* 교차 배경색 */

/* 내부 레이아웃 */
.inner-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.feature-row { display: flex; align-items: center; justify-content: center; gap: 70px; }
.feature-row.reverse { flex-direction: row-reverse; }

/* 이미지 (원형) */
.feature-img { flex: 0 0 350px; text-align: center; }
.feature-img img { 
    width: 100%; 
    max-width: 350px; 
    border-radius: 50%; 
    box-shadow: 0 15px 30px rgba(0,0,0,0.06); 
    background: #fff; 
}

/* 텍스트 영역 */
.feature-text { flex: 1; max-width: 500px; }
.feature-text .num { font-size: 26px; font-weight: 900; color: #102476; display: block; margin-bottom: 5px; }
.feature-text h4 { font-size: 34px; font-weight: bold; color: #102476; margin-bottom: 20px; letter-spacing: -1px; }
.feature-text p { font-size: 20px; font-weight: 500;  color: #444; line-height: 1.7; word-break: keep-all; }

/* 모바일 대응 */
@media screen and (max-width: 768px) {
    .feature-section { padding: 60px 0; }
    .feature-row, .feature-row.reverse { flex-direction: column; text-align: center; gap: 30px; }
    .feature-img { flex: 0 0 auto; width: 280px; }
    .feature-text h4 { font-size: 24px; }
    .feature-text p { font-size: 16px; }
}