.index_videoBanner {
    position: relative;
    width: 100%;
    height: 100vh;
    line-height: 0;
    background: ;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.index_videoBanner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

/* 首頁 Container 區 CSS */
.index_mainbanner-01 .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: -40px;
    outline: 0;
    width: 50px;
    height: 100px;
    text-indent: -9999px;
    z-index: 9999;
}

.index_mainbanner-01 .bx-wrapper .bx-prev:after, .index_mainbanner-01 .bx-wrapper .bx-next:after {
    position: absolute;
    display: block;
    width: 50px;
    height: 100px;
    line-height: 100px;
    background: #000;
    font-size: 60px;
    padding-left: 8px;
    color: #fff;
    text-indent: 0;
    text-align: center;
    top: 0;
}
.index_mainbanner-01 .bx-wrapper .bx-prev:after {
    left: 0;
    padding: 0 8px 0 0;
    content: "\f104";
    font-family: FontAwesome;
    border-radius: 0 10px 10px 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #0086af;
}

/* 主視覺文案*/
.index_videoBanner .content {
   color: #fff;
    z-index: 1;
    line-height: 1.7;
    position: relative;
    padding: 0;
    /*background: #0000005e;*/
    width: 60%;
    text-align: center;
    min-width: 340px;
    font-size: 2rem;
    pointer-events: none;
    margin-top: 30vh;
    text-shadow: 3px 3px 5px #000;
}
.index_videoBanner .content .title2:after {
   content: "";
    width: 1px;
    height: 160px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 80px;
    left: calc(50% - 1px);
}
/* 滾輪記號 */
.scroll-icon-wrap {
    display: inline-block;
    position: absolute;
    text-align: center;
    bottom: 40px;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
    line-height: 1;
}
.scroll-icon{
    display:inline-block;
    width: 25px;height: 50px; border: 1.5px solid #fff; border-radius: 30px; margin: auto;
    position: relative;
}
.scroll-icon-wrap p {
    margin:5px 0 0 0;
    text-align: center;
    font-size: 1rem;
}

.scroll-icon::before{content:'';position: absolute; width: 2px;height: 20%;background: #fff;border-radius:2px ; top: 50%; left: 50%; transform: translate(-50%,-100%);opacity: 0; animation: scroll-mouse 1s ease-in-out infinite;}

@keyframes scroll-mouse{
    0%{ transform: translate(-50%,-120%);opacity: 0;}
    50%{ transform: translate(-50%,-50%);opacity: 1;}
    100%{ transform: translate(-50%,100%);opacity: 0;}
}

@media only screen and (max-width: 1040px) {
    .index_videoBanner video {
    }
    /* 主視覺文案*/
    .index_videoBanner .content {
        color: #fff;
        z-index: 1;
        line-height: 1.7;
        position: relative;
        font-size: 1.7rem;
    }
    .index_videoBanner .content .title2:after {
        top: 60px;
    }
    /* 滾輪記號 */
    .scroll-icon-wrap {
        left: 50%;
        bottom: 90px;
    }
}

/* SEO */
.seo {
	padding:0;
	margin:0;
	z-index:0;
    line-height: 0;
    height: 0;
    color: #fff;
}