body {
    padding-top: 0;
  }
  .subpage-hero {
    position: sticky;
    top: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 160px 0 88px;
    overflow: hidden;
    text-align: center;
    isolation: isolate;
    background-position: center calc(50% + var(--hero-bg-shift, 0px));
    will-change: background-position;
  }
  .subpage-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 220px;
    background: linear-gradient(180deg, rgba(7, 18, 38, 0), rgba(7, 18, 38, 0.18));
    pointer-events: none;
    z-index: 0;
  }
  .subpage-hero > .container {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: calc(100vh - 248px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, var(--hero-content-shift, 0px), 0);
    will-change: transform;
  }
  .subpage-hero__title {
    margin: 0;
    max-width: 14ch;
    font-size: clamp(54px, 8vw, 112px);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.06em;
    color: #fff;
    word-break: keep-all;
    text-wrap: balance;
  }
  .subpage-hero__desc {
    display: none;
  }
  .subpage-hero__crumbs {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
  }
  .subpage-hero__crumbs span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .subpage-hero__crumbs span:not(:last-child)::after {
    content: "•";
    color: rgba(255, 255, 255, 0.34);
  }
  .subpage-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transform: translate3d(-50%, var(--hero-scroll-shift, 0px), 0);
    opacity: var(--hero-scroll-opacity, 1);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.86);
    will-change: transform, opacity;
  }
  .subpage-hero__scroll::after {
    content: "";
    width: 1px;
    height: 54px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
  }
  .subpage-hero + .subpage-lnb,
  .subpage-hero + .subpage-content {
    position: relative;
    z-index: 2;

  }
  .subpage-hero + .subpage-lnb {
    overflow: hidden;
    border-radius: 32px 32px 0 0;
    box-shadow: 0 -24px 64px rgba(15, 23, 42, 0.12);
  }
  .subpage-hero + .subpage-content {
    border-radius: 32px 32px 0 0;
    min-height: 100vh;
  }
  .subpage-hero + .subpage-lnb + .subpage-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
  }
  body.subpage-hero-mode .site-header {
    border-bottom-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  body.subpage-hero-mode .brand__mark {
    filter: brightness(0) invert(1);
  }
  body.subpage-hero-mode .site-nav__link,
  body.subpage-hero-mode .site-nav__subbar-link,
  body.subpage-hero-mode .lang-switch,
  body.subpage-hero-mode .lang-switch .is-active {
    color: rgba(255, 255, 255, 0.86);
  }
  body.subpage-hero-mode .site-nav__item.is-active .site-nav__link,
  body.subpage-hero-mode .site-nav__item:hover .site-nav__link,
  body.subpage-hero-mode .site-nav__subbar-link:hover {
    color: #fff;
  }
  body.subpage-hero-mode .site-menu-button span {
    background: #fff;
  }
  body.subpage-hero-mode .site-nav__subbar {
    border-bottom-color: rgba(255, 255, 255, 0.14);
    background: rgba(7, 18, 38, 0.3);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  @media (max-width: 767px) {
    .subpage-hero {
      padding: 140px 0 72px;
    }
    .subpage-hero::after {
      height: 160px;
    }
    .subpage-hero > .container {
      min-height: calc(100vh - 212px);
    }
    .subpage-hero__title {
      max-width: 11ch;
      font-size: clamp(42px, 13vw, 72px);
    }
    .subpage-hero__crumbs {
      gap: 10px;
      font-size: 11px;
    }
    .subpage-hero__crumbs span {
      gap: 10px;
    }
    .subpage-hero__scroll {
      bottom: 28px;
    }
    .subpage-hero + .subpage-lnb,
    .subpage-hero + .subpage-content {
      border-radius: 24px 24px 0 0;
    }
  }

.site-nav__subbar,
  .site-mega,
  .mobile-drawer {
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
  }
  .site-backdrop {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
  }
  .site-nav__subbar-link {
    color: rgba(15, 23, 42, 0.82);
  }
  .site-nav__subbar-link:hover {
    color: var(--accent);
  }
  body.subpage-hero-mode .site-nav__subbar,
  body.subpage-hero-mode .site-mega,
  body.subpage-hero-mode .mobile-drawer {
    border-bottom-color: rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
  }
  body.subpage-hero-mode .site-backdrop {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
  }
  body.subpage-hero-mode .site-nav__subbar-link {
    color: rgba(15, 23, 42, 0.82);
  }
  body.subpage-hero-mode .site-nav__subbar-link:hover {
    color: var(--accent);
  }
  .site-nav__subbar,
  body.subpage-hero-mode .site-nav__subbar {
    background: rgba(255, 255, 255, 0.8);
  }

.nd-section-panes {
    position: relative;
  }

  .nd-section-pane {
    display: block;
  }

  .nd-section-pane[hidden] {
    display: none !important;
  }

body[data-hero-overlay="0"] .subpage-hero::after {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  main > .subpage-content {
    width: 100% !important;
    max-width: none !important;
  }

  body[data-page="company"] .subpage-hero + .subpage-content,
  body[data-page="business"] .subpage-hero + .subpage-lnb,
  body[data-page="business"] .subpage-hero + .subpage-content,
  body[data-page="media"] .subpage-hero + .subpage-lnb,
  body[data-page="contact"] .subpage-hero + .subpage-lnb,
  body[data-page="support"] .subpage-hero + .subpage-lnb,
  body[data-page="careers"] .subpage-hero + .subpage-lnb,
  body[data-page="esg"] .subpage-hero + .subpage-lnb {
    position: relative;
    z-index: 2;
    background: #fff;
  }

  body[data-page="company"] main > .subpage-content,
  body[data-page="business"] main > :not(.subpage-hero):not(.subpage-lnb),
  body[data-page="media"] main > :not(.subpage-hero):not(.subpage-lnb),
  body[data-page="contact"] main > :not(.subpage-hero):not(.subpage-lnb),
  body[data-page="support"] main > :not(.subpage-hero):not(.subpage-lnb),
  body[data-page="careers"] main > :not(.subpage-hero):not(.subpage-lnb),
  body[data-page="esg"] main > :not(.subpage-hero):not(.subpage-lnb) {
    position: relative;
    isolation: isolate;
    z-index: 2;
    background: #fff;
  }

  body[data-page="company"] main > .subpage-content::before,
  body[data-page="business"] main > :not(.subpage-hero):not(.subpage-lnb)::before,
  body[data-page="media"] main > :not(.subpage-hero):not(.subpage-lnb)::before,
  body[data-page="contact"] main > :not(.subpage-hero):not(.subpage-lnb)::before,
  body[data-page="support"] main > :not(.subpage-hero):not(.subpage-lnb)::before,
  body[data-page="careers"] main > :not(.subpage-hero):not(.subpage-lnb)::before,
  body[data-page="esg"] main > :not(.subpage-hero):not(.subpage-lnb)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #fff;
    pointer-events: none;
    z-index: -1;
  }

body img {
            -webkit-user-drag: none;
            user-select: none;
        }
