/* 불독클럽 — 개인정보 처리방침 페이지 전용 스타일 */
:root {
  --bg: #F5F5F0;
  --text: #1A1A1A;
  --muted: #6B6B6B;
  --line: #DEDED8;
  --accent: #1A1A1A;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
               "Apple SD Gothic Neo", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}

header {
  margin-bottom: 40px;
}

header .eyebrow {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

header h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

header .meta {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}

header .meta strong {
  color: var(--text);
  font-weight: 500;
}

h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 48px 0 12px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  letter-spacing: -0.01em;
}

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

h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 24px 0 8px;
  color: var(--text);
}

p {
  margin: 12px 0;
}

ul {
  padding-left: 1.25em;
  margin: 12px 0;
}

ul li {
  margin: 6px 0;
}

a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

a:hover {
  opacity: 0.7;
}

.table-wrap {
  margin: 16px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 560px;
}

th,
td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  line-height: 1.55;
}

th {
  font-weight: 600;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.02em;
  background: transparent;
}

td strong {
  font-weight: 600;
}

hr {
  border: none;
  border-top: 1px solid var(--line);
  margin: 48px 0 16px;
}

footer {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

footer .copyright {
  margin-top: 16px;
}
