@charset "UTF-8";

.slogan {
    position: absolute;
    opacity: 0;
}

.p-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.p-wrapper .preview__inner {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100vw;
        background-color: rgba(120, 120, 120, 0.7);
        height: 100vh;
        backdrop-filter: blur(2px);

}

.p-wrapper .preview__inner .innerBox {
            position: relative;
            display: block;
            background-color:#7c230e;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 5%;
}

.p-wrapper .preview__inner .innerBox::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fff;
    pointer-events: none;
    opacity: 0.8;
}

.p-wrapper .preview__inner .innerBox:hover {
    color: #fff;
}

.p-wrapper .preview__inner .innerBox .Text{
    width: 100%;
    color: #fff;
}

.bg-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

.bg-video-wrap video {
    position: absolute;
    /* top: 50%; */ 
    height: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    /* transform: translate(-50%, -50%); */
}


.bg-video-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom,#2d0e0a00 0,#2d0e0a82 70%,#2d0e0a 100%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    bottom: -1px;
    left: 0;
}


.bannerArea {
    min-height: 80vh;
}

.bannerBox {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bannerBox .row {
    min-height: 80vh;
    font-family: 'Noto Serif TC', serif;
    text-align: center;
}

.bannerBox .row h2{
    font-size: 2.5rem;
    letter-spacing: 5px;
    margin-bottom: 1rem;
}

.page{
    margin: 0 10%;
}

.contentBox {
    background-color: #7c230e;
    color: #fff;
    z-index: 0;
    padding-top: 10%;
    padding-bottom: 15%;
}

.contentBox .Txt {
    margin-top: -4.5%;
}

.contentBox .title-EN{
    width: 40%;
}


.contentBox .subTxt p{
    margin-top: 15%;
    text-align: center;
    line-height: 3;
    padding: 1% 3%;
    display: inline-block;
    border: 1px solid #fff;
    margin-bottom: 15%;
}



.contentBox::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #ffffff;
    pointer-events: none;
}


.mailerBox::before,
.mailerBox::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding-top: 65%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    pointer-events: none;
}

.mailerBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.mailerBox-before::before {
    z-index: -1;
    background-image: url(../images/img/mailer-before.png);
}

.mailerBox-after::after {
    z-index: 1;
    background-image: url(../images/img/mailer-after.png);
}

.mailer-icon {
    background-image: url(../images/img/mailer-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-top: 18%;
    z-index: 10;
    background-size: 12%;
}


@media (max-width:991px) {
    .p-wrapper .preview__inner .innerBox {
        width: 90%;
        padding: 10%;
    }
    
    .bg-video-wrap:after {
        content: '';
        width: 100%;
        height: 50%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .page{
        margin: 1rem 0 00;
    }

    .bannerArea,
    .bannerBox .row{
        min-height: 65vh;
    }

    .bannerBox .row h2{
        font-size: 2rem;
    }

    .contentBox::after {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .contentBox .Txt {
        margin-top: -11%;
    }

    .contentBox .title-EN{
        width: 250px;
    }

    .contentBox .subTxt p{
        margin-top: 25%;
        text-align: center;
        line-height: 2.5;
        padding: 5% 8%;
        display: inline-block;
        border: 1px solid #fff;
        margin-bottom: 30%;
    }

    .mailerBox {
        position: fixed;
    }

    .mailerBox::after,.mailerBox::before {
        width: 100%;
        padding-top: 60%;
        /* padding-top: 87%; */
    }


    .mailer-icon {
        background-size: contain;
        padding-top: 18%;
        /* padding-top: 22%; */
    }

    .contentBox {
        padding-bottom: 15%;
        padding-top: 15%;
    
    }

    footer {
        padding: 10px;
    }
}

@media (max-width:767px) {
    .bg-video-wrap video {
        top: -35%;
        left: 40%;
    }
}

