.Mask {
    width: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100%;
    z-index: 1002;
    background-color: #000;
}

.Mask video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: fill;
}

video::-webkit-media-controls-play-button {
    display: none;
}

.Skip {
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
}

.Banner {
    width: 87.34375%;
    margin: 0 auto;
    margin-right: 0%;
    overflow: hidden;
    position: relative;
}

.Banner .InnerImg {
    width: 100%;
    padding-top: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
    right: 0;
    width: 100%;
}

.swiper-pagination {
    position: relative;
    padding: 1% 0%;
    text-align: right;
    padding-right: 2%;
}

.swiper-pagination-bullet {
    width: 41px;
    height: 5px;
    border-radius: 0%;
    border: 1px solid #707070;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #707070;
}

.page {
    width: 87.34375%;
    margin: 0 auto;
    margin-right: 0%;
    padding-bottom: 10%;
}


/* AboutPage */

.AboutTitle {
    width: 25.7%;
    margin: 10% auto;
    font-size: 0;
    margin-bottom: 5%;
}

.AboutPage .row {
    justify-content: space-around;
    align-items: center;
}

.AboutImg {
    width: 88.07394%;
    margin: 0 auto;
    margin-right: 3%;
    font-size: 0;
}

.AboutText {
    width: 88.08%;
    margin: 0 auto;
    padding: 5% 0%;
}

.logoArea {
    width: 37.7%;
    margin: 0 auto;
    margin-left: 28%;
    font-size: 0;
}

.logoTxt .title {
    font-size: 1.5rem;
    color: #2F2F2F;
    font-family: 'Noto Serif TC', serif;
    padding-bottom: 10%;
}

.logoTxt .content {
    font-size: 20px;
    color: #2F2F2F;
    line-height: 150%;
    padding-bottom: 10%;
}

.ViewMore {
    font-size: 1.5rem;
    color: #707070;
    font-family: 'Lora', serif;
}

.ViewMore a {
    width: 100%;
    font-size: 1.5rem;
    color: #707070;
    font-family: 'Lora', serif;
}

.ViewMore::after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 3%;
    background-image: url(../images/ViewMore.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateX(0px);
    transition: all .5s ease-in-out;
    vertical-align: middle;
}

.ViewMore:hover .ViewMore::after {
    transform: translateX(4px);
    transition: all .5s ease-in-out;
}


/* WorkPage */


/* .WorkTitle{
    width: 34.3%;
    margin: 10% auto;
    font-size: 0;
    margin-bottom: 5%;
}
.workPic{
    width: 86.8%;
    margin: 0 auto;
    margin-left: 0%;
    position: relative;
}

.WorkArea{
    width: 86.58318%;
    margin: 0 auto;
    margin-right: 3%;
    position: relative;
}

.workPic .InnerImg{
    width: 100%;
    padding-top: 110%;
    background-color: #727272;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.WorkSwipe{
    width: 100%;
    overflow: hidden;
}

.WorkSwipe .row{
    align-items: center;
}

.Date{
    font-size: 2rem;
    font-family: 'Lora', serif;
    border-bottom: 1px solid #707070;
}

.WorkName{
    font-size: 2rem;
    color: #2F2F2F;
    font-family: 'Noto Serif TC', serif;
}

.WorkName small{
    font-size: 0.8rem;
    color: #2F2F2F;
    font-family: 'Lora', serif;
    margin-left: 3%;
}

.info{
    padding-top: 10%;
}

.info p{
    font-size: 1rem;
    color: #2F2F2F;
    margin: 0;
    line-height: 200%;
}

.WorkArea .swiper-button-next, .WorkArea .swiper-button-prev {
    top: unset;
    bottom: 0%;
    right: 23px;
    width: 55px;
    height: 55px;
}

.WorkArea .swiper-button-prev{
    left: auto;
    right: 100px;
}

.swiper-button-next:after{
    content: '';
    width: 55px;
    height: 55px;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper-button-prev:after{
    content: '';
    width: 55px;
    height: 55px;
    background-image: url(../images/prev.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */


/* CasePage */

