@charset "utf-8";


/* ==========================================================================
   Base styles & Helper
   ========================================================================== */

   @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
   @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
   @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

   /* 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{}
   body {font-family:'nanumgothic', '나눔 고딕','Noto Sans KR',"Dotum","돋움",sans-serif; font-size: 14px; line-height: 1.5; color:#757575; word-break:break-all;} 
   h1, h2, h3, h4, h5, h6, strong, b, th{font-weight:bold;font-family :'nanumgothic', '나눔 고딕','Noto Sans KR',"Dotum","돋움",sans-serif;}
   legend, caption{
      width:0;
      height:0;
      visibility:hidden;
      font-size:0;
      line-height:0;
   }
   p{margin: 0 0 18px;}
   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{vertical-align:middle;border:0 none;}
   input, button{box-sizing:inherit;}
   hr{border-width:1px 0 0 0;}