.subpage-container,
.notice-category-page,
.contact-page-layout,
.subpage-card-section,
.subpage-trust,
.notice-category-list,
.notice-category-hero,
.subpage-consult-band,
.about-overview,
.greeting-panel,
.contact-page-form {
  width: min(1120px, calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
}

.about-overview,
.greeting-panel,
.subpage-card-section,
.subpage-trust,
.notice-category-hero,
.notice-category-list,
.subpage-consult-band,
.contact-page-layout,
.contact-page-info,
.contact-page-form {
  padding-top: clamp(1.8rem, 4vw, 3rem);
  padding-bottom: clamp(1.8rem, 4vw, 3rem);
}

.subpage-panel h2,
.subpage-card-section h2,
.notice-category-hero h2,
.subpage-consult-band h2,
.contact-page-layout h2 {
  color: #f4ead0;
  letter-spacing: -0.01em;
}

.subpage-small-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #f5d48a;
}

.subpage-small-title::before {
  content: "";
  width: 2.2rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(245, 212, 138, 0.92), rgba(245, 212, 138, 0.15));
}

.subpage-list,
.service-detail-list,
.contact-card-list {
  margin: 1.1rem 0 0;
  color: #efe4cc;
  line-height: 1.65;
}

.subpage-list li,
.service-detail-list li,
.contact-card-list li {
  margin-bottom: 0.55rem;
  padding-left: 1.05rem;
  position: relative;
}

.subpage-list li::before,
.service-detail-list li::before,
.contact-card-list li::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.75rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: #dbb968;
}

.subpage-card-grid,
.process-grid,
.notice-category-list,
.contact-card-list,
.contact-page-form {
  display: grid;
  gap: 1rem;
}

.subpage-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.subpage-trust,
.contact-card-list {
  border-top: 1px solid rgba(255, 228, 170, 0.15);
  border-bottom: 1px solid rgba(255, 228, 170, 0.15);
}

.subpage-card-grid article,
.process-grid article,
.subpage-award-card,
.subpage-card,
.service-card,
.notice-category-item,
.contact-page-form,
.contact-info-panel,
.contact-info-item,
.subpage-actions a,
.notice-category-actions .action-chip {
  background: rgba(15, 16, 22, 0.94);
  border: 1px solid rgba(245, 212, 138, 0.23);
  border-radius: 1rem;
  padding: 1.1rem;
  min-height: 8.5rem;
}

.notice-category-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.45rem;
  text-decoration: none;
  color: #f5e8c7;
}

.notice-category-item:hover,
.subpage-actions a:hover {
  border-color: #f5d48a;
  transform: translateY(-2px);
}

.notice-category-item small,
.notice-category-item span {
  color: #d5bc8c;
}

.notice-category-item strong {
  color: #fdf5d0;
}

.notice-category-item p {
  color: #eddcb7;
}

.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 1.3rem;
  align-items: start;
}

.contact-page-form fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

.contact-page-form .form-row,
.contact-page-form .contact-input {
  width: 100%;
}

.contact-page-form label {
  display: block;
  margin-bottom: 0.45rem;
  color: #f5e8c7;
  overflow-wrap: anywhere;
}

.contact-page-layout > * {
  min-width: 0;
}

.contact-info-panel,
.contact-page-form {
  min-width: 0;
  width: 100%;
}

.contact-card-list {
  width: 100%;
}

.contact-card-list article,
.contact-card-list article p {
  overflow-wrap: anywhere;
}

.contact-card-list article a,
.contact-page-form button,
.contact-page-form input,
.contact-page-form textarea {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.contact-page-form button {
  white-space: normal;
  text-align: center;
}

.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.62rem;
  border: 1px solid rgba(245, 212, 138, 0.28);
  background-color: rgba(10, 11, 15, 0.82);
  color: #f5e8c7;
}

.contact-page-form textarea {
  min-height: 8.2rem;
}

.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color: #bfa56f;
}

.subpage-footer {
  background: linear-gradient(180deg, rgba(9, 10, 13, 0), rgba(9, 10, 13, 0.85));
  border-top: 1px solid rgba(245, 212, 138, 0.2);
  width: min(1120px, calc(100% - 64px));
  margin: 2.4rem auto 0;
  padding: 1.75rem 0 1.6rem;
}

.subpage-footer strong {
  color: #fff5d4;
}

.subpage-footer .footer-inner {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.subpage-footer p,
.subpage-footer li {
  color: #e7cf9f;
}

.subpage-footer nav a,
.subpage-copyright-note {
  color: #e7cf9f;
}

.subpage-actions a,
.notice-category-actions a {
  color: #f9efcf;
  white-space: normal;
}

.subpage-actions a:hover,
.notice-category-actions a:hover {
  border-color: #f5d48a;
}

@media (max-width: 1024px) {
  .subpage-card-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 740px) {
  .subpage-container,
  .notice-category-page,
  .contact-page-layout,
  .subpage-card-section,
  .subpage-trust,
  .notice-category-list,
  .notice-category-hero,
  .subpage-consult-band,
  .about-overview,
  .greeting-panel,
  .contact-page-form,
  .subpage-footer .footer-inner {
    width: min(1120px, calc(100% - 32px));
  }

  .subpage-footer {
    width: min(1120px, calc(100% - 32px));
    padding-top: 1.4rem;
    padding-bottom: 1.3rem;
  }

  .subpage-actions a,
  .notice-category-actions a,
.contact-page-form button {
  width: 100%;
  }

  .subpage-card-grid,
  .process-grid,
  .notice-category-list,
  .contact-card-list {
    grid-template-columns: 1fr;
  }

  .subpage-card-grid article,
  .process-grid article,
  .subpage-award-card,
  .subpage-card,
  .service-card,
  .notice-category-item,
  .contact-page-form,
  .contact-info-panel,
  .contact-info-item,
  .subpage-actions a {
    min-height: auto;
    padding: 1rem;
  }

  .contact-page-form textarea {
    min-height: 7rem;
  }

  .subpage-actions,
  .notice-category-actions {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr;
  }
}

/* Contact/notice subsection readability pass (2차 안정화) */
.contact-page-layout {
  width: min(1240px, calc(100% - 64px));
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.28fr);
  gap: clamp(1.35rem, 3vw, 2.25rem);
  align-items: stretch;
}

.contact-page-layout > * {
  min-width: 0;
}

.contact-info-panel,
.contact-page-form {
  width: 100%;
  min-width: 0;
}

.contact-card-list article {
  gap: 0.52rem;
}

.contact-card-list article strong {
  display: inline-flex;
  align-items: center;
  font-size: 1.45rem;
  color: #fff3d7;
  line-height: 1.3;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.contact-card-list article p {
  color: #eedeb7;
  line-height: 1.72;
  margin-top: 0.28rem;
}

.contact-card-list article a {
  width: 100%;
  min-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  text-wrap: balance;
}

.contact-page-form {
  padding: clamp(1.45rem, 3vw, 2.2rem);
  background: linear-gradient(180deg, rgba(18, 28, 42, 0.94), rgba(12, 20, 32, 0.94));
  border-color: rgba(214, 198, 145, 0.24);
}

.contact-info-panel {
  padding: clamp(1.45rem, 3vw, 2.15rem);
}

.contact-info-panel h2,
.contact-page-form h2 {
  font-size: clamp(1.68rem, 2.45vw, 2.12rem);
  line-height: 1.22;
}

.contact-info-panel p,
.contact-info-panel dd,
.contact-info-panel a,
.contact-page-form p {
  font-size: clamp(1.04rem, 1.12vw, 1.14rem);
  line-height: 1.78;
}

.contact-page-form h2 {
  margin-bottom: 0.45rem;
}

.contact-page-form label,
.contact-page-form .privacy-note {
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.76;
  color: #fff2d7;
}

.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
  font-size: clamp(1.03rem, 1.1vw, 1.1rem);
  line-height: 1.5;
  min-height: 3.35rem;
}

.contact-page-form textarea {
  min-height: 7.5rem;
}

.contact-page-form button {
  min-height: 3.25rem;
  font-size: 1.08rem;
  font-weight: 800;
}

.subpage-hero h1,
.subpage-panel h2,
.subpage-card-section h2,
.notice-category-hero h2,
.subpage-consult-band h2 {
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.22;
}

.subpage-hero p,
.subpage-copy p,
.subpage-card p,
.service-card p,
.notice-category-item p,
.subpage-panel li {
  font-size: clamp(1rem, 1.08vw, 1.1rem);
  line-height: 1.78;
}

.contact-page-layout + .subpage-panel {
  padding-top: clamp(1.6rem, 4vw, 2.3rem);
}

.contact-page-layout + .subpage-panel .subpage-copy p {
  line-height: 1.78;
  color: #efe4cc;
}

.contact-page-layout + .subpage-panel .subpage-actions a {
  min-height: 2.9rem;
}

@media (max-width: 1024px) {
  .contact-card-list article strong {
    font-size: 1.3rem;
  }

  .contact-page-form,
  .contact-info-panel {
    padding: 1.2rem;
  }
}

/* Main screen enterprise-level finish: section titles, trust bar, cards, footer
.hero-slide-meta,
.hero-slide-meta * {
  display: none;
}

:where(#business, #news, .cases-section, .company-intro-section, .contact-band, .notice-recruit-section, #trust, .location-section)
  .section-heading {
  border-bottom: 1px solid rgba(220, 184, 110, 0.26);
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

#business .section-heading,
.cases-section .section-heading,
#news .section-heading,
.company-intro-section .section-heading,
.location-section .section-heading {
  color: #161c24;
}

#trust .section-heading,
.notice-recruit-section .section-heading,
.contact-band .section-heading {
  color: #efebe2;
}

:where(#business, .cases-section, #news, .company-intro-section, .notice-recruit-section, .contact-band, #trust, .location-section) .section-heading h2,
#trust h2,
.contact-band h2 {
  text-wrap: balance;
  letter-spacing: -0.01em;
  line-height: 1.24;
}

#business .section-heading h2,
.company-intro-section .section-heading h2,
.cases-section .section-heading h2,
#news .section-heading h2,
.location-section .section-heading h2 {
  color: inherit;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  font-weight: 700;
}

#trust .section-heading h2,
.notice-recruit-section .section-heading h2,
.contact-band h2 {
  color: #fcf7ee;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  font-weight: 700;
}

#business .section-heading p:not(.eyebrow),
.cases-section .section-heading p:not(.eyebrow),
#news .section-heading p:not(.eyebrow),
.company-intro-section .section-heading p:not(.eyebrow),
.location-section .section-description {
  color: #2a333e;
  line-height: 1.72;
}

#trust .section-heading p:not(.eyebrow),
.notice-recruit-section .section-heading p:not(.eyebrow),
.contact-band p:not(.eyebrow) {
  color: #dee6f1;
  line-height: 1.72;
}

#business .section-heading .eyebrow,
.cases-section .section-heading .eyebrow,
#trust .section-heading .eyebrow,
.notice-recruit-section .section-heading .eyebrow,
.contact-band .section-heading .eyebrow,
.location-section .section-heading .eyebrow {
  color: #f5c978;
  letter-spacing: 0.08em;
}

.trust-info-bar,
#trust .trust-grid {
  align-items: stretch;
  column-gap: clamp(10px, 1.4vw, 16px);
  row-gap: clamp(10px, 1.2vw, 16px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1240px, calc(100% - 2rem));
  margin-top: 1rem;
}

.trust-info-bar article,
#trust .trust-grid article {
  min-height: 130px;
  border-radius: 11px;
  padding: 16px 14px;
  border: 1px solid rgba(216, 176, 106, 0.28);
  background: linear-gradient(155deg, rgba(14, 18, 28, 0.98), rgba(29, 36, 53, 0.94));
  box-shadow: 0 10px 24px rgba(3, 5, 13, 0.27);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.trust-card-label {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #f5c978;
}

.trust-info-bar h3,
#trust .trust-grid article h3,
.trust-info-bar article .trust-card-title {
  color: #fff8e9;
  font-size: 1.02rem;
  line-height: 1.34;
  margin: 0;
  font-weight: 700;
}

.trust-card-copy {
  color: #dae3ef;
  font-size: 13px;
  line-height: 1.54;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#business .field-card,
.cases-section .case-card,
.notice-recruit-card {
  background: #f5f6f7;
  border-color: rgba(206, 178, 118, 0.22);
  border-radius: 14px;
  overflow: hidden;
  min-height: 280px;
  box-shadow: 0 10px 24px rgba(6, 10, 20, 0.16);
}

#business .field-card:nth-child(even),
.cases-section .case-card:nth-child(even),
.notice-recruit-card:nth-child(even) {
  background: linear-gradient(180deg, rgba(12, 16, 28, 0.94), rgba(19, 26, 39, 0.92));
  border-color: rgba(245, 206, 146, 0.22);
}

#business .field-card figure,
.cases-section .case-card figure,
.notice-recruit-card figure {
  margin: 0;
  aspect-ratio: 16/10;
}

#business .field-card figure img,
.cases-section .case-card figure img,
.notice-recruit-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#business .field-card > div,
.cases-section .case-card > div,
.notice-recruit-card > div {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  min-height: 0;
}

#business .field-card h3,
.cases-section .case-card h3,
.notice-recruit-card h3 {
  margin: 0;
  color: #151d29;
  font-size: clamp(1.06rem, 0.6vw + 0.95rem, 1.24rem);
  line-height: 1.35;
}

#business .field-card:nth-child(even) h3,
.cases-section .case-card:nth-child(even) h3,
.notice-recruit-card:nth-child(even) h3 {
  color: #f7f0df;
}

#business .field-card p,
.cases-section .case-card p,
.notice-recruit-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.52;
  color: #293445;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#business .field-card:nth-child(even) p,
.cases-section .case-card:nth-child(even) p,
.notice-recruit-card:nth-child(even) p {
  color: #d9e1ec;
}

.service-detail-list {
  row-gap: 6px;
  margin-top: 0.7rem;
  color: #d2d8e5;
}

.service-detail-list dt,
.service-detail-list dd {
  font-size: 13px;
  line-height: 1.56;
}

.service-detail-list dt {
  color: #f0c98f;
}

.service-detail-list dd {
  color: #d2d8e5;
}

.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: start;
}

.contact-card-list,
.contact-page-form {
  min-width: 0;
}

.contact-card-list article,
.contact-card-list article a,
.contact-page-form button,
.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea,
.contact-page-form label {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.site-footer,
.site-footer-info,
.site-footer-links,
.site-footer nav,
.site-footer-policy {
  gap: 11px;
}

.site-footer {
  background: linear-gradient(180deg, #090d14 0%, #090c14 35%, #070a11 100%);
  border-top: 1px solid rgba(214, 182, 112, 0.18);
  color: #e8e3d8;
}

.site-footer strong,
.site-footer h2,
.site-footer h3,
.site-footer-title strong,
.site-footer-title em,
.site-footer p,
.site-footer-info dt,
.site-footer-info dd,
.site-footer li,
.site-footer nav a,
.site-footer-policy a,
.site-footer-policy button {
  color: #f0e7d3;
  line-height: 1.68;
}

.site-footer ul {
  row-gap: 8px;
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  .trust-info-bar,
  #trust .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #business .field-card,
  .cases-section .case-card,
  .notice-recruit-card {
    min-height: 258px;
  }
}

@media (max-width: 1024px) {
  #business .field-card h3,
  .cases-section .case-card h3,
  .notice-recruit-card h3 {
    font-size: 1.02rem;
  }
}

@media (max-width: 900px) {
  #business .field-card,
  .cases-section .case-card,
  .notice-recruit-card {
    min-height: 250px;
  }

  .contact-page-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  #business .section-heading,
  .cases-section .section-heading,
  #trust .section-heading,
  .notice-recruit-section .section-heading {
    padding-bottom: 10px;
    margin-bottom: 14px;
  }

  #business .section-heading h2,
  .cases-section .section-heading h2,
  #trust .section-heading h2,
  .notice-recruit-section .section-heading h2,
  .location-section h2,
  .company-intro-section .section-heading h2,
  #news .section-heading h2,
  .contact-band h2 {
    font-size: 1.42rem;
    line-height: 1.26;
  }

  .trust-info-bar,
  #trust .trust-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 1.2rem);
  }

  .trust-info-bar article {
    min-height: 108px;
    padding: 12px;
  }

  .trust-info-bar h3 {
    font-size: 0.98rem;
    margin-bottom: 5px;
  }

  .trust-card-copy,
  .trust-card-label {
    font-size: 11px;
  }

  .site-footer ul {
    gap: 10px;
  }
}
*/

/* 20260606 contact page emergency restore: isolate the broken consultation layout only. */
.contact-page-layout {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(32px, 5vw, 54px) auto;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
}

.contact-page-layout > * {
  min-width: 0;
}

.contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(22px, 2.5vw, 30px);
  overflow: hidden;
}

.contact-card-list {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.contact-card-list article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border-radius: 8px;
}

.contact-card-list article strong {
  max-width: 100%;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.contact-card-list article p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.contact-card-list article a {
  width: 100%;
  min-height: 42px;
  padding-inline: 12px;
  white-space: normal;
}

.contact-page-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  align-self: start;
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 10px;
  background: #fffdfa;
  color: #1d2530;
}

.contact-page-form .eyebrow,
.contact-page-form h2,
.contact-page-form label:nth-of-type(5),
.contact-page-form .privacy-check,
.contact-page-form .privacy-note,
.contact-page-form button,
.contact-page-form .kakao-direct-note,
.contact-page-form .form-status {
  grid-column: 1 / -1;
}

.contact-page-form h2 {
  margin: 0 0 2px;
  color: #111b2a;
}

.contact-page-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #263241;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.contact-page-form input,
.contact-page-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(22, 31, 44, 0.18);
  border-radius: 6px;
  padding: 12px 13px;
  background: #ffffff;
  color: #111b2a;
  font: inherit;
  line-height: 1.45;
}

.contact-page-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-page-form .privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 0;
  padding: 12px;
  border: 1px solid rgba(22, 31, 44, 0.1);
  border-radius: 8px;
  background: #f5f7fb;
  color: #263241;
}

.contact-page-form .privacy-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 0;
  flex: 0 0 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: #b4872d;
}

.contact-page-form .privacy-note,
.contact-page-form .kakao-direct-note,
.contact-page-form .form-status {
  margin: 0;
  color: #566273;
  font-size: 14px;
  line-height: 1.6;
}

.contact-page-form button {
  min-height: 48px;
  justify-content: center;
}

@media (max-width: 900px) {
  .contact-page-layout,
  .contact-page-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .contact-page-layout {
    width: min(100% - 20px, 520px);
    margin-block: 24px 36px;
  }

  .contact-info-panel,
  .contact-page-form {
    padding: 18px;
  }
}

/* 20260606 subpage recovery pass: about, services and dispute only. */
.corporate-subpage .subpage-hero,
.corporate-subpage .subpage-panel,
.corporate-subpage .subpage-card-section,
.corporate-subpage .subpage-service-grid,
.corporate-subpage .subpage-trust,
.corporate-subpage .subpage-consult-band,
.corporate-subpage .subpage-actions,
.corporate-subpage .dispute-visual-block {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.corporate-subpage .subpage-hero h1,
.corporate-subpage .subpage-panel h2,
.corporate-subpage .subpage-card-section h2,
.corporate-subpage .subpage-service-grid h2,
.corporate-subpage .subpage-consult-band h2 {
  color: #121c2b;
  letter-spacing: 0;
}

.corporate-subpage .subpage-hero p:not(.eyebrow),
.corporate-subpage .subpage-copy p,
.corporate-subpage .subpage-list li,
.corporate-subpage .subpage-service-grid p,
.corporate-subpage .subpage-service-grid strong,
.corporate-subpage .process-grid p,
.corporate-subpage .subpage-card-grid p {
  color: #2f3d4f;
  line-height: 1.72;
}

.about-overview,
.greeting-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 0.95fr);
  gap: clamp(22px, 3.4vw, 48px);
  align-items: start;
  background: #f8fafc;
  border-color: rgba(20, 30, 44, 0.1);
}

.about-overview .subpage-copy,
.greeting-panel .subpage-copy {
  max-width: 760px;
}

.about-overview .subpage-copy p:not(.subpage-small-title):nth-of-type(n+4),
.greeting-panel .subpage-copy p:nth-of-type(n+4) {
  display: none;
}

.subpage-hero + .greeting-panel,
.greeting-panel + .about-overview,
.about-overview + .subpage-card-section,
.subpage-card-section + .subpage-trust {
  width: min(1240px, calc(100% - 40px));
  box-sizing: border-box;
}

.subpage-hero + .greeting-panel {
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 60px);
  padding: clamp(34px, 4.4vw, 56px);
  background:
    linear-gradient(135deg, rgba(24, 35, 52, 0.96), rgba(13, 20, 32, 0.96)),
    #111827;
  border-color: rgba(218, 190, 116, 0.24);
  box-shadow: 0 18px 46px rgba(10, 16, 26, 0.16);
}

.subpage-hero + .greeting-panel .eyebrow {
  color: #efc76f;
}

.subpage-hero + .greeting-panel h2 {
  color: #fff8e9;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.16;
}

.subpage-hero + .greeting-panel .subpage-copy {
  max-width: 820px;
  gap: clamp(13px, 1.5vw, 18px);
}

.subpage-hero + .greeting-panel .subpage-copy p {
  color: rgba(248, 243, 232, 0.94);
  font-size: clamp(1.06rem, 1.16vw, 1.18rem);
  line-height: 1.86;
}

.greeting-panel + .about-overview {
  grid-template-columns: minmax(300px, 0.4fr) minmax(0, 1fr);
  gap: clamp(28px, 3.8vw, 56px);
  padding: clamp(32px, 4vw, 52px);
  background: #f8fafc;
}

.greeting-panel + .about-overview h2,
.about-overview + .subpage-card-section h2 {
  color: #101827;
  font-size: clamp(1.85rem, 2.7vw, 2.42rem);
  line-height: 1.2;
}

.greeting-panel + .about-overview .subpage-copy {
  max-width: 860px;
}

.greeting-panel + .about-overview .subpage-copy p:not(.subpage-small-title) {
  color: #223044;
  font-size: clamp(1.04rem, 1.12vw, 1.14rem);
  line-height: 1.82;
}

