@charset "UTF-8";

body {
    width: 100%;
    height: 100%;
    background-image: url(../images/F/bg.png);
    background-attachment: fixed;
    color: #fff;
    font-size: .8rem;
}

main {
    min-height: 100vh;
}

.pageBox {
    min-height: 100vh;
    align-items: center;
    padding-left: 6vw;

}

.Txt .titleBox h1 {
    font-size: 6rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1rem;
    line-height: 1;
}

.Txt .titleBox h1:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 200%;
    height: 10px;
    background: linear-gradient(to right, #e2acb8 30%, #5f4899 50%, #2c96d3 70%);

}



.text p span {
    display: block;
}






.VideoBox .innerImg {
    padding-top: 100%;
    overflow: hidden;
}

.VideoBox a .innerImg .image {
    background-position: center;

    -webkit-filter: grayscale(1);

    transform-origin: center;
    transform: scale(1);

    transition: .3s;
}

.VideoBox a:hover .innerImg .image {

    transform: scale(1.1);
    -webkit-filter: grayscale(0);

    transition: .3s;

}



.VideoBox .innerImg .image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(200deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}




.VideoTxt {
    color: #fff;

}

.VideoTxt .VideoName {
    line-height: 2;
    border-bottom: 1px solid #fff;
}

.VideoTxt .VideoName b {
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 2px;
}

.VideoTxt .VideoName small {
    font-size: 1rem;
    font-weight: 300;
}

.VideoTxt .VideoName small:before {
    content: ' / ';
}

.VideCompany {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1;
    margin: 0;
}

.VideoTxt .VideoText {
    margin-bottom: 2rem;
}


.VideoBox .icon-play {
    position: absolute;
    width: 40px;
    left: 30px;
    bottom: 30px;
    height: 40px;
    background-image: url(../images/F/icon-play.svg);
    background-size: contain;
    opacity: 0.3;
    transition: .5s;

}

.disabled .icon-play {
    display: none;
}


.VideoBox a:hover .icon-play {
    opacity: 1;
    transition: .5s;
}

.pageF1 .VideoTxt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
}

.pageF1 .VideoBox {
    padding-right: 6vw;
}

.pageF1 .VideoBox .innerImg {
    padding-top: 60%;
}

.pageF1 .VideoBox a .icon-play {
    top: 30px;
    bottom: auto;

}


.pageF1 .VideoTxt .VideoText {
    margin-bottom: 0;
}


.pageF2 .Txt .titleBox span {
    position: absolute;
    bottom: 100%;
    left: 0;
}

.VideoSwiper {
    padding-bottom: 3rem;
}

.swiper-button-next,
.swiper-button-prev {
    top: auto;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    width: 50px;
}

.swiper-button-prev {
    left: 40%;
}

.swiper-button-next {

    right: 40%;
}


.VideoSwiper .swiper-pagination {
    bottom: -30px !important;
}



@media(max-width:991px) {
    body {
        background-attachment: scroll;
        background-size: 100% auto;
        background-image: url(../images/F/bg-m.jpg);
    }
    main {
        padding-top: 80px;
        width: 100vw;
        overflow: hidden;
    }

    .text p {
        text-align: justify;
    }

    .text p span {
        display: inline;
    }

    .pageBox {
        min-height: auto;
        padding: 0;
        margin-bottom: 20%;
    }

    .pageF1 .VideoBox {
        padding-right: 0;
    }

    .pageF2 .Txt .titleBox span {
        position: relative;
    }

    .Txt .titleBox h1:before {
        top: 80%;
    }

    .swiper-button-next {
        right: 20%;
    }

    .swiper-button-prev {
        left: 20%;
    }

    .pageBox .Txt {
        padding: 0 6vw;
    }

    .Txt .titleBox h1 {
        font-size: 3.4srem;
        margin-bottom: 2rem;
    }
}