@charset "utf-8";


/* ==========================================================================
   Base styles & Helper
   ========================================================================== */

   @import url('lib/normalize.css');
   /* 20161212 bugso
   @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
   */

   /* base */
   *{margin:0;padding:0;}
   img{border:0;}
   .blind{display:none;}
   h1, h2, h3, h4, h5, h6, fieldset,ul, ol, dl, dt, dd, p, button, figure{margin:0;padding:0;}
   html{}
   /* 20161212 bugso
   body {font-family :"Nanum Gothic","나눔 고딕","Dotum","돋움",sans-serif; color:#333; } 
   h1, h2, h3, h4, h5, h6, strong, b, th{font-weight:bold;font-family :"Nanum Gothic","나눔 고딕","Dotum","돋움",sans-serif;}
   */
   body {letter-spacing:-1px; font-family:'맑은 고딕',Malgun Gothic,'돋움',Dotum,sans-serif; color:#333; }
   h1, h2, h3, h4, h5, h6, strong, b, th{font-weight:bold;letter-spacing:-1px; font:'맑은 고딕',Malgun Gothic,'돋움',Dotum,sans-serif;}
   legend, caption{width:0;height:0;visibility:hidden;font-size:0;line-height:0;}
   a{font-style:normal;text-decoration:none;color:#333;}
   fieldset, button{background:none;border:0px;}
   li{list-style:none;}

   table{width:100%;border-collapse:collapse;}
   iframe{width:100%;vertical-align:middle;border:0 none;}
   input, button{box-sizing:inherit;}
   hr{border-width:1px 0 0 0;}