.about-overview .company-fact-list {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.about-overview .company-fact-list li {
  min-height: 56px;
  padding: 16px 17px;
  border: 1px solid rgba(19, 29, 44, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: #172235;
  font-size: clamp(0.98rem, 1.04vw, 1.06rem);
  line-height: 1.68;
  overflow-wrap: anywhere;
}

.subpage-trust {
  background: #101722;
}

.subpage-trust > span,
.subpage-trust h3 {
  color: #f8f2e8;
}

.subpage-trust p {
  color: #dce5f0;
}

.about-overview ~ .subpage-actions .secondary-button {
  display: none;
}

.detailed-service-grid,
.dispute-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
}

.detailed-service-grid article,
.dispute-grid article,
.process-grid article {
  min-height: 0;
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: 8px;
  border: 1px solid rgba(19, 29, 44, 0.1);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(13, 20, 32, 0.08);
}

.detailed-service-grid .service-card-visual {
  order: -1;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 2px 0 6px;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe4ea;
}

.detailed-service-grid .service-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.detailed-service-grid article > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.detailed-service-grid .service-detail-list {
  display: none;
}

.detailed-service-grid article strong {
  display: block;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(19, 29, 44, 0.1);
  color: #1f2d3f;
  font-size: 14px;
  line-height: 1.55;
}

.subpage-consult-band + .subpage-actions {
  display: none;
}

.dispute-visual-block {
  margin-block: clamp(22px, 3vw, 36px);
  border-radius: 10px;
  overflow: hidden;
  background: #101722;
  aspect-ratio: 16 / 7;
}

.dispute-visual-block img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.dispute-grid article p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.dispute-grid + .subpage-panel .subpage-copy p {
  max-width: 760px;
}

.dispute-grid + .subpage-panel .subpage-actions .secondary-button {
  display: none;
}

@media (max-width: 980px) {
  .about-overview,
  .greeting-panel,
  .detailed-service-grid,
  .dispute-grid {
    grid-template-columns: 1fr;
  }

  .about-overview .company-fact-list {
    grid-template-columns: 1fr;
  }

  .subpage-hero + .greeting-panel,
  .greeting-panel + .about-overview {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dispute-visual-block {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 560px) {
  .corporate-subpage .subpage-hero,
  .corporate-subpage .subpage-panel,
  .corporate-subpage .subpage-card-section,
  .corporate-subpage .subpage-service-grid,
  .corporate-subpage .subpage-trust,
  .corporate-subpage .subpage-consult-band,
  .corporate-subpage .subpage-actions,
  .corporate-subpage .dispute-visual-block {
    width: min(100% - 20px, 520px);
  }

  .subpage-hero + .greeting-panel,
  .greeting-panel + .about-overview {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    padding: 22px;
    overflow: hidden;
  }

  .subpage-hero + .greeting-panel > *,
  .greeting-panel + .about-overview > *,
  .subpage-hero + .greeting-panel .subpage-copy,
  .greeting-panel + .about-overview .subpage-copy {
    min-width: 0;
    max-width: 100%;
  }

  .subpage-hero + .greeting-panel h2,
  .greeting-panel + .about-overview h2 {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
    overflow-wrap: anywhere;
    word-break: keep-all;
  }

  .subpage-hero + .greeting-panel .subpage-copy p,
  .greeting-panel + .about-overview .subpage-copy p:not(.subpage-small-title),
  .about-overview .company-fact-list li {
    font-size: 1rem;
    line-height: 1.74;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }

  .detailed-service-grid article,
  .dispute-grid article,
  .process-grid article {
    padding: 18px;
  }
}
@media (max-width: 560px) {
  .about-page {
    overflow-x: clip;
  }

  .about-page .subpage-panel,
  .about-page .subpage-card-section,
  .about-page .subpage-trust {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  .about-page .subpage-panel *,
  .about-page .subpage-card-section *,
  .about-page .subpage-trust * {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .about-page .subpage-copy,
  .about-page .greeting-copy {
    display: block !important;
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .about-page .subpage-copy p,
  .about-page .company-fact-list li {
    inline-size: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  .subpage-hero + .greeting-panel,
  .greeting-panel + .about-overview,
  .about-overview + .subpage-card-section,
  .subpage-card-section + .subpage-trust {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .subpage-hero + .greeting-panel {
    overflow: hidden;
  }

  .subpage-hero + .greeting-panel,
  .subpage-hero + .greeting-panel * {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .subpage-hero + .greeting-panel .subpage-copy,
  .subpage-hero + .greeting-panel .subpage-copy p {
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

/* Final polish: subtle subpage reveal and card hover only. */
@media (prefers-reduced-motion: no-preference) {
  .subpage-body .subpage-panel,
  .subpage-body .subpage-card-section,
  .subpage-body .subpage-trust,
  .subpage-body .contact-page-layout > *,
  .subpage-body .detailed-service-grid article,
  .subpage-body .subpage-card-grid article,
  .subpage-body .process-grid article {
    animation: subpage-soft-reveal 0.62s ease both;
  }

  .subpage-body .subpage-panel {
    animation-delay: 60ms;
  }

  .subpage-body .subpage-card-section,
  .subpage-body .contact-page-layout > *,
  .subpage-body .detailed-service-grid article,
  .subpage-body .subpage-card-grid article,
  .subpage-body .process-grid article {
    animation-delay: 110ms;
  }

  .subpage-body .subpage-trust {
    animation-delay: 160ms;
  }

  @keyframes subpage-soft-reveal {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .detailed-service-grid article,
  .subpage-card-grid article,
  .process-grid article,
  .contact-info-card,
  .contact-page-form {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  }

  .detailed-service-grid .service-card-visual img {
    transition: transform 0.32s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    .detailed-service-grid article:hover,
    .subpage-card-grid article:hover,
    .process-grid article:hover,
    .contact-info-card:hover,
    .contact-page-form:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 38px rgba(10, 16, 26, 0.14);
    }

    .detailed-service-grid article:hover .service-card-visual img {
      transform: scale(1.03);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .subpage-body .subpage-panel,
  .subpage-body .subpage-card-section,
  .subpage-body .subpage-trust,
  .subpage-body .contact-page-layout > *,
  .subpage-body .detailed-service-grid article,
  .subpage-body .subpage-card-grid article,
  .subpage-body .process-grid article,
  .detailed-service-grid article,
  .subpage-card-grid article,
  .process-grid article,
  .contact-info-card,
  .contact-page-form,
  .detailed-service-grid .service-card-visual img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* 20260607 v5 freeze extension: subpage list/detail alignment only. */
.subpage-body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 50% -18%, rgba(207, 166, 82, 0.14), transparent 34rem),
    linear-gradient(180deg, #080c12 0%, #0d131c 48%, #080b10 100%);
  color: #efe7d6;
  --subpage-inline-gutter: 32px;
}

@media (max-width: 1279px) {
  .subpage-body {
    --subpage-inline-gutter: 24px;
  }
}

@media (max-width: 767px) {
  .subpage-body {
    --subpage-inline-gutter: 20px;
  }
}

@media (max-width: 389px) {
  .subpage-body {
    --subpage-inline-gutter: 16px;
  }
}

.subpage-body *,
.subpage-body *::before,
.subpage-body *::after {
  box-sizing: border-box;
}

.subpage-body img {
  max-width: 100%;
}

.subpage-body a {
  color: inherit;
}

.subpage-body .corporate-subpage,
.subpage-body .notice-simple-page,
.subpage-body .notice-page {
  width: 100%;
  min-height: 100vh;
  padding: 0 0 clamp(56px, 8vw, 96px);
}

.subpage-body .subpage-header,
.subpage-body .notice-simple-header,
.subpage-body .notice-page-header {
  width: min(1240px, calc(100% - 64px));
  min-height: 84px;
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 2vw, 24px);
  border-bottom: 1px solid rgba(215, 179, 101, 0.18);
}

.subpage-body .notice-page-brand {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff6df;
  text-decoration: none;
}

.subpage-body .subpage-brand-mark {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(218, 184, 108, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.subpage-body .subpage-brand-mark img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.subpage-body .brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1.2;
}

.subpage-body .brand-copy strong {
  color: #fff8e8;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.subpage-body .brand-copy em {
  color: #d6bd82;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.subpage-body .subpage-nav {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.5vw, 22px);
}

.subpage-body .subpage-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  min-width: 44px;
  justify-content: center;
  color: rgba(246, 239, 222, 0.84);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.subpage-body .subpage-nav a:hover {
  color: #f2c978;
}

.subpage-body .subpage-hero,
.subpage-body .notice-category-hero {
  width: min(1240px, calc(100% - 64px));
  margin: clamp(34px, 5vw, 68px) auto clamp(24px, 4vw, 42px);
  padding: clamp(38px, 6vw, 72px);
  border: 1px solid rgba(218, 184, 108, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 28, 42, 0.96), rgba(9, 13, 20, 0.98)),
    #101722;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
}

.subpage-body .eyebrow,
.subpage-body .subpage-hero .eyebrow,
.subpage-body .notice-category-hero .eyebrow,
.subpage-body .portfolio-board-head .eyebrow,
.subpage-body .notice-page-copy .eyebrow {
  margin: 0 0 12px;
  color: #e7bd68;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.subpage-body .subpage-hero h1,
.subpage-body .notice-category-hero h1,
.subpage-body .notice-simple-card h1,
.subpage-body .notice-page-copy h1 {
  margin: 0;
  color: #fff7e8;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
  word-break: keep-all;
}

.subpage-body .subpage-hero p:not(.eyebrow),
.subpage-body .notice-category-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(236, 226, 205, 0.88);
  font-size: clamp(1.03rem, 1.4vw, 1.18rem);
  line-height: 1.76;
  word-break: keep-all;
}

.subpage-body .subpage-panel,
.subpage-body .subpage-card-section,
.subpage-body .subpage-service-grid,
.subpage-body .subpage-trust,
.subpage-body .subpage-consult-band,
.subpage-body .subpage-actions,
.subpage-body .portfolio-board,
.subpage-body .notice-category-list,
.subpage-body .notice-category-empty,
.subpage-body .notice-category-actions,
.subpage-body .notice-simple-card,
.subpage-body .notice-page-card,
.subpage-body .dispute-visual-block,
.subpage-body .subpage-footer {
  width: min(1240px, calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
}

.subpage-body .subpage-panel,
.subpage-body .subpage-card-section,
.subpage-body .portfolio-board,
.subpage-body .notice-simple-card,
.subpage-body .notice-page-card {
  border: 1px solid rgba(218, 184, 108, 0.2);
  border-radius: 8px;
  background: rgba(12, 18, 28, 0.92);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}

.subpage-body .subpage-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(30px, 4.2vw, 54px);
  margin-bottom: clamp(24px, 4vw, 40px);
}

.subpage-body .subpage-panel h2,
.subpage-body .subpage-card-section h2,
.subpage-body .subpage-service-grid h2,
.subpage-body .subpage-consult-band h2,
.subpage-body .portfolio-board h2 {
  margin: 0;
  color: #fff6df;
  font-size: clamp(1.62rem, 2.8vw, 2.36rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.subpage-body .subpage-copy p,
.subpage-body .subpage-panel p:not(.eyebrow),
.subpage-body .subpage-card-section p,
.subpage-body .subpage-service-grid p,
.subpage-body .portfolio-board p,
.subpage-body .notice-simple-body,
.subpage-body .notice-page-body {
  color: rgba(233, 224, 205, 0.88);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.76;
}

.subpage-body .detailed-service-grid,
.subpage-body .dispute-grid,
.subpage-body .process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  margin-bottom: clamp(28px, 4vw, 52px);
}

.subpage-body .detailed-service-grid article,
.subpage-body .dispute-grid article,
.subpage-body .process-grid article,
.subpage-body .notice-category-item,
.subpage-body .portfolio-card,
.subpage-body .notice-category-empty {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(218, 184, 108, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 25, 38, 0.96), rgba(10, 15, 24, 0.96));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  color: #f5edda;
}

.subpage-body .detailed-service-grid article,
.subpage-body .dispute-grid article,
.subpage-body .process-grid article {
  gap: 12px;
  padding: clamp(20px, 2.4vw, 28px);
}

.subpage-body .detailed-service-grid article > span,
.subpage-body .dispute-grid article > span,
.subpage-body .process-grid article > span,
.subpage-body .notice-category-item span,
.subpage-body .notice-simple-meta,
.subpage-body .notice-page-date,
.subpage-body .portfolio-card-copy span {
  color: #ddb866;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.subpage-body .detailed-service-grid .service-card-visual {
  order: 0;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 0 0 8px;
  overflow: hidden;
  border-radius: 8px;
  background: #111927;
}

.subpage-body .detailed-service-grid .service-card-visual img,
.subpage-body .portfolio-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 32%;
}

.subpage-body .portfolio-page .portfolio-card-image img {
  object-position: center center !important;
}

.subpage-body .detailed-service-grid article > p,
.subpage-body .dispute-grid article p {
  display: block;
  min-height: 0;
  color: rgba(232, 223, 204, 0.9);
  -webkit-line-clamp: unset;
}

.subpage-body .detailed-service-grid .service-detail-list {
  display: grid;
  gap: 6px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(232, 223, 204, 0.84);
}

.subpage-body .detailed-service-grid .service-detail-list li {
  margin: 0;
  padding-left: 14px;
  font-size: 0.94rem;
  line-height: 1.58;
}

.subpage-body .detailed-service-grid article strong {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(218, 184, 108, 0.16);
  color: #f4d996;
  font-size: 0.92rem;
  line-height: 1.55;
}

.subpage-body .subpage-card-section {
  padding: clamp(28px, 4vw, 46px);
  margin-bottom: clamp(26px, 4vw, 46px);
}

.subpage-body .subpage-section-heading {
  max-width: 780px;
  margin-bottom: clamp(18px, 3vw, 28px);
}

.subpage-body .dispute-visual-block {
  overflow: hidden;
  border: 1px solid rgba(218, 184, 108, 0.2);
  border-radius: 8px;
  background: #111927;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.subpage-body .dispute-visual-block img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.subpage-body .portfolio-board {
  padding: clamp(28px, 4vw, 46px);
}

.subpage-body .portfolio-board-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(20px, 3vw, 30px);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(218, 184, 108, 0.18);
}

.subpage-body .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
}

.subpage-body .portfolio-grid[data-count="1"] {
  grid-template-columns: minmax(0, min(100%, 820px));
  justify-content: center;
}

.subpage-body .portfolio-grid[data-count="1"] .portfolio-card {
  width: 100%;
}

.subpage-body .portfolio-grid[data-count="1"] .portfolio-card-image {
  aspect-ratio: 16 / 9;
}

.subpage-body .portfolio-grid[data-mode="uploaded"][data-count="1"] {
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
}

.subpage-body .portfolio-grid[data-mode="uploaded"][data-count="1"] .portfolio-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: stretch;
}

.subpage-body .portfolio-grid[data-mode="uploaded"][data-count="1"] .portfolio-card-image {
  aspect-ratio: auto;
  min-height: 100%;
}

.subpage-body .portfolio-grid[data-mode="uploaded"][data-count="1"] .portfolio-card-copy {
  min-height: 0;
  padding: clamp(20px, 2.2vw, 28px);
}

.subpage-body .portfolio-grid[data-mode="uploaded"][data-count="1"] .portfolio-card-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.subpage-body .portfolio-grid[data-mode="uploaded"][data-count="1"] .portfolio-card-thumb {
  aspect-ratio: 1 / 1;
}

.subpage-body .portfolio-grid[data-support="true"] .portfolio-card:first-child {
  grid-column: span 2;
}

.subpage-body .portfolio-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.subpage-body .portfolio-card {
  overflow: hidden;
}

.subpage-body .portfolio-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #111927;
}

.subpage-body .portfolio-card-copy {
  min-height: 210px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: clamp(18px, 2vw, 24px);
}

.subpage-body .portfolio-card-copy h3,
.subpage-body .notice-category-item strong {
  margin: 0;
  color: #fff7e8;
  font-size: clamp(1.12rem, 1.3vw, 1.32rem);
  font-weight: 900;
  line-height: 1.34;
  word-break: keep-all;
}

.subpage-body .portfolio-card-copy p,
.subpage-body .notice-category-item p {
  margin: 0;
  color: rgba(232, 223, 204, 0.86);
  line-height: 1.68;
}

.subpage-body .portfolio-card-copy .secondary-button {
  margin-top: auto;
}

.subpage-body .portfolio-support-note {
  margin: 14px 0 0;
  color: rgba(232, 223, 204, 0.76);
  font-size: 0.94rem;
  line-height: 1.6;
}

.subpage-body .portfolio-card-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(218, 184, 108, 0.36);
  border-radius: 999px;
  background: rgba(9, 13, 20, 0.82);
  color: #f8efd9;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.subpage-body .portfolio-card-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 8px;
}

.subpage-body .portfolio-card-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(218, 184, 108, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #111927;
  cursor: pointer;
}

.subpage-body .portfolio-card-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 920px) {
  .subpage-body .portfolio-grid[data-mode="uploaded"][data-count="1"] .portfolio-card {
    grid-template-columns: 1fr;
  }

  .subpage-body .portfolio-grid[data-support="true"] .portfolio-card:first-child {
    grid-column: auto;
  }

  .subpage-body .portfolio-grid[data-mode="uploaded"][data-count="1"] .portfolio-card-image {
    aspect-ratio: 16 / 9;
    min-height: 220px;
  }

  .subpage-body .portfolio-grid[data-mode="uploaded"][data-count="1"] .portfolio-card-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.subpage-body .portfolio-empty,
.subpage-body .notice-category-empty {
  padding: clamp(24px, 3vw, 34px);
}

.subpage-body .portfolio-empty strong,
.subpage-body .notice-category-empty strong {
  color: #fff7e8;
  font-size: 1.18rem;
}

.subpage-body .portfolio-actions,
.subpage-body .notice-category-actions,
.subpage-body .notice-simple-actions,
.subpage-body .notice-page-actions,
.subpage-body .subpage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: clamp(18px, 3vw, 28px);
}

.subpage-body .notice-category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.subpage-body .notice-category-item {
  min-height: 190px;
  gap: 12px;
  padding: clamp(22px, 2.4vw, 30px);
  text-decoration: none;
}

.subpage-body .notice-category-item:hover,
.subpage-body .portfolio-card:hover,
.subpage-body .detailed-service-grid article:hover,
.subpage-body .dispute-grid article:hover {
  border-color: rgba(235, 197, 116, 0.52);
}

.subpage-body .notice-simple-card,
.subpage-body .notice-page-card {
  max-width: 1120px;
  padding: clamp(28px, 4vw, 52px);
}

.subpage-body .notice-simple-card {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  margin-top: clamp(34px, 5vw, 64px);
}

.subpage-body .notice-simple-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.subpage-body .notice-simple-meta span,
.subpage-body .notice-page-date {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(218, 184, 108, 0.22);
  border-radius: 999px;
  background: rgba(217, 178, 92, 0.1);
}

.subpage-body .notice-simple-body,
.subpage-body .notice-page-body {
  display: grid;
  gap: 12px;
  max-width: 820px;
}

.subpage-body .notice-simple-body p,
.subpage-body .notice-page-body p {
  margin: 0;
  word-break: keep-all;
}

.subpage-body .notice-document-media,
.subpage-body .notice-page-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(218, 184, 108, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.subpage-body .notice-document-media {
  max-width: 720px;
}

.subpage-body .notice-document-media img,
.subpage-body .notice-page-media img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.subpage-body .notice-page-media {
  aspect-ratio: 16 / 9;
  min-height: 0 !important;
}

.subpage-body .notice-page-media img {
  height: 100%;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.subpage-body .notice-page-card {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  margin-top: clamp(34px, 5vw, 64px);
}

.subpage-body .notice-page-media,
.subpage-body .notice-page-media img {
  min-height: 340px;
}

.subpage-body .notice-page-copy {
  gap: 16px;
}

.subpage-body .notice-page-copy h1 {
  color: #fff7e8;
}

.subpage-body .subpage-consult-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(218, 184, 108, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(22, 31, 46, 0.97), rgba(10, 15, 23, 0.97));
}

.subpage-body .subpage-consult-band p:not(.eyebrow) {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(232, 223, 204, 0.86);
  line-height: 1.7;
}

.subpage-body .primary-button,
.subpage-body .secondary-button,
.subpage-body button.secondary-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: keep-all;
  cursor: pointer;
}

.subpage-body .primary-button {
  border: 1px solid rgba(245, 205, 126, 0.74);
  background: #d6ad5b;
  color: #111722;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

.subpage-body .secondary-button,
.subpage-body button.secondary-button {
  border: 1px solid rgba(218, 184, 108, 0.3);
  background: rgba(255, 255, 255, 0.055);
  color: #f7ebcd;
}

.subpage-body .primary-button:hover,
.subpage-body .secondary-button:hover,
.subpage-body button.secondary-button:hover {
  transform: translateY(-1px);
}

.subpage-body .subpage-footer {
  margin-top: clamp(34px, 6vw, 72px);
  padding: clamp(24px, 4vw, 38px) 0 0;
  border-top: 1px solid rgba(218, 184, 108, 0.2);
  background: transparent;
  color: rgba(232, 223, 204, 0.86);
}

.subpage-body .subpage-footer strong {
  color: #fff7e8;
}

.subpage-body .subpage-footer p,
.subpage-body .subpage-footer a {
  color: rgba(232, 223, 204, 0.82);
}

.subpage-body .subpage-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.subpage-body .subpage-footer::before,
.subpage-body .subpage-footer::after,
.subpage-body .site-footer::before,
.subpage-body .site-footer::after {
  display: none !important;
  content: none !important;
}

.subpage-body .image-lightbox[hidden] {
  display: none;
}

.subpage-body .image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.subpage-body .lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 5, 10, 0.82);
}

.subpage-body .lightbox-panel {
  position: relative;
  width: min(1040px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(218, 184, 108, 0.3);
  border-radius: 8px;
  background: #0c1119;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
}

.subpage-body .lightbox-panel figure {
  width: 100%;
  margin: 0;
  display: grid;
  gap: 12px;
}

.subpage-body .lightbox-panel img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 6px;
  background: #06090e;
}

.subpage-body .lightbox-panel figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #f8efd9;
}

.subpage-body .lightbox-close,
.subpage-body .lightbox-nav {
  position: absolute;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(218, 184, 108, 0.32);
  border-radius: 999px;
  background: rgba(11, 16, 24, 0.92);
  color: #f8efd9;
  font-size: 1.35rem;
  cursor: pointer;
}

.subpage-body .lightbox-close {
  top: 12px;
  right: 12px;
}

.subpage-body .lightbox-prev {
  left: 12px;
}

.subpage-body .lightbox-next {
  right: 12px;
}

body.subpage-body #portfolio-lightbox {
  padding: clamp(16px, 2.4vw, 32px);
  background: rgba(2, 5, 10, 0.88);
}

body.subpage-body #portfolio-lightbox .lightbox-panel {
  width: min(1480px, calc(100vw - 72px));
  max-height: calc(100vh - 48px);
  padding: clamp(12px, 1.5vw, 18px);
}

body.subpage-body #portfolio-lightbox .lightbox-panel figure {
  gap: 10px;
}

body.subpage-body #portfolio-lightbox .lightbox-panel img {
  width: 100%;
  max-height: calc(100vh - 132px);
}

body.subpage-body #portfolio-lightbox .lightbox-close {
  width: 48px;
  height: 48px;
  font-size: 1.6rem;
}

body.subpage-body #portfolio-lightbox .lightbox-nav {
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 76px;
  transform: translateY(-50%);
  border-color: rgba(218, 184, 108, 0.42);
  background: rgba(11, 16, 24, 0.9);
  font-size: 3.25rem;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

body.subpage-body #portfolio-lightbox .lightbox-prev {
  left: 18px;
}

body.subpage-body #portfolio-lightbox .lightbox-next {
  right: 18px;
}

body.subpage-body #portfolio-lightbox .lightbox-nav:hover,
body.subpage-body #portfolio-lightbox .lightbox-nav:focus-visible {
  background: rgba(218, 184, 108, 0.22);
}

@media (max-width: 1080px) {
  .subpage-body .detailed-service-grid,
  .subpage-body .dispute-grid,
  .subpage-body .process-grid,
  .subpage-body .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subpage-body .subpage-header,
  .subpage-body .notice-simple-header,
  .subpage-body .notice-page-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .subpage-body .subpage-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }
}

