:root {
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
  color: #e9f1f8;
  background: #0c1320;
  font-synthesis: none;
  line-height: 1.7;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: #0c1320; }
body { margin: 0; min-height: 100vh; background: #0c1320; }
a { color: inherit; }

.site-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px;
  border-bottom: 1px solid #26354a;
  background: #101827;
}

.wordmark, .eyebrow {
  font-weight: 900;
  letter-spacing: 0;
}
.wordmark { color: #7be4f4; text-decoration: none; white-space: nowrap; }
.eyebrow { margin: 0 0 8px; color: #ffca4b; font-size: 13px; }

.tabs { display: flex; align-self: stretch; gap: 8px; }
.tabs a {
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #9eacbc;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}
.tabs a[aria-current="page"] { color: #ffffff; border-color: #ffca4b; }

.legal-shell { width: min(100% - 40px, 860px); margin: 0 auto; padding: 72px 0 96px; }
.document-header { padding-bottom: 36px; border-bottom: 2px solid #3a4b61; }
.document-header h1, .home-shell h1 { margin: 0; color: #ffffff; font-size: clamp(32px, 6vw, 52px); line-height: 1.2; letter-spacing: 0; }
.document-header > p:last-child { margin: 16px 0 0; color: #9eacbc; font-size: 14px; font-weight: 700; }
article { margin-top: 16px; }
.legal-section { padding: 32px 0; border-bottom: 1px solid #26354a; }
.legal-section h2 { margin: 0 0 14px; color: #f8fbfd; font-size: 20px; line-height: 1.4; letter-spacing: 0; }
.legal-section p { margin: 0; color: #c3ced9; }
.legal-section ul { margin: 0; padding-left: 22px; color: #c3ced9; }
.legal-section li + li { margin-top: 8px; }
.legal-section a { color: #7be4f4; overflow-wrap: anywhere; }

dl { margin: 18px 0 0; border-top: 1px solid #34465d; }
dl div { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid #26354a; }
dt { color: #8fa1b4; font-weight: 800; }
dd { margin: 0; color: #dce5ee; }

.table-wrap { width: 100%; overflow-x: auto; }
table { width: 100%; min-width: 650px; border-collapse: collapse; color: #c3ced9; font-size: 14px; }
th, td { padding: 14px 12px; border: 1px solid #34465d; text-align: left; vertical-align: top; }
th { color: #ffffff; background: #162235; }

footer { display: flex; justify-content: space-between; padding: 24px 32px; color: #8292a5; border-top: 1px solid #26354a; font-size: 13px; }
footer a { color: #b8c5d1; font-weight: 800; }

.home-shell { width: min(100% - 40px, 720px); margin: 0 auto; padding: 18vh 0 96px; }
.home-copy { margin: 20px 0 40px; color: #aebbc8; font-size: 17px; }
.document-links { display: grid; gap: 12px; }
.document-links a { display: grid; gap: 5px; padding: 22px 0; color: #f8fbfd; text-decoration: none; border-top: 1px solid #34465d; }
.document-links a:last-child { border-bottom: 1px solid #34465d; }
.document-links strong { font-size: 18px; }
.document-links span { color: #8fa1b4; font-size: 14px; }
.document-links a:hover strong, .document-links a:focus-visible strong { color: #7be4f4; }

@media (max-width: 640px) {
  .site-header { min-height: 0; align-items: flex-start; flex-direction: column; gap: 8px; padding: 18px 20px 0; }
  .tabs { width: 100%; height: 48px; }
  .tabs a { flex: 1; justify-content: center; padding: 0 8px; font-size: 13px; }
  .legal-shell { width: min(100% - 32px, 860px); padding: 48px 0 72px; }
  .legal-section { padding: 26px 0; }
  .legal-section h2 { font-size: 18px; }
  dl div { grid-template-columns: 1fr; gap: 2px; }
  footer { padding: 20px; }
}

@media (prefers-reduced-motion: no-preference) {
  a { transition: color 140ms ease, border-color 140ms ease; }
}
