@charset "UTF-8";

.sbmModalBox {
	position: fixed;
	left: 50%;
	top: 10%;
	width: 834px;
	height: 70%;
	margin: 0 0 0 -445px;
	background: #ffffff;
	border: #8eb5ef solid 8px;
	padding: 45px 20px 0;
	z-index: 1000;
	display: none;
}

.sbmModalBoxInner {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	height: 100%;
	background-color: transparent;
	padding: 0 20px;
	margin: 0 -20px;
}

.sbmModalClose {
	position: fixed;
	left: 50%;
	top: 10%;
	width: 82px;
	height: 35px;
	margin: 8px 0 0 355px;
	z-index: 1001;
	background: url(../../img/p/btn_close.png) no-repeat;
	display: none;
	cursor: pointer;
}

.sbmModalClose.modeless {
	top: 10%;
}

.sbmModalOverlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 110%;
	background: #000000;
	opacity: 0.6;
	z-index: 999;
	display: none;
	cursor: pointer;
}