@charset "utf-8";
/* 새글 스킨 (latest) */
.product_lt{width:100%; margin: 0 auto;padding-left: 130px; position: relative;}
.slick-controls {position: absolute; left: 0; top: 50%; transform: translate(0px, -50%); list-style: none; border: none; display: flex; justify-content: center; align-items: center; font-size: 0;}
.slick-controls button {list-style: none; width: 30px; height: 30px; margin: 0; font-size: 17px; cursor: pointer; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #eee;}
.slick-controls button.slick-prev-btn {}
.slick-controls button.slick-toggle {}
.slick-controls button.slick-next-btn {}

.variable { /*height:400px; margin:0 auto; text-align:center; width:1200px;*/ }
.variable .box_img  {  position:relative; width:230px;}
.variable .box_img .box { position:relative; top:0px;  transition:.5s ease;}


@media screen and (max-width: 640px) { 
	.variable .box_img .box {}
}

