@charset "utf-8";

/* Master */
* {margin:0; padding:0;}
body {font-size:12px; color:#000000; font-family:"돋움", dotum, Helvetica, sans-serif;}
input,textarea,select,option,table,th,td {font-size:12px; color:#000000; font-family:"돋움", dotum, Helvetica, sans-serif;}
input {padding: 0 0 0 0; #padding: 0 0 0 0; border:1px solid #b7b7b7; font-family:"돋움", dotum, Helvetica, sans-serif; letter-spacing:0; height:20px; line-height:20px;}
li {list-style:none;}
img,fieldset {border:0;}
a {selector-dummy:expression(this.hideFocus=true);}
a:link,a:visited {text-decoration:none; color:#000000;}
a:hover,a:active,a:focus {text-decoration:none; color:#006CC0;}
hr, caption {display:none;}
address, em {font-style:normal;}
legend {width:0; height:0; font-size:0; display:block; position:absolute; left:0; top:-5000px; overflow:hidden;}

/* 클래스 */
.test {border:1px solid red;}
.height {height:25px;}
.noborder {border:none;}
.width20 {width:20px;}
.width40 {width:40px;}
.width50 {width:50px;}
.width70 {width:70px;}
.width80 {width:80px;}
.width85 {width:85px;}
.width90 {width:90px;}
.width100 {width:100px;}
.width120 {width:120px;}
.width160 {width:160px;}
.width200 {width:200px;}
.width300 {width:300px;}
.width500 {width:500px;}
.width600 {width:600px;}
.width100p {width:100%;}
.titleColor {color:#5C9F0E;}
.adminTmenuBold {font-weight:bold;}