.topbar {
  min-height: 32px;
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
}

.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: var(--topbar-h);
}

.topbar__tag { margin: 0; }
.topbar__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.topbar__link { color: rgba(255, 255, 255, 0.85); }
.topbar__kakao { color: var(--brass-400); font-weight: 700; }
.topbar .is-placeholder { opacity: 0.85; }

button.topbar__link,
button.footer__kakao,
button.text-kakao {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button.topbar__link:hover,
button.footer__kakao:hover,
button.text-kakao:hover {
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  overflow: visible;
}

body.menu-open .site-header {
  z-index: 4000;
}

.site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(16, 26, 43, 0.06);
}

.header__inner,
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 12px;
  flex-wrap: nowrap;
}

a.logo,
a.logo:link,
a.logo:visited,
a.logo:hover,
a.logo:focus,
a.logo:focus-visible,
a.logo:active,
.logo,
.logo:link,
.logo:visited,
.logo:hover,
.logo:focus,
.logo:focus-visible,
.logo:active {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #762687;
  text-decoration: none;
  background: none;
  background-color: transparent;
  box-shadow: none;
  filter: none;
  opacity: 1;
  transform: none;
  outline: none;
  cursor: pointer;
  min-width: 0;
  flex: 0 0 auto;
  -webkit-tap-highlight-color: transparent;
}

a.logo svg,
a.logo svg *,
a.logo:link svg,
a.logo:link svg *,
a.logo:visited svg,
a.logo:visited svg *,
a.logo:hover svg,
a.logo:hover svg *,
a.logo:focus svg,
a.logo:focus svg *,
a.logo:focus-visible svg,
a.logo:focus-visible svg *,
a.logo:active svg,
a.logo:active svg *,
.logo svg,
.logo svg *,
.logo:hover svg,
.logo:hover svg *,
.logo:focus svg,
.logo:focus svg *,
.logo:focus-visible svg,
.logo:focus-visible svg *,
.logo:active svg,
.logo:active svg * {
  fill: #762687;
  stroke: none;
  color: #762687;
  filter: none;
  opacity: 1;
  transform: none;
}

.logo img,
.logo:hover img,
.logo:focus img,
.logo:active img {
  filter: none;
  opacity: 1;
  transform: none;
}

