/* 공개 하위 페이지 전체에 공통 애플형 디자인 언어를 적용함 by JS */
html.nx-custom-route {
  scroll-padding-top: 92px;
}

html.nx-custom-route body {
  color: var(--nx-apple-ink);
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

html.nx-custom-route .nx-shell {
  width: min(calc(100% - 64px), var(--nx-shell));
}

/* 공개 하위 페이지 헤더를 홈 화면과 같은 반투명 재료로 통일함 by JS */
html.nx-custom-route .nx-header {
  height: var(--nx-header-height);
  color: var(--nx-apple-ink);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(0, 0, 0, 0.055);
  box-shadow: none;
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  transition: background-color 220ms var(--nx-ease-out), box-shadow 220ms var(--nx-ease-out);
}

html.nx-custom-route .nx-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 12px 36px rgba(0, 0, 0, 0.055);
}

html.nx-custom-route .nx-header__inner {
  width: min(calc(100% - 64px), 1320px);
}

html.nx-custom-route .nx-brand {
  min-width: 196px;
}

html.nx-custom-route .nx-brand__wordmark {
  color: var(--nx-apple-ink);
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.035em;
}

html.nx-custom-route .nx-brand__ko {
  margin-top: 5px;
  color: rgba(29, 29, 31, 0.48);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

html.nx-custom-route .nx-nav__topline > a {
  padding: 0 19px;
  color: rgba(29, 29, 31, 0.78);
  font-size: 13px;
  font-weight: 600;
}

html.nx-custom-route .nx-nav__topline > a::after {
  right: 19px;
  bottom: 12px;
  left: 19px;
  height: 1px;
  background: var(--nx-apple-blue);
  transition: transform 180ms var(--nx-ease-out);
}

html.nx-custom-route .nx-nav__item:hover .nx-nav__topline > a,
html.nx-custom-route .nx-nav__item:focus-within .nx-nav__topline > a {
  color: var(--nx-apple-ink);
}

html.nx-custom-route .nx-nav__item.is-active .nx-nav__topline > a {
  color: var(--nx-apple-blue);
}

html.nx-custom-route .nx-nav__dropdown {
  top: calc(var(--nx-header-height) - 7px);
  padding: 14px;
  color: var(--nx-apple-ink);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
  transform: translate(-50%, -6px) scale(0.97);
  transform-origin: 50% 0;
  transition: opacity 180ms var(--nx-ease-out), transform 180ms var(--nx-ease-out), visibility 180ms;
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
}

html.nx-custom-route .nx-nav__dropdown--right {
  transform: translate(0, -6px) scale(0.97);
  transform-origin: 100% 0;
}

html.nx-custom-route .nx-nav__item:hover .nx-nav__dropdown,
html.nx-custom-route .nx-nav__item:focus-within .nx-nav__dropdown {
  transform: translate(-50%, 0) scale(1);
}

html.nx-custom-route .nx-nav__item:hover .nx-nav__dropdown--right,
html.nx-custom-route .nx-nav__item:focus-within .nx-nav__dropdown--right {
  transform: translate(0, 0) scale(1);
}

html.nx-custom-route .nx-nav__eyebrow {
  color: var(--nx-apple-blue);
}

html.nx-custom-route .nx-nav__dropdown a {
  border-radius: 10px;
  color: #4a4a4f;
  transition: color 140ms ease, background-color 140ms ease;
}

html.nx-custom-route .nx-nav__dropdown a:hover,
html.nx-custom-route .nx-nav__dropdown a:focus {
  color: var(--nx-apple-blue);
  background: #f2f7fd;
}

html.nx-custom-route .nx-header__contact {
  width: 126px;
  height: 38px;
  margin-left: 14px;
  padding: 0 15px;
  color: #ffffff !important;
  background: var(--nx-apple-blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  transition: background-color 160ms ease, transform 140ms var(--nx-ease-out);
}

html.nx-custom-route .nx-header__contact:hover,
html.nx-custom-route .nx-header__contact:focus {
  background: var(--nx-apple-blue-dark);
}

html.nx-custom-route .nx-header__contact:active {
  transform: scale(0.97);
}

/* 하위 페이지 마스트헤드를 밝은 제품 소개 장면으로 구성함 by JS */
html.nx-custom-route .nx-custom-page {
  color: var(--nx-apple-ink);
  background: #ffffff;
}

html.nx-custom-route .nx-skip {
  transition: none;
}

html.nx-custom-route body.nx-route-loading::after {
  display: none;
}

html.nx-custom-route .nx-detail-hero {
  min-height: 470px;
  padding: calc(var(--nx-header-height) + 102px) 0 76px;
  color: var(--nx-apple-ink);
  background-color: #eef3f8;
  background-image: url("/assets/img/modern/nexhome-subpage-masthead.webp");
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

html.nx-custom-route .nx-detail-hero::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 250, 252, 0.99) 0%, rgba(247, 250, 252, 0.94) 43%, rgba(247, 250, 252, 0.44) 72%, rgba(247, 250, 252, 0.1) 100%),
    linear-gradient(0deg, rgba(238, 243, 248, 0.38), rgba(255, 255, 255, 0.04));
}