@media (max-width: 820px) {
  .subpage-body .subpage-panel,
  .subpage-body .notice-page-card {
    grid-template-columns: 1fr;
  }

  .subpage-body .notice-category-list {
    grid-template-columns: 1fr;
  }

  .subpage-body .portfolio-board-head,
  .subpage-body .subpage-consult-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .subpage-body .notice-page-media,
  .subpage-body .notice-page-media img {
    min-height: 280px;
  }
}

@media (max-width: 560px) {
  .subpage-body .subpage-header,
  .subpage-body .notice-simple-header,
  .subpage-body .notice-page-header,
  .subpage-body .subpage-hero,
  .subpage-body .notice-category-hero,
  .subpage-body .subpage-panel,
  .subpage-body .subpage-card-section,
  .subpage-body .subpage-service-grid,
  .subpage-body .subpage-trust,
  .subpage-body .subpage-consult-band,
  .subpage-body .subpage-actions,
  .subpage-body .portfolio-board,
  .subpage-body .notice-category-list,
  .subpage-body .notice-category-empty,
  .subpage-body .notice-category-actions,
  .subpage-body .notice-simple-card,
  .subpage-body .notice-page-card,
  .subpage-body .dispute-visual-block,
  .subpage-body .subpage-footer {
    width: min(100% - 28px, 520px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  .subpage-body .subpage-header,
  .subpage-body .notice-simple-header,
  .subpage-body .notice-page-header {
    min-height: 0;
    padding: 14px 0;
  }

  .subpage-body .subpage-nav {
    gap: 12px;
  }

  .subpage-body .subpage-nav a {
    font-size: 0.88rem;
  }

  .subpage-body .subpage-hero,
  .subpage-body .notice-category-hero,
  .subpage-body .portfolio-board,
  .subpage-body .notice-simple-card,
  .subpage-body .notice-page-card,
  .subpage-body .subpage-card-section,
  .subpage-body .subpage-panel,
  .subpage-body .subpage-consult-band {
    padding: 22px;
  }

  .subpage-body .subpage-hero h1,
  .subpage-body .notice-category-hero h1,
  .subpage-body .notice-simple-card h1,
  .subpage-body .notice-page-copy h1 {
    font-size: clamp(1.78rem, 8vw, 2.36rem);
  }

  .subpage-body .detailed-service-grid,
  .subpage-body .dispute-grid,
  .subpage-body .process-grid,
  .subpage-body .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .subpage-body .portfolio-card-copy {
    min-height: 0;
  }

  .subpage-body .portfolio-actions,
  .subpage-body .notice-category-actions,
  .subpage-body .notice-simple-actions,
  .subpage-body .notice-page-actions,
  .subpage-body .subpage-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 520px);
  }

  .subpage-body .primary-button,
  .subpage-body .secondary-button,
  .subpage-body button.secondary-button {
    width: 100%;
    min-height: 46px;
  }

  .subpage-body .notice-page-media,
  .subpage-body .notice-page-media img {
    min-height: 220px;
  }

  .subpage-body .lightbox-panel {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 28px);
    padding: 14px;
  }

  body.subpage-body #portfolio-lightbox {
    padding: 14px;
  }

  body.subpage-body #portfolio-lightbox .lightbox-panel {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 28px);
    padding: 10px;
  }

  body.subpage-body #portfolio-lightbox .lightbox-panel img {
    max-height: calc(100vh - 126px);
  }

  body.subpage-body #portfolio-lightbox .lightbox-nav {
    width: 54px;
    height: 60px;
    font-size: 2.45rem;
  }

  body.subpage-body #portfolio-lightbox .lightbox-prev {
    left: 10px;
  }

  body.subpage-body #portfolio-lightbox .lightbox-next {
    right: 10px;
  }
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .subpage-brand-mark {
  width: 58px !important;
  height: 58px !important;
  border: 1px solid rgba(218, 184, 108, 0.32) !important;
  border-radius: 8px !important;
  background: rgba(255, 248, 226, 0.08) !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .subpage-brand-mark img {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy strong {
  color: #fff8e8 !important;
  font-weight: 900 !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy em {
  color: #d9bd7a !important;
  font-weight: 800 !important;
}

.subpage-body [hidden] {
  display: none !important;
}

.subpage-body .portfolio-page .portfolio-empty:not([hidden]) {
  display: grid !important;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: center !important;
  border: 1px solid rgba(218, 184, 108, 0.2) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(18, 25, 38, 0.96), rgba(10, 15, 24, 0.96)) !important;
  color: rgba(232, 223, 204, 0.88) !important;
}

.subpage-body .portfolio-page .portfolio-empty-visual {
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: rgba(255, 247, 232, 0.08) !important;
}

.subpage-body .portfolio-page .portfolio-empty-visual img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
}

.subpage-body .portfolio-page .portfolio-empty-copy {
  display: grid !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.subpage-body .portfolio-page .portfolio-empty strong {
  color: #fff7e8 !important;
}

.subpage-body .portfolio-page .portfolio-empty p {
  color: rgba(232, 223, 204, 0.82) !important;
}

@media (max-width: 920px) {
  .subpage-body .portfolio-page .portfolio-empty {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  .subpage-body .notice-simple-card h1,
  .subpage-body .notice-page-copy h1 {
    font-size: clamp(1.55rem, 6.8vw, 1.95rem);
    line-height: 1.26;
    overflow-wrap: anywhere;
  }
}

/* 20260607 Contact page 실화면 재수정: 휑한 좌측 영역과 흐린 텍스트 보정. */
.subpage-body .contact-page-layout {
  width: min(1280px, calc(100% - 72px)) !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr) !important;
  gap: 28px !important;
  align-items: stretch !important;
  padding-top: 64px !important;
  padding-bottom: 44px !important;
}

.subpage-body .contact-info-panel,
.subpage-body .contact-page-form {
  min-height: 100% !important;
  border-radius: 8px !important;
  border: 1px solid rgba(218, 184, 108, 0.28) !important;
  background: #101827 !important;
  box-shadow: none !important;
}

.subpage-body .contact-info-panel {
  display: grid !important;
  gap: 22px !important;
  align-content: start !important;
  padding: 34px !important;
}

.subpage-body .contact-page-form {
  padding: 38px !important;
  background: #f4f1e9 !important;
  color: #111827 !important;
}

.subpage-body .contact-info-panel h2,
.subpage-body .contact-page-form h2 {
  margin: 0 !important;
  color: #fff7e8 !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.subpage-body .contact-page-form h2 {
  color: #111827 !important;
}

.subpage-body .contact-info-lead,
.subpage-body .contact-card-list article p,
.subpage-body .contact-info-panel p,
.subpage-body .contact-info-panel a {
  color: #e6edf7 !important;
}

.subpage-body .contact-guide-block {
  display: grid !important;
  gap: 12px !important;
}

.subpage-body .contact-guide-block article {
  display: grid !important;
  gap: 7px !important;
  padding: 18px !important;
  border: 1px solid rgba(218, 184, 108, 0.2) !important;
  border-radius: 8px !important;
  background: #142033 !important;
}

.subpage-body .contact-guide-block span,
.subpage-body .contact-card-list span,
.subpage-body .contact-page-form .eyebrow {
  color: #d5a64f !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
}

.subpage-body .contact-guide-block strong,
.subpage-body .contact-card-list strong {
  color: #fff7e8 !important;
}

.subpage-body .contact-guide-block p {
  margin: 0 !important;
  color: #e6edf7 !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
}

.subpage-body .contact-card-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin: 0 !important;
  border: 0 !important;
}

.subpage-body .contact-card-list article {
  min-height: 0 !important;
  padding: 18px !important;
  border-radius: 8px !important;
  background: #0b1220 !important;
}

.subpage-body .contact-card-list article a {
  min-height: 44px !important;
  border-radius: 8px !important;
}

.subpage-body .contact-page-form label,
.subpage-body .contact-page-form .privacy-note,
.subpage-body .contact-page-form .kakao-direct-note,
.subpage-body .contact-page-form .form-status {
  color: #263447 !important;
}

.subpage-body .contact-page-form input,
.subpage-body .contact-page-form textarea {
  min-height: 56px !important;
  border: 1px solid rgba(17, 24, 39, 0.18) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #111827 !important;
}

.subpage-body .contact-page-form input::placeholder,
.subpage-body .contact-page-form textarea::placeholder {
  color: #66758a !important;
}

.subpage-body .contact-page-form textarea {
  min-height: 164px !important;
}

.subpage-body .contact-page-form button[type="submit"] {
  min-height: 56px !important;
  border-radius: 8px !important;
  background: #c99a43 !important;
  color: #111827 !important;
}

.subpage-body .contact-page-layout + .subpage-panel {
  width: min(1280px, calc(100% - 72px)) !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr) !important;
  gap: 30px !important;
  align-items: center !important;
  margin-top: 0 !important;
  padding: 34px !important;
  border-radius: 8px !important;
  background: #101827 !important;
}

.subpage-body .contact-page-layout + .subpage-panel h2 {
  color: #fff7e8 !important;
}

.subpage-body .contact-page-layout + .subpage-panel .subpage-copy p {
  color: #e6edf7 !important;
}

.subpage-body .contact-page-layout + .subpage-panel .subpage-actions a {
  min-height: 46px !important;
  border-radius: 8px !important;
}

@media (max-width: 1024px) {
  .subpage-body .contact-page-layout {
    grid-template-columns: 1fr !important;
    width: min(920px, calc(100% - 48px)) !important;
  }

  .subpage-body .contact-info-panel {
    grid-template-columns: 1fr 1fr !important;
    align-items: start !important;
  }

  .subpage-body .contact-card-list {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .subpage-body .contact-page-layout + .subpage-panel {
    width: min(920px, calc(100% - 48px)) !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  .subpage-body .contact-page-layout,
  .subpage-body .contact-page-layout + .subpage-panel {
    width: calc(100% - 32px) !important;
  }

  .subpage-body .contact-info-panel,
  .subpage-body .contact-page-form,
  .subpage-body .contact-page-layout + .subpage-panel {
    padding: 22px !important;
  }

  .subpage-body .contact-info-panel,
  .subpage-body .contact-card-list {
    grid-template-columns: 1fr !important;
  }

  .subpage-body .contact-info-panel h2,
  .subpage-body .contact-page-form h2 {
    font-size: 28px !important;
  }
}

/* 20260607 Contact page live-screen correction: keep contact content visible and closer to the hero. */
.subpage-body .subpage-hero + .contact-page-layout {
  margin-top: 0 !important;
  padding-top: clamp(28px, 3.2vw, 44px) !important;
}

.subpage-body .contact-page-layout,
.subpage-body .contact-page-layout > *,
.subpage-body .contact-page-layout + .subpage-panel {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}

.subpage-body .contact-page-layout + .subpage-panel {
  margin-top: clamp(18px, 2.4vw, 28px) !important;
}

@media (max-width: 680px) {
  .subpage-body .subpage-hero + .contact-page-layout {
    padding-top: 22px !important;
  }
}

/* 20260607 Contact page restrained motion: visible by default, subtle on entry and interaction. */
@media (prefers-reduced-motion: no-preference) {
  .subpage-body .contact-info-panel,
  .subpage-body .contact-page-form,
  .subpage-body .contact-page-layout + .subpage-panel {
    animation: contact-page-soft-in 680ms cubic-bezier(0.22, 1, 0.36, 1) both !important;
  }

  .subpage-body .contact-page-form {
    animation-delay: 90ms !important;
  }

  .subpage-body .contact-page-layout + .subpage-panel {
    animation-delay: 150ms !important;
  }

  @keyframes contact-page-soft-in {
    from {
      opacity: 0.84;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .subpage-body .contact-guide-block article,
  .subpage-body .contact-card-list article,
  .subpage-body .contact-page-form,
  .subpage-body .contact-page-layout + .subpage-panel,
  .subpage-body .contact-page-form input,
  .subpage-body .contact-page-form textarea,
  .subpage-body .contact-page-form button,
  .subpage-body .contact-page-layout + .subpage-panel a {
    transition:
      transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
      border-color 300ms cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1),
      background-color 300ms cubic-bezier(0.22, 1, 0.36, 1),
      color 300ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 300ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  @media (hover: hover) and (pointer: fine) {
    .subpage-body .contact-guide-block article:hover,
    .subpage-body .contact-card-list article:hover,
    .subpage-body .contact-page-layout + .subpage-panel:hover {
      transform: translateY(-4px);
      border-color: rgba(213, 166, 79, 0.48) !important;
      box-shadow: 0 18px 40px rgba(4, 8, 14, 0.22) !important;
    }

    .subpage-body .contact-page-form button:hover,
    .subpage-body .contact-page-layout + .subpage-panel a:hover {
      transform: translateY(-2px);
      border-color: rgba(213, 166, 79, 0.74) !important;
      box-shadow: 0 12px 28px rgba(14, 20, 30, 0.16), 0 0 0 1px rgba(213, 166, 79, 0.12) !important;
      filter: brightness(1.035);
    }
  }

  .subpage-body .contact-page-form input:focus,
  .subpage-body .contact-page-form textarea:focus {
    outline: none;
    border-color: rgba(213, 166, 79, 0.82) !important;
    box-shadow: 0 0 0 3px rgba(213, 166, 79, 0.16) !important;
    background: #fffef8 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .subpage-body .contact-info-panel,
  .subpage-body .contact-page-form,
  .subpage-body .contact-page-layout + .subpage-panel,
  .subpage-body .contact-guide-block article,
  .subpage-body .contact-card-list article,
  .subpage-body .contact-page-form input,
  .subpage-body .contact-page-form textarea,
  .subpage-body .contact-page-form button,
  .subpage-body .contact-page-layout + .subpage-panel a {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* 20260607 urgent QA: about greeting readability and full representative message. */
.about-page .greeting-panel .subpage-copy p,
.about-page .about-overview .subpage-copy p:not(.subpage-small-title),
.about-page .about-overview .company-fact-list li {
  display: block !important;
  opacity: 1 !important;
}

.about-page .greeting-panel .subpage-copy p {
  color: rgba(255, 248, 232, 0.96) !important;
  line-height: 1.9 !important;
}

.about-page .about-overview .subpage-copy p:not(.subpage-small-title),
.about-page .about-overview .company-fact-list li {
  color: #263548 !important;
  line-height: 1.82 !important;
}

.about-page .subpage-small-title {
  color: #111827 !important;
  opacity: 1 !important;
}

.about-page .greeting-copy {
  gap: clamp(14px, 1.6vw, 20px) !important;
}

/* 20260607 urgent final pass: keep the full representative greeting visible and readable. */
.about-page .greeting-panel,
.about-page .greeting-panel * {
  opacity: 1 !important;
}

.about-page .greeting-panel .subpage-copy p,
.about-page .greeting-panel .subpage-copy p:nth-of-type(n+4) {
  display: block !important;
  color: rgba(255, 248, 232, 0.96) !important;
  line-height: 1.9 !important;
}

.about-page .greeting-panel h2 {
  color: #fff8e8 !important;
}

.about-page .greeting-panel .eyebrow {
  color: #d8a95a !important;
}

.about-page .about-overview .subpage-copy p:not(.subpage-small-title) {
  display: block !important;
  opacity: 1 !important;
  color: rgba(255, 248, 232, 0.9) !important;
  line-height: 1.86 !important;
}

.about-page .about-overview .subpage-small-title {
  display: block !important;
  color: #d8a95a !important;
  opacity: 1 !important;
}

.about-page .about-overview .company-fact-list li {
  display: list-item !important;
  opacity: 1 !important;
  color: #263548 !important;
}

/* 20260607 services subpage QA: readable cards, visible gallery CTAs, balanced process. */
.services-page .corporate-subpage .subpage-hero,
.services-page .corporate-subpage .subpage-service-grid,
.services-page .corporate-subpage .subpage-card-section,
.services-page .corporate-subpage .subpage-consult-band,
.services-page .corporate-subpage .subpage-actions,
.services-page .corporate-subpage .subpage-footer {
  width: min(1320px, calc(100% - 48px)) !important;
}

.services-page .subpage-service-grid.detailed-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2vw, 30px) !important;
  margin-block: clamp(30px, 4vw, 54px) clamp(28px, 3.5vw, 46px) !important;
}

.services-page .detailed-service-grid article {
  min-height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  padding: clamp(24px, 2.3vw, 32px) !important;
  border-color: rgba(218, 184, 108, 0.28) !important;
  background:
    linear-gradient(180deg, rgba(20, 28, 42, 0.98), rgba(9, 14, 23, 0.98)) !important;
}

.services-page .detailed-service-grid .service-card-visual {
  position: relative !important;
  z-index: 1 !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 0 10px !important;
  pointer-events: none !important;
}

.services-page .detailed-service-grid h2 {
  color: #fff8e8 !important;
  font-size: clamp(1.58rem, 1.8vw, 2.02rem) !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

.services-page .detailed-service-grid article > p {
  display: block !important;
  overflow: visible !important;
  min-height: 0 !important;
  color: rgba(255, 248, 232, 0.92) !important;
  font-size: clamp(1rem, 0.98vw, 1.08rem) !important;
  line-height: 1.78 !important;
  -webkit-line-clamp: unset !important;
}

.services-page .detailed-service-grid .service-detail-list {
  display: grid !important;
  gap: 8px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: rgba(255, 248, 232, 0.9) !important;
}

.services-page .detailed-service-grid .service-detail-list li {
  position: relative !important;
  margin: 0 !important;
  padding-left: 18px !important;
  color: rgba(255, 248, 232, 0.9) !important;
  font-size: clamp(0.96rem, 0.92vw, 1.04rem) !important;
  line-height: 1.62 !important;
}

.services-page .detailed-service-grid .service-detail-list li::before {
  position: absolute !important;
  top: 0.75em !important;
  left: 0 !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: #d8a95a !important;
  content: "" !important;
}

.services-page .detailed-service-grid article strong {
  display: block !important;
  margin-top: auto !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(218, 184, 108, 0.22) !important;
  color: #f4d996 !important;
  font-size: clamp(0.98rem, 0.94vw, 1.05rem) !important;
  line-height: 1.64 !important;
}

.services-page .service-card-actions {
  position: relative !important;
  z-index: 5 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 4px !important;
  pointer-events: auto !important;
}

.services-page .service-photo-button,
.services-page .service-guide-link {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  font-size: 0.94rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.services-page .service-photo-button {
  border: 1px solid rgba(216, 169, 90, 0.62) !important;
  background: #d3a143 !important;
  color: #111827 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16) !important;
}

.services-page .service-guide-link {
  border: 1px solid rgba(255, 248, 232, 0.18) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff8e8 !important;
}

.services-page .subpage-card-section {
  padding: clamp(30px, 3.8vw, 48px) !important;
  margin-block: clamp(26px, 3vw, 38px) !important;
  border-radius: 8px !important;
}

.services-page .subpage-section-heading {
  max-width: 980px !important;
  margin-bottom: clamp(20px, 2.2vw, 30px) !important;
}

.services-page .subpage-section-heading h2 {
  font-size: clamp(2rem, 2.7vw, 3rem) !important;
}

.services-page .subpage-section-heading p:not(.eyebrow) {
  color: rgba(255, 248, 232, 0.88) !important;
  font-size: clamp(1rem, 1vw, 1.08rem) !important;
  line-height: 1.78 !important;
}

.services-page .process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.5vw, 22px) !important;
  margin-bottom: 0 !important;
}

.services-page .process-grid article {
  min-height: 210px !important;
  padding: clamp(22px, 2vw, 28px) !important;
  gap: 12px !important;
}

.services-page .process-grid h3 {
  color: #fff8e8 !important;
  font-size: clamp(1.18rem, 1.2vw, 1.38rem) !important;
  line-height: 1.35 !important;
}

.services-page .process-grid p {
  color: rgba(255, 248, 232, 0.9) !important;
  font-size: clamp(0.96rem, 0.94vw, 1.04rem) !important;
  line-height: 1.68 !important;
}

.services-page .subpage-consult-band {
  padding: clamp(30px, 4vw, 54px) !important;
  gap: clamp(20px, 2.5vw, 34px) !important;
  border-color: rgba(218, 184, 108, 0.28) !important;
}

.services-page .subpage-consult-band h2 {
  color: #fff8e8 !important;
  font-size: clamp(1.9rem, 2.8vw, 3rem) !important;
  line-height: 1.2 !important;
}

.services-page .subpage-consult-band p:not(.eyebrow) {
  color: rgba(255, 248, 232, 0.9) !important;
  font-size: clamp(1rem, 1vw, 1.08rem) !important;
}

.services-page .subpage-consult-band .primary-button {
  min-height: 52px !important;
  padding-inline: clamp(24px, 3vw, 40px) !important;
  font-size: 1rem !important;
}

.services-page .subpage-footer {
  padding: clamp(34px, 4vw, 52px) 0 clamp(44px, 5vw, 68px) !important;
}

.services-page .subpage-footer strong {
  color: #fff8e8 !important;
  font-size: clamp(1.24rem, 1.5vw, 1.6rem) !important;
}

.services-page .subpage-footer p,
.services-page .subpage-footer a {
  color: rgba(255, 248, 232, 0.82) !important;
  font-size: clamp(0.94rem, 0.92vw, 1rem) !important;
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .services-page .service-photo-button:hover,
  .services-page .service-guide-link:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(240, 195, 109, 0.78) !important;
    filter: brightness(1.035) !important;
  }
}

@media (max-width: 1180px) {
  .services-page .subpage-service-grid.detailed-service-grid,
  .services-page .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .services-page .corporate-subpage .subpage-hero,
  .services-page .corporate-subpage .subpage-service-grid,
  .services-page .corporate-subpage .subpage-card-section,
  .services-page .corporate-subpage .subpage-consult-band,
  .services-page .corporate-subpage .subpage-actions,
  .services-page .corporate-subpage .subpage-footer {
    width: min(100% - 28px, 520px) !important;
  }

  .services-page .subpage-service-grid.detailed-service-grid,
  .services-page .process-grid,
  .services-page .service-card-actions {
    grid-template-columns: 1fr !important;
  }

  .services-page .detailed-service-grid article,
  .services-page .process-grid article {
    min-height: 0 !important;
  }

  .services-page .service-photo-button,
  .services-page .service-guide-link {
    width: 100% !important;
  }
}

/* 20260608 subpage card watermark and contact readability pass. */
.subpage-body .subpage-hero,
.subpage-body .notice-category-hero {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  border: 1px solid rgba(218, 184, 108, 0.3) !important;
  background:
    linear-gradient(135deg, rgba(9, 14, 22, 0.97), rgba(19, 28, 42, 0.92)),
    #101827 !important;
  box-shadow: 0 28px 70px rgba(3, 7, 18, 0.24) !important;
}

.subpage-body .subpage-hero::before,
.subpage-body .notice-category-hero::before {
  content: "" !important;
  position: absolute !important;
  right: clamp(24px, 4.6vw, 72px) !important;
  bottom: clamp(-38px, -2vw, -18px) !important;
  width: clamp(190px, 18vw, 300px) !important;
  aspect-ratio: 1 / 1 !important;
  background: url("/images/sejin-badge-round.png") center / contain no-repeat !important;
  opacity: 0.06 !important;
  filter: grayscale(1) sepia(0.35) saturate(0.72) brightness(1.16) contrast(0.9) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.subpage-body .subpage-hero > *,
.subpage-body .notice-category-hero > * {
  position: relative !important;
  z-index: 1 !important;
}

.subpage-body .subpage-hero .eyebrow,
.subpage-body .notice-category-hero .eyebrow {
  color: #d9ae61 !important;
  opacity: 1 !important;
}

.subpage-body .subpage-hero h1,
.subpage-body .notice-category-hero h1,
.subpage-body .notice-category-hero h2 {
  color: #fff8e8 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18) !important;
}

.subpage-body .subpage-hero p:not(.eyebrow),
.subpage-body .notice-category-hero p:not(.eyebrow) {
  color: rgba(255, 248, 232, 0.88) !important;
  opacity: 1 !important;
}

.subpage-body .contact-page-layout {
  width: min(1280px, calc(100% - 96px)) !important;
  gap: clamp(24px, 2.4vw, 34px) !important;
  padding-top: clamp(46px, 5vw, 72px) !important;
  padding-bottom: clamp(38px, 4vw, 58px) !important;
}

.subpage-body .contact-info-panel,
.subpage-body .contact-page-form,
.subpage-body .contact-page-layout + .subpage-panel {
  border: 1px solid rgba(218, 184, 108, 0.26) !important;
  background:
    linear-gradient(145deg, rgba(17, 25, 39, 0.97), rgba(9, 14, 22, 0.95)),
    #101827 !important;
  color: #fff8e8 !important;
  box-shadow: 0 24px 60px rgba(3, 7, 18, 0.2) !important;
}

.subpage-body .contact-page-form {
  padding: clamp(30px, 3.2vw, 44px) !important;
}

.subpage-body .contact-info-panel h2,
.subpage-body .contact-page-form h2,
.subpage-body .contact-page-layout + .subpage-panel h2 {
  color: #fff8e8 !important;
}

.subpage-body .contact-info-lead,
.subpage-body .contact-info-panel p,
.subpage-body .contact-card-list article p,
.subpage-body .contact-page-form label,
.subpage-body .contact-page-form .privacy-note,
.subpage-body .contact-page-form .kakao-direct-note,
.subpage-body .contact-page-form .form-status,
.subpage-body .contact-page-layout + .subpage-panel .subpage-copy p {
  color: rgba(255, 248, 232, 0.86) !important;
  opacity: 1 !important;
}

.subpage-body .contact-guide-block article,
.subpage-body .contact-card-list article,
.subpage-body .contact-page-form .privacy-check {
  border: 1px solid rgba(218, 184, 108, 0.18) !important;
  background: rgba(255, 248, 232, 0.055) !important;
}

.subpage-body .contact-guide-block span,
.subpage-body .contact-card-list span,
.subpage-body .contact-page-form .eyebrow {
  color: #d9ae61 !important;
  opacity: 1 !important;
}

.subpage-body .contact-guide-block strong,
.subpage-body .contact-card-list strong {
  color: #fff8e8 !important;
}

.subpage-body .contact-guide-block p {
  color: rgba(255, 248, 232, 0.82) !important;
}

.subpage-body .contact-page-form input,
.subpage-body .contact-page-form textarea {
  border-color: rgba(218, 184, 108, 0.34) !important;
  background: #fffaf0 !important;
  color: #111827 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

.subpage-body .contact-page-form input::placeholder,
.subpage-body .contact-page-form textarea::placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
}

.subpage-body .contact-page-form .privacy-check {
  padding: 13px 14px !important;
  border-radius: 8px !important;
  color: #fff3d9 !important;
}

.subpage-body .contact-page-form button[type="submit"] {
  border: 1px solid rgba(255, 221, 153, 0.34) !important;
  background: linear-gradient(135deg, #d8ad61, #c79743) !important;
  color: #111827 !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22) !important;
}

.subpage-body .contact-page-form input:focus,
.subpage-body .contact-page-form textarea:focus {
  border-color: #d9ae61 !important;
  outline: 3px solid rgba(217, 174, 97, 0.24) !important;
}

.services-page #personal-protection .service-card-visual {
  aspect-ratio: 4 / 3 !important;
  background: #101827 !important;
}

.services-page #personal-protection .service-card-visual img {
  object-position: center 44% !important;
  filter: none !important;
}

.services-page #personal-protection .service-card-visual::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(5, 8, 14, 0.02), rgba(5, 8, 14, 0.1)) !important;
  pointer-events: none !important;
}

@media (max-width: 1024px) {
  .subpage-body .contact-page-layout {
    width: min(920px, calc(100% - 48px)) !important;
  }
}

@media (max-width: 760px) {
  .subpage-body .subpage-hero::before,
  .subpage-body .notice-category-hero::before {
    right: -42px !important;
    bottom: -34px !important;
    width: 150px !important;
    opacity: 0.035 !important;
  }

  .subpage-body .contact-page-layout {
    width: min(100% - 28px, 520px) !important;
    padding-top: 34px !important;
  }

  .subpage-body .contact-info-panel,
  .subpage-body .contact-page-form,
  .subpage-body .contact-page-layout + .subpage-panel {
    padding: 24px !important;
  }

  .services-page #personal-protection .service-card-visual img {
    object-position: center 28% !important;
  }
}

/* 20260608 contact direct panel layout correction. */
.subpage-body .contact-page-layout {
  grid-template-columns: minmax(540px, 0.95fr) minmax(560px, 1.05fr) !important;
}

.subpage-body .contact-info-panel {
  grid-template-columns: minmax(220px, 0.82fr) minmax(270px, 1fr) !important;
  grid-template-areas:
    "intro steps"
    "cards cards" !important;
  gap: clamp(18px, 2vw, 26px) !important;
  align-items: start !important;
  align-content: start !important;
}

.subpage-body .contact-info-panel > div:first-child {
  grid-area: intro !important;
  max-width: 34ch !important;
}

.subpage-body .contact-info-panel h2 {
  max-width: 9.6em !important;
  font-size: clamp(2.1rem, 2.55vw, 3.1rem) !important;
  line-height: 1.14 !important;
}

.subpage-body .contact-info-lead {
  max-width: 32ch !important;
  line-height: 1.72 !important;
}

.subpage-body .contact-guide-block {
  grid-area: steps !important;
  min-width: 0 !important;
  width: 100% !important;
}

.subpage-body .contact-guide-block article {
  width: 100% !important;
  min-width: 0 !important;
  padding: clamp(18px, 1.6vw, 22px) !important;
}

.subpage-body .contact-guide-block p {
  max-width: 34ch !important;
  line-height: 1.66 !important;
}

.subpage-body .contact-card-list {
  grid-area: cards !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.4vw, 16px) !important;
}

@media (max-width: 1180px) {
  .subpage-body .contact-page-layout {
    grid-template-columns: 1fr !important;
    width: min(980px, calc(100% - 48px)) !important;
  }

  .subpage-body .contact-info-panel {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "intro"
      "steps"
      "cards" !important;
  }

  .subpage-body .contact-info-panel > div:first-child,
  .subpage-body .contact-info-lead {
    max-width: 46rem !important;
  }

  .subpage-body .contact-info-panel h2 {
    max-width: 14em !important;
  }

  .subpage-body .contact-guide-block {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .subpage-body .contact-page-layout {
    width: min(100% - 28px, 520px) !important;
  }

  .subpage-body .contact-info-panel h2 {
    max-width: 11em !important;
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
  }

  .subpage-body .contact-guide-block,
  .subpage-body .contact-card-list {
    grid-template-columns: 1fr !important;
  }

  .subpage-body .contact-guide-block p,
  .subpage-body .contact-card-list article p {
    max-width: 100% !important;
  }
}

/* 20260608 contact detail precision pass. */
.subpage-body .contact-page-layout {
  width: min(1280px, calc(100% - 80px)) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr) !important;
  gap: clamp(28px, 2.8vw, 42px) !important;
  align-items: stretch !important;
}

.subpage-body .contact-info-panel,
.subpage-body .contact-page-form {
  min-width: 0 !important;
  height: 100% !important;
  box-sizing: border-box !important;
}

.subpage-body .contact-info-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr) !important;
  grid-template-areas:
    "intro steps"
    "cards cards" !important;
  gap: clamp(18px, 2vw, 28px) !important;
  align-content: start !important;
}

