@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------------- */
/* font */
@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 100;
    src: local('※'),
        url('../font/NanumGothicL.woff2') format('woff2'), 
        url('../font/NanumGothicL.woff') format('woff'),
        url('../font/NanumGothicL.otf') format('otf');
}

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 400;
    src: local('※'),
        url('../font/NanumGothicR.woff2') format('woff2'), 
        url('../font/NanumGothicR.woff') format('woff'),
        url('../font/NanumGothicR.otf') format('otf');
}

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 700;
    src: local('※'),
        url('../font/NanumGothicB.woff2') format('woff2'), 
        url('../font/NanumGothicB.woff') format('woff'),
        url('../font/NanumGothicB.otf') format('otf');
}

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 900;
    src: local('※'),
        url('../font/NanumGothicEB.woff2') format('woff2'), 
        url('../font/NanumGothicEB.woff') format('woff'),
        url('../font/NanumGothicEB.otf') format('otf');
}