/* saintcomet 공용 스타일. 외부 폰트/CDN 없음. 시스템 폰트만 사용. */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #1a1a1a;
  font-family: -apple-system, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 20px 60px;
}

header.site-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

header.site-header a.brand {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
}

nav.site-nav {
  margin-top: 8px;
  font-size: 15px;
}

nav.site-nav a {
  color: #2b5fd9;
  text-decoration: none;
  margin-right: 16px;
}

nav.site-nav a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 26px;
  line-height: 1.4;
  margin: 8px 0 16px;
}

h2 {
  font-size: 20px;
  line-height: 1.4;
  margin: 32px 0 12px;
  border-top: 1px solid #eee;
  padding-top: 24px;
}

h2:first-of-type {
  border-top: none;
  padding-top: 0;
}

h3 {
  font-size: 17px;
  margin: 20px 0 8px;
}

p {
  margin: 0 0 14px;
}

ul, ol {
  margin: 0 0 14px;
  padding-left: 22px;
}

li {
  margin-bottom: 6px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px;
  font-size: 15px;
}

th, td {
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}

th {
  background: #f5f7fb;
  font-weight: 700;
}

.badge {
  display: inline-block;
  background: #eef3ff;
  color: #2b5fd9;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.notice {
  background: #f5f7fb;
  border: 1px solid #dde5f5;
  border-radius: 8px;
  padding: 16px;
  margin: 0 0 20px;
}

.notice strong {
  color: #1a3a8f;
}

footer.site-footer {
  margin-top: 48px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  color: #666;
}

a {
  color: #2b5fd9;
}

code {
  background: #f2f2f2;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 14px;
}
