@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
    ## font-family: 'Noto Sans KR', sans-serif;
    ## Weight Type - 6 Type
       font-weight: 100;
       font-weight: 300;
       font-weight: 400;
       font-weight: 500;
       font-weight: 700;
       font-weight: 900;
---------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../fonts/NatoSansKR/NotoSansKR-Thin.woff2') format('woff2'),
         url('../fonts/NatoSansKR/NotoSansKR-Thin.woff') format('woff'),
         url('../fonts/NatoSansKR/NotoSansKR-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../fonts/NatoSansKR/NotoSansKR-Light.woff2') format('woff2'),
         url('../fonts/NatoSansKR/NotoSansKR-Light.woff') format('woff'),
         url('../fonts/NatoSansKR/NotoSansKR-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../fonts/NatoSansKR/NotoSansKR-Regular.woff2') format('woff2'),
         url('../fonts/NatoSansKR/NotoSansKR-Regular.woff') format('woff'),
         url('../fonts/NatoSansKR/NotoSansKR-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../fonts/NatoSansKR/NotoSansKR-Medium.woff2') format('woff2'),
         url('../fonts/NatoSansKR/NotoSansKR-Medium.woff') format('woff'),
         url('../fonts/NatoSansKR/NotoSansKR-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../fonts/NatoSansKR/NotoSansKR-Bold.woff2') format('woff2'),
         url('../fonts/NatoSansKR/NotoSansKR-Bold.woff') format('woff'),
         url('../fonts/NatoSansKR/NotoSansKR-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../fonts/NatoSansKR/NotoSansKR-Black.woff2') format('woff2'),
         url('../fonts/NatoSansKR/NotoSansKR-Black.woff') format('woff'),
         url('../fonts/NatoSansKR/NotoSansKR-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}