/*
* Nanum Gothic (https://hangeul.naver.com/)
* SIL OPEN FONT LICENSE
* Version 1.1 - 26 February 2007 
*/

@font-face {
	font-family: 'Nanum Gothic';    
	font-style: normal;    
	font-weight: 700;
	src: local('NanumGothic Bold'), local('NanumGothic Bold'),
	url('/css/webFonts/nanumGothic/NanumGothicBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css/webFonts/nanumGothic/NanumGothicBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Nanum Gothic';    
	font-style: normal;    
	font-weight: 400;
	src: local('NanumGothic'), local('NanumGothic'),
	url('/css/webFonts/nanumGothic/NanumGothic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css/webFonts/nanumGothic/NanumGothic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}