
/* 팝업레이어 */
#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:1px solid #ededed;  background:#fff; float:left; position:relative; left: 50% !important; transform: translateX(-50%); top: 150px !important; /*width:94%;*/}
.hd_pops img {width:100%; max-width:370px;}
.hd_pops_con > div{border-right:1px solid #ededed;}
.hd_pops_con > div:last-child{border:0 !important}
.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%;}

.pop_link_wrap{position:relative;}
.pop_link_wrap .pop_link_box{display:flex; position:absolute; left:0; bottom:4%; width:100%; }
.pop_link_wrap .pop_link_box a{flex:1; display:block; width:100%; height:43px;}


@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:300px;}
}

@media screen and (max-width:1680px){
	.hd_pops img {max-width:280px;}
}
	

@media screen and (max-width:667px){
	.hd_pops {width:90%;}
	.hd_pops img {width:100%}
}
