/* banner */
#banner {
    width: 100vw;
    z-index: 3;
}

#banner,
#banner * {
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
}

.webBox #banner .item .clip .bgBox {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out
}

#banner .item {
    height: min(910px, 100vh);
}

#banner .item .clip>* {
    min-width: 100vw;
    width: 100vw;
}

#banner .item .clip iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#banner .item .clip video {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
}

#banner .item .info>div {
    margin: auto;
    width: calc(100% - 60px);
}

#banner .item .info>div .txt {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

#banner .item .info>div .txt:nth-child(2) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

#banner .item .info>div .txt>* {
    padding: 10px 15px;
    max-width: calc(100% - 30px);
    font-size: 18px;
}

#banner .item .info>div .txt h3 {
    margin-bottom: 15px;
    line-height: 120%;
    font-size: 35px;
}

.webBox #banner .item.slick-current .clip .bgBox {
    animation: unset;
    -webkit-transform: scale(1);
    width: 100%;
    background-position: 0% 50%;
    background-size: cover;
}

@media screen and (max-width: 1470px) {
    #banner .item {
        height: min(670px, 100vh);
    }

    .webBox #banner .item .clip .bgBox,
    .webBox #banner .item.slick-current .clip .bgBox {
        background-position: 0% 50%;
    }
}

@media screen and (max-width: 1280px) {
    #banner .item {
        height: 80vh;
    }
}

@media screen and (max-width: 1024px) {
    #banner {
        margin-top: 65px;
    }

    #banner .item {
        height: 65vh;
    }
}

@media screen and (max-width: 980px) {
    #banner .item {
        height: 40vh;
    }
}

@media screen and (max-width: 640px) {
    #banner {
        margin-top: 53px;
    }

    #banner .item {
        height: 350px;
    }

    .webBox #banner .item .clip .bgBox,
    .webBox #banner .item.slick-current .clip .bgBox {
        background-position: 27% 50%;
    }
}