#behind .banner {
    position: relative;
}

#behind .banner .swiper-banner {
    height: calc(100vh - 61px);
    z-index: 0;
}

#behind .banner .swiper-banner .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#behind .banner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

#behind .banner .text img {
    width: 250px;
}

#behind .banner .text h1 {
    color: #fff;
    margin-top: 15px;
    font-size: 2.5rem;
    font-family: bsh;
}

#behind .ctn h1 {
    color: #000;
    font-size: 3rem;
    font-family: bsh;
    text-align: center;
}

#behind .ctn {
    padding: 50px 0;
}

#behind .ctn .items {
    margin-top: 30px;
}

#behind .ctn .items .item .img {
    position: relative;
    height: 65vh;
}

#behind .ctn .items .item .img .opacity {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#behind .ctn .items .item .img h2 {
    color: #fff;
    margin-top: 15px;
    font-size: 1rem;
    font-family: bsh;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

#behind .ctn .items .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#behind .ctn .pagination {
    justify-content: center;
}

#behind .ctn .pagination .page-item {
    padding: 0 5px;
}

#behind .ctn .pagination .page-item.active .page-link {
    font-weight: 700;
}

#behind .ctn .pagination .page-link.arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    padding: 0;
}

#behind .ctn .pagination .page-link {
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    color: #000;
    background: #f9db56;
}

#behind .ctn .pagination .page-link.arrow svg {
    font-size: 1.5rem;
    color: #000;
    line-height: 50px;
}

@media (orientation: portrait) {
    #behind .banner .text {
        width: 100%;
    }

    #behind .banner .text h1 {
        font-size: 1.5rem;
    }

    #behind .ctn .text h1 {
        font-size: 2rem;
    }

    #behind .ctn h1 {
        font-size: 2rem;
    }

    #behind .ctn .items .item {
        margin-bottom: 15px;
    }
}
