@charset "utf-8";

@font-face {
    font-family: "NanumGothic";
    src: url(../nanum-gothic/NanumGothicLight.otf) format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: "NanumGothic";
    src: url(../nanum-gothic/NanumGothic.otf) format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: "NanumGothic";
    src: url(../nanum-gothic/NanumGothicBold.otf) format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: "NanumGothic";
    src: url(../nanum-gothic/NanumGothicExtraBold.otf) format('opentype');
    font-weight: 800;
}

