@charset "utf-8";

/* Noto */
@font-face{
    font-family : 'Noto';
    font-weight : 300;
    src : url("../font/noto-sans-kr-v13-latin_korean-300.woff2") format('woff2'),
    url("../font/noto-sans-kr-v13-latin_korean-300.woff") format('woff');
}
@font-face{
    font-family : 'Noto';
    font-weight : 400;
    src : url("../font/noto-sans-kr-v13-latin_korean-regular.woff2") format('woff2'),
    url("../font/noto-sans-kr-v13-latin_korean-regular.woff") format('woff');
}
@font-face{
    font-family : 'Noto';
    font-weight : 500;
    src : url("../font/noto-sans-kr-v13-latin_korean-500.woff2") format('woff2'),
    url("../font/noto-sans-kr-v13-latin_korean-500.woff") format('woff');
}

/* NotoCJK */
@font-face{
    font-family : 'NotoCJK';
    font-weight : 300;
    src : url("../font/NotoSansCJKkr-Light.woff2") format('woff2'),
    url("../font/NotoSansCJKkr-Light.woff") format('woff');
}
@font-face{
    font-family : 'NotoCJK';
    font-weight : 400;
    src : url("../font/NotoSansCJKkr-Regular.woff2") format('woff2'),
    url("../font/NotoSansCJKkr-Regular.woff") format('woff');
}

/* Score */
@font-face{
    font-family : 'Score';
    font-weight : 100;
    src : url("../font/S-CoreDream-1Thin.woff") format('woff');
}
@font-face{
    font-family : 'Score';
    font-weight : 200;
    src : url("../font/S-CoreDream-2ExtraLight.woff") format('woff');
}
@font-face{
    font-family : 'Score';
    font-weight : 300;
    src : url("../font/S-CoreDream-3Light.woff") format('woff');
}
@font-face{
    font-family : 'Score';
    font-weight : 400;
    src : url("../font/S-CoreDream-4Regular.woff") format('woff');
}
@font-face{
    font-family : 'Score';
    font-weight : 500;
    src : url("../font/S-CoreDream-5Medium.woff") format('woff');
}
@font-face{
    font-family : 'Score';
    font-weight : 600;
    src : url("../font/S-CoreDream-6Bold.woff") format('woff');
}
@font-face{
    font-family : 'Score';
    font-weight : 700;
    src : url("../font/S-CoreDream-7ExtraBold.woff") format('woff');
}
@font-face{
    font-family : 'Score';
    font-weight : 800;
    src : url("../font/S-CoreDream-8Heavy.woff") format('woff');
}

/* 나눔명조 */
@font-face{
    font-family : 'NanumMyeongjo';
    font-weight : 400;
    src : url("../font/NanumMyeongjo.woff") format('woff');
}
@font-face{
    font-family : 'NanumMyeongjo';
    font-weight : 600;
    src : url("../font/NanumMyeongjoBold.woff") format('woff');
}
@font-face{
    font-family : 'NanumMyeongjo';
    font-weight : 700;
    src : url("../font/NanumMyeongjoExtraBold.woff") format('woff');
}


/* Montserrat */
@font-face{
    font-family : 'Montserrat';
    font-weight : 600;
    src : url("../font/Montserrat-Bold.woff") format('woff');
}