:root {
  --yb-bg: #02050b;
  --yb-bg-deep: #010308;
  --yb-bg-mid: #07101d;
  --yb-surface: #0a101b;
  --yb-surface-strong: #101827;
  --yb-accent: #a91f2c;
  --yb-accent-strong: #7d1420;
  --yb-accent-2: #d6b36b;
  --yb-accent-soft: rgba(169, 31, 44, 0.20);
  --yb-accent-glow: rgba(169, 31, 44, 0.34);
  --yb-secondary-soft: rgba(214, 179, 107, 0.16);
  --yb-line: rgba(214, 179, 107, 0.22);
  --yb-text: #f7f8fb;
  --yb-muted: #aeb5c2;
  --yb-on-accent: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  scroll-behavior: smooth;
  background: var(--yb-bg-deep);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--yb-bg);
  color: var(--yb-text);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.5;
  word-break: keep-all;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea,
select {
  font: inherit;
}

button,
input,
textarea,
select {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button {
  cursor: pointer;
}

::selection {
  background: var(--yb-accent);
  color: var(--yb-on-accent);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.yb-legal-footer[data-astro-cid-jo6i4kqk] {
  position: relative;
  z-index: 2;
  border-top: 1px solid #ffffff14;
  background: linear-gradient(180deg, #ffffff04, transparent 44%),
      var(--yb-bg-deep);
  color: var(--yb-text);
  padding: 54px 22px 58px;
}

.yb-legal-footer__inner[data-astro-cid-jo6i4kqk] {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.yb-legal-footer__head[data-astro-cid-jo6i4kqk] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 27px;
  border-bottom: 1px solid #ffffff14;
}

.yb-legal-footer__title[data-astro-cid-jo6i4kqk] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.35;
  letter-spacing: -.04em;
}

.yb-legal-footer__title[data-astro-cid-jo6i4kqk] strong[data-astro-cid-jo6i4kqk] {
  font-weight: 800;
  color: #fff;
}

.yb-legal-footer__title[data-astro-cid-jo6i4kqk] span[data-astro-cid-jo6i4kqk] {
  color: var(--yb-accent-2);
  font-weight: 300;
}

.yb-legal-footer__title[data-astro-cid-jo6i4kqk] b[data-astro-cid-jo6i4kqk] {
  font-weight: 620;
  color: #ffffffc2;
}

.yb-legal-footer__sub[data-astro-cid-jo6i4kqk] {
  margin: 8px 0 0;
  color: var(--yb-muted);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: -.025em;
}

.yb-legal-footer__links[data-astro-cid-jo6i4kqk] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  max-width: 500px;
}

.yb-legal-footer__links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk] {
  position: relative;
  color: #ffffffb3;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: -.025em;
}

.yb-legal-footer__links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover, .yb-legal-footer__links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:focus-visible {
  color: var(--yb-accent-2);
}

.yb-legal-footer__links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:focus-visible {
  outline: 2px solid var(--yb-accent-2);
  outline-offset: 4px;
  border-radius: 2px;
}

.yb-legal-footer__business[data-astro-cid-jo6i4kqk] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 28px;
  padding: 27px 0 22px;
}

.yb-legal-footer__business[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk] {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  color: #ffffffad;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: -.025em;
}

.yb-legal-footer__business[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk].wide {
  grid-column: span 2;
}

.yb-legal-footer__business[data-astro-cid-jo6i4kqk] strong[data-astro-cid-jo6i4kqk] {
  flex: none;
  color: #ffffffeb;
  font-weight: 700;
}

.yb-legal-footer__business[data-astro-cid-jo6i4kqk] span[data-astro-cid-jo6i4kqk], .yb-legal-footer__business[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk] {
  min-width: 0;
  overflow-wrap: anywhere;
}

.yb-legal-footer__business[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover, .yb-legal-footer__business[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:focus-visible {
  color: var(--yb-accent-2);
}

.yb-legal-footer__notice[data-astro-cid-jo6i4kqk] {
  display: grid;
  gap: 4px;
  padding-top: 20px;
  border-top: 1px solid #ffffff0f;
}

.yb-legal-footer__notice[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk], .yb-legal-footer__copy[data-astro-cid-jo6i4kqk] {
  margin: 0;
  color: #ffffff6e;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: -.02em;
}

.yb-legal-footer__copy[data-astro-cid-jo6i4kqk] {
  margin-top: 19px;
}

.yb-legal-footer--compact[data-astro-cid-jo6i4kqk] {
  padding-top: 42px;
}

@media (width <= 860px) {
  .yb-legal-footer__head[data-astro-cid-jo6i4kqk] {
    flex-direction: column;
    gap: 20px;
  }

  .yb-legal-footer__links[data-astro-cid-jo6i4kqk] {
    justify-content: flex-start;
  }

  .yb-legal-footer__business[data-astro-cid-jo6i4kqk] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 580px) {
  .yb-legal-footer[data-astro-cid-jo6i4kqk] {
    padding: 40px 18px 44px;
  }

  .yb-legal-footer__head[data-astro-cid-jo6i4kqk] {
    padding-bottom: 22px;
  }

  .yb-legal-footer__title[data-astro-cid-jo6i4kqk] {
    gap: 6px;
    font-size: 16px;
  }

  .yb-legal-footer__links[data-astro-cid-jo6i4kqk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px 16px;
  }

  .yb-legal-footer__links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk] {
    font-size: 12.5px;
  }

  .yb-legal-footer__business[data-astro-cid-jo6i4kqk] {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 23px 0 19px;
  }

  .yb-legal-footer__business[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk].wide {
    grid-column: auto;
  }

  .yb-legal-footer__business[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk] {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 6px;
    font-size: 12.5px;
    line-height: 1.65;
  }
}
