/** 팝업부분 **/
/*팝업*/
.popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
	z-index:20;
}
.popup .backBg{
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.8;
	z-index:10;
}
.popup a.allClose{
	display:inline-block;
	position:fixed;
	top:0;
	right:0;
	width:60px;
	height:60px;
	border:1px solid #333333;
	background-color:#000;
	z-index:11;
}
.popup a.allClose>img{
	width:50px;
}
.popup .pWrap{
	position:absolute;
	top:10%;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:11;

}
.popup .pWrap>div{
	height:100%;
	margin: 0 auto;
	overflow:hidden;
}
.popup .close{
	position:absolute;
	display:inline-block;
	top:6%;
	right:50%;
	width:1400px;
	height:24px;
	margin-right:-700px;
	text-align:center;
	z-index:99;
}
.popup .close>p{
	position:relative;
	display:inline-block;
	width:230px;
	height:24px;
	text-align:left;
}
.popup .close>p label{
	position:absolute;
	top:-1px;
	left:0;
	display:inline-block;
	width:190px;
	padding-left:26px;
	box-sizing: border-box;
	opacity:0.7;
}
.popup .close>p label>input[type="checkbox"]{
	position:absolute;
	top:3px;
	left:0;
}
.popup .close>p span{
	display:inline-block;
	width:100%;
	height:100%;
	font-size:1.2rem;
	line-height:24px;
	color:#fff;
}
.popup .close>p input[type=button]{
	position:absolute;
	top:0;
	right:1px;
	width:24px;
	height:24px;
	background: url(../../img/iconX2.png) no-repeat;
	opacity:0.8;
	border:1px solid #fff;
}
.popup .popupBox{
	position:relative;
	display:inline-block;
	/*width:350px;*/
	margin-left:1.5px;
	margin-right:1.5px;
	font-size:0;
	line-height:0;
	background-color:#eee;
	z-index:11;
	vertical-align:top;
}
.popupBox>a{
	display:inline-block;
	width:100%;
	height:100%;
}
.popupBox .pCont{
	width:100%;
	height:100%;
}
.popupBox .closeSmall{
	position:relative;
	width:100%;
	height:40px;
	padding-left:10px;
	text-align:left;
	background-color:#eae6e4;
}
.popupBox .closeSmall>label{
	position:relative;
	display:inline-block;
	width:150px;
	height:100%;
	padding-top:12px;
	padding-left:30px;
	text-align:left;
	box-sizing: border-box;
}
.popupBox .closeSmall>label>input[type=checkbox]{
	position:absolute;
	top:10px;
	left:0;
}
.popupBox .closeSmall>label>span{
	font-size:1rem;
	line-height:100%;
}
.popupBox .closeSmall>input[type=button]{
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	font-size:1.1rem;
	color:#333;

	background-color:#eae6e4;
	box-sizing: border-box;
	border:none;
}
/*팝업(링크)*/
.popupBox .popUpLink1{

}
.popupBox .popUpLink1 a.link1{
	position: absolute;
	top:0;
	left:0;
	display:inline-block;
	width:100%;
	height:30px;
	background-color:#ff0000;
}
.popupBox .popUpLink1 a.link2{
	position: absolute;
	top:36px;
	left:0;
	display:inline-block;
	width:100%;
	height:30px;
	background-color:#ffff00;
}
.popupBox .popLink{
	position: absolute;
	display:inline-block;
}
@media only screen and (max-width : 960px){
	.popup .close{
		right:0;
		margin-right:0;
	}
	.popup a.allClose{
		width:40px;
		height:40px;
		padding-top:5px;
	}
	.popup a.allClose>img{
		width:25px;
	}

}
@media only screen and (max-width : 960px){
	::-webkit-scrollbar {
	  display: none;
	}
	.popup .pWrap{
		top:0;;
		height:88%;
		margin-top:50px;
	}
	.popup .pWrap>div{
		position:relative;
		width:300px;
		min-width:300px;
		overflow-y:auto;
	}
	.popup .popupBox{
		position:absolute;
		left:0;
		width:100%;
		margin-left:0;
		margin-right:0;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
	}
	.popupBox .closeSmall{
		display:inline-block;
	}
	.popup .close{
		position:fixed;
		top:15px;
		left:0;
		width:100%;
		height:24px;
		z-index:100;
	}
	.popup .close>p{
		position:absolute;
		top:0;
		left:50%;
		width:300px;
		height:24px;
		margin-left:-150px !important;
		text-align:left;
		margin: 0 auto;
		z-index:100;
	}
	.absol1{
		top:0;
		z-index:15 !important;
	}
	.absol2{
		top:0;
		z-index:14 !important;
	}
	.absol3{
		top:0;
		z-index:13 !important;
	}
	.absol4{
		top:0;
		z-index:12 !important;
	}
}
