.slider-index02-1 {
    position: relative;
    margin-top: 80px;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translateY(20%);
    transition: 1s;
    transition-delay: .6s;

}

.slider-index02-1 .item {
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    cursor: pointer;
    position: relative;

}

.slider-index02-1 .item .thumb {
    overflow: hidden;
    position: relative;
}

.slider-index02-1 .item a,
.slider-index02-1 .item a:focus {
    outline: none !important;
    border: 0 !important;
}

.slider-index02-1 .item .over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: .2s;
}

.slider-index02-1 .item:hover .over {
    /* background-color: rgba(0, 0, 0, .5); */
}

.slider-index02-1 .item .caption {
    margin-top: 20px;
}

.slider-index02-1 .item a .caption span {
    font-size: 19px;
    color: #949494;
}

.slider-index02-1 .item a .caption h2 {
    font-size: 26px;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight: 600;
}

.slider-index02-1 .item a {
    text-decoration: none;
}

#index_swiper .swiper-slide.slide06-1 .pager_wrap03 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    width: 50%;
    transform: translateY(20%);
    transition: 1s;
    transition-delay: .3s;
}

.slider-index02-1 .item a:hover .caption h2 {
    text-decoration: none;
}

#index_swiper .swiper-slide.slide06-1 .pager_wrap03 i {
    font-size: 38px;
    background: #fff;
    border: 1px #e6e6e6 solid;
    height: 82px;
    width: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    transition: .2s
}

#index_swiper .swiper-slide.slide06-1 .pager_wrap03 i:hover {
    background: #e6e6e6;
    color: #000;
}

#index_swiper .swiper-slide.slide06-1 .pager_wrap03 .prev02-1 {
    padding-right: 6px;
}

#index_swiper .swiper-slide.slide06-1 .pager_wrap03 .next02-1 {
    padding-left: 6px
}

..slider-index02-1 .slick-dots {
    display: flex;
    align-items: center;
    flex-direction: column;
}

..slider-index02-1 .slick-dots li {
    display: none;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size: 14px;
}

..slider-index02-1 .slick-dots li.slick-active {
    display: block;
}

@media(max-width:991px) {
    #index_swiper .swiper-slide.slide06-1 .pager_wrap03 {
        display:none;
    }

    ..slider-index02-1 {
        position: relative;
        margin-top: 40px;
        width: 100%;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;


    }
    ..slider-index02-1 .item {
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
    
    }
    
    ..slider-index02-1 .item .thumb {
        overflow: hidden;
        position: relative;
    }
    ..slider-index02-1 .item .thumb img {
        width: 100%;
        height: 215px;
        /* width: 100%;
        height: auto; */
    }
    ..slider-index02-1 .item .caption {
        margin-top: 20px;
    }
    
    ..slider-index02-1 .item a .caption span {
        font-size: 13px;
        color: #949494;
    }
    
    ..slider-index02-1 .item a .caption h2 {
        font-size: 16px;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        font-weight: 600;
    }
    
    
}