/* 모달CSS */
.modal-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 150;
	background-color: rgb(0, 0, 0);
	opacity: 0.72;
}

.modal-popup {
	width: 720px;
	height: autopx;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -360px;
	position: fixed;
	z-index: 151;
	border: none;
	background: #fff;
	border-radius: 10px;
	padding: 0;
}

.modal-body {
	padding: 10px 25px;
}

.modal-popup #page_title {
	height: 70px;
	line-height: 70px;
}

.modal-popup #page_title strong {
	font-size: 26px;
	color: #05367b;
	padding: 0 !important;
}

.modal-popup .form_info {
	background-image: url();
	margin-left: 0px;
	color: #000000;
	word-spacing: 0;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 0;
}

.modal-popup .form_info.line {
	font-size: 14px;
	border-top: dashed 1px #ccc;
	padding: 20px 0 0;
}

.modal-popup .form_info strong {
	color: #c00;
}

.modal-popup #btn_ass_submit {
	text-align: center;
	margin: 20px 0;
}

.modal-popup #btn_ass_submit button {
	box-shadow: 1px 3px 1px #5A5656;
	font-weight: bold;
	border-radius: 5px;
	font-size: 16px;
	padding: 10px 20px;
	min-width: auto !important;
	height: auto !important;
}

.modal-popup .subOk {
	color: #fff;
	background-color: #285fba;
}

.modal-popup .subNo {
	color: #fff;
	background-color: #404b57;
}
.form_info strong {
		color: #c00;
	}
@media all and (max-width: 1000px) {
	.modal-popup {
		width: 100%;
		height: 420px;
		margin-top: -210px;
		margin-left: -50%;
		border-radius: 0;
	}
	.modal-body {
		padding: 0px 15px;
	}
	.modal-popup #page_title {
		height: 60px;
		line-height: 60px;
	}
	.modal-popup #page_title strong {
		font-size: 22px;
	}
	.modal-popup .form_info {
		background-image: url();
		margin-left: 0px;
		color: #000000;
		word-spacing: 0;
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 10px;
		padding: 0;
	}
	.modal-popup .form_info.line {
		font-size: 14px;
		border-top: dashed 1px #ccc;
		padding: 20px 0 0;
	}
	.modal-popup .form_info strong {
		color: #c00;
	}
	.form_info strong {
		color: #c00;
	}
	.modal-popup #btn_ass_submit {
		text-align: center;
		margin: 15px 0 0;
	}
	.modal-popup #btn_ass_submit button {
		font-size: 14px;
		padding: 5px 0px;
	}
	.modal-popup .subOk {
		color: #fff;
		background-color: #285fba;
	}
	.modal-popup .subNo {
		color: #fff;
		background-color: #404b57;
	}
	
	.mask {  
	  position:absolute;  
	  z-index:90000000;  
	  background-color:#000;  
	  display:none;  
	  left:0;
	  top:0;
	} 
}
* {
  margin: 0;
  padding: 0;
}


.pop-layer .pop-container {
  padding: 20px 25px;
}

.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #DDD;
  text-align: right;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 70%;
  left: 50%;
  height: auto;
  z-index: 10;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}



