
/* 팝업레이어 */
#hd_pop {display:flex; justify-content:center; align-items:center; position:relative; width:100%; height:0; z-index:99000;}
.hd_pops{position: absolute; left:50%; top:50vh; transform: translate(-50%, -50%); padding:0; width:95%;}
.hd_pops_con{display:flex; width:100%}
/*.hd_pops_con > div{width:220px; min-width:295px; height:auto;}*/
.hd_pops_con > div{flex:1 1 16.6%}
.hd_pops_con img{max-width:100%; width:100%;}
.hd_pops_footer{padding-left: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: 2.6%; width:100%; }
.pop_link_wrap .pop_link_box a{flex:1; display:block; width:100%; height:40px;}

/*갯수별 넓이값*/
.six_max{width:calc(100% / 6) !important; max-width:400px;}

/*@media screen and (min-width:1921px){
	.hd_pops img{width:295px;}
}

@media screen and (max-width:1680px){
	.hd_pops img {width:340px;}
}

@media screen and (max-width:1680px){
	.hd_pops img {width:340px;}
}


@media screen and (max-width:667px){
	.hd_pops {width:90%;}
	.hd_pops img {width:100%}
}
*/