html {
  background: #f7f8fa;
  color: #1f2933;
  font-family: Arial, "Noto Sans KR", sans-serif;
  line-height: 1.65;
}

body {
  margin: 0;
}

.legal-page {
  margin: 0 auto;
  max-width: 920px;
  padding: 32px 18px 56px;
}

.legal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.brand {
  color: #0f172a;
  font-size: 22px;
  font-weight: 700;
}

.ads-link {
  color: #2563eb;
  font-size: 14px;
  text-decoration: none;
}

.legal-document {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 28px;
}

.legal-document p {
  margin: 0 0 8px;
  word-break: keep-all;
}

.title {
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 24px !important;
}

.section-title {
  border-top: 1px solid #e5e7eb;
  color: #0f172a;
  font-size: 22px;
  font-weight: 800;
  margin-top: 30px !important;
  padding-top: 22px;
}

.article-title {
  color: #111827;
  font-size: 17px;
  font-weight: 700;
  margin-top: 18px !important;
}

.list-line {
  padding-left: 14px;
}

@media (max-width: 640px) {
  .legal-page {
    padding: 18px 10px 36px;
  }

  .legal-document {
    padding: 18px;
  }

  .title {
    font-size: 24px;
  }
}
