:root {
  --academy-ink: #282327;
  --academy-deep: #241f22;
  --academy-pink: #f00078;
  --academy-pink-dark: #b60059;
  --academy-pink-soft: #fff0f7;
  --academy-cream: #fffafd;
  --academy-paper: #ffffff;
  --academy-line: #eadde4;
  --academy-muted: #746970;
  --academy-shadow: 0 24px 70px rgba(126, 21, 73, .13);
  --primary: var(--academy-pink);
  --primary-dark: var(--academy-pink-dark);
  --primary-soft: var(--academy-pink-soft);
  --accent: var(--academy-pink);
  --text-main: var(--academy-ink);
  --text-sub: var(--academy-muted);
  --bg: #ffffff;
  --bg-soft: var(--academy-pink-soft);
  --bg-dark: var(--academy-deep);
  --border: var(--academy-line);
  --shadow-soft: 0 16px 44px rgba(84, 30, 57, .12);
  --header-height: 88px;
  --container: 1400px;
  --site-content-width: 1400px;
  --site-concept-accent: var(--academy-pink);
  --site-concept-accent-dark: var(--academy-pink-dark);
  --site-concept-surface: #ffffff;
  --site-concept-soft: var(--academy-pink-soft);
  --site-concept-title: var(--academy-ink);
  --site-concept-muted: var(--academy-muted);
  --site-concept-border: var(--academy-line);
  --site-concept-on-accent: #ffffff;
}

html { scroll-behavior: smooth; }
body { background: var(--academy-cream); color: var(--academy-ink); font-family: Pretendard, "Noto Sans KR", sans-serif; }
body :focus-visible { outline: 3px solid rgba(240, 0, 120, .85); outline-offset: 3px; }
.site-container { width: min(var(--site-content-width, 1400px), calc(100% - 64px)); }

