@charset "UTF-8";


/* 노토산스 */
@font-face {
font-family: 'NotoSansKR';
font-style: normal;
font-weight: 300;
src: local('Noto Sans Light'), local('NotoSansKR-Light'), 
url(fonts/NotoSansKR-Light.eot);
src: url(fonts/NotoSansKR-Light.eot?#iefix) format('embedded-opentype'),
url(fonts/NotoSansKR-Light.woff2) format('woff2'),
url(/fonts/NotoSansKR-Light.woff) format('woff');;
}
@font-face {
font-family: 'NotoSansKR';
font-style: normal;
font-weight: 400;
src: local('Noto Sans DemiLight'), local('NotoSansKR-DemiLight'), 
url(fonts//NotoSansKR-DemiLight.eot);
src: url(fonts/NotoSansKR-DemiLight.eot?#iefix) format('embedded-opentype'),
url(fonts/NotoSansKR-DemiLight.woff2) format('woff2'),
url(fonts/NotoSansKR-DemiLight.woff) format('woff');
}
@font-face {
font-family: 'NotoSansKR';
font-style: normal;
font-weight: 500;
src: local('Noto Sans Regular'), local('NotoSansKR-Regular'), 
url(fonts/NotoSansKR-Regular.eot);
src: url(fonts/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
url(fonts/NotoSansKR-Regular.woff2) format('woff2'),
url(fonts/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
font-family: 'NotoSansKR';
font-style: normal;
font-weight: 600;
src: local('Noto Sans Medium'), local('NotoSansKR-Medium'),
url(fonts/NotoSansKR-Medium.eot);
src: url(fonts/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
url(fonts/NotoSansKR-Medium.woff2) format('woff2'),
url(fonts/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
font-family: 'NotoSansKR';
font-style: normal;
font-weight: 700;
src: local('Noto Sans Bold'), local('NotoSansKR-Bold'),
url(fonts/NotoSansKR-Bold.eot);
src: url(fonts/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
url(fonts/NotoSansKR-Bold.woff2) format('woff2'),
url(fonts/NotoSansKR-Bold.woff) format('woff');
}
/* -------------- */

/* 오픈산스 */
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: local(''),        
        url(fonts/OpenSans-Regular.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
 }
