@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/xpressengine/xeicon@2.4.0/xeicon.min.css");
/* CSS 6-file standardization: header footer quick include UI */

/* ===== common.css (include UI): header footer quick include UI ===== */
/* Shared include behavior: keep header, drawer, and quick actions identical on every page. */
body.is-nav-open .quick-menu {
  z-index: 40 ;
}

/* =========================================================
   SHARED CUSTOMER CONTACT (.customer)
   Keep the contact include visually identical on home/sub pages.
   ========================================================= */
html body .customer.section-theme--dark {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 900px;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: url("../images/main/consultation-customer-model.webp") right center / cover;
}

html body .customer .customer__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(12, 67, 130, 0.92), rgba(3, 34, 68, 0.97));
}

html body .customer .customer__inner {
  position: relative;
  z-index: 1;
  display: block;
  width: min(90vw, 1280px);
  margin-inline: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: left;
}

html body .customer .section-title {
  margin: 0;
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

html body .customer .eyebrow {
  display: block;
  margin: 0;
  color: #a8d5f7;
  font-size: clamp(17px, 1.45vw, 24px);
  letter-spacing: -0.04em;
}

html body .customer .eyebrow strong {
  font-weight: 800;
}

html body .customer .section-title h2 {
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(45px, 4vw, 67px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.075em;
}

html body .customer .section-title h2 strong {
  font-weight: 800;
}

html body .customer .customer-content {
  width: 100%;
  min-width: 0;
  margin-top: 36px;
  text-align: left;
}

html body .customer .service-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
  text-align: left;
}

html body .customer .service-link {
  display: flex;
  min-height: 150px;
  align-items: center;
  gap: 24px;
  padding: 30px 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  transition: background 280ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1);
  text-align: left;
}

html body .customer .service-link:hover,
html body .customer .service-link:focus-visible {
  background: rgba(0, 26, 56, 0.28);
  outline: 0;
  transform: translateY(-4px);
}

html body .customer .service-link > .material-symbols-outlined,
html body .customer .service-link > .service-link__xeicon {
  font-size: 48px;
}

html body .customer .service-link > .service-link__xeicon {
  flex: 0 0 auto;
  font-style: normal;
  line-height: 1;
}

html body .customer .service-link strong,
html body .customer .service-link small {
  display: block;
  text-align: left;
}

html body .customer .service-link strong {
  font-size: 22px;
  letter-spacing: -0.05em;
}

