@charset "UTF-8";
/* CSS Document */


/* Reset */
html,body { width:100%; height:100% }
html { overflow-y:scroll }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button,input { margin:0; padding:0 }
body,h1,h2,h3,h4,input,button { font-family:'돋움',dotum,Helvetica,sans-serif; font-size:12px; color:#383d41 }

body { }
*{ margin:0; padding:0; font-size:9pt; font-family:Dotum; color:#737373; }
ul { list-style:none; }
a { text-decoration:none; }
a:link { text-decoration:none; }
a:visited{ text-decoration:none; }
a:active{ text-decoration:none; }
a:hover { text-decoration:none; }

img,fieldset,iframe { border:0 none }
li { list-style:none }
input,select,button { vertical-align:middle }
img { vertical-align:top }
em,address { font-style:normal }
label,button { cursor:pointer}
a { color:#616161; text-decoration:none }
a:hover { color:#c54a00; }
button * { position:relative }
button img { left:-3px;*left:auto }
html:first-child select { height:20px; padding-right:6px }
option { padding-right:6px }
hr { display:none }
legend { *width:0 }

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