.subpage-body .contact-info-panel > div:first-child {
  min-width: 0 !important;
  max-width: 38ch !important;
}

.subpage-body .contact-info-panel h2 {
  max-width: 12em !important;
  font-size: clamp(2rem, 2.35vw, 2.85rem) !important;
}

.subpage-body .contact-guide-block {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.subpage-body .contact-guide-block article,
.subpage-body .contact-card-list article {
  box-sizing: border-box !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.subpage-body .contact-card-list {
  display: grid !important;
  grid-area: cards !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr)) !important;
  gap: clamp(12px, 1.5vw, 18px) !important;
  align-items: stretch !important;
  border-top: 1px solid rgba(218, 184, 108, 0.16) !important;
  border-bottom: 0 !important;
  padding-top: clamp(16px, 1.8vw, 22px) !important;
  margin-top: 0 !important;
}

.subpage-body .contact-card-list article {
  display: grid !important;
  grid-template-rows: auto auto minmax(0, 1fr) auto !important;
  gap: 10px !important;
  padding: clamp(17px, 1.6vw, 22px) !important;
}

.subpage-body .contact-card-list strong {
  max-width: 100% !important;
  font-size: clamp(1.08rem, 1.35vw, 1.38rem) !important;
  line-height: 1.32 !important;
  overflow-wrap: anywhere !important;
}

.subpage-body .contact-card-list article:first-child strong,
.subpage-body .contact-card-list article:nth-child(2) strong {
  white-space: nowrap !important;
  font-size: clamp(1.05rem, 1.26vw, 1.28rem) !important;
}