html.nx-custom-route .nx-detail-hero--solution {
  background-position: 58% center;
}

html.nx-custom-route .nx-detail-hero--case {
  background-position: 68% center;
}

html.nx-custom-route .nx-detail-hero--support {
  background-position: 76% center;
}

html.nx-custom-route .nx-detail-hero .nx-shell {
  max-width: var(--nx-shell);
}

html.nx-custom-route .nx-detail-hero p,
html.nx-custom-route .nx-overline {
  margin-bottom: 18px;
  color: var(--nx-apple-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

html.nx-custom-route .nx-detail-hero h1 {
  max-width: 780px;
  color: var(--nx-apple-ink);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

html.nx-custom-route .nx-detail-hero > .nx-shell > span {
  max-width: 680px;
  margin-top: 24px;
  color: var(--nx-apple-muted);
  font-size: 18px;
  line-height: 1.65;
}

html.nx-custom-route .nx-detail-hero ol {
  margin-top: 36px;
  color: rgba(29, 29, 31, 0.46);
  font-size: 11px;
  font-weight: 600;
}

html.nx-custom-route .nx-detail-hero li + li::before {
  color: rgba(29, 29, 31, 0.22);
}

/* 문맥 메뉴와 본문 여백을 유리 재질과 넓은 읽기 흐름으로 정리함 by JS */
html.nx-custom-route .nx-detail-content {
  padding-bottom: 132px;
  background: #ffffff;
}

html.nx-custom-route .nx-context-nav {
  top: calc(var(--nx-header-height) + 12px);
  min-height: 56px;
  margin: 30px 0 100px;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.055);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  backdrop-filter: saturate(180%) blur(22px);
}

html.nx-custom-route .nx-context-nav a {
  min-width: 0;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--nx-apple-muted);
  font-size: 13px;
  font-weight: 600;
  transition: color 140ms ease, background-color 160ms ease;
}

html.nx-custom-route .nx-context-nav a::after {
  display: none;
}

html.nx-custom-route .nx-context-nav a:hover,
html.nx-custom-route .nx-context-nav a:focus,
html.nx-custom-route .nx-context-nav a[aria-current="page"] {
  color: var(--nx-apple-ink);
  background: #f2f2f4;
}

html.nx-custom-route .nx-context-nav a[aria-current="page"] {
  color: #ffffff;
  background: var(--nx-apple-ink);
}

html.nx-custom-route .nx-message__copy h2,
html.nx-custom-route .nx-record-intro h2,
html.nx-custom-route .nx-case-intro h2,
html.nx-custom-route .nx-support-lead h2,
html.nx-custom-route .nx-resource-intro h2,
html.nx-custom-route .nx-faq-intro h2,
html.nx-custom-route .nx-inquiry-guide h2,
html.nx-custom-route .nx-module-section h2,
html.nx-custom-route .nx-company-intro h2,
html.nx-custom-route .nx-certificate-intro h2,
html.nx-custom-route .nx-location-intro h2,
html.nx-custom-route .nx-section-heading h2,
html.nx-custom-route .nx-company-track h2,
html.nx-custom-route .nx-visit-guide h2 {
  color: var(--nx-apple-ink);
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 740;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

html.nx-custom-route .nx-message__copy > p:not(.nx-overline),
html.nx-custom-route .nx-record-intro > p,
html.nx-custom-route .nx-case-intro > p,
html.nx-custom-route .nx-resource-intro > p,
html.nx-custom-route .nx-faq-intro > p,
html.nx-custom-route .nx-company-intro > p,
html.nx-custom-route .nx-certificate-intro > p,
html.nx-custom-route .nx-location-intro > p {
  color: var(--nx-apple-muted);
}

/* 공통 버튼과 입력 요소를 일관된 터치 크기와 피드백으로 구성함 by JS */
html.nx-custom-route .nx-button,
html.nx-custom-route .nx-case-toggle,
html.nx-custom-route .nx-resource-card button {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  transition: color 140ms ease, background-color 160ms ease, border-color 160ms ease,
    box-shadow 180ms var(--nx-ease-out), transform 140ms var(--nx-ease-out);
}

html.nx-custom-route .nx-button--primary {
  color: #ffffff;
  background: var(--nx-apple-blue);
}

html.nx-custom-route .nx-button--dark {
  color: #ffffff;
  background: var(--nx-apple-ink);
}

html.nx-custom-route .nx-button--light {
  color: var(--nx-apple-ink);
  background: #f5f5f7;
  border-color: rgba(0, 0, 0, 0.08);
}

html.nx-custom-route .nx-case-toggle,
html.nx-custom-route .nx-resource-card button {
  border-color: rgba(0, 113, 227, 0.28);
  color: var(--nx-apple-blue);
  background: #ffffff;
}

html.nx-custom-route .nx-button:active,
html.nx-custom-route .nx-case-toggle:active,
html.nx-custom-route .nx-resource-card button:active,
html.nx-custom-route .nx-certificate-card:active {
  transform: scale(0.97);
}

html.nx-custom-route .nx-search input,
html.nx-custom-route .nx-inquiry-form input,
html.nx-custom-route .nx-inquiry-form select,
html.nx-custom-route .nx-inquiry-form textarea {
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  color: var(--nx-apple-ink);
  background: #ffffff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

html.nx-custom-route .nx-search input:focus,
html.nx-custom-route .nx-inquiry-form input:focus,
html.nx-custom-route .nx-inquiry-form select:focus,
html.nx-custom-route .nx-inquiry-form textarea:focus {
  border-color: var(--nx-apple-blue);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
}

html.nx-custom-route .nx-segmented {
  gap: 3px;
  padding: 4px;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 999px;
  background: #f2f2f4;
}

html.nx-custom-route .nx-segmented button {
  min-height: 40px;
  border-radius: 999px;
  color: var(--nx-apple-muted);
  font-weight: 600;
}

html.nx-custom-route .nx-segmented button:hover,
html.nx-custom-route .nx-segmented button:focus {
  color: var(--nx-apple-ink);
  background: rgba(255, 255, 255, 0.7);
}

html.nx-custom-route .nx-segmented button[aria-pressed="true"] {
  color: var(--nx-apple-ink);
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
}

/* 회사소개 페이지의 정보 블록을 넓고 부드러운 카드 체계로 구성함 by JS */
html.nx-custom-route .nx-message__visual {
  overflow: hidden;
  border-radius: 30px;
  background: #121214;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
}

html.nx-custom-route .nx-message__visual div {
  padding: 30px;
}

html.nx-custom-route .nx-message__visual span,
html.nx-custom-route .nx-principles span,
html.nx-custom-route .nx-delivery li > span {
  color: #8cc8ff;
}

html.nx-custom-route .nx-principles,
html.nx-custom-route .nx-pse-grid,
html.nx-custom-route .nx-capability-grid,
html.nx-custom-route .nx-location-details {
  gap: 16px;
  border: 0;
  background: transparent;
}

html.nx-custom-route .nx-principles article,
html.nx-custom-route .nx-pse-grid article,
html.nx-custom-route .nx-capability-grid article,
html.nx-custom-route .nx-location-details article {
  border: 1px solid rgba(0, 0, 0, 0.055);
  border-radius: 24px;
  background: var(--nx-apple-soft);
}

html.nx-custom-route .nx-principles h3,
html.nx-custom-route .nx-capability-grid h3,
html.nx-custom-route .nx-location-details h2 {
  color: var(--nx-apple-ink);
  letter-spacing: -0.025em;
}

html.nx-custom-route .nx-company-profile {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.065);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.065);
}

html.nx-custom-route .nx-company-profile__title {
  background:
    linear-gradient(150deg, rgba(0, 113, 227, 0.24), transparent 52%),
    #111113;
}

html.nx-custom-route .nx-company-profile dl > div {
  border-color: rgba(0, 0, 0, 0.065);
}

html.nx-custom-route .nx-company-track {
  padding: 58px;
  border: 1px solid rgba(0, 0, 0, 0.055);
  border-radius: 32px;
  background: var(--nx-apple-soft);
}

html.nx-custom-route .nx-company-track li {
  border-color: rgba(0, 0, 0, 0.08);
}

html.nx-custom-route .nx-company-track li::before {
  border-radius: 50%;
  background: var(--nx-apple-blue);
}

/* 솔루션 상세 페이지의 시스템 흐름과 구축 단계를 제품 카드처럼 표현함 by JS */
html.nx-custom-route .nx-system-visual {
  min-height: 410px;
  padding: 38px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 12%, rgba(0, 113, 227, 0.3), transparent 34%),
    #121214;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.16);
}

