
.arch02-template-02 {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100vh;
    min-height: 800px;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}
.arch02-template-02.show{

}

.arch02-template-02::after{
    content: '';
    display: block;
    clear: both;
}

.arch02-template-02 .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1.3);
    opacity: 0;
    transition: all 1.2s ease;
}

.arch02-template-02.show .bg{
    transform: scale(1);
    opacity: 1;
}

.arch02-template-02 .text_box{
    position: absolute;
    color: white;
    top: 50%;
    left: 15%;
    width: 32%;
    transform: translateY(-38%);
    z-index: 5;
}
.arch02-template-02 .text_box .title{
    font-size: 70px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    line-height: 75px;
    letter-spacing: 10px;
    opacity: 0;
    transform: translateY(20px)scale(1.05);
    transition: all .6s ease .5s;
}
.arch02-template-02.show .text_box .title{
    opacity: 1;
    transform: translateY(0);
}


.arch02-template-02 .text_box .text{
    font-size: 30px;
    color: #a5a4a4;
    margin-bottom: 45px;
    position: relative;
    line-height: 40px;
    opacity: 0;
    transform: translateY(20px)scale(1.05);
}
.arch02-template-02.show .text_box .text{
    opacity: 1;
    transform: translateY(0);
    transition: all .6s ease .5s;
}
.arch02-template-02 .text_box .memo{
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
    position: relative;
    display: block;
    letter-spacing: 3px;
    padding-left: 30px;
    opacity: 0;
    transform: translateY(20px)scale(1.05);
}
.arch02-template-02.show .text_box .memo{
    opacity: 1;
    transform: translateY(0);
    transition: all .6s ease .9s;
}
.arch02-template-02 .text_box .memo::before{
    content: '';
    background-color: white;
    width: 3px;
    height: calc(100% - 17px);
    position: absolute;
    top: 12px;
    left: 0;
}
.arch02-template-02 .playvideo{
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    position: relative;
    left: 0;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    transition: all .3s ease,opacity .6s ease 1s,transform .6s ease 1s;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(20px)scale(1.05);
}

.arch02-template-02.show .playvideo{
    opacity: 1;
    transform: translateY(0);
}



.arch02-template-02 .playvideo::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -2px;
    transition: all .3s ease;
}


.arch02-template-02__video-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
    transition: opacity 0.5s;
    opacity: 0;
    pointer-events: none;
}
.arch02-template-02__video-popup.active {
    opacity: 1;
    z-index: 1020;
    pointer-events: initial;
}
.arch02-template-02__video-popup iframe {
    width: 86%;
    height: 85vh;
    max-width: 900px;
    max-height: 600px;
    position: relative;
}
.arch02-template-02__video-popup::before{
    content: 'X';
    position: absolute;
    color: white;
    right: 5%;
    top: 5%;
    font-size: 35px;
    cursor: pointer;
}



.arch02-template-02 .scroll{
    position: absolute;
    z-index: 10;
    color: white;
    height: 68px;
    cursor: pointer;
    font-weight: bold;
    left: 3%;
    bottom: 7vw;
    transform: translateY(50px);
    transition: all 1s ease 1.5s;
    opacity: 0;
}
.arch02-template-02 .scroll .scroll-img{

}
.arch02-template-02.show .scroll{
    opacity: 1;
    transform: translateY(0);
}

.arch02-template-02 .scroll::after{
    content: "";
    display: block;
    margin: 0 auto 3px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    width: 8px;
    height: 8px;
    position: relative;
    top: 0;
    left: 0px;
    transform: rotate(45deg);
    -webkit-animation: draw 2s linear infinite;
    animation: draw 2s linear infinite;
}

@-webkit-keyframes draw {
    0%,to {
        transform: rotate(45deg);
    }

    99.9% {
        transform: rotate(45deg);
    }
}

@keyframes draw {
    0%,to {
        top: -5px;
        opacity: 0;
    }

    50% {
        top: 0;
        opacity: 1;
    }

    99.9% {
        top: 10px;
        opacity: 0;
    }
}


.arch02-template-02 .scroll .scroll-text{
    font-size: 16px;
    color: #202020;
    position: relative;
    transform: rotate(-90deg);
}


@media (max-width:1500px) {
    .arch02-template-02 .text_box{
        width: 40%;
    }
    .arch02-template-02 .text_box .title {
        font-size: 55px;
        line-height: 65px;
    }
    .arch02-template-02 .text_box .text{
        font-size: 26px;
    }
    .arch02-template-02 .text_box .memo {
        font-size: 40px;
        line-height: 48px;
    }


}






@media (min-width:1199px) {
    .arch02-template-02 .playvideo:hover {
        background-color: #fff;
        border-color: #fff;
    }
    .arch02-template-02 .playvideo:hover:after{
        border-color: transparent transparent transparent #024544;
    }


}


/*pad*/
@media (max-width:1200px) {

    .arch02-template-02 .text_box .title {
        font-size: 45px;
        line-height: 55px;
        letter-spacing: 5px;
    }
    .arch02-template-02 .text_box .text {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .arch02-template-02 .text_box .memo {
        font-size: 24px;
        line-height: 30px;
    }

    .arch02-template-02 .scroll .scroll-img{
        opacity: 0;
    }
    .arch02-template-02 .scroll{
        left: 15%;
    }

    .arch02-template-02{
        min-height: 500px;
    }

    .arch02-template-02 .text_box {
        width: 45%;
        left: 12%;
    }
    .arch02-template-02 .playvideo::after{
        transform: scale(.8);
    }
}


@media (max-width:600px) {
    .arch02-template-02 .scroll {
        left: 10%;
    }
    .arch02-template-02 .text_box .title {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 3px;
    }

    .arch02-template-02 .text_box .text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .arch02-template-02 .text_box {
        width: 50%;
        left: 10%;
    }
    .arch02-template-02 .text_box .memo {
        font-size: 20px;
        line-height: 26px;
        PADDING-LEFT: 15px;
    }

    .arch02-template-02 .text_box .memo::before {
        height: calc(100% - 12px);
        top: 8px;
    }
    .arch02-template-02 .playvideo {
        width: 50px;
        height: 50px;
    }


    .arch02-template-02{
        min-height: 400px;
    }



}

@media (max-width:365px) {
    .arch02-template-02 .text_box .memo {
        font-size: 16px;
        line-height: 23px;
        PADDING-LEFT: 15px;
    }


    
}
