@charset "utf-8";

/* 나눔 스퀘어체 */
@font-face {
font-family: 'nsr';	
font-weight: normal;
font-style: normal;
 src: url('nanum_square_r.eot');
 src: url('nanum_square_r.eot?#iefix') format('embedded-opentype'), 
       url('font/nanum_square_r.woff') format('woff');
}

@font-face {
font-family: 'nsr';	
font-weight:600;
font-style: normal;
 src: url('nanum_square_b.eot');
 src: url('nanum_square_b.eot?#iefix') format('embedded-opentype'), 
       url('nanum_square_b.woff') format('woff');
}



/* 본고딕 */
@font-face{
	font-family:'ntk';
	font-weight:normal;
	font-style: normal;
	src:url("notokr-demilight.eot");
	src:url("notokr-demilight.eot?#iefix") format('embedded-opentype'),
		url("notokr-demilight.woff2") format('woff2'),
		url("notokr-demilight.woff") format('woff');
}


@font-face{
	font-family:'ntk';
	font-weight:400;
	font-style: normal;
	src:url("notokr-regular.eot");
	src:url("notokr-regular.eot?#iefix") format('embedded-opentype'),
		url("notokr-regular.woff2") format('woff2'),
		url("notokr-regular.woff") format('woff');
}

@font-face{
	font-family:'ntk';
	font-weight:700;
	font-style: normal;
	src:url("notokr-bold.eot");
	src:url("notokr-bold.eot?#iefix") format('embedded-opentype'),
		url("notokr-bold.woff2") format('woff2'),
		url("notokr-bold.woff") format('woff');
}