@charset "UTF-8";
._modal .dimmedLayer {
	display: block !important;
}

.modal {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 110;
/* 	width: 540px; */
	background-color: #fff;
}
._L .modal,
._M .modal {
	transform: translate(-50%, -70%);
}
.modal .closeBtn {
	overflow: hidden;
	position: absolute;
	top: 16px;
	right: 26px;
	width: 50px;
	height: 50px;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../img/common/spr_button.png) no-repeat -62px -141px;
}
.modal .head {
	padding: 21px 100px 21px 40px;
	background: #003964;
}
.modal .head .title {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
}
.modal .body {
	overflow-y: auto;
/* 	max-height: 550px; */
/* 	padding: 10px 0px 0px; */
/* 	padding: 30px 40px 50px; */
}
.modal .body img {
	width: 100%;
}
.modal .body .heading {
	margin-top: 0;
}
.modal .foot {
	border-top: 1px solid #d6d6d6;
}
.modal .foot:after {
	content: '';
	display: block;
	clear: both;
}
.modal .foot a {
	display: inline-block;
	float: left;
	width: 50%;
	color: #666;
	text-align: center;
	line-height: 60px;
}
.modal .foot a + a {
	border-left: 1px solid #d6d6d6;
}
._S .modal {
	top: 20px;
	transform: translateX(-50%);
}
._S .modal .closeBtn {
	top: 6px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(../../img/common/m_spr_button.png) no-repeat -55px -85px;
	background-size: 250px;
}
._S .modal .head {
	padding: 12px 55px 12px 15px;
}
._S .modal .head .title {
	font-size: 13px;
}
._S .modal .body {
/* 	max-height: 300px; */
/* 	padding: 20px 20px 25px; */
}
._S .modal .foot a {
	font-size: 11px;
	line-height: 35px;
}



@media (max-width: 1000px) {

._S .modal {width: 100%}

@media (max-width: 768px) {


._S .modal {width: 100%!important}
._S .modal img{width: 100%!important}

}


@media (max-width: 480px) {

._S .modal {width: 100%}

}
