@charset "utf-8";

/* 반응형 테마 팝업 */
#hd_pop .hd_pops {/*top:0 !important;*/  box-shadow:2px 2px 8px rgba(0,0,0,0.2); transform:translate(10px, 10px); max-width: 90%;}
#hd_pop .hd_pops_con {height:auto !important; /* max-height:70vh !important; */ overflow-y:auto;max-width: 100%;}
#hd_pop .hd_pops_con p {}
#hd_pop .hd_pops_con br {font-size:0; height:0; display:none;}
#hd_pop .hd_pops_con img {height:auto !important;}
#hd_pop .hd_pops_footer * {font-size:12px; font-weight:normal}
#hd_pop .hd_pops_footer {padding:10px;}
#hd_pop .hd_pops_footer:after {display:block; clear:both; content:""}
#hd_pop .hd_pops_reject {float:left; }
#hd_pop .hd_pops_close {float:right; }
#hd_pop .hd_pops_footer button {margin-right:0;}

/* #hd_pop .hd_pops:nth-of-type(3n+1) {left:0   !important;} 
#hd_pop .hd_pops:nth-of-type(3n+2) {left:30% !important;} 
#hd_pop .hd_pops:nth-of-type(3n+3) {left:60% !important;} 
 */
#hd_pop .hd_pops:nth-of-type(1) {z-index:201 } 
#hd_pop .hd_pops:nth-of-type(2) {z-index:203 } 
#hd_pop .hd_pops:nth-of-type(3) {z-index:202 } 
#hd_pop .hd_pops:nth-of-type(4) {z-index:203 } 
#hd_pop .hd_pops:nth-of-type(5) {z-index:205 } 
#hd_pop .hd_pops:nth-of-type(6) {z-index:208 } 
#hd_pop .hd_pops:nth-of-type(7) {z-index:194 } 



@media screen and (max-width: 1280px) {
/*
	#hd_pop .hd_pops[id^="hd_pops"] {left:0 !important; }
	#hd_pop .hd_pops:nth-of-type(2n+1) {left:0   !important;} 
	#hd_pop .hd_pops:nth-of-type(2n+2) {left:45% !important;} */
}

@media screen and (max-width: 768px) {
	#hd_pops_3 {display:none;}
	#hd_pop .hd_pops[id^="hd_pops"] {top:0 !important; left:0 !important; }
	#hd_pop .hd_pops_con img {width:100%;}
}