@charset "utf-8";

/* =======================================================
   Pretendard
========================================================*/
@font-face {
 font-family: Pretendard;
    font-weight: 400;
    font-style: normal;  
    src: url('../fonts/Pretendard-Regular.woff2') format('woff2'),
         url('../fonts/Pretendard-Regular.woff') format('woff'),
         url('../fonts/Pretendard-Regular.ttf') format('truetype');
}

@font-face {
 font-family: Pretendard;
    font-weight: 700;
    font-style: normal;    
    src: url('../fonts/Pretendard-bold.woff2') format('woff2'),
         url('../fonts/Pretendard-bold.woff') format('woff'),
         url('../fonts/Pretendard-bold.ttf') format('truetype');
}

@font-face {
 font-family: Pretendard;
    font-weight: 900;
    font-style: normal;    
    src: url('../fonts/Pretendard-black.woff2') format('woff2'),
         url('../fonts/Pretendard-black.woff') format('woff'),
         url('../fonts/Pretendard-black.ttf') format('truetype');
}


/* =======================================================
    NanumGothic
========================================================*/

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NanumGothic.eot');
    src: local('NanumGothic'),
        url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NanumGothic.woff') format('woff'),
        url('../fonts/NanumGothic.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NanumGothicBold.eot');
    src: local('NanumGothic Bold'), local('NanumGothic-Bold'),
        url('../fonts/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NanumGothicBold.woff') format('woff'),
        url('../fonts/NanumGothicBold.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/NanumGothicExtraBold.eot');
    src: local('NanumGothic ExtraBold'), local('NanumGothic-ExtraBold'),
        url('../fonts/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NanumGothicExtraBold.woff') format('woff'),
        url('../fonts/NanumGothicExtraBold.ttf') format('truetype');
}