html body .customer .service-link small {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

@media (max-width: 920px) {
  html body .customer.section-theme--dark {
    min-height: auto;
    background: url("../images/main/consultation-customer-model-mobile-jpg.webp") center / cover;
  }

  html body .customer .customer__inner {
    padding-top: 125px;
    padding-bottom: 80px;
  }

  html body .customer .section-title h2 {
    margin-top: 10px;
  }

  html body .customer .customer-content {
    margin-top: 48px;
  }
}

@media (max-width: 640px) {
  html body .customer .customer__inner {
    padding-top: 98px;
    padding-bottom: 58px;
  }

  html body .customer .section-title h2 {
    font-size: clamp(40px, 12vw, 47px);
  }

  html body .customer .service-links {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  html body .customer .service-link {
    min-height: 125px;
    gap: 16px;
    padding: 24px 20px;
  }

  html body .customer .service-link > .material-symbols-outlined,
  html body .customer .service-link > .service-link__xeicon {
    font-size: 40px;
  }

  html body .customer .service-link strong {
    font-size: 20px;
    line-height: 1.45;
  }
}

/* SEO 상세페이지 내 공통 헤더 숨김 처리 (:has 가상 클래스로 조상 감지) */
body:has(.seo-page) .site-header,
body:has(.seo-page) [data-include="header"] {
  display: none ;
}

body:has(.seo-page) .site-main,
.seo-page {
  padding-top: 0 ;
}

/* SEO 상세페이지 내 .seo-hero 영역 디자인 오버라이드 (풀 배경 적용) */
.seo-page .seo-hero {
  background-image: linear-gradient(135deg, rgba(8, 12, 22, 0.88) 0%, rgba(8, 12, 22, 0.72) 100%) ;
  background-size: cover ;
  background-position: center 25% ;
  background-repeat: no-repeat ;
  position: relative;
  overflow: hidden;
}

/* 우측 초록색 테두리에 담겨있던 실물 이미지 박스 강제 숨김 */
.seo-page .seo-hero__media {
  display: none ;
}

/* 실물 이미지가 숨겨짐에 따라 좌측 본문 영역을 전체 1열 너비로 최적화 */
.seo-page .seo-hero__inner {
  grid-template-columns: 1fr ;
  max-width: 800px;
}

/* 흰색 버튼 내에 글자가 흰색으로 묻혀 안 보이는 버그 복구 (어두운 글씨색 강제 지정) */
.seo-page .seo-btn--primary {
  background: #ffffff ;
  color: #0c1222 ;
}

/* ==========================================================================
   DYNAMIC INCLUDE STYLES (HEADER / GNB / MOBILE MENU / FOOTER / QUICK MENU)
   ========================================================================== */

/* --- Include Containers --- */
[data-include], #header:empty, #footer:empty, #quick:empty {
  display: contents;
}

/* =========================================================
   1. HEADER & DESKTOP GNB (.site-header)
   ========================================================= */

@media (min-width: 1025px) {
  html body .site-header {
    position: absolute ;
    inset: 0 0 auto ;
    z-index: 1200 ;
    width: 100% ;
    height: 90px ;
    min-height: 90px ;
    padding: 0 clamp(30px, 5vw, 80px) ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) ;
    background: rgba(16, 20, 24, 0.94) ;
    backdrop-filter: blur(12px) ;
    color: #ffffff ;
    display: flex ;
    align-items: center ;
    justify-content: space-between ;
    box-sizing: border-box ;
    transition: background 0.3s ease, position 0.3s ease, box-shadow 0.3s ease ;
  }

  /* Main page transparent header over hero before scroll */
  html body:has(.hero) .site-header:not(.is-scrolled):not(.scrolled) {
    background: transparent ;
    backdrop-filter: none ;
  }
  html body .site-header:not(.is-scrolled):not(.scrolled) .brand img {
    filter: brightness(0) invert(1) ;
  }

  html body .site-header.is-scrolled,
  html body .site-header.scrolled {
    position: fixed ;
    top: 0 ;
    left: 0 ;
    right: 0 ;
    background: #ffffff ;
    backdrop-filter: blur(12px) ;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) ;
  }
  html body .site-header.is-scrolled .brand img,
  html body .site-header.scrolled .brand img {
    filter: none ;
  }
  html body .site-header.is-scrolled .desktop-nav .gnb-link,
  html body .site-header.scrolled .desktop-nav .gnb-link {
    color: #222222 ;
  }
  html body .site-header.is-scrolled .desktop-nav .gnb-item:hover .gnb-link,
  html body .site-header.scrolled .desktop-nav .gnb-item:hover .gnb-link {
    color: var(--point-blue) ;
  }

  html body .site-header .header-top {
    display: flex ;
    align-items: center ;
    height: 100% ;
    width: auto ;
    margin: 0 ;
    padding: 0 ;
    border: none ;
  }

  html body .site-header .header-top .brand {
    display: flex ;
    align-items: center ;
    text-decoration: none ;
  }

  html body .site-header .header-top .brand img {
    width: auto ;
    height: 48px ;
    max-height: 48px ;
    object-fit: contain ;
  }

  html body .site-header .header-top .account-links {
    display: none ;
  }

  html body .site-header .header-top .menu-toggle {
    display: none ;
  }

  html body .site-header .desktop-nav {
    display: flex ;
    align-items: center ;
    justify-content: flex-end ;
    gap: clamp(20px, 2.5vw, 48px) ;
    height: 100% ;
    width: auto ;
    margin: 0 ;
    padding: 0 ;
    border: none ;
    position: relative ;
    z-index: 102 ;
  }

  html body .site-header .desktop-nav .gnb-item {
    position: relative ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    height: 100% ;
  }

  html body .site-header .desktop-nav .gnb-link {
    display: flex ;
    align-items: center ;
    justify-content: center ;
    height: 100% ;
    padding: 0 8px ;
    color: inherit ;
    font-size: 17px ;
    font-weight: 600 ;
    white-space: nowrap ;
    text-decoration: none ;
    position: relative ;
    transition: color 0.2s ease ;
  }

  html body .site-header .desktop-nav .gnb-item:hover .gnb-link,
  html body .site-header .desktop-nav .gnb-item:focus-within .gnb-link {
    color: #ffffff ;
  }

  html body:not(.home-page) .site-header .desktop-nav .gnb-item:hover .gnb-link,
  html body:not(.home-page) .site-header .desktop-nav .gnb-item:focus-within .gnb-link {
    color: var(--point-blue) ;
  }

  html body .site-header .desktop-nav .gnb-submenu {
    position: absolute ;
    top: 100% ;
    left: 50% ;
    transform: translateX(-50%) translateY(8px) ;
    min-width: 160px ;
    background: rgba(16, 20, 24, 0.96) ;
    border: 1px solid rgba(255, 255, 255, 0.15) ;
    border-radius: 8px ;
    padding: 10px 0 ;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) ;
    opacity: 0 ;
    visibility: hidden ;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ;
    z-index: 110 ;
  }

  html body .site-header .desktop-nav .gnb-item:hover .gnb-submenu,
  html body .site-header .desktop-nav .gnb-item:focus-within .gnb-submenu {
    opacity: 1 ;
    visibility: visible ;
    transform: translateX(-50%) translateY(0) ;
  }

  html body .site-header .desktop-nav .gnb-submenu a {
    display: block ;
    padding: 10px 20px ;
    color: rgba(255, 255, 255, 0.85) ;
    font-size: 14px ;
    font-weight: 500 ;
    white-space: nowrap ;
    text-decoration: none ;
    transition: background 0.15s ease, color 0.15s ease ;
  }

  html body .site-header .desktop-nav .gnb-submenu a::after {
    display: none ;
  }

  html body .site-header .desktop-nav .gnb-submenu a:hover,
  html body .site-header .desktop-nav .gnb-submenu a:focus-visible {
    background: rgba(63, 177, 49, 0.16) ;
    color: #ffffff ;
  }
}

/* Mobile Header (<1024px) */
@media (max-width: 1024px) {
  html body .site-header {
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 64px ;
    padding: 0 20px ;
    background: transparent ;
    backdrop-filter: none ;
    display: flex ;
    align-items: center ;
    justify-content: space-between ;
    z-index: 1200 ;
    transition: background-color 0.3s ease, box-shadow 0.3s ease ;
  }

  html body .site-header:not(.is-scrolled):not(.scrolled) .brand img {
    filter: brightness(0) invert(1) ;
  }

  html body .site-header.scrolled,
  html body .site-header.is-scrolled {
    background: #ffffff ;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) ;
  }

  html body .site-header .header-top {
    width: 100% ;
    display: flex ;
    align-items: center ;
    justify-content: space-between ;
  }

  html body .site-header .desktop-nav {
    display: none ;
  }

  html body .site-header .header-top {
    position: relative ;
    width: 100% ;
    max-width: 100% ;
    padding-left: 0 ;
    padding-right: 60px ;
    box-sizing: border-box ;
  }

  html body .site-header .header-top .account-links {
    display: none ;
  }

  html body .site-header .header-top .menu-toggle,
  html body .site-header .menu-toggle {
    display: flex ;
    align-items: center ;
    justify-content: center ;
    position: absolute ;
    right: 0 ;
    top: 50% ;
    transform: translateY(-50%) ;
    width: auto ;
    height: auto ;
    min-width: 0 ;
    min-height: 0 ;
    padding: 0 ;
    margin: 0 ;
    background: transparent ;
    border: none ;
    border-radius: 0 ;
    color: #ffffff ;
    cursor: pointer ;
    z-index: 9999 ;
    box-shadow: none ;
    transition: color 0.25s ease ;
  }

  html body .site-header .header-top .menu-toggle svg.hamburger-icon,
  html body .site-header .menu-toggle svg.hamburger-icon {
    width: 28px ;
    height: 28px ;
    stroke: currentColor ;
    fill: none ;
    display: block ;
  }

  html body .site-header .header-top .menu-toggle span,
  html body .site-header .menu-toggle span {
    display: block ;
    width: 24px ;
    height: 2.2px ;
    background: currentColor ;
    border-radius: 2px ;
    transition: transform 0.25s ease, opacity 0.25s ease ;
  }

  html body .site-header.scrolled .header-top .menu-toggle,
  html body .site-header.is-scrolled .header-top .menu-toggle,
  html body .site-header.scrolled .menu-toggle,
  html body .site-header.is-scrolled .menu-toggle {
    background: transparent ;
    border: none ;
    box-shadow: none ;
    color: #0f172a ;
  }

  html body .site-header .header-top .menu-toggle.js-menu-toggle {
    box-sizing: border-box ;
    padding: 0 ;
  }

  html body .site-header .header-top .menu-toggle.js-menu-toggle svg.hamburger-icon {
    width: 28px ;
    height: 28px ;
  }

  html body .site-header .header-top .brand img {
    height: 48px ;
    max-height: 48px ;
  }
}

