/* 字體 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&family=Noto+Serif+TC:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500&family=Noto+Serif+TC:wght@500;600&display=swap');

/* 字體 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@font-face {
  font-family: "Noto Sans TC";
  src: url(../fonts/Noto/NotoSansTC-Regular.otf);
}
@font-face {
  font-family: "IntroCondLightFree";
  src: url(../fonts/IntroCondLightFree.otf);
}
.Inn{
  font-family: "IntroCondLightFree";
}
.Arl{
  font-family: "Arial";
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #d3d6db;
}
* {
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    border: none;
    list-style:none;
    background-repeat:no-repeat;
    text-decoration:none;/*去底線*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  display: block;
  font-size: 0;
}

.all {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}


/*BANNER*/
.top_banner {
  width: 100%;
  height: 40vw;
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  background-attachment: fixed;
}
@media  screen and (max-width:1280px)  {
.top_banner {
  background-size: contain;
}
}
.banner-logo{
    width: 10vw;
    position: absolute;
    top: 45%;
    left: 55%;
    transform: translate(-50%,-50%);
}
.banner-txt{
    width: 17vw;
    position: absolute;
    top: 65%;
    left: 55%;
    transform: translate(-50%,-50%);
}
.banner-txt img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.mouse_scroll{
    width: 1.5vw;
    position: absolute;
    left: 55%;
    transform: translate(-50%,-50%);
    bottom: 3vw;
    z-index: 9;
    animation: mouseMove 0.5s infinite alternate;
    transition-timing-function: linear;
}
.mouse_scroll img{
  width: 100%;
}
@keyframes mouseMove {
    0% {
       bottom: 3vw;
    }
    100% {
       bottom: 2.5vw;
    }
}
.content-AL {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    background-attachment: fixed;
    padding-left: 10.5vw;
    padding-bottom: 9.5vw;
}

/*文字區塊*/
.top_cent{
    width: 80vw;
    margin: 0 auto;
    text-align: center;
    padding: 3vw 0 5vw 0;
    overflow: hidden;
    color: #000;
     font-family: "Noto Sans TC";
}
.top_cent h3{
    width: 10vw;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6vw;
    line-height: 3vw;
    font-weight: 600;
    letter-spacing: 0.05vw;
    font-family: "Arial";
    border-bottom: 1.5px solid #000;
    margin-bottom: 1.5vw;
}
.top_cent h4{
    font-weight: 400;
    letter-spacing: 0.15vw;
    font-size: 1vw;
    line-height: 2vw;
}
.right_tree{
    width: 12vw;
    position: absolute;
    right: 0;
    top: -5vw;
}

