@charset "utf-8";

a { text-decoration:none; color:#999; }
a:hover { color:#666; }

h1,h2,h3,h4,h5,h6 { font-size:100%; }
address,strong{font-style:normal; font-weight:normal; }


@font-face{
    font-family:ng;
    src:url(../font/NanumGothic.eot);
	/*src:url(../font/NanumGothic.woff);*/
    src:url(../font/NanumGothic.eot) format('eot'),
	    url(../font/NanumGothic.woff) format('woff'),
        local(*);
}
@font-face{
    font-family:ngb;
    src:url(../font/NanumGothicExtraBold.eot);
	/*src:url(../font/NanumGothicExtraBold.woff);*/
    src:url(../font/NanumGothicExtraBold.eot) format('eot'),
        url(../font/NanumGothicExtraBold.woff) format('woff'),
        local(*);
}

 body { font-family:ng,'µ¸¿ò',dotum,Helvetica,sans-serif;font-size:12px;}