.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    background-color: #FFF;
    height: 660px;
}
.banner_001{background-image:url('../images/index_banner/banner_001.jpg'); background-position: center center;}
.banner_002{background-image:url('../images/index_banner/banner_002.jpg'); background-position: center bottom;}
.banner_003{background-image:url('../images/index_banner/banner_003.jpg'); background-position: center top;}


.set-wrap-banner{
    position: relative;
    margin: auto;
    width: 100%;
    height: 1px;
    max-width: 1200px;
}
.new-member-card{
    position: absolute;
}



.box-vdo{
    background-color: #000;
    position: relative;
    width: 100%;
    height: 660px;
    overflow: hidden;
}
.box-vdo video{
    position: absolute;
    min-width: 100%;
    min-height: 660px;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%,-50%);
}


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

.swiper-slide {height: 400px;}
.box-vdo{height: 400px;}
.box-vdo video{height: 400px; }
.swiper-button-prev,.swiper-button-next{display: none;}

}


