
/* 팝업레이어 */
#hd_pop {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 99000;
	pointer-events: none;
}
.hd_pops{
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	padding: 0;
	width: auto;
	pointer-events: auto;
}
.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%; max-width:360px; }
.hd_pops_con img{max-width:100%; width:100%;}
.hd_pops_footer{padding:10px; 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; flex-wrap: wrap; position:absolute; left:0; bottom: 2.6%; width:100%; }
.pop_link_wrap .pop_link_box a{flex:0 0 100%; display:block; width:100%; height:79px;}

.pop_link_wrap .pop_link_box2{ flex-wrap: wrap;}
.pop_link_wrap .pop_link_box2 a{flex:0 0 100%; height:53px;}

/*팝업크기고정250919*/
.hd_pops_con img{max-width:360px; width:auto;}


/*갯수별 넓이값*/
.six_max{width:calc(100% / 6) !important; max-width:400px;}


@media screen and (max-width:1800px){
	.hd_pops_con > div{flex:1 1 16.6%; width:360px; }
	.hd_pops_con img{max-width:100%;}
}/*

@media screen and (max-width:900px){
	#hd_pop{
		align-items: flex-start;
		padding-top: 40px;
		padding-bottom: 20px;
		overflow-y: auto;
	}
	.hd_pops{
		width: calc(100% - 24px);
		max-width: 360px;
	}
	.hd_pops_con img{
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width:1440px){
	.hd_pops{width:75%;}
}
@media screen and (max-width:1300px){
	.hd_pops{left:43%;}
}

@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%}
}
*/