#s04 {
    height: 891px;
}

#s04 .txt-wrapper {}

#s04 .txt-wrapper .txt-big {
    margin-top: 120px;
    font-size: 78px;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    text-align: center;
}

#s04 .txt-wrapper .txt-small {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
    text-align: center;
    margin-top: 15px;
}

#s04 .swiper-wrapper.auto-loop-slides {
    transform: translateX(-6500px) !important;
    transition: transform 120s linear !important;
    /* animation: auto-loop-slides 30s linear infinite; */
}

#s04 .swiper-container {
    position: absolute;
    left: 95px;
    right: 95px;
    bottom: 124px;
    margin: 0 auto;
}

#s04 .swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}


#s04 .swiper-slide:hover img{
    transform: scale(1.05);
}
#s04 .swiper-slide {
    cursor: pointer;
    overflow: hidden;
}

/* #s04 .swiper-slide:hover .cover{
    opacity: 1;
    pointer-events: all;
} */
#s04 .swiper-slide img {
    transition: transform 1s ease;
}

#s04 .swiper-slide .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

    background-color: rgba(206, 164, 124, 0.75);
    /* background-color: rgba(206, 164, 124, 0.85); */
    /* backdrop-filter: blur(2px); */

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

#s04 .swiper-slide .cover .txt {
    color: white;
    font-size: 20px;
    text-decoration: underline;
    font-weight: 500;
}

#s04 .arrow-wrapper {
    position: absolute;
    top: 224.5px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 2090px;

    padding: 0 40px;

    margin: 0 auto;

    /* border: 10px solid red; */
    z-index: 1000;
    text-align: right;
}

#s04 .arrow-prev {
    /* position: absolute;
    right: 102px;
    top: 224.5px; */
    cursor: pointer;
}

#s04 .arrow-next {
    /* position: absolute;
    right: 30px;
    top: 224.5px; */
    margin-left: 34px;
    cursor: pointer;
}