@charset "utf-8";
/* 새글 스킨 (latest) */
.product_lt{width:100%; margin: 0 auto;}

.variable { /*height:400px; margin:0 auto; text-align:center; width:1200px;*/  display: flex; justify-content: space-evenly; width: 89%; margin: 0 auto 20px;}
.variable .box_img  {  position:relative; width:230px; height:100px; }
.variable .box_img .box { position:absolute; top:0px;  transition:.5s ease;}

.variable .box_img:nth-child(n+6) {
    display: none;
}
.lt_title {position: absolute;bottom: -20px;text-align: center;left: 50%; transform: translate(-50%, 0); font-size: 16px; width: 100%;}


@media screen and (max-width: 1500px) { 
    .variable {width: 100%; justify-content: space-between;}

}

@media screen and (max-width: 600px) { 
    .variable .box_img:nth-child(n+5) {
        display: none;
    }
}

.gall_img .lt_img {}
.gall_img .lt_img img{width: 100%;}
.gall_content{ transition:.5s ease; position:absolute; background:rgba(0,0,0,0.6); bottom:0;  width:230px;  line-height:50px; }
.gall_content a{  font-size:18px; outline:0; text-align:left;}
.gall_content>a{ color:#fff; /*float:left;*/ }
.gall_content .box-content{ display:none; font-size:1rem; color:#888888; position:relative; margin-top:15px;}
.gall_content .box-content:after {content: "+"; display: table; width: 100%; font-size: 2em; font-weight: 100; color: #666666; display:none;}

