
/* 팝업 */
#hd_pop {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
}
.popup_wrap {
	position:relative;
}
.popup_wrap .popup_bg {
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8);
	position:fixed;
	top:0;
	z-index:-1;
}
.popup_wrap .popups {
	position:relative;
	/*max-width:1000px;*/
}
.popup_wrap .popups .close {
	font-size:40px;
	font-weight:normal;
	color:#fff;
	opacity:0.8;
	text-shadow:0 1px 0 #000;
	float:left;
	position:absolute;
	bottom:0;
	left:0;
}
#hd_pop .hd_pops {
	background:none;
	border:0;
	padding:0;
}
#hd_pop .hd_pops_footer button {
    background:none;
}