:root {
  --sky: #539cd8;
  --sky-deep: #176fba;
  --sun: #ffde59;
  --ink: #22292e;
  --muted: #70777d;
  --line: #e6eaed;
  --soft-blue: #edf5fb;
  --font-scale: 1;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; font-size: calc(15px * var(--font-scale)); line-height: 1.7; word-break: keep-all; overflow-wrap: break-word; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a, button { transition: color .2s, background-color .2s, border-color .2s; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--sky-deep); outline-offset: 5px; }
img { display: block; max-width: 100%; object-fit: cover; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.5; letter-spacing: -.045em; }
h2 { font-size: calc(30px * var(--font-scale)); font-weight: 400; }
h3 { font-size: calc(18px * var(--font-scale)); }
strong { font-weight: 700; }
button, summary { cursor: pointer; }
[hidden] { display: none !important; }
.section-inner { width: min(980px, calc(100% - 80px)); margin-inline: auto; }
.brand-dot { color: #d5aa22; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 20; background: white; padding: 12px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
.site-header { width: min(1200px, calc(100% - 80px)); min-height: 102px; margin: auto; display: flex; align-items: center; gap: 40px; position: relative; z-index: 5; }
.brand { flex-shrink: 0; }
.brand img { width: 248px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; justify-content: center; margin-left: auto; gap: 34px; font-size: calc(13px * var(--font-scale)); font-weight: 600; }
.desktop-nav a { white-space: nowrap; padding: 15px 0; }
.desktop-nav a:hover, .desktop-nav a.is-current { color: var(--sky-deep); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.social-link { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; }
.social-link svg { width: 13px; height: 13px; }
.naver-link { background: #03b85a; color: white; }
.naver-link svg { fill: currentColor; }
.map-link { background: var(--sky); color: #fff; }
.map-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.header-contact { border-radius: 40px; background: var(--sun); font-size: 12px; font-weight: 600; padding: 7px 17px; margin-left: 6px; white-space: nowrap; }
.header-contact:hover { background: #f1cb39; }
.header-contact span { margin-left: 8px; }
.menu-button, .mobile-menu { display: none; }
.main-hero { width: min(1200px, calc(100% - 80px)); height: 488px; margin: 0 auto; position: relative; isolation: isolate; border-radius: 40px; overflow: hidden; color: #fff; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero-image { object-position: center 47%; }
.hero-shade { background: linear-gradient(90deg, rgba(21,35,36,.63) 0%, rgba(21,35,36,.35) 43%, rgba(21,35,36,.04) 80%); }
.hero-copy { position: absolute; left: 6%; right: 5%; top: 43%; transform: translateY(-28%); }
.hero-kicker { font-size: calc(17px * var(--font-scale)); margin-bottom: 8px; letter-spacing: -.03em; }
.hero-copy h1 { font-size: calc(36px * var(--font-scale)); font-weight: 500; line-height: 1.45; letter-spacing: -.055em; }
.hero-points { font-size: calc(12px * var(--font-scale)); margin-top: 18px; color: #f5f7f7; }
.hero-points span { margin-inline: 8px; color: var(--sun); }
.hero-actions { display: flex; gap: 22px; margin-top: 27px; }
.hero-actions a { border-bottom: 1px solid #ffffff75; font-size: calc(12px * var(--font-scale)); padding-bottom: 7px; }
.hero-actions a > span { margin-left: 9px; }
.hero-actions a:hover { color: var(--sun); border-color: var(--sun); }
.hero-scroll { position: absolute; right: 35px; bottom: 32px; font-size: 8px; letter-spacing: .15em; display: flex; align-items: center; gap: 10px; }
.hero-scroll > span { border: 1px solid #ffffff70; border-radius: 100%; width: 30px; height: 30px; display: grid; place-items: center; font-size: 14px; }
.services-intro { position: relative; padding: 94px 0 64px; overflow: clip; }
.services-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: center; position: relative; }
.services-copy h2 { font-size: calc(28px * var(--font-scale)); line-height: 1.6; margin-bottom: 26px; }
.services-accordion { border-top: 1px solid var(--sky-deep); }
.service-row { border-bottom: 1px solid var(--line); }
.service-row summary, .content-disclosure > summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
summary::-webkit-details-marker { display: none; }
.service-row summary { padding: 12px 0; font-size: calc(15px * var(--font-scale)); font-weight: 600; }
.plus { width: 16px; height: 16px; flex: 0 0 16px; position: relative; color: #9ba5ad; }
.plus::before, .plus::after { content: ''; position: absolute; background: currentColor; }
.plus::before { width: 12px; height: 1px; top: 7px; left: 2px; }
.plus::after { width: 1px; height: 12px; top: 2px; left: 7px; }
details[open] > summary .plus::after { transform: rotate(90deg); }
details[open] > summary .plus { color: var(--sky-deep); }
.service-description { padding: 0 25px 15px 0; font-size: calc(12px * var(--font-scale)); color: var(--muted); }
.service-description a { display: inline-block; font-size: 10px; border: 1px solid var(--line); padding: 3px 12px; border-radius: 30px; margin-top: 11px; }
.service-description a:hover { color: var(--sky-deep); border-color: var(--sky); }
.service-description a span { margin-left: 9px; }
.service-portrait { width: 100%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; }
.service-portrait img { width: 100%; height: 100%; object-position: 50% 45%; }
.outline-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.ring-yellow { width: 400px; height: 400px; border: 75px solid #ffde5940; top: -138px; right: -126px; }
.care-feature { position: relative; padding: 34px 0 56px; }
.feature-band { position: absolute; inset: 42% 0 0; background: linear-gradient(100deg, #176fba 0%, #2878b0 100%); }
.feature-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 78px; align-items: start; position: relative; }
.arch-photo { height: 410px; border-radius: 240px 240px 0 0; overflow: hidden; }
.arch-photo img { width: 100%; height: 100%; object-position: center 45%; }
.feature-copy h2 { padding-top: 45px; min-height: 179px; font-size: calc(30px * var(--font-scale)); }
.feature-description { padding-top: 36px; color: #fff; max-width: 420px; font-size: calc(14px * var(--font-scale)); line-height: 1.9; }
.feature-description p strong { font-weight: 500; }
.small-outline { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid #cbd2d7; border-radius: 50px; color: #68747c; font-size: calc(11px * var(--font-scale)); line-height: 1.4; padding: 7px 15px; white-space: nowrap; }
.small-outline:hover { border-color: var(--sky-deep); color: var(--sky-deep); background: var(--soft-blue); }
.small-outline.light { color: #fff; border-color: #ffffff80; margin-top: 23px; }
.small-outline.light:hover { color: var(--sky-deep); background: white; border-color: white; }
.information-hub { position: relative; padding: 86px 0 0; isolation: isolate; overflow: clip; }
.information-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 27px; }
.section-label { font-size: calc(12px * var(--font-scale)); color: var(--muted); margin-bottom: 8px; }
.information-heading h2 { font-size: calc(27px * var(--font-scale)); line-height: 1.6; }
.information-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.info-card { position: relative; display: flex; flex-direction: column; min-height: 0; padding: 20px 18px 16px; border: 1px solid var(--line); border-radius: 22px; background: #ffffffdb; }
.card-category { color: #816819; font-size: calc(12px * var(--font-scale)); margin-bottom: 10px; }
.info-card h3 { font-size: calc(18px * var(--font-scale)); font-weight: 600; margin-bottom: 8px; }
.info-card p { font-size: calc(14px * var(--font-scale)); line-height: 1.6; color: var(--muted); }
.card-bottom { display: flex; align-items: center; justify-content: space-between; font-size: calc(12px * var(--font-scale)); color: #7a838b; margin-top: auto; padding-top: 18px; }
.card-bottom > span { font-size: 22px; line-height: 1; color: var(--sky-deep); }
.info-card.featured, .info-card:hover { color: white; background: var(--sky-deep); border-color: var(--sky-deep); }
.info-card.featured .card-category, .info-card:hover .card-category { color: var(--sun); }
.info-card.featured p, .info-card:hover p, .info-card.featured .card-bottom, .info-card:hover .card-bottom { color: #e8f2fa; }
.info-card.featured .card-bottom > span, .info-card:hover .card-bottom > span { color: var(--sun); }
.image-links { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 74px; }
.image-link { min-height: 186px; position: relative; display: flex; align-items: center; padding: 28px; color: white; border-radius: 24px; overflow: hidden; isolation: isolate; }
.image-link > img { position: absolute; width: 100%; height: 100%; inset: 0; z-index: -2; transition: transform .4s; }
.image-link::before { content: ''; position: absolute; inset: 0; background: #172c3a80; z-index: -1; }
.image-link h3 { font-size: calc(24px * var(--font-scale)); margin-bottom: 10px; }
.image-link p { font-size: calc(12px * var(--font-scale)); }
.image-link:hover img { transform: scale(1.045); }
.round-arrow { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid #ffffffa0; border-radius: 50%; margin-left: auto; font-size: 22px; flex-shrink: 0; }
.ring-blue { width: 510px; height: 510px; border: 77px solid #edf2fa; left: max(-255px, calc(50% - 845px)); bottom: -161px; z-index: -1; }
.closing-message { text-align: center; padding: 82px 0 46px; }
.closing-message > p { font-size: calc(20px * var(--font-scale)); margin-bottom: 7px; }
.closing-message h2 { font-size: calc(24px * var(--font-scale)); line-height: 1.65; }
.closing-message .small-outline { margin-top: 29px; }
.mobile-break { display: none; }
.details-directory { margin-bottom: 60px; }
.content-disclosure { border-bottom: 1px solid var(--line); }
.content-disclosure:first-child { border-top: 1px solid var(--line); }
.content-disclosure > summary { padding: 17px 5px; font-size: calc(13px * var(--font-scale)); color: #535e67; }
.content-disclosure > summary:hover { color: var(--sky-deep); }
.content-disclosure[open] > summary { color: var(--sky-deep); font-weight: 600; }
.disclosure-content { padding: 25px 0 50px; }
.disclosure-content .section-inner { width: 100%; }
.disclosure-content h2 { font-size: calc(26px * var(--font-scale)); margin-bottom: 20px; font-weight: 600; }
.disclosure-content h3 { margin: 25px 0 12px; }
.disclosure-content p { margin: 0 0 16px; }
.eyebrow, .badge { font-size: 11px; letter-spacing: .08em; color: var(--sky-deep); }
.page-hero, .admission-hero, .facility-hero { position: relative; height: 240px; overflow: hidden; border-radius: 20px; margin-bottom: 35px; }
.page-hero > img, .admission-hero > img, .facility-hero > img { width: 100%; height: 100%; filter: brightness(.65); }
.page-hero > div, .admission-hero > div, .facility-hero > div { position: absolute; inset: auto 30px 20px; color: white; }
.page-hero .eyebrow, .admission-hero .eyebrow, .facility-hero .eyebrow { color: white; }
.text-card { max-width: 700px; line-height: 2; }
.signature { text-align: right; margin-top: 24px !important; }
.philosophy { position: relative; border-top: 1px solid var(--line); padding: 35px 0 0; margin-top: 35px; }
.philosophy > img, .section-overlay { display: none; }
.philosophy-lines { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.philosophy-lines p { display: flex; flex-direction: column; font-size: 13px; }
.philosophy-lines em { font-size: 24px; color: var(--sky-deep); font-style: normal; }
.philosophy-lines strong { margin: 8px 0; }
.tabs { display: flex; border-bottom: 1px solid var(--line); gap: 5px; overflow-x: auto; margin: 20px 0 30px; }
.tabs button { border: 0; background: transparent; color: #68747c; border-bottom: 2px solid transparent; padding: 13px 17px; white-space: nowrap; }
.tabs button.active { color: var(--sky-deep); border-bottom-color: var(--sky-deep); }
.tab-panel { padding: 10px 0; }
.tab-panel:not(.active) { display: none; }
.table-wrap { overflow-x: auto; margin: 25px 0; }
table { border-collapse: collapse; width: 100%; font-size: 13px; }
th, td { padding: 14px; border: 1px solid #dfe6eb; text-align: left; }
th { background: var(--soft-blue); font-weight: 500; }
.fee-table { min-width: 560px; }
.longterm-table .grade-col { width: 80px; }
.insurance-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.insurance-steps article { padding: 20px; background: #f5f8fa; border-radius: 12px; font-size: 12px; }
.insurance-steps span { display: block; color: var(--sky-deep); margin-bottom: 10px; }
.insurance-steps strong { display: block; margin-bottom: 12px; }
.plain-list { padding-left: 20px; line-height: 2; }
.process-list { display: flex; flex-wrap: wrap; gap: 12px; }
.process-list span { padding: 12px 18px; background: var(--soft-blue); border-radius: 6px; }
.local-search-layout, .contact-grid, .location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.local-checklist { padding: 25px; background: #f5f8fa; border-radius: 18px; }
.local-checklist h3 { margin-top: 0; }
dl { margin: 18px 0; } dl > div { display: grid; grid-template-columns: 85px 1fr; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--line); }
dt { font-weight: 600; font-size: 13px; } dd { margin: 0; font-size: 13px; }
.filled-button, .contact-form button[type=submit] { display: inline-flex; justify-content: center; align-items: center; padding: 13px 23px; border: 1px solid var(--sky-deep); border-radius: 30px; background: var(--sky-deep); color: white; font-size: 13px; }
.filled-button:hover, .contact-form button[type=submit]:hover { background: #115b9a; }
.text-link { display: inline-block; color: var(--sky-deep); margin-top: 15px; border-bottom: 1px solid; font-size: 13px; }
.local-search-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.facility-info-card h3 { margin-top: 0; }
.gallery-block { margin-top: 35px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.gallery-filters button { border: 1px solid var(--line); background: white; border-radius: 30px; padding: 8px 14px; color: #58636c; font-size: 12px; }
.gallery-filters button.active { background: var(--sky-deep); color: white; border-color: var(--sky-deep); }
.facility-gallery { display: flex; gap: 15px; transition: opacity .14s; }
.facility-gallery.is-changing { opacity: .25; }
.gallery-item { flex: 1; min-width: 0; }
.gallery-item img { width: 100%; height: 370px; border-radius: 18px; }
.contact-form { display: grid; gap: 17px; }
.contact-form label { display: grid; gap: 7px; font-size: 13px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-width: 0; border: 1px solid #cdd6de; border-radius: 7px; padding: 12px; background: #fff; color: var(--ink); }
.contact-form textarea { resize: vertical; }
.form-honeypot { display: none; }
.contact-form-status { font-size: 12px; color: #68747c; }
.contact-form-status.error { color: #b73030; }
.contact-form-status.success { color: #216937; }
.contact-form button:disabled { opacity: .5; cursor: wait; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.location-actions a { border: 1px solid var(--line); border-radius: 8px; padding: 10px; font-size: 12px; }
.location-actions span { display: block; color: var(--muted); font-size: 10px; }
.service-area small { font-size: 11px; color: var(--muted); }
.map-card { min-height: 350px; border-radius: 20px; overflow: hidden; background: var(--soft-blue); }
.map-card iframe { width: 100%; height: 100%; min-height: 350px; border: 0; }
.channel-strip { border-top: 1px solid #f0f1f3; padding: 22px 40px; display: flex; align-items: center; justify-content: center; gap: 60px; }
.channel-strip a { display: flex; align-items: center; gap: 10px; }
.channel-strip b { font-size: 23px; letter-spacing: -.06em; }
.channel-strip span { font-size: 10px; color: var(--muted); }
.naver-word { color: #03b85a; font-family: Arial,sans-serif; font-weight: 900; }
.google-word { color: #4285f4; font-family: Arial,sans-serif; }
.channel-strip .phone-word { color: var(--sky-deep); font-size: 19px; font-weight: 600; letter-spacing: -.03em; }
.site-footer { background: #272a2c; color: #dddfe0; padding: 48px 0 32px; }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 44px; align-items: center; padding-bottom: 36px; }
.footer-logo { width: 230px; height: auto; }
.footer-contact, .footer-hours { border-left: 1px solid #515354; padding-left: 30px; font-size: 12px; }
.footer-top strong { display: block; color: white; margin-bottom: 8px; }
.footer-contact a { display: block; }
.footer-bottom { position: relative; padding-top: 25px; border-top: 1px solid #454748; font-size: 10px; line-height: 1.9; padding-right: 60px; color: #b7bcbf; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 15px; font-size: 10px; }
.footer-links a:hover { color: white; }
.footer-bottom small { font-size: 8px; display: block; margin-top: 8px; letter-spacing: .035em; }
.back-top { position: absolute; right: 0; bottom: 0; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #797d7f; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.2; font-size: 16px; }
.back-top span { font-size: 8px; }
.font-tools { position: fixed; left: 8px; top: 46%; display: flex; flex-direction: column; gap: 7px; z-index: 4; }
.font-tools button { font-size: 10px; background: #ffffffde; border: 1px solid var(--line); border-radius: 4px; color: #64717b; padding: 5px; }
.font-tools button.active { color: var(--sky-deep); border-color: var(--sky); }
.scroll-progress { display: none; }
@media (min-width: 1600px) { .ring-yellow { right: calc(50% - 830px); } }
@media (max-width: 1150px) {
  .site-header { gap: 22px; } .brand img { width: 210px; } .desktop-nav { gap: 22px; }
  .header-actions { gap: 6px; } .header-contact { padding-inline: 12px; }
  .services-layout { gap: 55px; } .feature-layout { gap: 55px; }
  .channel-strip { gap: 25px; } .channel-strip a { flex-direction: column; gap: 0; }
}
@media (max-width: 900px) {
  .desktop-nav { gap: 16px; font-size: 12px; } .brand img { width: 185px; }
  .header-actions .social-link { display: none; } .site-header { gap: 18px; }
  .main-hero { height: 430px; } .hero-copy h1 { font-size: calc(30px * var(--font-scale)); }
  .services-layout { gap: 35px; } .services-copy h2 { font-size: calc(23px * var(--font-scale)); }
  .feature-layout { gap: 40px; } .arch-photo { height: 375px; } .feature-copy h2 { min-height: 165px; font-size: calc(27px * var(--font-scale)); }
  .feature-description { padding-top: 28px; font-size: 13px; } .info-card { padding: 20px 15px; }
  .information-heading h2 { font-size: calc(23px * var(--font-scale)); } .information-cards { gap: 12px; }
  .image-link { padding: 23px; min-height: 165px; } .image-link h3 { font-size: 21px; } .round-arrow { width: 40px; height: 40px; }
  .closing-message h2 { font-size: calc(21px * var(--font-scale)); } .footer-top { gap: 24px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 20px; }
  .section-inner { width: calc(100% - 44px); }
  .site-header { width: calc(100% - 36px); min-height: 78px; gap: 14px; }
  .brand img { width: 199px; } .desktop-nav { display: none; }
  .header-actions { margin-left: auto; } .header-contact { font-size: 10px; padding: 7px 12px; } .header-contact span { display: none; }
  .menu-button { display: flex; flex-direction: column; justify-content: center; gap: 6px; border: 0; background: none; width: 28px; height: 40px; padding: 2px; }
  .menu-button span { width: 23px; height: 1.5px; background: var(--ink); transition: transform .2s; }
  .menu-open .menu-button span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 70px; left: -18px; right: -18px; background: #fff; border-bottom: 1px solid var(--line); padding: 20px 26px 28px; box-shadow: 0 15px 20px #1c273d0c; }
  .mobile-menu.open { display: grid; gap: 8px; } .mobile-menu a { display: block; padding: 8px; font-size: 14px; }
  .main-hero { width: calc(100% - 28px); height: 410px; border-radius: 25px; }
  .hero-image { object-position: 61% center; } .hero-shade { background: linear-gradient(0deg,#172930bb, #17293035 75%); }
  .hero-copy { left: 24px; right: 20px; top: auto; bottom: 45px; transform: none; }
  .hero-kicker { font-size: calc(11px * var(--font-scale)); margin-bottom: 12px; }
  .hero-copy h1 { font-size: calc(29px * var(--font-scale)); max-width: 330px; line-height: 1.5; }
  .hero-copy h1 strong { display: block; }
  .hero-points { font-size: calc(10px * var(--font-scale)); line-height: 1.8; margin-top: 15px; max-width: 320px; }
  .hero-points span { margin-inline: 4px; } .hero-actions { gap: 18px; margin-top: 18px; }
  .hero-actions a { font-size: 10px; } .hero-actions a > span { margin-left: 5px; }
  .hero-scroll { right: 20px; bottom: 12px; font-size: 7px; gap: 7px; } .hero-scroll > span { width: 20px; height: 20px; font-size: 10px; }
  .services-intro { padding: 57px 0 46px; }
  .services-layout { grid-template-columns: 1fr; gap: 34px; }
  .services-copy h2 { font-size: calc(25px * var(--font-scale)); margin-bottom: 23px; }
  .service-row summary { padding: 14px 0; font-size: calc(14px * var(--font-scale)); }
  .service-description { font-size: calc(12px * var(--font-scale)); }
  .service-portrait { width: 76%; max-width: 340px; justify-self: center; }
  .ring-yellow { width: 260px; height: 260px; border-width: 47px; top: auto; bottom: 0; right: -100px; }
  .care-feature { padding: 18px 0 35px; }
  .feature-layout { grid-template-columns: .95fr 1.05fr; gap: 22px; }
  .arch-photo { height: 290px; align-self: center; }
  .feature-copy h2 { padding-top: 12px; min-height: 115px; font-size: calc(21px * var(--font-scale)); }
  .feature-band { top: 36%; }
  .feature-description { padding-top: 28px; font-size: calc(11px * var(--font-scale)); }
  .small-outline { font-size: 10px; padding: 7px 12px; gap: 10px; }
  .small-outline.light { font-size: 9px; margin-top: 12px; padding-inline: 10px; }
  .information-hub { padding-top: 57px; }
  .information-heading { align-items: start; gap: 10px; }
  .information-heading h2 { font-size: calc(20px * var(--font-scale)); }
  .information-heading h2 br { display: none; }
  .information-heading .small-outline { flex-shrink: 0; margin-top: 6px; font-size: 9px; padding: 7px 10px; }
  .section-label { font-size: 11px; }
  .information-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
  .info-card { min-height: 0; padding: 16px 14px; border-radius: 17px; }
  .info-card h3 { font-size: calc(17px * var(--font-scale)); } .info-card p { font-size: calc(13px * var(--font-scale)); }
  .image-links { grid-template-columns: 1fr; gap: 15px; margin-top: 38px; }
  .image-link { min-height: 150px; border-radius: 19px; padding: 25px; }
  .ring-blue { width: 350px; height: 350px; border-width: 55px; left: -180px; bottom: -110px; }
  .closing-message { padding: 48px 0 37px; } .closing-message > p { font-size: 16px; }
  .closing-message h2 { font-size: calc(20px * var(--font-scale)); } .mobile-break { display: block; }
  .closing-message .small-outline { margin-top: 22px; } .details-directory { margin-bottom: 38px; }
  .content-disclosure > summary { font-size: calc(12px * var(--font-scale)); padding: 15px 2px; }
  .disclosure-content { padding: 20px 0 30px; } .disclosure-content h2 { font-size: calc(23px * var(--font-scale)); }
  .disclosure-content .section-inner { width: 100%; }
  .local-search-layout, .contact-grid, .location-grid { grid-template-columns: 1fr; gap: 30px; }
  .page-hero, .admission-hero, .facility-hero { height: 180px; }
  .page-hero > div, .admission-hero > div, .facility-hero > div { inset: auto 18px 5px; }
  .tabs button { padding: 10px 13px; font-size: 12px; } .insurance-steps { grid-template-columns: 1fr 1fr; }
  .philosophy-lines { grid-template-columns: 1fr; gap: 15px; }
  .facility-gallery { flex-direction: column; } .gallery-item img { height: 240px; }
  .channel-strip { padding: 23px 22px; gap: 24px 18px; display: grid; grid-template-columns: 1fr 1fr; }
  .channel-strip a { flex-direction: row; justify-content: center; gap: 8px; }
  .channel-strip b { font-size: 19px; } .channel-strip .phone-word { font-size: 14px; } .channel-strip span { font-size: 9px; }
  .site-footer { padding: 32px 0 26px; } .footer-top { grid-template-columns: 1fr 1fr; gap: 25px 20px; padding-bottom: 25px; }
  .footer-top > a { grid-column: 1 / -1; } .footer-logo { width: 220px; }
  .footer-contact, .footer-hours { border-left: 0; padding-left: 0; font-size: 10px; }
  .footer-bottom { font-size: 9px; padding-top: 20px; padding-right: 0; padding-bottom: 15px; }
  .footer-links { gap: 8px 13px; font-size: 9px; }
  .footer-bottom small { font-size: 7px; max-width: 250px; }
  .back-top { width: 34px; height: 34px; bottom: -5px; }
  .font-tools { display: none; }
}
@media (max-width: 360px) {
  .brand img { width: 175px; } .site-header { gap: 10px; } .header-contact { padding-inline: 9px; }
  .hero-copy { left: 19px; } .hero-copy h1 { font-size: calc(26px * var(--font-scale)); }
  .hero-actions { gap: 12px; } .hero-actions a { font-size: 9px; }
  .feature-layout { gap: 16px; } .feature-copy h2 { font-size: calc(19px * var(--font-scale)); } .arch-photo { height: 310px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
/* Keep the complete reference material a single step away from the landing page. */
.details-index > summary { list-style: none; display: flex; align-items: center; justify-content: center; gap: 14px; color: #68747c; font-size: calc(11px * var(--font-scale)); padding: 8px 16px; width: fit-content; margin: 0 auto; border: 1px solid var(--line); border-radius: 30px; }
.details-index[open] > summary { margin-bottom: 26px; color: var(--sky-deep); }
.details-directory { margin-top: -24px; }
@media (max-width: 760px) {
  .details-directory { margin-top: -12px; }
  .font-tools { position: static; display: flex; flex-direction: row; background: #272a2c; padding: 0 22px 20px; justify-content: flex-end; }
  .font-tools button { background: transparent; color: #dddfe0; border-color: #62686c; padding: 5px 10px; }
}
/* Separate detail pages share the home page's navigation and visual language. */
.site-header { gap: 25px; }
.desktop-nav { gap: 21px; font-size: calc(12px * var(--font-scale)); }
.brand img { width: 222px; }
.desktop-nav a[aria-current="page"] { color: var(--sky-deep); box-shadow: inset 0 -2px var(--sky-deep); }
.header-contact[aria-current="page"] { background: var(--sky-deep); color: white; }
.mobile-menu a[aria-current="page"] { color: var(--sky-deep); background: var(--soft-blue); border-radius: 8px; }
.interior-main { min-height: 65vh; padding-bottom: 68px; }
.page-heading { padding-top: 42px; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; gap: 12px; align-items: center; font-size: 12px; color: var(--muted); margin-bottom: 27px; }
.breadcrumbs a:hover { color: var(--sky-deep); }
.page-heading h1 { font-size: calc(42px * var(--font-scale)); font-weight: 600; margin-bottom: 12px; }
.page-heading > p { font-size: calc(15px * var(--font-scale)); color: var(--muted); }
.page-content { padding-top: 36px; }
.page-content .services-intro { padding: 28px 0; }
.page-content .services-layout { gap: 70px; }
.page-content .ring-yellow { width: 280px; height: 280px; top: -180px; }
.page-related { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px; }
.page-related a { color: var(--sky-deep); background: var(--soft-blue); border-radius: 28px; padding: 9px 15px; font-size: 12px; }
.closing-message { padding-bottom: 78px; }
@media (min-width: 761px) and (max-width: 1100px) {
  .site-header { gap: 16px; }
  .brand img { width: 180px; }
  .desktop-nav { gap: 14px; font-size: 11px; }
  .header-actions .social-link { display: none; }
  .header-contact { font-size: 10px; padding: 7px 12px; margin-left: 0; }
}
@media (max-width: 760px) {
  .site-header { gap: 14px; }
  .brand img { width: 199px; }
  .page-heading { padding-top: 26px; padding-bottom: 28px; }
  .page-heading h1 { font-size: calc(32px * var(--font-scale)); }
  .page-heading > p { font-size: calc(13px * var(--font-scale)); }
  .breadcrumbs { font-size: 11px; margin-bottom: 20px; }
  .page-content { padding-top: 24px; }
  .page-content .services-layout { gap: 32px; }
  .interior-main { padding-bottom: 28px; }
  .closing-message { padding-bottom: 48px; }
}
@media (max-width: 360px) {
  .site-header { gap: 10px; }
  .brand img { width: 175px; }
}
.hero-slides { position: absolute; inset: 0; z-index: -2; background: #3e535e; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; opacity: 0; transition: opacity 1.1s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slider-controls { position: absolute; bottom: 29px; left: 6%; display: flex; align-items: center; gap: 17px; }
.hero-slide-dots { display: flex; gap: 2px; }
.hero-slide-dots button { border: 0; background: none; width: 26px; height: 28px; display: grid; place-items: center; padding: 0; }
.hero-slide-dots button span { width: 6px; height: 6px; background: #ffffff70; border-radius: 50%; transition: background-color .2s, width .2s; }
.hero-slide-dots button[aria-pressed="true"] span { background: var(--sun); width: 20px; border-radius: 5px; }
.hero-slide-count { font-size: 10px; letter-spacing: .15em; font-variant-numeric: tabular-nums; }
.hero-slide-toggle { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #ffffff80; border-radius: 50%; color: white; background: transparent; font-size: 10px; }
.hero-slide-toggle:hover { background: #ffffff25; }
.hero-slider-controls button:focus-visible { outline-color: var(--sun); }
@media (max-width: 760px) {
  .hero-slider-controls { bottom: 10px; left: 21px; gap: 8px; }
  .hero-slide-count { font-size: 8px; }
  .hero-slide-toggle { width: 24px; height: 24px; }
  .hero-slide-dots button { width: 22px; }
  .hero-slide { object-position: center; }
  .main-hero .hero-copy { bottom: 65px; }
}
.logo-marquee { position: relative; overflow: hidden; border-top: 1px solid var(--line); background: white; padding: 30px 0; }
.logo-track { display: flex; width: max-content; animation: logos-to-right 28s linear infinite; }
.logo-group { display: flex; flex: 0 0 auto; width: max(100vw, 980px); justify-content: space-around; align-items: center; gap: 80px; padding: 0 65px; }
.logo-group img { width: 220px; height: 80px; object-fit: contain; flex: 0 0 auto; }
.logo-motion-toggle { position: absolute; bottom: 8px; right: 13px; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line); background: white; border-radius: 50%; color: #64717b; font-size: 9px; }
.logo-marquee.is-paused .logo-track { animation-play-state: paused; }
@keyframes logos-to-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@media (max-width: 760px) {
  .logo-marquee { padding: 23px 0; }
  .logo-group { width: 780px; gap: 65px; padding: 0 40px; }
  .logo-group img { width: 190px; height: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
  .logo-marquee .logo-track { animation: logos-to-right 28s linear infinite !important; animation-play-state: paused !important; }
  .logo-marquee.is-playing .logo-track { animation-play-state: running !important; }
}
/* Align the photograph, heading and blue band on one shared baseline. */
.care-feature { --feature-heading-height: 176px; --feature-top: 34px; padding-top: var(--feature-top); padding-bottom: 28px; }
.feature-band { top: calc(var(--feature-top) + var(--feature-heading-height)); }
.feature-layout { grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.arch-photo { position: relative; height: 440px; align-self: stretch; }
.arch-photo img { position: absolute; inset: 0; object-position: 50% 10%; transform: scale(1.04); transform-origin: 50% 20%; }
.feature-copy { display: grid; grid-template-rows: minmax(var(--feature-heading-height), auto) 1fr; }
.feature-copy h2 { padding-top: 36px; min-height: 0; margin: 0; }
.feature-description { padding-top: 30px; padding-bottom: 8px; }
@media (max-width: 900px) and (min-width: 761px) {
  .feature-layout { gap: 30px; }
  .feature-copy h2 { font-size: calc(25px * var(--font-scale)); }
}
@media (max-width: 760px) {
  .care-feature { --feature-heading-height: 130px; --feature-top: 18px; }
  .feature-layout { grid-template-columns: .95fr 1.05fr; gap: 22px; }
  .arch-photo { height: 325px; min-height: 0; align-self: center; }
  .arch-photo img { object-position: 49% 30%; transform: none; }
  .feature-copy h2 { padding-top: 18px; font-size: calc(20px * var(--font-scale)); }
  .feature-description { padding-top: 24px; }
}
@media (max-width: 360px) {
  .feature-layout { gap: 16px; }
  .feature-copy h2 { font-size: calc(18px * var(--font-scale)); }
}
/* Let navigation and fee tables fit the available width without sideways scrolling. */
.tabs { flex-wrap: wrap; overflow-x: visible; }
.tabs button { flex: 1 1 auto; white-space: normal; }
.fee-table { min-width: 0; table-layout: fixed; }
.fee-table .time-col { width: 29%; }
.fee-table .grade-col { width: 19%; }
.fee-table .rate-col, .fee-table .copay-col { width: 26%; }
.page-content > *, .contact-grid > *, .location-grid > *, .local-search-layout > * { min-width: 0; }
@media (max-width: 600px) {
 .fee-table th, .fee-table td { padding: 12px 5px; font-size: calc(11px * var(--font-scale)); }
 .tabs button { padding: 10px 9px; font-size: 12px; }
 .longterm-table th, .longterm-table td { padding: 12px 9px; }
}
/* Clear hierarchy for the opening message and contact actions. */
.main-hero { height: 560px; }
.hero-shade { background: linear-gradient(90deg, #101f2cc9 0%, #101f2c87 46%, #101f2c14 100%); }
.hero-copy { top: 50%; bottom: auto; transform: translateY(-56%); }
.hero-kicker { font-size: calc(14px * var(--font-scale)); color: #ffffffde; margin-bottom: 21px; font-weight: 500; }
.hero-copy h1 { font-size: calc(52px * var(--font-scale)); line-height: 1.23; letter-spacing: -.045em; font-weight: 400; }
.hero-title-line { display: block; }
.hero-copy h1 strong { display: inline; font-weight: 700; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 0; margin-top: 24px; font-size: calc(13px * var(--font-scale)); }
.hero-points span { color: #ffffffed; margin: 0; }
.hero-points span + span::before { content: '·'; color: var(--sun); margin: 0 12px; }
.hero-actions { flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-actions a { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border: 1px solid #ffffff85; border-radius: 22px; font-size: calc(11px * var(--font-scale)); font-weight: 500; background: #ffffff12; }
.hero-actions a:first-child { background: var(--sun); border-color: var(--sun); color: #182e40; }
.hero-actions a > span { margin: 0; }
.hero-actions a:hover { background: white; border-color: white; color: var(--sky-deep); }
@media (max-width:760px) {
 .main-hero { height: 490px; }
 .hero-copy { left: 24px; right: 24px; top: 50%; bottom: auto; transform: translateY(-55%); }
 .hero-kicker { font-size: calc(11px * var(--font-scale)); margin-bottom: 20px; max-width: 270px; }
 .hero-copy h1 { font-size: calc(clamp(30px, 7.6vw, 46px) * var(--font-scale)); max-width: none; line-height: 1.28; }
 .hero-points { font-size: calc(11px * var(--font-scale)); gap: 6px 0; max-width: 300px; margin-top: 20px; }
 .hero-points span + span::before { margin: 0 8px; }
 .hero-actions { gap: 10px; margin-top: 23px; }
 .hero-actions a { font-size: 10px; padding: 7px 11px; }
}
@media (max-width:360px) {
 .hero-copy { left: 19px; right: 19px; }
 .hero-copy h1 { font-size: calc(28px * var(--font-scale)); }
 .hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 12px; }
 .hero-points span + span::before { content: none; }
}
/* Recognizable map services with explicit destinations and actions. */
.location-grid { grid-template-columns: 1.25fr .85fr; gap: 38px; align-items: start; }
.location-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 26px 0 30px; }
.location-actions .map-provider { display: flex; align-items: center; gap: 12px; padding: 19px 14px; border-radius: 18px; border: 1px solid var(--line); min-width: 0; }
.map-provider .provider-icon { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 10px; font: 900 25px/1 Arial,sans-serif; }
.map-provider svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; }
.map-provider strong { display: block; font-size: calc(16px * var(--font-scale)); }
.map-provider span { display: block; font-size: 11px; margin-top: 4px; color: inherit; opacity: .85; }
.map-provider i { font-style: normal; margin-left: auto; }
.location-actions .provider-naver { background: #03a94d; border-color: #03a94d; color: white; }
.location-actions .provider-kakao { background: #fee500; border-color: #fee500; color: #292313; }
.provider-google .provider-icon { color: #4285f4; background: #f1f5ff; }
.provider-blog .provider-icon { color: #03a94d; background: #edf9f1; }
.location-actions a:hover { transform: translateY(-2px); box-shadow: 0 4px 12px #22313c12; }
.location-destination { padding: 34px; border-radius: 28px; background: var(--soft-blue); text-align: center; border: 1px solid #dceaf5; }
.destination-pin { width: 56px; height: 56px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--sky-deep); color: white; }
.destination-pin svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.7; }
.destination-eyebrow { color: var(--sky-deep); font-size: 12px; margin-bottom: 8px; }
.location-destination h3 { font-size: calc(28px * var(--font-scale)); margin: 0 0 20px; }
.location-destination > p:not(.destination-eyebrow) { color: #536875; font-size: 14px; line-height: 1.9; }
.location-destination > strong { display: block; margin-top: 8px; color: var(--sky-deep); font-size: 15px; }
.destination-divider { height: 1px; background: #d5e3ed; margin: 23px 0; }
.location-destination > a { display: block; border-radius: 25px; padding: 12px 16px; background: white; color: var(--sky-deep); font-size: 13px; font-weight: 600; margin-top: 20px; }
.location-destination > a.destination-phone { padding: 0; margin-top: 14px; background: none; font-size: 12px; }
@media (max-width:900px) { .location-grid { grid-template-columns: 1fr; } }
@media (max-width:600px) {
 .location-actions { gap: 9px; }
 .location-actions .map-provider { gap: 8px; padding: 16px 11px; flex-wrap: wrap; }
 .map-provider .provider-icon { flex-basis: 29px; width: 29px; height: 29px; font-size: 23px; }
 .map-provider strong { font-size: calc(14px * var(--font-scale)); }
 .map-provider span { font-size: 10px; }
 .map-provider i { display: none; }
 .location-destination { padding: 28px 23px; }
}
@media (max-width:760px) {
 .hero-points { display: grid; grid-template-columns: max-content max-content; gap: 6px 18px; }
 .hero-points span + span::before { content: none; }
}
/* Give the main navigation room and readable labels at every desktop width. */
.desktop-nav { font-size: calc(16px * var(--font-scale)); gap: 21px; }
.header-contact { font-size: calc(14px * var(--font-scale)); padding: 9px 18px; }
@media (min-width:761px) and (max-width:1100px) {
 .site-header { gap: 16px; }
 .desktop-nav { gap: 14px; font-size: calc(14px * var(--font-scale)); }
 .header-contact { font-size: 12px; padding: 8px 12px; }
}
@media (min-width:761px) and (max-width:900px) {
 .site-header { gap: 12px; }
 .brand img { width: 160px; }
 .desktop-nav { gap: 10px; }
}
@media (max-width:760px) {
 .header-contact { font-size: 11px; padding: 8px 12px; }
 .mobile-menu a { font-size: calc(17px * var(--font-scale)); padding: 10px 8px; }
}
/* Three commitments, presented as a single calm section. */
.philosophy { padding-top: 40px; margin-top: 48px; }
.philosophy-heading { margin-bottom: 28px; }
.philosophy-heading > p { font-size: 13px; color: var(--sky-deep); margin-bottom: 12px; }
.philosophy-heading h2 { font-size: calc(30px * var(--font-scale)); line-height: 1.5; }
.philosophy-lines { gap: 0; background: #f1f7fc; border: 1px solid #dfeaf3; border-radius: 26px; overflow: hidden; }
.philosophy-lines > p { padding: 32px 28px 36px; position: relative; font-size: calc(15px * var(--font-scale)); }
.philosophy-lines > p + p { border-left: 1px solid #d7e6f1; }
.philosophy-lines em { font: 500 34px/1.2 'Noto Sans KR',sans-serif; letter-spacing: -.04em; margin-bottom: 24px; }
.philosophy-lines em::after { content: ''; display: block; width: 24px; height: 4px; border-radius: 4px; background: var(--sun); margin-top: 17px; }
.philosophy-lines strong { font-size: calc(19px * var(--font-scale)); margin: 0 0 12px; }
.philosophy-lines > p > span { color: #526471; line-height: 1.85; }
@media (max-width:760px) {
 .philosophy { margin-top: 30px; padding-top: 30px; }
 .philosophy-heading h2 { font-size: calc(26px * var(--font-scale)); }
 .philosophy-lines > p { padding: 26px; }
 .philosophy-lines > p + p { border-left: 0; border-top: 1px solid #d7e6f1; }
 .philosophy-lines em { font-size: 30px; margin-bottom: 18px; }
}
.greeting-with-photos { display: grid; grid-template-columns: 1.3fr 1fr; gap: 42px; align-items: start; }
.greeting-photos { display: grid; gap: 24px; }
.greeting-photos img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 22px; }
.greeting-photos figcaption { margin-top: 10px; font-size: 12px; color: var(--muted); line-height: 1.7; }
@media (max-width:760px) { .greeting-with-photos { grid-template-columns: 1fr; gap: 24px; } .greeting-photos { gap: 20px; } }
.service-moments { margin-top: 36px; padding-top: 36px; border-top: 1px solid var(--line); }
.service-moments-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.service-moments-grid a { min-width: 0; }
.service-moments-grid img { width: 100%; height: 260px; object-fit: cover; object-position: center 32%; border-radius: 22px; }
.service-moments-grid h3 { font-size: 17px; margin: 16px 0 8px; }
.service-moments-grid span { font-size: 12px; color: var(--sky-deep); }
@media (max-width:760px) {
  .service-moments-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 86%;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
    scrollbar-width: thin;
    scrollbar-color: #a7c9e6 transparent;
  }
  .service-moments-grid > a { scroll-snap-align: start; }
  .service-moments-grid img { height: auto; aspect-ratio: 1 / 1; }
}

/* Homepage stories follow the service introduction. */
.home-moments { margin-top: 0; margin-bottom: 64px; padding-top: 32px; }
.home-moments > h2 { margin-bottom: 26px; font-size: calc(28px * var(--font-scale)); font-weight: 600; }
@media (max-width:760px) { .home-moments { margin-bottom: 42px; padding-top: 26px; } .home-moments > h2 { font-size: calc(25px * var(--font-scale)); margin-bottom: 22px; } }
