body {
    margin:0;
    padding:0;
}

.terms-wrapper {
  max-width: 900px;
  margin: 140px auto 80px auto;
  padding: 0 20px;
  line-height: 1.7;
  color: #333;
  font-family: "Pretendard", sans-serif;
}

.terms-header h1 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #2e7d32;
  margin-bottom: 10px;
}

.terms-update {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 40px;
}

.terms-section {
  margin-bottom: 40px;
}

.terms-section h2 {
  font-size: 1.25rem;
  color: #2e7d32;
  margin-bottom: 12px;
  font-weight: 700;
}

.terms-section p {
  font-size: 1rem;
  color: #444;
  white-space: pre-line;
}

.terms-footer {
  margin-top: 40px;
  font-size: 0.95rem;
  color: #444;
  font-weight: 600;
  text-align: center;
}

/* 모바일 최적화 */
@media (max-width: 680px) {
  .terms-wrapper {
    margin-top: 120px;
  }

  .terms-header h1 {
    font-size: 1.5rem;
  }
}
