@charset "utf-8";
/* CSS Document */


/*Reset*/
* { margin: 0; padding: 0; }
html, body { width:100%; height:100%; }
body { background-color:#fff;}
body, input, button { font-size:12px; line-height:1.5em; font-family:"돋움", Dotum, Helvetica, AppleGothic, Sans-serif; color:#888888; }
h1, h2, h3, h4, h5, h6 { font-size:12px; text-align:left; }
img, fieldset, iframe { border:0 none; }
a:link, a:visited { text-decoration:none; color: #636363; }
a:hover { text-decoration:underline; cursor:pointer; }
table, div { border-collapse: collapse;}
select, textarea { border: 1px solid #B7B6B6; background: #FFFFFF; color: #000000; font-size: 12px; vertical-align: middle; }
textarea { overflow:auto; }
form, ul, ol, dl, table, div { margin: 0; padding: 0; }
select, input, img, li { vertical-align: middle; text-align:left; }
/* address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; } */
address, caption, cite, code, dfn, em, th, var { font-style : normal; font-weight : normal; }
ul, li, ol { list-style-type: none;}
legend,  caption { display: none; }
/* strong { color: #ff6600; } */
caption, th { text-align : left; }
hr { border-collapse:collapse; }

/* husoft e-creative Team (http://www.husoft.co.kr/) willy 2009_11_04 */


/* global class */

.bold { font-weight:bold;}
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
.none {display:none;}
