.s-slide {
    margin-top: 50px;
}

.s-slide .box {
    background-color: rgba(15, 15, 15, 0.6);
    margin-left: 10px;
    margin-right: 10px;
    /* padding-bottom: 30px; */
    min-height: 320px;
}

.s-slide .box:hover {
    background-color: rgb(0, 0, 0);
}

.s-slide .title-wrap {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 38px;
    padding-bottom: 0;
    text-align: left;
}

.s-slide .title-wrap span.badge {
    background-color: transparent;
    border: 1px #518fd7 solid;
    color: #518fd7;
    font-size: 13px;
    padding: 7px 12px;
    border-radius: 2em;

    /*    border-radius: 3em;*/
    /*    padding: 6px 12px;*/
}
.s-slide .title-wrap span {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-weight:900;
    font-size:42px;
    font-style:italic;
     position: relative;
     display:inline-block;
}
.s-slide .title-wrap span::before {
    position: absolute;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 1);
    content: '';
    margin-top: 2px;
}

.s-slide .title-wrap h3 {
    font-size: 25px;
    font-family: 'Spoqa Han Sans Neo', 'Nanum Gothic', 'sans-serif';
    font-weight: 500;
    color: #fff;
    margin-top: 16px;
}

.s-slide .title-wrap h3 a:hover {
    text-decoration: none;
    color: #5175d7;
}

.s-slide .title-wrap p {
    font-size: 17px;
    color: rgba(255, 255, 255, .5);
    line-height: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 400;
    margin-top:18px;
}

.s-slide p.data {
    font-size: 17px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-left: 35px;
    margin-top: 20px;
    /*    text-decoration: underline;*/
    display: none;
}

.s-slide p.data:before {
    /* font-family: FontAwesome !important;
    content: "\f105" !important; */
    /* margin-right: 8px; */
    /* background: url('../../../img/main/arr-left.png')
}

.s-slide .slick-prev,
.s-slide .slick-next {
    /* background: url('../../../img/main/arr-left.png');
    background-repeat: no-repeat; */
}

.slick-prev:before {
    font-family: FontAwesome !important;
    content: "\f053" !important;
    font-size: 50px !important;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -40px !important;

}
.slick-next:before {
    font-family: FontAwesome !important;
    content: "\f054" !important;
    font-size: 50px !important;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: -40px !important;

}

@media (max-width: 991px) {
    .s-slide {
        margin-top:30px;
       
    }
    
    .s-slide .box {
        background-color: rgba(15, 15, 15, 0.6);
        margin-left: 0px;
        margin-right: 0px;
       
        /* padding-bottom: 30px; */
        min-height: 180px;
    }
    
    .s-slide .box:hover {
        background-color: rgb(0, 0, 0);
    }
    
    .s-slide .title-wrap {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
    }
    

    .s-slide .title-wrap h3 {
        font-size: 16px;
        font-family: 'Spoqa Han Sans Neo', 'Nanum Gothic', 'sans-serif';
        font-weight: 500;
        color: #fff;
        margin-top: 20px;
    }
    
    .s-slide .title-wrap h3 a:hover {
        text-decoration: none;
        color: #5175d7;
    }
    
    .s-slide .title-wrap p {
        font-size: 14px;
        color: rgba(255, 255, 255, .5);
        line-height: 22px;
        margin-bottom: 0;
        padding-bottom: 0;
        font-weight: 400;
        margin-top:12px;
    }

    .s-slide p.data:before {
        /* font-family: FontAwesome !important;
        content: "\f105" !important; */
        /* margin-right: 8px; */
        /* background: url('../../../img/main/arr-left.png')
    }
    
    .s-slide .slick-prev,
    .s-slide .slick-next {
        /* background: url('../../../img/main/arr-left.png');
        background-repeat: no-repeat; */
    }
    
    .slick-prev:before {
        font-family: FontAwesome !important;
        content: "\f053" !important;
        font-size: 50px !important;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: -40px !important;
    
    }
    .slick-next:before {
        font-family: FontAwesome !important;
        content: "\f054" !important;
        font-size: 50px !important;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: -40px !important;
    
    }
    
    
}