/*
* Google Noto Fonts (https://www.google.com/get/noto/)
* SIL Open Font License (OFL)
* Version 1.1 - 26 February 2007 
*/

@font-face {
	font-family: 'Noto Sans KR';    
	font-style: normal;    
	font-weight: 900;
	src: local('Noto Sans KR Black'), local('Noto Sans KR Black'),
	url('/css/webFonts/notoSans/notokr-black.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css/webFonts/notoSans/notokr-black.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Noto Sans KR';    
	font-style: normal;    
	font-weight: 700;
	src: local('Noto Sans KR Bold'), local('Noto Sans KR Bold'),
	url('/css/webFonts/notoSans/notokr-bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css/webFonts/notoSans/notokr-bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Noto Sans KR';    
	font-style: normal;    
	font-weight: 500;
	src: local('Noto Sans KR Medium'), local('Noto Sans KR Medium'),
	url('/css/webFonts/notoSans/notokr-medium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css/webFonts/notoSans/notokr-medium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Noto Sans KR';    
	font-style: normal;    
	font-weight: 400;
	src: local('Noto Sans KR Regular'), local('Noto Sans KR Regular'),
	url('/css/webFonts/notoSans/notokr-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css/webFonts/notoSans/notokr-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Noto Sans KR';    
	font-style: normal;    
	font-weight: 300;
	src: local('Noto Sans KR Light'), local('Noto Sans KR Light'),
	url('/css/webFonts/notoSans/notokr-light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css/webFonts/notoSans/notokr-light.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Noto Sans KR';    
	font-style: normal;    
	font-weight: 100;
	src: local('Noto Sans KR Thin'), local('Noto Sans KR Thin'),
	url('/css/webFonts/notoSans/notokr-thin.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css/webFonts/notoSans/notokr-thin.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}