<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
    font-family: "Pretendard Variable";
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
    src: local("Pretendard Variable"),
        url("../fonts/PretendardVariable.woff2") format("woff2-variations");
    unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF;
}
@font-face {
    src: url("../fonts/Amiri-Bold.ttf");
    font-family: "Amiri_B";
    font-weight: normal;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+002C;
}
@font-face {
    src: url("../fonts/Amiri-Regular.ttf") format("woff2-variations");
    font-family: "Amiri_R";
}
@font-face {
    src: url("../fonts/Amiri-Italic.ttf") format("woff2-variations");
    font-family: "Amiri_I";
}
@font-face {
    src: url("../fonts/AvantGarde-BoldObl.otf");
    font-family: "AG-B";
}
body {
    font-family: "Pretendard Variable", "Amiri_B";
}

/* Reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
nav,
section,
article,
header,
footer,
main,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
    margin: 0;
    padding: 0;
}
body,
input,
select,
textarea,
button,
img,
fieldset {
    border: none;
}
ul,
ol,
li {
    list-style: none;
}
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
address,
cite,
code,
em,
i {
    font-style: normal;
    font-weight: normal;
}
label,
img,
input,
select,
textarea,
button,
a {
    vertical-align: middle;
}
u,
ins,
a {
    text-decoration: none;
}
button {
    cursor: pointer;
}

/* Normalize */
select {
    appearance: none;
}
select::-ms-expand {
    display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"],
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    outline: 0;
}
textarea {
    resize: none;
}

/* Style */
body.hidden {
    position: fixed;
    overflow-y: hidden;
    touch-action: none;
}
main {
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #666;
    display: block;
}
a,
button {
    color: #666;
}
p,
li {
    word-break: keep-all;
}
img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-auto;
    image-rendering: -o-auto;
    image-rendering: auto;
    -ms-interpolation-mode: nearest-neighbor;
}
.clear {
    clear: both;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
caption &gt; div,
legend,
.hide {
    overflow: hidden;
    display: block;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}
.highlight {
    position: relative;
    display: inline-block;
    z-index: 10;
}
.highlight::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
    height: 5px;
    background: red;
    z-index: -1;
}

.skip {
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    transition: all 0.5s;
    line-height: 5rem;
    background: #000;
    color: #fff;
    text-align: center;
    z-index: 100;
}
.skip:focus {
    top: 0;
}
.stop-dragging {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
</pre></body></html>