.mall-terms-page {
  min-height: 100vh;
  background: #fff;
  color: #222;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.mall-terms {
  padding: 48px 24px 96px;
}

.mall-terms__inner {
  max-width: 920px;
  margin: 0 auto;
}

.mall-terms__title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: #222;
}

.mall-terms__body {
  margin: 0;
  white-space: pre-wrap;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #333;
}

@media (max-width: 768px) {
  .mall-terms {
    padding: 32px 16px 72px;
  }

  .mall-terms__title {
    font-size: 22px;
  }

  .mall-terms__body {
    font-size: 14px;
    line-height: 1.7;
  }
}
