
.arch02-template-11{
    position: relative;
    padding-top: 0;
    display: block;
    height: 100vh;
    min-height: 800px;
    /* overflow: hidden; */
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    width: 100%;
    
}

.arch02-template-11 .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.arch02-template-11 .bg.front{
    z-index: 6;
    left: 50%;
    top: 50%;
    pointer-events: none;
    background-size: contain;
}
.arch02-template-11 .text_box{
    width: 85%;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    text-align: center;
    max-width: 1400px;
    height: 75%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.arch02-template-11 .text_box .box{
    position: absolute;
    bottom: 25%;
}

.arch02-template-11 .text_box .title{
    font-size: 65px;
    display: block;
    margin-bottom: 25px;
    letter-spacing: 5px;
    line-height: 70px;    width: 100%;
    position: relative;
}
.arch02-template-11 .text_box .title img{
    max-width: 100%;
}
.arch02-template-11 .text_box .sub_title{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 30px;    width: 100%;
    position: relative;

}
.arch02-template-11 .text{
    font-size: calc(48/1920*100vw);
    color: #3f3f3f;
    font-weight: 900;
    width: 100%;
    margin-bottom: 5px;
    letter-spacing: 0.4vw;
    padding-left: 10px;
}
.arch02-template-11 .text_box .calltext{
    font-size: calc(30/1920*100vw);
    color: #3f3e3e;
    font-weight: 900;
    width: 100%;
    margin-bottom: 15px;
}
.arch02-template-11 .text_box .slogan{
    color: black;
    font-size: calc(32/1920*100vw);
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    position: relative;
}
.arch02-template-11 .text_box .slogan span{
    font-size: calc(64/1920*100vw);
}
.arch02-template-11 .text_box .sub_slogan{
    color: #044041;
    font-size: calc(64/1920*100vw);
    font-weight: bold;
    display: block;
    line-height: 75px;
    width: 100%;
    position: relative;
    letter-spacing: 5px;
    margin-top: 10%;
}
#map{
    height: 70%;
    width: 100%;
    right: 0;
    position: relative;
    bottom: 17%;
}
.mapWrap{
    width: 100%;
    height: 70%;
    position: relative;
}
.mapbox{
    /* background-image: url('src/arch02/img/t-11/map-01.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    width: 100%;
}
.mapbox.active{
    z-index: 10;
}
.mapWrap .mapbox:nth-child(1){
    position: absolute;
    top: 0;
    
}
.mapWrap .mapbox:nth-child(2){
    position: absolute;
    width: 100%;
    top: 0;
   
}
.mapbox a:nth-child(1){
    width: 200px;
    height: 200px;
    display: inline-block;
    position: absolute;
   left: 35vw;
    top: 3vw;
}
.mapbox a:nth-child(2){
    width: 200px;
    height: 200px;
    display: inline-block;
    position: absolute;
    left: 44vw;
    bottom: 5vw;


}

.arch02-template-11 .copyright{
    display: block;
    float: left;
    color: #3f3e3e;
    font-size: 12px;
    width: 164px;
    margin-top: 105px;
    margin-left: 60px;
    font-weight: 300;
    opacity: .5;
    position: absolute;
    bottom: 35%;
}
.arch02-template-11 .copyright span{
    display: block;
}
.arch02-template-11.dark .copyright{
    color: #3f3e3e;
}

.arch02-template-11 .logo{
    position: absolute;
    left: 6%;
    top: 6%;
}
.arch02-template-11 .box button{
    font-size: calc(24/1920*100vw);
    color: #004f4f;
    padding: 10px 50px;
    font-weight: 700;
    border: 3px solid #004f4f;
    outline: none;
    background-color: #fff;
    position: relative;
    bottom: -120px;
}
.arch02-template-11 .box .btn1{
    margin-right: 7%;
}
.arch02-template-11 .box .btn2{
   
}
.arch02-template-11 .box button.active{
    background-color: #004f4f;
    color: #fff;
}
@media (max-width:1440px){
    .arch02-template-11 .text_box .slogan{
        letter-spacing: 1px;
    }
    .arch02-template-11 .text{
        letter-spacing: 0.5vw;
    }
    .mapbox a:nth-child(1) {
        left: 32vw;
        top: 6vw;
    }
    .mapbox a:nth-child(2) {
        left: 43vw;
        bottom: 7vw;
    }
}

@media (min-width:1199px) {


}




@media (max-width:1200px) {
    .arch02-template-11 .logo{
        max-width: 140px;
    }
    .arch02-template-11 .logo img{
        width: 100%;
    }
    .arch02-template-11 .text_box{
        height: 60%;

    }
    .arch02-template-11 .text_box .box{
        bottom: 27%;
    }
    .arch02-template-11 .text_box .title{
        font-size: 50px;
        line-height: 60px;
    }
    .arch02-template-11 .text_box .sub_title {
        font-size: 18px;
        letter-spacing: 4px;
    }
    .arch02-template-11 .text_box .slogan{
        font-size: calc(45/1920*100vw);
        line-height: 60px;
        letter-spacing: 0;
    }
    .arch02-template-11 .text_box .slogan span{
        font-size: calc(100/1920*100vw);
    }
    .arch02-template-11 .text{
        letter-spacing: 1.1vw;
        padding-left: 10px;
        font-size: calc(60/1920*100vw)
    }
    .arch02-template-11 .text_box .calltext{
        font-size: calc(50/1920*100vw);
    }
    .arch02-template-11 .text_box .sub_slogan {
        margin-top: 10%;
        font-size: calc(100/1920*100vw);
        line-height: 48px;

    }

    .arch02-template-11{
        min-height: 500px;
    }
    .arch02-template-11 .copyright{
        bottom: 50%;
    }
    #map{
        bottom: -6%;
    }
    .mapbox a:nth-child(1) {
        left: 28vw;

    }
    .mapbox a:nth-child(2) {

        

    }
    .arch02-template-11 .box button{
        bottom: -100px;
    }

}
@media (max-width:1152px) and (min-width:1152px){
    .arch02-template-11 .text_box .box{
        bottom: 25%;
    }
}
@media  (max-width:1024px) and (min-width:1024px) {
    .mapbox a:nth-child(1) {
        left: 17vw;
        top: 18vw;
    }
    .mapbox a:nth-child(2) {
        left: 40vw;
        bottom: 22vw;

    }
}
@media  (max-width:1024px) and (min-width:1024px) and (orientation: landscape){
    .arch02-template-11 .text_box .box{
        bottom: 20%;
    }
    .mapbox a:nth-child(1) {
        left: 28vw;
        top: 6vw;
    }
    .mapbox a:nth-child(2) {
        left: 41vw;
        top: 26vw;
    
    }
}
@media (max-width:1000px) {
    .arch02-template-11 .text_box{
        height: 55%;
    }
    .arch02-template-11 .text_box .title{
        font-size: 40px;
        line-height: 50px;
    }
    .arch02-template-11 .text_box .box{
        bottom: 25%;
    }
    .arch02-template-11 .text_box .sub_title {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .arch02-template-11 .text_box .slogan{
        font-size: calc(55/1920*100vw);
        line-height: 30px;
    }
    .arch02-template-11 .text_box .sub_slogan {
        margin-top: 10%;
        font-size: 42px;
        line-height: 38px;

    }
    .arch02-template-11 .text_box div:last-child::after{
        height: 50vw;
    }
    .arch02-template-11 .bg.front{
        left: 0;
        top: 0;
    }
    .arch02-template-11 .text{
        font-size: calc(62/1920*100vw);
        letter-spacing: 1.3vw;
    }
    .arch02-template-11 .text_box .calltext{
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0;

    }
    .arch02-template-11 .copyright{
        position: relative;
        z-index: 1000;
        bottom: -53%;
        left: 50%;
        transform: translateX(-36%);
        margin-left: 0;
    }
    .arch02-template-11 .copyright{
        text-align: center;
        left: 0;
        transform: translateX(0);
        width: 100%;
        bottom: -63%;
    }
    .arch02-template-11 .copyright span{
        display: inline-block;
    }
    #map{
        bottom: 25%;
        margin-bottom: 135px;
    }
   
    .mapbox a:nth-child(1) {
        left: 26vw;
        top: 10vw; 

    }
    .mapbox a:nth-child(2) {
        left: 40vw;
        bottom: 10vw;

    }
    .arch02-template-11 .box button{
        bottom: -80px;
    }
}
@media  (max-width:1024px) and (min-width:1024px) and (orientation: landscape){
    .arch02-template-11 .text_box .box{
        bottom: 20%;
    }
    .arch02-template-11 .box button{
        bottom: -60px;
    }
}
@media (max-width: 1024px) and (min-width:1024px){
   
    .arch02-template-11 .text_box .slogan{
        margin-bottom: 10px;
    }
    .arch02-template-11 .text_box .calltext{
        margin-bottom: 0px;
    }

    .arch02-template-11 .text_box .sub_slogan{
        margin-top: 12%;
        left: 0.5%;
    }
    .arch02-template-11 .text_box{
        height: 55%;
    }


}
@media (max-width: 768px) and (min-width: 768px){
    .arch02-template-11 .text_box{
        height: 35%;
    }

}
 @media (max-width:768px) and (min-width:600px){
    .arch02-template-11 .logo{
        top: 2%;
    }
    .arch02-template-11 .text_box .box{
        bottom: 25%;
    }
    .arch02-template-11 .text_box .calltext{
        margin-bottom: 10px;
    }
    .arch02-template-11 .text{
        letter-spacing: 1.3vw;
    }
    .arch02-template-11 .text_box .slogan{
        line-height: 24px;
    }
    .mapbox a:nth-child(1) {
        left: 15vw;
        top: 14vw;

    }
    .mapbox a:nth-child(2) {
        
    }
    .arch02-template-11 .box button{
        padding: 10px  30px;
        bottom: -60px;
    }
    .arch02-template-11 .box .btn1{
        margin-right: 7%;
    }
 }

@media (max-width:600px) {
    .arch02-template-11 .text_box .box{
        bottom: 30%;
    }
    .arch02-template-11 .text_box .slogan {
       font-size: calc(85/1920*100vw);
        line-height: 24px;
    }
    .arch02-template-11 .text_box .title {
        font-size: 35px;
        line-height: 40px;
    }
    .arch02-template-11 .text_box .sub_slogan {
        margin-top: 10%;
        font-size: 22px;
        line-height: 30px;
    }
    .arch02-template-11 .text_box div:last-child::after{
        height: 80vh;
    }
    .arch02-template-11 .bg.front {
        background-size: cover;
        background-position: center;
    }
    .arch02-template-01 .social_block .social-li{
        width: 84px;
    }
    .arch02-template-01 .social_block .link{
        height: 70px;
    }
    .arch02-template-11 .text{
        letter-spacing: 2.1vw;
    }
    .arch02-template-11 .text_box .calltext{
        margin-bottom: 10px;
        font-size: calc(70/1920*100vw);
        margin-top: 3px;
    }
    .arch02-template-11 .text_box .sub_slogan{
        font-size: calc(150/1920*100vw);
    }
 
    .mapbox a:nth-child(1) {
        left: 9vw;
        top: 20vw;
        width: 150px;
        height: 150px;
    }
    .mapbox a:nth-child(2) {
        width: 150px;
        height: 150px;
        left: 36vw;
        bottom: 23vw;

    }
    .arch02-template-11 .box button{
        padding: 10px  30px;
    }
    .arch02-template-11 .box .btn1{
        margin-right: 7%;
    }
}

@media (max-width:820px) and (orientation: landscape) {
    .arch02-template-11 .text_box .box{
        bottom: 16%;
    }
    .mapbox a:nth-child(1){
        width: 100px;
        height: 100px;
        left: 33vw;
        top: 7vw;
    }
    .mapbox a:nth-child(2) {
        width: 100px;
        height: 100px;
        left: 44vw;
    bottom: 10vw;
    }
    .arch02-template-11 .box button{
        bottom: -20px;
    }
    .arch02-template-11 .logo{
        left: 2%;
        top: 2%;
    }
  }
@media (max-width: 500px ) and (min-width: 400px){
    .arch02-template-11 .text_box{
        width: 100%;
        height: 45%
    }
    .arch02-template-11 .text_box .box{
        bottom: 25%;
    }
    .arch02-template-11 .text_box .slogan{
        font-size: 20px;
        line-height: 24px;
    }
    .arch02-template-11 .text_box .slogan span{
        font-size: 32px;
    }
    .arch02-template-11 .text{
        font-size: 24px;
        letter-spacing: 1.4vw;
        padding-left: 5px;
        position:relative;
        top:8px;
    }
    .arch02-template-11 .copyright{
        width: 100%;
        left: 0;
        transform: translateX(0);
        text-align: center;
        margin-top: 130px;
    }

    .arch02-template-11 .text_box .calltext{
        font-size: 18px;
    }
    .arch02-template-11 .copyright span{
        display: inline-block;
    }
    .arch02-template-11 .text_box .sub_slogan{
        font-size: 32px;
        margin-top: 30px;
    }
    .mapbox{
        background-position: 40% center;
    }
    .mapbox a:nth-child(1) {
        width: 100px;
        height: 100px;
        left: 30vw;
        top: 26vw;
    }
    .mapbox a:nth-child(2) {
        width: 100px;
        height: 100px;
        left: 61vw;
        bottom: 31vw;

    }
    .arch02-template-11 .box button{
        bottom: -50px;
        font-size: calc(16/500*100vw);
    }
    .arch02-template-11 .logo{
        top: 2%;
    }
}
@media (max-width: 400px ) and (min-width: 300px){
    .arch02-template-11 .text_box{
        width: 100%;
        height: 45%
    }
    .arch02-template-11 .text_box .box{
        bottom: 16%;
    }
    .arch02-template-11 .text_box .slogan{
        font-size: 18px;
        line-height: 24px;
        bottom: 0;
    }
    .arch02-template-11 .text_box .slogan span{
        font-size: 28px;
    }
    .arch02-template-11 .text{
        font-size: 20px;
        letter-spacing: 0.4rem;
        padding-left: 5px;
        position:relative;
        top:8px;
    }
    .arch02-template-11 .copyright{
        width: 100%;
        left: 0;
        transform: translateX(0);
        text-align: center;
        margin-top: 130px;
    }

    .arch02-template-11 .text_box .calltext{
        font-size: 18px;
    }
    .arch02-template-11 .copyright span{
        display: inline-block;
    }
    .arch02-template-11 .text_box .sub_slogan{
        font-size: 28px;
        margin-top: 30px;
    }
    .arch02-template-11 .logo{
        top: 2%;
    }
    #map{
        height: 50%;
    }
    .mapbox{
        margin-bottom: 65px;
        height: 75%;
        background-position:40% center;
    }
    .mapbox a:nth-child(1) {
        width: 100px;
        height: 100px;
        left: 28vw;
    }
    .mapbox a:nth-child(2) {
        width: 100px;
        height: 100px;
        left: 55vw;

    }
    .arch02-template-11 .box button{
        bottom: -25px;
        font-size: calc(16/500*100vw);
    }
}

/*

@media (max-width:365px) {
    .arch02-template-11 .text_box .slogan {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 2px;
    }
    .arch02-template-11 .text_box .title {
        font-size: 30px;
        line-height: 35px;
    }
    .arch02-template-11 .text_box .sub_title {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .arch02-template-11 .text_box .sub_slogan {

        font-size: 16px;
        line-height: 25px;
    }
} */
