@charset 'utf-8';
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*{margin:0; padding:0;}
html, body{
 margin:0;
 padding:0;
 width:100%;
 font-family:'Nanum Gothic', 'Nanumgothic';
 font-size:12px;
 color:#5d6367;
 line-height:18px;
}
div, ul, li, h1, h2, h3, h4, h5, h6, table, input, fieldset, form, p, dl, dt, dd, td, tr{
 margin:0;
 padding:0;
}
img{
 border:0;
 display:block;
}
ul{
 list-style:none;
}
a{font-size:12px;color:#5d6367;text-decoration:none;margin:0;}
a:link{color:#5d6367;}
a:visited{color:#5d6367;}
a:hover{color:#5d6367;text-decoration:none;}