@charset "UTF-8";
:root {
    --max-width: 1440px;
    --max-mobile-width: 480px;
    --color-accent: #1F80FF;
    --color-sub1: #909090;
    --color-sub2: #868686;
    --color-line1: #fff;

    --color-ft1: #1F80FF;
    --color-ft2: #ff0000;
    --color-ft3: #909090;

    --ff-default: 'TheJamsil_200', system-ui, -apple-system, helvetica, sans-serif;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat !important;
}
html,
body {
    margin:0;
    padding:0;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-size:18px;
}
body {
    min-width: 320px;
    min-height: 100%;
    line-height: 1;
    font-family: var(--ff-default);
    font-size: 1rem;
    word-break: keep-all;
    color:#fff;
    background-color: #0e0e0e;
    -webkit-font-smoothing: antialiased;
}

a,
body,
button,
blockquote,
button,
caption,
dd,
dialog,
div,
details,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
legend,
li,
ol,
p,
pre,
select,
summary,
textarea,
ul,
video {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
address,
em {
    font-style: normal;
}
em {
    text-decoration: underline;
}
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
    display: block;
}
audio,
button,
canvas,
embed,
iframe,
img,
input,
object,
optgroup,
select,
svg,
textarea,
video {
    vertical-align: middle;
}
b,
strong {
    font-weight: 700;
}
button,
[role='button'] {
    cursor: pointer;
}
button,
select {
    text-transform: none;
}
button,
input,
select,
textarea {
    border-radius: inherit;
    color: inherit;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    line-height: inherit;
}
input:focus {outline:none;}
button,
[type='button'],
[type='reset'],
[type='submit'],
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /*
    background-color: transparent;
    background-image: none;
    */
}
dl,
li,
menu,
ol,
ul {
    list-style: none;
}
fieldset,
img {
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
optgroup,
select,
textarea {
    font-size: inherit;
    font-weight: inherit;
}
hr {
    height: 0;
    border-top-width: 1px;
    color: inherit;
}

img,
video {
    max-width: 100%;
}
input::placeholder,
textarea::placeholder {
    line-height: normal;
}
progress {
    vertical-align: baseline;
}
small {
    font-size: 80%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: 0;
}
textarea {
    resize: vertical;
}
video::-internal-media-controls-download-button {
    display: none;
}
:disabled {
    cursor: default;
}
:-moz-focusring {
    outline: auto;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
.button,
.input,
.select,
.textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

.fc_blue {color: var(--color-ft1);}
.fc_red {color: var(--color-ft2);}
.fc_gray {color: var(--color-ft3);}

.ani_s1,
.ani_s1 div,
.ani_s1 p,
.ani_s1 span,
.ani_s1 img,
.ani_s1 ul,
.ani_s1 li,
.ani_s1 i,
.ani_s1 th,
.ani_s1 td {
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}
.ani_s2,
.ani_s2 div,
.ani_s2 p,
.ani_s2 span,
.ani_s2 img,
.ani_s2 ul,
.ani_s2 li,
.ani_s2 i,
.ani_s2 th,
.ani_s2 td {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.ani_s3,
.ani_s3 div,
.ani_s3 p,
.ani_s3 span,
.ani_s3 img,
.ani_s3 ul,
.ani_s3 li,
.ani_s3 i,
.ani_s3 th,
.ani_s3 td {
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
}
@media screen and (max-width: 380px) {
}