.arch02-template-07{
    position: relative;
    display: block;
    height: 100vh;
    overflow: hidden;
    min-height: 800px;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    background-size: auto 100%;
    background-position: center;
}
.arch02-template-07 .main_slide{
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 100%;
}
.arch02-template-07 .swiper-container{
    height: 100%;
}
.arch02-template-07 .swiper-slide .box{
    /* height: 570px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 50%;
    height: 100%;
    padding-bottom: 8vw;

}
.arch02-template-07 .arch02-template-07__swiper .box .block{
    display: block;
    WIDTH: 38%;
    opacity: 0;
    transition: all 1s ease;
    left: 25%;
    position: relative;
}
.arch02-template-07 .arch02-template-07__swiper .box .block .imgs{
    position: relative;
    margin-bottom: 45px;
}

.arch02-template-07 .swiper-slide-active .box .block{
    transform: translateY(0);
    opacity: 1;
}

.arch02-template-07 .swiper-slide .box .title{
    font-size: 30px;
    color: #fff;
    line-height: 38px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 500;
    transition: all .8s ease;
    opacity: 0;
    transform: translateY(20px);
}

.arch02-template-07 .swiper-slide .box .memo{
    font-weight: 300;
    transition: all .8s ease;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
}
.arch02-template-07 .swiper-slide.swiper-slide-active .box .title{
    opacity: 1;
    transform: translateY(0);
    transition: all .8s ease .1s;
}
.arch02-template-07 .swiper-slide.swiper-slide-active .box .memo{
    opacity: 1;
    transform: translateY(0);
    transition: all .8s ease .5s;
}






.arch02-template-07 .arch02-template-07__swiper .box .text{
    position: relative;
    padding-left: 0;
    display: block;
    align-items: center;
    width: 100%;
    top: 0;
}
.arch02-template-07 .bgimgs{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 60%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.arch02-template-07 .bgimgs div{
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    overflow: hidden;
    transform: scale(1.2);
    transition: all 1.2s ease;
}
.arch02-template-07 .swiper-slide-active .bgimgs div{
    transform: scale(1.01);
}
.arch02-template-07 .bgimgs img{
    opacity: 0;
}
.arch02-template-07 > .text{
    position: absolute;
    top: -8vw;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    left: 50%;
}
.arch02-template-07 .text img{
    position: relative;
    transform-origin: bottom;
    max-width: 100%;
}
.arch02-template-07 .imgs img{
    max-width: 100%;
}
.arch02-template-07 .arch02-template-07__swiper .box .sub_title{
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    color: white;
}
.arch02-template-07 .arch02-template-07__swiper .box .name .title{
    font-size: 18px;
    line-height: 32px;
    position: relative;
    color: #a4a4a4;
    display: block;    width: 50%;
}
.arch02-template-07 .arch02-template-07__swiper .box .text .title{
    font-size: 22px;
    line-height: 26px;
    position: relative;
    color: white;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}
.arch02-template-07 .arch02-template-07__swiper .box .name{
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 130px;
}
.arch02-template-07 .arch02-template-07__swiper .box .memo{
    width: 100%;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #a5a4a4;
    font-weight: 300;
}
.arch02-template-07 .swiper-slide{
    height: auto;
}
.arch02-template-07__swiper-bottom{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    margin-left: 0;
    font-weight: bold;
    color: white;
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin-top: -17px;

}

.arch02-template-07__swiper-bottom .icon{
    font-size: 35px;
    position: relative;
    display: flex;
    cursor: pointer;
    height: 35px;
    width: 70px;
    text-align: center;
    justify-content: center;
}
.arch02-template-07__swiper-bottom .icon.swiper-button-disabled{
    opacity: .5;
    pointer-events: none;
}

.arch02-template-07__swiper-pagination{
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 5%;
    display: block;
    width: 60%;
    text-align: center;
}
.arch02-template-07__swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border: none;
    background-color: white;
    display: inline-block;
    margin: 0 8px;
    opacity: .4;
    position: relative;
    transition: all .3s ease;
}
.arch02-template-07__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-color: #fff;
    background-color: #fff;
    opacity: 1;
}

.arch01-template-02.show .arch02-template-07-pagination-fraction{
    transition: all .8s ease 1.5s;
    opacity: 1;
    transform: translateY(0);
}
.arch02-template-07-pagination-fraction .swiper-pagination-bullet {
    border: 1px solid black;
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 0 12px;
    transition: all .3s ease;
    opacity: .8;
}
.arch02-template-07-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: black;
    border-color: black;
    opacity: 1;
}

@media (max-width:1500px) {
    .arch02-template-07 .arch02-template-07__swiper .box .block{
        left: 8vw;    WIDTH: 45%;
    }


}



@media (max-width:1200px) {
    .arch02-template-07{
        min-height: 500px;
    }
    .arch02-template-07 .swiper-slide .box .title{
        font-size: 26px;
        line-height: 35px;margin-bottom: 28px;
    }
    .arch02-template-07 .arch02-template-07__swiper .box .memo{
        font-size: 16px;
        line-height: 25px;
    }


}

@media (max-width:1000px) {
    .arch02-template-07 .bgimgs{
        width: 50%;
    }
    .arch02-template-07 {
        min-height: 500px;
        height: 75vw;
    }

    .arch02-template-07 .arch02-template-07__swiper .box .block {
        left: 8vw;
        WIDTH: 70%;
    }
    .arch02-template-07 .swiper-slide .box {
        position: relative;
        display: flex;
        align-items: CENTER;
        width: 50%;
        height: 100%;
        padding-bottom: 0;
    }
    .arch02-template-07__swiper-bottom{
        width: 50%;
    }

    .arch02-template-07__swiper-bottom .icon{
        font-size: 30px;
    }
    .arch02-template-07__swiper-pagination{
        width: 50%;
    }
}



@media (max-width:600px) {
    .arch02-template-07 .bgimgs {
        width: 100%;
        position: relative;
        height: 80vw;
    }
    .arch02-template-07 .swiper-slide .box{
        width: auto;
        height: auto;
        padding-top: 20px;
    }

    .arch02-template-07 {
        min-height: 500px;
        height: auto;
        padding-bottom: 80px;
    }
    .arch02-template-07 .swiper-slide .box .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .arch02-template-07 .arch02-template-07__swiper .box .memo {
        font-size: 14px;
    }
    .arch02-template-07__swiper-bottom {
        width: 100%;
        top: 40vw;
        margin-top: 10px;
    }
    .arch02-template-07__swiper-bottom .icon {
        font-size: 25px;
    }

    .arch02-template-07__swiper-pagination {
        width: 100%;
        bottom: auto;
        top: 80vw;
        transform: translateY(-100%);
        margin-top: -18px;
    }
    



}


@media (max-width:350px) {



}