/*web font*/
@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/NanumGothic-Regular.eot);
    src: local("Nanum Gothic Regular"), 
            local("NanumGothicR"), 
            local("NanumGothic"), 
            local("나눔고딕"),
            url(/assets/fonts/NanumGothic-Regular.eot?#iefix) format("embedded-opentype"),
            url(/assets/fonts/NanumGothic-Regular.woff2) format("woff2"),
            url(/assets/fonts/NanumGothic-Regular.woff) format("woff"),
            url(/assets/fonts/NanumGothic-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 600;
    src: url(/assets/fonts/NanumGothic-Bold.eot);
    src: local("Nanum Gothic Bold"), 
            local("NanumGothicB"),
            local("NanumGothic"), 
            local("나눔고딕"), 
            url(/assets/fonts/NanumGothic-Bold.eot?#iefix) format("embedded-opentype"), 
            url(/assets/fonts/NanumGothic-Bold.woff2) format("woff2"), 
            url(/assets/fonts/NanumGothic-Bold.woff) format("woff"), 
            url(/assets/fonts/NanumGothic-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/NanumSquareR.eot);
    src: local("Nanum Square Regular"), 
            local("NanumSquareR"), 
            local("NanumSquare"),
            local("나눔스퀘어"),
            url(/assets/fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"),
            url(/assets/fonts/NanumSquareR.woff2) format("woff2"),
            url(/assets/fonts/NanumSquareR.woff) format("woff"),
            url(/assets/fonts/NanumSquareR.ttf) format("truetype");
}