/*圖片區塊1*/
.pic_cent{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.pic_cent1{
    background-color: #ae9787;
    padding-top: 5vw;
}
.pic_cent1 .cent_txt{
    border-left: 0.5vw solid #fff;
    padding: 0.5vw 1vw;
    margin: 20vw 0 12vw 4vw;
}
.pic_cent h4{
    font-weight: 400;
    letter-spacing: 0.15vw;
    font-size: 1vw;
    line-height: 2vw;
    color: #fff;
    font-family: "Noto Sans TC";
}
.pic_cent1 .left_pic{
    width: 19vw;
    position: absolute;
    left: 4vw;
    top: -3vw;
}
.pic_cent1 .right_pic{
    width: 41.5vw;
    position: absolute;
    right: 3.5vw;
    top: 8vw;
}
.pic_cent1 .right_pic .tt{
    width: 11vw;
    height: 3.5vw;
    position: absolute;
    right: 39vw;
    top: 5.5vw;
    background-color: transparent;
    border: 2px solid #fff;
}
.pic_cent1 .right_pic .tt::after{
    content: "人本";
    width: 11vw;
    position: absolute;
    left: -1.5vw;
    top: -1vw;
    background-color: #082942;
    line-height: 3.5vw;
    font-size: 1.5vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans TC";
}
.pic_cent1 .line_left{
    width: 0vw;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 34vw;
    right: 40vw;
}
.pic_cent1 .fake_ar{
    width: 1vw;
    position: absolute;
    top: 33.7vw;
    left: 8.8vw;
    z-index: 1;
    opacity: 0;
}
.pic_cent1 .right_pic .fake_ar img{
   width: 100%;
}
.pic_cent1 .right_pic .eng_txt{
position: absolute;
    right: 43.5vw;
    top: 27.5vw;
    font-weight: 600;
    letter-spacing: 0.15vw;
    font-size: 2vw;
    line-height: 2vw;
    color: rgba(255, 255, 255, 0.2);
    font-family: "Arial";
}
.pic_cent1 .fixed_bg{
    width: 100%;
    height: 13vw;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    background-attachment: fixed;

}

/*圖片區塊2*/
.pic_cent2 {
    width: 100%;
    position: relative;
}
.pic_cent2 .right_bd{
    width: 35vw;
    position: absolute;
    right: 0vw;
    top: 0vw;
}

.pic_cent2 .right_bd::before{
    content: "";
    width: 11.2vw;
    height: 42vw;
    position: absolute;
    right: 0vw;
    top: 0vw;
    background-color: #ae9787;
}
.pic_cent2 .mid_bg{
    width: 29vw;
    margin-left: 25vw;
    position: relative;
    padding-top: 7vw;
}
.left_mountain{
    width: 33vw;
    position: relative;
    margin-top: 1vw;
}
.pic_cent2 .cent_txt1{
    width: 38vw;
    border-left: 0.5vw solid #082942;
    padding: 0.5vw 1vw;
    position: relative;
    margin: 6vw 0 1vw 4vw;
    position: relative;
}
.pic_cent2 .cent_txt1 h3{
    font-weight: 600;
    letter-spacing: 0.15vw;
    font-size: 1.6vw;
    line-height: 3vw;
    color: #082942;
    font-family: "Noto Sans TC";
}
.pic_cent2 .cent_txt1 h4{
    font-weight: 400;
    letter-spacing: 0.15vw;
    font-size: 1.05vw;
    line-height: 2vw;
    color: #000;
    font-family: "Noto Sans TC";
}
.pic_cent2 .cent_txt1 .eng_txt{
    position: absolute;
    right: 0;
    top: 1vw;
    font-weight: 600;
    letter-spacing: 0.15vw;
    font-size: 2vw;
    line-height: 2vw;
    color: rgba(8, 41, 66, 0.2);
    font-family: "Arial";
}
.pic_cent2 .mid-left-pic{
    width: 49vw;
    position: relative;
    margin: 23vw 0 0vw 4vw;
    z-index: 10;
}
.pic_cent2 .mid-left-pic::before{
    content: "";
    width: 63vw;
    height: 32vw;
    position: absolute;
    left: -5vw;
    top: -18vw;
    background-color: #ae9787;
}
.mid-left-pic .tt{
    width: 13vw;
    height: 3.5vw;
    position: absolute;
    right: -31vw;
    top: 3vw;
    background-color: transparent;
    border: 2px solid #082942;
}
.mid-left-pic .tt::after{
    content: "適居";
    width: 11vw;
    position: absolute;
    left: -1.5vw;
    top: -1vw;
    background-color: #082942;
    line-height: 3.5vw;
    font-size: 1.5vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans TC";
}
.mid-left-pic .line_left{
    width: 2px;
    height: 0vw;
    background-color: #fff;
    position: absolute;
    top: -14vw;
    left: 20vw;
}

.pic_cent2 .mid-left-pic .cent_txt2{
border-left: 0.5vw solid #082942;
    padding: 0.5vw 1vw;
    position: absolute;
    right: -30vw;
    bottom: 5vw;
}
.pic_cent2 .mid-left-pic .cent_txt2 h3{
    font-weight: 600;
    letter-spacing: 0.15vw;
    font-size: 1.5vw;
    line-height: 3vw;
    color: #082942;
    font-family: "Noto Sans TC";
}
.pic_cent2 .mid-left-pic .cent_txt2 h4{
    font-weight: 400;
    letter-spacing: 0.15vw;
    font-size: 1vw;
    line-height: 2vw;
    color: #000;
    font-family: "Noto Sans TC";
}
.pic_cent2 .cent_txt2 .eng_txt{
    position: absolute;
    left: -0.6vw;
    top: -6vw;
    font-weight: 600;
    letter-spacing: 0.15vw;
    font-size: 2vw;
    line-height: 2vw;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Arial";
}
.mid-left-pic .line_right{
    width: 0vw;
    height: 2px;
    background-color: #082942;
    position: absolute;
    bottom: 15vw;
    left: 45vw;
}
.mid-left-pic .fake_ar{
    width: 1vw;
    position: absolute;
    bottom: 14.7vw;
    right: -31.5vw;
    z-index: 1;
    opacity: 0;

}
.mid-left-pic .fake_ar img{
   width: 100%;
}
.pic_cent2 .mid-right-pic{
    width: 40vw;
    position: absolute;
    right: 6.3vw;
    top: 20vw;
}
.left_tree{
    width: 12vw;
    position: absolute;
    left: 10.5vw;
    bottom: 0vw;
    z-index: 1;
}