.logo__mark {
  flex: 0 0 auto;
  width: 42px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo__mark img,
.logo__mark svg {
  width: 42px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.logo__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-width: 0;
}

.logo__name-ko,
.logo__text strong,
a.logo:link .logo__name-ko,
a.logo:visited .logo__name-ko,
a.logo:hover .logo__name-ko,
a.logo:focus .logo__name-ko,
a.logo:focus-visible .logo__name-ko,
a.logo:active .logo__name-ko,
.logo:hover .logo__name-ko,
.logo:hover .logo__text strong,
.logo:focus .logo__name-ko,
.logo:focus-visible .logo__name-ko,
.logo:active .logo__name-ko {
  font-style: normal;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #762687;
  white-space: nowrap;
}

.logo__name-en,
.logo__text em,
a.logo:link .logo__name-en,
a.logo:visited .logo__name-en,
a.logo:hover .logo__name-en,
a.logo:focus .logo__name-en,
a.logo:focus-visible .logo__name-en,
a.logo:active .logo__name-en,
.logo:hover .logo__name-en,
.logo:hover .logo__text em,
.logo:focus .logo__name-en,
.logo:focus-visible .logo__name-en,
.logo:active .logo__name-en {
  font-family: var(--font-en);
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #762687;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  min-width: 0;
  flex: 1 1 auto;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 28px;
  flex-wrap: nowrap;
  min-width: 0;
  align-items: center;
}

.nav-item { position: relative; }

.nav-link,
.site-nav__link {
  background: none;
  border: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #27212b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  word-break: keep-all;
  font-family: inherit;
  text-decoration: none;
}

.nav-item.is-active > .nav-link,
.nav-link:hover,
.nav-link:focus-visible {
  color: var(--eeum-purple);
}

.nav-item.is-active > .nav-link {
  box-shadow: inset 0 -2px 0 var(--eeum-purple);
}

.site-nav__contact {
  min-width: 98px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #762687;
  border-radius: 10px;
  background: #762687;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
  box-shadow: none;
  flex: 0 0 auto;
  white-space: nowrap;
  box-sizing: border-box;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.site-nav__contact:hover {
  border-color: #5c1d69;
  background: #5c1d69;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.site-nav__contact.is-active,
.site-nav__contact[aria-current="page"] {
  border-color: #5c1d69;
  background: #5c1d69;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  width: 308px;
  min-width: 290px;
  max-width: min(320px, calc(100vw - 24px));
  background: #fff;
  border: 1px solid var(--eeum-line);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(16, 26, 43, 0.10);
  list-style: none;
  padding: 12px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.sub-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.nav-item.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.sub-menu > li { margin: 0; }
.sub-menu > li + li { margin-top: 4px; }

.sub-link,
.sub-dir,
.sub-plain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 12px 16px;
  min-height: 64px;
  border-radius: 12px;
  color: var(--eeum-ink);
  font-weight: 700;
  text-decoration: none;
}

.sub-link:hover,
.sub-dir:hover,
.sub-plain:hover {
  background: var(--eeum-lavender);
  text-decoration: none;
  color: var(--eeum-purple);
}

.sub-link.is-current,
.sub-dir.is-current,
.sub-plain.is-current {
  background: var(--purple-100);
  box-shadow: inset 3px 0 0 var(--eeum-purple);
  color: var(--eeum-purple);
}

.sub-dir__title,
.sub-plain__title {
  display: flex;
  align-items: center;
  line-height: 1.3;
  white-space: nowrap;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

.sub-dir__title b {
  font-weight: 800;
  color: var(--eeum-ink);
}

.sub-dir:hover .sub-dir__title b,
.sub-dir.is-current .sub-dir__title b {
  color: var(--eeum-deep);
}

.sub-dir__arrow {
  display: inline-block;
  color: var(--eeum-purple);
  font-weight: 800;
  margin: 0 0.4em;
  font-size: 1.08em;
  line-height: 1;
  flex: 0 0 auto;
}

.sub-dir:hover .sub-dir__arrow {
  color: var(--eeum-gold-dark);
}

.sub-dir__desc,
.sub-plain__desc {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--eeum-muted);
  line-height: 1.35;
  white-space: normal;
}

.sub-menu--moving {
  width: 320px;
  min-width: 300px;
  max-width: min(340px, calc(100vw - 24px));
}

.sub-menu--moving .sub-plain {
  min-height: 68px;
  padding: 12px 16px;
}

.sub-menu--moving .sub-plain__title {
  white-space: nowrap;
  font-size: 0.95rem;
}

.sub-group {
  padding: 8px 16px 2px;
  list-style: none;
  pointer-events: none;
}

.sub-group__label {
  display: block;
  color: #9aa1ab;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.sub-menu > li.sub-group + li {
  margin-top: 2px;
}

.sub-menu--service {
  width: 280px;
  min-width: 260px;
}

.sub-menu--service .sub-link {
  min-height: 40px;
  padding: 9px 16px;
  font-size: 0.92rem;
  font-weight: 700;
}

.sub-sep {
  height: 0;
  margin: 8px 6px 2px !important;
  border-top: 1px solid var(--eeum-line);
  padding: 0;
  list-style: none;
}

.sub-sep + .sub-group {
  padding-top: 6px;
}

@media (max-width: 1280px) {
  .logo__mark,
  .logo__mark img,
  .logo__mark svg {
    width: 38px;
    height: 52px;
  }
  .logo__name-ko,
  .logo__text strong { font-size: 0.98rem; }
  .logo__name-en,
  .logo__text em { font-size: 0.64rem; letter-spacing: 0.07em; }
  .nav-list { gap: 18px; }
  .nav-link { padding: 0; font-size: 0.9rem; }
  .site-nav { gap: 18px; }
  .site-nav__contact { padding: 0 16px; font-size: 0.9rem; min-height: 44px; }
  .header__inner { gap: 8px; }
}

.mobile-menu-overlay {
  display: contents;
}

.mobile-menu-header {
  display: none;
}

.mobile-menu-nav {
  display: contents;
}

.nav-overlay {
  display: none;
}

.nav-drawer-head {
  display: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  position: relative;
  flex: 0 0 auto;
  padding: 0;
  cursor: pointer;
}

.footer-contact,
.contact-strip {
  padding-block: 68px;
  background: var(--ivory-100);
  border-top: 1px solid var(--border);
  color: var(--text-primary);
}

.footer-contact + .site-footer,
.contact-strip + .site-footer {
  margin-top: 0;
}

.footer-contact__inner,
.contact-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.footer-contact__copy,
.contact-strip__copy {
  max-width: 640px;
}

.footer-contact__eyebrow,
.contact-strip__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--purple-700);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
}

.footer-contact__title,
.contact-strip h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.3;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.footer-contact__description,
.contact-strip p {
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

.footer-contact__actions,
.contact-strip__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-contact__link,
.contact-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: var(--navy-900);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

a.footer-contact__link:hover,
button.footer-contact__link:hover,
a.contact-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--navy-900);
}

