#container { overflow: hidden; }

.forTab { display: none; }
.forMob { display: none; }
#container { margin-top: 100px; }

.header { z-index: 100; position: fixed; top: 0 ; width: 100%; height: 100px; overflow: visible; background: var(--colorWhite); }
.header .headerInner { display: flex; align-items: center; justify-content: space-between; width: calc(100% - 40px); max-width: 1400px; height: 100%; margin: 0 auto; }
.header .headerInner .headerLogo { display: block; flex: 0 0 auto; }
.header .headerInner .headerLogo img { width: auto; height: auto; }
.header .headerInner .headerNav { height: 100%; }
.header .headerInner .headerNav .headerNavList { display: flex; align-items: center; gap: 50px; height: 100%; margin: 0; padding: 0; list-style: none; }
.header .headerInner .headerNav .headerNavList .headerNavItem { position: relative; height: 100%; }
.header .headerInner .headerNav .headerNavList .headerNavItem .headerNavLink { position: relative; display: flex; align-items: center; height: 100%; font-size: 18px; font-weight: 500; letter-spacing: -0.54px; white-space: nowrap; transition: color .25s ease; }
.header .headerInner .headerNav .headerNavList .headerNavItem:hover .headerNavLink,
.header .headerInner .headerNav .headerNavList .headerNavItem:focus-within .headerNavLink { color: var(--colorMain); }
.header .headerInner .headerNav .headerNavList .headerNavItem:hover .headerNavLink::after,
.header .headerInner .headerNav .headerNavList .headerNavItem:focus-within .headerNavLink::after { transform: scaleX(1); }
.header .headerInner .headerNav .headerNavList .headerNavItem .headerSubMenu { z-index: 10; position: absolute; top: 100%; left: 50%; min-width: 190px; margin: 0; padding: 10px 0; visibility: hidden; list-style: none; background: var(--colorMain); opacity: 0; transform: translate(-50%, -10px); transition: visibility .25s ease, opacity .25s ease, transform .25s ease; }
.header .headerInner .headerNav .headerNavList .headerNavItem .headerSubMenu::before { position: absolute; bottom: 100%; left: 50%; border-right: 8px solid transparent; border-bottom: 8px solid var(--colorMain); border-left: 8px solid transparent; content: ""; transform: translateX(-50%); }
.header .headerInner .headerNav .headerNavList .headerNavItem .headerSubMenu li { width: 100%; }
.header .headerInner .headerNav .headerNavList .headerNavItem .headerSubMenu li a { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 18px; color: var(--colorWhite); font-size: 15px; font-weight: 500; line-height: 1.4; letter-spacing: -0.45px; text-align: center; white-space: nowrap; transition: background-color .25s ease; }
.header .headerInner .headerNav .headerNavList .headerNavItem .headerSubMenu li a:hover,
.header .headerInner .headerNav .headerNavList .headerNavItem .headerSubMenu li a:focus { background: rgba(0, 0, 0, 0.12); }
.header .headerInner .headerNav .headerNavList .headerNavItem:hover .headerSubMenu,
.header .headerInner .headerNav .headerNavList .headerNavItem:focus-within .headerSubMenu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.header .headerInner .headerUtil { display: flex; align-items: center; gap: 28px; }
.header .headerInner .headerUtil .headerUtilLink { display: flex; align-items: center; justify-content: center; }
.header .headerInner .headerUtil .headerUtilLink img,
.header .headerInner .headerUtil .headerUtilLink svg { display: block; }
.header .headerInner .headerUtil .headerMenuBtn { display: none; width: 30px; height: 30px; margin: 0; padding: 0; border: 0; background: transparent; }
.header .headerInner .headerUtil .headerMenuBtn img { display: block;  }
.header .headerInner .headerNav .headerNavList .headerNavItem:hover .headerNavLink { color: var(--colorMain); }
.header .headerInner .headerNav .headerNavList .headerNavItem:hover .headerNavLink::after { transform: scaleX(1); }
.header .headerInner .headerNav .headerNavList .headerNavItem:hover .headerSubMenu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }  
.header .headerInner .headerNav .headerNavList .headerNavItem:not(:hover) .headerSubMenu { visibility: hidden !important; pointer-events: none !important; opacity: 0 !important; transform: translate(-50%, -10px) !important; }
.header .headerInner .headerNav .headerNavList .headerNavItem:hover .headerSubMenu { visibility: visible !important; pointer-events: auto !important; opacity: 1 !important; transform: translate(-50%, 0) !important; }
.mobileMenu { display: none; }
body.mobileMenuOpen { overflow: hidden; }


.footer { width: 100%; min-height: 900px; background: url("/img/footerBg.webp") center/cover no-repeat; color: var(--colorWhite); }
.footer .footerInner { display: flex; align-items: flex-end; width: 100%; max-width: 1400px; min-height: 900px; margin: 0 auto; padding-bottom: 106px; }
.footer .footerInner .footerContent { width: 100%; }
.footer .footerInner .footerContent .footerLogo { display: block; margin-bottom: 61px; }
.footer .footerInner .footerContent .footerLogo img { display: block; height: auto; }
.footer .footerInner .footerContent .footerInfo { font-style: normal; }
.footer .footerInner .footerContent .footerInfo .footerIntro { margin-bottom: 23px; font-size: 18px; font-weight: 400; letter-spacing: -0.54px; line-height: 26px; }
.footer .footerInner .footerContent .footerInfo .footerAddress { margin-bottom: 10px;  font-size: 20px; font-weight: 400; letter-spacing: -0.54px; line-height: 26px;}
.footer .footerInner .footerContent .footerInfo .footerContact { display: flex; align-items: center; gap: 16px;  font-size: 20px; font-weight: 400; letter-spacing: -0.54px; line-height: 26px; }
.footer .footerInner .footerContent .footerInfo .footerContact .footerContactItem { position: relative; }
.footer .footerInner .footerContent .footerInfo .footerContact .footerContactItem + .footerContactItem::before { position: absolute; top: 50%; left: -8px; width: 1px; height: 10px; background: rgba(255, 255, 255, .45); content: ""; transform: translateY(-50%); }
.footer .footerInner .footerContent .footerCopyright { margin-top: 27px; font-size: 17px; font-weight: 400; letter-spacing: -0.48px; line-height: 23px; }
.footer .footerInner .footerContent .footerCopyright span { display: block; }


