@charset "utf-8";
/* CSS Document */

@font-face{
 font-family:'Nanum Gothic';
 font-style: normal;
 font-weight: 400;
 src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
 src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
      url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
      url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}

*{margin:0; padding:0;}
body{font-family: 'NanumGothic', sans-serif; font-size:12px; line-height:18px; color:#1a1a1a; font-weight:400;}
a:link, a:active, a:hover, a:visited{ color:#1a1a1a; text-decoration:none;}
img{ border:none;}
ul{list-style:none;}
