@font-face { 
	font-family: 'NanumBarunGothic';
	font-style: normal;
	font-weight: 400;
	src: local('NanumBarunGothic'), local('NanumBarunGothicRegular'), local('NanumBarunGothic-Regular'), local('NanumBarunGothic Regular');
	src: url('/css/common/fonts/NanumBarunGothic.eot');
	src: url('/css/common/fonts/NanumBarunGothic.eot') format('embedded-opentype'),
	url('/css/common/fonts/NanumBarunGothic.woff') format('woff'),
	url('/css/common/fonts/NanumBarunGothic.ttf') format('truetype');
}

@font-face {
	font-family: 'NanumBarunGothic';
	font-style: normal;
	font-weight: 700;
	src: local('NanumBarunGothicBold'), local('NanumBarunGothic-Bold'), local('NanumBarunGothic Bold');
	src: url('/css/common/fonts/NanumBarunGothicBold.eot');
	src: url('/css/common/fonts/NanumBarunGothicBold.eot') format('embedded-opentype'),
	url('/css/common/fonts/NanumBarunGothicBold.woff') format('woff'),
	url('/css/common/fonts/NanumBarunGothicBold.ttf') format('truetype');
}