.contact-link--primary,
.footer-contact__phone {
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--brass-500);
  border-radius: 10px;
  background: var(--brass-500);
  color: var(--navy-950);
  font-size: 14px;
  font-weight: 700;
}

a.contact-link--primary:hover,
a.footer-contact__phone:hover {
  text-decoration: none;
  background: var(--brass-400);
  border-color: var(--brass-400);
  color: var(--navy-950);
}

span.contact-link {
  cursor: default;
}

.nav-toggle span {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background: var(--eeum-deep);
}

.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 28px; }

.site-footer {
  padding-block: 0;
  background: var(--eeum-footer);
  color: rgba(255, 255, 255, 0.74);
  border-top: 0;
  overflow-wrap: break-word;
  word-break: keep-all;
  max-width: 100%;
  margin-top: 0;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.86);
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer a.footer__brand:hover,
.site-footer a.footer-brand:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-trust {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-trust__text {
  margin: 0;
  color: #ffffff;
  font-size: clamp(25px, 2.7vw, 36px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.site-footer__company {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.8;
}

.footer__inner {
  box-sizing: border-box;
  padding-block: 64px;
}

.footer__brand,
.footer-brand,
.site-footer .footer__brand,
.site-footer .footer__brand:link,
.site-footer .footer__brand:visited,
.site-footer .footer__brand:hover,
.site-footer .footer__brand:focus,
.site-footer .footer__brand:focus-visible,
.site-footer .footer__brand:active {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  color: #ffffff;
  text-decoration: none;
  background: none;
  background-color: transparent;
  box-shadow: none;
  filter: none;
  opacity: 1;
  transform: none;
  outline: none;
  cursor: pointer;
  min-width: 0;
  -webkit-tap-highlight-color: transparent;
}

.site-footer .footer__brand svg,
.site-footer .footer__brand svg *,
.site-footer .footer__brand:link svg,
.site-footer .footer__brand:link svg *,
.site-footer .footer__brand:visited svg,
.site-footer .footer__brand:visited svg *,
.site-footer .footer__brand:hover svg,
.site-footer .footer__brand:hover svg *,
.site-footer .footer__brand:focus svg,
.site-footer .footer__brand:focus svg *,
.site-footer .footer__brand:focus-visible svg,
.site-footer .footer__brand:focus-visible svg *,
.site-footer .footer__brand:active svg,
.site-footer .footer__brand:active svg * {
  fill: #ffffff;
  stroke: none;
  color: #ffffff;
  filter: none;
  opacity: 1;
  transform: none;
}

.footer__mark,
.footer-brand__logo {
  flex: 0 0 auto;
  width: 42px;
  height: auto;
  display: flex;
  align-items: center;
  color: #fff;
  background: none;
  border: 0;
  padding: 0;
}

.footer__mark svg,
.footer-brand__logo svg {
  width: 42px;
  height: auto;
  display: block;
}

.footer__text,
.footer-brand__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  line-height: 1.2;
}

.footer-brand__name-ko,
.footer__text strong,
.site-footer .footer__brand:link .footer-brand__name-ko,
.site-footer .footer__brand:visited .footer-brand__name-ko,
.site-footer .footer__brand:hover .footer-brand__name-ko,
.site-footer .footer__brand:focus .footer-brand__name-ko,
.site-footer .footer__brand:focus-visible .footer-brand__name-ko,
.site-footer .footer__brand:active .footer-brand__name-ko {
  display: block;
  font-style: normal;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}

.footer-brand__name-en,
.footer__text em,
.site-footer .footer__brand:link .footer-brand__name-en,
.site-footer .footer__brand:visited .footer-brand__name-en,
.site-footer .footer__brand:hover .footer-brand__name-en,
.site-footer .footer__brand:focus .footer-brand__name-en,
.site-footer .footer__brand:focus-visible .footer-brand__name-en,
.site-footer .footer__brand:active .footer-brand__name-en {
  display: block;
  font-family: var(--font-en);
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.76);
  margin: 0;
  white-space: nowrap;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 22px;
}

.footer__nav a {
  color: rgba(255, 255, 255, 0.82);
  padding: 0 14px;
  border-right: 1px solid rgba(255,255,255,0.12);
  line-height: 1.4;
  text-decoration: none;
}

.footer__nav a:first-child { padding-left: 0; }
.footer__nav a:last-child { border-right: 0; padding-right: 0; }

.footer__nav a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__info {
  max-width: 100%;
}

.footer__line {
  display: block;
  margin: 0 0 8px;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
}

.footer__line > span {
  display: inline;
}

.footer__line--meta > span + span::before,
.footer__line--contact > span + span::before {
  content: "|";
  margin: 0 0.7em;
  opacity: 0.42;
  font-weight: 400;
}

.footer__address > span + span::before {
  content: ", ";
  margin: 0;
  opacity: 1;
}

.footer__line:last-child { margin-bottom: 0; }

.footer__contact a,
.footer__kakao {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}

button.footer__kakao {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: rgba(255,255,255,0.9);
}

.footer__contact a:hover,
.footer__kakao:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer__divider,
.footer__bottom {
  margin-block: 0 24px;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.footer__bottom {
  padding: 0 0 28px;
  margin-bottom: 0;
}

.footer__bottom p { margin: 0; }

.mobile-quickbar,
.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  background: #ffffff;
  border-top: 1px solid #ece8ee;
  grid-template-columns: 1fr 1fr 1fr;
  height: calc(72px + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  box-shadow: 0 -6px 20px rgba(16, 26, 43, 0.06);
}

.mobile-cta a,
.mobile-cta button {
  color: #5c1d69;
  text-align: center;
  padding: 8px 6px;
  min-height: 72px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-decoration: none;
  border: 0;
  border-right: 1px solid #ece8ee;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.mobile-cta a:last-child,
.mobile-cta button:last-child { border-right: 0; }
.mobile-cta__icon {
  display: flex;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  color: #762687;
}
.mobile-cta__icon svg { width: 22px; height: 22px; }

body.menu-open .mobile-quickbar,
body.menu-open .mobile-cta {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(var(--mobile-cta-h) + 16px);
  transform: translateX(-50%) translateY(12px);
  background: var(--navy-950);
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  z-index: 80;
  transition: 0.2s ease;
  max-width: min(92vw, 420px);
  text-align: center;
}

.toast.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.kakao-fallback {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(36, 20, 40, 0.55);
  display: grid;
  place-items: center;
  padding: 24px;
}

.kakao-fallback[hidden] { display: none; }

.kakao-fallback__panel {
  background: #fff;
  padding: 28px 24px;
  border-radius: 16px;
  text-align: center;
  max-width: 360px;
  width: 100%;
}
.kakao-fallback__panel p { margin: 0 0 16px; font-size: 1.05rem; }

.hp {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
}

@media (max-width: 1023px) {
  .footer-contact__inner,
  .contact-strip__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .footer-contact__actions,
  .contact-strip__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .topbar {
    display: none;
  }

  .site-header .header__inner,
  .site-header .site-header__inner {
    min-height: 72px;
    height: 72px;
    gap: 12px;
  }

  .logo {
    gap: 8px;
    min-width: 0;
  }

  .logo__mark,
  .logo__mark img,
  .logo__mark svg {
    width: auto;
    height: 38px;
    max-height: 38px;
  }

  .logo__name-ko,
  .logo__text strong {
    font-size: 17px;
    line-height: 1.2;
  }

  .logo__name-en,
  .logo__text em {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }

  .nav-toggle {
    display: inline-block;
  }

  .mobile-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 4000;
    background: rgba(10, 15, 25, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu-header {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    height: calc(72px + env(safe-area-inset-top, 0px));
    padding: env(safe-area-inset-top, 0px) 12px 0 20px;
    border-bottom: 1px solid #ece8ee;
    gap: 8px;
  }

  .mobile-menu-logo {
    min-width: 0;
  }

  .mobile-menu-nav {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 20px calc(24px + env(safe-area-inset-bottom, 0px));
    min-height: 0;
    margin: 0;
  }

  .site-nav,
  .mobile-menu-panel {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 4001;
    width: min(86vw, 360px);
    height: 100dvh;
    max-height: 100dvh;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 0;
    border-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    box-shadow: -12px 0 32px rgba(21, 25, 39, 0.12);
  }

  .mobile-menu-overlay.is-open .site-nav,
  .site-nav.is-open {
    transform: translateX(0);
  }

  .nav-close {
    position: relative;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #27212b;
    padding: 0;
  }

  .nav-close span,
  .nav-close span::before,
  .nav-close span::after {
    display: block;
    position: absolute;
    left: 11px;
    top: 21px;
    width: 22px;
    height: 2px;
    background: #27212b;
    border-radius: 1px;
  }

  .nav-close span {
    background: transparent;
  }

  .nav-close span::before {
    content: "";
    transform: rotate(45deg);
  }

  .nav-close span::after {
    content: "";
    transform: rotate(-45deg);
  }

  .nav-list {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 0;
    align-items: stretch;
    margin: 0;
    padding: 0;
  }

  .nav-item {
    border-bottom: 1px solid #f0ece8;
  }

  .nav-link,
  .site-nav__link {
    width: 100%;
    min-height: 52px;
    height: auto;
    padding: 0 28px 0 0;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.02em;
    position: relative;
    box-shadow: none;
    border-radius: 0;
  }

  .nav-item.is-active > .nav-link {
    box-shadow: none;
  }

  .nav-item.has-sub > .nav-link::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #762687;
    border-bottom: 1.5px solid #762687;
    transform: translateY(-70%) rotate(45deg);
    color: transparent;
    font-size: 0;
    background: none;
  }

  .nav-item.is-open > .nav-link {
    color: var(--eeum-purple);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .nav-item.is-open > .nav-link::after {
    transform: translateY(-20%) rotate(225deg);
  }

  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border: 0;
    display: none;
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 0 0 10px;
    margin: 0;
    background: transparent;
    border-radius: 0;
  }

  .sub-menu::before { display: none; }
  .nav-item.is-open > .sub-menu { display: block; }
  .sub-menu > li + li { margin-top: 0; }

  .sub-link,
  .sub-dir,
  .sub-plain {
    min-height: 44px;
    padding: 8px 4px 8px 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    gap: 2px;
  }

  .sub-dir__title,
  .sub-plain__title,
  .sub-menu--moving .sub-dir__title {
    font-size: 14px;
    line-height: 1.55;
    white-space: normal;
  }

  .sub-dir__desc,
  .sub-plain__desc {
    font-size: 12px;
    line-height: 1.5;
  }

  .sub-menu--moving .sub-plain {
    min-height: 44px;
    padding: 8px 4px 8px 8px;
  }

  .sub-menu--moving .sub-plain__title {
    white-space: normal;
    font-size: 14px;
  }

  .sub-group {
    padding: 12px 8px 2px;
  }

  .sub-group:first-child {
    padding-top: 6px;
  }

  .sub-group__label {
    font-size: 11px;
    color: #9aa1ab;
  }

  .sub-sep {
    margin: 8px 8px 0 !important;
  }

  .sub-menu--service .sub-link {
    min-height: 0;
    padding: 8px 4px 8px 8px;
    font-size: 14px;
  }

  .sub-dir.is-current,
  .sub-plain.is-current,
  .sub-link.is-current {
    background: #f3eaf5;
    box-shadow: none;
  }

  .site-nav__contact {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 8px;
    min-height: 48px;
    transform: none;
    flex: 0 0 auto;
  }

  .site-nav__contact:hover {
    transform: none;
  }

  .mobile-quickbar,
  .mobile-cta {
    display: grid;
  }

  .footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 16px;
    margin-bottom: 22px;
  }

  .footer__nav a {
    border-right: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-trust__text {
    font-size: 24px;
    line-height: 1.4;
  }

  .footer__bottom {
    padding-bottom: 18px;
  }

  .footer__line--meta > span,
  .footer__line--contact > span,
  .footer__address > span {
    display: block;
  }

  .footer__line--meta > span + span::before,
  .footer__line--contact > span + span::before,
  .footer__address > span + span::before {
    content: none;
    margin: 0;
  }

  .site-footer {
    padding-bottom: 32px;
  }
}

@media (min-width: 981px) {
  body { padding-bottom: 0; }
  .toast { bottom: 24px; }
}

@media (max-width: 380px) {
  .nav-link,
  .site-nav__link { font-size: 16px; }
  .sub-dir__title,
  .sub-plain__title { font-size: 14px; }
  .mobile-menu-nav { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 767px) {
  .logo { gap: 8px; }
  .logo__mark,
  .logo__mark img,
  .logo__mark svg {
    width: auto;
    height: 38px;
    max-height: 38px;
  }
  .logo__name-ko,
  .logo__text strong { font-size: 17px; }
  .logo__name-en,
  .logo__text em { font-size: 10px; letter-spacing: 0.06em; }
  .footer-contact,
  .contact-strip {
    padding-block: 52px;
  }
  .footer-contact__inner,
  .contact-strip__inner {
    display: block;
  }
  .footer-contact__title,
  .contact-strip h2 {
    font-size: 28px;
  }
  .footer-contact__actions,
  .contact-strip__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
    justify-content: stretch;
  }
  .footer-contact__link,
  .footer-contact__phone,
  .contact-link {
    width: 100%;
    justify-content: flex-start;
  }
  .footer-contact__phone,
  .contact-link--primary {
    justify-content: center;
  }
  .site-footer {
    padding: 0;
  }
  .footer__inner {
    padding-block: 48px;
  }
  .footer-trust {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .footer-trust__text {
    font-size: 24px;
    line-height: 1.4;
    max-width: 20em;
  }
  .footer__brand,
  .footer-brand {
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
  }
  .footer__mark,
  .footer-brand__logo,
  .footer__mark svg,
  .footer-brand__logo svg {
    width: auto;
    height: 38px;
    max-height: 38px;
  }
  .footer-brand__name-ko,
  .footer__text strong { font-size: 18px; }
  .footer-brand__name-en,
  .footer__text em { font-size: 11px; letter-spacing: 0.07em; }
  .footer__nav {
    gap: 15px 20px;
    margin-bottom: 22px;
  }
  .footer__nav a {
    font-size: 14px;
    line-height: 1.5;
  }
  .footer__line,
  .footer__address,
  .site-footer__company {
    display: block;
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 0;
  }
  .footer__line {
    margin: 0 0 14px;
  }
  .footer__line--meta > span,
  .footer__line--contact > span,
  .footer__address > span {
    display: block;
  }
  .footer__line--meta > span + span::before,
  .footer__line--contact > span + span::before,
  .footer__address > span + span::before {
    content: none;
    margin: 0;
  }
  .footer__line--meta {
    margin-bottom: 16px;
  }
  .footer__bottom {
    margin-top: 22px;
    padding: 16px 0 0;
    font-size: 12px;
    line-height: 1.55;
  }
}
