@font-face {
  font-family: Pretendard;
  src: url("/assets/fonts/pretendard-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/assets/fonts/pretendard-semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/assets/fonts/pretendard-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
:root {
  --white: #fff;
  --coral: #ff7e58;
  --deep-coral: #a63e25;
  --ink: #2d1b14;
  --muted: #746255;
  --sand: #f4e6d8;
  --soft: #fff4ed;
  --line: #e8d8c9;
  --paper: #fffdfa;
  color: var(--ink);
  background: var(--white);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
* {
  box-sizing: border-box;
}
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  line-height: 1.72;
  word-break: keep-all;
}
body::selection {
  color: var(--ink);
  background: #ffb39b;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid var(--deep-coral);
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
.wrap {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 20px;
  padding: 12px 17px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1.2px;
}
.brand img {
  width: 42px;
  height: 42px;
}
.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}
.site-header nav a,
.site-footer nav a {
  padding-block: 13px;
}
.site-header nav a[aria-current="page"] {
  color: var(--deep-coral);
}
.back-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px !important;
  color: var(--ink) !important;
  background: var(--soft);
  border-radius: 999px;
}
.back-home::before {
  content: "←";
}
.legal-hero {
  position: relative;
  overflow: hidden;
  min-height: 386px;
  display: flex;
  align-items: flex-end;
  padding-block: 72px 66px;
  color: var(--white);
  background: var(--ink);
}
.legal-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: max(-70px, calc((100vw - 1160px) / 2));
  top: -145px;
  border: 82px solid var(--coral);
  border-radius: 47% 53% 45% 55%;
  opacity: 0.95;
  transform: rotate(18deg);
}
.legal-hero-inner {
  position: relative;
  z-index: 1;
}
.legal-hero h1 {
  max-width: 820px;
  font-size: clamp(43px, 6vw, 70px);
  line-height: 1.08;
  letter-spacing: -3.3px;
}
.legal-hero p {
  max-width: 680px;
  margin-top: 22px;
  color: #dac7b9;
  font-size: 18px;
  letter-spacing: -0.35px;
}
.effective-date {
  display: inline-flex;
  margin-top: 29px;
  padding: 9px 14px;
  color: var(--ink);
  background: var(--coral);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 780px);
  justify-content: space-between;
  gap: 72px;
  padding-block: 88px 132px;
}
.legal-toc {
  position: sticky;
  top: 28px;
  align-self: start;
  display: grid;
  gap: 2px;
  padding: 22px;
  background: var(--soft);
  border-radius: 18px;
}
.legal-toc strong {
  margin-bottom: 11px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.legal-toc a {
  padding: 7px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.legal-toc a:hover {
  color: var(--deep-coral);
}
.legal-summary {
  position: relative;
  padding: 30px 34px 31px 39px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0 20px 20px 0;
  box-shadow: 9px 10px 0 var(--soft);
}
.legal-summary::before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -1px;
  width: 6px;
  background: var(--coral);
}
.legal-summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--deep-coral);
}
.legal-content {
  min-width: 0;
}
.legal-content p,
.legal-content li,
.definition-list dd,
.data-card p {
  color: var(--muted);
  font-size: 15px;
}
.legal-content a:not(.button-primary) {
  color: var(--deep-coral);
  text-decoration: underline;
  text-decoration-color: #dca792;
  text-underline-offset: 4px;
}
.legal-section {
  padding-block: 54px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 18px;
}
.legal-section:last-child {
  border-bottom: 0;
}
.legal-section h2,
.action-panel h2 {
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -1.1px;
}
.legal-section h3 {
  margin: 34px 0 12px;
  font-size: 18px;
  letter-spacing: -0.45px;
}
.legal-section h2 + p,
.legal-section p + p,
.legal-section p + ul,
.legal-section p + ol,
.legal-section ul + p,
.legal-section ol + p,
.legal-section .table-wrap + p,
.legal-section .data-grid + p {
  margin-top: 17px;
}
.legal-section ul,
.legal-section ol {
  margin: 18px 0 0;
  padding-left: 22px;
}
.legal-section li + li {
  margin-top: 9px;
}
.table-wrap {
  max-width: 100%;
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 15px;
}
table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.6;
}
th,
td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
th:last-child,
td:last-child {
  border-right: 0;
}
tr:last-child td {
  border-bottom: 0;
}
th {
  color: var(--ink);
  background: var(--soft);
  font-weight: 700;
}
td {
  color: var(--muted);
}
.definition-list {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  margin: 24px 0 0;
  border-top: 1px solid var(--line);
}
.definition-list dt,
.definition-list dd {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.definition-list dt {
  font-size: 13px;
  font-weight: 700;
}
.action-panel {
  position: relative;
  overflow: hidden;
  padding: 38px;
  color: var(--white);
  background: var(--ink);
  border-radius: 24px;
}
.action-panel::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -48px;
  bottom: -61px;
  border: 28px solid var(--coral);
  border-radius: 50%;
}
.action-panel p {
  position: relative;
  z-index: 1;
  max-width: 610px;
  margin-top: 14px;
  color: #dac7b9;
}
.button-primary {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 25px;
  padding: 13px 19px;
  color: var(--ink);
  background: var(--coral);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s, background 0.2s;
}
.button-primary::after {
  content: "↗";
  margin-left: 22px;
}
.button-primary:hover {
  background: #ff9878;
  transform: translateY(-2px);
}
.notice-box {
  margin-top: 25px;
  padding: 20px 22px;
  background: var(--soft);
  border-radius: 14px;
}
.notice-box strong {
  display: block;
  color: var(--deep-coral);
  font-size: 14px;
}
.notice-box p {
  margin-top: 5px;
  font-size: 14px;
}
.step-list {
  list-style: none;
  counter-reset: deletion-step;
  padding-left: 0 !important;
}
.step-list li {
  position: relative;
  min-height: 42px;
  padding-left: 57px;
  counter-increment: deletion-step;
}
.step-list li::before {
  content: counter(deletion-step, decimal-leading-zero);
  position: absolute;
  top: -2px;
  left: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--deep-coral);
  background: var(--soft);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}