html.nx-custom-route .nx-system-visual > div:first-child span,
html.nx-custom-route .nx-system-flow small {
  color: #8cc8ff;
}

html.nx-custom-route .nx-system-flow article {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.075);
}

html.nx-custom-route .nx-pse-grid article {
  min-height: 270px;
  background: #f5f5f7;
}

html.nx-custom-route .nx-pse-grid article:nth-child(2) {
  background: #edf6ff;
}

html.nx-custom-route .nx-pse-grid article:nth-child(3) {
  background: #f7f2ff;
}

html.nx-custom-route .nx-pse-grid span,
html.nx-custom-route .nx-module-section li span {
  color: var(--nx-apple-blue);
}

html.nx-custom-route .nx-pse-grid h3,
html.nx-custom-route .nx-module-section li strong {
  color: var(--nx-apple-ink);
}

html.nx-custom-route .nx-module-section {
  border-color: rgba(0, 0, 0, 0.08);
}

html.nx-custom-route .nx-module-section li {
  border-color: rgba(0, 0, 0, 0.055);
  border-radius: 18px;
  background: var(--nx-apple-soft);
}

html.nx-custom-route .nx-delivery {
  overflow: hidden;
  padding: 58px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 113, 227, 0.25), transparent 34%),
    #121214;
}

