:root {
  --point: #df7d43;
  --point-light: #e3b17f;
  --ink: #3d3835;
  --muted: #746d68;
  --paper: #fff;
  --warm: #fbf7f3;
  --footer: #493933;
  --title-size: clamp(30px, 2vw, 40px);
  --subtitle-size: clamp(18px, 1.2vw, 24px);
  --body-size: clamp(15px, .9vw, 18px);
  --small-size: clamp(13px, .78vw, 15px);
  --content-wide: min(calc(100vw - 80px), 1300px);
  --content-narrow: min(70vw, 1120px);
  --section-gap: clamp(95px, 8.4vw, 170px);
}

* { box-sizing: border-box; }
html { min-width: 720px; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 var(--body-size)/1.65 "Pretendard", Arial, sans-serif; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.content-wide { width: var(--content-wide); margin-inline: auto; }
.content-narrow { width: var(--content-narrow); margin-inline: auto; }
.section-space { padding-block: var(--section-gap); }
.section-head { margin-bottom: clamp(45px, 4vw, 75px); text-align: center; }
.section-head h2 { margin: 0; font: 500 var(--title-size)/1.15 "Cinzel", Georgia, serif; letter-spacing: -.045em; }
.section-head h2 em { color: var(--point); font-style: normal; }
.section-head > p { margin: 10px 0 0; font: 500 var(--small-size)/1.4 "Montserrat", sans-serif; }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; min-width: 720px; height: 99px; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(61,56,53,.08); backdrop-filter: blur(9px); }
.header-inner { display: grid; grid-template-columns: 170px 1fr 170px; align-items: center; width: min(calc(100% - 40px), 1300px); height: 99px; margin: 0 auto; }
.menu-button { display: grid; place-content: center; gap: 5px; width: 99px; height: 99px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 23px; height: 3px; border-radius: 3px; background: #252525; transition: transform .35s, opacity .25s; }
.menu-open .menu-button span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-open .menu-button span:nth-child(2) { opacity: 0; }
.menu-open .menu-button span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.header-logo { justify-self: center; display: flex; align-items: center; gap: 9px; }
/*.header-logo img, .footer-logo img { max-width: 170px; max-height: 42px; }*/
.header-logo span, .footer-logo span { font: 600 17px/1 "Cinzel", serif; letter-spacing: .08em; }
.header-logo small, .footer-logo small { display: block; margin-top: 3px; font: 500 6px/1 "Montserrat", sans-serif; letter-spacing: .24em; text-align: center; }
.language_wrap { position: fixed; z-index: 1100; top: 25px; right: max(20px, calc((100vw - 1300px) / 2)); }
.language_current { display: flex; align-items: center; justify-content: center; gap: 11px; width: 160px; height: 48px; padding: 0 17px; color: #fff; border: 0; border-radius: 27px; background: #9f9a91; font: 700 16px/1 "Pretendard", sans-serif; cursor: pointer; }
/*.language_globe { font: 400 27px/1 Arial, sans-serif; }*/
.language_globe {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    color: transparent;
    position: relative;
}
.language_globe::before,
.language_globe::after {
    content: "";
    position: absolute;
}
.language_globe::before {
    width: 6px;
    height: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.75);
    border-right: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
}
.language_globe::after {
    width: 14px;
    height: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
}
.language_current_text { min-width: 36px; text-align: left; }
.language_arrow { width: 9px; height: 9px; margin: -5px 0 0 2px; border-right: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: rotate(45deg); transform-origin: 65% 65%; transition: transform .28s ease, margin .28s ease; }
.language_wrap.open .language_arrow { margin-top: 5px; transform: rotate(225deg); }
.language-list { position: absolute; top: 58px; right: 0; width: 168px; padding: 9px 0; overflow: hidden; visibility: hidden; opacity: 0; border: 1px solid rgba(255,255,255,.72); border-radius: 17px; background: rgba(235,232,228,.96); box-shadow: 0 10px 28px rgba(0,0,0,.14); transform: translateY(-7px); transition: .25s; }
.language_wrap.open .language-list { visibility: visible; opacity: 1; transform: translateY(0); }
.language-list a { display: flex; align-items: center; gap: 15px; min-height: 48px; padding: 8px 18px; color: #2e2b29; font-size: 16px; font-weight: 700; }
.language-list a:hover, .language-list a.on { color: #222; background: rgba(255,255,255,.36); }
.language-list img { width: 40px; height: 27px; border: 1px solid rgba(0,0,0,.08); object-fit: cover; }

.global-menu { position: fixed; z-index: 900; top: 99px; left: 50%; display: grid; grid-template-columns: 1.15fr repeat(6, 1fr); gap: clamp(16px, 1.7vw, 30px); width: min(calc(100% - 40px), 1300px); min-width: 680px; max-height: 0; padding: 0 28px; overflow: hidden; visibility: hidden; opacity: 0; background: rgba(255,255,255,.98); box-shadow: 0 20px 30px rgba(0,0,0,.08); transform: translateX(-50%); transition: max-height .5s ease, padding .4s ease, opacity .3s, visibility .3s; }
.global-menu.open { max-height: 560px; padding-block: 44px 48px; visibility: visible; opacity: 1; }
.global-menu div, .global-menu .menu-feature { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.global-menu strong { margin-bottom: 13px; color: #222; font-size: clamp(14px, .86vw, 17px); font-weight: 700; }
.global-menu a { color: #5d5854; font-size: clamp(12px, .72vw, 14px); font-weight: 500; line-height: 1.3; white-space: normal; }
.global-menu a:hover { color: var(--point); }
.global-menu .menu-feature { margin: -44px 0 -48px -28px; padding: 50px 25px 40px 28px; color: #fff; background: var(--point); }
.global-menu .menu-feature strong, .global-menu .menu-feature a, .global-menu .menu-feature span { color: #fff; }
.global-menu .menu-feature span { font-size: clamp(12px, .72vw, 14px); font-weight: 600; }

.hero { position: relative; height: clamp(520px, 47.87vw, 911px); margin-top: 99px; overflow: hidden; }
.hero-slider, .hero-slider .slick-list, .hero-slider .slick-track, .hero-copy { height: 100%; }
.hero-copy { display: flex !important; flex-direction: column; align-items: center; justify-content: center; padding-top: 1%; background-position: center; background-size: cover; background-repeat: no-repeat; text-align: center; }
.hero-slide-1 { background-image: url("/foreign/img/main/bg1.png"); }
.hero-slide-2 { background-image: url("/foreign/img/main/bg1_2.png"); padding-top: 1.5%; }
.hero-copy p { margin: 0 0 12px; font-size: var(--small-size); letter-spacing: .03em; }
.hero-copy h1 { margin: 0; font: 400 clamp(32px, 2.9vw, 58px)/1.1 "Cinzel", serif; letter-spacing: -.045em; }
.hero-copy h1 em { color: var(--point); font-style: normal; }
.hero-copy > span { margin-top: 17px; font-size: 8px; letter-spacing: .45em; }
.hero-slide-2 h1 { color: var(--point); font: 400 clamp(24px, 2.05vw, 40px)/1.3 "Cinzel", serif; }
.hero-slide-2 .hero-band { width: 100%; margin: clamp(22px, 2.15vw, 41px) 0 0; padding: clamp(10px, .85vw, 16px) 3vw; color: #c75f1b; background: rgba(205,145,84,.30); font: 600 clamp(15px, 1.2vw, 23px)/1.35 "Pretendard", sans-serif; backdrop-filter: brightness(1.12); -webkit-backdrop-filter: brightness(1.12); }
.hero-slide-2 .hero-detail { margin: clamp(22px, 2.1vw, 40px) 0 0; color: #333; font: 400 clamp(15px, 1.22vw, 23px)/1.6 "Pretendard", sans-serif; }
.hero-slide-2 .hero-detail strong { font-weight: 700; }
.hero-slide-2 > span { margin-top: clamp(20px, 2vw, 38px); color: #333; font-size: clamp(8px, .7vw, 13px); letter-spacing: .48em; }

.hero-arr { position: absolute; z-index: 6; top: 50%; width: clamp(14px, .95vw, 18px); height: clamp(27px, 1.85vw, 35px); padding: 0; border: 0; background-color: transparent; background-position: center; background-size: 100% auto; background-repeat: no-repeat; font-size: 0; cursor: pointer; transform: translateY(-50%); }
.hero-arr-l { left: clamp(28px, 6vw, 115px); background-image: url("/foreign/img/main/arr_l.png"); }
.hero-arr-r { right: clamp(28px, 6vw, 115px); background-image: url("/foreign/img/main/arr_r.png"); }

.slick-arrow { position: absolute; z-index: 5; top: 50%; width: 18px; height: 35px; padding: 0; overflow: hidden; border: 0; background-color: transparent; background-position: center; background-repeat: no-repeat; font-size: 0; cursor: pointer; transform: translateY(-50%); }
.slick-prev { left: -55px; background-image: url("/foreign/img/main/arr_l.png"); }
.slick-next { right: -55px; background-image: url("/foreign/img/main/arr_r.png"); }
.hero .slick-prev { left: 15vw; }
.hero .slick-next { right: 15vw; }
.slick-dots { display: flex; justify-content: center; gap: 7px; margin: 19px 0 0; padding: 0; list-style: none; }
.slick-dots button { width: 5px; height: 5px; padding: 0; border: 0; border-radius: 50%; background: #c9c1bb; font-size: 0; }
.slick-dots .slick-active button { background: var(--point); }

.youtube { background: var(--warm) url("/foreign/img/main/bg2.png") center/cover no-repeat; }
.youtube .section-head { width: var(--content-wide); margin-inline: auto; }
.row-head { display: flex; align-items: flex-end; justify-content: space-between; text-align: left; }
.row-head > a { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 2px; color: #282523; font: 700 clamp(12px, .78vw, 15px)/1 "Pretendard", sans-serif; letter-spacing: .14em; }
.row-head > a span { color: var(--point); font-size: 13px; line-height: 1; }
.youtube-slider-wrap { position: relative; }
.youtube-slider { margin-top: 10px; }
.youtube-slider .slick-list { margin-inline: -8px; }
.youtube-arr { position: absolute; z-index: 7; top: 42%; width: 18px; height: 35px; padding: 0; border: 0; background-color: transparent; background-position: center; background-size: contain; background-repeat: no-repeat; font-size: 0; cursor: pointer; transform: translateY(-50%); }
.youtube-arr-l { left: -50px; background-image: url("/foreign/img/main/arr_l.png"); }
.youtube-arr-r { right: -50px; background-image: url("/foreign/img/main/arr_r.png"); }
.youtube-card { margin: 0 8px; padding: 0 0 8px; text-align: left; border: 0; background: transparent; cursor: pointer; }
.mainyou_img { position: relative; display: block; overflow: hidden; aspect-ratio: 16/9; background: #ddd; }
.mainyou_img::after { content: "▶"; position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 45px; height: 45px; padding-left: 3px; color: #fff; border-radius: 50%; background: rgba(223,125,67,.88); transform: translate(-50%,-50%); transition: transform .25s; }
.youtube-card:hover .mainyou_img::after { transform: translate(-50%,-50%) scale(1.1); }
.mainyou_img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.youtube-card:hover img { transform: scale(1.035); }
.youtube-card strong { display: block; margin-top: 12px; color: #38332f; font-size: var(--small-size); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.youtube-card small { display: block; margin-top: 4px; color: var(--muted); font-size: clamp(11px, .65vw, 13px); font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.before-after { overflow: hidden; }
.case-group { position: relative; width: min(64vw, 930px); margin: 0 auto clamp(90px, 7.2vw, 138px); text-align: center; }
.case-group:last-child { margin-bottom: 0; }
.case-group h3, .equipment-group > h3 { display: inline-block; margin: 0 auto 50px; padding: 6px 24px 5px; color: #fff; border-radius: 28px; background: var(--point); font: 500 var(--subtitle-size)/1 "Cinzel", serif; }
.case-group > p { margin: 20px 0 22px; font-weight: 600; font-size: var(--small-size); }
.case-main-slider { position: relative; width: 100%; }
.case-main-slider img { width: 100%; }
.case-thumb-slider { width: 100%; margin-top: clamp(24px, 2vw, 36px); }
.case-thumb-slider .slick-list { margin: 0 -8px; }
.case-thumb-slider .slick-slide { margin: 0 8px; cursor: pointer; opacity: .58; transition: opacity .25s; }
.case-thumb-slider .slick-current { opacity: 1; }
.case-thumb-slider img { width: 100%; }
.case-thumb-slider .slick-dots { align-items: center; gap: 14px; margin-top: 17px; }
.case-thumb-slider .slick-dots li { width: auto; height: auto; margin: 0; }
.case-thumb-slider .slick-dots button { width: 6px; height: 6px; background: #c7c7c7; transition: width .2s, height .2s, background .2s; }
.case-thumb-slider .slick-dots button::before { display: none !important; content: none !important; }
.case-thumb-slider .slick-dots .slick-active button { width: 9px; height: 9px; background: #292929; }
.case-arr { position: absolute; z-index: 7; top: calc(75px + min(13.8vw, 200px)); width: 15px; height: 29px; padding: 0; border: 0; background-color: transparent; background-position: center; background-size: contain; background-repeat: no-repeat; font-size: 0; cursor: pointer; transform: translateY(-50%); }
.case-arr-l { left: -45px; background-image: url("/foreign/img/main/arr2_l.png"); }
.case-arr-r { right: -45px; background-image: url("/foreign/img/main/arr2_r.png"); }

.program { background: #fcf8f5; font-family: "Pretendard", Arial, sans-serif; }
.program-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(38px, 4vw, 75px) 18px; }
.program-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto auto; column-gap: 12px; align-content: start; min-width: 0; }
.program-card img { grid-column: 1 / -1; width: 100%; border-radius: 45px 0 0 0; box-shadow: 0 15px 30px rgba(111,82,61,.13); transition: transform .35s; }
.program-card:hover img { transform: translateY(-6px); }
.program-card h3 { grid-column: 1; grid-row: 2; align-self: center; margin: 23px 0 8px; font: 700 clamp(18px, 1.25vw, 25px)/1.06 "Pretendard", Arial, sans-serif; letter-spacing: -.045em; }
.program-card p { grid-column: 1 / -1; grid-row: 3; margin: 0; color: #3e3936; font: 500 clamp(10px, .7vw, 14px)/1.58 "Pretendard", Arial, sans-serif; letter-spacing: -.025em; }
.program-card span { position: static; grid-column: 2; grid-row: 2; align-self: center; display: inline-flex; align-items: center; gap: 8px; min-width: 91px; height: 38px; margin-top: 15px; padding: 4px 6px 4px 16px; color: #3f3a37; border-radius: 22px; background: #fff; box-shadow: 0 2px 9px rgba(75,58,47,.18); font-size: 0; font-weight: 500; }
.program-card span::before { content: "more"; font: 400 15px/1 "Pretendard", Arial, sans-serif; letter-spacing: 0; }
.program-card span::after { content: "+"; display: grid; place-items: center; width: 27px; height: 27px; color: #fff; border-radius: 50%; background: var(--point); font-size: 20px; font-weight: 300; line-height: 1; }

.equipment { background: #fff; }
.equipment-group { margin-bottom: clamp(60px, 5vw, 90px); text-align: center; }
.equipment-group:last-child { margin-bottom: 0; }
.equipment-group > h3 { margin-bottom: 30px; font-family: "Pretendard", sans-serif; font-size: var(--body-size); font-weight: 700; }
.equipment-grid { display: grid; justify-content: center; gap: 16px; }
.equipment-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 250px)); }
.equipment-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 250px)); }
.equipment-grid > div { overflow: hidden; border: 1px solid #e8e3df; border-radius: 8px; background: #fff; box-shadow: 0 6px 20px rgba(80,60,48,.05); }
.equipment-grid img { width: 100%; aspect-ratio: 1/1.03; object-fit: contain; }
.equipment-grid p { margin: 0; padding: 7px 5px; color: #fff; background: var(--point-light); font-size: var(--small-size); }

.doctor { position: relative; height: 850px; padding: 96px 0 0; overflow: hidden; background: #f5f5f5 url("/foreign/img/main/bg_doc.png") center top/1903px 850px no-repeat; }
.doctor .section-head { margin-bottom: 62px; }
.doctor-inner { position: relative; }
.doctor-copy { width: min(58%, 780px); margin-left: clamp(10px, 2vw, 38px); }
.doctor-copy .eyebrow { margin: 0 0 2px; color: var(--point); font: 500 clamp(19px, 1.15vw, 22px)/1.2 "Cinzel", serif; }
.doctor-copy h3 { margin: 0 0 14px; font: 600 clamp(34px, 2.35vw, 46px)/1.12 "Cinzel", serif; letter-spacing: -.045em; }
.doctor-copy strong { font-size: clamp(16px, 1vw, 19px); font-weight: 700; }
.doctor-message { margin: 20px 0 32px; color: var(--point); font: 500 clamp(17px, 1.1vw, 21px)/1.45 "Cinzel", serif; letter-spacing: -.025em; }
.doctor-copy ul { margin: 0; padding: 0 0 0 33px; color: #292624; list-style: none; font: 500 clamp(14px, .92vw, 18px)/1.46 "Pretendard", Arial, sans-serif; letter-spacing: -.02em; }
.doctor-copy li { position: relative; margin-bottom: 10px; }
.doctor-copy li::before { content: ""; position: absolute; top: .68em; left: -20px; width: 5px; height: 5px; border-radius: 50%; background: var(--point); transform: translateY(-50%); }

.information { padding-block: clamp(95px, 7vw, 135px); }
.information-inner { display: grid; grid-template-columns: minmax(360px, 442px) minmax(0, 749px); justify-content: center; gap: clamp(25px, 3.15vw, 60px); align-items: center; }
.contact-copy { color: #111; font-family: "Pretendard", Arial, sans-serif; letter-spacing: -.04em; }
.contact-copy h3 { margin: 0 0 7px; color: var(--point); font: 400 clamp(24px, 1.7vw, 32px)/1.2 "Cinzel", serif; letter-spacing: -.06em; }
.contact-copy p { margin: 0; font-size: 18px; line-height: 1.32; }
.contact-copy .booking-label { margin-top: 26px; }
.contact-tel { display: inline-block; margin-top: 0; color: var(--point); font: 400 40px/1.1 "Cinzel", serif; letter-spacing: .01em; }
.contact-time { margin-top: 10px; padding-top: 14px; border-top: 1px solid #d9d9d9; }
.time-head { display: flex; align-items: flex-start; gap: 24px; margin-bottom: 8px; }
.time-head h4 { min-width: 58px; margin: 0; color: var(--point); font: 400 24px/1.25 "Cinzel", serif; }
.time-head p { padding-top: 1px; font-size: 15px; line-height: 1.2; }
.hours-row { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 10px; margin-top: 6px; font-size: 20px; line-height: 1.25; }
.hours-row strong { font-weight: 700; white-space: nowrap; }
.contact-time h5 { margin: 21px 0 2px; font-size: 18px; line-height: 1.2; }
.hours-row.lunch-row { grid-template-columns: 116px 1fr; }
.map-wrap { width: 100%; overflow: hidden; }
.root_daum_roughmap { width: 100% !important; }
.root_daum_roughmap .wrap_map { width: 100% !important; }

.site-footer { min-height: 330px; padding: 76px 0 48px; color: #f4e7dc; background: var(--footer); }
.footer-inner { display: block; }
.footer-top { display: flex; align-items: center; justify-content: space-between; }
.footer-logo img { width: 232px; height: auto; }
.footer-copy { margin-top: 25px; }
.footer-copy p { margin: 2px 0; font: 500 14px/1.45 "Pretendard", Arial, sans-serif; letter-spacing: -.018em; }
.footer-copy .copyright { margin-top: 18px; font-size: 12px; }
.service-guide { display: inline-block; margin-top: 15px; font: 500 12px/1.4 "Pretendard", Arial, sans-serif; }
.social-links { display: flex; align-items: center; }
.social-links a { position: relative; display: grid; place-items: center; width: clamp(55px, 4.85vw, 92px); height: 34px; }
.social-links a + a::before { content: ""; position: absolute; left: 0; top: 4px; width: 1px; height: 26px; background: rgba(244,231,220,.22); }
.social-links img { max-width: 31px; max-height: 30px; filter: brightness(0) invert(1); opacity: .9; }

.video-modal { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 5vw; visibility: hidden; opacity: 0; background: rgba(18,16,15,.92); transition: opacity .3s, visibility .3s; }
.video-modal.open { visibility: visible; opacity: 1; }
.video-frame { width: min(88vw, 1280px); aspect-ratio: 16/9; background: #000; box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-close { position: absolute; top: 25px; right: 35px; padding: 0; color: #fff; border: 0; background: transparent; font: 200 48px/1 Arial, sans-serif; cursor: pointer; }

/* The mobile page is a separate design. This desktop source deliberately has no media queries. */
