/****************************************************************
 * Webfont 정의
 */
@font-face {
    font-family: NanumSquareL;
    src: url("/_webfonts/NanumSquareL.otf") format("opentype");
}
@font-face {
    font-family: NanumSquareR;
    src: url("/_webfonts/NanumSquareR.otf") format("opentype");
}
@font-face {
    font-family: NanumSquareB;
    src: url("/_webfonts/NanumSquareB.otf") format("opentype");
}
@font-face {
    font-family: NanumSquareEB;
    src: url("/_webfonts/NanumSquareEB.otf") format("opentype");
}
@font-face {
    font-family: TmonMonsori;
    src: url("/_webfonts/TmonMonsori.otf.otf") format("opentype");
}

/****************************************************************
 * 초기화
 */
* {
    box-sizing: border-box;
}
html {
    font-size: 16px;
}
body {
    margin: 0;
    font-family: NanumSquareR;
    letter-spacing: -0.5px;
}

/****************************************************************
 * keyframes 정의
 */


/****************************************************************
 * 페이지 up & down 버튼
 */
#up-btn {
    cursor: pointer;
}
#down-btn {
    cursor: pointer;
}