@charset "utf-8";
.latest{}

/*.latest_title {font-size:24px; font-weight:600; color:#ddd; letter-spacing:-1px;}
.latest_title a {font-size:42px; color:#000; margin:10px 0 40px; display:inline-block;}*/

.latest .swiper-container {padding:0px; overflow:hidden; max-width:1500px; width:100%; margin:50px auto 150px;}
.latest .swiper-container .swiper-slide {width:33.333%; padding:0;}
.latest .swiper-container .swiper-slide .product{}
.latest .swiper-container .swiper-slide .product .img_area {overflow:hidden; background:#fff; border:1px solid #e5e5e5; text-align:center; height:125px;}
.latest .swiper-container .swiper-slide .product img { height:180px; margin:-26px auto 0; opacity:0.5; 
-webkit-transition:opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.2);transform: scale(1.2);
-webkit-filter: grayscale(100%); filter: gray;}
.latest .swiper-container .swiper-slide .product:hover img {opacity:1; -webkit-transform:scale(1.4); transform: scale(1.4);
-webkit-filter: grayscale(0%); filter: none;}

.latest .swiper-container .swiper-slide{position:relative;}
.latest .swiper-container .swiper-slide .txt_area {width:100%; display:none;}
.latest .swiper-container .swiper-slide .txt_area .subject {font-size:18px; line-height:28px; color:#666; font-weight:500; margin:10px 0;}
.latest .swiper-container .swiper-slide .txt_area .lt_date {font-size:16px; color:#888;}
.latest .swiper-container .swiper-slide.swiper-slide-active .over{opacity:1;}

.latest .button-next, 
.latest .button-prev {position:absolute;left:50%;margin-top:-328px;z-index:999; cursor:pointer; width:40px;}
.latest .button-prev {margin-left:calc(-42% - 20px);}
.latest .button-next {margin-left:calc(42% - 20px);}


@media screen and (max-width: 1880px) {
.latest .button-next, 
.latest .button-prev { display:none;}
}