 body{
        font-family: 'Noto Sans TC', sans-serif;
        overflow-x: hidden;
        
      }
      ul{
        list-style-type: none;
      }
      img{
          width: 100%;
      }
      p{
        font-family: 'Noto Sans TC', sans-serif;
      }

  .navBar{
      width: 100%;
      background: #6a3906;
      padding-top: 5px;
        padding-bottom: 5px;
        position: fixed;
        z-index: 3;
  }
  .share  a{
        color: #fff;
        font-size: 26px;
        cursor: pointer;
    }
    .logo{
        width: 80px;
        line-height: 36px;
  }
  .section01{
      position: relative;
      height: auto;
      /* background: url("./img/bg.jpg") top center no-repeat; */
      width: 100%;
      /* height: 100vh; */
      /* background-size:cover;  */
  }
  .bgBox{
      width: 101%;
      padding-top:0px; 
  }
  .mbbgBox{
      display: none;
  }
  .mainBox{
    position: absolute;
    height: 500px;
    top: 10%;
    left: 50%;
  }
  .handBox{
    position: absolute;
    width: 1000px;
    left: 50%;
    bottom: 0;
    top: 10%;
    transform: translate(-50%, -15%);
  }
  .handBox2{
    position: absolute;
    width: 1000px;
    left: 50%;
    bottom: 0;
    top: 10%;
    transform: translate(-50%, -15%);
    z-index: 1;
  }
  .titleBox{
    width: 650px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .dialogSection{
      width: 100%;
      position: relative;
      background: url("../img/oldchen-bg.svg") bottom center no-repeat;
      /* height: 80vh; */
      padding-top:100px;
  }
  .fored {
      text-align: center;
      margin: 0 auto;
      width: 65%;
  }
  .fored p{
      text-align: justify;
      font-size: 18px;
      font-weight: 800;
  }
  .dialogBox{
      /* margin-top: 30px; */
      justify-content: space-evenly;
      margin-bottom: -5px;
  }
  .pcchenBox{
      margin-left:50px; 

  }
  .mbchenBox {
      display: none;
  }
  .bubble1{
    position: relative;
    top: 185px;
    left: -35px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #c9a063;
  }
   .bubble2{
    position: relative;
    top: 150px;
    left: -18px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #c9a063;
  }
  .bubble3{
    position: relative;
    top: 150px;
    left: 25px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #c9a063;
  }
  .bubble4{
    position: relative;
    top: 145px;
    left: 40px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #c9a063;
  }

  .dialog{
    border: 5px solid #c9a063;
    border-radius: 20px;
    background: #fff;
    height: 150px;
    padding: 25px;
    width: 60%;
    margin-right: 65px;
    margin-top: 50px;
  }
  .dialogLeft{
    border: 5px solid #c9a063;
    border-radius: 20px;
    background: #fff;
    height: 170px;
    padding: 25px;
    width: 60%;
    margin-left: 65px;
    margin-top: 50px;
  }
  .dialogLeft p{
    text-align: justify;
    font-size: 18px;
    font-weight: 800;
  }
  .dialog p{
    text-align: justify;
      font-size: 18px;
      font-weight: 800;
      color: #4e4d4d;
  }

.section03{
    position: relative;
    width: 100%;
    padding-top:100px;
    padding-bottom: 100px; 
    background: #e6e6e6;
}
.title p{
    text-align: center;
    font-size: 28px;
    font-weight: 800;
}
/* .houseBox{
    margin: 50px auto;
    width: 60%;
} */
.houseBox{
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    top: 20px;
}

.h1, .h2, .h3, .h4, .h5{
    position: relative;
}
.h1  img{
    width: 500px;
    position: absolute;
    top: -65px;
    left: 260px;
}
.h2  img{
    width: 500px;
    position: absolute;
    top: -35px;
    right: 300px;
    z-index: 3;
}
.h3 img{
    width: 500px;
    position: absolute;
    top: -17px;
    right: 270px;
    z-index: 2;
}
.h4  img{
    width: 500px;
    position: absolute;
    top: -10px;
    right: 260px;
    z-index: 1;
}
.h5  img{
    width: 490px;
    position: absolute;
    top: 0;
    right: 260px;
}
.tip{
    margin-top: 50px;
}
.tip p{
    font-size: 14px;
    text-align: center;
}
.section05{
    width: 100%;
    background: #fff;
    padding-top:100px;
    padding-bottom: 100px; 
}
.houseIcon{
    /* margin-top: 30px; */
}
.p-line{
   align-items: center;
}
.line{
    width: 100%;
    height: 1px;
    background: #000;
    font-size: 20px;
}
 .p-line p{
    font-size: 24px;
    font-weight: 600;
    padding-left: 20px;
 } 
 .section06{
     width: 100%;
     padding-top:100px;
     padding-bottom: 100px;
     background: #e6e6e6; 
 }
 .mapSection{
     align-items: center;
 }
 .mbCheckbox h5{
     display: none;
 }
 h5{
     font-size: 24px;
     color: #4e4d4d;
 }
h4{
    font-size: 24px;
    text-align: center;
     color: #4e4d4d;
 }
.btn1{
    width: 180px;
    height: 50px;
    border-radius: 50px;
    background: #b34541;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px; 
    cursor: pointer;
    transition: .3s;
}
.btn1:hover{
    transform: scale(1.2);
}
.btn2{
    width: 180px;
    height: 50px;
    border-radius: 50px;
    background: #d06041;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px; 
    cursor: pointer;
    transition: .3s;
}
.btn2:hover{
    transform: scale(1.2);
}
.btn3{
    width: 180px;
    height: 50px;
    border-radius: 50px;
    background: #ef9076;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px; 
    cursor: pointer;
    transition: .3s;
}
.btn3:hover{
    transform: scale(1.2);
}
.mapAniBox{
        position: relative;
        height: 600px;
    margin-bottom: 0px;
    }
    .checkBox {
        margin-top: 0px;
        margin-left: 50px;
    }

    /* .mapAniBox  img{
width: 80%;
margin: 0 auto;
    } */
    .mapContent{
        font-size: 20px;
        color: #7c7c7c;
    }
    .map2, .map3, .map4{
        display: none;
    }
  .dialogSection2{
      width: 100%;
      position: relative;
      background: url("../img/oldchen-bg.svg") bottom center no-repeat;
      padding-top:100px;
  }
  .dialogSection3{
    width: 100%;
    position: relative;
    background: url("../img/oldchen-bg.svg") bottom center no-repeat;
    padding-top:100px;
  }
  .mbchartBox{
      display: none;
  }
  .mbBtn1, .mbBtn2, .mbBtn3{
      display: none;
  }
  .section07{
      padding-top:100px;
      padding-bottom: 100px;
      background:#e6e6e6;
  }
  .brownTitle{
      width: 100%;
      height: 40px;
      background: #c69c6d;
      color: #fff;
      text-align: center;
      font-size: 20px;
      line-height: 40px;
  }
  .redTitle{
      width: 100%;
      height: 40px;
      background: #c64d48;
      color: #fff;
      text-align: center;
      font-size: 20px;
      line-height: 40px;
  }
  .iconText{
      font-size: 18px;
      color: #4e4d4d;
  }
  /* SECTION08---------------- */
  .section08{
    padding-top:100px;
      padding-bottom: 100px;
      background:#fff;
  }
  .tableBox{
    position: relative;
    height: 700px;
    margin: 0 auto;
    bottom: 0;
    top: 50px;
  }
  .mb-tableBox{
      display: none;
  }
  .rect2{
    position: relative;
    top: -124px;
  }
  .rect3{
    position: relative;
    top: -345px;
  }
  .rect4{
    position: relative;
    top: -554px;
  }
  .rect5{
    position: relative;
    top: -763px;
  }
  .rect6{
    position: relative;
    top: -983px;
  }
.section09{
    padding-top:100px;
    padding-bottom: 100px;
    background:#e6e6e6;
}
.red{
    width: 30px;
    height: 30px;
    background: #c64d48;
    margin-right: 5px;
}
.brown{
    width: 30px;
    height: 30px;
    background: #c9a063;
    margin-right: 5px;
}

.section10{
    width: 100%;
    padding-top:100px;
    padding-bottom: 100px;
    background: #e6e6e6; 
    position: relative;

}
.section11{
    width: 100%;
    padding-top:100px;
    padding-bottom: 100px;
    background: #e6e6e6; 
    position: relative;

}
.footer {
    background: #000;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding: 25px auto;
    padding-bottom: 25px;
}

.footer p {
    color: #fff;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.gotop{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    background: #c9a063;
    line-height: 50px;
    font-size: 30px;
    position: fixed;
    right: 5%;
    text-align: center;
    bottom: 5%;
    cursor: pointer;
    z-index: 3;
    transition: .3s;
}
.gotop:hover{
    background: #6a3906;

}

.mask{
    width: 100%;
    position: relative;
    z-index: 0;
}

.mask:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, .5);
    /* opacity: 0.8; */
    z-index: 1;
    width: 100%;
    height: 100%;
}


