@charset "utf-8";

/* NotoSans */
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 300;
    src: 
    url(fonts/NotoSansCJKkr-Light.woff) format("woff");
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: 
    url(fonts/NotoSansCJKkr-Regular.woff) format("woff"); 
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    src: 
    url(fonts/NotoSansCJKkr-Medium.woff) format("woff"); 
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: bold;
    src: 
    url(fonts/NotoSansCJKkr-Bold.woff) format("woff");
}

/* SCDream */
@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: 100;
    src: 
    url(fonts/SCDream1-Thin.woff) format("woff");
}
@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: 200;
    src: 
    url(fonts/SCDream2-ExtraLight.woff) format("woff");
}
@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: 300;
    src: 
    url(fonts/SCDream3-Light.woff) format("woff");
}
@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: 400;
    src: 
    url(fonts/SCDream4-Regular.woff) format("woff");
}
@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: 500;
    src: 
    url(fonts/SCDream5-Medium.woff) format("woff");
}
@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: 600;
    src: 
    url(fonts/SCDream6-bold.woff) format("woff");
}
@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: bold;
    src: 
    url(fonts/SCDream6-bold.woff) format("woff");
}
@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: 700;
    src: 
    url(fonts/SCDream7-ExtraBold.woff) format("woff");
}
@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: 800;
    src: 
    url(fonts/SCDream8-Heavy.woff) format("woff");
}
@font-face {
    font-family: 'SCDream';
    font-style: normal;
    font-weight: 900;
    src: 
    url(fonts/SCDream9-Black.woff) format("woff");
}

/* ONE Mobile */
@font-face {
    font-family: 'ONE_Mobile';
    font-style: normal;
    font-weight: normal;
    src: 
    url(fonts/ONEMobile_Light.ttf) format("truetype");
}

@font-face {
    font-family: 'ONE_Mobile';
    font-style: normal;
    font-weight: 500;
    src: 
    url(fonts/ONEMobile_Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'ONE_Mobile';
    font-style: normal;
    font-weight: bold;
    src: 
    url(fonts/ONEMobile_Bold.ttf) format("truetype");
}

/* GmarketSans */
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 300;
    src: 
    url(fonts/GmarketSansTTFLight.ttf) format("truetype");
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: normal;
    src: 
    url(fonts/GmarketSansTTFMedium.ttf) format("truetype");
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: bold;
    src: 
    url(fonts/GmarketSansTTFBold.ttf) format("truetype");
}