@charset "utf-8";
/* popup 약관 */
.pop_wrapall {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	word-break: break-all;
	z-index: 10000;
}

.pop_wrapallB {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 555px;
	height: 588px;
	margin: -290px 0 0 -280px;
	padding: 0px;
	word-break: break-all;
	z-index: 10000;
}

.popupB {
	display: inline-block;
	width: 555px;
	height: 588px;
	border: 5px solid #004294;
	background-color: #fff;
}

.popupB .popupTop {
	width: 100%;
	background: url('../images/popup/bg_close.png') no-repeat top right;
}

.black_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.6;
	z-index: 9999;
}

.popup {
	display: inline-block;
	/**border: 5px solid #004294;**/
	background-color: rgba(1, 14, 20, 0.7);
	width: 100%;
	height: 100%;
}

.popupTop {
	display: inline-block;
	width: 560px;
	height: 60px;
	background: url('../../images/img2015/style/bg_login_top.jpg') no-repeat;
}


.popupTitle {
	display: inline-block;
	float: left;
	margin-left: 0px;
	margin-top: 43px;
	padding-left: 27px;
	padding-top: 0px;
	font-family: 'interstate-light', monospace, serif;
	_font-family: 'interstate-light', 'courier new', monospace;
	color: #fff;
	font-size: 24px;
	/**background-color: #ffffff;**/
	font-weight: bold;
	/**background: url('../images/popup/img_title.png') no-repeat top left;**/
	height: 18px;
	letter-spacing: -1px;
}

.popupTitle2 {
	display: inline-block;
	float: left;
	margin-left: 0px;
	margin-top: 43px;
	padding-top: 0px;
	font-family: 'interstate-light', monospace, serif;
	_font-family: 'interstate-light', 'courier new', monospace;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	height: 18px;
	width : 100%;
	letter-spacing: -1px;
	text-align: center;
}

.popupClose {
	float: right;
	width: 23px;
	height: 23px;
	margin: 18px 12px;
	background: url('../images/popup/btn_close.png') no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

.popupClose2 {
	float: right;
	width: 23px;
	height: 23px;
	margin: -70px 12px;
	background: url('../images/popup/close-icon-1.png') no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

.pop_contents {
	width: 100%;
	border: 3px solid #7b4eb9;
	border-top: none;
	background: #fff;
}
/***.popup.st {
	display: inline-block;
	width: 866px;
	height: 588px;
	border: 5px solid #004294;
}***/

/**.popup .popupTop {
			width: 100%;
			background: url('../images/popup/bg_close.png') no-repeat top right;
		}**/
.popup .popupTop {
	width: 100%;
	/**background: url('../images/popup/bg_close.png') no-repeat top right;**/
}

.popup .pop_contents {
	width: 98%;
}
/**.popupContents {
		overflow-y: auto;
		height:508px;
		margin: 10px 0px 10px 15px;
		padding: 0px 10px 0px 10px;
		font-size: 12px;
	}**/
.popupContents {
	overflow-y: auto;
	height: 604px;
	margin: 30px 0px 10px 15px;
	padding: 0px 10px 0px 10px;
	font-size: 15px;
	color: #fff;
}

.popupContents p {
	margin-bottom: -3px;
}

.popupContents .text {
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}

.popupContents .text2 {
	padding-bottom: 0px;
	font-size: 12px;
	text-align: right;
	padding: 10px;
	margin-top: 50px;
}