.subpage-body .contact-card-list article p {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

.subpage-body .contact-card-list a,
.subpage-body .contact-page-form button[type="submit"],
.subpage-body .contact-page-layout + .subpage-panel .subpage-actions a {
  min-height: 44px !important;
  border-radius: 7px !important;
  padding: 10px 15px !important;
  font-size: 0.92rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  white-space: normal !important;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease !important;
}

.subpage-body .contact-card-list .primary-button,
.subpage-body .contact-page-form button[type="submit"] {
  border: 1px solid rgba(219, 185, 104, 0.52) !important;
  background: linear-gradient(135deg, #d7ad61, #b88736) !important;
  color: #111827 !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18) !important;
}

.subpage-body .contact-card-list .secondary-button,
.subpage-body .contact-card-list .kakao-button,
.subpage-body .contact-page-layout + .subpage-panel .subpage-actions a {
  border: 1px solid rgba(219, 185, 104, 0.32) !important;
  background: #111827 !important;
  color: #fff8e8 !important;
  box-shadow: none !important;
}

.subpage-body .contact-page-layout + .subpage-panel {
  width: min(1280px, calc(100% - 80px)) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(22px, 2.4vw, 36px) !important;
  align-items: center !important;
  margin-top: clamp(14px, 2vw, 24px) !important;
  margin-bottom: clamp(54px, 5vw, 78px) !important;
  padding: clamp(28px, 3vw, 42px) !important;
}

.subpage-body .contact-page-layout + .subpage-panel .subpage-copy {
  display: grid !important;
  gap: 12px !important;
}

.subpage-body .contact-page-layout + .subpage-panel .subpage-actions {
  margin-top: 6px !important;
  gap: 10px !important;
}

.subpage-body .contact-page-layout + .subpage-panel .subpage-actions a {
  width: auto !important;
  min-width: 132px !important;
}

@media (max-width: 1240px) {
  .subpage-body .contact-page-layout {
    grid-template-columns: 1fr !important;
    width: min(980px, calc(100% - 56px)) !important;
    align-items: start !important;
  }

  .subpage-body .contact-info-panel {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "intro"
      "steps"
      "cards" !important;
  }

  .subpage-body .contact-info-panel > div:first-child,
  .subpage-body .contact-info-lead {
    max-width: 48rem !important;
  }

  .subpage-body .contact-guide-block {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .subpage-body .contact-page-layout + .subpage-panel {
    width: min(980px, calc(100% - 56px)) !important;
  }
}

@media (max-width: 820px) {
  .subpage-body .contact-page-layout,
  .subpage-body .contact-page-layout + .subpage-panel {
    width: min(100% - 32px, 560px) !important;
  }

  .subpage-body .contact-guide-block,
  .subpage-body .contact-card-list {
    grid-template-columns: 1fr !important;
  }

  .subpage-body .contact-page-layout + .subpage-panel {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
}

@media (max-width: 430px) {
  .subpage-body {
    overflow-x: clip !important;
  }

  .subpage-body .subpage-hero,
  .subpage-body .contact-page-layout,
  .subpage-body .contact-page-layout + .subpage-panel {
    width: calc(100vw - 28px) !important;
    max-width: 390px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .subpage-body .contact-info-panel,
  .subpage-body .contact-page-form,
  .subpage-body .contact-page-layout + .subpage-panel {
    padding: 22px !important;
  }

  .subpage-body .contact-card-list article:first-child strong,
  .subpage-body .contact-card-list article:nth-child(2) strong {
    white-space: normal !important;
  }

  .subpage-body .contact-card-list a,
  .subpage-body .contact-page-form button[type="submit"],
  .subpage-body .contact-page-layout + .subpage-panel .subpage-actions a {
    width: 100% !important;
  }

  .subpage-body .contact-card-list article,
  .subpage-body .contact-page-form input,
  .subpage-body .contact-page-form textarea,
  .subpage-body .contact-page-form button {
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
}

/* 20260610 v5 subpage common QA: header logo, detailed cards, and shared footer. */
.subpage-body .subpage-header,
.subpage-body .notice-simple-header,
.subpage-body .notice-page-header {
  box-sizing: border-box !important;
  min-height: 88px !important;
  padding-block: 16px !important;
}

.subpage-body .corporate-subpage,
.subpage-body .notice-simple-page,
.subpage-body .notice-page {
  min-height: auto !important;
}

.subpage-body .notice-page-brand {
  min-width: 0 !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .subpage-brand-mark {
  flex: 0 0 58px !important;
  overflow: hidden !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy {
  min-width: 0 !important;
  display: grid !important;
  gap: 3px !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy strong,
.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy em {
  white-space: nowrap !important;
}

.services-page .subpage-service-grid.detailed-service-grid,
.subpage-body .subpage-service-grid,
.subpage-body .process-grid,
.subpage-body .portfolio-grid,
.subpage-body .notice-category-list {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.services-page .detailed-service-grid article,
.subpage-body .subpage-service-grid article,
.subpage-body .process-grid article,
.subpage-body .portfolio-grid article,
.subpage-body .notice-category-item {
  box-sizing: border-box !important;
}

.services-page .detailed-service-grid .service-card-visual img,
.subpage-body .dispute-visual-block img,
.subpage-body .portfolio-empty-visual img {
  object-fit: cover !important;
  object-position: center !important;
}

.services-page #traffic-control .service-card-visual img {
  object-position: center 52% !important;
}

body.services-page .image-lightbox[data-gallery-key="traffic-control"] .image-lightbox-panel {
  width: min(1240px, 94vw) !important;
}

body.services-page .image-lightbox[data-gallery-key="traffic-control"] img {
  width: min(1120px, 92vw) !important;
  max-width: min(1120px, 92vw) !important;
  max-height: calc(100vh - 148px) !important;
  height: auto !important;
  object-fit: contain !important;
}

body.services-page .image-lightbox[data-gallery-key="traffic-control"] figcaption {
  width: min(1120px, 92vw) !important;
}

.subpage-body .site-footer.subpage-common-footer {
  box-sizing: border-box !important;
  width: min(1240px, calc(100% - 64px)) !important;
  margin: clamp(26px, 3.5vw, 48px) auto clamp(44px, 6vw, 76px) !important;
  padding: clamp(32px, 4vw, 50px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr) !important;
  gap: clamp(24px, 3vw, 42px) !important;
  border: 1px solid rgba(218, 184, 108, 0.18) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(5, 9, 16, 0.98)),
    #090d14 !important;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.26) !important;
}

.subpage-body {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(218, 184, 108, 0.07), transparent 28rem),
    #050a12 !important;
}

.subpage-body > main {
  flex: 1 0 auto !important;
  width: 100% !important;
}

.subpage-body > .site-footer.subpage-common-footer {
  flex: 0 0 auto !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-title img {
  display: block !important;
  visibility: visible !important;
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
  border-radius: 999px !important;
  opacity: 1 !important;
  filter: none !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-title strong {
  color: #fff8e8 !important;
  font-size: clamp(1.25rem, 1.5vw, 1.6rem) !important;
  font-weight: 900 !important;
}

.subpage-body .site-footer.subpage-common-footer p {
  color: rgba(255, 248, 232, 0.82) !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-info {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px 18px !important;
  margin-top: 18px !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-info div {
  min-width: 0 !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-info dt,
.subpage-body .site-footer.subpage-common-footer .site-footer-info dd {
  color: rgba(255, 248, 232, 0.86) !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-links nav {
  display: grid !important;
  gap: 10px !important;
  justify-items: start !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-links a {
  color: rgba(255, 248, 232, 0.86) !important;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .subpage-body .site-footer.subpage-common-footer {
    grid-template-columns: 1fr !important;
    width: min(100% - 36px, 720px) !important;
  }
}

@media (max-width: 560px) {
  .subpage-body .subpage-header,
  .subpage-body .notice-simple-header,
  .subpage-body .notice-page-header {
    width: calc(100% - 28px) !important;
    min-height: 76px !important;
    padding-block: 12px !important;
  }

  .subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .subpage-brand-mark {
    flex-basis: 48px !important;
    width: 48px !important;
    height: 48px !important;
  }

  .subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .subpage-brand-mark img {
    width: 40px !important;
    height: 40px !important;
  }

  .subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy strong {
    font-size: 1rem !important;
  }

  .subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy em {
    font-size: 0.68rem !important;
  }

  .subpage-body .site-footer.subpage-common-footer {
    width: calc(100% - 28px) !important;
    padding: 24px !important;
    border-radius: 14px !important;
  }

  .subpage-body .site-footer.subpage-common-footer .site-footer-info {
    grid-template-columns: 1fr !important;
  }

  .subpage-body .site-footer.subpage-common-footer .site-footer-title img {
    width: 50px !important;
    height: 50px !important;
  }
}

.subpage-body .site-footer.subpage-common-footer .site-footer-links {
  display: none !important;
}

/* 20260619 final subpage cleanup: remove text clipping, keep the canvas from extending horizontally, and preserve footer rhythm without ellipsis. */
.subpage-body {
  overflow-x: clip !important;
}

.subpage-body #business .field-card p,
.subpage-body .cases-section .case-card p,
.subpage-body .notice-recruit-card p,
.subpage-body .trust-card-copy,
.subpage-body .dispute-grid article p {
  display: block !important;
  min-height: calc(1.58em * 2) !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

.subpage-body .trust-card-copy,
.subpage-body .dispute-grid article p {
  min-height: 0 !important;
}

/* 20260702 typography recheck: lift lower-section readability on real browser renders. */
.about-page .about-overview h2 {
  font-size: clamp(2rem, 2.85vw, 2.55rem) !important;
  line-height: 1.16 !important;
}

.about-page .subpage-trust-head h2 {
  font-size: clamp(2rem, 2.85vw, 2.55rem) !important;
  line-height: 1.16 !important;
}

.subpage-body .subpage-card-section h2 {
  font-size: clamp(2rem, 2.85vw, 2.55rem) !important;
  line-height: 1.16 !important;
}

.about-page .greeting-panel .subpage-copy p,
.about-page .about-overview .subpage-copy p:not(.subpage-small-title),
.about-page .about-overview .company-fact-list li,
.subpage-body .subpage-panel p:not(.eyebrow),
.subpage-body .subpage-card-section p,
.subpage-body .subpage-service-grid p,
.subpage-body .portfolio-board p,
.subpage-body .notice-simple-body,
.subpage-body .notice-page-body {
  font-size: clamp(1rem, 1.04vw, 1.08rem) !important;
  line-height: 1.72 !important;
}

.about-page .subpage-trust-card h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.42rem) !important;
  line-height: 1.3 !important;
}

.about-page .subpage-trust-card p,
.about-page .subpage-trust-note {
  line-height: 1.72 !important;
}

.services-page .detailed-service-grid h2 {
  font-size: clamp(1.2rem, 1.48vw, 1.42rem) !important;
  line-height: 1.28 !important;
}

.services-page .detailed-service-grid article > p,
.services-page .detailed-service-grid .service-detail-list li {
  font-size: clamp(1rem, 1vw, 1.05rem) !important;
  line-height: 1.62 !important;
}

.subpage-body .notice-category-page .notice-category-item strong {
  font-size: clamp(1.2rem, 1.5vw, 1.42rem) !important;
  line-height: 1.28 !important;
}

.subpage-body .notice-category-page .notice-category-item p,
.subpage-body .notice-recruit-copy .notice-page-body p {
  font-size: clamp(1rem, 1.04vw, 1.08rem) !important;
  line-height: 1.7 !important;
}

.subpage-body .notice-recruit-mini-card strong {
  font-size: clamp(1.05rem, 1.12vw, 1.12rem) !important;
  line-height: 1.34 !important;
}

.subpage-body .notice-recruit-mini-card p {
  font-size: clamp(0.98rem, 1vw, 1.04rem) !important;
  line-height: 1.62 !important;
}

.subpage-body .contact-info-panel h2 {
  font-size: clamp(2.15rem, 2.8vw, 2.6rem) !important;
  line-height: 1.14 !important;
}

.subpage-body .contact-info-lead,
.subpage-body .contact-guide-block p,
.subpage-body .contact-card-list article p {
  font-size: clamp(1rem, 1.04vw, 1.08rem) !important;
  line-height: 1.7 !important;
}

.subpage-body .contact-guide-block strong,
.subpage-body .contact-card-list strong {
  font-size: clamp(1.2rem, 1.5vw, 1.42rem) !important;
  line-height: 1.28 !important;
}

.subpage-body .contact-card-list article:first-child strong,
.subpage-body .contact-card-list article:nth-child(2) strong {
  font-size: clamp(1.2rem, 1.5vw, 1.42rem) !important;
}

.subpage-body .contact-page-form label {
  font-size: clamp(0.98rem, 1vw, 1.04rem) !important;
  line-height: 1.42 !important;
}

.subpage-body .contact-page-form .privacy-note,
.subpage-body .contact-page-form .kakao-direct-note,
.subpage-body .contact-page-form .form-status {
  font-size: clamp(0.98rem, 1vw, 1.04rem) !important;
  line-height: 1.68 !important;
}

.subpage-body .contact-page-form button[type="submit"],
.subpage-body .contact-card-list a,
.subpage-body .contact-page-layout + .subpage-panel .subpage-actions a {
  min-height: 48px !important;
  padding: 12px 16px !important;
  font-size: clamp(1rem, 1vw, 1.05rem) !important;
  line-height: 1.2 !important;
}

.subpage-body .site-footer.subpage-common-footer {
  gap: clamp(18px, 2.4vw, 28px) !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-title strong {
  font-size: clamp(1.35rem, 1.55vw, 1.65rem) !important;
  line-height: 1.14 !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-info dt,
.subpage-body .site-footer.subpage-common-footer .site-footer-info dd,
.subpage-body .site-footer.subpage-common-footer .site-footer-links a,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy a,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy button,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy span {
  font-size: clamp(1rem, 1vw, 1.05rem) !important;
  line-height: 1.72 !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-policy {
  font-size: clamp(1rem, 1vw, 1.05rem) !important;
  line-height: 1.72 !important;
}

@media (max-width: 760px) {
  .about-page .about-overview h2,
  .about-page .subpage-trust-head h2,
  .subpage-body .subpage-card-section h2,
  .subpage-body .contact-info-panel h2 {
    font-size: clamp(1.9rem, 8.8vw, 2.45rem) !important;
  }

  .services-page .detailed-service-grid h2,
  .subpage-body .subpage-trust-card h3,
  .subpage-body .notice-category-page .notice-category-item strong,
  .subpage-body .contact-card-list strong {
    font-size: clamp(1.18rem, 4.9vw, 1.35rem) !important;
  }

  .subpage-body .contact-page-form button[type="submit"],
  .subpage-body .contact-card-list a,
  .subpage-body .contact-page-layout + .subpage-panel .subpage-actions a {
    min-height: 46px !important;
    padding: 12px 14px !important;
  }
}

/* 20260612 subpage header brand lockup balance pass. */
.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: clamp(10px, 1.1vw, 16px) !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .subpage-brand-mark {
  width: clamp(56px, 4.4vw, 62px) !important;
  height: clamp(56px, 4.4vw, 62px) !important;
  flex: 0 0 clamp(56px, 4.4vw, 62px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  line-height: 0 !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .subpage-brand-mark img {
  display: block !important;
  width: clamp(54px, 4vw, 60px) !important;
  height: clamp(54px, 4vw, 60px) !important;
  object-fit: contain !important;
  transform: none !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 4px !important;
  transform: none !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy strong {
  color: #fff8e8 !important;
  font-size: clamp(1.02rem, 1.32vw, 1.42rem) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy em {
  color: rgba(235, 225, 202, 0.82) !important;
  font-size: clamp(0.72rem, 0.82vw, 0.92rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

@media (max-width: 760px) {
  .subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand {
    gap: 9px !important;
  }

  .subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .subpage-brand-mark {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
  }

  .subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .subpage-brand-mark img {
    width: 46px !important;
    height: 46px !important;
  }

  .subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy strong {
    font-size: 0.98rem !important;
  }

  .subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy em {
    font-size: 0.66rem !important;
    letter-spacing: 0.03em !important;
  }
}

/* 20260612 notice recruit detail: application form attached to the notice detail card. */
.subpage-body .notice-recruit-card {
  display: grid;
  align-items: start;
}

.subpage-body .notice-recruit-card .notice-page-media {
  min-height: clamp(320px, 34vw, 540px);
}

.subpage-body .notice-recruit-card .notice-page-media img {
  object-position: center 42% !important;
}

.subpage-body .notice-recruit-copy {
  display: grid;
  gap: 14px;
}

.subpage-body .notice-recruit-copy .notice-page-body {
  max-width: none;
}

.subpage-body .notice-recruit-copy .notice-page-body p {
  color: rgba(232, 223, 204, 0.9);
}

.subpage-body .notice-recruit-form {
  display: grid;
  gap: 14px;
  margin-top: 4px;
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(218, 184, 108, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 22, 34, 0.98), rgba(10, 15, 24, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.subpage-body .notice-recruit-form .recruit-form-intro {
  margin: 0;
  color: rgba(232, 223, 204, 0.86);
  line-height: 1.72;
}

.subpage-body .notice-recruit-form .recruit-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.subpage-body .notice-recruit-form label {
  display: grid;
  gap: 7px;
  color: #fff7e8;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.45;
}

.subpage-body .notice-recruit-form .full-field {
  grid-column: 1 / -1;
}

.subpage-body .notice-recruit-form input,
.subpage-body .notice-recruit-form select,
.subpage-body .notice-recruit-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(218, 184, 108, 0.28);
  border-radius: 8px;
  background: rgba(7, 11, 17, 0.94);
  color: #fff8e8;
  box-sizing: border-box;
}

.subpage-body .notice-recruit-form input::placeholder,
.subpage-body .notice-recruit-form textarea::placeholder {
  color: rgba(210, 198, 170, 0.62);
}

.subpage-body .notice-recruit-form select {
  appearance: none;
}

.subpage-body .notice-recruit-form textarea {
  min-height: 132px;
  resize: vertical;
}

.subpage-body .notice-recruit-form .privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 0;
  color: rgba(232, 223, 204, 0.92);
  line-height: 1.54;
}

.subpage-body .notice-recruit-form .privacy-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  flex: 0 0 16px;
  accent-color: #d6ad5b;
}

.subpage-body .notice-recruit-form .privacy-note,
.subpage-body .notice-recruit-form .form-status {
  margin: 0;
  line-height: 1.68;
}

.subpage-body .notice-recruit-form .privacy-note {
  color: rgba(226, 213, 188, 0.8);
  font-size: 0.92rem;
}

.subpage-body .notice-recruit-form .form-status {
  min-height: 1.4em;
  color: #e3c27a;
}

.subpage-body .notice-recruit-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

@media (max-width: 820px) {
  .subpage-body .notice-recruit-card {
    grid-template-columns: 1fr;
  }

  .subpage-body .notice-recruit-card .notice-page-media {
    min-height: 280px;
  }
}

@media (max-width: 560px) {
  .subpage-body .notice-recruit-form {
    padding: 16px;
  }

  .subpage-body .notice-recruit-form .recruit-form-grid {
    grid-template-columns: 1fr;
  }

  .subpage-body .notice-recruit-form .form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .subpage-body .notice-recruit-form .primary-button,
  .subpage-body .notice-recruit-form .secondary-button {
    width: 100%;
  }
}

.subpage-body .notice-page-media--text,
.subpage-body .notice-recruit-media--text,
.subpage-body .subpage-award-card-visual--text,
.subpage-body .portfolio-empty-visual--text {
  display: grid;
  gap: 10px;
  align-content: start;
  justify-items: start;
  aspect-ratio: auto !important;
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(20px, 2.8vw, 32px) !important;
  border: 1px solid rgba(218, 184, 108, 0.24) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at top right, rgba(217, 189, 126, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(19, 26, 38, 0.98), rgba(9, 13, 19, 0.98)) !important;
  color: #f7ebcd !important;
}

.subpage-body .notice-page-media--text,
.subpage-body .notice-recruit-media--text,
.subpage-body .subpage-award-card-visual--text {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.subpage-body .notice-page-media--text .eyebrow,
.subpage-body .notice-recruit-media--text .eyebrow,
.subpage-body .subpage-award-card-visual--text .eyebrow,
.subpage-body .portfolio-empty-visual--text .eyebrow {
  color: #d9bd7e;
}

.subpage-body .notice-page-media--text strong,
.subpage-body .notice-recruit-media--text strong,
.subpage-body .subpage-award-card-visual--text strong,
.subpage-body .portfolio-empty-visual--text strong {
  color: #fff8e8;
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  line-height: 1.28;
}

.subpage-body .notice-page-media--text p,
.subpage-body .notice-recruit-media--text p,
.subpage-body .subpage-award-card-visual--text p,
.subpage-body .portfolio-empty-visual--text p {
  margin: 0;
  color: rgba(232, 223, 204, 0.88);
  line-height: 1.72;
}

.subpage-body .notice-visual-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.subpage-body .notice-visual-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(218, 184, 108, 0.24);
  border-radius: 999px;
  background: rgba(217, 189, 126, 0.08);
  color: #f7ebcd;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  word-break: keep-all;
}

.subpage-body .notice-page-media--text,
.subpage-body .notice-recruit-media--text {
  width: 100%;
}

.subpage-body .notice-page-media--text,
.subpage-body .notice-page-media--text img,
.subpage-body .notice-recruit-media--text,
.subpage-body .notice-recruit-media--text img {
  aspect-ratio: auto !important;
  min-height: 0 !important;
}

.subpage-body .portfolio-empty-visual--text {
  min-height: 220px;
}

.subpage-body .subpage-trust--cards {
  display: grid;
  gap: 18px;
}

.subpage-body .subpage-trust--cards > span,
.subpage-body .subpage-trust--cards .subpage-award-card {
  display: none !important;
}

.subpage-body .subpage-trust-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.subpage-body .subpage-trust-head h2,
.subpage-body .subpage-trust-note {
  margin: 0;
}

.subpage-body .subpage-trust-head p {
  margin: 0;
  color: rgba(220, 229, 240, 0.9);
  line-height: 1.72;
}

.subpage-body .subpage-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.subpage-body .subpage-trust-card {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid rgba(218, 184, 108, 0.18);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(18, 25, 38, 0.98), rgba(10, 15, 24, 0.98));
}

.subpage-body .subpage-trust-card span {
  color: #d9bd7e;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.subpage-body .subpage-trust-card h3 {
  margin: 0;
  color: #fff8e8;
  font-size: clamp(1.02rem, 1.2vw, 1.12rem);
  line-height: 1.34;
}

.subpage-body .subpage-trust-card p {
  margin: 0;
  color: rgba(232, 223, 204, 0.88);
  line-height: 1.68;
}

.subpage-body .subpage-trust-note {
  color: rgba(220, 229, 240, 0.88);
  line-height: 1.72;
  max-width: 960px;
}

.subpage-body .notice-recruit--compact {
  grid-template-columns: minmax(240px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(18px, 3vw, 34px);
}

.subpage-body .notice-recruit--compact .notice-page-media.notice-recruit-media--text {
  min-height: 0 !important;
}

.subpage-body .notice-recruit-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.subpage-body .notice-recruit-mini-card {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid rgba(218, 184, 108, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.subpage-body .notice-recruit-mini-card span {
  color: #d9bd7e;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.subpage-body .notice-recruit-mini-card strong {
  color: #fff8e8;
  font-size: 0.96rem;
  line-height: 1.34;
}

.subpage-body .notice-recruit-mini-card p {
  margin: 0;
  color: rgba(232, 223, 204, 0.86);
  font-size: 0.9rem;
  line-height: 1.55;
}

.subpage-body .portfolio-card-image img.is-placeholder,
.subpage-body .portfolio-card-thumb img.is-placeholder {
  object-fit: cover;
  object-position: center center;
  background: #0d131c;
}

.subpage-body .notice-page-media--agreement-thumb {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  align-content: stretch;
  width: 100%;
  height: clamp(320px, 32vw, 430px) !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: clamp(14px, 2vw, 18px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(218, 184, 108, 0.24) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(18, 25, 38, 0.98), rgba(10, 15, 24, 0.98)) !important;
  color: #f7ebcd !important;
  text-decoration: none;
}

.subpage-body .notice-page-media--agreement-thumb img {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: top center !important;
  border-radius: 6px;
  background: #f3f1ed;
}

.subpage-body .notice-page-media-caption {
  color: #d9bd7e;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .subpage-body .subpage-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subpage-body .notice-recruit--compact {
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
  }
}

@media (max-width: 820px) {
  .subpage-body .subpage-trust-grid,
  .subpage-body .notice-recruit-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subpage-body .notice-recruit--compact {
    grid-template-columns: 1fr;
  }

  .subpage-body .notice-page-media--agreement-thumb {
    height: clamp(300px, 72vw, 420px) !important;
  }
}

@media (max-width: 560px) {
  .subpage-body .subpage-trust-grid,
  .subpage-body .notice-recruit-mini-grid {
    grid-template-columns: 1fr;
  }
}

/* 20260618 v5 residual polish: subpage card rhythm, forms, and footer spacing. */
.subpage-body .portfolio-grid[data-support="true"] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.subpage-body .portfolio-grid[data-support="true"] .portfolio-card:first-child {
  grid-column: auto !important;
}

.subpage-body .portfolio-grid[data-support="true"] .portfolio-card {
  min-height: 0 !important;
}

.subpage-body .portfolio-grid[data-support="true"] .portfolio-card-image,
.subpage-body .portfolio-grid[data-support="true"] .portfolio-card--uploaded .portfolio-card-image {
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
}

.subpage-body .portfolio-grid[data-support="true"] .portfolio-card-copy {
  min-height: 0 !important;
}

.subpage-body .portfolio-grid[data-support="true"] .portfolio-card-gallery {
  display: none !important;
}

.about-page .about-overview .company-fact-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 16px !important;
  padding: 0 !important;
  list-style: none !important;
}

.about-page .about-overview .company-fact-list li {
  margin: 0 !important;
  min-height: 64px !important;
  padding: 15px 16px !important;
  border: 1px solid rgba(218, 184, 108, 0.2) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(18, 25, 38, 0.98), rgba(9, 14, 22, 0.98)) !important;
  color: rgba(255, 248, 232, 0.88) !important;
  line-height: 1.58 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025) !important;
}

.about-page .about-overview .company-fact-list li::before {
  display: none !important;
}

.about-page .subpage-trust--cards {
  padding: clamp(28px, 4vw, 46px) !important;
  border: 1px solid rgba(218, 184, 108, 0.22) !important;
  border-radius: 12px !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(218, 184, 108, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(13, 20, 31, 0.98), rgba(7, 11, 18, 0.98)) !important;
}

.about-page .subpage-trust-head h2 {
  color: #fff8e8 !important;
}

.about-page .subpage-trust-head p,
.about-page .subpage-trust-note {
  color: rgba(255, 248, 232, 0.9) !important;
}

.subpage-body .subpage-trust-grid {
  align-items: stretch !important;
}

.subpage-body .subpage-trust-card {
  grid-template-rows: auto auto 1fr !important;
  min-height: 188px !important;
  padding: 20px !important;
}

.subpage-body .subpage-trust-card span {
  min-height: 18px !important;
}

.subpage-body .subpage-trust-card h3 {
  min-height: 2.68em !important;
}

.subpage-body .subpage-trust-note {
  padding: 16px 18px !important;
  border: 1px solid rgba(218, 184, 108, 0.16) !important;
  border-radius: 10px !important;
  background: rgba(255, 248, 232, 0.045) !important;
}

.about-page .subpage-trust + .subpage-actions {
  margin-top: clamp(14px, 2vw, 22px) !important;
  margin-bottom: clamp(34px, 4vw, 54px) !important;
  padding: 16px !important;
  border: 1px solid rgba(218, 184, 108, 0.18) !important;
  border-radius: 12px !important;
  background: rgba(13, 20, 31, 0.72) !important;
  justify-content: flex-end !important;
}

.services-page .detailed-service-grid article {
  align-items: stretch !important;
}

.services-page .detailed-service-grid article h2 {
  min-height: 2.42em !important;
}

.services-page .detailed-service-grid article > p {
  min-height: 5.3em !important;
}

.services-page .detailed-service-grid .service-detail-list {
  min-height: 5.1em !important;
}

.services-page .detailed-service-grid article strong {
  min-height: 3.35em !important;
}

.services-page .service-card-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 0 !important;
}

.services-page .subpage-consult-band + .subpage-actions {
  margin-top: 0 !important;
  margin-bottom: clamp(36px, 4vw, 58px) !important;
  justify-content: flex-start !important;
}

.services-page .subpage-consult-band + .subpage-actions .secondary-button {
  width: auto !important;
}

.subpage-body .dispute-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.subpage-body .dispute-grid article {
  min-height: 212px !important;
}

.subpage-body .dispute-grid article h2 {
  min-height: 2.5em !important;
}

.subpage-body .contact-page-form,
.subpage-body .notice-recruit-form {
  border: 1px solid rgba(218, 184, 108, 0.26) !important;
  border-radius: 12px !important;
  background:
    radial-gradient(circle at 95% 0%, rgba(218, 184, 108, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(15, 22, 34, 0.98), rgba(8, 13, 21, 0.98)) !important;
  color: #fff8e8 !important;
}

.subpage-body .contact-page-form label,
.subpage-body .notice-recruit-form label {
  display: grid !important;
  gap: 8px !important;
  color: #fff8e8 !important;
  font-size: 0.95rem !important;
  font-weight: 850 !important;
  line-height: 1.42 !important;
}

.subpage-body .contact-page-form input,
.subpage-body .contact-page-form select,
.subpage-body .contact-page-form textarea,
.subpage-body .notice-recruit-form input,
.subpage-body .notice-recruit-form select,
.subpage-body .notice-recruit-form textarea {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 13px 14px !important;
  border: 1px solid rgba(218, 184, 108, 0.3) !important;
  border-radius: 9px !important;
  background: rgba(7, 11, 17, 0.94) !important;
  color: #fff8e8 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
  box-sizing: border-box !important;
}

.subpage-body .contact-page-form input::placeholder,
.subpage-body .contact-page-form textarea::placeholder,
.subpage-body .notice-recruit-form input::placeholder,
.subpage-body .notice-recruit-form textarea::placeholder {
  color: rgba(217, 202, 170, 0.62) !important;
  opacity: 1 !important;
}

.subpage-body .contact-page-form textarea,
.subpage-body .notice-recruit-form textarea {
  min-height: 136px !important;
  resize: vertical !important;
}

.subpage-body .contact-page-form input:focus,
.subpage-body .contact-page-form select:focus,
.subpage-body .contact-page-form textarea:focus,
.subpage-body .notice-recruit-form input:focus,
.subpage-body .notice-recruit-form select:focus,
.subpage-body .notice-recruit-form textarea:focus {
  border-color: #d9ae61 !important;
  outline: 3px solid rgba(217, 174, 97, 0.24) !important;
}

.subpage-body .contact-page-form .privacy-check,
.subpage-body .notice-recruit-form .privacy-check {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 10px !important;
  padding: 13px 14px !important;
  border: 1px solid rgba(218, 184, 108, 0.18) !important;
  border-radius: 9px !important;
  background: rgba(255, 248, 232, 0.055) !important;
  color: rgba(255, 248, 232, 0.9) !important;
}

.subpage-body .contact-page-form .privacy-check input[type="checkbox"],
.subpage-body .notice-recruit-form .privacy-check input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: #d6ad5b !important;
}

.subpage-body .contact-page-form .privacy-note,
.subpage-body .contact-page-form .kakao-direct-note,
.subpage-body .contact-page-form .form-status,
.subpage-body .notice-recruit-form .privacy-note,
.subpage-body .notice-recruit-form .form-status {
  color: rgba(232, 223, 204, 0.82) !important;
}

.subpage-body .contact-page-form button[type="submit"],
.subpage-body .notice-recruit-form button[type="submit"] {
  min-height: 50px !important;
  border: 1px solid rgba(255, 221, 153, 0.42) !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #d8ad61, #c79743) !important;
  color: #101722 !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22) !important;
}

.subpage-body .site-footer.subpage-common-footer {
  margin-top: clamp(34px, 4vw, 56px) !important;
  margin-bottom: 0 !important;
}

.subpage-body .site-footer.subpage-common-footer p,
.subpage-body .site-footer.subpage-common-footer .site-footer-info dt,
.subpage-body .site-footer.subpage-common-footer .site-footer-info dd {
  color: rgba(255, 248, 232, 0.9) !important;
  line-height: 1.65 !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-info {
  gap: 10px 20px !important;
}

@media (max-width: 1024px) {
  .subpage-body .dispute-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .subpage-body .portfolio-grid[data-support="true"],
  .about-page .about-overview .company-fact-list,
  .subpage-body .dispute-grid {
    grid-template-columns: 1fr !important;
  }

  .services-page .detailed-service-grid article h2,
  .services-page .detailed-service-grid article > p,
  .services-page .detailed-service-grid .service-detail-list,
  .services-page .detailed-service-grid article strong,
  .subpage-body .dispute-grid article,
  .subpage-body .dispute-grid article h2,
  .subpage-body .subpage-trust-card h3 {
    min-height: 0 !important;
  }

  .services-page .service-card-actions {
    grid-template-columns: 1fr !important;
  }

  .about-page .subpage-trust + .subpage-actions {
    justify-content: stretch !important;
  }
}

/* 20260619 final subpage/footer normalization: keep widths, card density, and footer rhythm aligned. */
.contact-page-layout,
.corporate-subpage .subpage-hero,
.corporate-subpage .subpage-panel,
.corporate-subpage .subpage-card-section,
.corporate-subpage .subpage-service-grid,
.corporate-subpage .subpage-trust,
.corporate-subpage .subpage-consult-band,
.corporate-subpage .subpage-actions,
.corporate-subpage .dispute-visual-block,
.subpage-hero + .greeting-panel,
.greeting-panel + .about-overview,
.about-overview + .subpage-card-section,
.subpage-card-section + .subpage-trust {
  width: min(1280px, calc(100% - 64px));
  box-sizing: border-box;
}

#business .field-card,
.cases-section .case-card,
.notice-recruit-card {
  min-height: 0;
}

#business .field-card > div,
.cases-section .case-card > div,
.notice-recruit-card > div {
  min-height: 0;
}

.subpage-hero + .greeting-panel .subpage-copy p,
.greeting-panel + .about-overview .subpage-copy p:not(.subpage-small-title),
.about-overview .company-fact-list li,
.detailed-service-grid article > p,
.dispute-grid article p,
#business .field-card p,
.cases-section .case-card p,
.notice-recruit-card p {
  display: block;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

.site-footer {
  margin-top: clamp(40px, 3.4vw, 72px);
  padding: clamp(50px, 4.3vw, 72px) max(32px, calc((100vw - 1520px) / 2)) clamp(54px, 5vw, 78px);
  border-top: 1px solid rgba(214, 182, 112, 0.18);
  background: linear-gradient(180deg, #090d14 0%, #090c14 35%, #070a11 100%);
}

.site-footer .site-footer-brand,
.site-footer .site-footer-links,
.site-footer .site-footer-policy {
  max-width: min(1280px, 100%);
}

.site-footer .site-footer-links,
.site-footer .site-footer-policy {
  margin-top: 24px;
}

.site-footer-divider {
  width: min(1280px, 100%);
}

@media (max-width: 640px) {
  .contact-page-layout,
  .corporate-subpage .subpage-hero,
  .corporate-subpage .subpage-panel,
  .corporate-subpage .subpage-card-section,
  .corporate-subpage .subpage-service-grid,
  .corporate-subpage .subpage-trust,
  .corporate-subpage .subpage-consult-band,
  .corporate-subpage .subpage-actions,
  .corporate-subpage .dispute-visual-block,
  .subpage-hero + .greeting-panel,
  .greeting-panel + .about-overview,
  .about-overview + .subpage-card-section,
  .subpage-card-section + .subpage-trust {
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
  }

  .about-page .subpage-panel,
  .about-page .subpage-card-section,
  .about-page .subpage-trust,
  .about-page .subpage-copy,
  .about-page .greeting-copy {
    width: 100% !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    max-inline-size: 100% !important;
  }

  .site-footer {
    padding-inline: 18px;
  }

  .site-footer .site-footer-info {
    grid-template-columns: 1fr;
  }
}

/* 20260619 final gutter and stack normalization: keep subpage widths centered with one breakpoint-controlled gutter system. */
.subpage-body {
  overflow-x: clip !important;
}

.subpage-body .v5-reveal {
  opacity: 1 !important;
  transform: none !important;
}

.subpage-body :is(
  .subpage-container,
  .notice-category-page,
  .contact-page-layout,
  .subpage-card-section,
  .subpage-trust,
  .notice-category-list,
  .notice-category-hero,
  .subpage-consult-band,
  .about-overview,
  .greeting-panel,
  .contact-page-form,
  .subpage-header,
  .notice-simple-header,
  .notice-page-header,
  .subpage-hero,
  .subpage-panel,
  .subpage-service-grid,
  .subpage-actions,
  .portfolio-board,
  .notice-category-empty,
  .notice-category-actions,
  .notice-simple-card,
  .notice-page-card,
  .dispute-visual-block,
  .subpage-footer,
  .site-footer.subpage-common-footer,
  .notice-page,
  .notice-simple-page
) {
  width: min(1280px, calc(100% - (var(--subpage-inline-gutter) * 2))) !important;
  max-width: min(1280px, calc(100% - (var(--subpage-inline-gutter) * 2))) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Notice page final layout: scoped to notice.html content only. */
.subpage-body .notice-category-page {
  padding-bottom: clamp(36px, 5vw, 64px) !important;
}

.subpage-body .notice-category-page .notice-category-hero {
  margin-top: clamp(30px, 4vw, 52px) !important;
  margin-bottom: clamp(36px, 5vw, 64px) !important;
}

.subpage-body .notice-category-page .notice-main-section,
.subpage-body .notice-category-page .notice-recruit-section-panel,
.subpage-body .notice-category-page .notice-category-actions {
  width: min(1240px, calc(100% - (var(--subpage-inline-gutter) * 2))) !important;
  max-width: min(1240px, calc(100% - (var(--subpage-inline-gutter) * 2))) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

.subpage-body .notice-category-page .notice-main-section {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  margin-bottom: clamp(56px, 6vw, 72px) !important;
}

.subpage-body .notice-category-page .notice-section-head {
  max-width: 760px;
  display: grid;
  gap: 10px;
}

.subpage-body .notice-category-page .notice-section-head .eyebrow {
  margin: 0;
  color: #a67e36;
  letter-spacing: 0.16em;
}

.subpage-body .notice-category-page .notice-section-head h2 {
  margin: 0;
  color: #fff3dc;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.subpage-body .notice-category-page .notice-section-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(244, 234, 216, 0.76);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.65;
  word-break: keep-all;
}

.subpage-body .notice-category-page .notice-featured-card {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(380px, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
  padding: clamp(22px, 3vw, 36px) !important;
  border: 1px solid rgba(166, 126, 54, 0.2);
  border-radius: 12px;
  background: #f9f6ed;
  box-shadow: none;
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-media--agreement-thumb {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: clamp(390px, 42vw, 540px) !important;
  margin: 0 !important;
  padding: clamp(14px, 1.6vw, 20px) !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  overflow: hidden !important;
  border: 1px solid rgba(190, 145, 58, 0.42);
  border-radius: 10px !important;
  background:
    linear-gradient(135deg, rgba(166, 126, 54, 0.16), rgba(255, 255, 255, 0)),
    #14181f;
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-media--agreement-thumb img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 6px;
  background: #fffdf7;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-media-caption {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: #f4ead5;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  border: 1px solid rgba(166, 126, 54, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-copy {
  align-self: center;
  display: grid;
  gap: clamp(12px, 1.5vw, 18px);
  color: #1a1c20;
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-copy h1 {
  margin: 0;
  color: #15181d;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-date {
  color: #8b6625;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-body {
  margin: 0;
  color: #555a61;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.68;
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-body p {
  margin: 0;
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-body p + p {
  margin-top: 6px;
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-actions {
  margin-top: clamp(4px, 1vw, 10px);
}

.subpage-body .notice-category-page .notice-featured-card .primary-button {
  min-height: 44px;
}

.subpage-body .notice-category-page .notice-category-list {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  border-block: 1px solid rgba(23, 25, 29, 0.12);
  background: transparent;
}

.subpage-body .notice-category-page .notice-category-item {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 108px;
  display: grid !important;
  grid-template-columns: minmax(150px, 0.24fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(18px, 2.2vw, 26px) clamp(18px, 2.5vw, 30px) !important;
  border: 0;
  border-bottom: 1px solid rgba(23, 25, 29, 0.1);
  border-radius: 0;
  background: #faf8f3;
  box-shadow: none;
  color: #17191d;
  text-decoration: none;
}

.subpage-body .notice-category-page .notice-category-item:last-child {
  border-bottom: 0;
}

.subpage-body .notice-category-page .notice-category-item:hover,
.subpage-body .notice-category-page .notice-category-item:focus-visible {
  background: #fffaf0;
  box-shadow: inset 3px 0 0 #a67e36;
}

.subpage-body .notice-category-page .notice-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #7a6135;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.subpage-body .notice-category-page .notice-badge {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  color: #1b160b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  border: 1px solid rgba(166, 126, 54, 0.42);
  border-radius: 999px;
  background: rgba(166, 126, 54, 0.18);
}

.subpage-body .notice-category-page .notice-item-content {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.subpage-body .notice-category-page .notice-item-content strong {
  color: #15181d;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.subpage-body .notice-category-page .notice-item-content p {
  margin: 0;
  color: #5a5f67;
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.55;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subpage-body .notice-category-page .notice-item-arrow {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8f6828;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.subpage-body .notice-category-page .notice-recruit-section-panel {
  display: grid;
  gap: clamp(18px, 2.5vw, 28px);
  margin-bottom: clamp(36px, 4.6vw, 58px) !important;
}

.subpage-body .notice-category-page .notice-section-head--recruit {
  max-width: none;
  padding-top: clamp(22px, 3vw, 32px);
  border-top: 1px solid rgba(23, 25, 29, 0.14);
}

.subpage-body .notice-category-page .notice-section-head--recruit h2 {
  font-size: clamp(25px, 2.5vw, 34px);
}

.subpage-body .notice-category-page .notice-recruit--compact {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
  padding: clamp(18px, 2.5vw, 30px) !important;
  border-radius: 12px;
  box-shadow: none;
}

.subpage-body .notice-category-page .notice-recruit--compact .notice-recruit-media {
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(18px, 2.2vw, 26px) !important;
}

.subpage-body .notice-category-page .notice-recruit--compact .notice-page-copy {
  display: grid;
  gap: clamp(10px, 1.4vw, 16px);
}

.subpage-body .notice-category-page .notice-recruit--compact .notice-page-copy h1 {
  font-size: clamp(26px, 2.7vw, 36px);
}

.subpage-body .notice-category-page .notice-recruit--compact .notice-page-body {
  gap: 7px;
  font-size: 14px;
  line-height: 1.58;
}

.subpage-body .notice-category-page .notice-recruit-mini-grid {
  gap: 10px;
}

.subpage-body .notice-category-page .notice-recruit-mini-card {
  padding: 14px;
}

.subpage-body .notice-category-page .notice-recruit-form {
  gap: 12px;
  padding: clamp(16px, 2vw, 22px);
}

.subpage-body .notice-category-page .notice-recruit-form label,
.subpage-body .notice-category-page .privacy-note,
.subpage-body .notice-category-page .notice-recruit-note {
  font-size: 13px;
  line-height: 1.55;
}

.subpage-body .notice-category-page .notice-recruit-form :is(input, select, textarea) {
  min-height: 44px;
}

.subpage-body .notice-category-page .notice-recruit-form textarea {
  min-height: 108px;
}

.subpage-body .notice-category-page .notice-category-actions {
  margin-top: 0 !important;
  margin-bottom: clamp(32px, 4vw, 52px) !important;
}

.subpage-body .notice-category-page :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(166, 126, 54, 0.92);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .subpage-body .notice-category-page .notice-featured-card,
  .subpage-body .notice-category-page .notice-recruit--compact {
    grid-template-columns: 1fr;
  }

  .subpage-body .notice-category-page .notice-featured-card .notice-page-media--agreement-thumb {
    min-height: clamp(360px, 68vw, 520px) !important;
  }

  .subpage-body .notice-category-page .notice-category-item {
    grid-template-columns: minmax(128px, 0.28fr) minmax(0, 1fr) auto;
  }
}

@media (max-width: 760px) {
  .subpage-body .notice-category-page {
    padding-bottom: 36px !important;
  }

  .subpage-body .notice-category-page .notice-category-hero {
    margin-top: 24px !important;
    margin-bottom: 34px !important;
  }

  .subpage-body .notice-category-page .notice-main-section,
  .subpage-body .notice-category-page .notice-recruit-section-panel,
  .subpage-body .notice-category-page .notice-category-actions {
    width: calc(100% - 40px) !important;
    max-width: 1240px !important;
  }

  .subpage-body .notice-category-page .notice-main-section {
    gap: 18px;
    margin-bottom: 40px !important;
  }

  .subpage-body .notice-category-page .notice-section-head {
    gap: 8px;
  }

  .subpage-body .notice-category-page .notice-section-head h2 {
    font-size: clamp(25px, 7vw, 32px);
  }

  .subpage-body .notice-category-page .notice-featured-card {
    padding: 16px !important;
    gap: 18px;
    border-radius: 10px;
  }

  .subpage-body .notice-category-page .notice-featured-card .notice-page-media--agreement-thumb {
    min-height: clamp(330px, 106vw, 500px) !important;
    padding: 12px !important;
  }

  .subpage-body .notice-category-page .notice-featured-card .notice-page-copy h1 {
    font-size: clamp(25px, 7vw, 32px);
  }

  .subpage-body .notice-category-page .notice-category-list {
    gap: 10px !important;
    border: 0;
  }

  .subpage-body .notice-category-page .notice-category-item {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px !important;
    border: 1px solid rgba(23, 25, 29, 0.1);
    border-radius: 10px;
    background: #fbf8f1;
  }

  .subpage-body .notice-category-page .notice-item-content p {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .subpage-body .notice-category-page .notice-item-arrow {
    justify-content: flex-start;
  }

  .subpage-body .notice-category-page .notice-recruit-section-panel {
    margin-bottom: 36px !important;
    gap: 16px;
  }

  .subpage-body .notice-category-page .notice-section-head--recruit {
    padding-top: 22px;
  }

  .subpage-body .notice-category-page .notice-recruit--compact {
    padding: 16px !important;
    gap: 16px;
  }

  .subpage-body .notice-category-page .notice-recruit-form {
    padding: 14px;
  }
}

@media (max-width: 430px) {
  .subpage-body .notice-category-page .notice-featured-card .notice-page-media--agreement-thumb {
    min-height: clamp(300px, 110vw, 450px) !important;
  }

  .subpage-body .notice-category-page .notice-recruit-mini-grid {
    grid-template-columns: 1fr;
  }

  .subpage-body .notice-category-page .form-actions.recruit-form-actions {
    grid-template-columns: 1fr;
  }
}

/* Agreement notice detail final layout: scoped to notice-agreement.html only. */
.subpage-body .notice-agreement-page {
  width: min(1240px, calc(100% - 64px)) !important;
  max-width: min(1240px, calc(100% - 64px)) !important;
  padding-bottom: clamp(44px, 5vw, 64px) !important;
}

.subpage-body .notice-agreement-page .notice-agreement-intro {
  display: grid;
  gap: 14px;
  margin: clamp(34px, 4vw, 52px) 0 clamp(24px, 3vw, 32px);
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(166, 126, 54, 0.25);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(166, 126, 54, 0.12), rgba(255, 255, 255, 0)),
    #111820;
  color: #fff3dc;
}

.subpage-body .notice-agreement-page .notice-agreement-intro h1 {
  max-width: 760px;
  margin: 0;
  color: #fff7e6;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.subpage-body .notice-agreement-page .notice-agreement-intro p:not(.eyebrow) {
  max-width: 840px;
  margin: 0;
  color: rgba(255, 246, 228, 0.82);
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.75;
  word-break: keep-all;
}

.subpage-body .notice-agreement-page .notice-agreement-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 1fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: start;
  margin-bottom: clamp(34px, 4.4vw, 54px);
}

.subpage-body .notice-agreement-page .agreement-document-figure {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: clamp(14px, 1.7vw, 20px);
  border: 1px solid rgba(138, 107, 47, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(166, 126, 54, 0.1), rgba(255, 255, 255, 0)),
    #111820;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.subpage-body .notice-agreement-page .agreement-document-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.subpage-body .notice-agreement-page .agreement-info-panel {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(166, 126, 54, 0.24);
  border-radius: 10px;
  background: #151c24;
  color: #f5ead6;
}

.subpage-body .notice-agreement-page .agreement-info-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(214, 173, 91, 0.18);
}

.subpage-body .notice-agreement-page .agreement-info-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(214, 173, 91, 0.16);
}

.subpage-body .notice-agreement-page .agreement-info-list span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 173, 91, 0.42);
  border-radius: 50%;
  color: #d6ad5b;
  font-size: 13px;
  font-weight: 900;
}

.subpage-body .notice-agreement-page .agreement-info-list strong {
  display: block;
  margin-bottom: 6px;
  color: #fff7e6;
  font-size: 17px;
  line-height: 1.35;
}

.subpage-body .notice-agreement-page .agreement-info-list p,
.subpage-body .notice-agreement-page .agreement-note p {
  margin: 0;
  color: rgba(245, 234, 214, 0.82);
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

.subpage-body .notice-agreement-page .agreement-note {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(166, 126, 54, 0.24);
  border-radius: 10px;
  background: rgba(166, 126, 54, 0.09);
}

.subpage-body .notice-agreement-page .agreement-note h2,
.subpage-body .notice-agreement-page .agreement-info-panel h2 {
  margin: 0;
  color: #fff4dc;
  font-size: clamp(23px, 2.3vw, 30px);
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.subpage-body .notice-agreement-page .notice-agreement-actions {
  justify-content: flex-end;
  margin-bottom: 0;
}

.subpage-body .notice-agreement-page :is(.primary-button, .secondary-button) {
  min-height: 44px;
}

@media (max-width: 1024px) {
  .subpage-body .notice-agreement-page .notice-agreement-layout {
    grid-template-columns: 1fr;
  }

  .subpage-body .notice-agreement-page .agreement-info-panel {
    order: 1;
  }

  .subpage-body .notice-agreement-page .agreement-document-figure {
    order: 2;
  }
}

@media (max-width: 620px) {
  .subpage-body .notice-agreement-page {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    padding-bottom: 42px !important;
  }

  .subpage-body .notice-agreement-page .notice-agreement-intro {
    margin: 30px 0 22px;
    padding: 24px 20px;
  }

  .subpage-body .notice-agreement-page .notice-agreement-intro h1 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .subpage-body .notice-agreement-page .notice-agreement-layout {
    gap: 20px;
    margin-bottom: 28px;
  }

  .subpage-body .notice-agreement-page .agreement-info-panel {
    padding: 20px;
  }

  .subpage-body .notice-agreement-page .agreement-info-list li {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 0;
  }

  .subpage-body .notice-agreement-page .notice-agreement-actions a {
    width: 100%;
  }
}

/* 20260629 notice/recruit premium pass: body section only, index untouched. */
.subpage-body {
  --notice-premium-max: 1600px;
  --notice-premium-gutter: clamp(24px, 4vw, 72px);
  --notice-gold: #d6ad5b;
  --notice-gold-soft: rgba(214, 173, 91, 0.34);
  --notice-ink: #101722;
  --notice-panel: rgba(14, 20, 30, 0.96);
  --notice-panel-strong: #0d131d;
  --notice-text: rgba(246, 237, 220, 0.88);
  overflow-x: clip;
}

.subpage-body main.notice-simple-page.notice-category-page,
.subpage-body main.notice-page.notice-agreement-page,
.subpage-body main.notice-simple-page:not(.notice-category-page) {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.subpage-body .notice-category-page :is(
  .notice-category-hero,
  .notice-main-section,
  .notice-recruit-section-panel,
  .notice-category-actions
),
.subpage-body .notice-agreement-page :is(
  .notice-page-header,
  .notice-agreement-intro,
  .notice-agreement-layout,
  .notice-agreement-actions
),
.subpage-body .notice-simple-page:not(.notice-category-page) :is(
  .notice-simple-header,
  .notice-simple-card
) {
  box-sizing: border-box;
  width: min(var(--notice-premium-max), calc(100% - (var(--notice-premium-gutter) * 2))) !important;
  max-width: min(var(--notice-premium-max), calc(100% - (var(--notice-premium-gutter) * 2))) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.subpage-body .notice-category-page .notice-category-hero,
.subpage-body .notice-agreement-page .notice-agreement-intro,
.subpage-body .notice-simple-page:not(.notice-category-page) .notice-simple-card {
  position: relative;
  overflow: hidden;
}

.subpage-body .notice-category-page .notice-category-hero::after,
.subpage-body .notice-agreement-page .notice-agreement-intro::after,
.subpage-body .notice-simple-page:not(.notice-category-page) .notice-simple-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 173, 91, 0), rgba(214, 173, 91, 0.74), rgba(214, 173, 91, 0));
  pointer-events: none;
}

.subpage-body .notice-category-page .notice-category-hero,
.subpage-body .notice-agreement-page .notice-agreement-intro {
  display: grid;
  gap: clamp(12px, 1.4vw, 18px);
  padding: clamp(34px, 5vw, 72px) clamp(26px, 5vw, 72px) !important;
  border: 1px solid rgba(214, 173, 91, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 84% 18%, rgba(214, 173, 91, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(16, 23, 34, 0.98), rgba(8, 12, 19, 0.98));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
}

.subpage-body .notice-category-page .notice-category-hero .eyebrow,
.subpage-body .notice-agreement-page .notice-agreement-intro .eyebrow,
.subpage-body .notice-section-head .eyebrow,
.subpage-body .notice-simple-meta span {
  color: var(--notice-gold) !important;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.subpage-body .notice-category-page .notice-category-hero h1,
.subpage-body .notice-agreement-page .notice-agreement-intro h1,
.subpage-body .notice-section-head h2,
.subpage-body .notice-simple-card h1 {
  color: #fff6e4 !important;
  letter-spacing: -0.045em;
}

.subpage-body .notice-category-page .notice-category-hero p:not(.eyebrow),
.subpage-body .notice-agreement-page .notice-agreement-intro p:not(.eyebrow),
.subpage-body .notice-section-head p:not(.eyebrow) {
  max-width: 860px;
  color: rgba(246, 237, 220, 0.78) !important;
  line-height: 1.72;
}

.subpage-body .notice-section-head {
  position: relative;
  max-width: none !important;
  padding-bottom: clamp(16px, 2vw, 24px);
  border-bottom: 1px solid rgba(214, 173, 91, 0.28);
}

.subpage-body .notice-section-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: clamp(84px, 11vw, 170px);
  height: 2px;
  background: linear-gradient(90deg, var(--notice-gold), rgba(214, 173, 91, 0));
}

.subpage-body .notice-category-page .notice-main-section,
.subpage-body .notice-category-page .notice-recruit-section-panel {
  gap: clamp(22px, 3vw, 38px) !important;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(214, 173, 91, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(15, 21, 32, 0.92), rgba(9, 13, 20, 0.96)),
    var(--notice-ink);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
}

.subpage-body .notice-category-page .notice-featured-card,
.subpage-body .notice-category-page .notice-recruit--compact,
.subpage-body .notice-page-card,
.subpage-body .notice-simple-card {
  border: 1px solid rgba(214, 173, 91, 0.28) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(214, 173, 91, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(17, 25, 38, 0.98), rgba(8, 12, 18, 0.98)) !important;
  color: var(--notice-text) !important;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34) !important;
}

.subpage-body .notice-category-page .notice-featured-card,
.subpage-body .notice-category-page .notice-recruit--compact {
  grid-template-columns: minmax(390px, 0.95fr) minmax(0, 1.05fr) !important;
  gap: clamp(24px, 4vw, 58px) !important;
  padding: clamp(24px, 3.2vw, 42px) !important;
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-media--agreement-thumb,
.subpage-body .notice-agreement-page .agreement-document-figure,
.subpage-body .notice-page-media--text,
.subpage-body .notice-recruit-media--text,
.subpage-body .notice-document-media {
  border: 1px solid rgba(214, 173, 91, 0.38) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(135deg, rgba(214, 173, 91, 0.16), rgba(255, 255, 255, 0.02)),
    #0b111b !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 20px 44px rgba(0, 0, 0, 0.28) !important;
}

.subpage-body .notice-category-page .notice-featured-card .notice-page-copy,
.subpage-body .notice-category-page .notice-recruit-copy,
.subpage-body .notice-agreement-page .agreement-info-panel {
  align-self: stretch;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(214, 173, 91, 0.18);
  border-radius: 14px;
  background: rgba(6, 10, 16, 0.58);
}

.subpage-body .notice-page-copy h1,
.subpage-body .notice-simple-card h1 {
  color: #fff6e4 !important;
}

.subpage-body .notice-page-date,
.subpage-body .notice-simple-meta {
  color: var(--notice-gold) !important;
}

.subpage-body .notice-page-body,
.subpage-body .notice-page-body p,
.subpage-body .notice-simple-body,
.subpage-body .notice-simple-body p,
.subpage-body .agreement-info-list p,
.subpage-body .agreement-note p {
  color: rgba(246, 237, 220, 0.8) !important;
  line-height: 1.72;
}

.subpage-body .notice-category-page .notice-category-list {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(214, 173, 91, 0.18) !important;
  border-radius: 14px;
  background: rgba(6, 10, 16, 0.72) !important;
}

.subpage-body .notice-category-page .notice-category-item {
  grid-template-columns: minmax(150px, 0.22fr) minmax(0, 1fr) auto !important;
  min-height: 118px;
  padding: clamp(18px, 2.2vw, 28px) clamp(20px, 2.8vw, 34px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(214, 173, 91, 0.14) !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, rgba(16, 23, 34, 0.9), rgba(9, 13, 20, 0.96)) !important;
  color: var(--notice-text) !important;
}

.subpage-body .notice-category-page .notice-category-item:last-child {
  border-bottom: 0 !important;
}

.subpage-body .notice-category-page .notice-category-item:hover,
.subpage-body .notice-category-page .notice-category-item:focus-visible {
  background: linear-gradient(90deg, rgba(33, 42, 56, 0.98), rgba(13, 18, 27, 0.98)) !important;
  box-shadow: inset 4px 0 0 var(--notice-gold);
}

.subpage-body .notice-category-page .notice-badge,
.subpage-body .notice-category-page .notice-item-meta span:first-child,
.subpage-body .notice-category-page .notice-category-item > span:first-child {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(214, 173, 91, 0.42);
  border-radius: 999px;
  color: #211806 !important;
  background: linear-gradient(180deg, #e1bc70, #bd8f38);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.subpage-body .notice-category-page .notice-item-content strong,
.subpage-body .notice-category-page .notice-category-item strong {
  color: #fff6e4 !important;
}

.subpage-body .notice-category-page .notice-item-content p,
.subpage-body .notice-category-page .notice-category-item p {
  color: rgba(246, 237, 220, 0.72) !important;
}

.subpage-body .notice-category-page .notice-item-arrow {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(214, 173, 91, 0.36);
  border-radius: 999px;
  color: #f5dfac !important;
  background: rgba(214, 173, 91, 0.08);
}

.subpage-body .notice-recruit-mini-grid {
  gap: clamp(12px, 1.5vw, 18px) !important;
}

.subpage-body .notice-recruit-mini-card {
  min-height: 116px;
  padding: clamp(16px, 2vw, 22px) !important;
  border: 1px solid rgba(214, 173, 91, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.subpage-body .notice-recruit-mini-card span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #1b1306 !important;
  background: linear-gradient(180deg, #e3c177, #bd8f38);
  font-size: 12px !important;
  font-weight: 900;
}

.subpage-body .notice-recruit-form {
  padding: clamp(20px, 2.8vw, 34px) !important;
  border: 1px solid rgba(214, 173, 91, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(19, 27, 40, 0.96), rgba(8, 12, 18, 0.98)) !important;
}

.subpage-body .notice-recruit-form :is(input, select, textarea) {
  min-height: 52px !important;
  border: 1px solid rgba(214, 173, 91, 0.28) !important;
  border-radius: 10px !important;
  background: rgba(3, 7, 12, 0.72) !important;
  color: #fff7e7 !important;
}

.subpage-body .notice-recruit-form :is(input, select, textarea):focus {
  border-color: rgba(214, 173, 91, 0.68) !important;
  box-shadow: 0 0 0 3px rgba(214, 173, 91, 0.14);
  outline: none;
}

.subpage-body .notice-recruit-form .privacy-check,
.subpage-body .notice-recruit-form .privacy-note {
  padding: 12px 14px;
  border: 1px solid rgba(214, 173, 91, 0.18);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.18);
}

.subpage-body .notice-recruit-form .form-actions {
  gap: 12px;
}

.subpage-body .notice-recruit-form .primary-button,
.subpage-body .notice-page-actions .primary-button,
.subpage-body .notice-simple-actions .primary-button {
  border-color: rgba(239, 205, 138, 0.78) !important;
  background: linear-gradient(180deg, #e0bd73, #bd8e37) !important;
  color: #171006 !important;
  font-weight: 900;
}

.subpage-body .notice-recruit-form .secondary-button,
.subpage-body .notice-page-actions .secondary-button,
.subpage-body .notice-simple-actions .secondary-button {
  border-color: rgba(214, 173, 91, 0.32) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: #f5e8c8 !important;
}

.subpage-body .notice-category-page .notice-recruit-form {
  gap: clamp(18px, 2vw, 24px) !important;
  padding: clamp(24px, 3vw, 40px) !important;
}

.subpage-body .notice-category-page .notice-recruit-form .recruit-form-grid {
  gap: clamp(16px, 1.8vw, 22px) !important;
}

.subpage-body .notice-category-page .notice-recruit-form label,
.subpage-body .notice-category-page .notice-recruit-form .privacy-check,
.subpage-body .notice-category-page .notice-recruit-form .privacy-note,
.subpage-body .notice-category-page .notice-recruit-form .form-status {
  color: #fff7e7 !important;
  font-size: clamp(1rem, 1vw, 1.08rem) !important;
  font-weight: 800 !important;
  line-height: 1.65 !important;
}

.subpage-body .notice-category-page .notice-recruit-form :is(input, select, textarea) {
  min-height: 58px !important;
  margin-top: 10px !important;
  padding: 0 16px !important;
  color: #fffaf0 !important;
  font-size: clamp(1rem, 1vw, 1.08rem) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.subpage-body .notice-category-page .notice-recruit-form textarea {
  min-height: 150px !important;
  padding: 16px !important;
  line-height: 1.7 !important;
}

.subpage-body .notice-category-page .notice-recruit-form ::placeholder {
  color: rgba(255, 247, 231, 0.62) !important;
}

.subpage-body .notice-category-page .notice-recruit-form .privacy-check,
.subpage-body .notice-category-page .notice-recruit-form .privacy-note {
  padding: 15px 16px !important;
}

.subpage-body .notice-category-page .notice-recruit-form .privacy-check input[type="checkbox"] {
  width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  flex: 0 0 22px !important;
}

.subpage-body .notice-category-page .notice-recruit-form .form-actions {
  gap: 14px !important;
}

.subpage-body .notice-category-page .notice-recruit-form .form-actions .primary-button,
.subpage-body .notice-category-page .notice-recruit-form .form-actions .secondary-button {
  min-height: 52px !important;
  padding-inline: 22px !important;
  font-size: 1rem !important;
}

.subpage-body .notice-category-page :is(#notice-list, #notice-recruit) {
  scroll-margin-top: 96px;
}

.subpage-body .notice-category-page .notice-quick-nav {
  width: min(var(--notice-premium-max), calc(100% - (var(--notice-premium-gutter) * 2))) !important;
  max-width: none !important;
  margin: clamp(18px, 2.4vw, 30px) auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(214, 173, 91, 0.18);
  border-radius: 999px;
  background: rgba(5, 9, 15, 0.7);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
}

.subpage-body .notice-category-page .notice-quick-nav a {
  min-height: 42px;
  flex: 1 1 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(214, 173, 91, 0.26);
  border-radius: 999px;
  color: #f6e7c4;
  background: linear-gradient(180deg, rgba(214, 173, 91, 0.12), rgba(255, 255, 255, 0.035));
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.subpage-body .notice-category-page .notice-quick-nav a:hover,
.subpage-body .notice-category-page .notice-quick-nav a:focus-visible {
  border-color: rgba(239, 205, 138, 0.72);
  color: #181106;
  background: linear-gradient(180deg, #e0bd73, #bd8e37);
  outline: none;
}

@media (max-width: 1024px) {
  .subpage-body .notice-category-page .notice-featured-card,
  .subpage-body .notice-category-page .notice-recruit--compact,
  .subpage-body .notice-agreement-page .notice-agreement-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .subpage-body {
    --notice-premium-gutter: 20px;
  }

  .subpage-body .notice-category-page .notice-main-section,
  .subpage-body .notice-category-page .notice-recruit-section-panel {
    padding: 16px;
  }

  .subpage-body .notice-category-page .notice-category-item {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    min-height: 0;
    padding: 18px !important;
  }

  .subpage-body .notice-category-page .notice-item-content p,
  .subpage-body .notice-category-page .notice-category-item p {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .subpage-body .notice-category-page .notice-item-arrow {
    justify-content: center;
    width: fit-content;
  }

  .subpage-body .notice-category-page .notice-quick-nav {
    border-radius: 18px;
  }
}

@media (max-width: 430px) {
  .subpage-body {
    --notice-premium-gutter: 14px;
  }

  .subpage-body .notice-category-page .notice-category-hero,
  .subpage-body .notice-agreement-page .notice-agreement-intro,
  .subpage-body .notice-simple-page:not(.notice-category-page) .notice-simple-card {
    padding: 22px 18px !important;
    border-radius: 12px;
  }

  .subpage-body .notice-category-page .notice-featured-card,
  .subpage-body .notice-category-page .notice-recruit--compact,
  .subpage-body .notice-page-card,
  .subpage-body .notice-simple-card {
    padding: 16px !important;
  }
}

@media (min-width: 761px) {
  .about-page .subpage-panel,
  .about-page .subpage-card-section,
  .about-page .subpage-trust,
  .about-page .subpage-actions,
  .services-page .corporate-subpage .subpage-service-grid,
  .services-page .corporate-subpage .subpage-card-section,
  .services-page .corporate-subpage .subpage-consult-band,
  .services-page .corporate-subpage .subpage-actions,
  .portfolio-page .portfolio-board,
  .portfolio-page .portfolio-actions,
  .subpage-body .notice-category-page,
  .subpage-body .notice-category-page .notice-category-list,
  .subpage-body .notice-category-page .notice-quick-nav,
  .subpage-body .notice-category-page .notice-main-section,
  .subpage-body .notice-category-page .notice-recruit-section-panel,
  .subpage-body .notice-category-page .notice-category-actions,
  .subpage-body .contact-page-layout,
  .subpage-body .contact-page-form,
  .subpage-body .contact-page-layout + .subpage-panel {
    width: min(1360px, calc(100% - 64px)) !important;
    max-width: min(1360px, calc(100% - 64px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}

/* 20260702 notice density pass: lift notice cards, micro trust/about, and footer weight. */
.about-page .about-overview .company-fact-list li {
  min-height: 60px !important;
  padding: 17px 18px !important;
}

.about-page .subpage-trust-card {
  min-height: 196px !important;
  padding: 22px !important;
  gap: 10px !important;
}

.about-page .subpage-trust-card h3 {
  font-size: clamp(1.24rem, 1.6vw, 1.46rem) !important;
}

.subpage-body .notice-category-page .notice-main-section,
.subpage-body .notice-category-page .notice-recruit-section-panel {
  gap: clamp(26px, 3.2vw, 40px) !important;
  padding: clamp(26px, 3.2vw, 36px) !important;
}

.subpage-body .notice-category-page .notice-category-item {
  min-height: 126px !important;
  padding: clamp(20px, 2.4vw, 30px) clamp(22px, 3vw, 36px) !important;
}

.subpage-body .notice-category-page .notice-item-content strong,
.subpage-body .notice-category-page .notice-category-item strong {
  font-size: clamp(1.28rem, 1.55vw, 1.38rem) !important;
  line-height: 1.22 !important;
}

.subpage-body .notice-category-page .notice-item-content p,
.subpage-body .notice-category-page .notice-category-item p {
  font-size: clamp(0.98rem, 1vw, 1.05rem) !important;
  line-height: 1.64 !important;
}

.subpage-body .notice-recruit-mini-card {
  min-height: 132px !important;
  padding: clamp(16px, 2vw, 22px) !important;
  gap: 8px !important;
  border-color: rgba(214, 173, 91, 0.28) !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

.subpage-body .notice-recruit-mini-card strong {
  font-size: clamp(1.16rem, 1.4vw, 1.35rem) !important;
  line-height: 1.28 !important;
}

.subpage-body .notice-recruit-mini-card p {
  font-size: clamp(0.98rem, 1vw, 1.05rem) !important;
  line-height: 1.6 !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-title strong {
  font-size: clamp(1.4rem, 1.6vw, 1.7rem) !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-brand,
.subpage-body .site-footer.subpage-common-footer .site-footer-links,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy {
  max-width: min(1360px, 100%) !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-info dt,
.subpage-body .site-footer.subpage-common-footer .site-footer-info dd,
.subpage-body .site-footer.subpage-common-footer .site-footer-links a,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy a,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy button,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy span {
  font-size: clamp(1rem, 1.02vw, 1.06rem) !important;
  line-height: 1.72 !important;
}

@media (max-width: 760px) {
  .subpage-body .notice-category-page .notice-category-item {
    padding: 20px 18px !important;
  }

  .subpage-body .notice-category-page .notice-item-content strong,
  .subpage-body .notice-category-page .notice-category-item strong,
  .subpage-body .notice-recruit-mini-card strong {
    font-size: clamp(1.16rem, 4.6vw, 1.24rem) !important;
  }

  .subpage-body .notice-category-page .notice-item-content p,
  .subpage-body .notice-category-page .notice-category-item p,
  .subpage-body .notice-recruit-mini-card p {
    font-size: clamp(0.97rem, 4vw, 1rem) !important;
    line-height: 1.58 !important;
  }

  .about-page .subpage-trust-card {
    min-height: 0 !important;
    padding: 18px !important;
  }

  .about-page .subpage-trust-card h3 {
    font-size: clamp(1.18rem, 4.8vw, 1.3rem) !important;
  }
}

@media (max-width: 430px) {
  .subpage-body .notice-category-page .notice-category-item {
    padding: 18px 16px !important;
  }
}

/* 20260702 services density pass: make the detailed service cards feel heavier. */
.services-page .detailed-service-grid article {
  gap: 16px !important;
  padding: clamp(28px, 2.6vw, 36px) !important;
}

.services-page .detailed-service-grid h2 {
  font-size: clamp(1.22rem, 1.55vw, 1.45rem) !important;
  line-height: 1.22 !important;
}

.services-page .detailed-service-grid article > p {
  font-size: clamp(1rem, 1.02vw, 1.06rem) !important;
  line-height: 1.72 !important;
}

.services-page .detailed-service-grid .service-detail-list {
  gap: 10px !important;
  margin-top: 4px !important;
}

.services-page .detailed-service-grid .service-detail-list li {
  font-size: clamp(0.98rem, 0.95vw, 1.05rem) !important;
  line-height: 1.68 !important;
}

.services-page .detailed-service-grid article strong {
  font-size: clamp(1rem, 1vw, 1.08rem) !important;
  line-height: 1.58 !important;
}

@media (max-width: 760px) {
  .services-page .detailed-service-grid article {
    gap: 15px !important;
    padding: 26px !important;
  }

  .services-page .detailed-service-grid h2 {
    font-size: clamp(1.22rem, 5vw, 1.36rem) !important;
  }

  .services-page .detailed-service-grid article strong {
    font-size: clamp(0.98rem, 4.05vw, 1.05rem) !important;
  }
}

/* 20260703 subpage width pass: use the viewport more like a corporate site. */
.subpage-body {
  --sejin-subpage-wide: 1640px;
  --sejin-subpage-gutter: clamp(24px, 3vw, 56px);
}

@media (min-width: 761px) {
  .subpage-body .corporate-subpage > .subpage-hero,
  .subpage-body .corporate-subpage > .subpage-panel,
  .subpage-body .corporate-subpage > .subpage-card-section,
  .subpage-body .corporate-subpage > .subpage-service-grid,
  .subpage-body .corporate-subpage > .subpage-trust,
  .subpage-body .corporate-subpage > .subpage-consult-band,
  .subpage-body .corporate-subpage > .subpage-actions,
  .subpage-body .corporate-subpage > .portfolio-board,
  .subpage-body .corporate-subpage > .portfolio-actions,
  .subpage-body .corporate-subpage > .contact-page-layout,
  .subpage-body .corporate-subpage > .contact-page-form,
  .subpage-body .corporate-subpage > .contact-page-layout + .subpage-panel,
  .subpage-body .notice-category-page,
  .subpage-body .notice-category-page .notice-category-hero,
  .subpage-body .notice-category-page .notice-category-list,
  .subpage-body .notice-category-page .notice-quick-nav,
  .subpage-body .notice-category-page .notice-main-section,
  .subpage-body .notice-category-page .notice-recruit-section-panel,
  .subpage-body .notice-category-page .notice-category-actions {
    width: min(var(--sejin-subpage-wide), calc(100% - (var(--sejin-subpage-gutter) * 2))) !important;
    max-width: min(var(--sejin-subpage-wide), calc(100% - (var(--sejin-subpage-gutter) * 2))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .subpage-body .subpage-card-grid,
  .subpage-body .process-grid,
  .subpage-body .detailed-service-grid,
  .subpage-body .subpage-trust-grid,
  .subpage-body .portfolio-grid,
  .subpage-body .notice-category-list {
    width: 100% !important;
    max-width: none !important;
  }

  .subpage-body .subpage-hero p:not(.eyebrow),
  .subpage-body .subpage-copy p,
  .subpage-body .subpage-section-heading p,
  .subpage-body .portfolio-board-head p,
  .subpage-body .notice-section-head p:not(.eyebrow) {
    max-width: 980px !important;
  }

  .subpage-body .site-footer.subpage-common-footer {
    width: 100% !important;
    max-width: none !important;
  }

  .subpage-body .site-footer.subpage-common-footer .site-footer-brand,
  .subpage-body .site-footer.subpage-common-footer .site-footer-links,
  .subpage-body .site-footer.subpage-common-footer .site-footer-policy,
  .subpage-body .site-footer.subpage-common-footer .site-footer-divider {
    width: min(var(--sejin-subpage-wide), calc(100% - (var(--sejin-subpage-gutter) * 2))) !important;
    max-width: min(var(--sejin-subpage-wide), calc(100% - (var(--sejin-subpage-gutter) * 2))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 760px) {
  .subpage-body {
    --sejin-subpage-gutter: 14px;
  }
}

/* 20260703 subpage headline/footer type pass: size only, no layout redesign. */
.subpage-body .subpage-hero .eyebrow,
.subpage-body .notice-category-hero .eyebrow,
.subpage-body .notice-page-copy .eyebrow {
  font-size: clamp(0.88rem, 0.9vw, 1rem) !important;
}

.subpage-body .subpage-hero h1,
.subpage-body .notice-category-hero h1,
.subpage-body .notice-agreement-page .notice-agreement-intro h1,
.subpage-body .notice-simple-card h1,
.subpage-body .notice-page-copy h1 {
  font-size: clamp(2.65rem, 5.2vw, 5.1rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.035em !important;
}

.subpage-body .subpage-hero p:not(.eyebrow),
.subpage-body .notice-category-hero p:not(.eyebrow) {
  font-size: clamp(1.16rem, 1.48vw, 1.36rem) !important;
  line-height: 1.72 !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-title strong {
  font-size: clamp(1.75rem, 2vw, 2.2rem) !important;
  line-height: 1.18 !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-title em {
  font-size: clamp(1rem, 1vw, 1.12rem) !important;
}

.subpage-body .site-footer.subpage-common-footer p,
.subpage-body .site-footer.subpage-common-footer .site-footer-info dt,
.subpage-body .site-footer.subpage-common-footer .site-footer-info dd,
.subpage-body .site-footer.subpage-common-footer .site-footer-links a,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy a,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy button,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy span {
  font-size: clamp(1.1rem, 1.08vw, 1.22rem) !important;
  line-height: 1.7 !important;
}

@media (max-width: 760px) {
  .subpage-body .subpage-hero .eyebrow,
  .subpage-body .notice-category-hero .eyebrow,
  .subpage-body .notice-page-copy .eyebrow {
    font-size: 0.84rem !important;
  }

  .subpage-body .subpage-hero h1,
  .subpage-body .notice-category-hero h1,
  .subpage-body .notice-agreement-page .notice-agreement-intro h1,
  .subpage-body .notice-simple-card h1,
  .subpage-body .notice-page-copy h1 {
    font-size: clamp(2.16rem, 10vw, 2.82rem) !important;
    line-height: 1.08 !important;
  }

  .subpage-body .subpage-hero p:not(.eyebrow),
  .subpage-body .notice-category-hero p:not(.eyebrow) {
    font-size: clamp(1.02rem, 4.4vw, 1.12rem) !important;
    line-height: 1.64 !important;
  }

  .subpage-body .site-footer.subpage-common-footer .site-footer-title strong {
    font-size: clamp(1.46rem, 6.4vw, 1.72rem) !important;
  }

  .subpage-body .site-footer.subpage-common-footer p,
  .subpage-body .site-footer.subpage-common-footer .site-footer-info dt,
  .subpage-body .site-footer.subpage-common-footer .site-footer-info dd,
  .subpage-body .site-footer.subpage-common-footer .site-footer-links a,
  .subpage-body .site-footer.subpage-common-footer .site-footer-policy a,
  .subpage-body .site-footer.subpage-common-footer .site-footer-policy button,
  .subpage-body .site-footer.subpage-common-footer .site-footer-policy span {
    font-size: clamp(1.02rem, 4.2vw, 1.1rem) !important;
    line-height: 1.68 !important;
  }
}

/* 20260703 subpage top header type pass: text-size only. */
.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy strong {
  font-size: clamp(1.28rem, 1.65vw, 1.78rem) !important;
  line-height: 1.08 !important;
}

.subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy em {
  font-size: clamp(0.92rem, 1.02vw, 1.08rem) !important;
  line-height: 1.2 !important;
}

.subpage-body .subpage-nav a {
  font-size: clamp(1.08rem, 1.08vw, 1.22rem) !important;
  line-height: 1.2 !important;
}

@media (max-width: 760px) {
  .subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy strong {
    font-size: clamp(1.08rem, 4.8vw, 1.24rem) !important;
  }

  .subpage-body :is(.subpage-header, .notice-simple-header, .notice-page-header) .notice-page-brand .brand-copy em {
    font-size: clamp(0.76rem, 3.4vw, 0.86rem) !important;
  }

  .subpage-body .subpage-nav a {
    font-size: clamp(0.98rem, 4vw, 1.06rem) !important;
  }
}

/* 20260703 contact readability pass: larger type and touch targets only. */
.subpage-body .contact-page-layout {
  width: min(1360px, calc(100% - 64px)) !important;
  gap: clamp(30px, 3vw, 46px) !important;
}

.subpage-body .contact-info-panel,
.subpage-body .contact-page-form,
.subpage-body .contact-page-layout + .subpage-panel {
  padding: clamp(34px, 3.7vw, 58px) !important;
}

.subpage-body .contact-info-panel h2,
.subpage-body .contact-page-form h2,
.subpage-body .contact-page-layout + .subpage-panel h2 {
  font-size: clamp(2.05rem, 2.7vw, 3.12rem) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em !important;
}

.subpage-body .contact-info-lead,
.subpage-body .contact-info-panel p,
.subpage-body .contact-card-list article p,
.subpage-body .contact-page-form label,
.subpage-body .contact-page-form .privacy-check,
.subpage-body .contact-page-form .privacy-note,
.subpage-body .contact-page-form .kakao-direct-note,
.subpage-body .contact-page-form .form-status,
.subpage-body .contact-page-layout + .subpage-panel .subpage-copy p {
  font-size: clamp(1.08rem, 1.12vw, 1.24rem) !important;
  line-height: 1.78 !important;
}

.subpage-body .contact-guide-block {
  gap: clamp(14px, 1.4vw, 20px) !important;
}

.subpage-body .contact-guide-block article,
.subpage-body .contact-card-list article {
  padding: clamp(20px, 2vw, 28px) !important;
}

.subpage-body .contact-guide-block span,
.subpage-body .contact-card-list span,
.subpage-body .contact-page-form .eyebrow {
  font-size: clamp(0.94rem, 0.9vw, 1.06rem) !important;
  letter-spacing: 0.12em !important;
}

.subpage-body .contact-guide-block strong,
.subpage-body .contact-card-list strong {
  font-size: clamp(1.32rem, 1.5vw, 1.72rem) !important;
  line-height: 1.28 !important;
}

.subpage-body .contact-card-list a,
.subpage-body .contact-page-layout + .subpage-panel .subpage-actions a {
  min-height: 58px !important;
  padding: 0 22px !important;
  font-size: clamp(1.04rem, 1vw, 1.16rem) !important;
  line-height: 1.2 !important;
}

.subpage-body .contact-page-form {
  gap: clamp(18px, 1.8vw, 26px) !important;
}

.subpage-body .contact-page-form label {
  gap: 12px !important;
  font-weight: 900 !important;
}

.subpage-body .contact-page-form input,
.subpage-body .contact-page-form textarea {
  min-height: 66px !important;
  padding: 17px 18px !important;
  font-size: clamp(1.08rem, 1.08vw, 1.22rem) !important;
  line-height: 1.55 !important;
  border-radius: 11px !important;
}

.subpage-body .contact-page-form textarea {
  min-height: 184px !important;
  line-height: 1.72 !important;
}

.subpage-body .contact-page-form .privacy-check {
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 14px !important;
  padding: 18px 20px !important;
  border-radius: 12px !important;
}

.subpage-body .contact-page-form .privacy-check input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  margin-top: 4px !important;
}

.subpage-body .contact-page-form button[type="submit"] {
  min-height: 66px !important;
  padding: 0 26px !important;
  font-size: clamp(1.12rem, 1.12vw, 1.24rem) !important;
  line-height: 1.2 !important;
  border-radius: 12px !important;
}

@media (max-width: 760px) {
  .subpage-body .contact-page-layout {
    width: calc(100% - 28px) !important;
    gap: 18px !important;
  }

  .subpage-body .contact-info-panel,
  .subpage-body .contact-page-form,
  .subpage-body .contact-page-layout + .subpage-panel {
    padding: 22px !important;
  }

  .subpage-body .contact-info-panel h2,
  .subpage-body .contact-page-form h2,
  .subpage-body .contact-page-layout + .subpage-panel h2 {
    font-size: clamp(1.72rem, 7.2vw, 2.18rem) !important;
    line-height: 1.18 !important;
  }

  .subpage-body .contact-info-lead,
  .subpage-body .contact-info-panel p,
  .subpage-body .contact-card-list article p,
  .subpage-body .contact-page-form label,
  .subpage-body .contact-page-form .privacy-check,
  .subpage-body .contact-page-form .privacy-note,
  .subpage-body .contact-page-form .kakao-direct-note,
  .subpage-body .contact-page-form .form-status,
  .subpage-body .contact-page-layout + .subpage-panel .subpage-copy p {
    font-size: clamp(1.02rem, 4.2vw, 1.12rem) !important;
    line-height: 1.68 !important;
  }

  .subpage-body .contact-guide-block article,
  .subpage-body .contact-card-list article {
    padding: 18px !important;
  }

  .subpage-body .contact-guide-block strong,
  .subpage-body .contact-card-list strong {
    font-size: clamp(1.2rem, 5vw, 1.42rem) !important;
  }

  .subpage-body .contact-page-form input,
  .subpage-body .contact-page-form textarea {
    min-height: 60px !important;
    padding: 15px 16px !important;
    font-size: 1.05rem !important;
  }

  .subpage-body .contact-page-form textarea {
    min-height: 164px !important;
  }

  .subpage-body .contact-page-form button[type="submit"],
  .subpage-body .contact-card-list a,
  .subpage-body .contact-page-layout + .subpage-panel .subpage-actions a {
    min-height: 58px !important;
    font-size: 1.05rem !important;
  }
}

/* 20260703 subpage global readability pass: larger type only. */
.subpage-body .subpage-nav a {
  font-size: clamp(1.14rem, 1.14vw, 1.3rem) !important;
  font-weight: 900 !important;
}

.subpage-body .subpage-panel h2,
.subpage-body .subpage-section-heading h2,
.subpage-body .portfolio-board h2,
.subpage-body .notice-section-head h2,
.subpage-body .notice-page-copy h1,
.subpage-body .notice-simple-card h1,
.subpage-body .detailed-service-grid h2 {
  font-size: clamp(2.08rem, 2.65vw, 3.18rem) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.035em !important;
}

.subpage-body .subpage-copy p,
.subpage-body .subpage-panel p,
.subpage-body .subpage-card-grid article p,
.subpage-body .subpage-trust-grid p,
.subpage-body .process-grid p,
.subpage-body .detailed-service-grid article > p,
.subpage-body .detailed-service-grid .service-detail-list li,
.subpage-body .portfolio-board p,
.subpage-body .portfolio-card-copy p,
.subpage-body .notice-category-item p,
.subpage-body .notice-page-body p,
.subpage-body .notice-simple-card p,
.subpage-body .notice-agreement-page p,
.subpage-body .notice-recruit-body p {
  font-size: clamp(1.12rem, 1.12vw, 1.26rem) !important;
  line-height: 1.78 !important;
}

.subpage-body .subpage-card-grid article h3,
.subpage-body .subpage-card-grid article strong,
.subpage-body .process-grid strong,
.subpage-body .subpage-trust-grid strong,
.subpage-body .detailed-service-grid article strong,
.subpage-body .portfolio-card-copy h3,
.subpage-body .notice-category-item strong,
.subpage-body .notice-item-content strong,
.subpage-body .notice-recruit-mini-card strong {
  font-size: clamp(1.34rem, 1.36vw, 1.68rem) !important;
  line-height: 1.34 !important;
}

.subpage-body .eyebrow,
.subpage-body .subpage-small-title,
.subpage-body .detailed-service-grid article > span,
.subpage-body .notice-badge,
.subpage-body .notice-category-item > span:first-child,
.subpage-body .notice-item-meta span,
.subpage-body .portfolio-card-copy span {
  font-size: clamp(0.98rem, 0.96vw, 1.12rem) !important;
  line-height: 1.35 !important;
}

.subpage-body :is(.primary-button, .secondary-button, .kakao-button, .action-chip),
.subpage-body .subpage-actions a,
.subpage-body .portfolio-actions a,
.subpage-body .notice-category-actions a,
.subpage-body .notice-quick-nav a,
.subpage-body .portfolio-card-copy .secondary-button {
  min-height: 58px !important;
  padding-inline: 22px !important;
  font-size: clamp(1.06rem, 1.04vw, 1.18rem) !important;
  line-height: 1.2 !important;
}

.subpage-body :is(input, select, textarea) {
  font-size: clamp(1.06rem, 1.04vw, 1.18rem) !important;
}

.subpage-body :is(.contact-page-form, .notice-recruit-form) label,
.subpage-body :is(.contact-page-form, .notice-recruit-form) .privacy-check,
.subpage-body :is(.contact-page-form, .notice-recruit-form) .privacy-note,
.subpage-body :is(.contact-page-form, .notice-recruit-form) .form-status {
  font-size: clamp(1.08rem, 1.08vw, 1.22rem) !important;
  line-height: 1.7 !important;
}

@media (max-width: 760px) {
  .subpage-body .subpage-nav a {
    font-size: clamp(1.02rem, 4.2vw, 1.12rem) !important;
  }

  .subpage-body .subpage-panel h2,
  .subpage-body .subpage-section-heading h2,
  .subpage-body .portfolio-board h2,
  .subpage-body .notice-section-head h2,
  .subpage-body .notice-page-copy h1,
  .subpage-body .notice-simple-card h1,
  .subpage-body .detailed-service-grid h2 {
    font-size: clamp(1.74rem, 7vw, 2.24rem) !important;
    line-height: 1.18 !important;
  }

  .subpage-body .subpage-copy p,
  .subpage-body .subpage-panel p,
  .subpage-body .subpage-card-grid article p,
  .subpage-body .subpage-trust-grid p,
  .subpage-body .process-grid p,
  .subpage-body .detailed-service-grid article > p,
  .subpage-body .detailed-service-grid .service-detail-list li,
  .subpage-body .portfolio-board p,
  .subpage-body .portfolio-card-copy p,
  .subpage-body .notice-category-item p,
  .subpage-body .notice-page-body p,
  .subpage-body .notice-simple-card p,
  .subpage-body .notice-agreement-page p,
  .subpage-body .notice-recruit-body p {
    font-size: clamp(1.04rem, 4.35vw, 1.16rem) !important;
    line-height: 1.7 !important;
  }

  .subpage-body .subpage-card-grid article h3,
  .subpage-body .subpage-card-grid article strong,
  .subpage-body .process-grid strong,
  .subpage-body .subpage-trust-grid strong,
  .subpage-body .detailed-service-grid article strong,
  .subpage-body .portfolio-card-copy h3,
  .subpage-body .notice-category-item strong,
  .subpage-body .notice-item-content strong,
  .subpage-body .notice-recruit-mini-card strong {
    font-size: clamp(1.22rem, 5.2vw, 1.46rem) !important;
  }

  .subpage-body :is(.primary-button, .secondary-button, .kakao-button, .action-chip),
  .subpage-body .subpage-actions a,
  .subpage-body .portfolio-actions a,
  .subpage-body .notice-category-actions a,
  .subpage-body .notice-quick-nav a,
  .subpage-body .portfolio-card-copy .secondary-button {
    min-height: 56px !important;
    font-size: 1.04rem !important;
  }
}

/* 20260703 about greeting emphasis: representative message only. */
.about-page .greeting-panel {
  padding-top: clamp(44px, 4.2vw, 68px) !important;
  padding-bottom: clamp(44px, 4.2vw, 68px) !important;
}

.about-page .greeting-panel h2 {
  font-size: clamp(2.42rem, 3.45vw, 4.1rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.045em !important;
}

.about-page .greeting-panel .subpage-copy {
  gap: clamp(20px, 2vw, 30px) !important;
}

.about-page .greeting-panel .subpage-copy p {
  max-width: 1120px !important;
  font-size: clamp(1.26rem, 1.34vw, 1.52rem) !important;
  line-height: 1.86 !important;
  letter-spacing: -0.015em !important;
}

.about-page .greeting-signature {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(16px, 1.6vw, 24px) !important;
  margin-top: clamp(18px, 2vw, 32px) !important;
  color: #fff8e8 !important;
  font-size: clamp(1.18rem, 1.18vw, 1.34rem) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.about-page .greeting-seal {
  display: block !important;
  flex: 0 0 auto !important;
  width: clamp(68px, 5.8vw, 88px) !important;
  height: clamp(68px, 5.8vw, 88px) !important;
  object-fit: contain !important;
  opacity: 0.94 !important;
  transform: rotate(-7deg) !important;
  filter: drop-shadow(0 8px 18px rgba(214, 36, 28, 0.18)) !important;
}

@media (max-width: 760px) {
  .about-page .greeting-panel {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }

  .about-page .greeting-panel h2 {
    font-size: clamp(2.02rem, 9vw, 2.68rem) !important;
  }

  .about-page .greeting-panel .subpage-copy p {
    font-size: clamp(1.12rem, 4.8vw, 1.26rem) !important;
    line-height: 1.74 !important;
  }

  .about-page .greeting-signature {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    font-size: clamp(1.08rem, 4.4vw, 1.18rem) !important;
  }

  .about-page .greeting-seal {
    width: 64px !important;
    height: 64px !important;
  }
}

/* 20260703 about overview readability: larger type below greeting only. */
.about-page .about-overview h2 {
  font-size: clamp(2.34rem, 3.18vw, 3.5rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.045em !important;
}

.about-page .about-overview .subpage-copy p:not(.subpage-small-title) {
  font-size: clamp(1.24rem, 1.42vw, 1.52rem) !important;
  line-height: 1.84 !important;
  letter-spacing: -0.012em !important;
}

.about-page .about-overview .subpage-small-title {
  font-size: clamp(1.18rem, 1.18vw, 1.36rem) !important;
  line-height: 1.42 !important;
}

.about-page .about-overview .company-fact-list {
  gap: clamp(12px, 1.15vw, 18px) !important;
  margin-top: clamp(18px, 1.8vw, 28px) !important;
}

.about-page .about-overview .company-fact-list li {
  min-height: clamp(74px, 5.4vw, 96px) !important;
  padding: clamp(18px, 1.45vw, 24px) !important;
  font-size: clamp(1.16rem, 1.2vw, 1.36rem) !important;
  line-height: 1.54 !important;
  font-weight: 850 !important;
}

@media (max-width: 760px) {
  .about-page .about-overview h2 {
    font-size: clamp(2.06rem, 8.8vw, 2.7rem) !important;
    line-height: 1.14 !important;
  }

  .about-page .about-overview .subpage-copy p:not(.subpage-small-title) {
    font-size: clamp(1.12rem, 4.9vw, 1.3rem) !important;
    line-height: 1.72 !important;
  }

  .about-page .about-overview .subpage-small-title {
    font-size: clamp(1.08rem, 4.6vw, 1.22rem) !important;
  }

  .about-page .about-overview .company-fact-list li {
    min-height: auto !important;
    padding: 17px 16px !important;
    font-size: clamp(1.08rem, 4.7vw, 1.24rem) !important;
    line-height: 1.55 !important;
  }
}

/* 20260703 dispute page readability: larger type only. */
.dispute-page .subpage-hero p:not(.eyebrow),
.dispute-page .subpage-panel .subpage-copy p {
  font-size: clamp(1.22rem, 1.32vw, 1.46rem) !important;
  line-height: 1.82 !important;
  letter-spacing: -0.012em !important;
}

.dispute-page .subpage-panel h2,
.dispute-page .dispute-grid article h2 {
  font-size: clamp(2rem, 2.45vw, 2.88rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.036em !important;
}

.dispute-page .dispute-grid article {
  gap: clamp(14px, 1.3vw, 18px) !important;
  padding: clamp(24px, 2.55vw, 34px) !important;
}

.dispute-page .dispute-grid article > span {
  font-size: clamp(1rem, 0.98vw, 1.12rem) !important;
  line-height: 1.3 !important;
}

.dispute-page .dispute-grid article p {
  font-size: clamp(1.14rem, 1.2vw, 1.34rem) !important;
  line-height: 1.7 !important;
}

.dispute-page .subpage-actions a {
  min-height: 62px !important;
  font-size: clamp(1.12rem, 1.1vw, 1.24rem) !important;
}

@media (max-width: 760px) {
  .dispute-page .subpage-hero p:not(.eyebrow),
  .dispute-page .subpage-panel .subpage-copy p {
    font-size: clamp(1.1rem, 4.75vw, 1.28rem) !important;
    line-height: 1.72 !important;
  }

  .dispute-page .subpage-panel h2,
  .dispute-page .dispute-grid article h2 {
    font-size: clamp(1.78rem, 7vw, 2.28rem) !important;
    line-height: 1.2 !important;
  }

  .dispute-page .dispute-grid article {
    padding: 20px 18px !important;
  }

  .dispute-page .dispute-grid article p {
    font-size: clamp(1.06rem, 4.5vw, 1.2rem) !important;
    line-height: 1.68 !important;
  }

  .dispute-page .subpage-actions a {
    min-height: 58px !important;
    font-size: 1.06rem !important;
  }
}

/* 20260703 footer readability pass: subpage footer type size only. */
.subpage-body .site-footer.subpage-common-footer .site-footer-title strong {
  font-size: clamp(2rem, 2.18vw, 2.58rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
}

.subpage-body .site-footer.subpage-common-footer .site-footer-title em {
  font-size: clamp(1.12rem, 1.12vw, 1.28rem) !important;
  line-height: 1.35 !important;
}

.subpage-body .site-footer.subpage-common-footer p,
.subpage-body .site-footer.subpage-common-footer .site-footer-info dt,
.subpage-body .site-footer.subpage-common-footer .site-footer-info dd,
.subpage-body .site-footer.subpage-common-footer .site-footer-links a,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy a,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy button,
.subpage-body .site-footer.subpage-common-footer .site-footer-policy span {
  font-size: clamp(1.16rem, 1.16vw, 1.32rem) !important;
  line-height: 1.72 !important;
}

@media (max-width: 760px) {
  .subpage-body .site-footer.subpage-common-footer .site-footer-title strong {
    font-size: clamp(1.58rem, 6.8vw, 1.94rem) !important;
  }

  .subpage-body .site-footer.subpage-common-footer p,
  .subpage-body .site-footer.subpage-common-footer .site-footer-info dt,
  .subpage-body .site-footer.subpage-common-footer .site-footer-info dd,
  .subpage-body .site-footer.subpage-common-footer .site-footer-links a,
  .subpage-body .site-footer.subpage-common-footer .site-footer-policy a,
  .subpage-body .site-footer.subpage-common-footer .site-footer-policy button,
  .subpage-body .site-footer.subpage-common-footer .site-footer-policy span {
    font-size: clamp(1.06rem, 4.45vw, 1.18rem) !important;
    line-height: 1.68 !important;
  }
}

/* 20260703 contact card CTA cleanup: compact card buttons only. */
.subpage-body .contact-card-list {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.subpage-body .contact-card-list article {
  grid-template-rows: auto auto minmax(0, 1fr) auto !important;
  align-content: start !important;
  gap: clamp(12px, 1vw, 16px) !important;
  min-height: clamp(230px, 18vw, 280px) !important;
}

.subpage-body .contact-card-list article p {
  margin: 0 !important;
}

.subpage-body .contact-card-list a {
  width: 100% !important;
  height: auto !important;
  min-height: 54px !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: end !important;
  justify-self: stretch !important;
  border-radius: 12px !important;
  font-size: clamp(1.04rem, 1vw, 1.14rem) !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.subpage-body .contact-card-list .primary-button {
  min-height: 58px !important;
}

.subpage-body .contact-card-list .secondary-button,
.subpage-body .contact-card-list .kakao-button {
  min-height: 54px !important;
}

@media (max-width: 980px) {
  .subpage-body .contact-card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .subpage-body .contact-card-list {
    grid-template-columns: 1fr !important;
  }

  .subpage-body .contact-card-list article {
    min-height: auto !important;
  }

  .subpage-body .contact-card-list a {
    min-height: 56px !important;
    font-size: 1.05rem !important;
    white-space: normal !important;
  }
}

/* 20260703 contact form typed text visibility: force readable input text on mobile browsers. */
.subpage-body .contact-page-form input:not([type="checkbox"]),
.subpage-body .contact-page-form textarea,
.subpage-body .contact-page-form select {
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0 !important;
  caret-color: #e0b55f !important;
  font-weight: 900 !important;
  text-shadow: none !important;
}

.subpage-body .contact-page-form input:not([type="checkbox"])::placeholder,
.subpage-body .contact-page-form textarea::placeholder {
  color: rgba(255, 250, 240, 0.68) !important;
  -webkit-text-fill-color: rgba(255, 250, 240, 0.68) !important;
  opacity: 1 !important;
}

.subpage-body .contact-page-form input:not([type="checkbox"]):focus,
.subpage-body .contact-page-form textarea:focus,
.subpage-body .contact-page-form select:focus {
  color: #fffdf7 !important;
  -webkit-text-fill-color: #fffdf7 !important;
  background: rgba(12, 18, 27, 0.98) !important;
}

.subpage-body .contact-page-form input:-webkit-autofill,
.subpage-body .contact-page-form input:-webkit-autofill:hover,
.subpage-body .contact-page-form input:-webkit-autofill:focus,
.subpage-body .contact-page-form textarea:-webkit-autofill,
.subpage-body .contact-page-form textarea:-webkit-autofill:hover,
.subpage-body .contact-page-form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fffaf0 !important;
  caret-color: #e0b55f !important;
  box-shadow: 0 0 0 1000px #080d15 inset !important;
}

/* 20260712 recruit preview board: fill the left panel with practical hiring context. */
.subpage-body .notice-category-page .notice-recruit--compact .notice-recruit-media--text {
  align-content: start !important;
  gap: clamp(14px, 1.5vw, 20px) !important;
}

.subpage-body .notice-category-page .notice-recruit-board {
  width: 100% !important;
  display: grid !important;
  gap: 12px !important;
  margin-top: 4px !important;
}

.subpage-body .notice-category-page .notice-recruit-board-section {
  display: grid !important;
  gap: 10px !important;
  padding: clamp(14px, 1.4vw, 18px) !important;
  border: 1px solid rgba(216, 181, 109, 0.18) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

.subpage-body .notice-category-page .notice-recruit-board-label {
  color: #d8b56d !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.12em !important;
}

.subpage-body .notice-category-page .notice-recruit-field-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.subpage-body .notice-category-page .notice-recruit-field-grid span {
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(216, 181, 109, 0.2) !important;
  border-radius: 8px !important;
  background: rgba(216, 181, 109, 0.08) !important;
  color: #f5dfac !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  word-break: keep-all !important;
}

.subpage-body .notice-category-page .notice-recruit-check-list,
.subpage-body .notice-category-page .notice-recruit-flow-list {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.subpage-body .notice-category-page .notice-recruit-check-list li {
  position: relative !important;
  min-width: 0 !important;
  padding-left: 18px !important;
  color: rgba(246, 239, 226, 0.82) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.55 !important;
  word-break: keep-all !important;
}

.subpage-body .notice-category-page .notice-recruit-check-list li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.7em !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: #d8b56d !important;
  box-shadow: 0 0 0 4px rgba(216, 181, 109, 0.1) !important;
}

.subpage-body .notice-category-page .notice-recruit-flow-list li {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 38px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(216, 181, 109, 0.14) !important;
  border-radius: 8px !important;
  background: rgba(3, 7, 12, 0.34) !important;
  color: rgba(246, 239, 226, 0.86) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
}

.subpage-body .notice-category-page .notice-recruit-flow-list li span {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #e3c177, #bd8f38) !important;
  color: #171106 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
}

@media (min-width: 1280px) {
  .subpage-body .notice-category-page .notice-recruit-field-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .subpage-body .notice-category-page .notice-recruit-field-grid {
    grid-template-columns: 1fr !important;
  }

  .subpage-body .notice-category-page .notice-recruit-board-section {
    padding: 14px !important;
  }
}

/* 20260712 notice list cleanup: keep notice meta readable instead of a large pill. */
.subpage-body .notice-category-page .notice-category-list {
  gap: 12px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.subpage-body .notice-category-page .notice-category-item {
  grid-template-columns: minmax(132px, 0.2fr) minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 16px 22px !important;
  min-height: 0 !important;
  padding: clamp(18px, 2vw, 24px) !important;
  border: 1px solid rgba(216, 181, 109, 0.18) !important;
  border-radius: 8px !important;
  background: rgba(14, 19, 25, 0.96) !important;
  box-shadow: none !important;
}

.subpage-body .notice-category-page .notice-category-item:hover,
.subpage-body .notice-category-page .notice-category-item:focus-visible {
  border-color: rgba(216, 181, 109, 0.42) !important;
  background: rgba(18, 25, 33, 0.98) !important;
  box-shadow: inset 3px 0 0 rgba(216, 181, 109, 0.74) !important;
}

.subpage-body .notice-category-page .notice-category-item > .notice-item-meta {
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #d8b56d !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
}

.subpage-body .notice-category-page .notice-item-meta > span {
  width: auto !important;
  min-width: 0 !important;
  min-height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 3px 8px !important;
  border: 1px solid rgba(216, 181, 109, 0.28) !important;
  border-radius: 6px !important;
  background: rgba(216, 181, 109, 0.1) !important;
  color: #d8b56d !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.subpage-body .notice-category-page .notice-item-meta > .notice-badge {
  border-color: rgba(216, 181, 109, 0.62) !important;
  background: #d8b56d !important;
  color: #121820 !important;
  font-weight: 950 !important;
}

.subpage-body .notice-category-page .notice-item-meta > span:not(.notice-badge),
.subpage-body .notice-category-page .notice-item-meta > span:first-child:not(.notice-badge) {
  border-color: rgba(216, 181, 109, 0.28) !important;
  background: rgba(216, 181, 109, 0.1) !important;
  color: #d8b56d !important;
}

.subpage-body .notice-category-page .notice-item-content {
  min-width: 0 !important;
  display: grid !important;
  gap: 7px !important;
}

.subpage-body .notice-category-page .notice-item-content strong,
.subpage-body .notice-category-page .notice-category-item strong {
  color: #fff7ea !important;
  font-size: clamp(1.12rem, 1.22vw, 1.32rem) !important;
  line-height: 1.34 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

.subpage-body .notice-category-page .notice-item-content p,
.subpage-body .notice-category-page .notice-category-item p {
  max-width: 68ch !important;
  color: rgba(246, 239, 226, 0.76) !important;
  font-size: clamp(0.94rem, 0.94vw, 1.02rem) !important;
  line-height: 1.66 !important;
}

.subpage-body .notice-category-page .notice-item-arrow {
  width: auto !important;
  min-width: 92px !important;
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 13px !important;
  border: 1px solid rgba(216, 181, 109, 0.34) !important;
  border-radius: 8px !important;
  background: rgba(216, 181, 109, 0.08) !important;
  color: #f4d79e !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  .subpage-body .notice-category-page .notice-category-item {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 18px 16px !important;
  }

  .subpage-body .notice-category-page .notice-category-item > .notice-item-meta {
    justify-self: start !important;
  }

  .subpage-body .notice-category-page .notice-item-content strong,
  .subpage-body .notice-category-page .notice-category-item strong {
    font-size: clamp(1.08rem, 4.7vw, 1.22rem) !important;
    line-height: 1.34 !important;
  }

  .subpage-body .notice-category-page .notice-item-content p,
  .subpage-body .notice-category-page .notice-category-item p {
    font-size: 0.95rem !important;
    line-height: 1.58 !important;
  }

  .subpage-body .notice-category-page .notice-item-arrow {
    justify-self: start !important;
    min-width: 0 !important;
  }
}
