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