.topic-title {
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    z-index: 3;
    bottom: 5px;
    left: 10px;
    display: block;
}
.hover-title{
    color: #c9a063;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    font-size: 18px;
    line-height: 30px;
    font-family: 'Noto Sans TC', sans-serif;
    /* font-family: 'Noto Serif TC', serif; */
    font-weight: 400;
    position: absolute;
    z-index: 2;
    padding: 10px;
    text-align: center;
    bottom: 0;
    left: 0;
    margin: 0px auto;
    display: none;
}

/* .mbhover-title */
.mb-w-title{
    color: #fff;
    font-size: 16px;
}
.mbhover-title{
    color: #c9a063;
    align-items: center;
    width: calc(100% - 30px);
    background:#000;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    padding: 5px;
    text-align: center;
    bottom: 0;
    left: 15px;
    margin: 0px auto;
    display: none;
}
    /* 製作團隊 */
    .brownLine{
        margin: 0 auto;
        width: 200px;
        height: 5px;
        background: #6a3906;
        margin-top: 50px;
}
.team{
    text-align: center;
    margin-top: 45px;

}
.team p{
    font-size: 14px !important;
    line-height: 30px;
}


/* 城市學訂閱 */
.city-section{
    width: 100%;
    height: auto;
    background: #ebebeb;
}
.background03{
    background-image:  url(../img/new-back.jpg);
    background-size: cover;
    width: 100%;
   height: 410px;
    display: block;
    padding:  70px 0;
}