html.nx-custom-route .nx-delivery ol {
  gap: 1px;
  overflow: hidden;
  border-radius: 20px;
}

html.nx-custom-route .nx-delivery li {
  background: rgba(255, 255, 255, 0.055);
}

/* 실적·사례·인증 카드에 동일한 깊이와 모서리 체계를 적용함 by JS */
html.nx-custom-route .nx-filter-panel {
  border-color: rgba(0, 0, 0, 0.08);
}

html.nx-custom-route .nx-result-count strong,
html.nx-custom-route .nx-performance-item time,
html.nx-custom-route .nx-performance-item span,
html.nx-custom-route .nx-case-study__head span,
html.nx-custom-route .nx-certificate-card > span {
  color: var(--nx-apple-blue);
}

html.nx-custom-route .nx-performance-list,
html.nx-custom-route .nx-notice-list,
html.nx-custom-route .nx-faq-list {
  display: grid;
  gap: 12px;
  border: 0;
}

html.nx-custom-route .nx-performance-item {
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.055);
  border-radius: 22px;
  background: var(--nx-apple-soft);
}

html.nx-custom-route .nx-case-study {
  padding: 34px;
  border-color: rgba(0, 0, 0, 0.065);
  border-radius: 26px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.045);
}

html.nx-custom-route .nx-case-study dl {
  border-radius: 16px;
  background: var(--nx-apple-soft);
}

