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

#behind_detail .banner .img {
    position: relative;
    height: 100%;
}

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

#behind_detail .banner .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#behind_detail .banner .img .text {
    position: absolute;
    bottom: 15px;
    left: 175px;
    z-index: 1;
}

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

#behind_detail .ctn {
    padding: 30px 0;
}

#behind_detail .ctn .questions .accordion-button {
    color: #000;
    font-size: 1.2rem;
    font-family: bsh;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: rgba(249, 219, 86, 0.8);
}

#behind_detail .ctn .questions .accordion-body p {
    color: #000;
    font-size: 1rem;
    font-family: ht;
    margin-bottom: 10px;
}

#behind_detail .ctn .other {
    padding: 50px 0;
}

#behind_detail .ctn .other > h1 {
    color: #000;
    font-size: 2.5rem;
    font-family: bsh;
    text-align: center;
}

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

#behind_detail .ctn .other .items .item {
    background: #f9db56;
    padding: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    height: 100%;
}

#behind_detail .ctn .other .items .item .btn-article {
    background: #faf3e3;
    padding: 2.5px 15px;
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-family: bsh;
    margin-top: 15px;
    width: 100%;
}

#behind_detail .ctn .other .items .item > div .img {
    width: 100%;
    height: 25vh;
}

#behind_detail .ctn .other .items .item > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#behind_detail .ctn .other .items .item > div .text h1 {
    color: #000;
    font-size: 1.5rem;
    font-family: bsh;
}

#behind_detail .ctn .other .items .item > div .text p {
    color: #000;
    margin-top: 15px;
    font-size: 1rem;
    font-family: ht;
    font-weight: 400;
}

#behind_detail .ctn .other .more {
    margin: 15px auto 0;
    display: block;
    width: 50%;
}

#behind_detail .ctn .menu > h1 {
    color: #000;
    font-size: 2.5rem;
    font-family: bsh;
    text-align: center;
}

#behind_detail .ctn .menu .swiper-menu {
    margin-top: 50px;
    position: relative;
}

#behind_detail .ctn .menu .swiper-menu .swiper-slide > div {
    overflow: hidden;
}

#behind_detail .ctn .menu .swiper-menu .swiper-slide > div a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#behind_detail .ctn .menu .swiper-menu .swiper-slide > div a h2 {
    color: #fff;
    font-size: 1.2rem;
    font-family: bsh;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
}

#behind_detail
    .ctn
    .menu
    .swiper-menu
    .swiper-slide.swiper-slide-active
    > div
    a
    h2 {
    opacity: 1;
}

#behind_detail
    .ctn
    .menu
    .swiper-menu
    .swiper-slide.swiper-slide-active
    > div
    a
    .bg {
    opacity: 1;
}

#behind_detail .ctn .menu .swiper-menu .swiper-slide > div a .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

#behind_detail .ctn .menu .swiper-menu .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #000;
}

#behind_detail .ctn .menu .wrap-swiper {
    position: relative;
}

#behind_detail .ctn .menu .prevBtn,
#behind_detail .ctn .menu .nextBtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    background: #f9db56;
}

#behind_detail .ctn .menu svg {
    font-size: 1.5rem;
    line-height: 50px;
}

#behind_detail .ctn .menu .prevBtn {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

#behind_detail .ctn .menu .nextBtn {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

#behind_detail .ctn .menu .more {
    margin: 15px auto 0;
    display: block;
    width: 50%;
}

@media (orientation: portrait) {
    #behind_detail .banner .img .text {
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 75%;
    }

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

    #behind_detail .ctn .other > h1 {
        font-size: 2rem;
    }

    #behind_detail .ctn .menu > h1 {
        font-size: 2rem;
    }

    #behind_detail .ctn .menu .prevBtn,
    #behind_detail .ctn .menu .nextBtn {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    #behind_detail .ctn .menu svg {
        font-size: 1rem;
    }

    #behind_detail .ctn .menu .prevBtn {
        left: 5px;
        z-index: 2;
    }

    #behind_detail .ctn .menu .nextBtn {
        right: 5px;
        z-index: 2;
    }

    #behind_detail .ctn .menu .swiper-menu .swiper-slide > div a h2 {
        font-size: 1rem;
    }
}