.my-c {
    display: inline-block;
    width: 55px;
}
.no-ab{
    display: flex;
    position: relative;
    justify-content: center;
    padding: 10px;
}
.no-cb{
    display: flex;
    justify-content: center;
}
.my-city{
    /*     font-family: 'Noto Serif TC', serif !important; */
        color: white;
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        padding:  20px 20px;
    }
    .form-city input[type="text"] {
        display: block;
        margin: 10px auto;
/*         width: 200px;
        max-width: 250px; */
            font-size: 16px;
            width: 90%;
    }
    .form-city button {
    display: block;
        margin: 26px auto;
        font-size: 20px;
        padding: 15px 30px;
        font-family: "Noto Sans TC", sans-serif;
    }
    a#contact-submit {
        text-decoration: none;
        text-align: center;
        display: block !important;
        font-size: 20px;
        /* padding: 15px 30px !important; */
        font-family: "Noto Sans TC", sans-serif !important;
        cursor: pointer;
        color: #000;
        background: #ffc90c;
        margin: 0px 20px 0 20px;
        display: inline-block;

        /* border: 0; */
        padding: 5px 15px;
        font-family: "Noto Sans TC", sans-serif;
    
        border-radius: 5px;
        transition: 1s;
        position: relative;
        top: 2px;
        }
    .c-pc01{
        padding-right: 0px;
    }
    .c-pc02{
        padding-left: 0px;
    }
}
.city-style{
    position: relative;
}

.my-c{
    display: inline-block;
    height: 250px;
/*     width: 10%; */
}
.my-d{
    margin-top: 50px;
    display: inline-block;
/*     width: 75%; */
}
.my-d p{
    color: white;
    line-height: 26px;
    font-size: 20px;
    text-align: center;
}
.my-d p::after{
    content: "";
    display: block;
    margin: 20px auto 20px auto;
    width: 70px;
    height: 2px;
    background-color:  #fff;
}
.my-d h3{
    display: block;
    text-align: center;
    color:  #fff;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 30px;
}
.big-form {
    display: flex;
    justify-content: center;
    align-items: baseline;
/*     margin: 10px auto 20px auto; */
}
.form-city {
    display: block;
    margin: 0 0 20px 0;
}
.form-city input[type="text"] {
/*     color: grey; */
    padding: 5px;
    /* display: inline-block; */
}
.form-city button {
    cursor: pointer;
    margin-left: 20px;
    display: inline-block;
    padding: 10px 20px;
    background: #ffc90c;
    border: 0;
    padding: 14px 20px;
    font-family: "Noto Sans TC", sans-serif;
    color: #000;
    border-radius: 5px;
    transition:  1s;
}
.download{
    width: 700px;
    margin: 0 auto;
}
.downloadBtn img{
    width: 120px;
    transition: .5s;
}
.downloadBtn img:hover{
    transform: scale(1.2)
}
.d-mask{
    width: 700px;
    position: relative;
    z-index: 0;
    margin-top: 50px;
}