html.nx-custom-route .nx-case-study__detail {
  border-color: rgba(0, 0, 0, 0.08);
}

html.nx-custom-route .nx-certificate-grid {
  gap: 18px;
}

html.nx-custom-route .nx-certificate-card {
  padding: 20px;
  border-color: rgba(0, 0, 0, 0.065);
  border-radius: 22px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.035);
  transition: border-color 180ms ease, box-shadow 220ms var(--nx-ease-out),
    transform 180ms var(--nx-ease-out);
}

html.nx-custom-route .nx-certificate-card:hover,
html.nx-custom-route .nx-certificate-card:focus {
  border-color: rgba(0, 113, 227, 0.18);
  outline: none;
  transform: none;
}

html.nx-custom-route .nx-certificate-card figure {
  border-radius: 14px;
  background: var(--nx-apple-soft);
}

html.nx-custom-route .nx-certificate-dialog {
  padding: 28px;
  border-radius: 28px;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.24);
}

html.nx-custom-route .nx-certificate-dialog::backdrop {
  background: rgba(0, 0, 0, 0.48);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

html.nx-custom-route .nx-certificate-dialog > button {
  border-radius: 50%;
  background: var(--nx-apple-ink);
}

html.nx-custom-route .nx-certificate-dialog img {
  border-radius: 16px;
  background: var(--nx-apple-soft);
}

/* 고객지원 목록과 문의 폼을 읽기 쉬운 밝은 카드 체계로 구성함 by JS */
html.nx-custom-route .nx-support-lead > a,
html.nx-custom-route .nx-contact-box {
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(0, 113, 227, 0.28), transparent 42%),
    #121214;
}

html.nx-custom-route .nx-support-lead > a span,
html.nx-custom-route .nx-contact-box span {
  color: #8cc8ff;
}

html.nx-custom-route .nx-notice-row,
html.nx-custom-route .nx-faq-row {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background: #ffffff;
}

html.nx-custom-route .nx-notice-row[open],
html.nx-custom-route .nx-faq-row[open] {
  border-color: rgba(0, 113, 227, 0.2);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.055);
}

html.nx-custom-route .nx-notice-row summary,
html.nx-custom-route .nx-faq-row summary {
  padding: 26px 28px;
}

html.nx-custom-route .nx-notice-row summary > span,
html.nx-custom-route .nx-faq-row summary > span,
html.nx-custom-route .nx-faq-row[open] summary h3,
html.nx-custom-route .nx-notice-row[open] summary h3 {
  color: var(--nx-apple-blue);
}

html.nx-custom-route .nx-notice-row__body,
html.nx-custom-route .nx-faq-row > div {
  border-color: rgba(0, 0, 0, 0.06);
  background: var(--nx-apple-soft);
}

html.nx-custom-route .nx-inquiry-form {
  padding: 46px;
  border-color: rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  background: var(--nx-apple-soft);
}

html.nx-custom-route .nx-form-heading {
  border-color: rgba(0, 0, 0, 0.08);
}

html.nx-custom-route .nx-form-heading > span {
  color: var(--nx-apple-blue);
}

html.nx-custom-route .nx-form-heading h2 {
  color: var(--nx-apple-ink);
  letter-spacing: -0.035em;
}

html.nx-custom-route .nx-consent input {
  accent-color: var(--nx-apple-blue);
}

