@charset "utf-8";


/* ==========================================================================
   Base styles & Helper
   ========================================================================== */

   @import url('lib/normalize.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');

@font-face {
    font-family : 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
            }

@font-face {
    font-family : 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
            }

@font-face {
    font-family : 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
            }

   /* base */
   *{margin:0;padding:0;font-family: 'Noto Sans KR', sans-serif;}
   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 {color:#333; } 
   h1, h2, h3, h4, h5, h6, strong, b, th{font-weight:normal;}
   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{vertical-align:middle;border:0 none;}
   input, button{box-sizing:inherit;}
   hr{border-width:1px 0 0 0;}