@font-face {
    font-family: "Suit";
    src: url("/resources/fonts/SUIT-Thin.woff2") format("woff2");
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: "Suit";
    src: url("/resources/fonts/SUIT-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: "Suit";
    src: url("/resources/fonts/SUIT-Light.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "Suit";
    src: url("/resources/fonts/SUIT-Regular.woff2") format("woff2");
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "Suit";
    src: url("/resources/fonts/SUIT-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Suit";
    src: url("/resources/fonts/SUIT-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Suit";
    src: url("/resources/fonts/SUIT-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Suit";
    src: url("/resources/fonts/SUIT-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: "Suit";
    src: url("/resources/fonts/SUIT-Heavy.woff2") format("woff2");
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: "Escoredream";
    src: url("/resources/fonts/S-CoreDream-1Thin.woff") format("woff");
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: "Escoredream";
    src: url("/resources/fonts/S-CoreDream-2ExtraLight.woff") format("woff");
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: "Escoredream";
    src: url("/resources/fonts/S-CoreDream-3Light.woff") format("woff");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "S-CoreDream-5";
    src: url("/resources/fonts/S-CoreDream-4Regular.woff") format("woff");
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "S-CoreDream-5";
    src: url("/resources/fonts/S-CoreDream-5Medium.woff") format("woff");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "S-CoreDream-6";
    src: url("/resources/fonts/S-CoreDream-6Bold.woff") format("woff");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Escoredream";
    src: url("/resources/fonts/S-CoreDream-7ExtraBold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "S-CoreDream-7";
    src: url("/resources/fonts/S-CoreDream-8Heavy.woff") format("woff");
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: "Escoredream";
    src: url("/resources/fonts/S-CoreDream-9Black.woff") format("woff");
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: "HsBombaram21";
    src: url("/resources/fonts/HSBombaram21-Regular.woff2") format("woff2");
    font-weight: normal;
    font-display: swap;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
    margin: 10px 0;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled],
input[disabled] {
    cursor: not-allowed;
}

input[readonly] {
    cursor: not-allowed;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

td,
th {
    padding: 0;
}

p {
    margin: 0;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

dl {
    margin: 0;
}

dt {
    font-weight: normal;
}

dd {
    margin: 0;
}

label {
    font-weight: normal;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/* hidden */
.sr-only,
.hidden,
.accessibility {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* clear float */
.clear {
    clear: both;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* skip */
.skip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.skip a {
    position: absolute;
    display: block;
    width: 500px;
    left: 0;
    text-align: center;
    top: -10000px;
    z-index: 5000;
    font-size: 1.3em;
}

.skip a:hover,
.skip a:focus,
.skip a:active {
    position: absolute;
    top: 0;
    padding: 15px 0;
    font-weight: bold;
    color: #fff;
    background: #1d60a7;
    line-height: 1;
}

.nobg {
    background: none !important;
}

.flex-ac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}/*# sourceMappingURL=comm.css.map */