.CaseBlock {
    width: 86.58318%;
    margin: 0 auto;
    margin-right: 3%;
    position: relative;
}

.CaseTitle {
    width: 23.16498%;
    margin: 10% auto;
    font-size: 0;
    margin-bottom: 5%;
}

.CaseSwipe {
    overflow: hidden;
    position: relative;
}

.CaseSwipe .Card {
    /* width: 31.09017%; */
    margin: 0 auto;
}

.Card .Date {
    font-size: 2rem;
    color: #707070;
    font-family: 'Lora', serif;
}

.swipeCard {
    width: 100%;
    padding: 5%;
    background-color: #fff;
}

.CasePic {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 5%;
}

.CasePic .InnerImg {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.CaseName {
    font-size: 1.5rem;
    color: #2F2F2F;
    border-top: 1px solid #707070;
    padding-top: 8%;
    padding-bottom: 15%;
    font-family: 'Noto Serif TC', serif;
}

.CaseName small {
    font-size: 0.8rem;
    color: #2F2F2F;
    margin-left: 3%;
}

.swipeCard .ViewMore a {
    width: 100%;
    font-size: 1.1rem;
    color: #707070;
    font-family: 'Lora', serif;
}

.swipeCard .ViewMore a::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 3%;
    background-image: url(../images/ViewMore.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
}

.CaseSwipe .swiper-button-next,
.CaseSwipe .swiper-button-prev {
    color: #A2A2A2;
}

.CaseSwipe .swiper-button-prev {
    left: 31%;
}

.CaseSwipe .swiper-button-next {
    right: 31%;
}


/* .CaseSwipe .swiper-button-next:after {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../images/img/index/CaseNext.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.CaseSwipe .swiper-button-prev:after {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../images/img/index/CasePrev.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.swiper-slide {
    opacity: .5;
}

.swiper-slide-active {
    opacity: 1;
}

@media screen and (max-width:991px) {
    .Mask video {
        object-fit: cover;
    }
    .Banner {
        width: 100%;
    }
    .Banner .InnerImg {
        background-position: center top;
    }
    .swiper-pagination {
        position: absolute;
        padding: 1% 0%;
        text-align: right;
        padding-right: 2%;
    }
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
        right: 2%;
        width: 100%;
    }
    .swiper-pagination-bullet {
        display: block;
        width: 5px;
        height: 41px;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 4px auto;
        margin-right: 4px;
    }
    .slide01 {
        background-image: url(../images/img/index/swipe01_m.jpg) !important;
    }
    .slide02 {
        background-image: url(../images/img/index/swipe02_m.jpg) !important;
    }
    .slide03 {
        background-image: url(../images/img/index/swipe03_m.jpg) !important;
    }
    .slide04 {
        background-image: url(../images/img/index/swipe04_m.jpg) !important;
    }
    .page {
        width: 100%;
    }
    .AboutImg {
        width: 100%;
        margin-right: auto;
    }
    .AboutTitle {
        width: 50%;
    }
    .AboutText {
        width: 100%;
        padding: 10% 0%;
    }
    .logoArea {
        width: 37.7%;
        margin-left: auto;
        margin-bottom: 10%;
    }
    .logoTxt .title {
        font-size: 1.2rem;
        text-align: center;
        padding-bottom: 5%;
    }
    .logoTxt .content {
        font-size: 1rem;
        line-height: 200%;
        text-align: center;
    }
    .ViewMore {
        font-size: 1rem;
        text-align: center;
    }
    .ViewMore::after {
        width: 22px;
        height: 22px;
    }
    .ViewMore a {
        font-size: 1rem;
    }
    .CaseSwipe .swiper-button-prev {
        left: 0%;
    }
    .CaseSwipe .swiper-button-next {
        right: 0%;
    }
    .CaseTitle {
        width: 50%;
    }
    .CaseBlock {
        width: 80%;
        margin-right: auto;
    }
    .CaseSwipe .Card {
        width: 80%;
        margin: 0 auto;
    }
    .swipeCard .ViewMore {
        text-align: left;
    }
}