<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(http://font.googleapis.com/earlyaccess/nanumgothic.css);
body {
	font-size: 8pt;

}
@media screen{
	body,a {
		font-size: 10pt;
		font-family: 'Nanum Gothic', '굴림', sans-serif;
	}
}

.ib {
	display: inline-block;
	*display: inline;
	*zoom: 1;	
}
.vat {
	vertical-align: top;
}

.cf:after {
    clear: both;
    content: "";
    display: block;
    position: relative;
}
	.hidden {
	display: none;
}


/**임시 css**/
.pr {
	position: relative;
}

.stock {
	cursor: pointer;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mw49p {
	width: 49%;
	min-width: 49%;
}
.box {
	border: 1px solid #000000;
	min-height: 300px;
}
#release_btn_div {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 100%;
}
#release_btn_div #release_btn {
	height: 100%;
}

.input_width_70 { width: 70px; }
.tar {text-align: right;}

/**임시 css 끝**/
.dib { display: inline-block;}
.vam {
	vertical-align: middle;
}
.pointer {
	cursor: pointer;
}
* {margin:0; padding:0;}
img {border: 0;}
.tar {text-align: right}

.ib_table_list&gt;div {
	width: 40%;	
	margin-right: 5%;
}


.release_type_table_parent {
	position: relative;
	
}

.deal_area {
	width: 1000px;	
}
.w100p {
	width: 100%;	
}

caption {
	display: none;
}
.total_sum_tr td{
	background: #ccffff;
	font-weight: bold;
}



.release_update_view {
	border: 1px solid black;
	padding: 10px;
	min-width: 500px;
	background-color: #ffffff;
	position: fixed;
	top: 40px;
	left:50px;
	z-index:999;
	height: 80%;
	overflow: auto;
}


.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.total_price_table {
	margin-top: 20px;
}
.sot_top_subject {
	font-size: 30pt;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 40px
}
.sot_top_info {
	margin-top: 10px;
	margin-bottom: 10px;
}
.page_divide {
	page-break-before:always	
}

.ptable td {
	height: 5.5mm;
}

.box1 {
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 10px;
	min-width: 300px;
}
.tar {
	text-align: right;
}

.disabled_class {
	background-color: #e4e4e4;
}</pre></body></html>