@charset "utf-8";

.slider-list {
    width: 100%;
    margin: 50px auto 50px;
    padding: 0;
    height: 350px;
}

/*SLICK SLIDER*/
.slider-list .featured-slider {overflow:hidden; height:100%;}
.slider-list .featured-slider-items {overflow: visible; height:100%;}
.slider-list .featured-slider-items .slick-slide {overflow: hidden;}
.slider-list .slider-single {padding:0 10px;box-sizing:border-box;}

.slider-list .slider-img {
    width: 500px;
    max-width: 100%;
    overflow: hidden;
    /*border-radius: 12px;*/
    padding: 10px;
}
.slider-list .slider-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.slider-list .slider-img img {
    display: block;
    /*width: 100%;
    height: 100%;*/
    object-fit: cover;
}

/* 화살표 */
.slider-list-arrow {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 50px;
}
.slider-list-arrow .arrow-cover {font-size:5px;}
.slider-list-arrow button.slick-arrow {width: 40px; height: 40px; background:none;border:0;position:relative;padding:0;margin:0 5px;}
/*.slider-list-arrow button.slick-arrow [class^="flaticon-"]::before{font-size:15px;}*/

.slider-list-arrow .arrow-cover {
    position: absolute;
    top: 50%;
    padding: 0 30px;
    width: 100%;
    display: flex; 

    color: #fff;


}
.slider-list-arrow .arrow-cover-box {
    display: flex;
    justify-content: space-between;
    transition: all 0.6s ease;
}
.slider-list-arrow .arrow-cover-box:hover {
    background-color:rgba(210, 105, 30, 0.5);
    border:none;
}
.slider-list-arrow .slick-prev {
    border: 1px solid #000;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.2em;
    color: black;
}
.slider-list-arrow .slick-prev {content:"\f104";}
.slider-list-arrow .slick-next {content:"\f105";}
.slider-list .slick-next {
    border: 1px solid #000;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.2em;
    color: black;
}
/* 화살표 끝 */

.slider-list .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
.slider-list .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
.slider-list .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
.slider-list .fa-caret-right {color:#bbb}
.slider-list .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;vertical-align:middle}
.slider-list .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;vertical-align:middle}
