.swiper {
    width: 100%;
    margin: auto;
    position: relative;
    max-width: 1920px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    background-position: center center;
    position: relative;
}

.swiper-slide-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 80px;
    text-align: center;
    color: #e4cbab;
    font-size: 25px;
    font-weight: bold;
}

.swiper-slide-content-pins {
    padding: 25px 0;
}

/* swiper1 */
#swiper1 .swiper-slide {
    height: 840px;
}

#swiper1 .swiper-slide-content {
    color: #6e4b47;
    bottom: 280px;
    font-size: 35px;
}

#swiper1 .swiper-slide-content p:nth-child(1) {
    margin-bottom: 180px;
}

#swiper1 .guide {
    position: absolute;
    width: 22px;
    height: 218px;
    left: 50%;
    bottom: 0;
    margin-left: -11px;
}

#swiper1 .guide img {
    -ms-animation: arrow 1s linear infinite;
    -webkit-animation: arrow 1s linear infinite;
    animation: arrow 1s linear infinite;
}

@keyframes arrow {
    0% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* swiper2 */
#swiper2 .swiper-slide {
    height: 966px;
}

/* swiper3 */
#swiper3 .swiper-slide {
    height: 960px;
}

/* swiper4 */
#swiper4 .swiper-slide {
    height: 966px;
}

#swiper4 .swiper-slide-content {
    bottom: 120px;
}

/* pagination */
.swiper_pagination_right {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    flex-direction: column;
    transform: translate3d(0px, -50%, 0);
}

.swiper_pagination_right .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #e1c094;
    opacity: .8;
    margin: 3px 0;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, height .5s;
    transition-delay: .5s, .5s, 0s;
}

.swiper_pagination_right .swiper-pagination-bullet-active {
    opacity: 0.8;
    background-color: #6e4b47;
    height: 50px;
    transition-delay: 0s;
}

.swiper-slide-content-header img {
    margin: auto;
}

@media screen and (max-width: 750px) {

    /* pagination */
    .swiper_pagination_right .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper_pagination_right .swiper-pagination-bullet-active {
        opacity: 1;
        height: 40px;
    }

    .swiper-slide {
        background-image: none !important;
        position: relative;
    }

    .swiper-slide-image {
        display: block;
        width: 100%;
    }

    .swiper-slide-content {
        position: absolute;
    }

    /* swiper1 */
    #swiper1 .swiper-slide {
        height: auto;
    }

    #swiper1 .swiper-slide-content {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    #swiper1 .swiper-slide-content p:nth-child(1) {
        padding-top: 70px;
        margin-bottom: 40px;
    }

    #swiper1 .swiper-slide-content p:nth-child(1) img {
        display: block;
        height: 25px;
        margin: auto;
    }

    #swiper1 .swiper-slide-content p:nth-child(2) {
        font-size: 18px;
        line-height: 1.6;
    }

    #swiper1 .guide {
        width: 18px;
        height: 100px;
        margin-left: -9px;
    }

    #swiper1 .guide img {
        display: block;
        width: 100%;
    }

    /* swiper2 */
    #swiper2 .swiper-slide {
        height: auto;
    }

    #swiper2 .swiper-slide-content {
        width: 100%;
        left: 0;
        bottom: 40px;
    }

    #swiper2 .swiper-slide-content p:nth-child(1) {
        padding-top: 0;
        margin-bottom: 0;
    }

    #swiper2 .swiper-slide-content p:nth-child(1) img {
        height: 25px;
        margin: auto;
    }

    #swiper2 .swiper-slide-content p:nth-child(2) {
        padding: 20px 0;
    }

    #swiper2 .swiper-slide-content p:nth-child(2) img {
        width: 70%;
        margin: auto;
    }

    #swiper2 .swiper-slide-content p:nth-child(3) {
        font-size: 15px;
        padding: 0 20px;
        line-height: 1.6;
    }

    /* swiper3 */
    #swiper3 .swiper-slide {
        height: auto;
    }

    #swiper3 .swiper-slide-content {
        width: 100%;
        left: 0;
        bottom: 40px;
    }

    #swiper3 .swiper-slide-content p:nth-child(1) {
        padding-top: 0;
        margin-bottom: 0;
    }

    #swiper3 .swiper-slide-content p:nth-child(1) img {
        height: 25px;
        margin: auto;
    }

    #swiper3 .swiper-slide-content p:nth-child(2) {
        padding: 20px 0;
    }

    #swiper3 .swiper-slide-content p:nth-child(2) img {
        width: 70%;
        margin: auto;
    }

    #swiper3 .swiper-slide-content p:nth-child(3) {
        font-size: 15px;
        padding: 0 20px;
        line-height: 1.6;
    }

    /* swiper4 */
    #swiper4 .swiper-slide {
        height: auto;
    }

    #swiper4 .swiper-slide-content {
        width: 100%;
        left: 0;
        bottom: 40px;
    }

    #swiper4 .swiper-slide-content p:nth-child(1) {
        padding-top: 0;
        margin-bottom: 0;
    }

    #swiper4 .swiper-slide-content p:nth-child(1) img {
        height: 25px;
        margin: auto;
    }

    #swiper4 .swiper-slide-content p:nth-child(2) {
        padding: 20px 0;
    }

    #swiper4 .swiper-slide-content p:nth-child(2) img {
        width: 70%;
        margin: auto;
    }

    #swiper4 .swiper-slide-content p:nth-child(3) {
        font-size: 15px;
        padding: 0 20px;
        line-height: 1.6;
    }

    /* footer */
    .footer {
        margin-top: 0;
    }


}

/* ------------------------------ PAD ------------------------------------*/
@media screen and (min-width:750px) and (max-width:1000px){
    #swiper1 .swiper-slide, #swiper2 .swiper-slide, #swiper3 .swiper-slide, #swiper4 .swiper-slide {
        height: 480px;
        background-size:  auto 100%;
    }
    #swiper1 .swiper-slide-content {
        bottom: 150px;
        font-size: 24px;
    }
    #swiper1 .swiper-slide-content p:nth-child(1) {
        margin-bottom: 50px;
    }
    #swiper1 .swiper-slide-content p:nth-child(1) img{ height: 35px;}
    #swiper1 .guide{ bottom: -150px;}
    .swiper-slide-content {
        bottom: 30px;
        font-size: 16px;
    }
    .swiper-slide-content-pins{ padding: 15px 0;}
    .swiper-slide-content-pins img{ height: 18px;}
    .swiper-slide-content-header img{ height: 26px;}
    #swiper4 .swiper-slide-content{ bottom: 30px;}

}