@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat|Montserrat+Alternates|Montserrat:500');

@font-face {
	font-family: 'NotoSansKR';
	font-weight: normal;
	font-style: normal;
	src: url(/css/font/notokr-regular.eot);
	src: url(/css/font/notokr-regular.eot?#iefix) format('embedded-opentype'),
    url(/css/font/notokr-Regular.woff2) format('woff2'),
    url(/css/font/notokr-Regular.woff) format('woff'),
    url(/css/font/notokr-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'NotoSansKR-light';
	font-weight: normal;
	font-style: normal;
	src: url(/css/font/notokr-light.eot);
	src: url(/css/font/notokr-light.eot?#iefix) format('embedded-opentype'),
    url(/css/font/notokr-light.woff2) format('woff2'),
    url(/css/font/notokr-light.woff) format('woff'),
    url(/css/font/notokr-light.ttf) format('truetype');
}
/*
@font-face {
	font-family: 'Malgun Gothic';
	font-weight: normal;
	font-style: normal;
	src: url(/css/font/malgunGothic.eot);
	src: url(/css/font/malgunGothic.eot?#iefix) format('embedded-opentype'),
    url(/css/font/malgunGothic.woff2) format('woff2'),
    url(/css/font/malgunGothic.woff) format('woff'),
    url(/css/font/malgunGothic.ttf) format('truetype');
}*/