/*
@font-face {
  font-family: 'NBG UltraLight';
  font-style: normal;
  font-weight: 200;
  src: url(/font/NanumBarunGothicUltraLight.eot);
  src: url(/font/NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumBarunGothicUltraLight.woff) format('woff'),
       url(/font/NanumBarunGothicUltraLight.ttf) format('truetype');
	   
}

@font-face {
	font-family: 'NBG Light';
	font-style: normal;
	font-weight: 300;
	src:url(/font/NanumBarunGothicLight.eot);
	src:url(/font/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
		url(/font/NanumBarunGothicLight.woff) format('woff'),
		url(/font/NanumBarunGothicLight.ttf) format('truetype');
	src:local(※), url('/fonts/NanumBarunGothicLight.woff') format('woff');
}
*/

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 400;
	src:url(/fonts/NanumGothic.eot);
	src:local(“※”);
	src:url(/fonts/NanumGothic.eot?#iefix) format('embedded-opentype'),
		url(/fonts/NanumGothic.woff2) format('woff2'),
		url(/fonts/NanumGothic.woff) format('woff'),
		url(/fonts/NanumGothic.ttf) format('truetype');
	src:local(※), url('/fonts/NanumGothic.woff') format('woff');
}
@font-face {
	font-family: 'NanumGothicBold';
	font-style: normal;
	font-weight: 700;
	src:url(/fonts/NanumGothicBold.eot);
	src:url(/fonts/NanumGothicBold.eot?#iefix) format('embedded-opentype'),
		url(/fonts/NanumGothicBold.woff2) format('woff2'),
		url(/fonts/NanumGothicBold.woff) format('woff'),
		url(/fonts/NanumGothicBold.ttf) format('truetype');
	src:local(※), url('/fonts/NanumGothicBold.woff') format('woff');
}