.page-en.en-detail-page {
  color: #162a3c;
  font-family: Inter, Pretendard, "Noto Sans KR", Arial, sans-serif;
}

.en-detail-page .ceo-visual__title h1,
.en-detail-page .clients-industry__heading h2,
.en-detail-page .consulting-guide > h2,
.en-detail-page .catalog-heading h2,
.en-detail-page .catalog-panel__content h2 {
  font-family: Inter, Pretendard, sans-serif;
  font-weight: 560;
  letter-spacing: -.038em;
}

.en-detail-page .primary-nav .mega-links a {
  position: relative;
  white-space: nowrap;
}

.en-detail-page .primary-nav .mega-links a::after {
  right: auto;
  width: 0;
  transition: width .24s cubic-bezier(.22, .61, .36, 1);
}

.en-detail-page .primary-nav .mega-links a:hover::after,
.en-detail-page .primary-nav .mega-links a:focus-visible::after,
.en-detail-page .primary-nav .mega-links a.is-current::after {
  width: 26px;
}

.en-detail-page .hd-home-footer__bottom {
  align-items: center;
}

.en-clients-page .clients-intro {
  max-width: 920px;
}

.en-clients-proof {
  display: block;
  margin-bottom: 19px;
  color: #a78348;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
}

.en-clients-page .clients-intro__copy {
  letter-spacing: -.012em;
}

.en-clients-page .clients-jump__links a {
  padding-inline: 13px;
  font-size: 10.5px;
  letter-spacing: .035em;
}

.en-clients-page .clients-industry__heading h2 {
  font-size: clamp(30px, 2.2vw, 38px);
}

.en-clients-page .clients-card {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease, border-color .3s ease, background-color .3s ease;
}

.en-clients-page .clients-card.is-row-visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--clients-row-delay, 0ms), var(--clients-row-delay, 0ms), 0ms, 0ms;
}

.en-clients-page .clients-card.is-row-settled {
  transition-delay: 0ms;
}

.en-clients-page .clients-grid:has(.clients-card:hover) .clients-card:not(:hover) {
  opacity: .66;
}

.en-clients-page .clients-card:hover {
  transform: translateY(-1px) scale(1.012);
}

.en-consulting-page .consulting-guide > h2,
.en-after-service-page .consulting-guide > h2 {
  max-width: 600px;
  line-height: 1.28;
}

.en-consulting-page .consulting-guide__intro,
.en-after-service-page .consulting-guide__intro {
  letter-spacing: -.006em;
  word-break: normal;
}

.en-consulting-page .consulting-guide-card h3,
.en-after-service-page .consulting-guide-card h3 {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -.012em;
}

.en-consulting-page .consulting-guide-card p,
.en-after-service-page .consulting-guide-card p {
  word-break: normal;
}

.en-detail-page .consulting-form-panel__heading > span {
  max-width: 510px;
}

.en-detail-page .consulting-field label {
  font-weight: 550;
  letter-spacing: -.006em;
}

.en-detail-page .consulting-submit,
.en-detail-page .consulting-submit span {
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.en-detail-page .consulting-submit:hover span,
.en-detail-page .consulting-submit:focus-visible span {
  transform: translate(5px, -1px);
}

.en-service-step {
  display: block;
  margin: 2px 0 8px;
  color: #a78348;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .15em;
}

.en-catalog-page .catalog-intro__copy p,
.en-catalog-page .catalog-panel__description {
  word-break: normal;
}

.en-catalog-file-meta {
  margin: 18px 0 0;
  color: #778791;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .14em;
}

@media (max-width: 1280px) and (min-width: 801px) {
  .en-consulting-page .consulting-guide > h2,
  .en-after-service-page .consulting-guide > h2 {
    font-size: 34px;
  }
}

@media (max-width: 800px) {
  .en-detail-page .ceo-visual__statement {
    max-width: 47vw;
  }

  .en-clients-page .clients-jump__links a {
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .en-detail-page .ceo-visual__statement {
    display: none;
  }

  .en-detail-page .ceo-visual__title h1 {
    font-size: 32px;
  }

  .en-clients-page .clients-intro__copy br,
  .en-catalog-page .catalog-intro__copy br,
  .en-catalog-page .catalog-panel__description br {
    display: none;
  }

  .en-clients-page .clients-industry__heading h2 {
    font-size: 27px;
  }

  .en-consulting-page .consulting-guide > h2,
  .en-after-service-page .consulting-guide > h2 {
    font-size: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .en-clients-page .clients-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
