@font-face {
    font-family:"NanumSquareNeo-bold";
    src: url(../font/NanumSquareNeoOTF-eHv.otf) format("opentype");
}

@font-face {
    font-family:"NanumSquareNeo";
    src: url(../font/NanumSquareNeoOTF-aLt.otf) format("opentype");
}

@font-face {
    font-family: "abster";
    src: url(../font/abster-webfont.woff) format("woff");
}

@font-face {
    font-family:"GmarketSansBold";
    src: url(../font/GmarketSansBold.otf) format("opentype");
}

@font-face {
    font-family:"GmarketSansMedium";
    src: url(../font/GmarketSansMedium.otf) format("opentype");
}

@font-face {
    font-family:"GmarketSansLight";
    src: url(../font/GmarketSansLight.otf) format("opentype");
}

*{
    font-family: Sandoll GothicNeo1 TTF;
    font-weight: 200;
}

html{font-size: 20px;}
body{font-size: 1rem;
background-color: #222;
color: white;
overflow-x: hidden;
max-width: 100%;
margin: 0;}

::-webkit-scrollbar {
    display: none;
}