/* popup */
#hd_pop { position:absolute; top:0; left:0; z-index:9999; }
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops { position:absolute;border:0px solid #e9e9e9; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.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:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}


@media screen and (max-width: 680px) {
	/* 팝업레이어 */
	#hd_pop {z-index:1000;position:relative;margin:0 auto 0 auto;width:90%;height:auto}
	#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
	.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff; top:0 !important; left:0 !important; }
	.hd_pops img {max-width:100%;height:auto}
	.hd_pops_con { width:100% !important; height:auto !important; }
	.hd_pops_footer {padding:10px 0;background:#000;color:#fff; }
	.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}
	.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:auto;right:0}
}