@charset "utf-8";

@import url('/css/font/loto.css');
@import url('/css/font/noto-sans-kr.css');
@import url('/css/font/spoqa-han-sans-neo.css');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.cdnfonts.com/css/ethnocentric');

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    word-break: keep-all;
}

#app {
    /* width: 100%;
  height: 100%; */
    width: 1920px;
    height: 1080px;
}

#wrap {
    width: 100%;
    height: 100%;
    background-color: #161b27;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    margin: 0 auto;
    width: 1920px;
    height: 1080px;
    overflow-x: auto;
    overflow: hidden;
    font-family: 'SpoqaHanSansNeo-Regular', sans-serif;
    background-color: #161b27;
    word-break: keep-all;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    background: none;
    word-break: keep-all;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
    color: #fff;
    font-family: 'SpoqaHanSansNeo-Regular', sans-serif;
    word-break: keep-all;
}

button:hover,
select:hover {
    cursor: pointer;
}