
/* 팝업레이어 */
#hd_pop {z-index:99000;position:absolute;top:0px;margin:0 auto;height:0; /*position:relative*/}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {/*position:absolute;*/ border:2px solid #ededed;  background:#fff; float:left;position:relative;}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.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:1200px){
	/*.hd_pops_con { width: 100% !important; left: 0; right: 0; margin: 0 auto;}*/
	/*.layer_pop[rel='1'], .layer_pop[rel='2']{height: auto !important;  margin-left: auto; margin-right: auto; left: 0; right: 0; }*/
}

@media screen and (max-width:975px){
	#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;}
	/*.layer_pop[rel='1'], .layer_pop[rel='2']{ width: 350px !important;}*/
}
@media screen and (max-width:667px){
	.hd_pops {width:90%;}
	.hd_pops img {width:100%}
}