@charset "euc-kr";

.layer_pop {
	position:absolute;
	z-index:1000;/*any value*/
	overflow:hidden;/*must have*/
	width:25em;
	/*width:330em;must have for any value*/;
}

.layer_pop iframe {
	display:;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:1000px/*must have for any big value*/;
}

.layer_pop .layer_pop_inner{overflow-y:;border:solid 3px #aaaaaa;padding:5px;}

.input_notnull { border:none; border-top:1px solid #929292; border-left:1px solid #929292; background:#e2e7f2; color:#666;}

.em_red { color:red;}

.help { position:absolute;left:905px;display:inline;}



.box-type1 { width:95%; margin-bottom:10px; padding:7px 20px 25px 20px; border:2px solid #a3beb9; }
.box-type1 .table01 { width:100% !important; margin:0 auto; }
.box-type1 .table01 th { padding-left:10px; background-position:0 12px }
.box-type1 .table01 input { padding-top:3px; }
.box-type1 #btn_loca { top:52%;   right:22px; }