html.nx-custom-route .nx-form-status {
  border-radius: 16px;
}

html.nx-custom-route .nx-resource-grid {
  gap: 18px;
}

html.nx-custom-route .nx-resource-card {
  min-height: 200px;
  padding: 32px;
  border-color: rgba(0, 0, 0, 0.055);
  border-radius: 24px;
  background: var(--nx-apple-soft);
}

html.nx-custom-route .nx-resource-card > span,
html.nx-custom-route .nx-resource-card div > p:first-child {
  color: var(--nx-apple-blue);
}

html.nx-custom-route .nx-inline-cta {
  padding: 48px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 113, 227, 0.28), transparent 38%),
    #121214;
}

html.nx-custom-route .nx-inline-cta span {
  color: #8cc8ff;
}

/* 오시는 길과 약관 페이지를 동일한 카드와 본문 폭으로 정리함 by JS */
html.nx-custom-route .nx-location-map {
  border-color: rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.07);
}

html.nx-custom-route .nx-visit-guide {
  border-color: rgba(0, 0, 0, 0.08);
}

html.nx-custom-route .nx-legal {
  margin-top: 82px;
  padding: 56px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  background: var(--nx-apple-soft);
}

html.nx-custom-route .nx-legal header {
  border-color: var(--nx-apple-ink);
}

html.nx-custom-route .nx-legal header h2,
html.nx-custom-route .nx-legal section h3 {
  color: var(--nx-apple-ink);
}

html.nx-custom-route .nx-legal section,
html.nx-custom-route .nx-legal-table,
html.nx-custom-route .nx-legal-table > div {
  border-color: rgba(0, 0, 0, 0.08);
}

/* 하위 페이지 푸터를 홈 화면과 같은 마지막 장면으로 통일함 by JS */
html.nx-custom-route .nx-footer {
  padding: 72px 0 36px;
  color: rgba(245, 245, 247, 0.68);
  background: #111113;
}

html.nx-custom-route .nx-footer__top {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

html.nx-custom-route .nx-footer__links a {
  color: rgba(245, 245, 247, 0.72);
}

html.nx-custom-route .nx-footer .nx-brand__wordmark {
  color: #f5f5f7;
}

html.nx-custom-route .nx-footer .nx-brand__ko,
html.nx-custom-route .nx-footer__bottom {
  color: rgba(245, 245, 247, 0.48);
}

/* 페이지 진입과 펼침 상태를 설명하는 절제된 모션을 제공함 by JS */
html.nx-custom-route .nx-detail-hero .nx-shell {
  animation: nx-subpage-hero-in 720ms var(--nx-ease-out) both;
}

html.nx-custom-route .nx-subpage-reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0) scale(0.992);
  transition: opacity 560ms var(--nx-ease-out), transform 560ms var(--nx-ease-out);
  will-change: transform, opacity;
}

html.nx-custom-route .nx-subpage-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

html.nx-custom-route .nx-notice-row[open] > div,
html.nx-custom-route .nx-faq-row[open] > div {
  animation: nx-subpage-detail-in 220ms var(--nx-ease-out) both;
}

html.nx-custom-route .nx-certificate-dialog[open] {
  animation: nx-subpage-dialog-in 240ms var(--nx-ease-out) both;
}

