.agreement-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 16px 80px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #0f172a;
}

/* 상단 헤더 */
.agree-head {
  padding: 20px 18px;
  border-bottom: 1px solid #f1f5f9;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agree-title {
  margin: 0;
  font-size: 22px;
  font-weight: 1000;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.agree-sub {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
  font-weight: 700;
}

/* 본문 */
.agree-body {
  padding: 18px;
}

.agree-content {
  font-size: 14px;
  line-height: 1.75;
  color: #0f172a;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.agree-content p {
  margin: 10px 0;
}

.agree-content h2,
.agree-content h3 {
  margin: 18px 0 10px;
  font-weight: 1000;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.agree-content h2 {
  font-size: 16px;
}

.agree-content h3 {
  font-size: 14px;
  color: #334155;
}

.agree-content ul,
.agree-content ol {
  margin: 10px 0 10px 18px;
  padding: 0;
}

.agree-content li {
  margin: 6px 0;
}

.agree-content hr {
  border: none;
  height: 1px;
  background: #e5e7eb;
  margin: 18px 0;
}

.agree-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.agree-content th,
.agree-content td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

.agree-content th {
  background: #f8fafc;
  color: #334155;
  font-weight: 1000;
}

.agree-content code {
  padding: 2px 6px;
  border-radius: 8px;
  background: #f1f5f9;
  border: 1px solid #e5e7eb;
  font-size: 12px;
}

/* 모바일 */
@media (max-width: 520px) {
  .agreement-container {
    padding: 18px 14px 60px;
  }

  .agree-head {
    padding: 16px 14px;
  }

  .agree-body {
    padding: 14px;
  }

  .agree-title {
    font-size: 18px;
  }
}
