._fnctWrap {line-height:1.5;}

.wrap-rolling {position:relative; width: 100%; padding: 30px 0; background: #f4f4f4; border-top: 1px solid #cdcdcd;}
.wrap-rolling .title {float: left; width: 270px; padding: 8px 0; font-size: 0;}
.wrap-rolling .title strong {display: inline-block; font-family:'Titil Bold'; font-size: 24px; vertical-align: middle; color: #2d3440;}
.wrap-rolling .title .control {display: inline-block; vertical-align: middle;}
.wrap-rolling .title .control button {display: inline-block; width: 11px; height: 18px; margin: 0 0 0 20px; vertical-align: middle; text-indent: -99999px;}
.wrap-rolling .title .control .prev {background: url('../images/btn-prev.png') no-repeat center center;}
.wrap-rolling .title .control .next {background: url('../images/btn-next.png') no-repeat center center;}
.wrap-rolling .title .control .play {display: none; background: url('../images/btn-play.png') no-repeat center center;}
.wrap-rolling .title .control .stop {display: none; background: url('../images/btn-stop.png') no-repeat center center;}
.wrap-rolling .title .control .play.on,
.wrap-rolling .title .control .stop.on {display: inline-block;}
.wrap-rolling .slider {float: left; width: calc(100% - 270px);}
.wrap-rolling .slider li {position:relative; text-align:center; padding: 12px 5px;}
.wrap-rolling .slider span {
    position: relative;
    font-family: 'Dream Bold';
    font-size: 14px;
    color: #131314c9;
    letter-spacing: -0.5px;
    line-height: 17px;
}
.wrap-rolling .slider span:hover {color: #183693;}

.wrap-rolling .slider span::before {
    content: '';
    position: absolute;
    left: -100%;
    bottom: -5px;
    width: 0px;
    height: 1px;
    background: #06e8f4;
    transition: 0s;
}
.wrap-rolling .slider span:hover::before {width: 200%; transition: 0.4s;}

.wrap-rolling .slider i {position: relative; z-index: 1;}
.wrap-rolling .slider span img {
    margin: 0 auto;
    height: 55px;}

@media all and (max-width: 1600px) {
    .wrap-rolling .container {padding: 0 20px;}
}