/* =========================================================
   2. MOBILE DRAWER MENU (.mobile-menu)
   ========================================================= */

html body nav.mobile-menu,
html body .mobile-menu,
html body #mobileMenu {
  display: none ;
  position: fixed ;
  top: 0 ;
  right: -100% ;
  width: min(85vw, 380px) ;
  height: 100vh ;
  height: 100dvh ;
  background: #0d1620 ;
  color: #ffffff ;
  z-index: 999999 ;
  flex-direction: column ;
  padding: 20px 24px max(24px, env(safe-area-inset-bottom)) ;
  overflow-y: auto ;
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) ;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5) ;
  box-sizing: border-box ;
}

html body.is-nav-open .site-header .mobile-menu,
html body.is-nav-open #mobileMenu {
  right: 0 ;
  transform: translateX(0) ;
  visibility: visible ;
}

@media (max-width: 1024px) {
  html body nav.mobile-menu,
  html body .mobile-menu,
  html body #mobileMenu {
    display: flex ;
  }
}

html body .mobile-menu .mobile-menu__header {
  order: 1 ;
  display: flex ;
  align-items: center ;
  justify-content: space-between ;
  gap: 16px ;
  flex: 0 0 auto ;
  min-height: 48px ;
  padding-bottom: 18px ;
  margin-bottom: 8px ;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) ;
}

html body .mobile-menu .mobile-menu__brand {
  display: flex ;
  align-items: center ;
  min-width: 0 ;
  text-decoration: none ;
}

html body .mobile-menu .mobile-menu__brand img {
  display: block ;
  width: min(174px, calc(100vw - 108px)) ;
  height: auto ;
  max-height: 48px ;
  object-fit: contain ;
  filter: brightness(0) invert(1) ;
}

html body .mobile-menu .mobile-menu__close {
  display: grid ;
  place-items: center ;
  flex: 0 0 42px ;
  width: 42px ;
  height: 42px ;
  padding: 0 ;
  border: 1px solid rgba(255, 255, 255, 0.3) ;
  border-radius: 8px ;
  background: rgba(255, 255, 255, 0.1) ;
  color: #ffffff ;
  cursor: pointer ;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease ;
}

html body .mobile-menu .mobile-menu__close:hover,
html body .mobile-menu .mobile-menu__close:focus-visible {
  border-color: rgba(63, 177, 49, 0.8) ;
  background: rgba(63, 177, 49, 0.16) ;
}

html body .mobile-menu .mobile-menu__close:active {
  transform: scale(0.96) ;
}

html body .mobile-menu .mobile-menu__close svg {
  width: 22px ;
  height: 22px ;
}

html body .mobile-menu .mobile-account {
  display: flex ;
  flex-direction: column ;
  gap: 10px ;
  order: 3 ;
  flex: 0 0 auto ;
  margin: auto 0 0 ;
  padding-top: 20px ;
  padding-bottom: 0 ;
  margin-bottom: 0 ;
  border-top: 0 ;
  border-bottom: 0 ;
}

html body .mobile-menu .mobile-account a {
  display: inline-flex ;
  align-items: center ;
  justify-content: center ;
  height: 44px ;
  padding: 0 16px ;
  border-radius: 8px ;
  font-size: 14px ;
  font-weight: 700 ;
  text-decoration: none ;
}

html body .mobile-menu .mobile-account a:first-child {
  background: #ffffff ;
  color: #111111 ;
}

html body .mobile-menu .mobile-account a:last-child {
  background: rgba(255, 255, 255, 0.1) ;
  color: #ffffff ;
}

html body .mobile-menu .menu-groups {
  display: flex ;
  flex-direction: column ;
  order: 2 ;
  flex: 0 0 auto ;
  gap: 0 ;
}

html body .mobile-menu .menu-group {
  flex: 0 0 auto ;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) ;
}

html body .mobile-menu .menu-group__title {
  display: flex ;
  align-items: center ;
  justify-content: space-between ;
  width: 100% ;
  min-height: 48px ;
  padding: 12px 0 ;
  margin: 0 ;
  border: 0 ;
  background: transparent ;
  color: #ffffff ;
  font: inherit ;
  font-size: 14px ;
  font-weight: 800 ;
  letter-spacing: 0.05em ;
  line-height: 1.3 ;
  text-align: left ;
  cursor: pointer ;
}

html body .mobile-menu .menu-group__title:focus-visible {
  outline: 2px solid #ffffff ;
  outline-offset: 4px ;
}

html body .mobile-menu .menu-group__title:hover,
html body .mobile-menu .menu-group__title:focus-visible {
  color: var(--color-green) ;
}

