@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:'kpubB';
  src:url('../font/KoPub_Batang_Bold.eot');
  src:local(※), url('../font/KoPub_Batang_Bold.woff') format('woff') ;
}
@font-face{
  font-family:'kpubM';
  src:url('../font/KoPub_Batang_Medium.eot');
  src:local(※), url('../font/KoPub_Batang_Medium.woff') format('woff') ;
}
@font-face{
  font-family:'kpubL';
  src:url('../font/KoPub_Batang_Light.eot');
  src:local(※), url('../font/KoPub_Batang_Light.woff') format('woff') ;
}
@font-face{
  font-family:'kpubDB';
  src:url('../font/KoPub_Dotum_Bold.eot');
  src:local(※), url('../font/KoPub_Dotum_Bold.woff') format('woff') ;
}
@font-face{
  font-family:'kpubDM';
  src:url('../font/KoPub_Dotum_Medium.eot');
  src:local(※), url('../font/KoPub_Dotum_Medium.woff') format('woff') ;
}
@font-face{
  font-family:'kpubDL';
  src:url('../font/KoPub_Dotum_Light.eot');
  src:local(※), url('../font/KoPub_Dotum_Light.woff') format('woff') ;
}
body { font:14px "kpubDM", 'Dotum'; }