@charset "euc-kr";

/* 본고딕 */
@font-face{
	font-family:'ntk2';
	font-weight:normal;
	font-style: normal;
	src:url("/font/notokr-demilight.eot");
	src:url("/font/notokr-demilight.eot?#iefix") format('embedded-opentype'),
		url("/font/notokr-demilight.woff2") format('woff2'),
		url("/font/notokr-demilight.woff") format('woff');
}


@font-face{
	font-family:'ntk';
	font-weight:400;
	font-style: normal;
	src:url("/font/notokr-regular.eot");
	src:url("/font/notokr-regular.eot?#iefix") format('embedded-opentype'),
		url("/font/notokr-regular.woff2") format('woff2'),
		url("/font/notokr-regular.woff") format('woff');
}

@font-face{
	font-family:'ntk';
	font-weight:700;
	font-style: normal;
	src:url("/font/notokr-bold.eot");
	src:url("/font/notokr-bold.eot?#iefix") format('embedded-opentype'),
		url("/font/notokr-bold.woff2") format('woff2'),
		url("/font/notokr-bold.woff") format('woff');
}


@font-face{
	font-family:'Open Sans';
	font-style: sans-serif;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

