/* 내려오는 배너 */
#layerPopup {display:none;position:relative;height:300px;overflow:hidden;padding-top: 100px;}
#layerPopup .popup_content {padding:20px 0 0 10px;}
#layerPopup .close_pop{position:absolute;right:20px;top:158px;font-size:16px;color:#fff;}
#layerPopup .close_pop a.close{position:relative;top:-5px;}
#layerPopup .close_pop a.close img{width:37px;height:36px;}
#layerPopup .close_pop input[type=checkbox]{position:relative;top:2px;}
#layerPopup img {max-height:200px;}

/* 모바일 */
@media all and (max-width:767px) {

#layerPopup .btn_go {right:20px;}

#layerPopup {/*z-index:1000*/;position:relative;margin:0 auto;width:100%;height:300px}
#layerPopup h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#layerPopup .popup_content {position:absolute;/*border:1px solid #e9e9e9;background:#fff*/;top:0px;left:0px}
#layerPopup .popup_content {width:100%;min-height:200px}
#layerPopup img {width:100%}

#layerPopup .close_pop{position:absolute;right:20px;top:158px;font-size:16px;color:#fff;}
#layerPopup .close_pop a.close{position:relative;top:-5px;}
#layerPopup .close_pop a.close img{width:37px;height:36px;}
#layerPopup .close_pop input[type=checkbox]{position:relative;top:2px;}

}


    /* 팝업레이어 */
    #hd_pop {z-index:1000;position:relative;margin:0 auto; width:100%; max-width:970px;height:0}
    #hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
    .hd_pops {position:absolute;border:1px solid #222;background:#fff}
    .hd_pops_con {}
    .hd_pops_footer {padding:10px 0;background:#222;color:#fff;text-align:right; overflow:hidden;}
    .hd_pops_footer button {margin-right:5px;padding:2px 10px;border:0;background:#222; font-size:12px;color:#fff; float:left;}
    .hd_pops_footer button:last-child{float:right;}
	#hd_pop img{max-width:100%; vertical-align:top;}
	@media screen and (max-width:600px){
		#hd_pop div.hd_pops{left:2% !important; width:95%;}
		#hd_pop div.hd_pops:nth-child(2n){left:50% !important;}
		.hd_pops_con{width:100% !important; height:auto !important;}
		.hd_pops_con img{width:100%;}
	}
	@media screen and (max-width:500px){
		#hd_pop div.hd_pops{ width:96%; top:100px !important; left:2% !important;}
		#hd_pop div.hd_pops:nth-child(2n){left:2% !important;} 

	}