@charset "utf-8";

@font-face {
	font-family: 'Noto Sans KR Light';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/woff/NotoSansKR-Light.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans KR Regular';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/eot/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/woff/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans KR Medium';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/woff/NotoSansKR-Medium.woff') format('woff');
}
@font-face {
   font-family: 'Noto Sans KR Bold';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/eot/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/woff/NotoSansKR-Bold.woff') format('woff');
}