/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2026 | 09:38:00 */
/* ============================
   약관페이지 (template-doc.php) 커스텀 스타일
============================ */
.doc-page-wrapper {
}

.doc-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.doc-page-title {
  margin-bottom: var(--typeB-space-s);
  color: var(--typeB-txt-color);
  font-size: var(--typeB-hd1);
  font-weight: 700;
  text-align: center;
}

.doc-page-content {
  white-space: pre-wrap; /* 줄바꿈 유지 */
  word-break: keep-all;
}

@media all and (max-width: 639px) {
  .doc-page-title {
    font-size: var(--typeB-hd2);
  }
}