.rightQuickMenu { position: fixed; top: 50%; right: 0; z-index: 999; overflow: hidden; width: 102px; border-radius: 15px 0 0 15px; background: var(--colorWhite); transform: translateY(-50%); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18); }
.rightQuickMenu .rightQuickItem { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; height: 94px; padding: 20px 13px; background: var(--colorWhite); color: #0874bd; transition: background 0.3s ease, color 0.3s ease; }
.rightQuickMenu .rightQuickItem:not(:last-child)::after { position: absolute; right: 25px; bottom: 0; left: 15px; height: 1px; background: #EBEBEB; content: "";  width: 75px; }
.rightQuickMenu .rightQuickItem:hover { background: var(--colorMain); color: var(--colorWhite); }
.rightQuickMenu .rightQuickItem:hover .rightQuickIcon { filter: brightness(0) saturate(100%) invert(100%); }
.rightQuickMenu .rightQuickItem .rightQuickIcon { display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; color: currentColor; }
.rightQuickMenu .rightQuickItem .rightQuickText { font-size: 16px; font-weight: 600; line-height: 22px; letter-spacing: -0.48px; text-align: center; }


.main_visual { position: relative; font-family: "Noto Serif KR", serif; }
.main_visual img { width:100%; height:100%; object-fit:cover; }
.main_visual .textBox { position:absolute; top:44%; left:13%; transform:translateY(-50%); color:var(--colorWhite); z-index:2; }
.main_visual .textBox p { font-size:29px; font-weight:400; letter-spacing: -1.74px; line-height:normal; }
.main_visual .textBox h2 { font-size:59px; font-weight:400; letter-spacing: -3.54px;line-height:normal; margin-bottom: 20px; }
.main_visual .textBox.color { color: #003477; }

/* 슬라이드 컨트롤 */
.mainVisualControl { position:absolute;  top: calc(50% + 163px); left:13%; display:flex; align-items:center; gap:14px; z-index:10; color:var(--colorWhite); }
.mainVisualCurrent,
.mainVisualTotal { min-width:12px; font-size:18px; font-weight:500; text-align:center; }
.mainVisualProgress { position:relative; overflow:hidden; width:137px; height:3px; background: #B4B4B4; }
.mainVisualProgressBar { position:absolute; top:0; left:0; width:100%; height:100%; background: var(--colorWhite); transform:scaleX(0); transform-origin:left center; }
.mainVisualArrow { display:flex; align-items:center; gap:25px; }
.mainVisualPrev,
.mainVisualNext { position:relative; width:10px; height:18px; padding:0; border:0; background:transparent; cursor:pointer; }
.mainVisualPrev::before,
.mainVisualNext::before { content:""; position:absolute; top:50%; width:6px; height:6px; border-top:1px solid var(--colorWhite); border-left:1px solid var(--colorWhite); }
.mainVisualPrev::before { left:3px; transform:translateY(-50%) rotate(-45deg); }
.mainVisualNext::before { right:3px; transform:translateY(-50%) rotate(135deg); }


.mainVisualToggle { position:relative; width:32px; height:32px; padding:0; border:0; border-radius:50%; background:rgba(217, 217, 217, 0.6); cursor:pointer; }
.mainVisualToggle circle { fill:none; stroke-width:2; }
.mainVisualToggle .pauseIcon { position:absolute; top:50%; left:50%; width:7px; height:9px; border-left:2px solid var(--colorWhite); border-right:2px solid var(--colorWhite); transform:translate(-50%, -50%); }
.mainVisualToggle.isPaused .pauseIcon { width:0; height:0; margin-left:1px; border-top:5px solid transparent; border-right:0; border-bottom:5px solid transparent; border-left:8px solid var(--colorWhite); }

.scrollPercent { position:fixed; left:60px; bottom:100px; z-index:100; width:114px; height:114px; border:1px solid #F3E2D6; border-radius:50%; color:#F3E2D6; pointer-events:none; box-sizing:border-box; transition:border-color .3s ease, color .3s ease; }
.scrollPercent .scrollPercentText { position:absolute; top:50%; left:50%; width:0; height:0; animation:scrollPercentRotate 15s linear infinite; }
.scrollPercent .scrollPercentText span { position:absolute; top:0; left:0; display:block; color:#F3E2D6; font-family:"Cormorant Garamond", serif !important; font-size:14px; font-weight:500; line-height:1; white-space:pre; transition:color .3s ease; }
.scrollPercent .scrollPercentNumber { position:absolute; top:50%; left:50%; display:block; color:#F3E2D6; font-family:"Cormorant Garamond", serif !important; font-size:30px; font-weight:500; line-height:1; transform:translate(-50%, -50%); transition:color .3s ease; }
.scrollPercent { opacity:0; visibility:hidden; transform:translateY(15px); transition:opacity .4s ease, visibility .4s ease, transform .4s ease; }
.scrollPercent.on { opacity:1; visibility:visible; transform:translateY(0); }
.scrollPercent.isDark { border-color:#111; color:#111; }
.scrollPercent.isDark .scrollPercentText span,
.scrollPercent.isDark .scrollPercentNumber { color:#111; }

@keyframes scrollPercentRotate {
    0% { transform:rotate(0deg); }
    100% { transform:rotate(360deg); }
}



.aboutSection { position: relative; overflow: hidden; width: 100%; height: 100vh; min-height: 700px; background: url("/img/aboutSection.webp") center/cover no-repeat; }
.aboutSection .firstSince { position: relative; width: 100%; height: 100%; }
.aboutSection .firstSince .mainTitBox { position: absolute; top: 50%; left: 50%; z-index: 2; width: 100%; padding: 0 20px; text-align: center; }
.aboutSection .firstSince .mainTitBox .mainTitle { font-family: "Noto Serif CJK KR", serif; font-size: clamp(28px, 4.2vw, 58px); font-weight: 500; line-height: 85px;
 letter-spacing: -3.48px;}
.aboutSection .firstSince .mainTitBox .mainTitle .mainTitleText { color: #ECECEC; }
.aboutSection .firstSince .mainTitBox .mainTitle .mainTitleText .titleCharacter { color: #ECECEC; }
.aboutSection .firstSince .backgroundVideo { position: absolute; top: 50%; left: 50%; z-index: 1; overflow: hidden; width: 100vw; height: 100vh; border-radius: 32px; opacity: 0; transform-origin: center; }
.aboutSection .firstSince .backgroundVideo .mainVideo { display: block; width: 100%; height: 100%; object-fit: cover; padding: 60px; border-radius: 20px; }



.doctorSection { width: 100%; padding: 100px 0 140px; background: #FAFDFF; color: var(--colorText); }
.doctorSection .doctorInner { width: calc(100% - 40px); max-width: 1400px; margin: 0 auto; }
.doctorSection .doctorInner .doctorHeading { text-align: center; }
.doctorSection .doctorInner .doctorHeading .doctorTitle { font-family: "Noto Serif CJK KR", serif; font-size: 48px; font-weight: 600; line-height: 65px; letter-spacing: -3.12px; margin-bottom: 40px; }
.doctorSection .doctorInner .doctorHeading .doctorDescription { font-size: 25px;; font-weight: 300; line-height: 38px; letter-spacing: -0.75px; }
.doctorSection .doctorInner .doctorHeading .doctorDescription strong { font-weight: 500; }
.doctorSection .doctorInner .doctorProfile { display: flex; align-items: end; justify-content: center; width: 454px; height: 462px; border-radius: 10px; background: #EDEDED; margin: 80px auto 0; }
.doctorSection .doctorInner .doctorProfile .doctorImage { overflow: hidden; margin-bottom: -3px; }
.doctorSection .doctorInner .doctorProfile .doctorImage img { }
.doctorSection .doctorInner .doctorName { margin: 30px auto 0; width: 454px; }
.doctorSection .doctorInner .doctorName .doctorPosition { display: block; color: var(--colorMain); font-size: 25px; font-weight: 600; }
.doctorSection .doctorInner .doctorName .doctorNameText { display: flex; align-items: flex-end; gap: 10px; margin-top: 6px; }
.doctorSection .doctorInner .doctorName .doctorNameText strong { font-family: "Noto Serif CJK KR", serif; font-size: 41px; font-weight: 600; letter-spacing: 0.82px; }
.doctorSection .doctorInner .doctorName .doctorNameText span { padding-bottom: 3px; font-family: "Noto Serif CJK KR", serif; font-size: 31px; font-weight: 400; letter-spacing: -2.015px; }
.doctorSection .doctorInner .doctorInformation { margin-top: 60px; }
.doctorSection .doctorInner .doctorInformation .doctorInformationRow { display: flex; align-items: flex-start; gap: 30px; }
.doctorSection .doctorInner .doctorInformation .doctorInformationRow .doctorInformationItem { width: calc(50% - 15px); }
.doctorSection .doctorInner .doctorInformation .doctorInformationItem .informationTitle { margin-bottom: 18px; font-size: 29px; font-weight: 500; line-height: 40px; }
.doctorSection .doctorInner .doctorInformation .doctorInformationItem .informationContent { overflow: hidden; width: 100%; height: 294px; border: 1px solid #cfcfcf; border-radius: 10px;padding: 26px 0;  }
.doctorSection .doctorInner .doctorInformation .doctorInformationItem .informationContent .informationScroll { overflow-y: auto; width: calc(100% - 76px); height: 100%; margin: 0 38px; }
.doctorSection .doctorInner .doctorInformation .doctorInformationItem .informationContent .informationScroll::-webkit-scrollbar { width: 4px; }
.doctorSection .doctorInner .doctorInformation .doctorInformationItem .informationContent .informationScroll::-webkit-scrollbar-track { margin: 28px 0; border-radius: 4px; background: #e9e9e9; }
.doctorSection .doctorInner .doctorInformation .doctorInformationItem .informationContent .informationScroll::-webkit-scrollbar-thumb { border-radius: 4px; background: var(--colorMain); }
.doctorSection .doctorInner .doctorInformation .doctorInformationItem .informationContent .informationScroll .informationList { margin: 0; padding: 0 18px 0 0; list-style: none; }
.doctorSection .doctorInner .doctorInformation .doctorInformationItem .informationContent .informationScroll .informationList .informationListItem { position: relative; padding-left: 12px; font-size: 15px; font-weight: 300; letter-spacing: -0.45px; line-height: 30px; word-break: keep-all; }
.doctorSection .doctorInner .doctorInformation .doctorInformationItem .informationContent .informationScroll .informationList .informationListItem::before { position: absolute; top: 14px; left: 0; width: 3px; height: 3px; border-radius: 50%; background: currentColor; content: ""; }
.doctorSection .doctorInner .doctorInformation .doctorInformationItem .informationContent .informationList .informationListItem::before { position: absolute; top: 14px; left: 0; width: 3px; height: 3px; border-radius: 50%; background: var(--colorText); content: ""; }
.doctorSection .doctorInner .doctorInformation .doctorPaperItem { width: 100%; margin-top: 30px; }
.doctorSection .doctorInner .doctorInformation .doctorPaperItem .informationContent { height: auto; }
.doctorSection .doctorInner .doctorInformation .doctorPaperItem .informationContent .paperList { padding-left: 20px; list-style: decimal !important; }
.doctorSection .doctorInner .doctorInformation .doctorPaperItem .informationContent .paperList .informationListItem { padding-left: 6px; font-size: 15px; line-height: 30px;letter-spacing: -0.45px; }
.doctorSection .doctorInner .doctorInformation .doctorActivity { margin-top: 60px; }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityTitle { margin-bottom: 18px; font-size: 29px; font-weight: 500; line-height: 40px; }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery { display: flex; align-items: stretch; gap: 30px; }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryLeft { display: flex; flex-wrap: wrap; gap: 30px; width: calc(66.666% - 10px); }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryRight { width: calc(33.334% - 20px); }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityItem { overflow: hidden; margin: 0; border-radius: 10px; background: var(--colorMain); }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryLeft .activityItem { width: calc(50% - 15px); }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryRight .activityItem { }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityItem .activityImage { overflow: hidden; width: 100%; background: #ededed; }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryLeft .activityItem .activityImage { height: 260px; }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryRight .activityItem .activityImage { height: 100%; }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityItem .activityImage img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryRight .activityItem .activityImage img { object-position: center; transform: scale(1.03);  }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryRight .activityItem:hover .activityImage img { transform: scale(1.06); }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityItem:hover .activityImage img { transform: scale(1.03); }
.doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityItem .activityCaption { display: flex; align-items: center; justify-content: center; min-height: 32px; background: var(--colorMain); color: var(--colorWhite); font-size: 16px; font-weight: 400; line-height: 32px; letter-spacing: -0.45px; text-align: center; word-break: keep-all; }



.youtubeSection { width: 100%; padding: 180px 0; background: var(--colorWhite); color: var(--colorText); }
.youtubeSection .youtubeInner { width: 100%; max-width: 1300px; margin: 0 auto; }
.youtubeSection .youtubeInner .youtubeHeading { text-align: center; margin-bottom: 80px; }
.youtubeSection .youtubeInner .youtubeHeading .youtubeTitle { font-family: "Noto Serif CJK KR", serif; margin-bottom: 40px; font-size: 48px; font-weight: 600; line-height: 65px; letter-spacing: -3.12px; }
.youtubeSection .youtubeInner .youtubeHeading .youtubeDescription { font-size: 25px; font-weight: 300; line-height: 38px; letter-spacing: -0.75px; }
.youtubeSection .youtubeInner .youtubeContent { display: flex; align-items: stretch;  gap: 9px; }
.youtubeSection .youtubeInner .youtubeContent .youtubeMain { max-width: 800px; width: 100%; }
.youtubeSection .youtubeInner .youtubeContent .youtubeMain .youtubeMainLink { display: block; }
.youtubeSection .youtubeInner .youtubeContent .youtubeMain .youtubeMainLink .youtubeMainImage { position: relative; overflow: hidden; margin-bottom: 17px; width: 100%; max-width: 800px; height: 450px; aspect-ratio: 16 / 9; background: #e9e9e9; }
.youtubeSection .youtubeInner .youtubeContent .youtubeMain .youtubeMainLink .youtubeMainImage img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.youtubeSection .youtubeInner .youtubeContent .youtubeMain .youtubeMainLink .youtubeMainImage .youtubePlay { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; width: 61px; height: 43px; transform: translate(-50%, -50%); }
.youtubeSection .youtubeInner .youtubeContent .youtubeMain .youtubeMainLink .youtubeMainImage .youtubePlay .material-symbols-rounded { font-size: 30px; }
.youtubeSection .youtubeInner .youtubeContent .youtubeMain .youtubeMainInformation .youtubeChannel { display: block; margin-bottom: 18px; color: #919198; font-size: 25px; font-weight: 300; line-height: 28px; letter-spacing: -0.75px; }
.youtubeSection .youtubeInner .youtubeContent .youtubeMain .youtubeMainInformation .youtubeSubject { overflow: hidden; font-size: 25px; font-weight: 400; line-height: 28px; letter-spacing: -0.75px; color: var(--colorText); }
.youtubeSection .youtubeInner .youtubeContent .youtubeSide { width: 33.333%; }
.youtubeSection .youtubeInner .youtubeContent .youtubeSide .youtubeList { display: flex; flex-direction: column; gap: 9px; height: 450px; }
.youtubeSection .youtubeInner .youtubeContent .youtubeSide .youtubeList .youtubeListItem + .youtubeListItem {  }
.youtubeSection .youtubeInner .youtubeContent .youtubeSide .youtubeList .youtubeListItem a { display: flex; align-items: center; }
.youtubeSection .youtubeInner .youtubeContent .youtubeSide .youtubeList .youtubeListItem a .youtubeItemImage { overflow: hidden; flex-shrink: 0; width: 59%; height: 144px; aspect-ratio: 16 / 9; background: #e9e9e9; }
.youtubeSection .youtubeInner .youtubeContent .youtubeSide .youtubeList .youtubeListItem a .youtubeItemImage img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.youtubeSection .youtubeInner .youtubeContent .youtubeSide .youtubeList .youtubeListItem a .youtubeItemInformation { display: flex; flex-direction: column; justify-content: center; width: 48%; height: 144px; padding-left: 12px; transition: background-color 0.3s ease; }
.youtubeSection .youtubeInner .youtubeContent .youtubeSide .youtubeList .youtubeListItem a:hover .youtubeItemInformation { background-color: #f2f2f2; }
.youtubeSection .youtubeInner .youtubeContent .youtubeSide .youtubeList .youtubeListItem a .youtubeItemInformation .youtubeChannel { display: block; overflow: hidden; margin-bottom: 13px; color: #595959; font-size: 16px; font-weight: 600; letter-spacing: -0.48px; }
.youtubeSection .youtubeInner .youtubeContent .youtubeSide .youtubeList .youtubeListItem a .youtubeItemInformation .youtubeItemSubject { display: -webkit-box; overflow: hidden; color: var(--colorText); font-size: 18px; font-weight: 300; line-height: 24px; letter-spacing: -0.54px;  -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.youtubeSection .youtubeInner .youtubeButtonWrap { margin-top: 48px; text-align: center; }
.youtubeSection .youtubeInner .youtubeButtonWrap .youtubeButton { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 112px; height: 34px; padding: 0 18px; border: 1px solid #1686d9; border-radius: 20px; color: #1686d9; font-size: 11px; font-weight: 500; transition: background 0.3s ease, color 0.3s ease; }
.youtubeSection .youtubeInner .youtubeButtonWrap .youtubeButton:hover { background: var(--colorMain); color: var(--colorWhite); }
.youtubeSection .youtubeInner .youtubeButtonWrap .youtubeButton .youtubeButtonIcon { font-size: 10px; }
.moreBtn { display: flex; justify-content: center; margin-top: 72px; }
.moreBtn a { display: flex; align-items: center; padding: 15px 33px; font-size: 15px; letter-spacing: -0.45px; font-weight: 500; color: var(--colorMain); border: 1px solid var(--colorMain); border-radius: 50px; }
.moreBtn a img { padding-right: 10px; }
.moreBtn a img.off { display: block; }
.moreBtn a img.on { display: none; }
.moreBtn a:hover { background: var(--colorMain); color: var(--colorWhite); }
.moreBtn a:hover img.on { display: block; }
.moreBtn a:hover img.off { display: none; }
.youtubeSection .youtubeInner .youtubeMobileSwiper { display: none; }


.philosophySection { width: 100%; padding: 180px 0; background: #F6F6F6; color: var(--colorText); }
.philosophySection .philosophyInner { width: 100%; max-width: 1400px; margin: 0 auto; }
.philosophySection .philosophyInner .philosophyHeading { text-align: center; margin-bottom: 80px; }
.philosophySection .philosophyInner .philosophyHeading .philosophyTitle { font-family: "Noto Serif CJK KR", serif;  margin-bottom: 40px; font-size: 48px; font-weight: 600; line-height: 65px; letter-spacing: -3.12px; }
.philosophySection .philosophyInner .philosophyHeading .philosophyDescription { font-size: 25px; font-weight: 300; line-height: 45px; letter-spacing: -0.75px; }
.philosophySection .philosophyInner .philosophyList { display: flex; overflow: hidden; width: 100%; height: 737px; gap: 6px; margin-top: 70px; border-radius: 30px; }
.philosophySection .philosophyInner .philosophyList .philosophyItem { position: relative; overflow: hidden; width: 33.333%; height: 100%; color: var(--colorWhite); }
.philosophySection .philosophyInner .philosophyList .philosophyItem img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.philosophySection .philosophyInner .philosophyList .philosophyItem::after { position: absolute; z-index: 2; inset: 0; background: rgba(18, 24, 31, 0.4); content: ""; transition: opacity 0.5s ease; }
.philosophySection .philosophyInner .philosophyList .philosophyItem:hover::after { opacity: 0; background: unset; }
.philosophySection .philosophyInner .philosophyList .philosophyItem:hover img { transform: scale(1.025); }
.philosophySection .philosophyInner .philosophyList .philosophyItem .philosophyContent { position: absolute; z-index: 3; top: 64%; left: 53px; }
.philosophySection .philosophyInner .philosophyList .philosophyItem .philosophyContent .philosophyEnglish { display: block; font-size: 19px; font-weight: 400; letter-spacing: -0.57px; margin-bottom: 9px; }
.philosophySection .philosophyInner .philosophyList .philosophyItem .philosophyContent .philosophyItemTitle { font-size: 44px; font-weight: 600; line-height: 1; letter-spacing: -1.32px; margin-bottom: 5px; }
.philosophySection .philosophyInner .philosophyList .philosophyItem .philosophyContent .philosophyText { font-size: 23px; font-weight: 400; line-height: 35px; letter-spacing: -0.69px; word-break: keep-all; }




.reasonSection { width: 100%; padding: 200px 0 210px; background: url("/img/reason_bg.webp") center/cover no-repeat; color: var(--colorWhite); }
.reasonSection .reasonInner { width: 100%; max-width: 1740px; margin: 0 auto; }
.reasonSection .reasonInner .reasonTitle { margin-bottom: 70px; font-family: "Noto Serif CJK KR", serif; font-size: 48px; font-weight: 600; line-height: 65px; letter-spacing: -3.12px; text-align: center; }
.reasonSection .reasonInner .reasonList { display: flex; align-items: stretch; gap: 25px; }
.reasonSection .reasonInner .reasonList .reasonItem { position: relative; display: flex; flex: 1; align-items: center; justify-content: center;  box-sizing: border-box; overflow: hidden; width: 328px; height: 300px; border: 1px solid var(--colorWhite); border-radius: 30px; background: rgba(255, 255, 255, 0.50); cursor: pointer;  transition: box-shadow 0.3s ease, background 0.3s ease;}
.reasonSection .reasonInner .reasonList .reasonItem .reasonImage { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0; border-radius: 30px; transition: opacity 0.5s ease, transform 0.7s ease; border: 4px solid var(--colorWhite); }
.reasonSection .reasonInner .reasonList .reasonItem .reasonContent { position: relative; z-index: 2; width: 100%; padding: 25px 14px; text-align: center; }
.reasonSection .reasonInner .reasonList .reasonItem .reasonContent .reasonItemTitle { font-size: 32px; line-height: 1.3; font-weight: 600; letter-spacing: -0.96px; word-break: keep-all; margin-bottom: 15px; }
.reasonSection .reasonInner .reasonList .reasonItem .reasonContent .reasonDescription { max-height: 0; margin-top: 0; overflow: hidden; font-size: 18px; font-weight: 400; line-height: 28px; letter-spacing: -0.54px; opacity: 0; word-break: keep-all;transition: max-height 0.5s ease, margin 0.5s ease, opacity 0.3s ease, transform 0.5s ease; }
.reasonSection .reasonInner .reasonList .reasonItem.active { border-color: var(--colorWhite); }
.reasonSection .reasonInner .reasonList .reasonItem.active::before { opacity: 1; }
.reasonSection .reasonInner .reasonList .reasonItem.active .reasonImage { opacity: 1; }
.reasonSection .reasonInner .reasonList .reasonItem.active .reasonContent .reasonDescription { max-height: 70px; margin-top: 9px; opacity: 1; transform: translateY(0); }





.symptomSection { width: 100%; overflow: hidden; padding: 190px 0 180px; background: var(--colorWhite); color: var(--colorText); }
.symptomSection .symptomInner { width: 100%; }
.symptomSection .symptomInner .symptomHeading { text-align: center; margin-bottom: 60px; }
.symptomSection .symptomInner .symptomHeading .symptomTitle { font-family: "Noto Serif CJK KR", serif; font-size: 40px; font-weight: 600; line-height: 65px; letter-spacing: -2.6px; margin-bottom: 40px; }
.symptomSection .symptomInner .symptomHeading .symptomDescription { font-size: 25px; font-weight: 300; line-height: 40px; letter-spacing: -0.75px; color: var(--colorText); word-break: keep-all; }
.symptomSection .symptomInner .symptomSwiper { overflow: visible;  }
.symptomSection .symptomInner .symptomSwiper .symptomList { align-items: center; justify-content: flex-start; }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem { flex-shrink: 0; height: 596px; cursor: pointer; }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem .symptomCard { position: relative; overflow: hidden; box-sizing: border-box; height: 510px; margin: 25px auto; border-radius: 24px; transition: width 0.6s ease, height 0.6s ease, margin 0.6s ease; }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem .symptomCard .symptomImage { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); transition: transform 0.8s ease; }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem .symptomCard .symptomDim { position: absolute; inset: 0; transition: background 0.5s ease;background: #2f2f2f5e;  }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem .symptomCard .symptomContent { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 28px 24px; color: var(--colorWhite); }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem .symptomCard .symptomContent .symptomItemTitle { margin-bottom: 24px; font-size: 40px; font-weight: 700; line-height: 36px; letter-spacing: -1.2px; word-break: keep-all; transition: margin-bottom 0.5s ease, transform 0.5s ease; }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem .symptomCard .symptomContent .symptomDetail { display: grid; grid-template-columns: repeat(2, max-content); gap: 8px; max-height: 0; margin-top: 0; overflow: hidden; opacity: 0; transform: translateY(15px); transition: max-height 0.5s ease, margin-top 0.5s ease, opacity 0.35s ease, transform 0.5s ease; }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem .symptomCard .symptomContent .symptomDetail span { display: inline-flex; width: max-content; padding: 0 20px; line-height: 36px; border-radius: 27.5px; border: 1px solid var(--colorWhite); background: rgba(0, 0, 0, 0.10); box-shadow: 0 1px 12px 0 rgba(255, 255, 255, 0.80) inset; }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem.swiper-slide-active .symptomCard { height: 596px; margin: 0 auto; }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem.swiper-slide-active .symptomCard .symptomImage { transform: scale(1); }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem.swiper-slide-active .symptomCard .symptomDim { background: unset; }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem.swiper-slide-active .symptomCard .symptomContent .symptomItemTitle { transform: translateY(-2px); }
.symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem.swiper-slide-active .symptomCard .symptomContent .symptomDetail { max-height: 110px; margin-top: 12px; opacity: 1; transform: translateY(0); }
.symptomSection .symptomInner .symptomControl { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 48px; }
.symptomSection .symptomInner .symptomControl .symptomPrev,
.symptomSection .symptomInner .symptomControl .symptomNext { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; padding: 0; border: 0; background: transparent; font-size: 22px; color: var(--colorText); cursor: pointer; }
.symptomSection .symptomInner .symptomControl .symptomPagination { display: flex; align-items: center; justify-content: center; gap: 7px; width: auto; }
.symptomSection .symptomInner .symptomControl .symptomPagination .swiper-pagination-bullet { width: 9px; height: 9px; margin: 0; background: #D9D9D9; opacity: 1; transition: background 0.3s ease, transform 0.3s ease; }
.symptomSection .symptomInner .symptomControl .symptomPagination .swiper-pagination-bullet-active { background: var(--colorMain); }



.sectionTitle { margin-bottom: 40px; font-family: "Noto Serif CJK KR", serif; font-size: 48px; font-weight: 600; line-height: 1.4; letter-spacing: -0.63px; text-align: center; }
.sectionTab { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; width: 100%; max-width: 850px; margin: 0 auto 80px; }
.sectionTab .sectionTabBtn {box-sizing: border-box; padding: 12px 25px 12px 24px; border: 1px solid #e8e8e8; border-radius: 5px; background: var(--colorWhite); color: var(--colorMain); font-size: 21px; font-weight: 600; letter-spacing: -0.63px; cursor: pointer; transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease; }
.sectionTab .sectionTabBtn:hover,
.sectionTab .sectionTabBtn.active { border-color: var(--colorMain); background: var(--colorMain); color: var(--colorWhite); }


.examinationSection { width: 100%; overflow: hidden; padding: 180px 0; background: #F5F5F5; color: var(--colorText); }
.examinationSection .examinationInner { width: 100%; }
.examinationSection .examinationInner .examinationSwiper { overflow: visible; margin-top: 52px; padding-bottom: 70px; }
.examinationSection .examinationInner .examinationSwiper .examinationList { align-items: center; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem { height: auto; opacity: 0.62; transform: scale(0.94); transition: opacity 0.6s ease, transform 0.6s ease; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem.swiper-slide-active { opacity: 1; transform: scale(1); }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard { overflow: hidden; width: 100%; border-radius: 16px; background: var(--colorWhite); }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationImageWrap { overflow: hidden; width: 100%; height: 235px; background: #ddd; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationImageWrap .examinationImage { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem.swiper-slide-active .examinationCard .examinationImageWrap .examinationImage { transform: scale(1.03); }

.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent { min-height: 335px; padding: 35px 34px 25px; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent .examinationHeading { display: flex; align-items: center; gap: 12px; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent .examinationHeading .examinationNumber { display: flex; align-items: center; justify-content: center; min-width: 50px; height: 28px; border-radius: 5px; background: #EFF7FF; font-size: 18px; font-weight: 600; line-height: 23x; color: #7CA9D2; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent .examinationHeading .examinationItemTitle { margin-bottom: 10px; font-size: 32px; font-weight: 600; line-height: 43px; letter-spacing: -0.96px; word-break: keep-all; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent .examinationDescription { margin-bottom: 50px; min-height: 82px; font-size: 18px; font-weight: 500; line-height: 30px; letter-spacing: -0.54px; color: var(--colorText); word-break: keep-all; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent .examinationInformation { display: flex; gap: 25px; margin-top: 25px; padding: 27px 22px; border-radius: 15px; background: #F8F8F6; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent .examinationInformation .examinationInformationItem { flex: 1; min-width: 0; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent .examinationInformation .examinationInformationItem strong { position: relative; display: block; padding-left: 20px; font-size: 15px; font-weight: 600; line-height: 30px; color: var(--colorMain); }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent .examinationInformation .examinationInformationItem strong::before { position: absolute; top: 8px; left: 0; width: 13px; height: 13px; background: url("/img/ck_icon.svg") center / contain no-repeat; content: ""; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent .examinationInformation .examinationInformationItem ul { margin-top: 7px; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent .examinationInformation .examinationInformationItem ul li { position: relative; padding-left: 20px; font-size: 18px; font-weight: 500; line-height: 28px; letter-spacing: -0.45px; color: var(--colorText); word-break: keep-all; }
.examinationSection .examinationInner .examinationSwiper .examinationList .examinationItem .examinationCard .examinationContent .examinationInformation .examinationInformationItem ul li::before { position: absolute; top: 13px; left: 0; width: 2px; height: 2px; border-radius: 50%; background: var(--colorText); content: ""; }
.examinationSection .examinationInner .examinationSwiper .examinationPagination { position: absolute; top: auto; right: 0; bottom: 0; left: 0; overflow: hidden; width: 142px; height: 3px; margin: 0 auto; background: var(--colorWhite); z-index: 10; }
.examinationSection .examinationInner .examinationSwiper .examinationPagination .swiper-pagination-progressbar-fill { background: #2962A7; }



.clinicSection { width: 100%; padding: 120px 0 140px; background: var(--colorWhite); color: var(--colorText); }
.clinicSection .clinicInner { width: 100%; max-width: 1500px; margin: 0 auto; }
.clinicSection .clinicInner .sectionTab { max-width: 1030px; }
.clinicSection .clinicInner .clinicSliderWrap { position: relative; margin-top: 78px; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper { overflow: hidden; width: 100%; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide { height: auto; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation { width: 100%; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .clinicInformationHeading { text-align: center; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .clinicInformationHeading .clinicInformationTitle { font-family: "Noto Serif CJK KR", serif; font-size: 40px; font-weight: 600; line-height: 1; letter-spacing: -2.6px; text-decoration: underline; text-decoration-color: #D9EDFF; text-decoration-thickness: 24px; text-underline-offset: -15px; text-decoration-skip-ink: none; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .clinicInformationHeading .clinicInformationDescription { margin: 45px 0 80px; color: var(--colorText); font-size: 25px; font-weight: 300; line-height: 40px; letter-spacing: -0.75px; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .clinicContent { display: flex; align-items: flex-start; gap: 60px; width: 100%; max-width: 1400px; margin: 0 auto; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .clinicContent .clinicImage { overflow: hidden; width: 52%; height: 473px; border-radius: 10px; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .clinicContent .clinicImage img { width: 100%; height: 100%; object-fit: cover; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .clinicContent .clinicCheckList { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; width: calc(48% - 48px); }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .clinicContent .clinicCheckList li { position: relative; width: max-content; max-width: 100%; padding: 15px 20px 14px 20px; border-radius: 15px; background: #F9FCFF; color: var(--colorText); font-size: 25px; font-weight: 600; letter-spacing: -0.75px; box-shadow: 0 1px 1px 0 rgba(2, 0, 23, 0.10); }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .clinicContent .clinicCheckList li img { padding-right: 16px; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea { width: 100%; max-width: 1525px; margin: 100px auto 0; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentTitle { margin-bottom: 72px; font-family: "Noto Serif CJK KR", serif; font-size: 35px; font-weight: 600; line-height: 1.4; text-align: center; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList { display: flex; justify-content: center ; gap: 20px; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList .treatmentItem { position: relative; overflow: hidden; max-width: 284px; width: 100%; height: 305px; border-radius: 10px; background: var(--colorMain); cursor: pointer; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList.custom { flex-wrap: wrap; max-width: 892px; margin: 0 auto; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList.custom .treatmentItem { width: calc((100% - 40px) / 3); }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList .treatmentItem .treatmentImage { position: absolute; inset: 0; width: 100%; height: 100%; transition: opacity 0.35s, transform 0.5s; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList .treatmentItem .treatmentImage img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList .treatmentItem .treatmentImage strong { position: absolute; right: 18px; top: 204px; left: 18px; z-index: 1; color: var(--colorWhite); font-size: 25px; font-weight: 600; line-height: 1.2; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList .treatmentItem .treatmentContent { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px 25px 70px; color: var(--colorWhite); opacity: 0; transform: translateY(20px); transition: opacity 0.35s, transform 0.35s; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList .treatmentItem .treatmentContent strong { font-size: 25px; font-weight: 700; line-height: 1.4; margin-bottom: 8px; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList .treatmentItem .treatmentContent p { font-size: 18px; font-weight: 400; line-height: 25px; }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList .treatmentItem:hover .treatmentImage,
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList .treatmentItem.isActive .treatmentImage { opacity: 0; transform: scale(1.08); }
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList .treatmentItem:hover .treatmentContent,
.clinicSection .clinicInner .clinicSliderWrap .clinicSwiper .clinicSlide .clinicInformation .treatmentArea .treatmentList .treatmentItem.isActive .treatmentContent { opacity: 1; transform: translateY(0); }
.clinicSection .clinicInner .clinicSliderWrap .clinicNavigation { position: absolute; top: 427px; z-index: 5; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border: 1px solid #BDBDBD; border-radius: 50%; background: var(--colorWhite); color: #BDBDBD; transition: border-color 0.3s, background 0.3s, color 0.3s; }
.clinicSection .clinicInner .clinicSliderWrap .clinicNavigation span { font-size: 18px; }
.clinicSection .clinicInner .clinicSliderWrap .clinicNavigation:hover { border-color: var(--colorMain); background: var(--colorMain); color: var(--colorWhite); }
.clinicSection .clinicInner .clinicSliderWrap .clinicPrev { left: -58px; }
.clinicSection .clinicInner .clinicSliderWrap .clinicNext { right: -58px; }
.clinicSection .clinicInner .clinicPagination { display: none; }



.medicalCheckupSection { width: 100%; padding: 120px 0 140px; background: #f7fbfe; color: var(--colorText); }
.medicalCheckupSection .medicalCheckupInner { width: 100%; max-width: 1500px; margin: 0 auto; padding: 0 40px; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap { position: relative; width: 100%; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap::before { position: absolute; top: 220px; left: 50%; width: 956px; height: 956px; border-radius: 50%; background: radial-gradient(50% 50% at 50% 50%, rgba(64, 167, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%); filter: blur(50px); content: ""; transform: translateX(-50%); }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupSwiper { overflow: hidden; width: 100%; max-width: 1092px; margin: 0 auto; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupSwiper .medicalCheckupSlide { height: auto; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupSwiper .medicalCheckupSlide .medicalCheckupHeading { text-align: center; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupSwiper .medicalCheckupSlide .medicalCheckupHeading .medicalCheckupTitle { margin-bottom: 30px; font-family: "Noto Serif CJK KR", serif; font-size: 40px; font-weight: 500; line-height: 1.4; letter-spacing: -2.6px; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupSwiper .medicalCheckupSlide .medicalCheckupHeading .medicalCheckupDescription { margin-bottom: 100px; color:var(--colorText); font-size: 25px; font-weight: 400; line-height: 1.8; letter-spacing: -0.75px; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupSwiper .medicalCheckupSlide .medicalCheckupList { display: flex; flex-wrap: wrap; gap: 22px;  }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupSwiper .medicalCheckupSlide .medicalCheckupList .medicalCheckupItem { display: flex; flex-direction: column; justify-content: center; width: calc((100% - 22px) / 2); min-height: 226px; padding: 50px; box-shadow: 0 2px 2px 0 rgba(205, 205, 205, 0.30); border-radius: 10px; background: var(--colorWhite);  }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupSwiper .medicalCheckupSlide .medicalCheckupList .medicalCheckupItem .medicalCheckupNumber { display: block; color: var(--colorMain); font-size: 17px; font-weight: 500; letter-spacing: 0.539px; margin-bottom: 10px; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupSwiper .medicalCheckupSlide .medicalCheckupList .medicalCheckupItem .medicalCheckupItemTitle { color: var(--colorText); margin-bottom: 12px; font-size: 30px; font-weight: 500; letter-spacing: -0.9px; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupSwiper .medicalCheckupSlide .medicalCheckupList .medicalCheckupItem .medicalCheckupItemText { color: var(--colorText); font-size: 20px; font-weight: 300; line-height: 30px; letter-spacing: -0.6px; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupNavigation { position: absolute; top: 600px; z-index: 10; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border: 1px solid #BDBDBD; border-radius: 50%; background: var(--colorWhite); color: #BDBDBD; transition: border-color 0.3s, background 0.3s, color 0.3s; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupNavigation span { font-size: 18px; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupNavigation:hover { border-color: var(--colorMain); background: var(--colorMain); color: var(--colorWhite); }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupPrev { left: -58px; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupSliderWrap .medicalCheckupNext { right: -58px; }
.medicalCheckupSection .medicalCheckupInner .medicalCheckupPagination { display: none; }




.textRollingSection { overflow: hidden; width: 100%; padding: 76px 0 0;background: var(--colorWhite); color: #F0F0F0; }
.textRollingSection .textRollingTrack { display: flex; width: max-content; animation: textRolling 55s linear infinite; will-change: transform; }
.textRollingSection .textRollingTrack .textRollingGroup { display: flex; flex-shrink: 0; align-items: center; }
.textRollingSection .textRollingTrack .textRollingGroup span { display: flex; flex-shrink: 0; align-items: center; text-transform: uppercase; font-family: "Noto Serif CJK KR", serif; font-size: 110px; font-weight: 400; line-height: 173px; }

@keyframes textRolling
{
    from
    {
        transform: translateX(-50%);
    }

    to
    {
        transform: translateX(0);
    }
}



.faqSection { width: 100%; padding: 180px 0; background: linear-gradient(297deg, rgba(208, 230, 255, 0.80) 0.17%, rgba(255, 255, 255, 0.00) 32.87%), linear-gradient(302deg, rgba(255, 255, 255, 0.00) 57.4%, rgba(199, 224, 254, 0.40) 83.94%), #F0F7FF;; color: var(--colorText); }
.faqSection .faqInner { width: 100%; max-width: 1000px; margin: 0 auto; }
.faqSection .faqInner .faqList { display: flex; flex-direction: column; gap: 25px; }
.faqSection .faqInner .faqList .faqItem { overflow: hidden; border-radius: 50px; background: var(--colorWhite); transition: border-radius 0.3s ease, background 0.3s ease; }
.faqSection .faqInner .faqList .faqItem .faqQuestion { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 82px; padding: 40px 45px; border: 0; background: transparent; color: #555; text-align: left; cursor: pointer; }
.faqSection .faqInner .faqList .faqItem .faqQuestion .faqQuestionText { display: flex; align-items: flex-start; gap: 10px; font-size: 20px; font-weight: 600; letter-spacing: -0.6px; word-break: keep-all; }
.faqSection .faqInner .faqList .faqItem .faqQuestion .faqQuestionText em { flex: none; color: var(--colorMain); font-style: normal; font-weight: 700; }
.faqSection .faqInner .faqList .faqItem .faqQuestion .faqArrow { position: relative; flex: none; width: 18px; height: 18px; margin-left: 20px; }
.faqSection .faqInner .faqList .faqItem .faqQuestion .faqArrow::before { position: absolute; top: 5px; left: 4px; width: 7px; height: 7px; border-right: 1px solid #999; border-bottom: 1px solid #999; content: ""; transform: rotate(45deg); transition: border-color 0.3s ease, transform 0.3s ease; }
.faqSection .faqInner .faqList .faqItem .faqAnswer { overflow: hidden; max-height: 0; opacity: 0; transition: max-height 0.4s ease, opacity 0.3s ease; }
.faqSection .faqInner .faqList .faqItem .faqAnswer .faqAnswerInner { padding: 0 38px 30px 66px; color: var(--colorWhite); font-size: 17px; font-weight: 400; line-height: 1.8; letter-spacing: -0.51px; word-break: keep-all; }
.faqSection .faqInner .faqList .faqItem.active { border-radius: 20px; background: var(--colorMain); }
.faqSection .faqInner .faqList .faqItem.active .faqQuestion { padding-bottom: 8px; color: var(--colorWhite); }
.faqSection .faqInner .faqList .faqItem.active .faqQuestion .faqQuestionText em { color: var(--colorWhite); }
.faqSection .faqInner .faqList .faqItem.active .faqQuestion .faqArrow::before { border-color: var(--colorWhite); transform: rotate(225deg); }
.faqSection .faqInner .faqList .faqItem.active .faqAnswer { opacity: 1; }



.reservationSection { width: 100%; padding: 136px 0 131px; background: #07141f url("/img/reservation_bg.webp") center/cover no-repeat; color: var(--colorWhite); }
.reservationSection .reservationInner { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 40px; text-align: center; }
.reservationSection .reservationInner .reservationTitle { font-family: "Noto Serif CJK KR", serif; font-size: 50px; font-weight: 600; line-height: 65px; margin-bottom: 40px; }
.reservationSection .reservationInner .reservationDescription { font-size: 25px; font-weight: 400; line-height: 37px; letter-spacing: -0.75px; margin-bottom: 40px; }
.reservationSection .reservationInner .reservationButtonList { display: flex; align-items: center; justify-content: center; gap: 22px; }
.reservationSection .reservationInner .reservationButtonList .reservationButton { display: flex; align-items: center; justify-content: center; gap: 10px; min-width: 218px; height: 60px; padding: 0 23px; border: 1px solid var(--colorWhite); border-radius: 60px; background: var(--colorWhite); color: var(--colorMain); font-size: 18px; font-weight: 500; line-height: 1; transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease, transform 0.3s ease; }
.reservationSection .reservationInner .reservationButtonList .reservationButton .reservationIcon { display: flex; align-items: center; justify-content: center; }
.reservationSection .reservationInner .reservationButtonList .reservationButton .reservationIcon img { display: block; max-width: 100%; }
.reservationSection .reservationInner .reservationButtonList .reservationButton:hover { border-color: var(--colorMain); background: var(--colorMain); transition: filter 0.3s ease; color: var(--colorWhite); transform: translateY(-3px); }
.reservationSection .reservationInner .reservationButtonList .naverReservationButton .reservationIcon img { filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(1177%) hue-rotate(174deg) brightness(91%) contrast(91%); }
.reservationSection .reservationInner .reservationButtonList .phoneReservationButton:hover .reservationIcon img { filter: brightness(0) saturate(100%) invert(100%); }
.reservationSection .reservationInner .reservationButtonList .naverReservationButton:hover .reservationIcon img { filter: brightness(0) saturate(100%) invert(100%); }


.hospitalGallerySection { overflow: hidden; width: 100%; padding: 180px 0; background: var(--colorWhite); color: var(--colorText); }
.hospitalGallerySection .hospitalGalleryInner { position: relative; display: flex; align-items: stretch; width: 100%; max-width: 1400px; margin: 0 auto; }
.hospitalGallerySection .hospitalGalleryInner::before { position: absolute; top: -20px; right: calc(100% - 460px); bottom: -20px; z-index: 2; width: 100vw; background: var(--colorWhite); content: ""; pointer-events: none; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGalleryInformation { position: relative; z-index: 3; display: flex; flex: none; flex-direction: column; justify-content: space-between; width: 35%; background: var(--colorWhite); }
.hospitalGallerySection .hospitalGalleryInner .hospitalGalleryInformation .hospitalGalleryText .sectionTitle { text-align: start; margin-bottom: 40px; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGalleryInformation .hospitalGalleryText .hospitalGalleryDescription { color: var(--colorText); font-size: 25px; font-weight: 300; line-height: 40px; letter-spacing: -0.75px; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGalleryInformation .hospitalGalleryPagination { position: relative; overflow: hidden; width: 115px; height: 3px; background: #E9E9E9; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGalleryInformation .hospitalGalleryPagination .swiper-pagination-progressbar-fill { background: var(--colorMain); }
.hospitalGallerySection .hospitalGalleryInner .hospitalGallerySliderWrap { position: relative; display: flex; align-items: flex-end; gap: 20px; flex: 1; overflow: visible; min-width: 0; margin-right: calc(-1 * max(0px, (100vw - 1400px) / 2));}
.hospitalGallerySection .hospitalGalleryInner .hospitalGallerySliderWrap .hospitalGalleryMainSwiper { flex: none; overflow: hidden; width: 640px; height: 447px; border-radius: 10px; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGallerySliderWrap .hospitalGalleryMainSwiper .hospitalGalleryMainSlide { overflow: hidden; width: 100%; height: 100%; border-radius: 10px; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGallerySliderWrap .hospitalGalleryMainSwiper .hospitalGalleryMainSlide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGallerySliderWrap .hospitalGalleryThumbnailSwiper { }
.hospitalGallerySection .hospitalGalleryInner .hospitalGallerySliderWrap .hospitalGalleryThumbnailSwiper .hospitalGalleryThumbnailSlide { overflow: hidden; border-radius: 10px; cursor: pointer; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGallerySliderWrap .hospitalGalleryThumbnailSwiper .hospitalGalleryThumbnailSlide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGallerySliderWrap .hospitalGalleryThumbnailSwiper .hospitalGalleryThumbnailSlide.swiper-slide-thumb-active { opacity: 1; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGallerySliderWrap .hospitalGalleryNavigation { position: absolute; right: 0; bottom: -65px; display: flex; gap: 8px; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGallerySliderWrap .hospitalGalleryNavigation button { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid #ddd; border-radius: 50%; background: var(--colorWhite); color: #999; cursor: pointer; transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease; }
.hospitalGallerySection .hospitalGalleryInner .hospitalGallerySliderWrap .hospitalGalleryNavigation button:hover { border-color: var(--colorMain); background: var(--colorMain); color: var(--colorWhite); }



.locationSection { width: 100%; padding: 180px 0 ; background: #F9FCFF; color: var(--colorText); }
.locationSection .locationInner { width: 100%; max-width: 1000px; margin: 0 auto; }
.locationSection .locationInner .locationHeading .locationTitle,
.locationSection .locationInner .locationSubTitle { color: #003370; font-size: 30px; font-weight: 600; letter-spacing: -0.9px; margin-bottom: 12px; }
.locationSection .locationInner .locationHeading .locationAddress { color: var(--colorText); font-size: 30px; font-weight: 600; line-height: 1; letter-spacing: -0.9px; margin-bottom: 20px; }
.locationSection .locationInner .locationHeading .locationLinkList { display: flex; gap: 10px;  }
.locationSection .locationInner .locationHeading .locationLinkList .locationLink { display: flex; align-items: center; justify-content: center; gap: 10px; min-width: 165px; height: 48px; padding: 0 26px; border-radius: 25px; background: var(--colorWhite); box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.05); color: #59514d; font-size: 17px; font-weight: 500; transition: background 0.3s ease, color 0.3s ease; }
.locationSection .locationInner .locationHeading .locationLinkList .locationLink:hover { background: var(--colorMain); color: var(--colorWhite); }
.locationSection .locationInner .locationHeading .locationLinkList .locationLink .locationLinkIcon { display: flex; align-items: center; justify-content: center;  }
.locationSection .locationInner .locationTop { display: flex; align-items: stretch; gap: 36px; margin-top: 22px; }
.locationSection .locationInner .locationTop .locationMapWrap { width: 56%; }
.root_daum_roughmap_landing { width: 510px; }
.cont { display: none; } 
.locationSection .locationInner .locationTop .locationMapWrap .locationMap { width: 100%; height: 315px; background: #edf1f4; }
.locationSection .locationInner .locationTop .locationInformation { display: flex; flex: 1; flex-direction: column; gap: 25px; padding: 5px 0 20px; }
.locationSection .locationInner .locationTop .locationInformation .locationSchedule .locationScheduleList { margin-top: 12px; }
.locationSection .locationInner .locationTop .locationInformation .locationSchedule .locationScheduleList li { display: flex; gap: 15px; margin-bottom: 12px; color: #4C4C4C; font-size: 18px; line-height: 1.4; letter-spacing: -0.54px; }
.locationSection .locationInner .locationTop .locationInformation .locationSchedule .locationScheduleList li strong { flex: none; width: 110px; color: #003370; font-weight: 500; }
.locationSection .locationInner .locationTop .locationInformation .locationSchedule .locationScheduleNotice { margin-top: 15px; color: #4C4C4C; font-size: 18px; line-height: 1.4; letter-spacing: -0.54px; }
.locationSection .locationInner .locationTop .locationInformation .locationPhone a { display: block; color: #003370; font-size: 32px; font-weight: 600; letter-spacing: -0.96px; }
.locationSection .locationInner .transportArea { display: flex; align-items: flex-start; gap: 48px; margin-top: 34px; }
.locationSection .locationInner .transportArea .transportInformation { width: 51%; }
.locationSection .locationInner .transportArea .transportInformation .transportList { margin-top: 18px; }
.locationSection .locationInner .transportArea .transportInformation .transportList li + li { margin-top: 25px; }
.locationSection .locationInner .transportArea .transportInformation .transportList li .transportLabel { display: inline-flex; align-items: center; justify-content: center; min-width: 177px; height: 44px; padding: 0 20px; border-radius: 5px; color: var(--colorWhite); font-size: 20px; font-weight: 600; letter-spacing: -0.6px; }
.locationSection .locationInner .transportArea .transportInformation .transportList li p { margin-top: 15px; color: #333; font-size: 20px; font-weight: 400; line-height: 25px; letter-spacing: -0.6px; }
.locationSection .locationInner .transportArea .transportInformation .transportList li p strong { font-weight: 600; }
.locationSection .locationInner .transportArea .sadangLabel { background: #56B1E5; }
.locationSection .locationInner .transportArea .isuLabel { background: #868D42; }
.locationSection .locationInner .transportArea .busLabel { background: #003370; }
.locationSection .locationInner .transportArea .transportImageList { display: flex; gap: 14px; width: 49%; }
.locationSection .locationInner .transportArea .transportImageList .transportImageItem { display: flex; flex-direction: column; align-items: center; gap: 15px; flex: 1; min-width: 0; }
.locationSection .locationInner .transportArea .transportImageList .transportImageItem .transportImageTitle { display: inline-flex; align-items: center; justify-content: center; max-width: 177px; height: 44px; padding: 0 20px; border-radius: 5px; color: var(--colorWhite); font-size: 20px; font-weight: 600; letter-spacing: -0.6px; }
.locationSection .locationInner .transportArea .transportImageList .transportImageItem .transportImage {  }
.locationSection .locationInner .transportArea .transportImageList .transportImageItem .transportImage img { }

.locationSection .locationInner .parkingArea { margin-top: 30px; }
.locationSection .locationInner .parkingArea .parkingTable { display: flex; align-items: stretch; gap: 14px; margin-top: 16px; }
.locationSection .locationInner .parkingArea .parkingTable .parkingLabelColumn { display: flex; flex: none; flex-direction: column; gap: 10px; width: 175px; }
.locationSection .locationInner .parkingArea .parkingTable .parkingLabelColumn .parkingEmpty,
.locationSection .locationInner .parkingArea .parkingTable .parkingLabelColumn .parkingLabel { display: flex; align-items: center; justify-content: center; padding: 15px; border: 1px solid #ededed; border-radius: 10px; background: var(--colorWhite); color: #333; font-size: 17px; font-weight: 600; line-height: 1.4; text-align: center; }
.locationSection .locationInner .parkingArea .parkingTable .parkingLabelColumn .parkingEmpty { height: 52px; border-color: transparent; background: rgba(234, 234, 234, 0.5); }
.locationSection .locationInner .parkingArea .parkingTable .parkingLabelColumn .parkingLocationLabel { height: 81px; }
.locationSection .locationInner .parkingArea .parkingTable .parkingLabelColumn .parkingTimeLabel { height: 122px; }
.locationSection .locationInner .parkingArea .parkingTable .parkingLabelColumn .parkingSystemLabel { height: 111px; }
.locationSection .locationInner .parkingArea .parkingTable .parkingLabelColumn .parkingPhoneLabel { height: 60px; }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn { display: flex; flex: 1; flex-direction: column; gap: 10px; min-width: 0; }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn .parkingName { display: flex; align-items: center; justify-content: center; height: 52px; padding: 10px 25px; border-radius: 10px; background: #003370; color: var(--colorWhite); font-size: 22px; font-weight: 600; line-height: 1.4; letter-spacing: -0.66px; text-align: center; }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn .parkingDetails { overflow: hidden; border: 1px solid #ededed; border-radius: 10px; background: var(--colorWhite); }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn .parkingDetails .parkingContent { position: relative; display: flex; align-items: center; justify-content: center; padding: 20px 35px; color: #45454a; font-size: 17px; font-weight: 500; line-height: 1.55; letter-spacing: -0.51px; text-align: center; }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn .parkingDetails .parkingContent:not(:last-child)::after { position: absolute; right: 16%; bottom: 0; left: 16%; height: 1px; background: #ededed; content: ""; }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn .parkingDetails .parkingLocationContent { height: 81px; }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn .parkingDetails .parkingTimeContent { height: 142px; }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn .parkingDetails .parkingSystemContent { height: 119px; }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn .parkingDetails .parkingPhoneContent { height: 60px; }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn .parkingDetails .parkingContent strong { color: #003377; font-weight: 700; }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn .parkingDetails .parkingContent span { font-size: 15px; }
.locationSection .locationInner .parkingArea .parkingTable .parkingContentColumn .parkingDetails .parkingPhoneContent a { color: #003377; font-size: 19px; font-weight: 700; }

@media (max-width: 1300px) {

    .header .headerInner .headerNav .headerNavList { gap: 15px;  }
    .header .headerInner .headerNav .headerNavList .headerNavItem .headerNavLink { font-size: 15px; }

}
@media (max-width: 1024px) {

    .forTab { display: block; }
    .forPc { display: none; }
    #container { margin-top: 0; }
    .header { height: 74px; background: transparent; padding: 0 48px; }
    .header .headerInner { width: 100%; }
    .header .headerInner .headerLogo img { width: 160px; }
    .header .headerInner .headerNav { display: none; }
    .header .headerInner .headerUtil { gap: 14px; }
    .header .headerInner .headerUtil .headerUtilLink { display: none; }
    .header .headerInner .headerUtil .headerMenuBtn { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 38px; height: 38px; border-radius: 50%; }
    .header .headerInner .headerUtil .headerMenuBtn span { width: 25px; height: 2px; background: var(--colorMain); transition: opacity .2s ease; }
    .header.mobileMenuActive { background: var(--colorWhite); box-shadow: none; }
    .header.mobileMenuActive .headerInner .headerUtil .headerMenuBtn { background: #003377; }
    .header.mobileMenuActive .headerInner .headerUtil .headerMenuBtn span { opacity: 0; }
    .header .mobileMenu { position: fixed; top: 74px; left: 0; z-index: 99; display: block; overflow-y: auto; width: 100%; height: calc(100dvh - 74px); background: var(--colorWhite); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s ease, visibility .3s ease, transform .35s ease; }
    .header.mobileMenuActive .mobileMenu { opacity: 1; visibility: visible; transform: translateY(0); }
    .header .mobileMenuInfo { display: flex; align-items: center; justify-content: space-between; min-height: 86px; padding: 16px 24px; background: #F9FCFF; box-sizing: border-box; }
    .header .mobileSnsList { display:flex; align-items:center; gap:8px; }
    .header .mobileSnsList a { display:flex; align-items:center; justify-content:center; width:54px; height:54px; border-radius:50%; background:#003377; color:var(--colorWhite); font-size:8px; font-weight:600; }
    .header .mobileSnsList a span { display:block; line-height:1; }
    .header .mobileMenuTitle { display: flex; flex-direction: column; gap: 4px; }
    .header .mobileMenuTitle span { color: var(--colorMain); font-size: 11px; font-weight: 500; letter-spacing: .5px; }
    .header .mobileMenuTitle strong { color: var(--colorText); font-size: 17px; font-weight: 600; }
    .header .mobileCall { display: flex; flex-direction: column; align-items: flex-start; color: var(--colorText); }
    .header .mobileCall span { margin-bottom: 3px; font-size: 18px; font-weight: 400; }
    .header .mobileCall strong { color: #45454A; font-size: 34px; font-weight: 700; line-height: 1; }
    .header .mobileGnb { padding: 14px 20px 40px; }
    .header .mobileGnb .headerNavList { display: block; height: auto; margin: 0; padding: 0; list-style: none; }
    .header .mobileGnb .headerNavItem > .headerNavLink { position: relative; display: flex; align-items: center; width: 100%; padding: 20px 40px 20px 0; color: var(--colorText); font-size: 22px; font-weight: 500; line-height: 1.35; box-sizing: border-box; }
    .header .mobileGnb .headerNavItem.hasSubMenu > .headerNavLink::after { position: absolute; top: 50%; right: 5px; width: 9px; height: 9px; border-right: 1.5px solid #999; border-bottom: 1.5px solid #999; content: ""; transform: translateY(-70%) rotate(45deg); transition: transform .3s ease, border-color .3s ease; }
    .header .mobileGnb .headerNavItem.isOpen > .headerNavLink { color: var(--colorMain); }
    .header .mobileGnb .headerNavItem.isOpen > .headerNavLink::after { border-color: var(--colorMain); transform: translateY(-25%) rotate(225deg); }
    .header .mobileGnb .headerSubMenu { position: static; overflow: hidden; min-width: 0; max-height: 0; margin: 0; padding: 0 0 0 14px; visibility: visible; list-style: none; background: transparent; opacity: 0; transform: none; transition: max-height .45s ease, padding .35s ease, opacity .3s ease; }
    .header .mobileGnb .headerSubMenu::before { display: none; }
    .header .mobileGnb .headerNavItem.isOpen > .headerSubMenu { max-height: 1000px; padding-top: 2px; padding-bottom: 18px; opacity: 1; }
    .header .mobileGnb .headerSubMenu li a { display: block; min-height: 0; padding: 8px 0; color: var(--colorText); font-size: 17px; font-weight: 400; line-height: 1.45; text-align: left; white-space: normal; }
    .header .mobileGnb .headerSubMenu li a:hover,
    .header .mobileGnb .headerSubMenu li a:focus { color: var(--colorMain); background: transparent; }




    .doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery { gap: unset; }
    .doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryLeft { gap: 10px; }
    .doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryLeft .activityItem .activityImage { height: 100%; }
    .doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryRight { width: calc(33.334% - -10px); }
    .doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityItem .activityCaption { position: absolute; bottom: 0; width: 100%; z-index: 99; }
    


    .youtubeSection { overflow: hidden; padding: 100px 0 70px; }
    .youtubeSection .youtubeInner { max-width: none; }
    .youtubeSection .youtubeInner .youtubeHeading { margin-bottom: 45px; padding: 0 30px; }
    .youtubeSection .youtubeInner .youtubeHeading .youtubeTitle { margin-bottom: 18px; font-size: 36px; line-height: 48px; letter-spacing: -2.16px; }
    .youtubeSection .youtubeInner .youtubeHeading .youtubeDescription { font-size: 17px; line-height: 27px; letter-spacing: -0.51px; }
    .youtubeSection .youtubeInner .youtubeContent { display: none; }
    .youtubeSection .youtubeInner .youtubeMobileSwiper { display: block; overflow: visible; width: 100%; }
    .youtubeSection .youtubeInner .youtubeMobileSwiper .youtubeMobileList { display: flex; }
    .youtubeSection .youtubeInner .youtubeMobileSwiper .youtubeMobileList .youtubeMobileItem { height: auto; }
    .youtubeSection .youtubeInner .youtubeMobileSwiper .youtubeMobileList .youtubeMobileItem a { display: block; }
    .youtubeSection .youtubeInner .youtubeMobileSwiper .youtubeMobileList .youtubeMobileItem .youtubeMobileImage { position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; background: #e9e9e9; }
    .youtubeSection .youtubeInner .youtubeMobileSwiper .youtubeMobileList .youtubeMobileItem .youtubeMobileImage > img { display: block; width: 100%; height: 100%; object-fit: cover; }
    .youtubeSection .youtubeInner .youtubeMobileSwiper .youtubeMobileList .youtubeMobileItem .youtubeMobileImage .youtubeMobilePlay { position: absolute; top: 50%; left: 50%; display: block; width: 38px; transform: translate(-50%, -50%); }
    .youtubeSection .youtubeInner .youtubeMobileSwiper .youtubeMobileList .youtubeMobileItem .youtubeMobileImage .youtubeMobilePlay img { display: block; width: 100%; height: auto; }
    .youtubeSection .youtubeInner .youtubeMobileSwiper .youtubeMobileList .youtubeMobileItem .youtubeMobileInformation { padding-top: 15px; }
    .youtubeSection .youtubeInner .youtubeMobileSwiper .youtubeMobileList .youtubeMobileItem .youtubeMobileInformation .youtubeMobileChannel { display: block; overflow: hidden; margin-bottom: 7px; color: #919198; font-size: 14px; font-weight: 300; line-height: 20px; letter-spacing: -0.42px; text-overflow: ellipsis; white-space: nowrap; }
    .youtubeSection .youtubeInner .youtubeMobileSwiper .youtubeMobileList .youtubeMobileItem .youtubeMobileInformation .youtubeMobileSubject { display: -webkit-box; overflow: hidden; color: var(--colorText); font-size: 15px; font-weight: 300; line-height: 22px; letter-spacing: -0.45px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .youtubeSection .youtubeInner .moreBtn { margin-top: 48px; }
    .youtubeSection .youtubeInner .moreBtn a { padding: 10px 28px; font-size: 12px; }

}

@media (max-width: 768px) {


    .rightQuickMenu { display: none; }
    .forTab { display: none; }
    .forMob { display: block; }

    .header { padding: 0 18px; }

    .main_visual .textBox { left: 30px; top: 67%; }
    .main_visual .textBox p { font-size: 18px; letter-spacing: -1.08px; }
    .main_visual .textBox h2 { font-size: 35px; margin-bottom: 11px; }
    .mainVisualControl { left: 30px; top: calc(61% + 163px); }
    .mainVisualCurrent, .mainVisualTotal { font-size: 15px; }
    .mainVisualProgress { width: 73px; }
    .mainVisualToggle { width: 24px; height: 24px; }

    .aboutSection .firstSince .mainTitBox .mainTitle { line-height: 48px; letter-spacing: -1.68px; }


    .doctorSection { padding: 80px 0 0; }
    .doctorSection .doctorInner .doctorHeading .doctorTitle { font-size: 27px; font-weight: 600; line-height: normal; letter-spacing: -1.755px; margin-bottom: 20px; }
    .doctorSection .doctorInner .doctorHeading .doctorDescription { font-size: 17px; font-weight: 300; line-height: 26px; letter-spacing: -0.51px; }
    .doctorSection .doctorInner .doctorProfile { margin: 40px auto 0; width: 100%; height: 100%; padding: 30px 50px 0; }
    .doctorSection .doctorInner .doctorProfile .doctorImage img { width: 100%; height: 100%; }
    .doctorSection .doctorInner .doctorName { width: 100%; text-align: center; font-size: 15px; }
    .doctorSection .doctorInner .doctorName .doctorNameText { justify-content: center; }
    .doctorSection .doctorInner .doctorName .doctorNameText strong { font-size: 27px; }
    .doctorSection .doctorInner .doctorName .doctorNameText span { font-size: 19px; }
    .doctorSection .doctorInner .doctorInformation .doctorInformationItem .informationTitle { font-size: 19px; }
    .doctorSection .doctorInner .doctorInformation .doctorInformationRow { flex-direction: column; }
    .doctorSection .doctorInner .doctorInformation .doctorInformationRow .doctorInformationItem { width: 100%; }
    .doctorSection .doctorInner .doctorInformation .doctorActivity .activityTitle { display: none; }
    .doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery { flex-direction: column; }
    .doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryLeft { width: 100%; flex-direction: column; }
    .doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryLeft .activityItem { width: 100%; } 
    .doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryLeft .activityItem .activityImage { height: 203px; }
    .doctorSection .doctorInner .doctorInformation .doctorActivity .activityGallery .activityGalleryRight { display: none; }

    .youtubeSection { padding: 80px 0; }
    .youtubeSection .youtubeInner .youtubeHeading { margin-bottom: 40px; }
    .youtubeSection .youtubeInner .youtubeHeading .youtubeTitle { font-size: 27px; line-height: 1; margin-bottom: 20px; }
    .youtubeSection .youtubeInner .youtubeHeading .youtubeDescription {  }
    .youtubeSection .youtubeInner .youtubeMobileSwiper .youtubeMobileList .youtubeMobileItem .youtubeMobileInformation .youtubeMobileChannel { margin-bottom: 6px; line-height: 1; font-weight: 600; }
    .youtubeSection .youtubeInner .moreBtn { margin-top: 35px; }
    .youtubeSection .youtubeInner .moreBtn a { font-size: 14px; font-weight: 500; }

    .philosophySection .philosophyInner .philosophyHeading { margin-bottom: 40px; }
    .philosophySection .philosophyInner .philosophyHeading .philosophyTitle { font-size: 27px; font-weight: 600; line-height: normal; letter-spacing: -1.755px; margin-bottom: 20px; }
    .philosophySection .philosophyInner .philosophyHeading .philosophyDescription { font-size: 17px; font-weight: 300; line-height: 26px; letter-spacing: -0.51px; }
    .philosophySection .philosophyInner .philosophyList { flex-direction: column; padding: 0 18px; height: unset; }
    .philosophySection .philosophyInner .philosophyList .philosophyItem { width: 100%; height: unset; }
    .philosophySection .philosophyInner .philosophyList .philosophyItem::after { display: none; }
    .philosophySection .philosophyInner .philosophyList .philosophyItem:first-child { border-radius: 20px 20px 0 0; }
    .philosophySection .philosophyInner .philosophyList .philosophyItem:last-child { border-radius: 0 0 20px 20px; }
    .philosophySection .philosophyInner .philosophyList .philosophyItem .philosophyContent { top: unset; left: 22px; bottom: 26px; }
    .philosophySection .philosophyInner .philosophyList .philosophyItem .philosophyContent .philosophyEnglish { font-size: 14px; font-weight: 400; line-height: normal; letter-spacing: -0.42px; margin-bottom: 5px; }
    .philosophySection .philosophyInner .philosophyList .philosophyItem .philosophyContent .philosophyItemTitle { font-size: 24px; font-weight: 600; line-height: normal; letter-spacing: -0.72px; margin-bottom: 3px; }
    .philosophySection .philosophyInner .philosophyList .philosophyItem .philosophyContent .philosophyText { font-size: 15px; font-weight: 400; line-height: 22px; letter-spacing: -0.45px; }



    .reasonSection { padding: 65px 28px; }
    .reasonSection .reasonInner .reasonTitle { font-size: 27px; font-weight: 600; line-height: normal; letter-spacing: -1.755px; margin-bottom: 40px; }
    .reasonSection .reasonInner .reasonList { flex-direction: column; }
    .reasonSection .reasonInner .reasonList .reasonItem { width: 100%; }
    .reasonSection .reasonInner .reasonList .reasonItem.active .reasonImage { opacity: 1; }
    .reasonSection .reasonInner .reasonList .reasonItem .reasonContent .reasonDescription { opacity: 1; }
    .reasonSection .reasonInner .reasonList .reasonItem .reasonContent .reasonItemTitle { font-size: 22px; font-weight: 600; letter-spacing: -0.66px; margin-bottom: 10px; }
    .reasonSection .reasonInner .reasonList .reasonItem.active .reasonContent .reasonDescription { font-size: 15px; font-weight: 400; line-height: 20px; letter-spacing: -0.45px; }


    .symptomSection { padding: 80px 0; }
    .symptomSection .symptomInner .symptomHeading .symptomTitle { font-size: 27px; font-weight: 600; line-height: normal; letter-spacing: -1.755px; margin-bottom: 20px; }
    .symptomSection .symptomInner .symptomHeading .symptomDescription { font-size: 17px; font-weight: 300; line-height: 26px; letter-spacing: -0.51px; }
    .symptomSection .symptomInner .symptomSwiper .symptomList .symptomItem { height: 100%; }




}

