/* WordPress production additions layered over the recovered advertising design. */
@font-face {
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url("../fonts/PretendardVariable.woff2") format("woff2-variations");
}

body.nowdaebu-site {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
}
.screen-reader-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute !important;
  overflow: hidden;
}

.screen-reader-text:focus {
  z-index: 100000;
  width: auto;
  height: auto;
  clip: auto !important;
  clip-path: none;
  color: var(--navy);
  background: #fff;
  border-radius: 8px;
  padding: 14px 18px;
  top: 8px;
  left: 8px;
  display: block;
}

.is-modal-open { overflow: hidden; }

.form-honeypot {
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -10000px;
  overflow: hidden;
}

.form-status {
  min-height: 0;
  color: #1d7d5d;
  text-align: center;
  grid-column: 1 / -1;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
}

.form-status:empty { display: none; }
.form-status.is-error { color: #b4233b; }
.submit-button:disabled { cursor: wait; opacity: .72; }

.subpage-header {
  border-bottom: 2px solid var(--navy);
  background: var(--sky);
}

.subpage-header-inner {
  width: min(1180px, 100% - 48px);
  min-height: 102px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.site-footer {
  color: #c7cfdb;
  background: #061327;
  padding: 58px 0 38px;
}

.footer-topline {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 28px;
  display: flex;
}

.footer-topline > p {
  color: #fff9;
  text-align: right;
  margin: 0;
  font-size: 13px;
  font-weight: 750;
}

.footer-contact-grid {
  border-block: 1px solid #ffffff24;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 28px;
  display: grid;
}

.footer-contact-grid > div {
  min-height: 104px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 20px 25px;
  display: flex;
}

.footer-contact-grid > div + div { border-left: 1px solid #ffffff24; }
.footer-contact-grid span { color: #8d9aaf; letter-spacing: .08em; font-size: 10px; font-weight: 850; }
.footer-contact-grid b,
.footer-contact-grid a { color: #fff; font-size: 17px; font-weight: 900; overflow-wrap: anywhere; }
.footer-contact-grid a:hover { color: var(--yellow); }

.company-info-grid {
  border: 1px solid #ffffff1f;
  background: #ffffff08;
  border-radius: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
  padding: 5px 18px;
  display: grid;
}

.company-info-grid dl {
  min-height: 70px;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 13px 15px;
  display: flex;
}

.company-info-grid dl.wide { grid-column: span 2; }
.company-info-grid dt { color: #8592a7; font-size: 10px; font-weight: 750; }
.company-info-grid dd { color: #e8edf4; margin: 0; font-size: 12px; font-weight: 750; line-height: 1.5; overflow-wrap: anywhere; }
.legal-missing { color: #ffdf25b8 !important; font-style: normal; font-weight: 750 !important; }

.finance-info-grid {
  border-bottom: 1px solid #ffffff1f;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 22px;
  padding: 0 0 22px;
  display: grid;
}

.finance-info-grid p {
  background: #ffffff08;
  border-radius: 9px;
  justify-content: space-between;
  gap: 15px;
  margin: 0;
  padding: 12px 15px;
  font-size: 11px;
  display: flex;
}

.finance-info-grid span { color: #8996a9; }
.finance-info-grid strong { color: #fff; text-align: right; }
.site-footer .legal-copy { border-top: 0; max-width: none; padding-top: 0; }
.site-footer .legal-copy p { color: #aeb8c8; margin-bottom: 8px; font-size: 10px; line-height: 1.75; }

.footer-bottom {
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  margin-top: 24px;
  padding-top: 22px;
  display: flex;
}

.footer-bottom .copyright { margin: 0; }
.footer-bottom nav { align-items: center; gap: 18px; display: flex; }
.footer-bottom a,
.footer-bottom button { color: #c4ccda; cursor: pointer; background: none; border: 0; padding: 4px 0; font-size: 10px; }
.footer-bottom a:hover,
.footer-bottom button:hover { color: #fff; text-decoration: underline; }
.success-modal.is-error { box-shadow: 10px 12px 0 var(--coral); }
.success-modal.is-error .success-icon { background: #ff9cac; }
.success-modal > button.modal-close {
  width: 35px;
  height: 35px;
  min-height: 35px;
  color: var(--navy);
  background: #eef2f7;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
}

.content-shell {
  width: min(960px, 100% - 32px);
  min-height: 65vh;
  margin: 0 auto;
  padding: 110px 0;
}

.content-card {
  border: 2px solid var(--navy);
  box-shadow: 8px 9px 0 var(--navy);
  background: #fff;
  border-radius: 22px;
  margin-bottom: 28px;
  padding: clamp(28px, 5vw, 58px);
}

.content-card h1 { color: var(--navy); letter-spacing: -.05em; margin: 0 0 24px; font-size: clamp(32px, 5vw, 54px); font-weight: 1000; }
.content-card p,
.entry-content { color: #34425d; font-size: 16px; line-height: 1.85; }
.error-card { text-align: center; }
.error-card > p { color: var(--violet); font-size: 70px; font-weight: 1000; }

@media (max-width: 760px) {
  .form-status { grid-column: 1; font-size: 10px; }
  body.nowdaebu-site:not(.nowdaebu-has-mobile-bar) { padding-bottom: 0; }
  .success-modal > button.modal-close { width: 44px; height: 44px; min-height: 44px; top: 10px; right: 10px; }
  .subpage-header-inner { width: calc(100% - 32px); min-height: 80px; }
  .site-footer { padding: 45px 0 34px; }
  .footer-topline { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-topline > p { text-align: left; font-size: 11px; }
  .footer-contact-grid { grid-template-columns: 1fr; }
  .footer-contact-grid > div { min-height: 78px; padding: 16px 5px; }
  .footer-contact-grid > div + div { border-top: 1px solid #ffffff24; border-left: 0; }
  .footer-contact-grid b,
  .footer-contact-grid a { font-size: 15px; }
  .company-info-grid { grid-template-columns: 1fr 1fr; padding: 7px; }
  .company-info-grid dl,
  .company-info-grid dl.wide { grid-column: span 1; min-height: 74px; padding: 11px; }
  .company-info-grid dl.wide { grid-column: 1 / -1; }
  .finance-info-grid { grid-template-columns: 1fr; }
  .finance-info-grid p { font-size: 10px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { flex-wrap: wrap; }
  .content-shell { padding: 65px 0 100px; }
}

@media (max-width: 380px) {
  .company-info-grid { grid-template-columns: 1fr; }
  .company-info-grid dl,
  .company-info-grid dl.wide { grid-column: 1; }
}
