/* ═══════════════════════════════════════════
   LEGAL DOCUMENT (개인정보처리방침 등)
═══════════════════════════════════════════ */
.legal-article {
  max-width: 760px;
}

.legal-updated {
  margin-top: 12px;
  font-size: 14px;
  color: rgba(17, 17, 17, 0.48);
}

.legal-intro {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(17, 17, 17, 0.72);
  word-break: keep-all;
}

.legal-section {
  margin-top: 44px;
}

.legal-section-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: var(--weight-heading);
  letter-spacing: -0.01em;
  color: #111111;
}

.legal-section-body {
  margin-top: 14px;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.72);
  word-break: keep-all;
}

.legal-section-body p + p {
  margin-top: 10px;
}

.legal-section-body ul,
.legal-section-body ol {
  margin-top: 10px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.legal-section-body li {
  line-height: 1.75;
}

.legal-section-body strong {
  color: #111111;
  font-weight: 650;
}

.legal-table-wrap {
  margin-top: 14px;
  overflow-x: auto;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 12px;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}

.legal-table th,
.legal-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  white-space: nowrap;
}

.legal-table tr:last-child th,
.legal-table tr:last-child td {
  border-bottom: none;
}

.legal-table th {
  background: rgba(17, 17, 17, 0.03);
  font-weight: 650;
  color: #111111;
}

@media (max-width: 768px) {
  .legal-section {
    margin-top: 36px;
  }

  .legal-section-title {
    font-size: 18px;
  }

  .legal-section-body {
    font-size: 15px;
  }
}
