@charset "UTF-8";

/* font */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

/* NotoSansKR : FONT */
@font-face{
    font-family:'NotoSansKR';
    font-weight:200;
    font-style:normal;
    src:url(../font/NotoSansKR-Thin.woff2) format('woff2'),
        url(../font/NotoSansKR-Thin.woff) format('woff');
}
@font-face{
    font-family:'NotoSansKR';
    font-weight:300;
    font-style:normal;
    src:url(../font/NotoSansKR-Light.woff2) format('woff2'),
        url(../font/NotoSansKR-Light.woff) format('woff');
}
@font-face{
    font-family:'NotoSansKR';
    font-weight:400;
    font-style:normal;
    src:url(../font/NotoSansKR-Regular.woff2) format('woff2'),
        url(../font/NotoSansKR-Regular.woff) format('woff');
}
@font-face{
    font-family:'NotoSansKR';
    font-weight:500;
    font-style:normal;
    src:url(../font/NotoSansKR-Medium.woff2) format('woff2'),
        url(../font/NotoSansKR-Medium.woff) format('woff');
}
@font-face{
    font-family:'NotoSansKR';
    font-weight:600;
    font-style:normal;
    src:url(../font/NotoSansKR-Bold.woff2) format('woff2'),
        url(../font/NotoSansKR-Bold.woff) format('woff');
}
@font-face{
    font-family:'NotoSansKR';
    font-weight:700;
    font-style:normal;
    src:url(../font/NotoSansKR-Black.woff2) format('woff2'),
        url(../font/NotoSansKR-Black.woff) format('woff');
}

/* Scoredream : FONT */
@font-face{
    font-family:'Scoredream';
    font-weight:200;
    font-style:normal;
    src:url(../font/S-CoreDream-2ExtraLight.woff2) format('woff2'),
        url(../font/S-CoreDream-2ExtraLight.woff) format('woff');
}
@font-face{
    font-family:'Scoredream';
    font-weight:300;
    font-style:normal;
    src:url(../font/S-CoreDream-2ExtraLight.woff2) format('woff2'),
        url(../font/S-CoreDream-2ExtraLight.woff) format('woff');
}
@font-face{
    font-family:'Scoredream';
    font-weight:400;
    font-style:normal;
    src:url(../font/S-CoreDream-4Regular.woff2) format('woff2'),
        url(../font/S-CoreDream-4Regular.woff) format('woff');
}
@font-face{
    font-family:'Scoredream';
    font-weight:500;
    font-style:normal;
    src:url(../font/S-CoreDream-5Medium.woff2) format('woff2'),
        url(../font/S-CoreDream-5Medium.woff) format('woff');
}
@font-face{
    font-family:'Scoredream';
    font-weight:600;
    font-style:normal;
    src:url(../font/S-CoreDream-6Bold.woff2) format('woff2'),
        url(../font/S-CoreDream-6Bold.woff) format('woff');
}
@font-face{
    font-family:'Scoredream';
    font-weight:700;
    font-style:normal;
    src:url(../font/S-CoreDream-7ExtraBold.woff2) format('woff2'),
        url(../font/S-CoreDream-7ExtraBold.woff) format('woff');
}
@font-face{
    font-family:'Scoredream';
    font-weight:800;
    font-style:normal;
    src:url(../font/S-CoreDream-8Heavy.woff2) format('woff2'),
        url(../font/S-CoreDream-8Heavy.woff) format('woff');
}

/* GmarketSans : FONT */
@font-face {
	font-family:'GmarketSans';
    font-weight:700;
    font-style:normal;
	src:url('../font/GmarketSansBold.woff2') format('woff2'),
	url('../font/GmarketSansBold.woff') format('woff');
}
@font-face {
	font-family:'GmarketSans';
    font-weight:500;
    font-style:normal;
	src:url('../font/GmarketSansMedium.woff2') format('woff2'),
	url('../font/GmarketSansMedium.woff') format('woff');
}
@font-face {
	font-family:'GmarketSans';
    font-weight:300;
    font-style:normal;
	src:url('../font/GmarketSansLight.woff2') format('woff2'),
	url('../font/GmarketSansLight.woff') format('woff');
}