@charset "euc-kr";




html,
body,
input,
mark,
textarea,
button,
select,
pre,
*
{
	font-family: "nanumgothic",dotum,"µ¸¿ò",Verdana,Geneva,sans-serif;
}
h1,h2,h3,h4,h5,h6,strong,
#headTitle{
	font-weight: 600;
	font-family: "nanumgothic",dotum,"µ¸¿ò",Verdana,Geneva,sans-serif;
}

strong, b{
	font-weight: bold;
}

#body_enter .MainPageWrap.nentFontType *{
	font-family: "Malgun Gothic",¸¼Àº°íµñ,"nanumgothic",dotum,"µ¸¿ò";
}

/*

@font-face {
	font-family:'nanumgothic';
	src:url('font/NanumGothic-Regular.eot');
	src: url('font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
			url('font/NanumGothic-Regular.woff2') format('woff2'),
			url('font/NanumGothic-Regular.woff') format('woff'), 
			url('font/NanumGothic-Regular.ttf') format('truetype');
	font-style:normal; 
	font-weight: 400;
}

@font-face {
	font-family:'nanumgothic';
	src:url('font/NanumGothic-Bold.eot');
	src: url('font/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
			url('font/NanumGothic-Bold.woff2') format('woff2'),
			url('font/NanumGothic-Bold.woff') format('woff'), 
			url('font/NanumGothic-Bold.ttf') format('truetype');
	font-style:normal; 
	font-weight: 600;
}


@media screen and (-webkit-min-device-pixel-ratio:0){
	html,body{
		font-family: "NanumGothic",dotum,Verdana,Geneva,sans-serif;
	}
}

*/