@charset "UTF-8";

.wrap-smart {position: relative;padding:65px 0; background: #000;}
.wrap-smart::before {content:''; width:100%; height:100%; background:url('../images/bg.jpg') no-repeat center / cover; background-attachment: fixed; position: absolute; left:0; top:0; opacity:0.5;}
.wrap-smart::after {content:'smart link'; text-transform: uppercase; color:rgba(0,0,0,0.3); font-family: 'SUITE Heavy'; font-size: 100px; line-height: 75px; max-width:1720px; margin:0 auto; width:100%; text-align:right; position: absolute; top:0; left:50%; transform: translateX(-50%);}
.wrap-smart .frame {max-width:1720px; width:100%; margin:0 auto; display: flex; align-items: center; position: relative; z-index: 1;}
.wrap-smart .title {position: relative; flex-shrink: 0; display: flex;width:285px; align-items: center;}
.wrap-smart .title h2 {font-family: 'SUITE ExtraBold'; font-size: 32px; color:#fff; color:#fff; margin-right: 28px;}
.wrap-smart .control {font-size: 0;}
.wrap-smart .control button {width:9px; height:15px; text-indent: -9999px;}
.wrap-smart .control .prev {background:url('../images/prev.png') no-repeat center; margin-right: 20px; position: relative;}
.wrap-smart .control .prev::after {content:''; width:1px; height:15px; background:rgba(255,255,255,0.4); position: absolute; right:-20px; top:0;}
.wrap-smart .control .next {background:url('../images/next.png') no-repeat center; margin-left: 20px;}
.wrap-smart ul {font-size: 0;}
.wrap-smart .slider {flex:1; max-width:calc(100% - 285px);}
.wrap-smart .slick-track {display: flex; align-items: center;}
.wrap-smart .box {display: flex; align-items: center; justify-content: center;}
.wrap-smart .img-box {flex-shrink: 0; margin-right: 25px; font-size: 0;}
.wrap-smart .text_1 {font-size: 20px; font-family: 'SUITE Light'; color:#fff;}
.wrap-smart .text_1 span {background: linear-gradient(to bottom, transparent 95%, rgba(255,255,255,1) 0) left center no-repeat; background-size:0; transition: background-size .5s;}
.wrap-smart a:hover .text_1 span {background-size:100% auto;}
@media screen and (max-width:1800px) {
    .wrap-smart .frame {padding:0 20px;}
}
@media screen and (max-width:1200px) {
    .wrap-smart .frame {padding:0 40px;}
    .wrap-smart::after {font-size: 70px; line-height: 55px; transform:unset; left:unset; width:auto; right:40px;}
    /* .wrap-smart::after {display: none;} */
    .wrap-smart .title {width:235px;}
    .wrap-smart .title h2 {font-size: 26px;}
    .wrap-smart .slider {max-width:calc(100% - 200px);}
    .wrap-smart .slider .slick-slide {margin-right: 55px;}
}
@media screen and (max-width:768px) {
    .wrap-smart {padding:15px 0 25px 0;}
    .wrap-smart::after {right:20px; font-size: 40px; line-height: 30px;}
    .wrap-smart .frame {padding:0 20px; flex-direction:column;}
    .wrap-smart .title {width:100%; justify-content: space-between; margin-bottom: 5px;}
    .wrap-smart .slider {max-width:100%;}
    .wrap-smart .slider .slick-slide {margin-right: 0;}
    .wrap-smart .box {flex-direction: column; justify-content: center; align-items: center;}
    .wrap-smart .img-box {margin-right: 0; height:65px;}
    .wrap-smart .text_1 {font-size: 17px; line-height: 28px; margin-top: 10px;}
}