@charset"utf-8";

a { text-decoration:none; color:#313131; }
a:hover { color:#000000; }

h1,h2,h3,h4,h5,h6 { font-size:100% }

address { font-style:normal; }

@font-face{
  font-family:'NGothic';
  src:url('/font/NanumGothic.eot');
  src:local(※), url('/font/NanumGothic.woff') format('woff');
}
@font-face{
  font-family:'NGothicB';
  src:url('/font/NanumGothicBold.eot');
  src:local(※), url('/font/NanumGothicBold.woff') format('woff') ;
}
@font-face{
  font-family:'NGothicEB';
  src:url('/font/NanumGothicExtraBold.eot');
  src:local(※), url('/font/NanumGothicExtraBold.woff') format('woff') ;
}
@font-face{
  font-family:'NBGothic';
  src:url('/font/NanumBarunGothic.eot');
  src:local(※), url('/font/NanumBarunGothic.woff') format('woff') ;
}
@font-face{
  font-family:'NBGothicB';
  src:url('/font/NanumBarunGothicBold.eot');
  src:local(※), url('/font/NanumBarunGothicBold.woff') format('woff') ;
}












body{font-family:나눔고딕, NanumGothic, ng}


/* 구글 웹폰트 */




body { font:14px "NGothic" ,Gulim; }