.step-list strong {
  display: block;
  color: var(--ink);
}
.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.data-card {
  padding: 21px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 15px;
}
.data-card strong {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
}
.data-card p {
  font-size: 13px;
  line-height: 1.6;
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-block: 35px;
  border-top: 1px solid var(--line);
}
.site-footer .brand {
  font-size: 23px;
}
.site-footer .brand img {
  width: 36px;
  height: 36px;
}
.site-footer > p {
  color: var(--muted);
  font-size: 11px;
}
.site-footer nav {
  margin-left: auto;
  gap: 23px;
  font-size: 12px;
}
@media (max-width: 860px) {
  .wrap {
    width: min(100% - 40px, 680px);
  }
  .site-header {
    height: 82px;
  }
  .site-header nav a:not(.back-home):not([aria-current="page"]) {
    display: none;
  }
  .site-header nav {
    gap: 10px;
    font-size: 12px;
  }
  .brand {
    font-size: 22px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .legal-hero {
    min-height: 340px;
    padding-block: 60px 55px;
  }
  .legal-hero::before {
    width: 260px;
    height: 260px;
    right: -90px;
    top: -100px;
    border-width: 52px;
  }
  .legal-hero h1 {
    letter-spacing: -2.2px;
  }
  .legal-hero p {
    max-width: 520px;
    font-size: 16px;
  }
  .legal-layout {
    display: block;
    padding-block: 48px 88px;
  }
  .legal-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
    margin-bottom: 45px;
  }
  .legal-toc strong {
    grid-column: 1 / -1;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header .brand span {
    font-size: 21px;
  }
  .back-home {
    padding: 9px 12px !important;
  }
  .site-header nav a[aria-current="page"] {
    display: none;
  }
  .legal-hero {
    min-height: 320px;
    padding-block: 48px;
  }
  .legal-hero h1 {
    font-size: 42px;
    letter-spacing: -1.9px;
  }
  .legal-hero p {
    font-size: 15px;
  }
  .effective-date {
    margin-top: 23px;
  }
  .legal-layout {
    padding-block: 36px 70px;
  }
  .legal-toc {
    margin-bottom: 35px;
    padding: 18px;
    border-radius: 14px;
  }
  .legal-toc a {
    font-size: 12px;
  }
  .legal-summary {
    padding: 24px 22px 25px 27px;
  }
  .legal-content p,
  .legal-content li,
  .definition-list dd {
    font-size: 14px;
  }
  .legal-section {
    padding-block: 42px;
  }
  .legal-section h2,
  .action-panel h2 {
    font-size: 24px;
  }
  .definition-list {
    grid-template-columns: 1fr;
  }
  .definition-list dt {
    padding-bottom: 2px;
    border-bottom: 0;
  }
  .definition-list dd {
    padding-top: 0;
  }
  .action-panel {
    padding: 29px 24px 31px;
    border-radius: 19px;
  }
  .button-primary {
    width: 100%;
    justify-content: space-between;
  }
  .data-grid {
    grid-template-columns: 1fr;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 14px;
    padding-block: 28px;
  }
  .site-footer .brand {
    font-size: 21px;
  }
  .site-footer > p {
    margin-left: auto;
    font-size: 10px;
  }
  .site-footer nav {
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding-top: 7px;
    border-top: 1px solid var(--line);
    font-size: 11px;
  }
}
@media (max-width: 370px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .legal-toc {
    grid-template-columns: 1fr;
  }
  .legal-toc strong {
    grid-column: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
