@charset "utf-8";
/* popup 약관 */
/**.pop_wrapall {
			position:fixed;
			left:50%;
			top:50%;
			width:866px;
			height:588px;
			margin:-290px 0 0 -433px;
			padding: 0px;
			background:#fff;
			word-break:break-all;
			z-index:10000;
		}**/
.pop_wrapall {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 866px;
	height: 588px;
	margin: -290px 0 0 -433px;
	padding: 0px;
	/**background:#fff;**/
	word-break: break-all;
	z-index: 10000;
}

.pop_wrapall_small {
	position: fixed;
	left: 72%;
	top: 50%;
	width: 320px;
	height: 400px;
	margin: -290px 0 0 -433px;
	padding: 0px;
	word-break: break-all;
	z-index: 10000;
	background-color: #222;
	color: #fff;
}

.popup_small {
	display: inline-block;
	width: 320px;
	height: 400px;
	border: 5px solid #004294;
	height: 400px;
	border: 5px solid #333;
	background-color: #222;
	color: #fff;
}

.popupTop_small {
	display: inline-block;
	width: 320px;
	height: 60px;
	background: url('../../images/img2015/style/bg_login_top.jpg') no-repeat;
}

.popupTitle_small {
	display: inline-block;
	float: left;
	margin-left: 27px;
	margin-top: 33px;
	padding-left: 55px;
	padding-top: 0px;
	font-family: 'Nanum Gothic', monospace, serif;
	color: #fff;
	font-size: 16px;
	background-color: #222;
	font-weight: bold;
	height: 18px;
}

.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;
			width: 866px;
			height: 588px;
			border: 5px solid #004294;
			background-color: #fff;
		}**/
.popup {
	display: inline-block;
	width: 866px;
	height: 588px;
	border: 5px solid #004294;
	background-color: #fff;
}

.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: 27px;
	margin-top: 33px;
	padding-left: 27px;
	padding-top: 0px;
	font-family: 'Nanum Gothic', monospace, serif;
	_font-family: 'Nanum Gothic', 'courier new', monospace;
	color: #004395;
	font-size: 16px;
	background-color: #ffffff;
	font-weight: bold;
	background: url('../images/popup/img_title.png') no-repeat top left;
	height: 18px;
}

.popupClose {
	float: right;
	width: 23px;
	height: 23px;
	margin: 7px 7px;
	background: url('../images/popup/btn_close.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 .pop_contents {
	width: 98%;
}

.popupContents {
	overflow-y: auto;
	height: 508px;
	margin: 10px 0px 10px 15px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
}

.popupContents p {
	padding-bottom: 10px;
}

.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;
}