@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');

@font-face {
    font-family: 'NanumGothic';
    src: url('NanumGothic.eot'); /* IE 호환성 보기 */
    src: url('NanumGothic.eot?#iefix') format('embedded-opentype'), /* IE 6 ~ 8 */
        url('NanumGothic.woff2') format('woff2'), /* WOFF2 지원 브라우저 */
        url('NanumGothic.woff') format('woff'), /* 모던 브라우저 */
        url('NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumGothic';
    src: url('NanumGothicLight.eot'); /* IE 호환성 보기 */
    src: url('NanumGothicLight.eot?#iefix') format('embedded-opentype'), /* IE 6 ~ 8 */
        url('NanumGothicLight.woff2') format('woff2'), /* WOFF2 지원 브라우저 */
        url('NanumGothicLight.woff') format('woff'), /* 모던 브라우저 */
        url('NanumGothicLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NanumGothic';
    src: url('NanumGothicBold.eot'); /* IE 호환성 보기 */
    src: url('NanumGothicBold.eot?#iefix') format('embedded-opentype'), /* IE 6 ~ 8 */
        url('NanumGothicBold.woff2') format('woff2'), /* WOFF2 지원 브라우저 */
        url('NanumGothicBold.woff') format('woff'), /* 모던 브라우저 */
        url('NanumGothicBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NanumGothicExtraBold';
    src: url('NanumGothicExtraBold.eot'); /* IE 호환성 보기 */
    src: url('NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'), /* IE 6 ~ 8 */
        url('NanumGothicExtraBold.woff2') format('woff2'), /* WOFF2 지원 브라우저 */
        url('NanumGothicExtraBold.woff') format('woff'), /* 모던 브라우저 */
        url('NanumGothicExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}