@charset "UTF-8";

/* 웹폰트 적용  */



@font-face {
	font-family: 'NanumGothic';
	src: url('../css/NanumGothic.eot');
	src: local('☺'),
		url('../css/NanumGothic.woff') format('woff'),
		url('../css/NanumGothic.ttf') format('truetype'),
		url('../css/NanumGothic.svg') format('svg');
}

@font-face {
	font-family: 'NanumGothicBold';
	src: url('../css/NanumGothicBold.eot');
	src: local('☺'),
		url('../css/NanumGothicBold.woff') format('woff'),
		url('../css/NanumGothicBold.ttf') format('truetype'),
		url('../css/NanumGothicBold.svg') format('svg');
}
