@charset "utf-8";
/*
font-weight : 100 -> Thin,
font-weight : 200 -> Light,
font-weight : 300 -> DemiLight,
font-weight : 400 -> Regular,
font-weight : 500 -> Medium,
font-weight : 600 -> Black,
font-weight : 700 -> Bold
*/

@font-face {
 font-family: 'Noto Sans';
 font-style: 100;
 src: url('NotoSansCJKkr-Thin.eot');
 src: url('NotoSansCJKkr-Thin.eot') format('embedded-opentype'),
 url('NotoSansCJKkr-Thin.woff') format('woff'),
 url('NotoSansCJKkr-Thin.otf') format('truetype');
}

@font-face {
 font-family: 'Noto Sans';
 font-style: 200;
 src: url('NotoSansCJKkr-Light.eot');
 src: url('NotoSansCJKkr-Light.eot') format('embedded-opentype'),
 url('NotoSansCJKkr-Light.woff') format('woff'),
 url('NotoSansCJKkr-Light.otf') format('truetype');
}

@font-face {
 font-family: 'Noto Sans';
 font-style: 300;
 src: url('NotoSansCJKkr-DemiLight.eot');
 src: url('NotoSansCJKkr-DemiLight.eot') format('embedded-opentype'),
 url('NotoSansCJKkr-DemiLight.woff') format('woff'),
 url('NotoSansCJKkr-DemiLight.otf') format('truetype');
}

@font-face {
 font-family: 'Noto Sans';
 font-style: 400;
 src: url('NotoSansCJKkr-Regular.eot');
 src: url('NotoSansCJKkr-Regular.eot') format('embedded-opentype'),
 url('NotoSansCJKkr-Regular.woff') format('woff'),
 url('NotoSansCJKkr-Regular.otf') format('truetype');
}

@font-face {
 font-family: 'Noto Sans';
 font-style: 500;
 src: url('NotoSansCJKkr-Medium.eot');
 src: url('NotoSansCJKkr-Medium.eot') format('embedded-opentype'),
 url('NotoSansCJKkr-Medium.woff') format('woff'),
 url('NotoSansCJKkr-Medium.otf') format('truetype');
}

@font-face {
 font-family: 'Noto Sans';
 font-style: 600;
 src: url('NotoSansCJKkr-Black.eot');
 src: url('NotoSansCJKkr-Black.eot') format('embedded-opentype'),
 url('NotoSansCJKkr-Black.woff') format('woff'),
 url('NotoSansCJKkr-Black.otf') format('truetype');
}

@font-face {
 font-family: 'Noto Sans';
 font-style: 700;
 src: url('NotoSansCJKkr-Bold.eot');
 src: url('NotoSansCJKkr-Bold.eot') format('embedded-opentype'),
 url('NotoSansCJKkr-Bold.woff') format('woff'),
 url('NotoSansCJKkr-Bold.otf') format('truetype');
}