@charset "utf-8";

@font-face {
    font-family: 'Nanum Gothic';
    src:url('../fonts/NanumGothic.otf') format("OpenType"),
    	url('../fonts/NanumGothic.ttf') format("TrueType");
    font-weight:600;
    font-style:normal;
}
@font-face {
    font-family: 'Nanum Gothic';
    src:url('../fonts/NanumGothicBold.otf') format("OpenType"),
    	url('../fonts/NanumGothicBold.ttf') format("TrueType");
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family: 'Nanum Gothic';
    src:url('../fonts/NanumGothicExtraBold.otf') format("OpenType"),
    	url('../fonts/NanumGothicExtraBold.ttf') format("TrueType");
    font-weight:800;
    font-style:normal;
}
@font-face {
    font-family: 'NanumSquare';
    src:url('../fonts/NanumSquareRoundR.ttf') format("TrueType");
    font-weight:600;
    font-style:normal;
}
@font-face {
    font-family: 'NanumSquare';
    src:url('../fonts/NanumSquareRoundB.ttf') format("TrueType");
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family: 'NanumSquare';
    src:url('../fonts/NanumSquareRoundEB.ttf') format("TrueType");
    font-weight:800;
    font-style:normal;
}
@font-face {
    font-family: 'NanumMyeongjo';
    src:url('../fonts/NanumMyeongjo.ttf') format("TrueType");
    font-weight:600;
    font-style:normal;
}
@font-face {
    font-family: 'NanumMyeongjo';
    src:url('../fonts/NanumMyeongjoBold.ttf') format("TrueType");
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family: 'NanumMyeongjo';
    src:url('../fonts/NanumMyeongjoExtraBold.ttf') format("TrueType");
    font-weight:800;
    font-style:normal;
}