.term_modal{
	width:100%;
	height:100%;
	z-index: 9999;
	display:block;
}

.layer_back_area {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.7;
	z-index: 99999;
}

.layer_area {
	position:absolute;
	top:0px;
	left:0px; 
	width:94%;
	padding:3%;
	z-index: 999999;
}


.layer_area .textcont{
	width:1000px;
	left:50%;
	margin-left:-500px;
	background:#fff;
	padding:20px 30px;
	box-sizing:border-box;
	position:fixed;
}


.layer_area .textcont .titlearea{
	width:100%;
	display:inline-block;
}


.layer_area .textcont .titlearea .title{
	font-size:24px;
	display:inline-block;
}


.layer_area .textcont .titlearea .close{
	display:inline-block;
	float:right;
	width:20px;
	margin-top:10px;
}

.layer_area .textcont .titlearea .close img{
	width:100%;
}


.layer_area .textcont .termbox{
	width:100%;
	border:1px solid #e5e5e5;
	margin-top:30px;
	padding:10px;
	box-sizing:border-box;
}
