@charset "utf-8";

/*슬라이더*/
.wrap-popupzone-2{}
.wrap-popupzone-2 .slider{}
.wrap-popupzone-2 .slider li{}
.wrap-popupzone-2 .slider li a{display:block;}
.wrap-popupzone-2 .slider li a span{}
.wrap-popupzone-2 .slider li a span img{max-width:100%;}
.wrap-popupzone-2 .slider li a p{}
/*콘트롤*/
.wrap-popupzone-2 button{display:inline-block;cursor:pointer;text-indent:-9999px;box-sizing:border-box;}
.wrap-popupzone-2 .prevnext{}
.wrap-popupzone-2 .prevnext button{width:100px;height:100px;position:absolute;bottom:0;right:0;background:#0075c0 url(/images/smart/common/arrow_6_r_w.png) no-repeat center;}
.wrap-popupzone-2 .prevnext button.prev{bottom:101px;transform:rotate(180deg);}
.wrap-popupzone-2 .prevnext button.next{}
.wrap-popupzone-2 .control{display:none;}
@media all and (min-width:1025px){
	.wrap-popupzone-2 button:hover{transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);background-color:#2e2224;}
}
@media all and (max-width:1280px){
	.wrap-popupzone-2 .prevnext button{width:70px;height:70px;}
	.wrap-popupzone-2 .prevnext button.prev{bottom:71px;}
}
@media all and (max-width:1024px){
	.wrap-popupzone-2 .prevnext button{width:50px;height:50px;}
	.wrap-popupzone-2 .prevnext button.prev{bottom:51px;}
}
@media all and (max-width:768px){
	.wrap-popupzone-2 .prevnext button{width:40px;height:40px;bottom:calc(50% - 25px) !important;right:0;background-color:rgba(0,117,192,0.7 );}
	.wrap-popupzone-2 .prevnext button.prev{left:0;}
	.wrap-popupzone-2 .prevnext button.next{right:0;}
}