/* 이용약관 / 개인정보처리방침 문서 페이지 스타일 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.doc-body {
  background: #fff;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #000;
  line-height: 1.7;
}

.doc-header {
  display: flex;
  justify-content: center;
  padding: 28px 24px;
  background: #faf3f3;
}

.doc-header img {
  height: 24px;
  display: block;
}

.doc-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 96px;
  word-break: keep-all;
}

.doc-container h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

.doc-updated {
  font-size: 14px;
  color: #5a5e6a;
  margin-bottom: 40px;
}

.doc-container h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 36px 0 12px;
  color: #3e606f;
}

.doc-container p,
.doc-container li {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.doc-container ol,
.doc-container ul {
  padding-left: 22px;
  margin-bottom: 10px;
}

.doc-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 16px;
  font-size: 14px;
}

.doc-container th,
.doc-container td {
  border: 1px solid #e4e6ea;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.doc-container th {
  background: #f9fafc;
  font-weight: 600;
}

.doc-footer {
  border-top: 1px solid #e4e6ea;
  margin-top: 56px;
  padding-top: 24px;
  font-size: 13px;
  color: #9a9ea8;
}

.doc-footer a {
  color: #c18c81;
  text-decoration: none;
}

.doc-footer a:hover {
  text-decoration: underline;
}