html body .mobile-menu .menu-group.is-open .menu-group__title {
  color: var(--color-green) ;
}

html body .mobile-menu .menu-group__chevron {
  display: block ;
  width: 8px ;
  height: 8px ;
  margin-right: 4px ;
  border-right: 2px solid currentColor ;
  border-bottom: 2px solid currentColor ;
  transform: rotate(45deg) ;
  transition: transform 0.25s ease ;
}

html body .mobile-menu .menu-group.is-open .menu-group__chevron {
  transform: rotate(225deg) ;
}

html body .mobile-menu .menu-group__links {
  max-height: 0 ;
  padding: 0 ;
  overflow: hidden ;
  opacity: 0 ;
  transition: max-height 0.28s ease, opacity 0.2s ease, padding 0.28s ease ;
}

html body .mobile-menu .menu-group.is-open .menu-group__links {
  max-height: 360px ;
  padding: 0 0 10px ;
  opacity: 1 ;
}

html body .mobile-menu .menu-group__links a {
  display: block ;
  padding: 9px 8px 9px 4px ;
  color: rgba(255, 255, 255, 0.85) ;
  font-size: 15px ;
  font-weight: 500 ;
  text-decoration: none ;
}

html body .mobile-menu .menu-group__links a:hover,
html body .mobile-menu .menu-group__links a:focus-visible {
  color: #ffffff ;
  background: rgba(255, 255, 255, 0.08) ;
}

/* =========================================================
   3. UNIVERSAL FOOTER (.site-footer)
   ========================================================= */

.site-footer {
  background: #0b131e;
  color: rgba(255, 255, 255, 0.75);
  padding: 48px 0 36px;
  border: none;
  font-size: 14px;
  line-height: 1.6;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
  border: none;
  outline: none;
  box-shadow: none;
  background-image: none;
}

.site-footer .footer-main {
  max-width: var(--container-max, 1560px);
  width: var(--container-width, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: clamp(30px, 4vw, 60px);
  padding-bottom: 0;
  box-sizing: border-box;
}

.site-footer .footer-main img {
  width: 180px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-footer .footer-info {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 28px;
}

.site-footer .footer-info p {
  margin: 0;
  color: #94a3b8;
}

.site-footer .footer-info p span {
  color: #64748b;
  margin-right: 6px;
}

.site-footer .footer-info small {
  display: block;
  width: 100%;
  margin-top: 18px;
  color: #64748b;
  font-size: 12px;
}

.site-footer .footer-bottom {
  max-width: var(--container-max, 1560px);
  width: var(--container-width, 92%);
  margin: 0 auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  box-sizing: border-box;
}

.site-footer .footer-bottom div a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-right: 20px;
  font-weight: 600;
}

/* Footer Responsive Rules */
@media (max-width: 900px) {
  .site-footer {
    padding: 44px 0 0;
  }
  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 24px;
  }
  .site-footer .footer-main img {
    width: 150px;
    margin-bottom: 12px;
  }
  .site-footer .footer-info {
    flex-direction: column;
    gap: 6px;
  }
  .site-footer .footer-info p {
    font-size: 13.5px;
  }
  .site-footer .footer-bottom {
    height: auto;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 18px 0;
  }
}

@media (max-width: 335px) {
  .site-footer .footer-main img {
    width: 135px;
  }
  .site-footer .footer-info p {
    font-size: 12.5px;
  }
}

/* =========================================================
   4. UNIVERSAL QUICK MENU (.quick-menu)
   ========================================================= */



























/* Shared contact CTA (includes/contact.html) */
.cta-phone-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-left: 0;
  padding-left: 0;
}

.cta-phone-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 290px;
  height: 84px;
  padding: 0 22px;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s var(--motion-ease), box-shadow 0.25s var(--motion-ease), border-color 0.25s var(--motion-ease);
  box-sizing: border-box;
}

.cta-phone-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.11);
}

.cta-phone-card.main-phone {
  background: var(--point-blue) ;
  color: #fff ;
  border-color: var(--point-blue) ;
}

.cta-phone-card.main-phone small {
  color: rgba(255, 255, 255, 0.9) ;
}

.cta-phone-card.main-phone strong {
  color: #fff ;
}

.cta-phone-card.main-phone .cta-phone-icon {
  background: rgba(255, 255, 255, 0.2) ;
  color: #fff ;
}

.cta-phone-card.sub-phone {
  border-color: var(--point-green) ;
}

.cta-phone-card.sub-phone .cta-phone-icon {
  background: rgba(63, 177, 49, 0.12) ;
  color: var(--point-green) ;
}

.cta-phone-card.sub-phone strong {
  color: #1e293b;
}

.cta-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f1f5f9;
  color: var(--point-blue);
  flex-shrink: 0;
}

.cta-phone-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.cta-phone-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.cta-phone-text small {
  font-size: 13px;
  color: #64748b;
  font-weight: 700;
  margin-bottom: 1px;
  letter-spacing: -0.01em;
}

.cta-phone-text strong {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .cta-phone-boxes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin-top: 18px;
  }

  .cta-phone-card {
    width: 100%;
    max-width: 100%;
    height: 58px;
    gap: 14px;
    padding: 0 16px;
    border-radius: 12px;
  }

  .cta-phone-icon {
    width: 36px;
    height: 36px;
  }

  .cta-phone-icon svg {
    width: 18px;
    height: 18px;
  }

  .cta-phone-text {
    min-width: 0;
  }

  .cta-phone-text small,
  .cta-phone-text strong {
    white-space: nowrap;
  }

  .cta-phone-text small {
    font-size: 11.5px;
  }

  .cta-phone-text strong {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 335px) {
  .cta-phone-boxes {
    gap: 8px;
  }

  .cta-phone-card {
    width: 235px;
    max-width: 100%;
    height: 52px;
    padding: 0 12px;
    gap: 10px;
  }

  .cta-phone-icon {
    width: 32px;
    height: 32px;
  }

  .cta-phone-icon svg {
    width: 16px;
    height: 16px;
  }

  .cta-phone-text small {
    font-size: 11px;
  }

  .cta-phone-text strong {
    font-size: 14.5px;
    letter-spacing: -0.03em;
  }
}

