@charset "utf-8";

@font-face{
  font-family:"Nanum";
  src:url(../fonts/NanumFontSetup_OTF_SQUARE/NanumSquareR.otf);
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:"Nanum";
  src:url(../fonts/NanumFontSetup_OTF_SQUARE/NanumSquareB.otf);
  font-weight:600;
  font-style:normal;
}
@font-face{
  font-family:"Nanum";
  src:url(../fonts/NanumFontSetup_OTF_SQUARE/NanumSquareEB.otf);
  font-weight:bold;
  font-style:normal;
}

*{margin:0px; padding:0px;}
ul, li, ol{list-style:none;}
a{
  color:#333;
  font-size:12px;
  text-decoration:none;
}
body{
  font-family:'Nanum',arial, 'sans-serif';
  font-size:12px;
  color:#333;
  background-color:#ffffff;
  overflow-x:hidden;
} 