@charset "euc-kr";

a { text-decoration:none; color:#999; }
a:hover { color:#666; }

h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }


   @font-face{font-family:'NGothic'; src:url('../font/NanumGothic.woff') format('woff'); }
   @font-face{font-family:'NGothicB'; src:url('../font/NanumGothicBold.woff') format('woff'); }
   @font-face{font-family:'NGothicEB'; src:url('../font/NanumGothicExtraBold.woff') format('woff'); }

@font-face {
    font-family:NotoSans;
    font-weight:normal;
    src:url('../font/NotoSansKR-Light.woff') format('woff');
}

@font-face {
    font-family:NotoSans;
    font-weight:bold;
    src:url('../font/NotoSansKR-Regular.woff') format('woff');
}

@font-face {
    font-family:NotoSans;
    font-weight:800;
    src:url('../font/NotoSansKR-Medium.woff') format('woff');
}


 body { font:12px "NGothic","³ª´®°íµñ"; color:#999; }