/* 본고딕 한글 최적화 글꼴 */

@font-face {
	font-family: 'webfont';
		font-style: normal;
		font-weight: 300;
		src: local('Noto Sans Light'), local('NotoSans-Light'),
		url("../fonts/NotoSansKR-Light.eot"),
		url("../fonts/NotoSansKR-Light.eot?#iefix") format('embedded-opentype'),
		url("../fonts/NotoSansKR-Light.woff") format('woff'),
		url("../fonts/NotoSansKR-Light.otf") format('opentype');
}

@font-face {
	font-family: 'webfont';
		font-style: normal;
		font-weight: 400;
		src: local('Noto Sans Regular'), local('NotoSans-Regular'),
		url("../fonts/NotoSansKR-Regular.eot"),
		url("../fonts/NotoSansKR-Regular.eot?#iefix") format('embedded-opentype'),
		url("../fonts/NotoSansKR-Regular.woff") format('woff'),
		url("../fonts/NotoSansKR-Regular.otf") format('opentype');
}

@font-face {
	font-family: 'webfont';
		font-style: normal;
		font-weight: 500;
		src: local('Noto Sans Medium'), local('NotoSans-Medium'),
		url("../fonts/NotoSansKR-Medium.eot"),
		url("../fonts/NotoSansKR-Medium.eot?#iefix") format('embedded-opentype'),
		url("../fonts/NotoSansKR-Medium.woff") format('woff'),
		url("../fonts/NotoSansKR-Medium.otf") format('opentype');
}

@font-face {
	font-family: 'webfont';
		font-style: normal;
		font-weight: 600;
		src: local('Noto Sans Bold'), local('NotoSans-Bold'),
		url("../fonts/NotoSansKR-Bold.eot"),
		url("../fonts/NotoSansKR-Bold.eot?#iefix") format('embedded-opentype'),
		url("../fonts/NotoSansKR-Bold.woff") format('woff'),
		url("../fonts/NotoSansKR-Bold.otf") format('opentype');
}

@font-face {
	font-family: 'webfont';
		font-style: normal;
		font-weight: 700;
		src: local('Noto Sans Black'), local('NotoSans-Black'),
		url("../fonts/NotoSansKR-Black.eot"),
		url("../fonts/NotoSansKR-Black.eot?#iefix") format('embedded-opentype'),
		url("../fonts/NotoSansKR-Black.woff") format('woff'),
		url("../fonts/NotoSansKR-Black.otf") format('opentype');
}