/*
 * The overview is intentionally a true two-column table at every viewport.
 * Earlier three-cell area rows and a late 640px min-width rule squeezed Korean
 * labels into vertical text on mobile.
 */
body:not(.home) .business-table-section .business-table-scroll {
  overflow: visible !important;
}

body:not(.home) .business-info-table {
  width: 100% !important;
  min-width: 0 !important;
  table-layout: fixed;
}

/*
 * Keep accessible table names available to screen readers without allowing
 * broad caption/screen-reader overrides to collapse them into a visible
 * one-character column on small screens.
 */
body:not(.home) .business-overview-sheet table > caption.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body:not(.home) .business-info-table col.business-info-label {
  width: 28%;
}

body:not(.home) .business-info-table col.business-info-value {
  width: 72%;
}

body:not(.home) .business-info-table th,
body:not(.home) .business-info-table td {
  width: auto !important;
  min-width: 0;
  writing-mode: horizontal-tb !important;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* Clear two-column summary: labels stay compact and values get reading room. */
body:not(.home) .business-overview-sheet {
  padding-top: clamp(64px, 6vw, 104px);
  padding-bottom: clamp(76px, 7vw, 120px);
}

body:not(.home) .business-overview-inner {
  width: min(1120px, 100%);
}

body:not(.home) .business-table-section {
  margin-top: 46px;
}

body:not(.home) .business-table-section > h2 {
  margin-bottom: 20px;
  font-size: clamp(24px, 2vw, 31px);
  letter-spacing: -0.045em;
}

body:not(.home) .business-info-table {
  border-color: #d8dde1;
  border-top: 2px solid #263241;
}

body:not(.home) .business-info-table th,
body:not(.home) .business-info-table td {
  height: 68px;
  border-color: #d8dde1;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

body:not(.home) .business-info-table th {
  width: 25% !important;
  background: #263241;
  color: #fff;
  font-weight: 700;
}

body:not(.home) .business-info-table td {
  background: #fff;
  color: #26313a;
  font-weight: 600;
  text-align: left;
}

body:not(.home) .business-overview-note {
  margin-top: 22px;
  color: #69747b;
  font-size: 13px;
  line-height: 1.7;
}

@media (min-width: 881px) {
  body:not(.home) .business-info-table th {
    padding-inline: 24px;
  }

  body:not(.home) .business-info-table td {
    padding-inline: 28px;
  }
}

@media (max-width: 880px) {
  body:not(.home) .business-overview-sheet {
    overflow-x: clip;
    padding: 48px 14px 80px;
  }

  body:not(.home) .business-overview-visual {
    margin-bottom: 38px;
  }

  body:not(.home) .business-table-section {
    margin-top: 0;
  }

  body:not(.home) .business-table-section > h2 {
    margin-bottom: 10px;
    font-size: 23px;
  }

  body:not(.home) .business-info-table,
  body:not(.home) .business-info-table tbody {
    display: block;
    width: 100% !important;
  }

  body:not(.home) .business-info-table colgroup {
    display: none;
  }

  body:not(.home) .business-info-table tbody {
    display: grid;
    gap: 5px;
  }

  body:not(.home) .business-info-table tr {
    display: grid !important;
    grid-template-columns: minmax(94px, 28%) minmax(0, 1fr) !important;
    min-height: 52px;
    overflow: hidden;
    border: 1px solid #d8dde1;
    border-radius: 5px;
    background: #fff;
  }

  body:not(.home) .business-info-table th,
  body:not(.home) .business-info-table td {
    grid-column: auto !important;
    display: flex !important;
    width: 100% !important;
    min-height: 52px;
    align-items: center;
    padding: 9px 12px !important;
    border: 0 !important;
    font-size: clamp(13px, 3.5vw, 15px) !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  body:not(.home) .business-info-table th {
    justify-content: flex-start;
    background: #263241 !important;
    color: #fff !important;
    letter-spacing: -0.025em;
  }

  body:not(.home) .business-info-table td {
    color: #27312d;
    font-weight: 600 !important;
    text-align: left !important;
  }

  body:not(.home) .business-info-table td span {
    margin-left: 4px;
  }

  body:not(.home) .business-info-table tr:nth-child(5) th::before,
  body:not(.home) .business-info-table tr:nth-child(6) th::before,
  body:not(.home) .business-info-table tr:nth-child(7) th::before {
    content: none !important;
  }

  body:not(.home) .business-overview-note {
    margin-top: 20px;
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  body:not(.home) .business-info-table tr {
    grid-template-columns: 96px minmax(0, 1fr) !important;
  }

  body:not(.home) .business-info-table th,
  body:not(.home) .business-info-table td {
    padding: 8px 10px !important;
    font-size: 13px !important;
  }
}
