@charset 'utf-8';

/* ====================== */
/* UI Reset */
/* ====================== */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiro+Telugu:ital@0;1&display=swap');
.nanum-myeongjo {
    font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
}

* {margin:0;padding:0;font:inherit;font-family: 'Pretendard', Pretendard, sans-serif;letter-spacing:-0.2px;}
*, *::before, *::after {box-sizing:border-box;}
html {font-size: 62.5%;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;}
img, video, svg, picture {display:block;height:auto;max-width:100%;}
body {font-size:16px;color:#000;line-height:1.4;overflow-x:hidden;background:#f8f8f8;}
a {text-decoration:none;cursor:pointer;color:#000;}
button {border:none;cursor:pointer;background-color:transparent;}
sup {line-height:1;vertical-align:0px;}
ul, ol, li {list-style:none;}
input,textarea,button,select,a {-webkit-tap-highlight-color: transparent;}

input {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
input::-ms-clear {display: none;}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
input[type='number'] {-moz-appearance: textfield;}

select {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand {display: none;}


/* ====================== */
/* common */
/* ====================== */
:root {
    --primary-color: #4189E5;
    --yellow-color: #FFFFBF;
    --gray-color: #464646;
    --purple-color: #896FED;
    --indigo-color: #6F7EED;

    --gradient-primary-start: #4189E5;
    --gradient-primary-end: #8CBEFF;
}

.ta-center {text-align:center;}
.ta-right {text-align:right;}
.ta-left {text-align:left;}

.w-full {width:100%;}
.w-half {width:50%;}

.blind {position: absolute;width: 1px;height: 1px;clip: rect(0 0 0 0);overflow: hidden;}

.pc-only {}
.mo-only {display:none !important;}

.header {background: var(--primary-color); position:sticky; top:0; left:0; z-index: 1000; width:100%;}
.header .inner {display:flex;margin: 0 auto;max-width: 1280px;height: 100px;align-items:center;gap:100px;}
.header .btn-menu {display:none;}
.header .gnb {margin-left:auto;}
.header .gnb-list {display:flex;align-items:center;gap: 60px;}
.header .gnb-item {text-align:center;position:relative;height:100px;display:flex;align-items:center;justify-content:center;}
.header .gnb-item a {color: #fff;font-size:18px;font-weight:600;}
.header .gnb-list ul {position:absolute;background-color:#fff;top:100px;width:130px;max-height:0;overflow:hidden;transition:max-height .5s ease;z-index:2;}
.header .gnb-list ul a {display:block;color:#333;font-size:15px;height:40px;line-height:40px;font-weight:400;}
.header .header-logo {height:52px;}

@media (hover: hover) {
    .header .gnb-list ul a:hover {color:#4189E5;font-weight:700;}
    .header .gnb-item:hover ul {max-height:120px;}
}

.footer {padding:60px 0;background: var(--primary-color);}
.footer .inner {max-width: 1280px;margin:0 auto;}
.footer-top {display:flex;border-bottom:1px solid #fff;}
.footer-top .clinic {padding:50px 0;color: #fff;border-right: 1px solid #fff;flex: 1;display:flex;flex-direction:column;gap:24px;}
.footer-top .clinic-row {display:flex;align-items:center;gap:30px;}
.footer-top .clinic-row:last-of-type {align-items:start;}
.footer-top .clinic-label {font-size: 20px;font-weight:700;flex:none;}
.footer-top .clinic-value {flex:1;}
.footer-top .clinic-value a {color:#fff;font-size:30px;}
.footer-top .clinic .timetable {font-size: 18px;font-weight: 600;}
.footer-top .clinic .timetable-row {display:flex;align-items:center;gap:40px;margin-bottom:12px;}
.footer-top .clinic .timetable-day {width:130px;}
.footer-top .clinic-note {font-size:15px;}
.footer-top .location {padding:33px 0 54px 90px;}
.footer-top .location .root_daum_roughmap .cont {display:none !important;}
.footer-top .location .root_daum_roughmap .wrap_controllers {display:none !important;}
.footer-top .location .root_daum_roughmap .wrap_btn_zoom {z-index:1;}
.footer-top .location-map {width: 550px;}
.footer-top .location-address {color:#fff;font-size:23px;font-weight:600;margin-top:30px;padding-left:30px;position:relative;}
.footer-top .location-address:before {content:'';display:block;position:absolute;width:19px;height:24px;background:url(/images/location_icon.png) no-repeat center/contain;left:0;top:3px;}
.footer-top .location-address span {font-size:20px;font-weight:400;}
.footer-btm {margin-top:50px;position:relative;}
.footer-btm .other {position:absolute;right:0;top:0;display:flex;align-items:center;gap:14px;}
.footer-btm .other .sns {display:flex;gap:14px;}
.footer-btm .other .fee-link {color:#fff;text-align:center;font-size:18px;font-weight:600;}
.footer-logo {height:88px;margin-bottom:30px;}
.footer-corp {color:rgba(255, 255, 255, 0.8);font-size:12px;}
.footer-corp p {display:flex;align-items:center;margin-bottom:12px;}
.footer-corp p span {display:inline-flex;align-items:center;}
.footer-corp p span:after {content:'';display:block;width:1px;height:12px;background-color:rgba(255, 255, 255, 0.8);margin:0 15px;}
.footer-corp p span:last-child:after {content:none;}
.footer-copyright {color: rgba(255, 255, 255, 0.80);font-size:12px;}

.fnb {position:fixed;right:60px;bottom:50px;z-index:10;}
.fnb-item {display:block;margin-bottom:14px;border-radius:100px;overflow:hidden;box-shadow:4px 4px 4px rgba(0,0,0, .25);}
.fnb-item:last-child {margin-bottom:0;}
.fnb-item img {max-width:101%;max-height:101%;margin-bottom:-1px;margin-right:-1px;}

.quick-consult {position:fixed;right:130px;bottom:50px;z-index:12;background:var(--primary-color);width:275px;display:none;box-shadow:4px 4px 10px rgba(0, 0, 0, 0.20);}
.quick-consult.active {display:block;}
.quick-consult .consult-inner {padding:34px 30px 30px;}
.quick-consult .consult-close {position:absolute;right:100%;top:0;width:50px;height:50px;background-color:#14345C;font-size:0;background:#14345C url(/images/close_white.png) no-repeat center;background-size:26px auto;}
.quick-consult .consult-head {margin-bottom:15px;}
.quick-consult .consult-title {color:#fff;font-size:25px;font-weight:700;margin-bottom:7px;}
.quick-consult .consult-desc {font-size:14px;color:#fff;font-weight:400;}
.quick-consult .form-field {position:relative;margin-bottom:10px;}
.quick-consult .form-field .required {position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:13px;color:var(--primary-color);}
.quick-consult .form-input {border-radius: 6px;background: #FFF;height:50px;border:0;padding:0 20px 0 28px;width:100%;font-size:15px;outline:0;}
.quick-consult .form-input::placeholder {color: rgba(128, 128, 128, 0.80);}
.quick-consult .submit-btn {background-color:#14345C;width:100%;height:50px;line-height:50px;color:#fff;font-size:18px;border-radius:6px;margin-top:20px;font-weight:700;}
.quick-consult .form-agree {display:flex;flex-direction:column;align-items:start;gap:10px;}
.agree-label {position:relative;display:inline-flex;gap:8px;align-items:center;user-select:none;border-radius:6px;cursor: pointer;font-size:15px;color: #fff;line-height:1.4;}
.agree-label input {position:absolute;left:0;top:0;opacity:0;width:0;height:0;cursor: pointer;}
.agree-label i {content:'';display:block;width:20px;height:20px;flex:none;border: 1px solid #dfe1e2;background: #fff;position:relative;border-radius:3px;}
.agree-label input:checked + i:before {content:'';display:block;position: absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%;height:100%;background:url(/images/check.svg) no-repeat center;background-size:100% auto;}
.agree-detail {color:#fff;font-size:13px;display:inline-block;}

.main-banner-slide .swiper-pagination {bottom:90px;display:flex;gap:20px;align-items:center;justify-content:center;}
.main-banner-slide .swiper-pagination-bullet {width:10px;height:10px;opacity:1;background:rgba(255, 255, 255, 0.3);margin:0 !important;}
.main-banner-slide .swiper-pagination-bullet-active {background:rgba(255, 255, 255, 1);}

.modal {position:fixed;top:0;right: 0;bottom:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:13;display:none;}
.modal.active {display:block;}
.modal .modal-box {border-radius: 20px;background: #FFF;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.modal-alert .modal-box {width: 410px;text-align:center;padding:35px;max-width: 80%;}
.modal-alert .alert-icon {margin:0 auto;}
.modal-alert .modal-contents {font-size: 16px;line-height: 1.7;}
.modal-alert .modal-contents p {margin-top:6px;}
.modal-alert .modal-btn {margin-top:26px;}
.modal-alert .modal-btn .btn-primary {border-radius: 4px;background: #4189E5;display:inline-block;height:40px;line-height:40px;color:#fff;padding:0 32px;}
.modal-privacy .modal-box {width:786px;overflow:hidden;}
.modal-privacy .modal-head {background-color:#fff;padding:20px 30px;display:flex;align-items:center;justify-content:space-between;}
.modal-privacy .modal-head strong {font-size:18px;font-weight:700;color:#000;}
.modal-privacy .modal-close {font-size:0;width:25px;height:25px;background:url(/images/close_black.png) no-repeat center/contain;}
.modal-privacy .modal-contents {height:300px;background-color:#EFEFEF;overflow:hidden;}
.modal-privacy .modal-contents .inner {overflow:auto;height:100%;padding:20px 30px;font-size:16px;line-height:1.7;}

#wrap {width:100%; margin:0 auto;background-color:#fff;position:relative;}

.sub-top {height:420px;display:block;background-color:#aaa;display:flex;align-items:stretch;flex-direction:column;justify-content:center;text-align:center;}
.sub-top .sub-top-label {font-size:20px;color:#fff;letter-spacing:-.3px;}
.sub-top .sub-top-title {font-family: "Nanum Myeongjo";color:#fff;font-size:50px;font-weight:700;margin-top:3px;}



/* ====================== */
/* main */
/* ====================== */
.main-quicklist {background: #1C1C1C;display:flex;align-items:center;}
.main-quicklist-card {width:100%;height:350px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid #474747;color:#fff;}
.main-quicklist-card:last-child {border-right:none;}
.main-quicklist-card .card-img {margin-bottom:16px;}
.main-quicklist-card .card-subtitle {font-family: "Nanum Myeongjo";font-size:25px;margin-bottom:4px;}
.main-quicklist-card .card-title {font-size:20px;font-weight:700;}
.doctors-section {padding: 240px 0 0;background:url(/images/main/doctors_bg.png) no-repeat center top;background-size:cover;overflow:hidden;}
.doctors {display:flex;align-items:start;justify-content:space-between;width:930px;margin:0 auto 140px;}
.doctors .doctor-image {box-shadow: 10px 14px 17.4px 0 rgba(0, 0, 0, 0.52);border-radius:153px;}
.doctors .doctor-card {position:relative;}
.doctors .doctor-link {width:170px;height:170px;border-radius:100px;background-color:#C5DFFF;color:#184277;display:flex;font-size:18px;font-weight:700;align-items:center;justify-content:center;box-shadow: 10px 14px 17px rgba(0, 0, 0, 0.30);position:absolute;left:217px;bottom:23px;flex-direction:column;gap:7px;transition:all .3s ease;}
.doctors .doctor-link:hover {transform:scale(1.05);}
.doctors .text-desc {font-family: "Nanum Myeongjo";color:#fff;font-size:36px;}
.doctors .line {margin-bottom:30px;}

.point-swiper {padding:0 60px 60px;margin-bottom:90px;}
.point-card {width:240px;height: 420px;border-radius: 185px;background: rgba(255, 255, 255, 0.80);box-shadow: 10px 14px 17.4px 0 rgba(0, 0, 0, 0.22);overflow:hidden;position:relative;}
.point-card .card-bg {position:absolute;left:0;top:0;right:0;bottom:0;}
.point-card .card-bg img {width:100%;height:100%;object-fit:cover;}
.point-card .card-info {display:flex;flex-direction:column;align-items:stretch;justify-content:center;height:100%;padding:0 35px;}
.point-card .card-info-title {border-bottom:1px solid #1D4577;padding-bottom:18px;margin-bottom:18px;color:#1C467A;font-size:20px;font-weight:800;line-height:1.6;}
.point-card .card-info-title strong {display:inline-block;border-radius:5px;background-color:#1D4577;color:#fff;padding:3px 8px;margin-left:-6px;}
.point-card .card-info-desc {color: #464646;font-size: 15px;font-weight: 400;line-height:1.6;}
.point-card .card-info-desc strong {font-weight:700;}
.point-card .card-info-desc em {text-decoration:underline;font-weight: 700;text-underline-position: under;}

.feature {padding-bottom: 44px;position: relative;}
.feature .feature-text1 {font-family: "Nanum Myeongjo";color:#fff;font-size:36px;text-align:center;}
.feature .feature-text2 {color:#fff;font-size:23px;text-align:center; min-height:64.38px}
.feature .feature-text2 strong {font-weight:700;}
.feature .line {margin:0 auto 44px;}
.feature .line2 {display:block;width: 60px;height: 1px;background:rgba(255, 255, 255, 1);margin:48px auto 36px;}
.feature-text2 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.feature-text2.fade-out {
  opacity: 0;
  transform: translateY(5px);
}

.feature-text2.fade-in {
  opacity: 1;
  transform: translateY(0);
}



.system-sect  {margin-top:-200px;}
.system-sect .system-inner {margin:0 auto; position: relative; width: 810px; transform: translateY(48%); z-index: 3}
.system-sect .system-inner .circle-wrap {padding-top: 100%; transition: transform 0.5s linear;position: relative;}
.system-sect .system-inner .circle-wrap .circle-line {position:absolute; left:0; top:0; width:100%; height:100%;}
.system-sect .system-inner .circle-wrap .circle-line img {width:100%; height:100%;}
.system-sect .system-inner .circle-wrap .circle-bg {position:absolute; width:100%; height:100%; left:0; top:0;}
.system-sect .system-inner .circle-wrap .circle-bg img {width:100%; height:100%;}
.system-sect .system-inner .circle-wrap .circle-active {position:absolute; right:12%; bottom:68%; background:#99E4FF; width:20px; height:20px; border-radius:50%; box-shadow:0 0 10px rgba(194, 239, 255, 0.68);}

.system-sect .system-inner .system-text {font-size:110px; font-weight:700; position:absolute; left:50%; bottom:49%; transform:translateX(-50%); color:#fff;}
.system-sect .system-inner .system-text::after {content:attr(data-text); position:absolute; top:0; left:0; width:100%; height:100%; color:transparent; pointer-events:none;}
.system-sect .system-inner .system-text span {transition:0.3s ease-in-out;}
.system-sect .system-inner .system-text .system-text-copy {position:absolute; left:0; top:0; width:100%; height:100%; font-size:1em; color:#fff; z-index:2;letter-spacing:-26px;}
.system-sect .system-inner .system-text .system-text-copy span {opacity:0; transition:opacity 0.3s ease-in-out;}

.system-inner.is-step-1 .circle-wrap {transform:rotate(-130deg);}
.system-inner.is-step-2 .circle-wrap {transform:rotate(-105deg);}
.system-inner.is-step-3 .circle-wrap {transform:rotate(-80deg);}
.system-inner.is-step-4 .circle-wrap {transform:rotate(-45deg);}
.system-inner.is-step-5 .circle-wrap {transform:rotate(-18deg);}
.system-inner.is-step-6 .circle-wrap {transform:rotate(5deg);}
.system-inner.is-step-1 .system-text-copy .step-1, 
.system-inner.is-step-2 .system-text-copy .step-2, 
.system-inner.is-step-3 .system-text-copy .step-3, 
.system-inner.is-step-4 .system-text-copy .step-4, 
.system-inner.is-step-5 .system-text-copy .step-5, 
.system-inner.is-step-6 .system-text-copy .step-6 {background:#99E4FF; background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent; text-shadow:0 -1px 6.9px #99E4FF; opacity:1 !important;}
.system-sect .system-inner .system-list {position:absolute; left:0; top:0; width:100%; height:100%;}
.system-sect .system-inner .system-list .system-item {position:absolute; transition:transform 0.4s ease;cursor: pointer;}
.system-sect .system-inner .system-list .system-item .system-item-inner {color:#fff; font-weight:500; font-size:22px; display:flex; flex-direction:column; align-items:center; justify-content:center; transition:color 0.3s ease-in-out; text-align:center; line-height:1.4;}
.system-sect .system-inner .system-list .system-item .system-num {font-size:18px; width:40px; height:40px; background-color:#fff; color:#1C467A; font-weight:700; display:flex; align-items:center; justify-content:center; border-radius:50%; transition:color 0.3s ease-in-out, background-color 0.3s ease-in-out; margin-bottom:14px;}
.system-sect .system-inner .system-list .system-item.is-active {z-index:5; transform:scale(1.03);}
.system-sect .system-inner .system-list .system-item.is-active .system-item-inner {color:#99E4FF;}
.system-sect .system-inner .system-list .system-item.is-active .system-num {background-color:#99E4FF;}
.system-sect .system-inner .system-list .system-item.is-active .system-eng {color:#fff}
.system-sect .system-inner .system-list .system-item.is-active .system-eng strong {color:#99E4FF;}
.system-sect .system-inner .system-list .system-item[data-step="step-1"] {left:-20%; bottom:60%;}
.system-sect .system-inner .system-list .system-item[data-step="step-2"] {left:-10%; top:0%;}
.system-sect .system-inner .system-list .system-item[data-step="step-3"] {left:22%; top:-16%;}
.system-sect .system-inner .system-list .system-item[data-step="step-6"] {right:-20%; bottom:60%;}
.system-sect .system-inner .system-list .system-item[data-step="step-5"] {right:-10%; top:0%;}
.system-sect .system-inner .system-list .system-item[data-step="step-4"] {right:22%; top:-16%;}


.ans-section {background:url(/images/main/ans_bg.png) no-repeat center bottom;background-size:100% auto;overflow:hidden;padding-bottom: 260px;}
.ans-section .typo {position:relative;}
.ans-section .typo span {color: rgba(65, 137, 229, 0.10);font-family: "Tiro Telugu";font-size: 175px;font-weight: 400;line-height: 1.1;letter-spacing: -3.5px;white-space:nowrap;text-align:center;width:fit-content;left:50%;transform: translateX(-50%);display:block;position:relative;}
.ans-section .ans-title {text-align:center;margin-top:140px;color: #464646;font-family: "Nanum Myeongjo";font-size: 36px;font-weight: 700;line-height: 1.4;margin-bottom:72px;}
.ans-section .ans-title strong {font-family:inherit;color:var(--primary-color);}

.ans-section .ans-search-wrap {width:800px;margin:0 auto 90px;}
.ans-section .ans-input {border-radius: 64.5px;background: #DAEAFF;position:relative;display:flex;height:90px;margin-bottom:60px;}
.ans-section .ans-input .ans-search-text {color: #4189E5;font-size: 22px;font-weight: 700;flex:1;line-height:90px;padding-left:56px;transition: opacity 0.3s ease;}
.ans-section .ans-input .ans-search-text.fade-out {opacity: 0;}
.ans-section .ans-input .ans-search-text.fade-in {opacity: 1;}
.ans-section .ans-input .ans-search-icon {border-radius: 64.5px;background: var(--primary-color);display:inline-block;width:120px;display:flex;align-items:center;justify-content:center;}
.ans-section .ans-keyword {display:flex;gap:26px 20px;flex-wrap:wrap;align-items:center;justify-content:center;}
.ans-section .ans-keyword-item {background-color:#F2F2F2;display:inline-block;height:60px;line-height:56px;color:rgba(0, 0, 0, 0.40);font-weight:600;font-size:22px;padding:0 30px;border-radius:100px;border:3px solid #F2F2F2;transition:all .3s ease;}
.ans-section .ans-keyword-item:hover,
.ans-section .ans-keyword-item.active {border-color:var(--primary-color);background-color:#fff;color:var(--primary-color);}
.ans-section .dot {margin:0 auto 44px;}
.ans-section .ans-symptom-wrap {text-align:center;max-width:660px;margin:0 auto;}
.ans-section .ans-symptom-title {margin-bottom:44px;font-family: "Nanum Myeongjo";color: var(--primary-color);font-size:36px;font-weight:700;}
.ans-section .ans-symptom {display:flex;flex-wrap:wrap;gap:50px 36px;margin-bottom:96px;}
.ans-section .ans-symptom-card {width:196px;height:258px;border-radius: 20px;background: #FFF;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);display:flex;align-items:center;justify-content:center;flex-direction:column;}
.ans-section .ans-symptom-card .card-img {margin-bottom:16px;}
.ans-section .ans-symptom-card .card-info-title {color: #464646;font-size: 18px;font-weight: 700;margin-bottom:14px;}
.ans-section .ans-symptom-card .card-info-desc {color: #464646;font-size: 13px;font-weight: 400;margin-bottom:5px;}
.ans-section .ans-symptom-card .card-info-solution {color: #4189E5;font-size: 15px;font-weight: 600;}
.ans-section .ans-symptom-text {color: #464646;font-size: 20px;line-height:2;}
.ans-section .ans-symptom-text .point {color:var(--primary-color);font-weight:700;}
.ans-section .ans-symptom-text .underline {text-decoration:underline;text-underline-position: under;}

.nonsurgical-section {padding:470px 20px 540px;background:#F6FAFF url(/images/main/nonsurgical_bg.png) no-repeat;}
.nonsurgical-section .section-subtitle {text-align:center;font-size:20px;margin-bottom:30px;color:#464646;}
.nonsurgical-section .section-title {text-align:center;font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;margin-bottom:60px;color:#464646;}
.nonsurgical-section .section-title strong {font-family:inherit;color: var(--primary-color);}
.nonsurgical-section .treatment-tabs {display:flex;gap:30px;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:100px;}
.nonsurgical-section .treatment-tabs .tab-btn {color: rgba(0, 0, 0, 0.50);font-size:15px;font-weight:500;border-radius:100px;border: 2px solid rgba(0, 0, 0, 0.5);padding:6px 20px 5px 17px;display:inline-flex;align-items:center;}
.nonsurgical-section .treatment-tabs .tab-btn.active {border-color:var(--primary-color);color:var(--primary-color);}
.nonsurgical-section .treatment-tabs .tab-btn span {display: inline-block;width:20px;height:20px;margin-right:4px;}
.nonsurgical-section .treatment-tabs .tab-btn .icon1 {background:url(/images/main/treatment_icon1.png) no-repeat center;background-size:92% auto;}
.nonsurgical-section .treatment-tabs .tab-btn .icon2 {background:url(/images/main/treatment_icon2.png) no-repeat center;background-size: contain;}
.nonsurgical-section .treatment-tabs .tab-btn .icon3 {background:url(/images/main/treatment_icon3.png) no-repeat center;background-size: contain;}
.nonsurgical-section .treatment-tabs .tab-btn .icon4 {background:url(/images/main/treatment_icon4.png) no-repeat center;background-size: contain;}
.nonsurgical-section .treatment-tabs .tab-btn .icon5 {background:url(/images/main/treatment_icon5.png) no-repeat center;background-size: contain;}
.nonsurgical-section .treatment-tabs .tab-btn.active .icon1 {background-image: url(/images/main/treatment_icon1_active.png);}
.nonsurgical-section .treatment-tabs .tab-btn.active .icon2 {background-image: url(/images/main/treatment_icon2_active.png);}
.nonsurgical-section .treatment-tabs .tab-btn.active .icon3 {background-image: url(/images/main/treatment_icon3_active.png);}
.nonsurgical-section .treatment-tabs .tab-btn.active .icon4 {background-image: url(/images/main/treatment_icon4_active.png);}
.nonsurgical-section .treatment-tabs .tab-btn.active .icon5 {background-image: url(/images/main/treatment_icon5_active.png);}
.nonsurgical-section .use-ai {margin-top:165px;text-align:center;font-size:20px;color: rgba(0, 0, 0, 0.30);}
.nonsurgical-section .treatment-list {margin:0 auto;max-width:840px;display:flex;flex-wrap:wrap;gap:44px 70px;}
.nonsurgical-section .treatment-card {width:230px;height:270px;border-radius:20px;overflow:hidden;box-shadow:0 4px 4px rgba(0, 0, 0, 0.20);display:flex;flex-direction:column;}
.nonsurgical-section .treatment-card.hide {display:none;}
.nonsurgical-section .treatment-card .card-img {height:130px;display:flex;align-items:center;justify-content:center;}
.nonsurgical-section .treatment-card .card-info {background-color:#fff;flex:1;padding:13px 16px;}
.nonsurgical-section .treatment-card .card-title {display: block;font-family: "Nanum Myeongjo";font-size:20px;font-weight:600;color:#464646;margin-bottom:4px;}
.nonsurgical-section .treatment-card .card-desc {color: #464646;font-size: 15px;font-weight: 300;line-height: 1.5;}
.nonsurgical-section .treatment-card .card-category {font-size:15px;color:#fff;font-weight:500;line-height:22px;border-radius:100px;padding:0 10px;background-color:#eee;margin-bottom:10px;display:inline-block;}
.nonsurgical-section .treatment-card .card-category.red {background-color: #FF3C00;}
.nonsurgical-section .treatment-card .card-category.purple {background-color: #BF00FF;}
.nonsurgical-section .treatment-card .card-category.green {background-color: #00ABC9;}
.nonsurgical-section .treatment-card .card-category.blue {background-color: #5182FF;}



/* ====================== */
/* 병원소개 > 둘러보기 */
/* ====================== */
.tour-page {position:relative;

    .sub-top {background:url(/images/sub_top_bg01.png) no-repeat center/cover;}
    .sub-contents {padding:260px 0;background-image: url(/images/tour/tour_bg.png); background-size:auto 740px;background-repeat: no-repeat;background-position-y: 140px;}
    
    .section-head {text-align:center;margin-bottom:42px;}
    .section-head .section-subtitle {font-size:20px;color:rgba(0, 0, 0, 0.2);font-weight:600;margin-bottom:14px;display:block;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color:#464646;}
    .section-head .section-title strong {color:var(--primary-color);font-family:inherit;}

    .tour-tabs {margin-bottom:30px;display:flex;align-items:center;justify-content:center;gap:20px;}
    .tour-tabs .tab-btn {height:30px;line-height:30px;border-radius:100px;padding:0 15px;border: 1px solid transparent;color:#464646;font-size:16px;}
    .tour-tabs .tab-btn.active {border: 1px solid var(--primary-color);font-weight:600;color:var(--primary-color);}
    .tour-gallery-wrap {width:952px;margin:0 auto;max-width:100%;}
    .tour-gallery-wrap > div {display: none;}
    .tour-gallery-wrap > div.active {display: block;}
    .swiper-main {width:100%;height:400px;margin-bottom:26px;}
    .swiper-main .img-box {width:100%;height:100%;}
    .swiper-main .img-box img {object-fit:cover;width:100%;height:100%;}
    .swiper-thumb .img-box {height:0;padding-bottom:100%;position: relative;}
    .swiper-thumb .img-box img {position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
    .swiper-button-next, .swiper-button-prev {color:#fff;}
    .swiper-button-disabled {opacity:0;}
    .swiper-button-next {right:20px;}
    .swiper-button-prev {left:20px;}
}


/* ====================== */
/* 병원소개 > 의료진 소개 */
/* ====================== */
.doctors-page {
    .sub-top {background:url(/images/sub_top_bg01.png) no-repeat center/cover;}
    .sub-contents {padding:260px 0;background:#F6FAFF url(/images/tour/tour_bg.png) no-repeat;background-position:left 100px;}
    
    .section-head {text-align:center;margin-bottom:44px;}
    .section-head .section-subtitle {font-size:20px;color:rgba(0, 0, 0, 0.2);font-weight:600;margin-bottom:14px;display:block;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color:#464646;}
    .section-head .section-title strong {color:var(--primary-color);font-family:inherit;}
    .section-head .section-text {color:#464646;font-size:20px;margin-top:28px;font-weight:500;}

    .director-section {max-width:960px;margin:0 auto 180px;}

    .doctor-profile {padding:50px;background-color:#fff;border-radius:20px;display:flex;margin-bottom:70px;}
    .doctor-detail {padding-left:50px;width:50%;}
    .doctor-badge {display:inline-block;font-size:15px;font-weight:500;background-color:var(--primary-color);padding:5px 15px 4px;color:#fff;line-height:1.4;margin-bottom:16px;}
    .doctor-name-main {font-size:30px;color:var(--primary-color);font-weight:800;}
    .doctor-name-sub {font-size:18px;color:#464646;font-weight:500;display:inline-block;margin-left:5px;}
    .doctor-desc {color:#464646;font-size:20px;font-weight:500;margin-top:4px;}
    .doctor-history-title {color:var(--primary-color);font-size:15px;font-weight:700;}
    .doctor-history-list {color: #464646;font-size: 14px;line-height: 1.7;margin-top:6px;}
    .doctor-history-list li {position:relative;padding-left:15px;}
    .doctor-history-list li span {background-color:#E0FFC0;font-weight:700;padding:1px 3px;}
    .doctor-history-list li:before {content:'';display:block;position:absolute;left:5px;top:10px;width:3px;height:3px;border-radius:100px;background-color:#464646;}
    .line {background:#D9D9D9;width:260px;height:1px;margin:17px 0;}

    .doctor-award {padding:40px 60px;background:url(/images/doctors/award_bg.png) no-repeat center/cover;border-radius:20px;overflow:hidden;}
    .doctor-award-head {display:flex;align-items:center;gap:26px;flex-wrap:wrap;}
    .doctor-award-title {display:flex;align-items:center;gap:10px;}
    .doctor-award-title span {font-family: "Nanum Myeongjo";font-size:30px;font-weight:600;color:var(--primary-color);}
    .doctor-award-title img {width:27px;height:27px;}
    .doctor-award-sub {font-size:30px;color:#A8A8A8;font-family: "Nanum Myeongjo";font-weight:600;}
    .doctor-award-desc {color: #464646;font-size: 20px;font-weight: 500;margin-top:22px;}

    .team-section {max-width:960px;margin:0 auto;}
    .team-section .section-text {margin:0 0 20px;}
    .team-list {display:flex;gap:36px;flex-wrap:wrap;justify-content:center;}
    .team-card {width:460px;display:flex;border-radius:20px;overflow:hidden;}
    .team-card-visual {width:40%;background:var(--primary-color) url(/images/doctors/team_icon.png) no-repeat center;border-radius:6px;}
    .team-card-info {width:60%;padding:46px 26px 36px;border-radius:6px;background:#fff url(/images/doctors/team_card_bg.png) no-repeat;background-position:right 80%;}
    .team-badge {display:inline-block;font-size:15px;font-weight:500;background-color:var(--primary-color);padding:5px 15px 4px;color:#fff;line-height:1.4;margin-bottom:16px;}
    .team-name-main {font-size:30px;color:var(--primary-color);font-weight:800;}
    .team-name-sub {font-size:18px;color:#464646;font-weight:500;display:inline-block;margin-left:5px;}
    .team-desc {color:#464646;font-size:20px;font-weight:500;margin-top:4px;}
    .team-history-title {color:var(--primary-color);font-size:15px;font-weight:700;}
    .team-history {color: #464646;font-size: 14px;line-height: 1.7;margin-top:20px;}
    .team-history li {position:relative;padding-left:15px;}
    .team-history li:before {content:'';display:block;position:absolute;left:5px;top:10px;width:3px;height:3px;border-radius:100px;background-color:#464646;}
}


/* ====================== */
/* 병원소개 > 병원이념 */
/* ====================== */
.philosophy-page {
    .sub-top {background:url(/images/sub_top_bg01.png) no-repeat center/cover;}
    .sub-contents {padding:0;}
    
    .section-head {text-align:center;margin-bottom:44px;}
    .section-head .section-subtitle {font-size:20px;color:rgba(0, 0, 0, 0.2);font-weight:600;margin-bottom:14px;display:block;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color:#464646;}
    .section-head .section-title strong {color:var(--primary-color);font-family:inherit;}
    .section-head .section-title i {font-family:inherit;}
    .section-head .section-text {color:#464646;font-size:20px;margin-top:28px;font-weight:500;}

    .exact-section {padding:280px 0 180px;background:url(/images/philosophy/exact_bg.png) no-repeat center;}
    .exact-swiper-wrap {width:1020px;margin:100px auto 0;}
    .exact-swiper .swiper-slide {width:370px;height: 480px;border-radius:20px;overflow:hidden;}
    .exact-tag {height:65px;line-height:65px;width:270px;text-align:center;font-weight:700;font-size:30px;color:#fff;text-align:center;display:inline-block;background-color:var(--primary-color);border-radius:100px;margin-top:34px;}
    .exact-swiper .swiper-wrapper {align-items:center;}
    .exact-card {position:relative;}
    .exact-card .card-bg {position:absolute;left:0;top:0;bottom:0;right:0;z-index:1;}
    .exact-card .card-bg img {width:100%;height:100%;object-fit:cover;}
    .exact-card .card-info {position:absolute;z-index: 2;padding:40px;font-size:22px;color:#fff;}
    .exact-card1 .card-info {bottom:0;left:0;right:0;}
    .exact-card1 .card-info span {color: #FFF9B9;}
    .exact-card2 .card-info span {color: #C2FFC2;}
    .exact-card2 .card-info {top:0;left:0;right:0;}
    .exact-card3 .card-info {bottom:0;left:0;right:0;}
    .exact-card3 .card-info span {color:#BFF1FF;}

    .philosophy-section {padding:115px 0;background:url(/images/philosophy/philosophy_bg.png) no-repeat;background-size:cover;}
    .philosophy-section .section-head .section-subtitle {color:#fff;}
    .philosophy-section .section-head .section-title {color:#fff;}
    .philosophy-section .philosophy-list {max-width:670px;margin:0 auto;}
    .philosophy-section .philosophy-card {display:flex;align-items:center;gap:48px;margin-bottom:40px;}
    .philosophy-section .philosophy-card:last-child {margin-bottom: 0;}
    .philosophy-section .philosophy-card p {text-align:left;color:#fff;line-height:1.7;}

    .performance-section {padding-top:165px;background:#F6FAFF url(/images/philosophy/performance_bg.png) no-repeat center;}
    .performance-inner {max-width:986px;margin:0 auto;display:flex;justify-content:space-between;position:relative;}
    .performance-content {padding-bottom:160px;}
    .performance-media {display:flex;}
    .performance-media .performance-doctor {margin-top:auto;margin-right:30px;}
    .performance-media .performance-badge {position:absolute;right:0;top:0;}
    .performance-title {font-size:35px;font-weight:700;color:var(--primary-color);margin-bottom:27px;}
    .performance-desc {font-size:15px;color:#000;font-weight:500;line-height:1.6;margin-bottom: 28px;}
    .performance-paper {font-size:15px;color:#000;font-weight:500;line-height:1.6;}
    .performance-visual {margin-top:82px;}
}

/* ====================== */
/* 진료안내 > 비급여 공지 */
/* ====================== */
.fees-page {
    .sub-top {background:url(/images/sub_top_bg02.png) no-repeat center/cover;justify-content:start;padding-top:100px;}
    .sub-top .sub-top-title {margin-top:0;}
    .sub-contents {padding-bottom:100px;}
    .fees-table {margin: 0 auto;width:1090px;max-width:100%;border: 1px solid #4189E5;background: #FFF;margin-top:-188px;}
    .fees-table .fees-head {color:var(--primary-color);font-size:32px;padding:10px;font-weight:700;text-align:center;}
    .fees-table table {width:100%;border-collapse: collapse;text-align:center;}
    .fees-table table th {border:1px solid #fff;}
    .fees-table table td {border:1px solid #B9B9B9;height:54px;font-size:22px;font-weight:500;padding:0 10px;}
    .fees-table table tr td:first-child {border-left:0;}
    .fees-table table tr td:last-child {border-right:0;}
    .fees-table table tr th:first-child {border-left:0;}
    .fees-table table tr th:last-child {border-right:0;}
    .fees-table table tr:last-child td {border-bottom:0;}
    .fees-table thead th {height:60px;background-color:var(--primary-color);color:#fff;font-size:24px;font-weight:700;}
}

/* ====================== */
/* 진료안내 > 증명서발급 안내 */
/* ====================== */
.certificate-page {
    .sub-top {background:url(/images/sub_top_bg02.png) no-repeat center/cover;}
    .sub-top .sub-top-title {margin-top:0;}
    .sub-contents {padding:70px 30px;}
    
    .issue-list {width:1070px;margin:0 auto;max-width:100%;}
    .issue-item {margin-bottom:18px;display:flex;background-color:#E5F1FF;border-radius:28px;overflow:hidden;align-items:center; transition: transform 0.3s ease;}
    .issue-item:last-child {margin-bottom:0;}
    .issue-item .issue-thumb {width:51%;}
    .issue-item .issue-thumb img {width:100%;height:100%;object-fit:cover;}
    .issue-item .issue-content {flex:1;padding:0 60px;}
    .issue-item .issue-title {font-size:24px;font-weight:700;color:var(--primary-color);margin-bottom:16px;}
    .issue-item .issue-desc {color:#78828E;line-height:1.5;font-size:20px;}
    .issue-item .issue-arrow {display:block;margin-top:2px;}
    .issue-item .issue-arrow img {margin-left:auto;}
    .issue-item:hover{transform: scale(1.015);}
}

/* ====================== */
/* 진료안내 > 진료시간 */
/* ====================== */
.hours-page {
    .sub-top {background:url(/images/sub_top_bg02.png) no-repeat center/cover;}
    .sub-top .sub-top-title {margin-top:0;}
    .sub-contents {}

    .section-head .section-subtitle {font-size:20px;color:rgba(0, 0, 0, 0.2);font-weight:600;margin-bottom:14px;display:block;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color:#464646;}
    .section-head .section-title strong {color:var(--primary-color);font-family:inherit;}

    .hours-section {padding:100px 0 0;position:relative;}
    .hours-section .section-head {max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:24px;padding:0 28px;}
    .hours-section .hours-info {color:#78828E;font-size:20px;font-weight:500;display:flex;gap:30px;}
    .hours-section .hours-wrap {margin-top:42px;padding:0 28px 60px;overflow:auto;}
    .hours-bg {position:absolute;height:600px;left:0;right:0;width:100%;bottom:0;z-index: 1;background:url(/images/hours/hours_bg.png) no-repeat center/cover;}
    .hours-inner {width:1140px;margin:0 auto;z-index:2;position:relative;display:flex;gap:20px;align-items:end;}
    .hours-inner .doctor {height:100%; border-radius: 28px;border: 1px solid #4189E5;background: #FFF;padding:50px 50px;flex:1;display:flex;flex-direction:column;gap:28px;}
    .hours-inner .doctor.director {_background:#E5F1FF;gap:50px;}
    .hours-inner .week {border-radius: 28px;border: 1px solid #EAEAEA;background: #EAEAEA;padding: 50px 0;display:flex;flex-direction:column;width:96px;text-align:center;color:#78828E;font-weight:700;font-size:20px;height: -webkit-fill-available;}
    .hours-inner .week-hours {margin-top:auto;}
    .hours-inner .week-hours li {height:60px;display:flex;align-items:center;justify-content:center;}
    .hours-inner .doctor-hours {margin-top:auto;border-top:1px solid var(--primary-color);}
    .hours-inner .doctor-hours li {height:60px;color:#78828E;font-weight:700;font-size:20px;border-bottom:1px solid #B8B8B8;display:flex;align-items:center;}
    .hours-inner .doctor-name {font-size:24px;font-weight:700;color:var(--primary-color);margin-bottom:5px;}
    .hours-inner .doctor-category {font-size:18px;font-weight:700;color:var(--primary-color);}
    .hours-inner .holiday {display:inline-block;background-color:#E54144;color:#fff;line-height:1;padding:4px 14px;border-radius:100px;font-size:16px;}
    .hours-inner .surgery {display:inline-block;background-color:var(--primary-color);color:#fff;line-height:1;padding:4px 10px;border-radius:100px;font-size:16px;margin-left:12px;}

    .process-section {position:relative;}
    .process-section .section-head {position:absolute;left:50%;transform:translateX(-50%);top:114px;z-index:2;}
    .process-wrap {display:flex;padding:0 50px;height: 614px;position:relative;z-index:1;}
    .process-card {width:100%;flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:all .3s ease;text-align:center;padding-top:6%;position:relative;}
    .process-card .card-icon {width:120px;height:120px;border-radius:100px;background: #EAEAEA;display:flex;margin-bottom:30px;transition:all .5s ease;}
    .process-card .card-icon img {margin: auto;}
    .process-card .card-title {font-size:22px;font-weight:700;color:var(--primary-color);display:block;margin-bottom:7px;}
    .process-card .card-desc {color:#78828E;font-size:18px;font-weight:500;}
    .process-card:after {content:'';display:block;height:128px;width:1px;background-color:#B8B8B8;position:absolute;right:0;top:48%;opacity:.5;}
    .process-card:last-child:after {content:none;}
    .process-card:hover {background-color: #E5F1FF;}
    .process-card:hover .card-icon {background-color:var(--primary-color);}
    .process-card:hover .card-icon img {filter: brightness(0) invert(1);}
    .process-card:hover:after {opacity:0;}

    .other-wrap {display:flex;}
    .other-item {padding:75px 100px;background-color:#EAEAEA;width:100%;}
    .other-title {font-size:24px;font-weight:700;margin-bottom:18px;color:var(--primary-color);}
    .other-text {font-size:20px;line-height:1.5;color:#78828E;}
    .other-item.gray {background-color:#878787;}
    .other-item.gray .other-title {color:#fff;}
    .other-item.gray .other-text {color:#fff;}
}


/* ====================== */
/* 자율신경치료 > 자율신경실조증 */
/* ====================== */
.disorder-page {
    .sub-top {background:url(/images/sub_top_bg03.png) no-repeat center/cover;}
    .sub-contents {}

    .section-head .section-subtitle {font-size:20px;color:rgba(0, 0, 0, 0.2);font-weight:600;margin-bottom:14px;display:block;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color:#464646;}
    .section-head .section-title strong {color:var(--primary-color);font-family:inherit;}

    .disorder-section {color:#fff;padding:160px 0 130px;background: var(--primary-color) url(/images/disorder/disorder_bg.png) no-repeat;background-position: right 20%;}
    .disorder-intro {max-width:990px;margin:0 auto 105px;display:flex;align-items:stretch;gap:46px;padding:0 90px;}
    .disorder-intro .disorder-content {flex:1;}
    .disorder-intro .disorder-functions {display:flex;flex-direction:column;gap:33px;}
    .disorder-intro .disorder-functions li {font-family: "Nanum Myeongjo";font-size:23px;}
    .disorder-intro .disorder-subtitle {position:relative;margin-bottom:30px;display:flex;gap:42px;align-items:center;}
    .disorder-intro .disorder-subtitle .text {color:#FFFFBF;font-size:20px;font-family: "Nanum Myeongjo";font-weight:700;}
    .disorder-intro .disorder-subtitle .line {flex: 1;height:1px;background-color:#fff;}
    .disorder-intro .disorder-title {color: #fff;font-size:36px;font-family: "Nanum Myeongjo";font-weight:700;font-size:36px;margin-bottom:40px;}
    .disorder-intro .disorder-desc {color: #fff;font-size:20px;font-family: "Nanum Myeongjo";margin-bottom:35px;line-height: 1.7;}
    .disorder-intro .disorder-desc2 {font-size:15px;color:#fff;line-height:1.7;}
    .disorder-warning {max-width:990px;margin:0 auto;}
    .disorder-warning-box {border-radius: 20px;background: #3C74BA;padding:50px 20px;text-align:center;}
    .disorder-warning .icon {display:inline-block;width:30px;height:30px;border-radius:100px;border:1px solid rgba(255, 255, 255, 0.5);font-size:20px;color:rgba(255, 255, 255, 0.5);line-height:30px;}
    .disorder-warning .text {margin-top:25px;font-size:17px;color:#fff;}
    .disorder-warning .text.strong {font-family: "Nanum Myeongjo";font-weight: 700;font-size:25px;}
    .disorder-warning .text.strong strong {color:#FFFFBF;font-family: inherit;}

    .symptom-section {padding:300px 0;background:#F6FAFF;}
    .symptom-section .section-head.t1 {max-width: 990px;margin: 0 auto;}
    .symptom-section .section-head.t1 .section-text {margin-top:16px;font-size:20px;color:#464646;}
    .ans-symptom {display:flex;flex-wrap:wrap;gap:50px 36px;max-width:660px;margin:110px auto 0;text-align:center;position: relative;z-index: 1;}
    .ans-symptom-card {width:196px;height:258px;border-radius: 20px;background: #FFF;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);display:flex;align-items:center;justify-content:center;flex-direction:column;}
    .ans-symptom-card .card-img {margin-bottom:16px;}
    .ans-symptom-card .card-info-title {color: #464646;font-size: 18px;font-weight: 700;margin-bottom:14px;}
    .ans-symptom-card .card-info-desc {color: #464646;font-size: 13px;font-weight: 400;margin-bottom:5px;}
    .ans-symptom-card .card-info-solution {color: #4189E5;font-size: 15px;font-weight: 600;}
    .ans-symptom-text {color: #464646;font-size: 20px;line-height:2;}
    .ans-symptom-text .point {color:var(--primary-color);font-weight:700;}
    .ans-symptom-text .underline {text-decoration:underline;text-underline-position: under;}

    .symptom-section .section-head.t2 {text-align:center;margin-top:300px;position:relative;}
    .symptom-section .section-head.t2 .section-title {position:relative;z-index:1;}
    .symptom-section .section-head.t2 .section-text {margin-bottom:16px;font-size:20px;color:#464646;position:relative;z-index:1;}
    .symptom-section .section-head.t2:before {content:'Q.';font-size:550px;color:#EAF3FF;font-family: "Nanum Myeongjo";font-weight: 700;position:absolute;bottom:0;left:0;line-height:1;z-index:0;pointer-events:none;}
    .symptom-section .slider-wrap {margin-top:130px;}
    .symptom-section .slider-wrap .swiper {margin-bottom:30px;}
    .symptom-section .slider-wrap .swiper-wrapper {transition-timing-function: linear !important;}
    .symptom-section .slide-card {border-radius: 200px;background: #4189E5;width:auto;display:flex;align-items:center;gap:20px;height:138px;padding:0 80px 0 40px;}
    .symptom-section .slide-card p {color:#fff;font-weight:600;font-size:25px;}

    .inspection-section {padding:260px 28px;}
    .inspection-section .section-head {text-align:center;}
    .inspection-wrap {width:990px;margin:100px auto 0;display:flex;gap:30px;flex-wrap:wrap;}
    .inspection-card {flex:1 1 40%;background-color:var(--primary-color);border-radius:20px;overflow:hidden;color:#fff;padding:90px 40px 46px;position:relative;display: flex;flex-direction: column;align-items: start;justify-content: end;min-height:311px;}
    .inspection-card .bg {position: absolute;right:0;top:0;}
    .inspection-card .icon {margin-left:-6px;}
    .inspection-card strong {display:block;font-size:25px;font-weight:700;font-family: "Nanum Myeongjo";margin-top:28px;}
    .inspection-card p {font-size:15px;font-weight:500;margin-top:30px;line-height:1.5;}

    .use-ai {font-size:20px;color:rgba(0, 0, 0, 0.3);margin:0 0 164px;text-align:center;padding:0 20px;font-weight:600;}
}


/* ====================== */
/* 자율신경치료 > ans테라피 */
/* ====================== */
.therapy-page {
    .sub-top {background:url(/images/sub_top_bg03.png) no-repeat center/cover;}
    .sub-contents {padding:0 0 240px;background:#F6FAFF url(/images/therapy/therapy_bg.png) no-repeat bottom;overflow:hidden;position:relative;}
    .sub-contents:before {content:'ANS';position:absolute;left:-170px;top:50px;color:#EAF3FF;font-size:550px;font-family: "Nanum Myeongjo";line-height: 1;font-weight:700;letter-spacing: -11px;pointer-events: none;}

    .section-head {text-align:center;}
    .section-head .section-subtitle {font-size:20px;color:rgba(0, 0, 0);font-weight:300;margin-bottom:20px;display:block;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color:#464646;}
    .section-head .section-title strong {color:var(--primary-color);font-family:inherit;}

    .therapy-section {padding:200px 0;position:relative;z-index: 1;}
    .therapy-list {max-width:830px;margin:145px auto 0;display:flex;gap:30px;flex-wrap:wrap;}
    .therapy-card {flex:1 1 40%;border-radius: 20px;background: #FFF;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);overflow:hidden;}
    .therapy-card .card-img {height:120px;overflow:hidden;}
    .therapy-card .card-img img {width:100%;height: 100%;object-fit:cover;}
    .therapy-card .card-info {padding:16px 20px 20px;}
    .therapy-card .card-title {font-size:18px;font-weight:700;}
    .therapy-card .card-desc {font-size:14px;margin-top:5px;line-height:1.5;color:#464646;}
    .therapy-card .card-point {color:var(--primary-color);font-size:14px;font-weight:600;margin-top:14px;line-height: 1.5;padding-left:3px;}
    .therapy-card .card-point li {padding-left:10px;position:relative;}
    .therapy-card .card-point li:before {content:'';display:block;width:3px;height:3px;border-radius:100px;background-color:var(--primary-color);position:absolute;left:0;top:10px;}

    .point {text-align:center;margin:150px 0;line-height: 1.7;}
        
    .point .text1 span {font-size: 17px;font-weight: 400;color: #464646;}
    .point .line {height:60px;width:1px;background-color:#464646;display:inline-block;margin:44px 0;}
    .point .text2 span {
        font-family: "Nanum Myeongjo";
        font-size:36px;
        font-weight:700;
        background: linear-gradient(to right, rgb(65, 137, 229) 50%, rgba(0, 0, 0, 0.1) 50%);
        background-size: 200% 100%;
        background-position-x: 100%;
        color: transparent;
        background-clip: text;
        -webkit-background-clip: text;
        display: inline;
    }

    .video-section {text-align:center;padding-bottom:240px;}
    .video-section .section-head {margin-bottom:52px;}
    .youtube-video {width:444px;height:787px;background-color:#000;border-radius:20px;overflow:hidden;margin:0 auto 52px;}
    .video {margin:0 auto 52px;max-width:82%; border-radius: 20px;}
    .youtube-link {font-size:25px;font-weight:700;background-color:#FA0000;color:#fff;display:inline-block;height:76px;line-height:76px;text-align:center;padding:0 50px;border-radius:100px;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);}
    
    .use-ai {font-size:20px;color:rgba(0, 0, 0, 0.3);margin:0;text-align:center;padding:0 20px;font-weight:600;}
}

/* ====================== */
/* 자율신경치료 > 재활치료 */
/* ====================== */
.rehab-page {
    .sub-top {background:url(/images/sub_top_bg03.png) no-repeat center/cover;}
    .sub-contents {padding:200px 0 0;background:#F6FAFF;overflow:hidden;}

    .section-head {text-align:center;}
    .section-head .section-subtitle {font-size:20px;color:rgba(0, 0, 0);font-weight:300;margin-bottom:20px;display:block;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color:#464646;}
    .section-head .section-title strong {color:var(--primary-color);font-family:inherit;}
    .section-head .section-text {font-size:18px;line-height:1.6;color: #464646;;margin-top:20px;}

    .intro-section {margin-bottom:220px;}
    .intro-section .section-head {margin-bottom:80px;}
    .intro-section .intro-box {width:990px;gap:40px;max-width:82%;margin:0 auto;background-color:#fff;border-radius:20px;display:flex;padding:72px 90px;align-items:center;color:#464646;}
    .intro-section .intro-contents {flex:1;}
    .intro-section .intro-box .text1 {font-size:25px;margin-bottom:13px;}
    .intro-section .intro-box .text1 strong {font-weight:600;}
    .intro-section .intro-box .text2 {font-size:18px;line-height:1.6;}

    .type-section {overflow:hidden;margin-bottom:180px;}
    .type-section .section-head {max-width:990px;margin:0 auto 60px;text-align:left;display:flex;align-items:center;justify-content:space-between;}
    .type-section .swiper-button-next,
    .type-section .swiper-button-prev {position:relative;top:unset;right:unset;left:unset;margin:0;width:56px;height:56px;border-radius:100px;border:1px solid #464646;color:#464646;transition:all .35s ease;}
    .type-section .swiper-button-next svg,
    .type-section .swiper-button-prev svg {height:36%;transition: color .35s ease;}
    .type-section .swiper-button-next:hover,
    .type-section .swiper-button-prev:hover {background-color: #464646;}
    .type-section .swiper-button-next:hover svg,
    .type-section .swiper-button-prev:hover svg {color:#fff;}
    .type-section .type-arrow-box {display:flex;align-items:center;gap:20px;}
    .type-section .type-swiper-wrap {max-width: 990px;margin:0 auto;}
    .type-section .type-swiper {overflow:visible;}
    .type-section .type-card {display:flex;align-items:center;gap:45px;}
    .type-section .card-info {flex:1;}
    .type-section .card-no {font-size:25px;font-weight:600;margin-bottom:12px;display:block;}
    .type-section .card-title {font-size:25px;font-weight:800;margin-bottom:12px;}
    .type-section .card-desc {font-size:16px;line-height:1.7;}

    .dedicated-section {margin-bottom:120px;}
    .dedicated-section .section-head {text-align:left;max-width:990px;margin:0 auto 50px;}
    .dedicated-section .doctor-wrap {display:flex;align-items:start;gap:70px;max-width:990px;margin:0 auto;}
    .dedicated-section .doctor-img {width:60%;height:390px;background:var(--primary-color) url(/images/rehab/doctor_bg.png) no-repeat center;border-radius:20px;overflow:hidden;}
    .dedicated-section .doctor-img img {width:100%;height:100%;object-fit:cover;}
    .dedicated-section .doctor-info {flex:1;padding-top:25px;}
    .dedicated-section .doctor-category {font-size:25px;font-weight:600;margin-bottom:12px;;color:#464646;}
    .dedicated-section .doctor-name {font-size:25px;color:var(--primary-color);font-weight:700;margin-bottom:14px;}
    .dedicated-section .doctor-list {font-size:18px;color:#464646;line-height:1.6;padding-left:5px;}
    .dedicated-section .doctor-list li {position:relative;padding-left:16px;}
    .dedicated-section .doctor-list li:before {content:'';display:block;width:4px;height:4px;border-radius:100px;background-color:#464646;position:absolute;top:12px;left:2px;}

    .use-ai {font-size:20px;color:rgba(0, 0, 0, 0.3);text-align:center;padding:0 20px;font-weight:600;margin-bottom:80px;}

    .typo {color: rgba(65, 137, 229, 0.10);font-family: "Tiro Telugu";font-size:170px;text-align:center;white-space:nowrap;text-indent:-45px;line-height:1;margin-bottom:-42px;pointer-events: none;}
}

/* ====================== */
/* 줄기세포 */
/* ====================== */
.sct-page {
    .sub-top {background:url(/images/sub_top_bg04.png) no-repeat center/cover;}
    .sub-contents {padding:150px 0 0;background:#F6FAFF;overflow:hidden;}

    .section-head {text-align:center;margin-bottom:54px;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color: #6F7EED;}
    .section-head .line {display:inline-block;width:230px;height:1px;background-color:#000;}

    .efficacy-wrap {max-width:862px;margin:0 auto 106px;width:100%;text-align:center;}
    .efficacy-title {font-size:30px;font-weight:700;color:#464646;margin-bottom:60px;}
    .efficacy-list {display:flex;flex-wrap:wrap;gap:25px;margin-bottom:86px;}
    .efficacy-card {box-shadow:0 4px 4px rgba(0, 0, 0, 0.25);flex:1 1 20%;background-color:#fff;border-radius:30px;padding:30px 0 22px;border:2px solid #fff;transition:all .3s ease;}
    .efficacy-card .card-img {margin-bottom:14px;height:80px;display:flex;}
    .efficacy-card .card-img img {display:inline-block;max-height:100%;max-width:100%;margin:auto;}
    .efficacy-card .card-title {font-size:18px;font-weight:600;color:#464646;transition:all .3s ease;}
    .efficacy-card:hover {border-color:var(--primary-color);box-shadow:8px 8px 14px rgba(0, 0, 0, 0.10);}
    .efficacy-card:hover .card-title {color:var(--primary-color);}
    .highlight {background: #464646;color:#F6FAFF;font-weight:600;font-size:30px;padding:4px 20px;}

    .etc-wrap {width:640px;margin:0 auto;}
    .etc-wrap .table {display:flex;text-align:center;border:1px solid #000;border-width:1px 0;align-items:center;margin-bottom:63px;}
    .etc-wrap .table dt {width:100%;font-size:20px;font-weight:600;}
    .etc-wrap .table dd {width:100%;background-color: #6F7EED;color:#fff;font-size:25px;font-weight:600;padding:14px 0;}
    .etc-wrap .etc-title {color:#6F7EED;font-size:36px;font-family: "Nanum Myeongjo";font-weight:700;margin-bottom:12px;padding-left:15px;}
    .etc-wrap .dot-list {font-size:20px;color:#464646;line-height:1.6;font-weight:600;margin-bottom:63px;}
    .etc-wrap .dot-list li {position:relative;padding-left:18px;}
    .etc-wrap .dot-list li:before {content:'';display:block;width:4px;height:4px;border-radius:100px;background-color:#464646;position:absolute;top:14px;left:2px;}
    .etc-list {display:flex;flex-wrap:wrap;gap:25px;margin-bottom:86px;}
    .etc-card {box-shadow:0 4px 4px rgba(0, 0, 0, 0.25);flex:1 1 30%;background-color:#fff;border-radius:30px;padding:30px 0 22px;border:2px solid #fff;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;}
    .etc-card .card-img {margin-bottom:8px;height:97px;display:flex;}
    .etc-card .card-img img {display:inline-block;max-height:100%;max-width:100%;margin:auto;}
    .etc-card .card-info {flex:1;line-height:1.35;display:flex;align-items:center;}
    .etc-card .card-title {font-size:20px;font-weight:600;color:#464646;transition:all .3s ease;width:100%;}
    .etc-card:hover {border-color:var(--primary-color);box-shadow:8px 8px 14px rgba(0, 0, 0, 0.10);}
    .etc-card:hover .card-title {color:var(--primary-color);}

    .typo {margin-bottom:-36px;}
    .typo span {color: rgba(65, 137, 229, 0.10);font-family: "Tiro Telugu";font-size:170px;text-align:center;white-space:nowrap;text-indent:-45px;line-height:1;}
}

/* ====================== */
/* 국가대표컨디셔닝닝 */
/* ====================== */
.conditioning-page {
    .sub-top {background:url(/images/sub_top_bg04.png) no-repeat center/cover;}
    .sub-contents {padding:150px 0 0;background:#F6FAFF;overflow:hidden;}

    .section-head {text-align:center;margin-bottom:80px;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color: #6F7EED;margin-bottom:6px;}
    .section-head .section-text {margin-top:30px;line-height:1.7;font-size:20px;color:#464646;}
    .section-head .line {display:inline-block;width:240px;height:1px;background-color:#000;}

    .efficacy-wrap {max-width:905px;margin:0 auto 129px;width:100%;text-align:center;}
    .efficacy-list {display:flex;flex-wrap:wrap;gap:16px;margin-bottom:86px;}
    .efficacy-card {box-shadow:0 4px 4px rgba(0, 0, 0, 0.25);flex:1 1 20%;background-color:#fff;border-radius:30px;padding:30px 0 28px;border:2px solid #fff;transition:all .3s ease;}
    .efficacy-card .card-img {margin-bottom:18px;height:70px;display:flex;}
    .efficacy-card .card-img img {display:inline-block;max-height:100%;max-width:100%;margin:auto;}
    .efficacy-card .card-title {font-size:24px;font-weight:700;color:#464646;transition:all .3s ease;}
    .efficacy-card .card-desc {font-size:20px;font-weight:600;color:#464646;transition:all .3s ease;margin-top:3px;}
    .efficacy-card:hover {border-color:var(--primary-color);box-shadow:8px 8px 14px rgba(0, 0, 0, 0.10);}
    .efficacy-card:hover .card-title {color:var(--primary-color);}

    .table {display:flex;text-align:center;border:1px solid #000;border-width:1px 0;align-items:center;margin-bottom:44px;font-weight:600;}
    .table .text1 {font-size:24px;}
    .table .text2 {font-size:32px;}
    .table dt {width:100%;padding: 24px 0;}
    .table dd {width:100%;background-color: #6F7EED;color:#fff;padding:24px 0;}

    .dot-list {font-size:16px;color:#464646;line-height:1.6;font-weight:500;margin:10px 0 15px;}
    .dot-list li {position:relative;padding-left:18px;}
    .dot-list li:before {content:'';display:block;width:3px;height:3px;border-radius:100px;background-color:#464646;position:absolute;top:10px;left:2px;}
    .dot-list:last-child {margin-bottom:5px;}

    .doctor-swiper-wrap {margin-bottom:102px;}
    .doctor-swiper {max-width:996px;margin:0 auto;padding: 0 30px;}
    .doctor-card {border:1px solid #4189E5;background-color:#fff;border-radius:30px;display:flex;flex-direction:column;height:auto;}
    .doctor-card .doctor-img {height:235px;display:flex;justify-content:center;overflow:hidden;}
    .doctor-card .doctor-img img {margin-top:auto;}
    .doctor-card .doctor-name {background-color: #949494;color:#fff;text-align:center;height:50px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:600;}
    .doctor-card .doctor-name strong {margin-right:5px;font-size:28px;font-weight:700;}
    .doctor-card .doctor-info {padding:24px 26px;flex:auto;}
    .doctor-card .label {display:inline-block;background-color:#6F7EED;color:#fff;border-radius:100px;font-size:20px;font-weight:600;padding:4px 10px;min-width:108px;text-align:center;}
    
    .typo {margin-bottom:-36px;}
    .typo span {color: rgba(65, 137, 229, 0.10);font-family: "Tiro Telugu";font-size:170px;text-align:center;white-space:nowrap;text-indent:-45px;line-height:1;}
}


/* ====================== */
/* 비수술 진료 > 척추클리닉 */
/* ====================== */
.spine-page {
    .sub-top {background:url(/images/sub_top_bg05.png) no-repeat center/cover;}
    .sub-contents {}

    .section-head .section-subtitle {font-size:20px;color:rgba(0, 0, 0, 0.2);font-weight:600;margin-bottom:14px;display:block;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color:#464646;}
    .section-head .section-title strong {color:var(--primary-color);font-family:inherit;}

    .intro-section {min-height:794px;color:#fff;padding:160px 0 130px;background: #896FED url(/images/spine/intro_bg.png) no-repeat;background-position: right bottom;background-size:auto 86%;}
    .intro-inner {max-width:990px;margin:0 auto;display:flex;align-items:stretch;gap:46px;padding:0 90px;}
    .intro-inner .intro-content {flex:1;}
    .intro-inner .intro-functions {display:flex;flex-direction:column;gap:33px;}
    .intro-inner .intro-functions li {font-family: "Nanum Myeongjo";font-size:23px;}
    .intro-inner .intro-subtitle {position:relative;margin-bottom:30px;display:flex;gap:42px;align-items:center;}
    .intro-inner .intro-subtitle .text {color:#FFFFBF;font-size:20px;font-family: "Nanum Myeongjo";font-weight:700;}
    .intro-inner .intro-subtitle .line {flex: 1;height:1px;background-color:#fff;}
    .intro-inner .intro-title {color: #fff;font-size:36px;font-family: "Nanum Myeongjo";font-weight:700;font-size:36px;margin-bottom:40px;}
    .intro-inner .intro-desc {color: #fff;font-size:20px;font-family: "Nanum Myeongjo";line-height: 1.7;}

    .kind-section {padding:250px 0 150px;position:relative;background:url(/images/spine/kind_bg.png) no-repeat left top / cover;}
    .kind-section .section-title {color:#896FED;margin-bottom:40px;}
    .kind-section .section-text {font-size:15px;color: #464646;line-height:1.8;}
    .kind-inner {max-width:1024px;margin:0 auto;display: flex;align-items:start;}
    .kind-info {padding:0 60px 0 0;flex:1;position:sticky;top:140px;}
    .kind-card-wrap {display:flex;gap:30px;flex-wrap:wrap;width:620px;flex:none;margin-top:280px;}
    .kind-card-wrap .col {flex: 1 1 40%;}
    .kind-card-wrap .col:first-child {margin-top:230px;}
    .kind-card {position:relative;height:400px;background-color:#eee;border-radius:20px;overflow:hidden;margin-bottom:80px;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);}
    .kind-card .card-bg {position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;}
    .kind-card .card-bg img {width:100%;height:100%;object-fit:cover;}
    .kind-card .card-info {position:absolute;z-index:2;color:#fff;left:0;right:0;padding:32px 28px;}
    .kind-card .card-title {font-family: "Nanum Myeongjo";font-weight:700;font-size:25px;text-shadow: 0 0 15px #000;margin-bottom:6px;}
    .kind-card .card-text {color: #F6FAFF;text-shadow: 0 0 15px #000;font-size:15px;line-height:1.7;word-break:keep-all;font-weight:300;}
    .kind-card:last-child {margin-bottom:0;}
    .kind-card-wrap .col:last-child .kind-card .card-info {bottom:0;}
    .use-ai {font-size:20px;color:rgba(0, 0, 0, 0.3);margin-top:157px;text-align:center;padding:0 20px;font-weight:600;}
}

/* ====================== */
/* 비수술 진료 > 관절클리닉 */
/* ====================== */
.joint-page {
    .sub-top {background:url(/images/sub_top_bg05.png) no-repeat center/cover;}
    .sub-contents {}

    .section-head .section-subtitle {font-size:20px;color:rgba(0, 0, 0, 0.2);font-weight:600;margin-bottom:14px;display:block;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color:#464646;}
    .section-head .section-title strong {color:var(--primary-color);font-family:inherit;}

    .intro-section {min-height:794px;color:#fff;padding:160px 0 130px;background: #896FED url(/images/joint/intro_bg.png) no-repeat;background-position: right bottom;background-size:auto 100%;}
    .intro-inner {max-width:990px;margin:0 auto;display:flex;align-items:stretch;gap:46px;padding:0 90px;}
    .intro-inner .intro-content {flex:1;}
    .intro-inner .intro-functions {display:flex;flex-direction:column;gap:33px;}
    .intro-inner .intro-functions li {font-family: "Nanum Myeongjo";font-size:23px;}
    .intro-inner .intro-subtitle {position:relative;margin-bottom:30px;display:flex;gap:42px;align-items:center;}
    .intro-inner .intro-subtitle .text {color:#FFFFBF;font-size:20px;font-family: "Nanum Myeongjo";font-weight:700;}
    .intro-inner .intro-subtitle .line {flex: 1;height:1px;background-color:#fff;}
    .intro-inner .intro-title {color: #fff;font-size:36px;font-family: "Nanum Myeongjo";font-weight:700;font-size:36px;margin-bottom:40px;}
    .intro-inner .intro-desc {color: #fff;font-size:20px;font-family: "Nanum Myeongjo";line-height: 1.7;}

    .kind-section {padding:250px 0 150px;position:relative;background:url(/images/joint/kind_bg.png) no-repeat left top / cover;}
    .kind-section .section-title {color:#896FED;margin-bottom:40px;}
    .kind-section .section-text {font-size:15px;color: #464646;line-height:1.8;;}
    .kind-inner {max-width:1024px;margin:0 auto;display: flex;align-items:start;}
    .kind-info {padding:0 50px 0 0;flex:1;position:sticky;top:140px;}
    .kind-card-wrap {display:flex;gap:30px;flex-wrap:wrap;width:620px;flex:none;margin-top:280px;}
    .kind-card-wrap .col {flex: 1 1 40%;}
    .kind-card-wrap .col:first-child {margin-top:230px;}
    .type-item {margin-bottom:40px;color:#464646;}
    .type-item .type-title {font-size:19px;line-height:1.7;font-weight:800;margin-bottom:5px;}
    .type-item .type-text {font-size:16px;line-height:1.7;word-break:keep-all;}
    .kind-card {position:relative;height:400px;background-color:#eee;border-radius:20px;overflow:hidden;margin-bottom:80px;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);}
    .kind-card .card-bg {position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;}
    .kind-card .card-bg img {width:100%;height:100%;object-fit:cover;}
    .kind-card .card-info {position:absolute;z-index:2;color:#fff;left:0;right:0;padding:32px 28px;}
    .kind-card .card-title {font-family: "Nanum Myeongjo";font-weight:700;font-size:25px;text-shadow: 0 0 15px #000;margin-bottom:6px;}
    .kind-card .card-text {color: #F6FAFF;text-shadow: 0 0 15px #000;font-size:15px;line-height:1.7;word-break:keep-all;font-weight:300;}
    .kind-card:last-child {margin-bottom:0;}
    .kind-card-wrap .col:last-child .kind-card .card-info {bottom:0;}
    .use-ai {font-size:20px;color:rgba(0, 0, 0, 0.3);margin-top:157px;text-align:center;padding:0 20px;font-weight:600;}
}


/* ====================== */
/* 비수술 진료 > 항노화&재생치료센터 */
/* ====================== */
.antiaging-page {
    .sub-top {background:url(/images/sub_top_bg05.png) no-repeat center/cover;}
    .sub-contents {}

    .section-head .section-subtitle {font-size:20px;color:rgba(0, 0, 0, 0.2);font-weight:600;margin-bottom:14px;display:block;}
    .section-head .section-title {font-family: "Nanum Myeongjo";font-size:36px;font-weight:700;color:#464646;}
    .section-head .section-title strong {color:var(--primary-color);font-family:inherit;}

    .intro-section {min-height:794px;color:#fff;padding:160px 0 130px;background: #896FED url(/images/antiaging/intro_bg.png) no-repeat;background-position: right bottom;background-size:auto 86%;}
    .intro-inner {max-width:990px;margin:0 auto;display:flex;align-items:stretch;gap:46px;padding:0 90px;}
    .intro-inner .intro-content {flex:1;}
    .intro-inner .intro-functions {display:flex;flex-direction:column;gap:33px;}
    .intro-inner .intro-functions li {font-family: "Nanum Myeongjo";font-size:23px;}
    .intro-inner .intro-subtitle {position:relative;margin-bottom:30px;display:flex;gap:42px;align-items:center;}
    .intro-inner .intro-subtitle .text {color:#FFFFBF;font-size:20px;font-family: "Nanum Myeongjo";font-weight:700;}
    .intro-inner .intro-subtitle .line {flex: 1;height:1px;background-color:#fff;}
    .intro-inner .intro-title {color: #fff;font-size:36px;font-family: "Nanum Myeongjo";font-weight:700;font-size:36px;margin-bottom:40px;}
    .intro-inner .intro-desc {color: #fff;font-size:20px;font-family: "Nanum Myeongjo";line-height: 1.7;}

    .kind-section {padding:250px 0 150px;position:relative;background:url(/images/antiaging/kind_bg.png) no-repeat left top / cover;}
    .kind-section .section-title {color:#896FED;margin-bottom:40px;}
    .kind-section .section-text {font-size:15px;color: #464646;line-height:1.8;}
    .kind-inner {max-width:1024px;margin:0 auto;display: flex;align-items:start;}
    .kind-info {padding:0 30px 0 0;flex:1;position:sticky;top:140px;}
    .kind-card-wrap {display:flex;gap:30px;flex-wrap:wrap;width:620px;flex:none;margin-top:280px;}
    .kind-card-wrap .col {flex: 1 1 40%;}
    .kind-card-wrap .col:first-child {margin-top:230px;}
    .kind-card {position:relative;height:400px;background-color:#eee;margin-bottom:80px;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);}
    .kind-card .card-bg {position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;border-radius:20px;overflow:hidden;}
    .kind-card .card-bg img {width:100%;height:100%;object-fit:cover;}
    .kind-card .card-info {position:absolute;z-index:2;color:#fff;left:0;right:0;top:0;bottom:0;padding:32px 28px;display:flex;flex-direction:column;align-items:start;}
    .kind-card .card-title {font-family: "Nanum Myeongjo";font-weight:700;font-size:25px;text-shadow: 0 0 15px #000;margin-bottom:6px;}
    .kind-card .card-text {color: #F6FAFF;text-shadow: 0 0 15px #000;font-size:15px;line-height:1.7;word-break:keep-all;font-weight:300;margin-top:auto;}
    .kind-card .special-btn {margin-top:20px;display:inline-flex;height:30px;background-color:#fff;border-radius:100px;padding:0 20px 0 18px;color:#896FED;font-size:15px;font-weight:800;align-items:center;}
    .kind-card .special-btn span {display:inline-block;width:16px;height:16px;border-radius:100px;background: #896FED;color:#fff;font-family: "Nanum Myeongjo";text-align:center;line-height:16px;margin-right:8px;font-size:14px;}
    .kind-card:last-child {margin-bottom:0;}
    .kind-card-wrap .col:last-child .kind-card .card-info {bottom:0;}
    .special-pop {position: absolute;background-color:#896FED;color:#fff;border-radius:20px;z-index:3;left:-42%;top:20px;visibility:hidden;transform: scale(.8);transition:all .3s ease;opacity:0;}
    .special-pop.active {visibility:visible;transform:scale(1);opacity:1;}
    .special-pop-inner {width:400px;padding:20px 32px 24px;line-height: 1.7;}
    .special-pop .pop-title {font-size:14px;font-weight:600;margin-bottom:3px;}
    .special-pop .pop-list {font-size:12px;padding-left:3px;}
    .special-pop .pop-list li {position:relative;padding-left:14px;}
    .special-pop .pop-list li:after {content:'';display:block;width:3px;height:3px;background-color:#fff;border-radius:100px;position: absolute;top:8px;left:3px;}
    .special-pop .pop-note {font-size:12px;margin-top:3px;}
    .special-pop .special-pop-close {display:none;}
    .use-ai {font-size:20px;color:rgba(0, 0, 0, 0.3);margin-top:157px;text-align:center;padding:0 20px;font-weight:600;}
}


.hours-section .hours-wrap {
  overflow: hidden;
}

.hours-inner {
  display: flex;
  width: 100%;
  min-width: 0;
}

.hours-swiper-wrap {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.hours-swiper {
  width: 100%;
  overflow: hidden;
}

.hours-swiper .swiper-wrapper {
  width: 100%;
  align-items: end;
}

.hours-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  box-sizing: border-box;
}

.hours-swiper .swiper-slide .doctor {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* 기본 상태 (배경 없음) */
.hours-swiper .swiper-slide .doctor {
  background: #fff;
  transition: background 0.3s ease;
}

/* 현재 활성 슬라이드 */
.hours-swiper .swiper-slide-active .doctor {
  background: #E5F1FF;
}

.hours-swiper .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hours-swiper .swiper-slide-active {
  opacity: 1;
}

/* popup */


.wrap {
  padding: 100px 20px;
  text-align: center;
}

.wrap h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.wrap p {
  font-size: 18px;
  color: #666;
}

/* 팝업 */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.popup.hide {
  display: none;
}

.popup_dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 420px;
  background: #fff;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.popup_close_top {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.popup_content {
  text-align: center;
}

.popup_content h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

.popup_content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.popup_bottom {
  display: flex;
  border-top: 1px solid #e5e5e5;
}

.popup_bottom button {
  flex: 1;
  height: 56px;
  border: none;
  background: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.popup_today_close {
  border-right: 1px solid #e5e5e5;
  color: #666;
}

.popup_close_btn {
  font-weight: 600;
  color: #111;
}

.popup_bottom button:hover {
  background: #f8f8f8;
}

@media (max-width: 480px) {
  .popup_content {

  }

  .popup_content h2 {
    font-size: 24px;
  }

  .popup_content p {
    font-size: 15px;
  }

  .popup_bottom button {
    font-size: 14px;
  }
}