@charset "utf-8";
/* 브라우저 및 모든 DOM 초기화 스타일을 정의하는 파일입니다. */
/* 모든 테마에서 공통으로 사용하는 파일입니다. */

@media screen and (max-width: 768px) {
	#hd_pop .hd_pops[id^="hd_pops"] {top:0 !important; left:0 !important; max-width:90% !important; }
	#hd_pop .hd_pops_con {width: 100% !important; height:auto !important;}
	#hd_pop .hd_pops_con img {    width: 100%;}
	.hd_pops_footer {width:100%; height:auto;} 
     #hd_pop .hd_pops {position: fixed;z-index: 999;}

	#hd_pop .hd_pops:nth-of-type(1) { z-index: 990; }
	#hd_pop .hd_pops:nth-of-type(2) { z-index: 991; }
	#hd_pop .hd_pops:nth-of-type(3) { z-index: 992; }
	#hd_pop .hd_pops:nth-of-type(4) { z-index: 993; }
	#hd_pop .hd_pops:nth-of-type(5) { z-index: 994; } 
}
#hd_pop {width:100% !important;max-width:100%;} /* 팝업창 좌측 정렬로  하기 위하여 추가 */
