@CHARSET "UTF-8";

/* base */
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body{font-family:NanumGothic, Malgun gothic; font-size:13px;color:#333}
body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,input,table,tr,th,td{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}
ul,ol{list-style:none}
fieldset,img{border:0; vertical-align:top}
address{font-style:normal}
p,li,dd{font-size:1em;line-height:1.5em}
table{border-collapse:collapse;}
/* a-style */
a{color:#333;text-decoration:none}
a:hover,a:active,a:focus{text-decoration:none}

caption,
.hidden{position:absolute;overflow:hidden;left:-1000%;width:1px;height:1px;line-height:0;color:#fff;text-indent:-9999px;}
.bold, h1, h2, h3, h4, h5{font-weight:bold;}

button { cursor: hand; cursor: pointer; }

