/* 
Reset CSS
Copyright @ Uhm Yong Sung
2014/01/17
reset.css
*/

/* NanumGothic WebFont -Free License- */
/*
@import url('http://api.mobilis.co.kr/webfonts/css/?fontface=NanumGothicWeb');
*/

* {margin:0; padding:0; border:0; outline:0; vertical-align:top; font-weight:normal; font-size:12px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
ul,li,ol,dl,dt,dd {list-style:none;}
img, video {max-width:100%;}
a {text-decoration:none; color:#000;}
table {border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
body {font-size:100%; line-height:1;}
label {cursor:pointer;}
legend,hr,caption {display:block; overflow:hidden; position:absolute; top:0; left:-1000em;}
i,em,address {font-style:normal; font-weight:normal;}