@charset "utf-8";

/*Montserrat
굵기 이슈로 한단계씩 낮춤(300->200, 400->300)
*/
@font-face {
    font-family: 'Montserrat';/*ExtraLight*/
	font-style: normal;
	font-weight: 100;
    src: url(../fonts/Montserrat-ExtraLight.eot);
    src: local('☺'),
        url(../fonts/Montserrat-ExtraLight.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Montserrat-ExtraLight.woff) format('woff'),
        url(../fonts/Montserrat-ExtraLight.otf) format('opentype');
}
@font-face {
    font-family: 'Montserrat';/*Light*/
	font-style: normal;
	font-weight: 200;
    src: url(../fonts/Montserrat-Light.eot);
    src: local('☺'),
        url(../fonts/Montserrat-Light.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Montserrat-Light.woff) format('woff'),
        url(../fonts/Montserrat-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Montserrat';/*Regular*/
	font-style: normal;
	font-weight: 300;
    src: url(../fonts/Montserrat-Regular.eot);
    src: local('☺'),
        url(../fonts/Montserrat-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Montserrat-Regular.woff) format('woff'),
        url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';/*Medium*/
	font-style: normal;
	font-weight: 400;
    src: url(../fonts/Montserrat-Medium.eot);
    src: local('☺'),
        url(../fonts/Montserrat-Medium.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Montserrat-Medium.woff) format('woff'),
        url(../fonts/Montserrat-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';/*SemiBold*/
	font-style: normal;
	font-weight: 500;
    src: url(../fonts/Montserrat-SemiBold.eot);
    src: local('☺'),
        url(../fonts/Montserrat-SemiBold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Montserrat-SemiBold.woff) format('woff'),
        url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';/*Bold*/
	font-style: normal;
	font-weight: 800;
    src: url(../fonts/Montserrat-Bold.eot);
    src: local('☺'),
        url(../fonts/Montserrat-Bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Montserrat-Bold.woff) format('woff'),
        url(../fonts/Montserrat-Bold.ttf) format('truetype');
}

/*Noto Sans KR
/theme/basic/head.sub.php (include)
*/


