@charset "utf-8";
@import url(http://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
*{margin:0; padding:0;}
html { overflow-y:scroll; }
header, footer, nav, section, article, aside{display:block;}
body{font-family: 'Spoqa Han Sans', 'Sans-serif'; font-size:12px; color:#2f2f2f; background:#f3f3f3;}
a{color:#121212; text-decoration:none;}
img{border:0;}
ul{list-style:none;}
.hide{position:absolute; left:-9999px; overflow:hidden; width:1px; height:1px; line-height:1px; font-size:1px;}

/*clearfix*/
.cf{}
.cf:after{content:""; display:block; clear:both;}