/* ===== LNC CLEAN sample-inspired shared shell ===== */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 110;
  height: 90px;
  color: #fff;
  background: transparent;
  box-shadow: none;
  transition: height 280ms cubic-bezier(.22,.61,.36,1),color 280ms ease,background 280ms ease,box-shadow 280ms ease;
}

.site-header.is-light,
.site-header.is-scrolled,
body:not(.home-page) .site-header {
  height: 76px;
  color: #1a1a1a;
  background: rgba(255,255,255,.98);
  box-shadow: 0 1px 0 rgba(10,35,60,.1);
}

.site-header .header-top {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0 34px;
}

.site-header .brand {
  position: absolute;
  top: 50%;
  left: 34px;
  display: flex;
  width: 166px;
  height: 56px;
  align-items: center;
  padding: 0 ;
  border-radius: 0 ;
  background: transparent ;
  box-shadow: none ;
  transform: translateY(-50%);
  z-index: 113;
}

.site-header .brand img { width: 100%; max-height: 42px; object-fit: contain; filter: none; }
.site-header .header-actions { position: absolute; top: 50%; right: 34px; display: flex; align-items: center; gap: 8px; transform: translateY(-50%); }
.site-header .header-actions { z-index: 113; }
.site-header .header-actions a { display: inline-flex; min-height: 42px; align-items: center; gap: 6px; padding: 0 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 24px; font-size: 13px; font-weight: 750; transition: color 220ms ease,background 220ms ease,border-color 220ms ease; }
.site-header.is-light .header-actions a,.site-header.is-scrolled .header-actions a,body:not(.home-page) .site-header .header-actions a { color: #1a1a1a; border-color: #d9e0e6; }
.site-header .header-actions a:hover,.site-header .header-actions a:focus-visible { color: #fff; border-color: #00316a; background: #00316a; outline: 0; }
.site-header .header-actions .material-symbols-outlined { font-size: 19px; }

.site-header .desktop-nav {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 742px;
  height: 100%;
  align-items: stretch;
  transform: translateX(-50%);
  z-index: 111;
}

.site-header .desktop-nav::before {
  content: "";
  position: fixed;
  top: 90px;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 0;
  background: linear-gradient(135deg,rgba(12,67,130,.98),rgba(4,40,77,.98));
  box-shadow: 0 18px 32px rgba(0,20,44,.2);
  transition: height 280ms cubic-bezier(.22,.61,.36,1),top 280ms ease;
}
.site-header.is-light .desktop-nav::before,.site-header.is-scrolled .desktop-nav::before,body:not(.home-page) .site-header .desktop-nav::before { top: 76px; }
.site-header .desktop-nav:hover::before,.site-header .desktop-nav:focus-within::before { height: 255px; }
.site-header .gnb-item { position: relative; display: flex; width: auto; height: 100%; flex: 1 1 0; flex-direction: column; align-items: stretch; }
.site-header .gnb-link { display: flex; position: relative; height: 100%; align-items: center; justify-content: center; padding: 0 3px; color: inherit; font-size: 14px; font-weight: 780; white-space: nowrap; }
.site-header .gnb-submenu { position: absolute; top: 100%; left: 0; display: flex; width: 100%; height: 0; flex-direction: column; gap: 0; overflow: hidden; padding: 0 4px; color: #fff; background: transparent; opacity: 0; transition: height 280ms cubic-bezier(.22,.61,.36,1),opacity 180ms ease,padding 280ms ease; }
.site-header .desktop-nav:hover .gnb-submenu,.site-header .desktop-nav:focus-within .gnb-submenu { height: 255px; padding-top: 20px; opacity: 1; }
.site-header .gnb-submenu a { display: block; padding: 8px 2px; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 620; text-align: center; transition: color 180ms ease,transform 180ms ease; }
.site-header .gnb-submenu a:hover,.site-header .gnb-submenu a:focus-visible { color: #bfe1fb; outline: 0; transform: translateY(-1px); }
.site-header .menu-toggle { display: none; }

.quick-menu a .material-symbols-outlined { color: currentColor; font-size: 25px; }

@media (max-width: 1280px) {
  .site-header,.site-header.is-light,.site-header.is-scrolled,body:not(.home-page) .site-header { height: 68px; }
  .site-header .desktop-nav,.site-header .header-actions { display: none; }
  .site-header .header-top { padding: 0; }
  .site-header .brand { left: 50%; width: 148px; height: 50px; transform: translate(-50%,-50%); }
  .site-header .menu-toggle { position: absolute; top: 0; left: 0; display: grid; width: 68px; height: 68px; place-items: center; padding: 20px; color: inherit; background: transparent; }
  .site-header .menu-toggle svg { width: 27px; height: 27px; }
  html body .site-header .mobile-menu { position: fixed; top: 68px; bottom: 0; left: 0; display: block; width: min(100%,420px); height: calc(100dvh - 68px); overflow-y: auto; color: #1a1a1a; background: #fff ; box-shadow: 16px 0 35px rgba(0,25,50,.16); transform: translateX(-105%); visibility: hidden; transition: transform 360ms cubic-bezier(.22,.61,.36,1),visibility 360ms; }
  html body .site-header .mobile-menu__header { display: flex; min-height: 78px; align-items: center; justify-content: space-between; padding: 12px 18px; border-bottom: 1px solid #e2e7eb; background: #fff ; }
  .site-header .mobile-menu__brand { display: block; width: 154px; }
  .site-header .mobile-menu__brand img { width: 100%; filter: none; }
  .site-header .mobile-menu__close { display: grid; width: 42px; height: 42px; place-items: center; color: #1a1a1a; background: #eef3f7; }
  .site-header .mobile-menu__close svg { width: 23px; height: 23px; }
  html body .site-header .menu-groups { padding: 0; background: #fff ; }
  .site-header .menu-group { border-bottom: 1px solid #e4e8ec; }
  html body .site-header .menu-group__title { display: flex; width: 100%; min-height: 61px; align-items: center; justify-content: space-between; padding: 0 20px; color: #1a1a1a ; background: #fff ; font-weight: 800; text-align: left; }
  .site-header .menu-group__chevron::before { content: "+"; color: #77838d; font-size: 22px; font-weight: 400; }
  .site-header .menu-group__title[aria-expanded="true"] .menu-group__chevron::before { content: "−"; }
  .site-header .menu-group__chevron::after { content: none ; display: none ; }
  html body .site-header .menu-group__links { display: none; padding: 8px 20px 15px; color: #586571 ; background: #f4f7f9 ; }
  .site-header .menu-group__title[aria-expanded="true"] + .menu-group__links { display: block; }
  html body .site-header .menu-group__links a { display: block; padding: 9px 3px; color: #586571 ; background: transparent ; font-size: 14px; }
  .site-header .mobile-account { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 18px; }
  .site-header .mobile-account a { display: flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid #00316a; color: #00316a; font-weight: 800; }
  .site-header .mobile-account a:last-child { color: #fff; background: #00316a; }
  body.is-nav-open { overflow: hidden; }
}

@media (max-width: 640px) {
  .site-header,.site-header.is-light,.site-header.is-scrolled,body:not(.home-page) .site-header { height: 60px; }
  .site-header .brand { width: 132px; height: 45px; }
  .site-header .menu-toggle { width: 60px; height: 60px; padding: 17px; }
  .site-header .mobile-menu { top: 60px; width: 100%; height: calc(100dvh - 60px); }
}

/* =========================================================
   PERFECT NON-CLIPPING QUICK MENU (4 ITEMS)
   ========================================================= */






















/* =========================================================
   UNIVERSAL QUICK MENU (.quick-menu)
   ========================================================= */
.quick-menu {
  position: fixed ;
  right: calc(4px + env(safe-area-inset-right, 0px)) ;
  top: 50% ;
  transform: translateY(-50%) ;
  width: auto ;
  height: auto ;
  max-height: calc(100dvh - 24px) ;
  overflow-x: hidden ;
  overflow-y: auto ;
  overscroll-behavior: contain ;
  scrollbar-width: none ;
  z-index: 99 ;
  display: flex ;
  flex-direction: column ;
  gap: 10px ;
  padding: 16px ;
  border: none ;
  border-radius: 0 ;
  box-shadow: none ;
  background: transparent ;
  margin: 0 ;
  box-sizing: border-box ;
}

.quick-menu::-webkit-scrollbar { display: none ; }

.quick-menu a {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 38px;
  gap: 7px;
  padding: 6px 10px;
  border: none;
  border-radius: 20px;
  color: #fff;
  background: #00316a;
  box-shadow: 0 4px 14px rgba(6, 43, 85, .18);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
}

.quick-menu a.quick-phone { background: #00316a; color: #ffffff; }
.quick-menu a.quick-mobile { background: #0e4496; color: #ffffff; }
.quick-menu a.quick-kakao { background: #fee500; color: #000000; }
.quick-menu a.quick-naver { background: #03c75a; color: #ffffff; }

.quick-menu a .quick-menu__xeicon {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.quick-menu a .quick-menu__label {
  display: block ;
  min-width: 0 ;
  color: inherit ;
  font-size: 12px ;
  font-weight: 800 ;
  line-height: 1 ;
  letter-spacing: -.04em ;
  white-space: nowrap ;
  margin: 0 ;
  padding: 0 ;
}

.quick-menu a:hover,
.quick-menu a:focus-visible {
  color: inherit ;
  box-shadow: 0 6px 18px rgba(6, 43, 85, .25) ;
  transform: translateX(-4px) ;
  filter: brightness(1.05) ;
}

.quick-menu a.quick-top {
  justify-content: center ;
  height: 32px ;
  padding: 0 ;
  border: none ;
  border-radius: 16px ;
  color: #fff ;
  background: #0b1d38 ;
  box-shadow: 0 4px 12px rgba(6, 43, 85, .15) ;
  font-size: 11px ;
  font-weight: 900 ;
  letter-spacing: .08em ;
}

.quick-menu a.quick-top:hover,
.quick-menu a.quick-top:focus-visible {
  background: #00316a ;
}

/* Quick Menu Tablet & Mobile Responsive */
@media (max-width: 1024px) {
  html body .quick-menu,
  html body aside.quick-menu,
  .quick-menu {
    position: fixed ;
    top: auto ;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px)) ;
    right: env(safe-area-inset-right, 0px) ;
    left: auto ;
    transform: none ;
    margin: 0 ;
    width: auto ;
    max-width: none ;
    max-height: calc(100dvh - 84px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)) ;
    gap: 0 ;
    padding: 0 ;
    border: none ;
    border-radius: 0 ;
    box-shadow: none ;
    background: transparent ;
    box-sizing: border-box ;
    z-index: 99999 ;
  }

  html body .quick-menu a,
  .quick-menu a {
    display: flex ;
    width: 44px ;
    max-width: 100% ;
    height: 44px ;
    justify-content: center ;
    align-items: center ;
    gap: 0 ;
    padding: 0 ;
    border-radius: 0 ;
    box-shadow: 0 4px 12px rgba(6, 43, 85, .2) ;
    box-sizing: border-box ;
    margin: 0 ;
  }

  .quick-menu a .quick-menu__label {
    display: none ;
  }

  .quick-menu a .quick-menu__xeicon {
    display: grid ;
    width: 22px ;
    height: 22px ;
    flex-basis: 22px ;
    border-radius: 0 ;
    background: transparent ;
  }

  .quick-menu a .quick-menu__xeicon {
    font-size: 20px ;
  }

  .quick-menu a:first-child { border-radius: 12px 0 0 0 ; }
  .quick-menu a.quick-top { height: 44px ; font-size: 10px ; border-radius: 0 0 0 12px ; }
}

@media (max-width: 335px) {
  html body .quick-menu,
  html body aside.quick-menu,
  .quick-menu {
    bottom: calc(6px + env(safe-area-inset-bottom, 0px)) ;
    max-height: calc(100dvh - 84px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)) ;
  }
}

/* Header logo contrast: transparent raster logo with original/white overlay states. */
html body .site-header .header-top .brand {
  overflow: visible ;
  padding: 0 ;
  border-radius: 0 ;
  background: transparent ;
  box-shadow: none ;
}
html body .site-header .header-top .brand img {
  width: 100% ;
  height: 100% ;
  max-height: none ;
  object-fit: contain ;
  filter: brightness(0) invert(1) ;
  transition: filter 220ms ease ;
}
html body .site-header.is-light .header-top .brand img,
html body .site-header.is-scrolled .header-top .brand img,
html body .site-header.scrolled .header-top .brand img,
html body:not(.home-page) .site-header .header-top .brand img {
  filter: none ;
}

/* Final mobile drawer ownership: overrides the legacy right-side drawer contract. */
html body:not(.home-page) .site-header { height: 76px ; color: #1a1a1a ; background: rgba(255,255,255,.98) ; box-shadow: 0 1px 0 rgba(10,35,60,.1) ; }
html body:not(.home-page) .site-header .header-actions a { color: #1a1a1a ; border-color: #d9e0e6 ; }

@media (max-width: 1280px) {
  html body .site-header .desktop-nav,
  html body .site-header .header-actions { display: none ; }
  html body .site-header { height: 64px ; padding: 0 ; }
  html body .site-header .header-top { height: 64px ; padding: 0 ; }
  html body .site-header .brand { left: 12px ; width: 148px ; height: 50px ; transform: translateY(-50%) ; }
  html body .site-header .menu-toggle,
  html body .site-header .header-top .menu-toggle { position: absolute ; top: 50% ; right: 12px ; left: auto ; display: flex ; width: 44px ; min-width: 44px ; height: 44px ; min-height: 44px ; align-items: center ; justify-content: center ; color: inherit ; transform: translateY(-50%) ; }

  html body .site-header #mobileMenu {
    top: 0 ;
    right: auto ;
    bottom: 0 ;
    left: 0 ;
    display: flex ;
    width: min(100%,420px) ;
    height: 100dvh ;
    padding: 0 ;
    color: #1a1a1a ;
    background: #fff ;
    box-shadow: 16px 0 35px rgba(0,25,50,.16) ;
    transform: translateX(-105%) ;
    visibility: hidden ;
    transition: transform 360ms cubic-bezier(.22,.61,.36,1),visibility 360ms ;
  }
  html body .site-header #mobileMenu.is-open { transform: translateX(0) ; visibility: visible ; }
  html body .site-header #mobileMenu .mobile-menu__header { min-height: 78px ; order: 1 ; gap: 14px ; padding: 12px 18px ; margin: 0 ; border-bottom: 1px solid #e2e7eb ; background: #fff ; }
  html body .site-header #mobileMenu .mobile-menu__brand img { width: 154px ; max-height: 44px ; filter: none ; }
  html body .site-header #mobileMenu .mobile-menu__close { color: #1a1a1a ; border: 0 ; background: #eef3f7 ; }
  html body .site-header #mobileMenu .menu-groups { order: 2 ; padding: 0 ; color: #1a1a1a ; background: #fff ; }
  html body .site-header #mobileMenu .menu-group { border-bottom: 1px solid #e4e8ec ; }
  html body .site-header #mobileMenu .menu-group__title { min-height: 58px ; padding: 0 20px ; color: #1a1a1a ; background: #fff ; font-size: 15px ; letter-spacing: 0 ; }
  html body .site-header #mobileMenu .menu-group__title:hover,
  html body .site-header #mobileMenu .menu-group__title:focus-visible,
  html body .site-header #mobileMenu .menu-group.is-open .menu-group__title { color: #00316a ; }
  html body .site-header #mobileMenu .menu-group__chevron { display: grid ; width: 22px ; height: 22px ; margin: 0 ; place-items: center ; border: 0 ; transform: none ; }
  html body .site-header #mobileMenu .menu-group__chevron::before { content: "+" ; color: #77838d ; font-size: 22px ; font-weight: 400 ; line-height: 1 ; }
  html body .site-header #mobileMenu .menu-group.is-open .menu-group__chevron::before { content: "−" ; color: #00316a ; }
  html body .site-header #mobileMenu .menu-group__chevron::after { content: none ; display: none ; }
  html body .site-header #mobileMenu .menu-group__links { display: block ; max-height: 0 ; overflow: hidden ; padding: 0 20px ; color: #586571 ; background: #f4f7f9 ; opacity: 0 ; }
  html body .site-header #mobileMenu .menu-group.is-open .menu-group__links { max-height: 360px ; padding: 8px 20px 15px ; opacity: 1 ; }
  html body .site-header #mobileMenu .menu-group__links a { padding: 9px 3px ; color: #586571 ; background: transparent ; font-size: 14px ; }
  html body .site-header #mobileMenu .mobile-account { display: grid ; grid-template-columns: 1fr 1fr ; order: 3 ; gap: 8px ; margin: auto 0 0 ; padding: 18px ; background: #fff ; }
  html body .site-header #mobileMenu .mobile-account a { min-height: 48px ; height: auto ; border: 1px solid #00316a ; border-radius: 0 ; color: #00316a ; background: #fff ; white-space: nowrap ; }
  html body .site-header #mobileMenu .mobile-account a:last-child { color: #fff ; background: #00316a ; }
}

@media (max-width: 640px) {
  html body .site-header,
  html body .site-header .header-top { height: 60px ; }
  html body .site-header #mobileMenu { top: 0 ; width: 100% ; height: 100dvh ; }
  html body .site-header .brand { width: 132px ; height: 45px ; }
}

/* Desktop mega menu ownership: one shared panel with seven aligned columns. */
@media (min-width: 1281px) {
  html body .site-header .desktop-nav {
    position: absolute ;
    top: 0 ;
    left: 50% ;
    display: grid ;
    width: min(58vw, 820px) ;
    height: 100% ;
    grid-template-columns: repeat(7, minmax(0, 1fr)) ;
    align-items: stretch ;
    justify-content: stretch ;
    gap: 0 ;
    margin: 0 ;
    padding: 0 ;
    transform: translateX(-50%) ;
    z-index: 111 ;
  }

  html body .site-header .desktop-nav::before {
    content: "" ;
    position: absolute ;
    top: 100% ;
    left: 50% ;
    width: 100vw ;
    height: 0 ;
    border-top: 0 ;
    background: linear-gradient(135deg, rgba(12, 67, 130, 0.985), rgba(4, 40, 77, 0.985)) ;
    box-shadow: 0 18px 32px rgba(0, 20, 44, 0.2) ;
    opacity: 0 ;
    transform: translateX(-50%) ;
    transition: height 260ms cubic-bezier(.22, .61, .36, 1), opacity 180ms ease ;
    z-index: 0 ;
  }

  html body .site-header .desktop-nav::after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    left: 50% ;
    width: 100vw ;
    height: 100% ;
    background: linear-gradient(135deg, rgba(12, 67, 130, 0.985), rgba(4, 40, 77, 0.985)) ;
    opacity: 0 ;
    pointer-events: none ;
    transform: translateX(-50%) ;
    transition: opacity 180ms ease ;
    z-index: 0 ;
  }

  html body .site-header .desktop-nav:hover::before,
  html body .site-header .desktop-nav:focus-within::before {
    height: 210px ;
    opacity: 1 ;
  }

  html body .site-header .desktop-nav:hover::after,
  html body .site-header .desktop-nav:focus-within::after {
    opacity: 1 ;
  }

  html body .site-header .desktop-nav .gnb-item {
    position: relative ;
    display: flex ;
    width: 100% ;
    height: 100% ;
    min-width: 0 ;
    align-items: stretch ;
    justify-content: stretch ;
    z-index: 1 ;
  }

  html body .site-header .desktop-nav .gnb-link {
    width: 100% ;
    padding: 0 4px ;
    font-size: 15px ;
    font-weight: 780 ;
    transition: color 180ms ease, background-color 180ms ease ;
  }

  html body .site-header .desktop-nav .gnb-item:hover .gnb-link,
  html body .site-header .desktop-nav .gnb-item:focus-within .gnb-link {
    background: rgba(255, 255, 255, 0.1) ;
  }

  html body .site-header .desktop-nav:hover .gnb-link,
  html body .site-header .desktop-nav:focus-within .gnb-link {
    color: #ffffff ;
  }

  html body .site-header.is-light .desktop-nav:hover .gnb-item:hover .gnb-link,
  html body .site-header.is-light .desktop-nav:focus-within .gnb-item:focus-within .gnb-link,
  html body .site-header.is-scrolled .desktop-nav:hover .gnb-item:hover .gnb-link,
  html body .site-header.is-scrolled .desktop-nav:focus-within .gnb-item:focus-within .gnb-link,
  html body:not(.home-page) .site-header .desktop-nav:hover .gnb-item:hover .gnb-link,
  html body:not(.home-page) .site-header .desktop-nav:focus-within .gnb-item:focus-within .gnb-link {
    color: #ffffff ;
  }

  html body .site-header:has(.desktop-nav:hover) .brand img,
  html body .site-header:has(.desktop-nav:focus-within) .brand img {
    filter: brightness(0) invert(1) ;
  }

  html body .site-header:has(.desktop-nav:hover) .header-actions a,
  html body .site-header:has(.desktop-nav:focus-within) .header-actions a {
    color: #ffffff ;
    border-color: rgba(255, 255, 255, 0.42) ;
  }

  html body .site-header:has(.desktop-nav:hover) .header-actions a:hover,
  html body .site-header:has(.desktop-nav:hover) .header-actions a:focus-visible,
  html body .site-header:has(.desktop-nav:focus-within) .header-actions a:hover,
  html body .site-header:has(.desktop-nav:focus-within) .header-actions a:focus-visible {
    color: #00316a ;
    border-color: #ffffff ;
    background: #ffffff ;
  }

  html body .site-header .desktop-nav .gnb-submenu {
    position: absolute ;
    top: 100% ;
    left: 0 ;
    display: flex ;
    width: 100% ;
    min-width: 0 ;
    height: 0 ;
    flex-direction: column ;
    align-items: stretch ;
    gap: 0 ;
    overflow: hidden ;
    padding: 0 8px ;
    border: 0 ;
    border-radius: 0 ;
    color: #ffffff ;
    background: transparent ;
    box-shadow: none ;
    opacity: 0 ;
    visibility: hidden ;
    transform: none ;
    transition: height 260ms cubic-bezier(.22, .61, .36, 1), padding 260ms cubic-bezier(.22, .61, .36, 1), opacity 180ms ease, visibility 180ms ease ;
    z-index: 1 ;
  }

  html body .site-header .desktop-nav:hover .gnb-submenu,
  html body .site-header .desktop-nav:focus-within .gnb-submenu,
  html body .site-header .desktop-nav .gnb-item:hover .gnb-submenu,
  html body .site-header .desktop-nav .gnb-item:focus-within .gnb-submenu {
    height: 210px ;
    padding-top: 22px ;
    opacity: 1 ;
    visibility: visible ;
    transform: none ;
  }

  html body .site-header .desktop-nav .gnb-submenu a {
    display: block ;
    padding: 8px 3px ;
    color: rgba(255, 255, 255, 0.86) ;
    background: transparent ;
    font-size: 13px ;
    font-weight: 620 ;
    line-height: 1.45 ;
    text-align: center ;
    white-space: nowrap ;
    transform: none ;
  }

  html body .site-header .desktop-nav .gnb-submenu a:hover,
  html body .site-header .desktop-nav .gnb-submenu a:focus-visible {
    color: #d8efff ;
    background: rgba(255, 255, 255, 0.1) ;
    outline: 0 ;
    transform: none ;
  }
}
