/* 이용약관 전용 스타일 (꾸밈만) */
.terms-page {
  color: #222;
  font-family: "Nanum Gothic", sans-serif;
  line-height: 1.7;
}

/* 제목 */
.terms-page h1 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

/* 소제목 */
.terms-page h2 {
  font-size: 1.25rem;
  margin-top: 28px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #4ea1ff;
  color: #333;
}

/* 문단 */
.terms-page p {
  margin: 6px 0 14px;
  font-size: 15px;
}

/* 리스트 */
.terms-page ol,
.terms-page ul {
  margin: 6px 0 16px 20px;
  padding: 0;
}

.terms-page li {
  margin-bottom: 6px;
  font-size: 15px;
}

/* 부칙 */
.terms-page .appendix {
  margin-top: 32px;
  font-weight: bold;
  color: #444;
}

/* 업데이트 날짜 */
.terms-page .sub {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

/* 링크 */
.terms-page a {
  color: #0066cc;
  text-decoration: none;
}
.terms-page a:hover {
  text-decoration: underline;
}
