
/* 팝업 스타일 Begin */
.layer_pop {max-width:650px; width:80%; max-width:400px; position:fixed; background: #d4d4d4; top:80px; left: 0; right: 0; margin: auto; z-index:999999; box-sizing: content-box; }
.layer_pop .top_bar { display: block; width: 100%; height: 70px; background-color: #c35f4f; }
.layer_pop .top_bar img { display: inline-block; position: absolute; top: 13px; left: 0; right: 0; margin: auto; width:130px; }
.popContents { width:100%; height:100%;     position: relative;}
.popContents a { display: block; position: absolute; margin: auto; text-indent: -9999px; background: rgba(0,0,0,0); }
.popContents img { width: 100%; }
.popBtns { width:100%; font-size:12px; padding-bottom: 30px; }
.popBtns input { vertical-align:top; margin-right:5px; height: auto; }
.popBtns span { display:block; position:absolute; }
.popBtns span.checkBox { padding: 9px; }
.popBtns span.closePop { padding:7px; right:10px; }
.layer_pop_container_bg { background: rgba(0,0,0,0.4); position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 88888; }

#layer_pop1 {left:400px;}
#layer_pop2 {left:-400px;}

@media screen and (max-width: 1024px) {
	#layer_pop1 {left:0;}
	#layer_pop2 {left:0;}


}

.popSlider div{position:relative}

#layer_pop1 .popContents a{position:absolute; width: 100%; height:10%; bottom:2%;}
#layer_pop2 .popContents a{position:absolute; width: 100%; height:10%; bottom:37%;}
#layer_pop3 .popContents a{position:absolute; width: 100%; height:10%; bottom:2%;}