.nav_btm2 {
    display: flex;
    z-index: 5;
    align-items: center;
}

.qr_img {
    margin: 10px 0 0 10px;
}

.list_dot {
    width: 1960px;
}

.videoLive {
    width: 1960px;
    height: 1800px;
}

.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.container.video .content li button {
    position: relative;
}

.container.video .content li button img:nth-child(1) {
    position: absolute;
    content: "";
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
}

.container.video .content li button img:nth-child(2) {
    width: 100%;
    height: 100%;
}

.container.video .content li {
    height: 440px;
}

.container.video .content li button b {
    color: #000000;
    font-family: "Pretendard";
    font-size: 42px;
    text-align: left;
    width: 519px;
    height: 100px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}

.swiper-button-prev {
    background-image: url('../../images/btn_prev.png');
    width: 69px;
    height: 138px;
    background-size: 130% 130%;
}

.swiper-button-next {
    background-image: url('../../images/btn_next.png');
    width: 69px;
    height: 138px;
    background-size: 130% 130%;

}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    color: #000;
    opacity: 1;
    background: #FFFFFF;
    border: 4px solid #2C3B74;
    margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #2C3B74;
}
