.sl3-wrap {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 32px;
    padding-bottom: 40px;
    transition: 0.1s ease-in;
}

.sl3-wrap > .row:first-child{
    padding-bottom: 16px;
}

.sl3-wrap h2 {
    font-size: 32px;
    line-height: 32px;
}

.sl3-wrap h3 {
    padding: 0 0 16px 0;
}

.sl3-wrap .other a {
    color: #0096FF;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 8px;
}

@media (min-width: 768px) {

    .sl3-wrap {
        padding-top: 56px;
        padding-bottom: 42px;
    }

    .sl3-wrap > .container:first-child .row {
        padding-bottom: 24px;
    }

    .sl3-wrap .other {
        text-align: right;
        padding: 0;
    }
}

@media (min-width: 992px) {

    .sl3-wrap {
        padding-bottom: 34px;
    }

    .sl3-wrap > .container:first-child .row {
        padding-bottom: 32px;
    }

    .sl3-wrap h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .sl3 ul li a {
        width: 352px;
    }
}

.sl3 {
    --side-padding: .75rem;
    position: relative;
    left: 0;
    top: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    scroll-padding: var(--side-padding);
}

.sl3:not(.grab) {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.sl3 ul {
    padding: 5px 0 5px var(--side-padding);
    margin: 0;
    list-style: none;
    display: flex;
    column-gap: 20px;
}

.sl3 ul li {
    position: relative;
    left: 0;
    top: 0;
    scroll-snap-align: start;
}

.sl3:not(.grab) ul li:hover {
    transform: scale(1.02);
    transition: .2s;
}

.sl3 ul li:last-child {
    padding-right: var(--side-padding);
}

.sl3 ul li a {
    position: relative;
    display: block;
    width: 294px;
    height: 430px;

}

.sl3.grab ul li a {
    cursor: grab;
}

.sl3 ul li a img {
    height: 440px;
    object-fit: cover;
}

.sl3 .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.sl3 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.sl3 li div.grad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #00000000 33%, #000000 100%) 0 0 no-repeat padding-box;
    border-radius: 8px;
    opacity: 0.9;
}

.sl3 .title1,
.sl3 .title:hover {
    position: absolute;
    left: 0;
    bottom: 69px;
    line-height: 32px;
    font-size: 32px;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

.sl3 .title2,
.sl3 .title2:hover {
    position: absolute;
    left: 0;
    top: 370px;
    font-size: 16px;
    color: #0096FF;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

.sl3-prev,
.sl3-next {
    display: inline-block;
    background: url(/resources/images/index/06.gif) no-repeat center center;
    background-size: 30%;
    background-color: #E9EBF0;
    width: 30px;
    height: 30px;
    text-decoration: none;
    border-radius: 16px;
    border: none;
    margin-top: 20px;
}

.sl3-prev:hover,
.sl3-next:hover {
    background-color: #d0d4d9;
    text-decoration: none;
}

.sl3-prev.disabled,
.sl3-next.disabled {
    background-color: #d0d4d9;
    text-decoration: none;
    opacity: 0.2;
}

.sl3-next {
    background: url('/resources/images/index/07.gif') no-repeat center center;
    background-size: 30%;
    background-color: #E9EBF0;
}



@media (min-width: 576px) {
    .sl3 {
        --side-padding: round(down, calc((100vw - 516px) / 2), 1px);
    }
}

@media (min-width: 768px) {
    .sl3 {
        --side-padding: round(down, calc((100vw - 696px) / 2), 1px);
    }
}

@media (min-width: 992px) {
    .sl3 {
        --side-padding: round(down, calc((100vw - 936px) / 2), 1px);
    }
}

@media (min-width: 1200px) {
    .sl3 {
        --side-padding: round(down, calc((100vw - 1110px) / 2), 1px);
    }
}

@media (min-width: 1400px) {
    .sl3 {
        --side-padding: round(down, calc((100vw - 1296px) / 2), 1px);
    }
}