@charset "utf-8";
BODY {font-size:12px;}
UL, LI, DL, DT, DD, OL, FORM, DIV, P, SPAN, FIELDSET {margin: 0px; padding: 0px;}
LI, DT, DD{list-style: none; }
.table {clear:both;margin:0px;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {vertical-align:middle;}
.container {width:90%;}

.form_table {margin:0px 0px 10px 0px;}
.none_table > tbody > tr > td {border-top:none;}
table .desc {background-color:#FCFCFC;width:100%;border-top:1px solid #dddddd;}

.item_info {float:left;width:100%;}
.item_info LI {float:left;padding-right:5px;}
.item_info .item_info_title {width:80%;}

/*로딩바*/
.wrap-loading{ /*화면 전체를 어둡게 합니다.*/
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0.2); /*not in ie */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');    /* ie */
}
.wrap-loading div{ /*로딩 이미지*/
	position: fixed;
	top:50%;
	left:50%;
	margin-left: -21px;
	margin-top: -21px;
}
.display-none{ /*감추기*/
	display:none;
}