/* privacy.html — 법률 문서. 랜딩 톤(콘크리트/먹/Noto Serif KR) 그대로. */

a.brand,
a.footer__brand {
  text-decoration: none;
  cursor: pointer;
}

.legal {
  padding: 96px 0 160px;
}
.legal__title {
  font-family: "Noto Serif KR", serif;
  font-weight: 300;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 0 0 32px;
}
.legal__lede {
  font-family: "Noto Serif KR", serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.85;
  margin: 0 0 80px;
  max-width: 700px;
  opacity: 0.7;
}

.legal__section {
  padding: 48px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.05);
}
.legal__section:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.05);
}

.legal__h2 {
  font-family: "Noto Serif KR", serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  margin: 0 0 28px;
}
.legal__h3 {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  margin: 28px 0 14px;
  opacity: 0.7;
}
.legal__p {
  font-family: "Noto Serif KR", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.85;
  margin: 0 0 14px;
  max-width: 720px;
}
.legal__p--small {
  font-size: 13px;
  opacity: 0.55;
  margin-top: 16px;
}
.legal__p strong {
  font-weight: 400;
}
.legal__list {
  list-style: disc inside;
  font-family: "Noto Serif KR", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.85;
  margin: 0 0 16px;
  max-width: 720px;
}
.legal__list li {
  margin: 0 0 6px;
}
.legal__list li::marker {
  font-size: 0.8em;
  opacity: 0.5;
}

.legal__table {
  width: 100%;
  max-width: 820px;
  border-collapse: collapse;
  font-family: "Noto Serif KR", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 8px;
}
.legal__table th,
.legal__table td {
  text-align: left;
  vertical-align: top;
  padding: 14px 18px 14px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}
.legal__table th {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.55;
  padding-top: 0;
}
.legal__table td:first-child {
  width: 36%;
  opacity: 0.8;
}
.legal__table a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(17, 17, 17, 0.3);
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Liberation Mono",
    "Courier New", monospace;
  font-size: 13px;
  padding: 1px 6px;
  background: rgba(17, 17, 17, 0.04);
  color: #333;
}

.legal__dates {
  margin-top: 16px;
  opacity: 0.6;
}

/* Mobile */
@media (max-width: 768px) {
  .legal {
    padding: 48px 0 96px;
  }
  .legal__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .legal__lede {
    font-size: 15px;
    margin-bottom: 48px;
  }
  .legal__section {
    padding: 32px 0;
  }
  .legal__h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .legal__table {
    font-size: 13px;
  }
  .legal__table th,
  .legal__table td {
    padding: 12px 12px 12px 0;
  }
}
