@charset "utf-8";

@font-face {
    font-family: "Pretendard Variable";
    font-style: normal;
    font-weight: 45 920;
    font-display: swap;
    src: url("../fonts/PretendardVariable.woff2") format("woff2-variations");
}

:root {
    --rb-black: #070b14;
    --rb-black-soft: #0d1422;
    --rb-white: #ffffff;
    --rb-paper: #f3f5f8;
    --rb-line: rgba(255, 255, 255, 0.16);
    --rb-ink: #111827;
    --rb-muted: #647085;
    --rb-blue: #246bfe;
    --rb-blue-dark: #0b48c9;
    --rb-lime: #c8ff3d;
    --rb-header-height: 72px;
    --rb-side-space: clamp(24px, 5vw, 96px);
    --rb-content-width: 1720px;
    --rb-radius: 24px;
    --rb-font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: var(--rb-black);
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    margin: 0;
    background: var(--rb-paper);
    color: var(--rb-ink);
    font-family: var(--rb-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    word-break: keep-all;
    overflow-wrap: break-word;
}

body,
button,
input,
select,
textarea {
    font-family: var(--rb-font);
}

button,
input,
select,
textarea {
    font-size: 16px;
}

h1,
h2,
h3,
p,
figure,
ol,
ul {
    margin: 0;
}

ol,
ul {
    padding: 0;
    list-style: none;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--rb-lime);
    outline-offset: 3px;
}

button {
    color: inherit;
}

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

em {
    font-style: normal;
}

::selection {
    background: var(--rb-lime);
    color: var(--rb-black);
}

#wrap {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: clip;
}

#wrapper,
#container {
    width: 100%;
}

.rb-site--home #container {
    overflow: clip;
}

.rb-container {
    position: relative;
    width: min(calc(100% - (var(--rb-side-space) * 2)), var(--rb-content-width));
    margin: 0 auto;
}

.rb-skip {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 9999;
    padding: 12px 18px;
    border-radius: 8px;
    background: var(--rb-white);
    color: var(--rb-black);
    font-size: 16px;
    font-weight: 800;
    transform: translateY(-160%);
}

.rb-skip:focus {
    transform: translateY(0);
}

.sound_only,
.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) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