@media (hover: hover) and (pointer: fine) {
  html.nx-custom-route .nx-case-study,
  html.nx-custom-route .nx-certificate-card,
  html.nx-custom-route .nx-resource-card,
  html.nx-custom-route .nx-principles article,
  html.nx-custom-route .nx-capability-grid article {
    transition: border-color 180ms ease, box-shadow 220ms var(--nx-ease-out),
      transform 220ms var(--nx-ease-out);
  }

  html.nx-custom-route .nx-case-study:hover,
  html.nx-custom-route .nx-certificate-card:hover,
  html.nx-custom-route .nx-resource-card:hover,
  html.nx-custom-route .nx-principles article:hover,
  html.nx-custom-route .nx-capability-grid article:hover {
    border-color: rgba(0, 113, 227, 0.18);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.075);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes nx-subpage-hero-in {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes nx-subpage-detail-in {
  from {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes nx-subpage-dialog-in {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/* 태블릿에서 헤더와 두 열 콘텐츠의 읽기 흐름을 유지함 by JS */
@media (max-width: 1100px) {
  html.nx-custom-route .nx-header__inner,
  html.nx-custom-route .nx-shell {
    width: min(calc(100% - 40px), var(--nx-shell));
  }

  html.nx-custom-route .nx-menu-toggle {
    color: var(--nx-apple-ink);
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 999px;
  }

  html.nx-custom-route .nx-nav {
    top: var(--nx-header-height);
    width: min(420px, 100%);
    height: calc(100dvh - var(--nx-header-height));
    min-height: calc(100dvh - var(--nx-header-height));
    max-height: calc(100dvh - var(--nx-header-height));
    padding: 12px 22px 28px;
    color: var(--nx-apple-ink);
    background: rgba(255, 255, 255, 0.96);
    border-top-color: rgba(0, 0, 0, 0.06);
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.13);
    transition: transform 220ms var(--nx-ease-out), visibility 220ms;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }

  html.nx-custom-route .nx-nav__item {
    border-bottom-color: rgba(0, 0, 0, 0.08);
  }

  html.nx-custom-route .nx-nav__topline > a {
    color: var(--nx-apple-ink);
  }

  html.nx-custom-route .nx-nav__expand::before,
  html.nx-custom-route .nx-nav__expand::after {
    background: var(--nx-apple-blue);
  }

  html.nx-custom-route .nx-nav__dropdown,
  html.nx-custom-route .nx-nav__dropdown--right {
    color: var(--nx-apple-ink);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  html.nx-custom-route .nx-nav__item:hover .nx-nav__dropdown,
  html.nx-custom-route .nx-nav__item:focus-within .nx-nav__dropdown,
  html.nx-custom-route .nx-nav__item:hover .nx-nav__dropdown--right,
  html.nx-custom-route .nx-nav__item:focus-within .nx-nav__dropdown--right {
    transform: none;
  }

  html.nx-custom-route .nx-nav__dropdown a {
    color: rgba(29, 29, 31, 0.58);
  }

  html.nx-custom-route .nx-header__contact {
    width: 100%;
    height: 48px;
    margin: 22px 0 0;
  }
}

/* 모바일에서 한 열 레이아웃과 가로 문맥 메뉴를 안정적으로 제공함 by JS */
@media (max-width: 768px) {
  html.nx-custom-route .nx-detail-hero {
    min-height: 430px;
    padding: calc(var(--nx-header-height) + 82px) 0 58px;
    background-position: 66% center;
  }

  html.nx-custom-route .nx-detail-hero::before {
    background:
      linear-gradient(90deg, rgba(247, 250, 252, 0.99), rgba(247, 250, 252, 0.93) 66%, rgba(247, 250, 252, 0.5)),
      linear-gradient(0deg, rgba(238, 243, 248, 0.45), rgba(255, 255, 255, 0.04));
  }

  html.nx-custom-route .nx-detail-hero h1 {
    font-size: clamp(40px, 10vw, 54px);
  }

  html.nx-custom-route .nx-detail-hero > .nx-shell > span {
    max-width: 520px;
    font-size: 16px;
  }

  html.nx-custom-route .nx-detail-content {
    padding-bottom: 88px;
  }

  html.nx-custom-route .nx-context-nav {
    width: calc(100% + 40px);
    margin: 20px -20px 70px;
    padding: 4px 12px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.045);
  }

  html.nx-custom-route .nx-context-nav a {
    padding: 0 17px;
  }

  html.nx-custom-route .nx-company-track,
  html.nx-custom-route .nx-delivery,
  html.nx-custom-route .nx-legal {
    padding: 36px 28px;
    border-radius: 26px;
  }

  html.nx-custom-route .nx-inquiry-form {
    padding: 32px 24px;
    border-radius: 26px;
  }

  html.nx-custom-route .nx-inline-cta {
    padding: 36px 28px;
    border-radius: 26px;
  }

  html.nx-custom-route .nx-location-intro,
  html.nx-custom-route .nx-legal {
    padding-top: 0;
  }

  html.nx-custom-route .nx-legal {
    margin-top: 64px;
  }
}

@media (max-width: 640px) {
  html.nx-custom-route .nx-header__inner,
  html.nx-custom-route .nx-shell {
    width: min(calc(100% - 32px), var(--nx-shell));
  }

  html.nx-custom-route .nx-brand {
    min-width: 0;
  }

  html.nx-custom-route .nx-brand__wordmark {
    font-size: 16px;
  }

  html.nx-custom-route .nx-brand__ko {
    font-size: 8px;
  }

  html.nx-custom-route .nx-context-nav {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }

  html.nx-custom-route .nx-message__copy h2,
  html.nx-custom-route .nx-record-intro h2,
  html.nx-custom-route .nx-case-intro h2,
  html.nx-custom-route .nx-support-lead h2,
  html.nx-custom-route .nx-resource-intro h2,
  html.nx-custom-route .nx-faq-intro h2,
  html.nx-custom-route .nx-inquiry-guide h2,
  html.nx-custom-route .nx-module-section h2,
  html.nx-custom-route .nx-company-intro h2,
  html.nx-custom-route .nx-certificate-intro h2,
  html.nx-custom-route .nx-location-intro h2,
  html.nx-custom-route .nx-section-heading h2,
  html.nx-custom-route .nx-company-track h2,
  html.nx-custom-route .nx-visit-guide h2 {
    font-size: 34px;
  }

  html.nx-custom-route .nx-case-study,
  html.nx-custom-route .nx-resource-card,
  html.nx-custom-route .nx-performance-item {
    padding: 26px 22px;
  }

  html.nx-custom-route .nx-system-visual {
    padding: 28px 22px;
    border-radius: 26px;
  }
}

/* 모션 감소 설정에서는 위치 이동을 제거하고 상태 변화만 유지함 by JS */
@media (prefers-reduced-motion: reduce) {
  html.nx-custom-route .nx-detail-hero .nx-shell,
  html.nx-custom-route .nx-notice-row[open] > div,
  html.nx-custom-route .nx-faq-row[open] > div,
  html.nx-custom-route .nx-certificate-dialog[open] {
    animation: none !important;
  }

  html.nx-custom-route .nx-subpage-reveal {
    opacity: 0;
    transform: none;
    transition: opacity 200ms ease;
  }

  html.nx-custom-route .nx-subpage-reveal.is-visible {
    opacity: 1;
  }

  html.nx-custom-route .nx-button,
  html.nx-custom-route .nx-case-toggle,
  html.nx-custom-route .nx-resource-card button,
  html.nx-custom-route .nx-certificate-card {
    transform: none !important;
    transition-duration: 120ms;
  }
}

@media (prefers-reduced-transparency: reduce) {
  html.nx-custom-route .nx-header,
  html.nx-custom-route .nx-nav,
  html.nx-custom-route .nx-nav__dropdown,
  html.nx-custom-route .nx-context-nav,
  html.nx-custom-route .nx-certificate-dialog::backdrop {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  html.nx-custom-route .nx-header,
  html.nx-custom-route .nx-nav,
  html.nx-custom-route .nx-nav__dropdown,
  html.nx-custom-route .nx-context-nav {
    background: #ffffff;
  }
}

html.nx-custom-route.nx-motion-off .nx-detail-hero .nx-shell,
html.nx-custom-route.nx-motion-off .nx-notice-row[open] > div,
html.nx-custom-route.nx-motion-off .nx-faq-row[open] > div,
html.nx-custom-route.nx-motion-off .nx-certificate-dialog[open] {
  animation: none !important;
}

html.nx-custom-route.nx-motion-off .nx-subpage-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