.d-mask:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, .5);
    /* opacity: 0.8; */
    z-index: 1;
    width: 100%;
    height: 100%;
}
.downloadBtn{
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    z-index: 2;
}

    

/* RWD------------------------ */
@media screen and (max-width:1200px){
    .handBox, .handBox2 {
        width: 800px;
    }
    .titleBox {
        width: 50%;
    }
   
    .chenBox {
        margin-left: 0px;
    }
    .h1 img {
        width: 500px;
        position: absolute;
        top: -65px;
        left: 140px;
    }
    /* .houseBox {
        position: relative;
        width: 100%;
        top: 135px;
        margin: 0 auto;
    }
    .h1 img {
        top: -470px;
        left: 120px;
    }
    .h2 img {
        top: -365px;
        right: 200px;
    }
    .h3 img {
        width: 200px;
        top: -625px;
        right: 110px;
    }
    .h4 img {
        top: -745px;
        right: 270px;
    } */

    .tableBox {
        position: relative;
        height: 600px;
        margin: 0 auto;
        bottom: 0;
        top: 50px;
    }
    .rect2 {
        position: relative;
        top: -103px;
    }
    .rect3 {
        position: relative;
        top: -288px;
    }
    .rect4 {
        position: relative;
        top: -465px;
    }
    .rect5 {
        position: relative;
        top: -640px;
    }
    .rect6 {
        position: relative;
        top: -825px;
    }

}

