@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
body {
  font-family: 'Noto Serif TC', sans-serif;
  color: #000;
  background-image: url(../img/bg.webp);
  background-size: 100%;
  background-position: 0 0;
}

@media screen and (max-width: 1199px) {
  body {
    padding-bottom: 60px;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input, select, textarea, button {
  outline: none;
  border: 0;
  border-radius: 0;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  padding: 10px 15px;
  background-color: #86AB45;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.header li {
  color: #fff;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans TC", sans-serif;
}

.header li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header li:first-child::before {
  display: none;
}

.header li:hover {
  opacity: 0.7;
}

.tree {
  animation: tree 2s alternate-reverse infinite ease-in-out;
}

.kv {
  padding-top: 11.59vw;
  padding-bottom: 13.61vw;
  position: relative;
  margin-bottom: 100px;
}

.kv_text {
  text-align: center;
  z-index: 1;
}

.kv_title {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 0 auto 30px;
  -webkit-transform: translateX(4%);
          transform: translateX(4%);
}

.kv_size > span {
  color: #333;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.kv_size_num {
  font-size: 123px;
}

.kv_size_ch {
  font-size: 106px;
}

.kv_info {
  margin-bottom: 20px;
}

.kv_info > span {
  color: #A67C52;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}

.kv_info_roomnum {
  font-size: 56px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.kv_info_roomunit {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #A67C52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF !important;
  font-size: 32px;
  margin-right: 35px;
  position: relative;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.kv_info_roomunit::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #A67C52;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kv_info_ratiotext {
  font-size: 44px;
  letter-spacing: 0.15em !important;
}

.kv_info_rationum {
  font-size: 52px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.kv_info_ratiounit {
  font-size: 28px;
}

.kv_phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 10px;
  border-top: 1px solid #333;
}

.kv_phone > span {
  color: #333;
  font-weight: 900;
}

.kv_phone_text {
  font-size: 35px;
  letter-spacing: 0.2em;
}

.kv_phone_num {
  font-size: 45px;
  letter-spacing: 0.05em;
}

.kv_tree {
  position: absolute;
  z-index: -1;
}

.kv_tree-1 {
  width: 26.56%;
  top: 7.44vw;
  left: -8.71vw;
}

.kv_tree-2 {
  width: 25.74%;
  top: -3.43vw;
  left: 9.25vw;
}

.kv_tree-3 {
  width: 19.9%;
  top: 31.22vw;
  left: 15.48vw;
}

.kv_tree-4 {
  width: 20.28%;
  top: -10.33vw;
  left: 66.79vw;
}

.kv_tree-5 {
  width: 28.86%;
  top: 14.99vw;
  left: 70.46vw;
}

.kv_tree-6 {
  width: 14.61%;
  top: 6.24vw;
  left: 90.06vw;
}

.kv_tree-7 {
  width: 58.06%;
  top: 103.06vw;
  left: -12.22vw;
}

.kv_tree-8 {
  width: 30.3%;
  top: 132.22vw;
  left: 42.22vw;
}

.kv_tree-9 {
  width: 53.71%;
  top: 91.39vw;
  left: 74.72vw;
}

.kv_bird {
  position: absolute;
}

.kv_bird-1 {
  width: 8.91vw;
  top: 29.32vw;
  left: 66.01vw;
}

.kv_bird-2 {
  width: 38.89vw;
  top: 13.33vw;
  left: 58.06vw;
}

@media screen and (max-width: 1700px) {
  .kv {
    margin-bottom: 150px;
  }
  .kv_title {
    max-width: 420px;
    margin-bottom: 15px;
  }
  .kv_size_num {
    font-size: 76px;
  }
  .kv_size_ch {
    font-size: 66px;
  }
  .kv_info_roomnum {
    font-size: 35px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .kv_info_roomunit {
    width: 30px;
    height: 30px;
    font-size: 20px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .kv_info_ratiotext {
    font-size: 27px;
  }
  .kv_info_rationum {
    font-size: 32px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  .kv_info_ratiounit {
    font-size: 17px;
  }
  .kv_phone_text {
    font-size: 22px;
  }
  .kv_phone_num {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .kv_title {
    max-width: 300px;
  }
  .kv_size_num {
    font-size: 56px;
  }
  .kv_size_ch {
    font-size: 48px;
  }
  .kv_info_roomnum {
    font-size: 25px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  .kv_info_roomunit {
    width: 20px;
    height: 20px;
    font-size: 14px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    margin-right: 16px;
  }
  .kv_info_roomunit::after {
    width: 3px;
    height: 3px;
    right: -10px;
  }
  .kv_info_ratiotext {
    font-size: 20px;
  }
  .kv_info_rationum {
    font-size: 24px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  .kv_info_ratiounit {
    font-size: 13px;
  }
  .kv_phone_text {
    font-size: 16px;
  }
  .kv_phone_num {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    padding-top: 54.72vw;
    padding-bottom: 58.33vw;
    margin-bottom: 40.55vw;
  }
}

@media screen and (max-width: 575px) {
  .kv {
    margin-bottom: 30vw;
  }
}

@media screen and (max-width: 450px) {
  .kv {
    margin-bottom: 20vw;
  }
}

@media screen and (max-width: 360px) {
  .kv_title {
    max-width: 270px;
  }
  .kv_tree-2 {
    width: 39.61%;
    top: 4.17vw;
    left: -6.11vw;
  }
}

.text-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

.text-layout_title {
  width: 300px;
}

.text-layout_content {
  width: calc(100% - 300px);
  padding-left: 50px;
  font-size: 23px;
  color: #2D3A25;
  margin: 0;
  font-weight: 700;
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .text-layout {
    display: block;
    margin-bottom: 50px;
  }
  .text-layout_title {
    width: 100%;
    margin-bottom: 45px;
  }
  .text-layout_content {
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 2;
  }
}

.title-1row {
  margin: 0;
  color: #A67C52;
  font-size: 52px;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
  padding: 0 20px 0 30px;
  position: relative;
}

.title-1row::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 45px;
  background-color: #A67C52;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-1row::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 45px;
  background-color: #A67C52;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-2row > span {
  display: block;
  position: relative;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #A67C52;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
}

.title-2row > span:first-child {
  padding-left: 20px;
}

.title-2row > span:first-child::before {
  left: 0;
}

.title-2row > span:nth-child(2) {
  padding-right: 20px;
}

.title-2row > span:nth-child(2)::before {
  right: 0;
}

.title-2row > span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 44px;
  background-color: #A67C52;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-2row > span.small {
  font-size: 40px;
}

.title-en {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 39px;
  color: #A67C52;
  opacity: 0.44;
  font-weight: 100;
  letter-spacing: 0.4em;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .title-2row > span {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .title-1row {
    font-size: 22px;
    padding: 0 10px 0 15px;
  }
  .title-1row::before, .title-1row::after {
    width: 2px;
    height: 18px;
  }
  .title-en {
    font-size: 19px;
  }
  .title-2row > span {
    font-size: 22px;
  }
  .title-2row > span:first-child {
    padding-left: 10px;
  }
  .title-2row > span:nth-child(2) {
    padding-right: 10px;
  }
  .title-2row > span::before, .title-2row > span::after {
    width: 2px;
    height: 18px;
  }
}

.architecture {
  padding-bottom: 220px;
  position: relative;
}

.architecture_pic {
  position: relative;
  margin-bottom: 75px;
}

.architecture_pic > p {
  position: absolute;
  color: #fff;
  margin: 0;
  font-size: 13px;
  text-shadow: 0 0 1px #000;
  letter-spacing: 0.05em;
  right: 10px;
  bottom: 10px;
}

.architecture_tree {
  position: absolute;
}

.architecture_tree-1 {
  width: 30%;
  top: 13.06vw;
  left: -12vw;
}

.architecture_tree-2 {
  width: 21.26%;
  top: 0;
  left: 90.06vw;
}

.architecture_tree-3 {
  width: 38.29%;
  bottom: 34.44vw;
  right: -13.89vw;
}

.architecture_tree-4 {
  width: 40.34%;
  bottom: 15.83vw;
  left: -3.89vw;
}

.architecture_bird {
  position: absolute;
  width: 22%;
  bottom: -3vw;
  left: 77vw;
}

.architecture_spot {
  position: absolute;
}

.architecture_spot-1 {
  width: 16.68%;
  top: -10.55vw;
  left: 63.33vw;
}

.architecture_spot-2 {
  width: 10.77%;
  bottom: 24.72vw;
  left: 40.83vw;
}

@media screen and (max-width: 991px) {
  .architecture {
    padding-bottom: 60vw;
  }
  .architecture > .container {
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
  .architecture_pic {
    margin-bottom: 40px;
  }
  .architecture_pic > p {
    font-size: 5px;
    right: 5px;
    bottom: 5px;
  }
}

.remark {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

.remark::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000000;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .remark {
    font-size: 6px;
    margin: 0;
  }
  .remark::before {
    width: 3px;
    height: 3px;
    left: -6px;
  }
}

.lifestyle {
  position: relative;
  padding-bottom: 10.51vw;
  z-index: 0;
}

.lifestyle .text-layout {
  margin-bottom: 60px;
}

.lifestyle_pic {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 50px;
}

.lifestyle_pic p {
  margin-left: auto;
  margin-top: 12px;
}

.lifestyle_tree {
  position: absolute;
  z-index: -1;
}

.lifestyle_tree-1 {
  width: 30.25%;
  top: 13.61vw;
  left: -12.93vw;
}

.lifestyle_tree-2 {
  width: 27.21%;
  bottom: -10.49vw;
  left: 0;
}

.lifestyle_tree-3 {
  width: 32.63%;
  bottom: 6.62vw;
  right: -6.44vw;
}

.lifestyle_tree-4 {
  width: 28.83%;
  bottom: 26vw;
  right: 0;
}

.lifestyle_tree-5 {
  width: 35.39%;
  bottom: -18.33vw;
  right: 9.44vw;
}

.lifestyle_spot {
  position: absolute;
  width: 8.88%;
  bottom: 32.78vw;
  left: 32.78vw;
}

.lifestyle_bird {
  position: absolute;
  width: 46.38%;
  right: -5.29vw;
  top: -38vw;
}

@media screen and (max-width: 991px) {
  .lifestyle {
    padding-bottom: 53.06vw;
  }
  .lifestyle_tree-1 {
    width: 47.99%;
    bottom: 18.89vw;
    top: inherit;
    left: -20vw;
  }
  .lifestyle_pic p {
    margin-top: 5px;
  }
}

.traffic {
  padding-bottom: 22.57vw;
  position: relative;
}

.traffic > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.traffic_text {
  width: 35%;
}

.traffic_text .title-2row {
  margin-bottom: 40px;
}

.traffic_text .title-en {
  margin-bottom: 50px;
}

.traffic_text .text-layout_content {
  width: 100%;
  padding: 0 70px 0 0;
}

.traffic_pic {
  width: 65%;
  position: relative;
}

.traffic_pic p {
  position: absolute;
  font-size: 15px;
  color: #fff;
  margin: 0;
  left: 10px;
  bottom: 10px;
}

.traffic_tree {
  position: absolute;
}

.traffic_tree-1 {
  width: 23.47%;
  bottom: 9.38vw;
  right: -9.34vw;
}

.traffic_tree-2 {
  width: 57.85%;
  right: -13.06vw;
  bottom: -14.44vw;
}

.traffic_spot {
  position: absolute;
  width: 17.4vw;
  bottom: 13.33vw;
  left: 15.28vw;
}

@media screen and (max-width: 1399px) {
  .traffic > .container {
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .traffic_text .title-en {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .traffic {
    padding-bottom: 50.28vw;
  }
  .traffic > .container {
    display: block;
  }
  .traffic_text {
    width: 100%;
    margin-bottom: 50px;
  }
  .traffic_text .title-2row {
    margin-bottom: 40px;
  }
  .traffic_text .text-layout_content {
    padding: 0;
  }
  .traffic_text .title-en {
    font-size: 20px;
  }
  .traffic_pic {
    width: 100%;
  }
  .traffic_pic p {
    font-size: 6px;
    left: 5px;
    bottom: 5px;
  }
  .traffic_tree-2 {
    bottom: 0;
  }
}

.slider {
  position: relative;
}

.slider_pic {
  width: 67%;
}

.slider_text {
  width: 33%;
}

.slider_text .text-layout_content {
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

.slider_text .title-2row {
  position: relative;
  margin-bottom: 50px;
}

.slider_text .title-en {
  position: absolute;
  font-size: 37px;
  top: 5px;
  font-weight: 100;
  left: 240px;
}

.slider_text .title-en::before {
  display: none;
}

.slider_swiper {
  width: 100%;
}

.slider_swiper_item {
  width: 100%;
  padding-bottom: 66.75%;
  position: relative;
}

.slider_swiper_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.slider_swiper_item > p {
  position: absolute;
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-shadow: 0 0 1px #000;
  left: 15px;
  bottom: 10px;
}

.slider_swiper .swiper-pagination {
  position: absolute;
  right: 10px;
  left: inherit;
  bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slider_swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider_swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}

.slider_btn_item {
  position: relative;
  height: 40px;
  width: calc(100% - 70px);
  margin: 0 auto 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.slider_btn_item > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  color: #A67C52;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider_btn_item > p::before, .slider_btn_item > p::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider_btn_item > p::before {
  left: -16px;
}

.slider_btn_item > p::after {
  right: -16px;
}

.slider_btn_item.active {
  background-color: #A67C52;
}

.slider_btn_item.active > p {
  color: #fff;
}

.slider_btn_item.active > p::after, .slider_btn_item.active > p::before {
  opacity: 1;
}

.slider_btn_item.active .slider_btn_triangle > img.normal {
  opacity: 0;
}

.slider_btn_item.active .slider_btn_triangle > img.active {
  opacity: 1;
}

.slider_btn_triangle {
  position: absolute;
  height: 40px;
  width: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_btn_triangle > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider_btn_triangle > img.active {
  opacity: 0;
}

.slider_btn_triangle.triangle-left {
  left: -35px;
}

.slider_btn_triangle.triangle-right {
  right: -35px;
}

.slider.picleft .slider_text {
  padding-left: 70px;
}

.slider.picright .slider_pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.slider.picright .slider_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 70px;
}

@media screen and (max-width: 1199px) {
  .slider > .container {
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
  .slider .title-2row > span.small {
    font-size: 34px;
  }
  .slider_text .title-en {
    top: -1px;
    left: 190px;
  }
  .slider.picleft .slider_text {
    padding-left: 40px;
  }
  .slider.picright .slider_text {
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .slider > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider_pic {
    width: 100%;
  }
  .slider.picleft .slider_pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .slider.picleft .slider_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .slider_text {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slider_text .title-en {
    top: 3px !important;
    left: 110px;
    font-size: 16px !important;
  }
  .slider .title-2row {
    margin-bottom: 30px;
  }
  .slider .title-2row > span.small {
    font-size: 19px;
  }
  .slider_btn {
    margin-bottom: 43px;
  }
  .slider_btn_item {
    height: 25px;
    width: calc(100% - 40px);
  }
  .slider_btn_item > p {
    font-size: 13px;
  }
  .slider_btn_item > p::before, .slider_btn_item > p::after {
    width: 4px;
    height: 4px;
  }
  .slider_btn_item > p::before {
    left: -10px;
  }
  .slider_btn_item > p::after {
    right: -10px;
  }
  .slider_btn_triangle {
    height: 25px;
    width: 23px;
  }
  .slider_btn_triangle.triangle-left {
    left: -20px;
  }
  .slider_btn_triangle.triangle-right {
    right: -20px;
  }
  .slider_swiper_item p {
    font-size: 6px;
    left: 5px;
    bottom: 5px;
  }
  .slider_swiper .swiper-pagination {
    bottom: 5px;
  }
  .slider_swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 0 0 5px !important;
  }
}

.forest {
  padding-bottom: 18.48vw;
}

.forest_tree {
  position: absolute;
}

.forest_tree-1 {
  width: 19.86%;
  top: -14.86vw;
  left: -8.48vw;
}

.forest_tree-2 {
  width: 25.48%;
  bottom: -2.63vw;
  right: -7.58vw;
}

.forest_tree-3 {
  width: 29.3%;
  left: 11.67vw;
  bottom: 0;
}

.forest_tree-4 {
  width: 54.78%;
  right: -16.11vw;
  bottom: -21.11vw;
}

@media screen and (max-width: 991px) {
  .forest {
    padding-bottom: 54.44vw;
  }
}

.life {
  padding-bottom: 18.8vw;
}

.life_tree {
  position: absolute;
}

.life_tree-1 {
  width: 23.47%;
  top: -17.48vw;
  left: -5vw;
}

.life_tree-2 {
  width: 19.54%;
  bottom: -2.41vw;
  right: -2.16vw;
}

.life_tree-3 {
  width: 49.78%;
  bottom: -27.78vw;
  left: -20vw;
}

.life_tree-4 {
  width: 69.3%;
  bottom: -48.89vw;
  right: -37.22vw;
}

@media screen and (max-width: 1700px) {
  .life_tree-1 {
    width: 16%;
  }
}

@media screen and (max-width: 991px) {
  .life {
    padding-bottom: 51.67vw;
  }
}

.education {
  padding-bottom: 16vw;
}

.education_tree {
  position: absolute;
}

.education_tree-1 {
  width: 23.47%;
  bottom: -2.43vw;
  right: -5.97vw;
}

@media screen and (max-width: 1700px) {
  .education .slider_text .title-en {
    font-size: 32px;
    top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .education {
    padding-bottom: 18.33vw;
  }
}

.newlife {
  padding-bottom: 14.72vw;
  position: relative;
}

.newlife_bird {
  position: absolute;
}

.newlife_bird-1 {
  width: 20.78vw;
  top: -4.15vw;
  left: 2.18vw;
}

.newlife_bird-2 {
  width: 48.31%;
  left: 5.56vw;
  bottom: -10vw;
}

.newlife_tree {
  position: absolute;
  width: 74.55%;
  bottom: -49.44vw;
  right: -39.17vw;
}

.newlife-2 {
  padding-bottom: 7.79vw;
  position: relative;
}

.newlife-2 .title-en {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.newlife-2_tree {
  position: absolute;
}

.newlife-2_tree-1 {
  width: 98.56%;
  left: -62.22vw;
  bottom: -36.67vw;
}

.newlife-2_tree-2 {
  width: 104.31%;
  right: -61.66vw;
  bottom: -30.28vw;
}

.newlife-2_spot {
  position: absolute;
  width: 14.19%;
  left: 43.6vw;
  bottom: 16.67vw;
}

@media screen and (max-width: 991px) {
  .newlife {
    padding-bottom: 41.94vw;
  }
  .newlife .title-en {
    font-size: 12px;
  }
  .newlife-2 {
    padding-bottom: 39.44vw;
  }
  .newlife-2 > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.plan {
  padding-bottom: 6.39vw;
  position: relative;
  z-index: 0;
}

.plan .title-1row {
  margin-bottom: 15px;
}

.plan_head {
  margin-bottom: 70px;
}

.plan_btn {
  gap: 13px;
}

.plan_btn_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid #A67C52;
  font-size: 31px;
  font-weight: 700;
  color: #A67C52;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.plan_btn_item.active, .plan_btn_item:hover {
  background-color: #A67C52;
  color: #fff;
}

.plan_swiper_item {
  position: relative;
  width: 100%;
  padding-bottom: 52.17%;
}

.plan_swiper_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}

.plan_bottom {
  margin-bottom: 11.73vw;
}

.plan_tree {
  position: absolute;
  z-index: -1;
}

.plan_tree-1 {
  width: 14.61%;
  right: 1vw;
  top: -4.68vw;
}

.plan_tree-2 {
  width: 28%;
  left: -9.66vw;
  bottom: -1.57vw;
}

.plan_tree-3 {
  width: 21.18%;
  right: -6.33vw;
  bottom: -14.9vw;
}

.plan_space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.plan_space li {
  font-size: 22px;
  position: relative;
  padding-right: 20px;
}

.plan_space li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 12px;
  background-color: #A67C52;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plan_space li:last-child {
  padding-right: 0;
}

.plan_space li:last-child::after {
  display: none;
}

.plan_space.hide {
  opacity: 0;
}

.plan-size_swiper {
  width: 400px;
  margin-left: 0;
}

.plan-size_swiper-m .plan_space {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1700px) {
  .plan_tree-1 {
    top: -17vw;
  }
  .plan_tree-2 {
    width: 20%;
  }
}

@media screen and (max-width: 1199px) {
  .plan_bottom .remark {
    margin-left: 18px !important;
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .plan {
    padding-bottom: 27.22vw;
  }
  .plan .title-1row {
    margin: 0 auto 20px;
  }
  .plan .title-en {
    margin-bottom: 40px;
    text-align: center;
  }
  .plan_btn {
    gap: 8px;
  }
  .plan_btn_item {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .plan_head {
    margin-bottom: 10px;
  }
  .plan_bottom {
    margin-bottom: 80px;
  }
  .plan_tree-2 {
    width: 34.57%;
    left: -4.17vw;
    bottom: 3.89vw;
  }
  .plan_space li {
    font-size: 12px;
    padding-right: 13px;
  }
  .plan_space li::after {
    width: 2px;
    height: 6px;
    right: 5px;
  }
}

.swiper-arrow {
  gap: 10px;
}

.swiper-arrow_item {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #A67C52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-arrow_item svg {
  width: 22px;
  height: 21px;
}

.swiper-arrow_item svg path {
  fill: #A67C52;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-arrow_item:hover {
  background-color: #A67C52;
}

.swiper-arrow_item:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 991px) {
  .swiper-arrow {
    gap: 5px;
  }
  .swiper-arrow_item {
    width: 15px;
    height: 15px;
  }
  .swiper-arrow_item svg {
    width: 9px;
    height: 8px;
  }
}

.map {
  padding-bottom: 22.39vw;
  position: relative;
}

.map_text .title-1row {
  margin-bottom: 50px;
}

.map_text .text-layout_content {
  width: 100%;
  padding: 0 60px 0 0;
  margin-bottom: 70px;
}

.map_text-wrap {
  width: 30%;
}

.map_pic {
  width: 70%;
}

.map_btn {
  margin-bottom: 70px;
}

.map_btn_floor {
  margin-bottom: 40px;
}

.map_btn_floor h4 {
  font-size: 39px;
  color: #2D3A25;
  font-weight: 700;
  margin-bottom: 15px;
}

.map_btn_room {
  gap: 10px;
}

.map_btn_room_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #A67C52;
  font-size: 28px;
  width: 103px;
  height: 42px;
  font-weight: 500;
  color: #A67C52;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.map_btn_room_item:hover, .map_btn_room_item.active {
  background-color: #A67C52;
  color: #fff;
}

.map_btn_divide {
  width: 2px;
  height: 35px;
  background-color: #A67C52;
  -webkit-transform: rotate(23deg) translateY(-5px);
          transform: rotate(23deg) translateY(-5px);
  -webkit-transform-origin: center;
          transform-origin: center;
  margin: 0 15px;
}

.map_btn_space {
  width: 115px;
  height: 40px;
  position: relative;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.map_btn_space p {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.map_btn_space p.active {
  opacity: 1;
}

.map_btn-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.map_navigation {
  margin-left: 20px;
}

.map_navigation .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #A67C52;
  margin-right: 5px;
  background-color: transparent;
  opacity: 1;
}

.map_navigation .swiper-pagination-bullet-active {
  background-color: #A67C52;
}

.map_swiper_item {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.map_swiper_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
}

.map_tree {
  position: absolute;
}

.map_tree-1 {
  width: 22.37%;
  bottom: -3.12vw;
  left: 5vw;
}

.map_tree-2 {
  width: 51%;
  top: -13.06vw;
  right: -21.94vw;
}

.map_tree-3 {
  width: 44.44%;
  bottom: -14.72vw;
  left: -14.72vw;
}

.map_tree-4 {
  width: 44.06%;
  bottom: 5.28vw;
  right: -31.39vw;
}

.map_spot {
  position: absolute;
  width: 12.92%;
  left: 0;
  top: 56.39vw;
}

@media screen and (max-width: 991px) {
  .map {
    padding-bottom: 40.56vw;
  }
  .map > .container {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
  }
  .map_text .title-1row {
    margin: 0 auto 50px;
  }
  .map_text .text-layout_content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
    padding: 0;
  }
  .map_text .text-layout_content li {
    position: relative;
    padding-left: 20px;
  }
  .map_text .text-layout_content li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A67C52;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .map_text-wrap {
    width: 100%;
    position: static;
  }
  .map_pic {
    width: 100%;
  }
  .map_btn {
    margin-bottom: 10px;
  }
  .map_btn_floor {
    padding: 0 10px;
    margin: 0;
  }
  .map_btn_floor h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .map_btn_floor:first-child {
    border-right: 1px solid #2D3A25;
  }
  .map_btn_room_item {
    width: 45px;
    height: 20px;
    font-size: 12px;
    border-width: 1px;
  }
  .map_btn_space {
    margin-left: 10px;
    width: 60px;
    height: 20px;
  }
  .map_btn_space p {
    font-size: 12px;
  }
  .map_btn-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .map .swiper-arrow {
    position: absolute;
    left: 40px;
    bottom: 0;
  }
  .map_navigation {
    position: absolute;
    margin: 0;
    right: 40px;
    bottom: calc(9px + 4.5%);
    z-index: 3;
  }
  .map_navigation .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 0 2px;
    display: block;
  }
  .map_func {
    position: static;
  }
}

.method {
  padding-bottom: 23.39vw;
  position: relative;
}

.method > .container {
  max-width: 1350px;
}

.method_title {
  margin-bottom: 120px;
}

.method_title .title-1row {
  margin-right: 25px;
}

.method_item {
  width: 33.3333%;
  padding-bottom: 33.3333%;
  position: relative;
  border-radius: 50%;
  border: 2px solid #A67C52;
}

.method_item_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.method_item_inner h4 {
  text-align: center;
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.method_item_inner ul li {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.method_item_inner ul li:last-child {
  margin-bottom: 0;
}

.method_item_inner ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.method_item:nth-child(odd) {
  background-color: #A67C52;
}

.method_item:nth-child(odd) .method_item_inner {
  color: #fff;
}

.method_item:nth-child(odd) .method_item_inner ul li::before {
  background-color: #fff;
}

.method_item:nth-child(even) {
  background-color: #fff;
}

.method_item:nth-child(even) .method_item_inner {
  color: #A67C52;
}

.method_item:nth-child(even) .method_item_inner ul li::before {
  background-color: #A67C52;
}

.method_item:first-child {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.method_item:last-child {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.method_tree {
  position: absolute;
}

.method_tree-1 {
  width: 23.54%;
  bottom: 5.49vw;
  left: -6.19vw;
}

.method_tree-2 {
  width: 35.9%;
  top: 27.58vw;
  right: -8.53vw;
}

.method_tree-3 {
  width: 44.06%;
  bottom: 9.17vw;
  left: -17.79vw;
}

.method_tree-4 {
  width: 49.03%;
  bottom: -19.17vw;
  right: -10.84vw;
}

.method_spot {
  position: absolute;
}

.method_spot-1 {
  width: 12.92%;
  top: 55.28vw;
  right: 0;
}

.method_spot-2 {
  width: 14.19%;
  bottom: 20.56vw;
  left: 37.77vw;
}

@media screen and (max-width: 1199px) {
  .method_item_inner h4 {
    font-size: 32px;
  }
  .method_item_inner ul li {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .method {
    padding-bottom: 54.17vw;
  }
  .method_title {
    margin-bottom: 25px;
  }
  .method_item {
    width: 200px;
    padding-bottom: 200px;
    margin: 0 auto;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .method_item_inner h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .method_item_inner ul li {
    font-size: 14px;
    padding-left: 14px;
    margin-bottom: 8px;
  }
  .method_item_inner ul li::before {
    width: 5px;
    height: 5px;
  }
  .method_item:nth-child(2) {
    margin-top: -40px;
  }
  .method_item:nth-child(3) {
    margin-top: -40px;
  }
  .method .title-en {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .method .title-1row {
    margin-right: 10px;
  }
}

.material {
  padding-bottom: 11.81vw;
  position: relative;
}

.material_title {
  margin-bottom: 150px;
}

.material_title .title-1row {
  margin-right: 25px;
}

.material_content {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.material_item {
  width: calc((100% - 30px) / 3);
  padding-bottom: calc((100% - 30px) / 3);
  position: relative;
  background-image: url(../img/material-circle.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
}

.material_item_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.material_item_inner h4 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0 0 10px #003518;
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.15em;
}

.material_item_inner img {
  display: block;
  margin: 0 auto 15px;
}

.material_item_inner.sakura img {
  width: 75%;
}

.material_item_inner.shower img {
  width: 62%;
}

.material_item_inner.spc h4 {
  line-height: 1.8;
}

.material_item_inner.lift img {
  width: 38%;
}

.material_item_inner.lock img {
  width: 84%;
}

.material_item_inner.lock h4 {
  font-size: 30px;
  letter-spacing: 0.03em;
}

.material_tree {
  position: absolute;
}

.material_tree-1 {
  position: absolute;
  width: 21.18vw;
  bottom: -2vw;
  left: -3.13vw;
}

@media screen and (max-width: 991px) {
  .material {
    padding-bottom: 20.83vw;
  }
  .material .title-1row {
    margin: 0 auto 15px;
  }
  .material .title-en {
    text-align: center;
  }
  .material_title {
    margin-bottom: 45px;
  }
  .material_item h4 {
    font-size: 13px;
  }
  .material_item img {
    margin-bottom: 0;
  }
  .material_item_inner.lock h4 {
    font-size: 12px;
  }
}

.contact {
  padding-bottom: 135px;
  position: relative;
}

.contact .title-1row {
  margin: 0 auto 20px;
}

.contact .title-en {
  margin-bottom: 90px;
  text-align: center;
}

.contact_form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.contact_label-2txt span:first-child {
  margin-right: 35px;
}

.contact_input {
  height: 40px;
}

.contact_input label {
  font-weight: 900;
}

.contact_textarea {
  width: 100%;
  padding: 8px 15px;
  height: 100%;
  background-color: transparent;
}

.contact_textarea::-webkit-input-placeholder {
  color: #839B44;
  font-size: 17px;
  letter-spacing: 0.15em;
}

.contact_textarea:-ms-input-placeholder {
  color: #839B44;
  font-size: 17px;
  letter-spacing: 0.15em;
}

.contact_textarea::-ms-input-placeholder {
  color: #839B44;
  font-size: 17px;
  letter-spacing: 0.15em;
}

.contact_textarea::placeholder {
  color: #839B44;
  font-size: 17px;
  letter-spacing: 0.15em;
}

.contact_input, .contact_textarea {
  border: 2px solid #86AB45;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.contact_input:last-child, .contact_textarea:last-child {
  margin-bottom: 0;
}

.contact_input label, .contact_textarea label {
  width: 100px;
  height: 100%;
  background-color: #86AB45;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

.contact_input input, .contact_textarea input {
  width: calc(100% - 100px);
  height: 100%;
  padding: 5px 10px;
  background-color: transparent;
}

.contact_btn {
  display: block;
  margin: 40px auto 0;
  padding: 5px 15px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background-color: #86AB45;
  border: 0;
  letter-spacing: 0.1em;
}

.contact #submit {
  display: block;
  margin: 40px auto 0;
  padding: 5px 15px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background-color: #86AB45;
  border: 0;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.contact_tree {
  position: absolute;
}

.contact_tree-1 {
  width: 21.07vw;
  top: -10vw;
  left: 7.32vw;
}

.contact_bird {
  position: absolute;
}

.contact_bird-1 {
  width: 26.46vw;
  top: -16.24vw;
  right: 6.02vw;
}

@media screen and (max-width: 991px) {
  .contact {
    padding-bottom: 90px;
  }
  .contact .title-1row {
    margin: 0 0 5px;
  }
  .contact .title-en {
    text-align: left;
    margin-bottom: 70px;
  }
  .contact_bird-1 {
    width: 47.5vw;
    top: -25vw;
    right: -2vw;
  }
}

.footer {
  position: relative;
  padding-bottom: 57px;
}

.footer_top {
  padding-top: 40px;
  background-color: #fff;
}

.footer_top h2 {
  font-size: 38px;
  font-weight: 700;
  color: #A67C52;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
  padding: 0 25px;
  font-family: "Noto Sans TC", sans-serif;
}

.footer_top h2::before, .footer_top h2::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 31px;
  background-color: #A67C52;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer_top h2::before {
  left: 0;
}

.footer_top h2::after {
  right: 0;
}

.footer_inform {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 30px;
}

.footer_inform_list:first-child {
  margin-right: 70px;
}

.footer_inform_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.footer_inform_list > li p {
  margin: 0;
}

.footer_inform_list > li p.footer_inform_title {
  color: #A67C52;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.4em;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
  font-family: "Noto Sans TC", sans-serif;
}

.footer_inform_list > li p.footer_inform_title::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 20px;
  background-color: #A67C52;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer_inform_list > li p.footer_inform_content {
  margin: 0;
  color: #2D3A25;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.footer_inform_content {
  color: #000;
}

.footer_inform_content_list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_inform_content_list > span {
  position: relative;
  padding: 0 7px;
  display: block;
}

.footer_inform_content_list > span:first-child {
  padding-left: 0;
}

.footer_inform_content_list > span:last-child {
  padding-right: 0;
}

.footer_inform_content_list > span:last-child::after {
  display: none;
}

.footer_inform_content_list > span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #000;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.footer_bottom {
  text-align: center;
  padding: 15px;
  background-color: #86AB45;
  z-index: 10;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.footer_bottom p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}

.footer_bottom p a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans TC", sans-serif;
  color: #fff;
}

.footer_bottom p a:hover {
  opacity: 0.7;
}

.footer_tree {
  position: absolute;
  z-index: 5;
}

.footer_tree-1 {
  width: 33.65%;
  left: -3.59vw;
  top: -13.63vw;
}

.footer_tree-2 {
  width: 33.67%;
  right: -5.99vw;
  top: -18.23vw;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 0;
  }
  .footer_top {
    background-color: transparent;
  }
  .footer_top h2 {
    font-size: 22px;
    padding: 0 15px;
  }
  .footer_top h2::before, .footer_top h2::after {
    width: 2px;
    height: 17px;
  }
  .footer_inform {
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .footer_inform_list {
    margin: 0 !important;
  }
  .footer_inform_list:first-child {
    margin-right: 0;
  }
  .footer_inform_list > li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_inform_list > li p.footer_inform_title {
    font-size: 13px;
    width: 90px;
    padding-right: 10px;
  }
  .footer_inform_list > li p.footer_inform_title::before {
    width: 2px;
    height: 15px;
  }
  .footer_inform_list > li p.footer_inform_content {
    width: calc(100% - 90px);
    margin-top: 1px;
    font-size: 12px;
  }
  .footer_bottom {
    padding: 5px 10px;
    background-color: #A67C52;
    position: static;
  }
  .footer_bottom p {
    font-size: 12px;
    padding: 0;
    background-color: transparent;
    color: #fff;
  }
  .footer_bottom p a {
    color: #fff;
  }
}

.sideBtn {
  position: fixed;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #86AB45;
  border-radius: 100px;
  z-index: 20;
}

.sideBtn li {
  position: relative;
}

.sideBtn li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background-image: url(../img/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.sideBtn li:first-child a {
  border-radius: 100px 100px 0 0;
}

.sideBtn li:last-child a {
  border-radius: 0 0 100px 100px;
}

.sideBtn li:last-child::after {
  display: none;
}

.sideBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 65px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.sideBtn a img {
  width: 30px;
  display: block;
  margin: 0 auto;
}

.sideBtn a span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 3px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sideBtn a.place span {
  opacity: 1;
  position: static;
  margin-top: 2px;
}

.sideBtn a:hover {
  opacity: 0.6;
}

.sideBtn a:hover span {
  opacity: 1;
}

@media screen and (max-width: 1500px) {
  .sideBtn {
    right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .sideBtn {
    width: 100%;
    top: inherit;
    -webkit-transform: none;
            transform: none;
    bottom: 0;
    right: 0;
    border-radius: 0;
    background: #86AB45;
  }
  .sideBtn li {
    width: 25%;
  }
  .sideBtn a {
    width: 100%;
    height: 60px;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .sideBtn a img {
    width: 35px;
    margin-bottom: 1px;
  }
  .sideBtn a span {
    position: static;
    opacity: 1;
  }
}

@-webkit-keyframes tree {
  0% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
  100% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }
}

@keyframes tree {
  0% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
  100% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }
}
/*# sourceMappingURL=style.css.map */