
/* 팝업레이어 */
#hd_pop {z-index:99000;position:absolute;top:0px;margin:0 auto;height:0; width:100%;/*position:relative*/}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {/*position:absolute; border:1px solid #ededed; */ background:#fff; float:left;position:relative; transform:translateX(-50%);}
.hd_pops img {max-width:100%; width:330px;}
.hd_pops_con { max-width: 100%;}
.hd_pops_footer {padding:0 0 0 10px;background:#d4d4d4;color:#000;text-align:left;position:relative}
.hd_pops_footer label {padding-left:10px; font-size:13px}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#d4d4d4;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0; font-size:13px; height:100%;}


@media screen and (max-width:1900px){
	#hd_pop {width:100% !important;}
	.hd_pops {position:absolute; height:auto; background:#fff; left:50% !important; transform:translateX(-50%) !important;}
	.hd_pops_con { width:100% !important; left: 0; right: 0; margin: 0 auto;  height:auto !important;}
	.hd_pops img {max-width:none;}
}


@media screen and (max-width:667px){
	.hd_pops {width:80%;}
	.hd_pops img {width:100%}
}