@media screen and (max-width:992px){

}
@media screen and (max-width:768px){

    .handBox, .handBox2 {
        width: 640px;
    }

}


 
@media screen and (max-width:480px){
    /*  */
    .mbhover-title{
        display: block;
    }
    .bgBox{
        display: none;
    }
    .mbbgBox{
        display: block;
        width: 100%;
        height: 400px;
        padding-top: 40px;
    }
    .handBox {
        position: absolute;
        width: 360px;
        left: 50%;
        bottom: 0;
        top: 20%;
        transform: translate(-50%, -10%);
    }
    .handBox2 {
        position: absolute;
    width: 360px;
    left: 50%;
    bottom: 0;
    top: 20%;
    transform: translate(-50%, -10%);
    }
    .title p {
        text-align: center;
        font-size: 24px;
        font-weight: 800;
    }
    h4 {
        font-size: 18px;
        text-align: center;
        color: #4e4d4d;
        line-height: 26px;
    }
    .mbCheckbox h5{
        display: block;
    }
    .titleBox {
        width: 100%;
        transform: translate(-50%, -15%);
    }
    .tableBox{
        display: none;
      }
      .fored {
        width: 100%;
    }
    .dialogSection {
        width: 100%;
        position: relative;
        height: 98vh;
        background: #fff;
        padding-top: 5px;
    }
    .dialogSection3 {
        width: 100%;
        position: relative;
        height: 70vh;
        background: #fff;
        padding-top: 30px;
    }

    .dialog {
        border: 5px solid #c9a063;
        border-radius: 20px;
        background: #fff;
        height: auto;
        padding: 25px;
        width: 90%;
        margin-right: 0px;
        margin-top: -20px;
    }
    .dialogLeft {
        border: 5px solid #c9a063;
        border-radius: 20px;
        background: #fff;
        height: auto;
        padding: 15px;
        width: 92%;
        margin: 0 auto;
    }
    .bubble3 {
            top: 270px;
            left: -215px;
    }
    .bubble4{
        display: none;
    }


      .houseBox {
        margin: 50px auto;
        width: 75%;
        height: 340px;
        top: 120px;
    }
    /* .bubbleBox {
        position: relative;
        width: 100%;
        top: -390px;
        margin: 0 auto;
    } */
    .h1 img {
        width: 300px;
        position: absolute;
        top: -167px;
        left: -40px;
    }
    .h2 img {
        width: 300px;
        position: absolute;
        top: -165px;
        right: -10px;
    }
    .h3 img {
        width: 300px;
        position: absolute;
        top: -155px;
        right: -27px;
    }
    .h4 img {
        width: 300px;
        position: absolute;
        top: -150px;
        right: -30px;
    }
    .h5 img {
        width: 300px;
        position: absolute;
        top: -150px;
        right: -30px;
    }
    .mapAniBox {
        position: relative;
        height: 350px;
        top: 20px;
        margin-bottom: 90px;

        }
    .checkBox{
        display: none;
    }
    .dialogSection2 {
        width: 100%;
        position: relative;
        height: 70vh;
        z-index: -1;
        background: #fff;
        padding-top: 50px;
    }
    .pcchenBox{
        display: none;
    }
    .chenBox {
        position: relative;
        top: -65px;
        left: 20px;
        margin-left: 0px;
    }
    .mbchenBox{
        display: block;
        position: relative;
        top: -37px;
        left: -60px;
        margin-left: 0px;
    }
    .section03, .section05, .section06, .section07, .section08, .section09, .section10, .section11{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mbCheckbox{
        padding-left: 10px;
        padding-right: 10px;
    }
    .mbBtn1{
        display: block;
        width: 110px;
        height: 40px;
        border-radius: 50px;
        background: #b34541;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        letter-spacing: 2px;
        line-height: 40px; 
    }
    .mbBtn2{
        display: block;
        width: 110px;
        height: 40px;
        border-radius: 50px;
        background: #d06041;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        letter-spacing: 2px;
        line-height: 40px; 
    }
    .mbBtn3{
        display: block;
        width: 110px;
        height: 40px;
        border-radius: 50px;
        background: #ef9076;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        letter-spacing: 2px;
        line-height: 40px; 
    }
    .mbchartBox{
        display: block;
    }
    .chartBox{
        display: none;
    }
    .mb-tableBox{
        display: block;
        position: relative;
        height: 750px;
        margin: 0 auto;
        bottom: 0;
        top: 280px;
    }
    .mbrect1{
        position: relative;
        top: -260px;
        margin-bottom: 10px;
      }
    .mbrect2{
        position: relative;
        top: -294px;
        margin-bottom: 10px;
      }
      .mbrect3{
        position: relative;
        top: -350px;
        margin-bottom: 10px;
      }
      .mbrect4{
        position: relative;
        top: -399px;
        margin-bottom: 10px;
      }
      .mbrect5{
        position: relative;
        top: -445px;
        margin-bottom: 10px;
      }
      .mbrect6{
        position: relative;
        top: -501px;
        margin-bottom: 10px;
      }
      .footer {
        background: #000;
        width: 100%;
        text-align: center;
        padding:0;
    }
    .footer p{
        padding: 20px;
    }
    .background03 {
        background-image: url(../img/new-back.jpg);
        background-size: cover;
        width: 100%;
        height: 300px;
        display: block;
        padding: 30px 0;
    }
    .my-d {
        margin-top: 20px;
        display: inline-block;
        /* width: 75%; */
    }
    .my-d h3 {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .big-form {
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-wrap: wrap;
        /* margin: 10px auto 20px auto; */
    }
    .my-city {
        color: white;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        padding: 0px 0px;
    }
    a#contact-submit {
        text-align: center;
        display: block !important;
        margin-top: 16px;
        font-size: 20px;
        font-family: "Noto Sans TC", sans-serif !important;
        cursor: pointer;
        color: #000;
        background: #ffc90c;
        display: inline-block;
        border-radius: 5px;
        transition: 1s;
        position: relative;
        top: -10px;
    }
    .form-city {
        display: block;
        margin: 0px 0 0px 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .my-c{
        display: none;
    }
    .download{
        width: 100%;
        margin: 0 auto;
    }
    .d-mask{
        width:100%;
        position: relative;
        z-index: 0;
        /* margin-top: 50px; */
    }
    
    .d-mask:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        background-color: rgba(0, 0, 0, .5);
        /* opacity: 0.8; */
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    .downloadBtn {
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 26px;
        color: #fff;
        z-index: 2;
    }
    
}
@media screen and (max-width:375px){
    .mb-tableBox{
        display: block;
        position: relative;
        height: 655px;
        margin: 0 auto;
        bottom: 0;
        top: 280px;
    }

}