body,
html {
    width: 100%;
    font-family: Noto Sans KR, Malgun Gothic, 맑은 고딕, sans-serif;
    overflow-x: hidden
}
body {
    background-color: #13161f !important;
    color: #eee;
    margin: 0
}
html {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
a {
    color: #eee;
    background-color: transparent;
    text-decoration: none !important
}
a:active,
a:focus,
a:hover {
    color: #eee;
    outline: none;
    text-decoration: none
}
img {
    border: 0
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    outline: none !important;
    box-shadow: none !important
}
li,
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    outline: none
}