/* Public shell is owned entirely by the academy theme. */
.academy-topbar .topbar__inner,
.academy-inner > .topbar .topbar__inner { display: flex; align-items: center; justify-content: space-between; }
.academy-header,
.academy-inner > .site-header { position: sticky; top: 0; z-index: 50; }
.academy-header .site-header__inner,
.academy-inner > .site-header .site-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.academy-logo,
.academy-inner .academy-logo { display: flex; min-width: 0; align-items: center; justify-self: start; }
.academy-logo img,
.academy-inner .academy-logo img { display: block; width: min(310px, calc(100vw - 112px)); height: auto; }
.academy-header .desktop-nav,
.academy-inner .desktop-nav { display: flex; align-items: center; justify-self: center; margin-left: 0; }
.academy-header .desktop-nav__item,
.academy-inner .desktop-nav__item { position: relative; }
.academy-header .desktop-submenu,
.academy-inner .desktop-submenu { position: absolute; left: 50%; z-index: 70; display: grid; visibility: hidden; opacity: 0; transform: translate(-50%, -8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.academy-header .desktop-nav__item:hover .desktop-submenu,
.academy-header .desktop-nav__item:focus-within .desktop-submenu,
.academy-inner .desktop-nav__item:hover .desktop-submenu,
.academy-inner .desktop-nav__item:focus-within .desktop-submenu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.academy-header__call,
.academy-inner .academy-header__call { justify-self: end; background: var(--academy-pink); }
.academy-header__call span,
.academy-inner .academy-header__call span { color: #ffffff; opacity: .78; }
.academy-header .mobile-menu-button,
.academy-inner .mobile-menu-button { justify-self: end; }


/* Shared academy header */
.academy-topbar,
body:not(.academy-home) > .topbar { display: block; height: 38px; background: var(--academy-pink); color: #fff; }
.academy-topbar .topbar__inner,
body:not(.academy-home) > .topbar .topbar__inner { height: 38px; }
.academy-topbar p,
body:not(.academy-home) > .topbar p { display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .8); font-size: 12px; font-weight: 600; letter-spacing: -.01em; }
.academy-topbar p span { width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255, 255, 255, .2); }
.academy-topbar .topbar__links,
body:not(.academy-home) > .topbar .topbar__links { display: flex; align-items: center; gap: 24px; }
.academy-topbar .topbar__links a,
body:not(.academy-home) > .topbar .topbar__links a { color: #fff; font-size: 12px; font-weight: 700; }

.academy-header,
body:not(.academy-home) > .site-header { height: 88px; border-bottom: 1px solid rgba(23, 52, 58, .09); background: rgba(255, 255, 255, .96); box-shadow: 0 8px 30px rgba(32, 65, 62, .05); backdrop-filter: blur(16px); }
.academy-header .site-header__inner,
body:not(.academy-home) > .site-header .site-header__inner { height: 88px; gap: 28px; }
.academy-logo,
body:not(.academy-home) .site-logo { min-width: 296px; gap: 12px; color: var(--academy-ink); }
.academy-logo .site-logo__mark,
body:not(.academy-home) .site-logo__mark { position: relative; display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; overflow: hidden; border-radius: 16px 16px 16px 5px; background: var(--academy-pink); color: var(--academy-deep); font-size: 23px; font-weight: 950; box-shadow: 0 9px 20px rgba(182, 138, 13, .2); }
.academy-logo .site-logo__mark::after,
body:not(.academy-home) .site-logo__mark::after { content: ""; position: absolute; right: 7px; bottom: 7px; width: 12px; height: 5px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; border-radius: 0 0 12px 0; opacity: .75; }
.academy-logo .site-logo__text,
body:not(.academy-home) .site-logo__text { gap: 4px; }
.academy-logo .site-logo__text strong,
body:not(.academy-home) .site-logo__text strong { color: var(--academy-ink); font-size: 18px; font-weight: 850; letter-spacing: -.045em; white-space: nowrap; }
.academy-logo .site-logo__text small,
body:not(.academy-home) .site-logo__text small { color: var(--academy-pink); font-size: 8px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }

.academy-header .desktop-nav,
body:not(.academy-home) .desktop-nav { align-self: stretch; gap: clamp(18px, 2vw, 38px); }
.academy-header .desktop-nav__item,
body:not(.academy-home) .desktop-nav__item { height: 100%; }
.academy-header .desktop-nav > a,
.academy-header .desktop-nav__item > a,
body:not(.academy-home) .desktop-nav > a,
body:not(.academy-home) .desktop-nav__item > a { position: relative; display: flex; height: 100%; align-items: center; padding: 0; color: #3d3439; font-size: 15px; font-weight: 750; letter-spacing: -.025em; white-space: nowrap; }
.academy-header .desktop-nav > a::after,
.academy-header .desktop-nav__item > a::after,
body:not(.academy-home) .desktop-nav > a::after,
body:not(.academy-home) .desktop-nav__item > a::after { content: ""; position: absolute; right: 50%; bottom: 18px; left: 50%; height: 3px; border-radius: 999px; background: var(--academy-pink); transition: right .22s ease, left .22s ease; }
.academy-header .desktop-nav > a:hover::after,
.academy-header .desktop-nav__item:hover > a::after,
body:not(.academy-home) .desktop-nav > a:hover::after,
body:not(.academy-home) .desktop-nav__item:hover > a::after,
body:not(.academy-home) .desktop-nav__item.is-active > a::after { right: 0; left: 0; }
.academy-header .desktop-submenu,
body:not(.academy-home) .desktop-submenu { top: calc(100% - 2px); min-width: 190px; padding: 12px; border: 1px solid rgba(240, 0, 120, .13); border-radius: 6px 6px 18px 18px; background: #fff; box-shadow: 0 22px 52px rgba(84, 30, 57, .16); }
.academy-header .desktop-submenu a,
body:not(.academy-home) .desktop-submenu a { padding: 11px 13px; border-radius: 9px; color: #62545c; font-size: 13px; font-weight: 650; }
.academy-header .desktop-submenu a:hover,
body:not(.academy-home) .desktop-submenu a:hover,
body:not(.academy-home) .desktop-submenu a.is-current { background: var(--academy-pink-soft); color: var(--academy-deep); }

.academy-header__call,
body:not(.academy-home) .academy-header__call { display: flex; min-width: 144px; height: 52px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 0 18px; border: 0; border-radius: 16px 16px 16px 5px; background: var(--academy-pink); color: #fff; box-shadow: 0 12px 28px rgba(177, 0, 86, .22); }
.academy-header__call span,
body:not(.academy-home) .academy-header__call span { color: #fff; font-size: 10px; font-weight: 800; opacity: .78; }
.academy-header__call strong,
body:not(.academy-home) .academy-header__call strong { margin-top: 2px; font-size: 14px; font-weight: 850; letter-spacing: .01em; }

.academy-header .mobile-menu-button,
body:not(.academy-home) .mobile-menu-button { display: none; width: 46px; height: 46px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 8px; border: 1px solid var(--academy-line); border-radius: 14px; background: #fff5f9; }
.academy-header .mobile-menu-button span,
body:not(.academy-home) .mobile-menu-button span { display: block; width: 21px; height: 2px; flex: 0 0 2px; margin: 0; border-radius: 99px; background: var(--academy-deep); transition: transform .2s ease, opacity .2s ease; }
.academy-header .mobile-menu-button.is-open span:nth-child(1),
body:not(.academy-home) .mobile-menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.academy-header .mobile-menu-button.is-open span:nth-child(2),
body:not(.academy-home) .mobile-menu-button.is-open span:nth-child(2) { opacity: 0; }
.academy-header .mobile-menu-button.is-open span:nth-child(3),
body:not(.academy-home) .mobile-menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.academy-header .mobile-nav,
body:not(.academy-home) .mobile-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 80; max-height: calc(100dvh - 104px); overflow-y: auto; padding: 14px 20px 110px; border-top: 1px solid var(--academy-line); background: #fff; box-shadow: 0 20px 45px rgba(40, 35, 39, .16); }
.academy-header .mobile-nav.is-open,
body:not(.academy-home) .mobile-nav.is-open { display: grid; }
.academy-header .mobile-nav__group,
body:not(.academy-home) .mobile-nav__group { padding: 17px 10px 7px; color: var(--academy-pink); font-size: 11px; font-weight: 850; }
body:not(.academy-home) .template-mobile-nav__section { display: grid; }
body:not(.academy-home) .template-mobile-nav__title { padding: 17px 10px 8px !important; border: 0 !important; color: var(--academy-pink) !important; font-size: 11px !important; font-weight: 850 !important; }
.academy-header [data-mobile-submenu],
body:not(.academy-home) .template-mobile-nav__children { display: grid; }
.academy-header .mobile-nav a,
body:not(.academy-home) .mobile-nav a { padding: 12px 13px; border-bottom: 1px solid #f4eaf0; color: var(--academy-ink); font-size: 13px; font-weight: 700; }
.academy-header .mobile-nav a:hover,
body:not(.academy-home) .mobile-nav a:hover,
body:not(.academy-home) .mobile-nav a.is-current { border-radius: 9px; background: var(--academy-pink-soft); }
.academy-header .mobile-nav__reservation,
body:not(.academy-home) .mobile-nav__reservation { margin-top: 14px; border: 0; border-radius: 12px; background: var(--academy-pink); color: var(--academy-deep); font-weight: 850; text-align: center; }

/* Home hero */
.academy-hero { position: relative; min-height: 704px; overflow: hidden; background: linear-gradient(115deg, #fffafd 0%, #fff2f8 58%, #ffe2f0 100%); }
.academy-hero::before { content: ""; position: absolute; top: -150px; right: -110px; width: 520px; height: 520px; border: 90px solid rgba(240, 0, 120, .22); border-radius: 50%; }
.academy-hero__pattern { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(240, 0, 120, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(240, 0, 120, .08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent 0, transparent 42%, #000 82%); }
.academy-hero__inner { position: relative; z-index: 1; display: grid; min-height: 704px; grid-template-columns: minmax(0, .92fr) minmax(480px, .9fr); align-items: center; gap: clamp(48px, 7vw, 110px); padding-top: 68px; padding-bottom: 68px; }
.academy-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--academy-pink); font-size: 13px; font-weight: 800; letter-spacing: -.01em; }
.academy-kicker span { display: inline-flex; height: 28px; align-items: center; padding: 0 11px; border-radius: 999px; background: var(--academy-pink); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.academy-hero h1 { margin: 0; color: var(--academy-ink); font-size: clamp(50px, 4.5vw, 76px); font-weight: 850; line-height: 1.08; letter-spacing: -.065em; }
.academy-hero h1 em { position: relative; z-index: 0; color: var(--academy-pink); font-style: normal; }
.academy-hero h1 em::after { content: none; }
.academy-hero__description { max-width: 590px; margin: 28px 0 0; color: #746970; font-size: 18px; font-weight: 500; line-height: 1.85; letter-spacing: -.025em; }
.academy-hero__actions { display: flex; gap: 12px; margin-top: 36px; }
.academy-button { display: inline-flex; min-width: 166px; height: 58px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; border-radius: 17px 17px 17px 5px; font-size: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.academy-button:hover { transform: translateY(-2px); }
.academy-button--primary { background: var(--academy-deep); color: #fff; box-shadow: 0 16px 32px rgba(40, 35, 39, .18); }
.academy-button--primary:hover { background: #151214; }
.academy-button--line { border-color: #d8c3cf; background: rgba(255, 255, 255, .7); color: var(--academy-deep); }
.academy-button--line:hover { border-color: var(--academy-pink); background: #fff; }
.academy-hero__facts { display: flex; gap: 0; margin: 42px 0 0; padding: 0; list-style: none; }
.academy-hero__facts li { display: flex; min-width: 128px; flex-direction: column; padding: 0 25px; border-left: 1px solid #eadde4; }
.academy-hero__facts li:first-child { padding-left: 0; border-left: 0; }
.academy-hero__facts strong { color: var(--academy-deep); font-size: 20px; font-weight: 900; }
.academy-hero__facts span { margin-top: 4px; color: var(--academy-muted); font-size: 11px; font-weight: 650; }

.academy-hero__visual { position: relative; min-height: 530px; }
.academy-hero__photo { position: absolute; inset: 8px 0 22px 42px; overflow: hidden; border: 12px solid #fff; border-radius: 54px 54px 54px 14px; background: #f2e5ec; box-shadow: var(--academy-shadow); transform: rotate(1.2deg); }
.academy-hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(64, 0, 31, .24)); }
.academy-hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.academy-hero__badge { position: absolute; z-index: 2; bottom: 0; left: 0; display: flex; width: 260px; min-height: 92px; align-items: center; gap: 14px; padding: 18px 20px; border: 1px solid rgba(240, 0, 120, .14); border-radius: 22px 22px 22px 7px; background: rgba(255, 255, 255, .95); box-shadow: 0 18px 42px rgba(84, 30, 57, .18); backdrop-filter: blur(14px); }
.academy-hero__badge > span { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 14px 14px 14px 5px; background: var(--academy-pink); color: #fff; font-size: 12px; font-weight: 900; }
.academy-hero__badge p { margin: 0; color: #746970; font-size: 12px; font-weight: 650; line-height: 1.55; }
.academy-hero__badge b { display: block; color: var(--academy-ink); font-size: 15px; font-weight: 850; }
.academy-hero__smile { position: absolute; z-index: 2; top: -4px; right: -10px; display: grid; width: 112px; height: 112px; place-items: center; border-radius: 50%; background: var(--academy-pink); box-shadow: 0 15px 35px rgba(169, 127, 10, .2); }
.academy-hero__smile::before,
.academy-hero__smile::after { content: ""; position: absolute; top: 37px; width: 7px; height: 7px; border-radius: 50%; background: var(--academy-deep); }
.academy-hero__smile::before { left: 34px; }
.academy-hero__smile::after { right: 34px; }
.academy-hero__smile span { width: 48px; height: 24px; margin-top: 28px; border-bottom: 5px solid var(--academy-deep); border-radius: 0 0 50px 50px; }

/* Quick paths */
.academy-quick { position: relative; z-index: 2; margin-top: -1px; padding: 0 0 34px; background: #fff; }
.academy-quick__grid { display: grid; grid-template-columns: repeat(3, 1fr); transform: translateY(-24px); box-shadow: 0 22px 55px rgba(84, 30, 57, .1); }
.academy-quick__grid a { display: grid; min-height: 122px; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 28px 32px; border: 1px solid #eadde4; border-right: 0; background: #fff; color: var(--academy-ink); }
.academy-quick__grid a:first-child { border-radius: 24px 0 0 8px; }
.academy-quick__grid a:last-child { border-right: 1px solid #eadde4; border-radius: 0 24px 8px 0; }
.academy-quick__grid a:hover { position: relative; z-index: 1; border-color: var(--academy-pink); background: var(--academy-pink-soft); }
.academy-quick__grid a > span { color: var(--academy-pink); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.academy-quick__grid strong { display: block; font-size: 17px; font-weight: 850; letter-spacing: -.035em; }
.academy-quick__grid small { display: block; margin-top: 7px; color: var(--academy-muted); font-size: 12px; line-height: 1.5; }
.academy-quick__grid i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #fff0f7; color: var(--academy-pink); font-size: 15px; font-style: normal; }

/* Home sections */
.academy-section { padding: 112px 0; }
.academy-heading { display: grid; grid-template-columns: 1fr minmax(300px, 480px); align-items: end; gap: 50px; margin-bottom: 46px; }
.academy-heading p { margin: 0; }
.academy-heading > div > p { margin-bottom: 10px; color: var(--academy-pink); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.academy-heading h2 { margin: 0; color: var(--academy-ink); font-size: clamp(35px, 3vw, 50px); font-weight: 850; line-height: 1.18; letter-spacing: -.055em; }
.academy-heading > p { color: var(--academy-muted); font-size: 16px; line-height: 1.75; letter-spacing: -.02em; }

.academy-courses { background: #fff; }
.academy-course-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.academy-course-card { position: relative; min-height: 348px; overflow: hidden; padding: 36px 38px 34px; border: 1px solid var(--academy-line); border-radius: 28px 28px 28px 8px; background: #fffafd; color: var(--academy-ink); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.academy-course-card:hover { border-color: var(--academy-pink); box-shadow: 0 22px 52px rgba(126, 21, 73, .11); transform: translateY(-5px); }
.academy-course-card > div:first-child { display: flex; align-items: center; justify-content: space-between; }
.academy-course-card > div:first-child span { color: var(--academy-pink); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.academy-course-card > div:first-child b { color: #d8e2de; font-size: 32px; font-weight: 950; }
.academy-course-card h3 { margin: 20px 0 12px; font-size: 29px; font-weight: 850; letter-spacing: -.05em; }
.academy-course-card > p { max-width: 500px; margin: 0; color: var(--academy-muted); font-size: 15px; line-height: 1.7; }
.academy-course-card dl { display: grid; grid-template-columns: 1fr 1.35fr; gap: 1px; margin: 27px 0 0; overflow: hidden; border: 1px solid #eadde4; border-radius: 13px; background: #eadde4; }
.academy-course-card dl div { padding: 13px 15px; background: #fff; }
.academy-course-card dt { color: #849390; font-size: 10px; font-weight: 750; }
.academy-course-card dd { margin: 5px 0 0; color: var(--academy-ink); font-size: 13px; font-weight: 800; }
.academy-course-card em { display: flex; align-items: center; justify-content: space-between; margin-top: 25px; color: var(--academy-pink); font-size: 13px; font-style: normal; font-weight: 850; }
.academy-course-card em i { font-size: 19px; font-style: normal; transition: transform .2s ease; }
.academy-course-card:hover em i { transform: translateX(4px); }
.academy-course-card--featured { border-color: var(--academy-pink); background: linear-gradient(145deg, #fff0f7, #fff8fb); }
.academy-course-card--featured::after { content: "추천"; position: absolute; top: 0; right: 78px; padding: 7px 13px 8px; border-radius: 0 0 9px 9px; background: var(--academy-pink); color: #fff; font-size: 10px; font-weight: 900; }
.academy-story { background: var(--academy-cream); }
.academy-story__grid { display: grid; grid-template-columns: 1.02fr .92fr; align-items: center; gap: clamp(55px, 8vw, 120px); }
.academy-story__media { position: relative; display: grid; height: 590px; grid-template-columns: 1.28fr .72fr; grid-template-rows: 1fr 1fr; gap: 10px; overflow: hidden; padding: 10px; border-radius: 10px 60px 10px 60px; background: #fff; box-shadow: var(--academy-shadow); }
.academy-story__shot { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 8px 24px 8px 24px; background: #f2e5ec; }
.academy-story__shot--main { grid-row: 1 / span 2; border-radius: 6px 34px 6px 34px; }
.academy-story__shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(64, 0, 31, .5)); }
.academy-story__shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.academy-story__shot--main img { object-position: center 68%; }
.academy-story__shot:hover img { transform: scale(1.025); }
.academy-story__shot figcaption { position: absolute; z-index: 1; right: 18px; bottom: 16px; left: 18px; color: #fff; font-size: 11px; font-weight: 850; line-height: 1.4; letter-spacing: -.02em; text-shadow: 0 2px 12px rgba(20, 0, 10, .45); }
.academy-story__copy h2 { margin: 0; font-size: clamp(35px, 3.4vw, 51px); font-weight: 850; line-height: 1.24; letter-spacing: -.055em; }
.academy-story__copy > p:not(.academy-kicker) { margin: 24px 0 0; color: var(--academy-muted); font-size: 16px; line-height: 1.8; }
.academy-steps { display: grid; margin: 34px 0 28px; padding: 0; list-style: none; }
.academy-steps li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 16px; padding: 17px 0; border-top: 1px solid var(--academy-line); }
.academy-steps li:last-child { border-bottom: 1px solid var(--academy-line); }
.academy-steps li > span { color: var(--academy-pink); font-size: 11px; font-weight: 900; }
.academy-steps strong { display: block; font-size: 16px; font-weight: 850; }
.academy-steps small { display: block; margin-top: 5px; color: var(--academy-muted); font-size: 12px; }
.academy-text-link { display: inline-flex; align-items: center; gap: 18px; color: var(--academy-deep); font-size: 14px; font-weight: 850; }
.academy-text-link span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--academy-pink); transition: transform .2s ease; }
.academy-text-link:hover span { transform: translateX(4px); }

.academy-notices { background: #fff; }
.academy-notices__grid { display: grid; grid-template-columns: minmax(240px, .6fr) minmax(0, 1.4fr); gap: clamp(50px, 8vw, 120px); }
.academy-heading--stacked { display: block; margin: 0; }
.academy-heading--stacked > p { margin-top: 22px; }
.academy-heading--stacked .academy-text-link { margin-top: 30px; }
.academy-notice-list { display: grid; border-top: 2px solid var(--academy-deep); }
.academy-notice-list .home-notice-item { border-bottom: 1px solid var(--academy-line); }
.academy-notice-list .home-notice-item summary { display: grid; min-height: 74px; grid-template-columns: 74px 1fr auto 28px; align-items: center; gap: 15px; padding: 0 8px; color: var(--academy-ink); cursor: pointer; }
.academy-notice-list .home-notice-item summary::marker { display: none; }
.academy-notice-list .home-notice-item summary strong { font-size: 14px; font-weight: 750; }
.academy-notice-list .home-notice-item summary time { color: #889895; font-size: 11px; }
.academy-notice-list .home-notice-badge,
.academy-notice-list .home-notice-number { display: inline-flex; width: max-content; min-width: 46px; height: 25px; align-items: center; justify-content: center; border-radius: 99px; background: var(--academy-pink-soft); color: var(--academy-deep); font-size: 9px; font-weight: 900; }
.academy-notice-list .home-notice-item summary i { position: relative; width: 26px; height: 26px; border-radius: 50%; background: #fff0f7; }
.academy-notice-list .home-notice-item summary i::before,
.academy-notice-list .home-notice-item summary i::after { content: ""; position: absolute; top: 12px; left: 8px; width: 10px; height: 2px; background: var(--academy-pink); }
.academy-notice-list .home-notice-item summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.academy-notice-list .home-notice-item[open] summary i::after { transform: rotate(0); }
.academy-notice-list .home-notice-item > div { padding: 0 82px 24px; color: var(--academy-muted); font-size: 13px; line-height: 1.75; }
.academy-notice-list .home-notice-empty { padding: 45px 20px; border-bottom: 1px solid var(--academy-line); color: var(--academy-muted); text-align: center; }

.academy-contact { position: relative; overflow: hidden; padding: 90px 0; border-top: 1px solid #eee6ea; background: linear-gradient(125deg, #f3f1f2 0%, #faf8f9 54%, #fff0f7 100%); color: var(--academy-ink); }
.academy-contact::before { content: "스마일"; position: absolute; top: -45px; right: -15px; color: rgba(240, 0, 120, .055); font-size: clamp(150px, 22vw, 360px); font-weight: 950; line-height: 1; letter-spacing: -.08em; }
.academy-contact__grid { position: relative; display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 90px; }
.academy-contact__copy > p { margin: 0 0 14px; color: var(--academy-pink); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.academy-contact__copy h2 { margin: 0; color: var(--academy-ink); font-size: clamp(35px, 3.2vw, 52px); font-weight: 850; line-height: 1.22; letter-spacing: -.055em; }
.academy-contact__copy > a { display: block; width: max-content; margin-top: 27px; color: var(--academy-pink); font-size: clamp(32px, 3.2vw, 50px); font-weight: 900; letter-spacing: -.035em; }
.academy-contact__copy > span { display: block; max-width: 520px; margin-top: 14px; color: var(--academy-muted); font-size: 13px; line-height: 1.7; }
.academy-contact__info { padding: 36px 38px; border: 1px solid #e6dce1; border-radius: 30px 30px 30px 8px; background: rgba(255, 255, 255, .88); box-shadow: 0 22px 55px rgba(90, 44, 66, .1); backdrop-filter: blur(10px); }
.academy-contact__info small { color: var(--academy-pink); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.academy-contact__info strong { display: block; margin-top: 14px; color: var(--academy-ink); font-size: 23px; font-weight: 800; line-height: 1.45; letter-spacing: -.035em; }
.academy-contact__info p { margin: 12px 0 24px; color: var(--academy-muted); font-size: 12px; line-height: 1.6; }
.academy-contact__info > a { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--academy-line); color: var(--academy-ink); font-size: 13px; font-weight: 800; }
.academy-contact__info > a span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--academy-pink); color: #fff; }

/* Footer shared by home and inner pages */
.academy-footer,
body:not(.academy-home) > .site-footer { padding: 54px 0 26px; border-top: 1px solid #ded7db; background: #ece9eb; color: var(--academy-ink); }
html[class*="site-concept-"] body .site-footer.academy-footer { border-top: 1px solid #ded7db; background: #ece9eb; color: var(--academy-ink); }
.academy-footer .site-footer__inner,
body:not(.academy-home) > .site-footer .site-footer__inner { align-items: flex-start; padding: 0; }
.academy-footer__logo,
body:not(.academy-home) .academy-footer__logo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--academy-ink); }
.academy-footer__logo img,
body:not(.academy-home) .academy-footer__logo img { display: block; width: clamp(210px, 18vw, 270px); height: auto; }
.academy-footer__details,
body:not(.academy-home) .academy-footer__details { max-width:760px; margin:0; display:flex; flex-wrap:wrap; gap:6px 20px; color:#746970; font-size:12px; line-height:1.55; }
.academy-footer__details > div,
body:not(.academy-home) .academy-footer__details > div { display:flex; min-width:0; gap:7px; }
.academy-footer__details > div.is-wide,
body:not(.academy-home) .academy-footer__details > div.is-wide { flex-basis:100%; }
.academy-footer__details dt,
body:not(.academy-home) .academy-footer__details dt { flex:0 0 auto; color:#8b7f86; font-weight:700; }
.academy-footer__details dd,
body:not(.academy-home) .academy-footer__details dd { min-width:0; margin:0; color:#554a50; font-weight:600; }
.academy-footer__details a,
body:not(.academy-home) .academy-footer__details a { color:inherit; text-decoration:none; }
.academy-footer__details a:hover,
body:not(.academy-home) .academy-footer__details a:hover { color:var(--academy-pink); text-decoration:underline; text-underline-offset:3px; }
.academy-footer p,
body:not(.academy-home) > .site-footer p { margin: 4px 0 0; color: #746970; font-size: 12px; line-height: 1.55; }
.academy-footer .site-footer__links,
body:not(.academy-home) > .site-footer .site-footer__links { gap: 26px; }
.academy-footer .site-footer__links a,
body:not(.academy-home) > .site-footer .site-footer__links a { color: #554a50; font-size: 12px; font-weight: 650; }
.academy-footer .site-footer__copyright,
body:not(.academy-home) > .site-footer .site-footer__copyright { margin-top: 34px; padding-top: 20px; border-top: 1px solid #d7cfd3; color: #8b7f86; font-size: 10px; }

/* Inner page shell */
body:not(.academy-home) { background: #fffef9; }
body:not(.academy-home) main { min-height: 60vh; }
body:not(.academy-home) .sub-visual { position: relative; height: 260px; min-height: 260px; overflow: hidden; border-bottom: 1px solid #f0dbe5; background: linear-gradient(122deg, #fffafd 0%, #ffedf6 58%, #ffddea 100%); }
body:not(.academy-home) .sub-visual::before { content: ""; position: absolute; top: -220px; right: 5vw; width: 470px; height: 470px; border: 85px solid rgba(240, 0, 120, .09); border-radius: 50%; }
body:not(.academy-home) .sub-visual::after { content: "스마일"; position: absolute; right: max(32px, calc((100% - var(--site-content-width, 1400px))/2)); bottom: -30px; color: rgba(240, 0, 120, .07); font-size: 130px; font-weight: 950; line-height: 1; letter-spacing: -.06em; }
body.academy-inner .sub-visual .site-container { position: relative; z-index: 1; display: flex; width: min(var(--site-content-width, 1400px), calc(100% - 64px)); height: 100%; margin-inline: auto; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
body:not(.academy-home) .sub-visual p { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 15px; color: var(--academy-pink); font-size: 12px; font-weight: 850; letter-spacing: -.01em; }
body:not(.academy-home) .sub-visual p::before { content: ""; width: 23px; height: 2px; border-radius: 99px; background: var(--academy-pink); }
body:not(.academy-home) .sub-visual h1 { margin: 0; color: var(--academy-ink); font-size: clamp(42px, 4vw, 62px); font-weight: 850; line-height: 1.15; letter-spacing: -.06em; }
body:not(.academy-home) .sub-nav { min-height: 76px; border-bottom: 1px solid var(--academy-line); background: rgba(255, 255, 255, .96); box-shadow: 0 12px 32px rgba(24, 63, 61, .06); }
body.academy-inner .sub-nav .site-container { display: flex; width: min(var(--site-content-width, 1400px), calc(100% - 64px)); min-height: 76px; margin-inline: auto; align-items: stretch; justify-content: center; gap: 5px; padding: 10px 0; }
body:not(.academy-home) .sub-nav a { display: flex; min-width: 154px; align-items: center; justify-content: center; padding: 0 22px; border: 0; border-radius: 12px; background: transparent; color: #6b5d65; font-size: 13px; font-weight: 700; white-space: nowrap; }
body:not(.academy-home) .sub-nav a:hover { background: #fff3f8; color: var(--academy-pink); }
body:not(.academy-home) .sub-nav a.is-active { background: var(--academy-pink); color: #fff; box-shadow: 0 8px 20px rgba(177, 0, 86, .2); }

/* Compact desktop submenu row */
@media (min-width: 901px) {
  body:not(.academy-home) .sub-nav { min-height: 64px; }
  body.academy-inner .sub-nav .site-container { min-height: 64px; padding: 6px 0; }
  body:not(.academy-home) .sub-nav a { min-height: 52px; }
}
body:not(.academy-home) .template-content { padding-top: 78px; padding-bottom: 110px; }
body:not(.academy-home) .dynamic-board__header small { color: var(--academy-pink); }

/* Floating quick access */
.hospital-floating-menu { --floating-accent: var(--academy-pink); border-color: rgba(40, 35, 39, .12); box-shadow: 0 18px 45px rgba(40, 35, 39, .2); }
.hospital-floating-menu__item { color: var(--academy-deep); }
.hospital-floating-menu__item:hover { background: var(--academy-pink-soft); color: var(--academy-pink-dark); }
.hospital-floating-menu__item.is-emphasis { background: var(--academy-pink); color: #fff; }
.hospital-floating-menu__icon svg { stroke-width: 1.8; }

@media (max-width: 1240px) {
  .academy-logo,
  body:not(.academy-home) .site-logo { min-width: 238px; }
  .academy-logo .site-logo__text strong,
  body:not(.academy-home) .site-logo__text strong { font-size: 15px; }
  .academy-logo .site-logo__text small,
  body:not(.academy-home) .site-logo__text small { display: none; }
  .academy-header .desktop-nav,
  body:not(.academy-home) .desktop-nav { gap: 18px; }
  .academy-header .desktop-nav > a,
  .academy-header .desktop-nav__item > a,
  body:not(.academy-home) .desktop-nav > a,
  body:not(.academy-home) .desktop-nav__item > a { font-size: 13px; }
  .academy-header__call,
  body:not(.academy-home) .academy-header__call { min-width: 112px; padding: 0 14px; }
  .academy-header__call strong,
  body:not(.academy-home) .academy-header__call strong { font-size: 12px; }
  .academy-hero__inner { grid-template-columns: minmax(0, .9fr) minmax(420px, .8fr); gap: 45px; }
  .academy-hero h1 { font-size: 56px; }
}

@media (max-width: 1040px) {
  .academy-header .site-header__inner,
  .academy-inner > .site-header .site-header__inner { display: flex; }
  .site-container { width: min(var(--site-content-width, 1400px), calc(100% - 40px)); }
  .academy-header .desktop-nav,
  .academy-header__call,
  body:not(.academy-home) .desktop-nav,
  body:not(.academy-home) .academy-header__call { display: none; }
  .academy-header .mobile-menu-button,
  body:not(.academy-home) .mobile-menu-button { display: flex; margin-left: auto; }
  .academy-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); }
  .academy-hero h1 { font-size: 49px; }
  .academy-hero__facts li { min-width: 112px; padding: 0 17px; }
  .academy-quick__grid a { padding: 24px 20px; }
  .academy-quick__grid small { display: none; }
}

@media (max-width: 760px) {
  .site-container { width: calc(100% - 32px); }
  .academy-topbar,
  body:not(.academy-home) > .topbar { height: 32px; }
  .academy-topbar .topbar__inner,
  body:not(.academy-home) > .topbar .topbar__inner { height: 32px; }
  .academy-topbar p,
  body:not(.academy-home) > .topbar p { font-size: 10px; }
  .academy-topbar .topbar__links a:first-child,
  body:not(.academy-home) > .topbar .topbar__links a:first-child { display: none; }
  .academy-topbar .topbar__links a,
  body:not(.academy-home) > .topbar .topbar__links a { font-size: 10px; }
  .academy-header,
  body:not(.academy-home) > .site-header { height: 72px; }
  .academy-header .site-header__inner,
  body:not(.academy-home) > .site-header .site-header__inner { height: 72px; }
  .academy-logo,
  body:not(.academy-home) .site-logo { min-width: 0; gap: 9px; }
  .academy-logo .site-logo__mark,
  body:not(.academy-home) .site-logo__mark { width: 40px; height: 40px; flex-basis: 40px; border-radius: 13px 13px 13px 4px; font-size: 19px; }
  .academy-logo .site-logo__text strong,
  body:not(.academy-home) .site-logo__text strong { font-size: 14px; }
  .academy-header .mobile-menu-button,
  body:not(.academy-home) .mobile-menu-button { width: 42px; height: 42px; }
  .academy-header .mobile-nav,
  body:not(.academy-home) .mobile-nav { top: 72px; max-height: calc(100dvh - 72px); padding-bottom: 110px; }

  .academy-hero { min-height: 0; }
  .academy-hero::before { top: -100px; right: -130px; width: 340px; height: 340px; border-width: 55px; }
  .academy-hero__pattern { opacity: .18; background-size: 44px 44px; mask-image: linear-gradient(180deg, transparent, #000); }
  .academy-hero__inner { display: flex; min-height: 0; flex-direction: column; gap: 40px; padding-top: 58px; padding-bottom: 55px; }
  .academy-hero__copy { width: 100%; }
  .academy-kicker { margin-bottom: 18px; font-size: 11px; }
  .academy-hero h1 { font-size: clamp(32px, 9.5vw, 46px); line-height: 1.09; }
  .academy-hero h1 em::after { bottom: 4px; height: 12px; }
  .academy-hero__description { margin-top: 20px; font-size: 15px; line-height: 1.75; }
  .academy-hero__actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; }
  .academy-button { min-width: 0; height: 54px; padding: 0 14px; font-size: 13px; }
  .academy-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
  .academy-hero__facts li { min-width: 0; padding: 0 10px; }
  .academy-hero__facts strong { font-size: 16px; }
  .academy-hero__facts span { font-size: 9px; line-height: 1.4; }
  .academy-hero__visual { width: 100%; min-height: 380px; }
  .academy-hero__photo { inset: 0 8px 20px 24px; border-width: 8px; border-radius: 34px 34px 34px 10px; transform: rotate(1deg); }
  .academy-hero__badge { bottom: 0; width: 218px; min-height: 76px; padding: 13px 15px; border-radius: 17px 17px 17px 6px; }
  .academy-hero__badge > span { width: 36px; height: 36px; flex-basis: 36px; }
  .academy-hero__badge b { font-size: 13px; }
  .academy-hero__badge p { font-size: 10px; }
  .academy-hero__smile { top: -20px; right: -4px; width: 80px; height: 80px; }
  .academy-hero__smile::before,
  .academy-hero__smile::after { top: 27px; width: 5px; height: 5px; }
  .academy-hero__smile::before { left: 25px; }
  .academy-hero__smile::after { right: 25px; }
  .academy-hero__smile span { width: 35px; height: 17px; margin-top: 20px; border-bottom-width: 4px; }

  .academy-quick { padding-bottom: 12px; }
  .academy-quick__grid { display: grid; grid-template-columns: 1fr; transform: translateY(-12px); box-shadow: 0 18px 45px rgba(84, 30, 57, .09); }
  .academy-quick__grid a { min-height: 82px; padding: 17px 18px; border-right: 1px solid #eadde4; border-bottom: 0; }
  .academy-quick__grid a:first-child { border-radius: 18px 18px 0 0; }
  .academy-quick__grid a:last-child { border-bottom: 1px solid #eadde4; border-radius: 0 0 18px 6px; }
  .academy-quick__grid small { display: block; margin-top: 3px; font-size: 10px; }
  .academy-quick__grid strong { font-size: 14px; }

  .academy-section { padding: 76px 0; }
  .academy-heading { display: block; margin-bottom: 30px; }
  .academy-heading h2 { font-size: 34px; }
  .academy-heading > p { margin-top: 16px; font-size: 14px; }
  .academy-course-grid { grid-template-columns: 1fr; gap: 12px; }
  .academy-course-card { min-height: 0; padding: 27px 24px 25px; border-radius: 21px 21px 21px 7px; }
  .academy-course-card h3 { margin-top: 14px; font-size: 24px; }
  .academy-course-card > p { font-size: 13px; }
  .academy-course-card dl { margin-top: 21px; }
  .academy-course-card dl div { padding: 11px; }
  .academy-course-card dd { font-size: 11px; }
  .academy-course-card em { margin-top: 20px; }

  .academy-story__grid { display: flex; flex-direction: column; gap: 48px; }
  .academy-story__media { width: 100%; height: 340px; border-radius: 7px 38px 7px 38px; }
  .academy-story__media { grid-template-columns: 1fr 1fr; grid-template-rows: 1.35fr .75fr; gap: 7px; padding: 7px; }
  .academy-story__shot--main { grid-column: 1 / span 2; grid-row: 1; border-radius: 5px 26px 5px 20px; }
  .academy-story__shot figcaption { right: 12px; bottom: 10px; left: 12px; font-size: 9px; }
  .academy-story__copy h2 { font-size: 34px; }
  .academy-story__copy > p:not(.academy-kicker) { font-size: 14px; }
  .academy-steps li { padding: 14px 0; }
  .academy-steps strong { font-size: 14px; }
  .academy-steps small { font-size: 10px; }

  .academy-notices__grid { grid-template-columns: 1fr; gap: 42px; }
  .academy-notice-list .home-notice-item summary { min-height: 66px; grid-template-columns: 52px minmax(0, 1fr) 24px; gap: 10px; padding: 0; }
  .academy-notice-list .home-notice-item summary time { display: none; }
  .academy-notice-list .home-notice-item summary strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .academy-notice-list .home-notice-item > div { padding: 0 0 20px 62px; font-size: 12px; }

  .academy-contact { padding: 72px 0; }
  .academy-contact__grid { grid-template-columns: 1fr; gap: 42px; }
  .academy-contact__copy h2 { font-size: 36px; }
  .academy-contact__copy > a { font-size: 33px; }
  .academy-contact__info { padding: 27px 24px; border-radius: 22px 22px 22px 7px; }
  .academy-contact__info strong { font-size: 19px; }

  .academy-footer,
  body:not(.academy-home) > .site-footer { padding-top: 42px; padding-bottom: 95px; }
  .academy-footer .site-footer__inner,
  body:not(.academy-home) > .site-footer .site-footer__inner { display: block; }
  .academy-footer .site-footer__links,
  body:not(.academy-home) > .site-footer .site-footer__links { margin-top: 25px; }
  .academy-footer__logo img,
  body:not(.academy-home) .academy-footer__logo img { width: 220px; }
  .academy-footer__details,
  body:not(.academy-home) .academy-footer__details { display:grid; gap:5px; }
  .academy-footer__details > div,
  body:not(.academy-home) .academy-footer__details > div { display:grid; grid-template-columns:58px minmax(0,1fr); gap:8px; }

  body:not(.academy-home) .sub-visual { height: 190px; min-height: 190px; }
  body:not(.academy-home) .sub-visual::before { top: -120px; right: -110px; width: 300px; height: 300px; border-width: 50px; }
  body:not(.academy-home) .sub-visual::after { right: 16px; bottom: -10px; font-size: 72px; }
  body:not(.academy-home) .sub-visual h1 { font-size: 37px; }
  body:not(.academy-home) .sub-nav { min-height: 58px; }
  body.academy-inner .sub-nav .site-container { width: 100%; min-height: 58px; gap: 5px; padding: 7px 12px; justify-content: flex-start; overflow-x: auto; }
  body:not(.academy-home) .sub-nav a { min-width: max-content; padding: 0 17px; border-radius: 9px; font-size: 11px; }
  body:not(.academy-home) .template-content { width: calc(100% - 28px); padding-top: 48px; padding-bottom: 78px; }
}

@media (max-width: 420px) {
  .academy-topbar p { max-width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .academy-logo .site-logo__text strong,
  body:not(.academy-home) .site-logo__text strong { font-size: 12px; }
  .academy-hero__facts span { font-size: 8px; }
  .academy-hero__visual { min-height: 325px; }
  .academy-story__media { height: 290px; }
  .academy-course-card dl { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .academy-button,
  .academy-course-card,
  .academy-text-link span,
  .academy-course-card em i { transition: none; }
}
