@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: #172851;
  background-image: url(../img/bg.webp);
  background-size: 100%;
  background-position: 0 0;
}

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

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;
  background-color: transparent;
}

button {
  color: #172851;
}

a {
  text-decoration: none;
}

main {
  overflow: hidden;
  padding-top: 44px;
}

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

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

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

img {
  display: block;
  max-width: 100%;
}

.deco {
  position: absolute;
}

.header {
  padding: 10px 15px;
  background-color: #ee731b;
  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;
}

.title-ch {
  color: #172851;
  font-weight: 700;
  font-size: 49px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.title-ch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-ch-wrap li {
  padding-right: 40px;
  position: relative;
  white-space: nowrap;
}

.title-ch-wrap li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ee731b;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-ch-wrap li:last-child {
  padding-right: 0;
}

.title-ch-wrap li:last-child::after {
  display: none;
}

.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}

.title-wrap.title-left {
  padding-left: calc((100% - 1460px) / 2 + 20px);
}

.title-wrap.title-right {
  padding-right: calc((100% - 1460px) / 2 + 20px);
}

.title-wrap.title-right .title-line img {
  margin-left: auto;
}

.title-en {
  height: 89px;
}

.title-line {
  border-top: 1px solid #ee731b;
}

.title-line img {
  width: 117px;
}

@media screen and (max-width: 1460px) {
  .title-wrap.title-left {
    padding-left: 40px;
  }
  .title-wrap.title-right {
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .title-wrap {
    gap: 20px;
  }
  .title-en {
    height: 60px;
  }
  .title-line img {
    width: 64px;
  }
}

@media screen and (max-width: 767px) {
  .title-en {
    height: 30px;
  }
  .title-line img {
    width: 32px;
  }
  .title-ch {
    font-size: 19px;
    letter-spacing: 0.05em;
  }
  .title-ch-wrap li {
    padding-right: 25px;
  }
  .title-ch-wrap li::after {
    width: 4px;
    height: 4px;
    right: 10px;
  }
}

.octagon {
  position: relative;
  padding: 0 10px;
  display: block;
}

.octagon_wrapper {
  position: relative;
}

.octagon_wrapper::before, .octagon_wrapper::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid;
  left: -10px;
}

.octagon_wrapper::before {
  top: 0;
}

.octagon_wrapper::after {
  bottom: 0;
}

.octagon_inner {
  position: relative;
}

.octagon_inner::before, .octagon_inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid;
  right: -10px;
}

.octagon_inner::before {
  top: 0;
}

.octagon_inner::after {
  bottom: 0;
}

.octagon::before, .octagon::after {
  position: absolute;
  content: "";
  width: 10px;
  height: calc(100% - 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.octagon::before {
  left: 0;
}

.octagon::after {
  right: 0;
}

.octagon--blue::before, .octagon--blue::after {
  background-color: #172851;
}

.octagon--blue .octagon_wrapper::before {
  border-color: transparent #172851 #172851 transparent;
}

.octagon--blue .octagon_wrapper::after {
  border-color: #172851 #172851 transparent transparent;
}

.octagon--blue .octagon_inner {
  background-color: #172851;
  color: #fff;
}

.octagon--blue .octagon_inner::before {
  border-color: transparent transparent #172851 #172851;
}

.octagon--blue .octagon_inner::after {
  border-color: #172851 transparent transparent #172851;
}

.octagon--orange::before, .octagon--orange::after {
  background-color: #ee731b;
}

.octagon--orange .octagon_wrapper::before {
  border-color: transparent #ee731b #ee731b transparent;
}

.octagon--orange .octagon_wrapper::after {
  border-color: #ee731b #ee731b transparent transparent;
}

.octagon--orange .octagon_inner {
  background-color: #ee731b;
  color: #fff;
}

.octagon--orange .octagon_inner::before {
  border-color: transparent transparent #ee731b #ee731b;
}

.octagon--orange .octagon_inner::after {
  border-color: #ee731b transparent transparent #ee731b;
}

.octagon--border::before, .octagon--border::after {
  width: 1px;
  background-color: #172851;
}

.octagon--border::before {
  left: 1px;
}

.octagon--border::after {
  right: 1px;
}

.octagon--border .octagon_wrapper {
  border: 1px solid;
  border-color: #172851 transparent #172851 transparent;
}

.octagon--border .octagon_wrapper::before, .octagon--border .octagon_wrapper::after {
  width: 1px;
  height: calc(10px * sqrt(2));
  background-color: #172851;
  left: 0;
  border: 0;
}

.octagon--border .octagon_wrapper::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1px;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.octagon--border .octagon_wrapper::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: -1px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.octagon--border .octagon_inner::before, .octagon--border .octagon_inner::after {
  width: 1px;
  height: calc(10px * sqrt(2));
  background-color: #172851;
  right: 0;
  border: 0;
}

.octagon--border .octagon_inner::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -1px;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.octagon--border .octagon_inner::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -1px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@media screen and (max-width: 767px) {
  .octagon {
    padding: 0 6px;
  }
  .octagon_wrapper::before, .octagon_wrapper::after {
    border: 3px solid;
    left: -6px;
  }
  .octagon_inner::before, .octagon_inner::after {
    border: 3px solid;
    right: -6px;
  }
  .octagon::before, .octagon::after {
    width: 6px;
    height: calc(100% - 12px);
  }
  .octagon--border::before, .octagon--border::after {
    width: 1px;
    background-color: #172851;
  }
  .octagon--border::before {
    left: 1px;
  }
  .octagon--border::after {
    right: 1px;
  }
  .octagon--border .octagon_wrapper::before, .octagon--border .octagon_wrapper::after {
    height: calc(6px * sqrt(2));
  }
  .octagon--border .octagon_inner::before, .octagon--border .octagon_inner::after {
    height: calc(6px * sqrt(2));
  }
}

.square {
  width: 10px;
  height: 10px;
  background-color: #ee731b;
}

@media screen and (max-width: 767px) {
  .square {
    width: 4px;
    height: 4px;
  }
}

.remark {
  position: absolute;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .remark {
    font-size: 8px;
  }
}

.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.subtitle-ch {
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  color: #172851;
  letter-spacing: 0.15em;
}

.subtitle-en {
  color: #ee731b;
  font-weight: 900;
  margin: 0;
  font-size: 36px;
}

@media screen and (max-width: 1399px) {
  .subtitle {
    gap: 12px;
  }
  .subtitle-ch {
    font-size: 28px;
  }
  .subtitle-en {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .subtitle {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .subtitle {
    gap: 5px;
  }
  .subtitle-ch {
    font-size: 15px;
  }
  .subtitle-en {
    font-size: 18px;
  }
}

.kv {
  padding-top: 9.74vw;
  padding-bottom: 7.81vw;
  position: relative;
}

.kv_slogan {
  padding-left: 19.5vw;
  margin-bottom: 100px;
}

.kv_slogan h2 {
  font-weight: 900;
  margin-bottom: 12px;
  line-height: 1;
}

.kv_slogan h2 span {
  display: inline-block;
}

.kv_slogan_small {
  font-size: 78px;
  color: #00668c;
}

.kv_slogan_is {
  font-size: 82px;
  color: #006d81;
}

.kv_slogan_king {
  font-size: 85px;
  color: #005676;
}

.kv_slogan_big {
  font-size: 132px;
  font-weight: 700;
  margin-right: 10px;
  color: #0081a1;
}

.kv_slogan_dream {
  font-size: 86px;
  color: #005676;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.kv_slogan_bottom {
  gap: 95px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.kv_slogan_bottom h3 {
  font-size: 68px;
  font-weight: 700;
  margin: 0;
  color: #de7120;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.kv_slogan_bottom h3 .highlight {
  color: #172851;
  margin-bottom: 10px;
  display: inline-block;
  display: block;
}

.kv_slogan_bottom h3 .highlight img {
  width: 140px;
  margin-top: 10px;
}

.kv_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 50px;
}

.kv_price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kv_price h3 {
  margin: 0;
  line-height: 1;
}

.kv_price_num {
  font-size: 170px;
  font-weight: 700;
  color: #ee731b;
}

.kv_price_unit {
  font-size: 170px;
  font-weight: 700;
  color: #172851;
}

.kv_price_from {
  font-size: 55px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #172851;
  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: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: -27px;
}

.kv_room {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1.3px solid #ee731b;
  padding-right: 19.5vw;
  position: relative;
}

.kv_room span {
  font-size: 50px;
  font-weight: 700;
}

.kv_room_text {
  color: #172851;
}

.kv_room_num {
  color: #ee731b;
}

.kv_room_square {
  position: absolute;
  width: 7.94vw;
  top: 100%;
  right: 1.98vw;
}

.kv_room_loft {
  width: 107px;
}

.kv_logo {
  padding-right: 19.5vw;
}

.kv_logo img {
  width: 370px;
}

.kv_line-1 {
  width: 42vw;
  top: 0;
  right: 0;
}

.kv_line-1-m {
  width: 47.78vw;
  top: 0;
  right: 0;
}

.kv_line-2 {
  width: 1.04vw;
  top: 0;
  left: 5.15vw;
}

.kv_line-2-m {
  width: 2.54vw;
  top: 0;
  left: 6.11vw;
}

.kv_plant-1 {
  width: 7.61vw;
  bottom: 0;
  right: 5.79vw;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

.kv_plant-2 {
  width: 31.82vw;
  left: 1.71vw;
  bottom: 0;
  -webkit-animation: move-2 5s ease-in-out infinite alternate;
          animation: move-2 5s ease-in-out infinite alternate;
}

.kv_plant-3 {
  width: 15.85vw;
  right: 11.95vw;
  bottom: 8.61vw;
  -webkit-animation: move-1 5s ease-in-out infinite alternate;
          animation: move-1 5s ease-in-out infinite alternate;
}

.kv_bird {
  width: 9.2vw;
  right: 11.31vw;
  top: 10.66vw;
  position: absolute;
}

@media screen and (max-width: 1700px) {
  .kv_slogan {
    padding-left: 12vw;
  }
  .kv_room, .kv_logo {
    padding-right: 12vw;
  }
  .kv_plant-2 {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .kv_slogan {
    padding-left: 16.91vw;
  }
  .kv_slogan_bottom {
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .kv {
    padding-top: 30.28vw;
    padding-bottom: 44.44vw;
  }
  .kv_info {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .kv_info_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
  .kv_price {
    padding-right: 0;
    padding-bottom: 32px;
    margin: 0 auto 32px;
    border-bottom: 1px solid #ee731b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 8px;
  }
  .kv_price_from {
    right: -20px;
    bottom: 32px;
  }
  .kv_room {
    padding-right: 0;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .kv_room_square {
    display: none;
  }
  .kv_room_loft {
    width: 40px;
  }
  .kv_logo {
    padding-right: 0;
    width: 180px;
  }
  .kv_plant-1 {
    width: 15.3vw;
    top: 21.11vw;
    right: 13.89vw;
  }
  .kv_plant-2 {
    width: 58.06vw;
    left: 0;
    bottom: 0;
    display: block;
  }
  .kv_bird {
    width: 16.84vw;
    right: 1.11vw;
    top: 67.5vw;
  }
  .kv_slogan_bottom {
    padding-left: 40px;
  }
  .kv_slogan_bottom h3 {
    margin-top: 30px;
  }
  .kv_slogan_middle {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .kv_slogan {
    padding-left: 12.2vw;
    margin-bottom: 0px;
  }
  .kv_slogan h2 {
    margin-bottom: 5px;
  }
  .kv_slogan_small {
    font-size: 26px;
  }
  .kv_slogan_is {
    font-size: 27px;
    margin-left: 36px;
  }
  .kv_slogan_king {
    font-size: 28px;
  }
  .kv_slogan_big {
    font-size: 44px;
    margin-left: 36px;
  }
  .kv_slogan_dream {
    font-size: 29px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .kv_slogan_middle {
    padding-left: 0;
  }
  .kv_slogan_bottom {
    padding-left: 0;
  }
  .kv_slogan_bottom h3 {
    font-size: 35px;
    padding-left: 40px;
  }
  .kv_slogan_bottom h3 .highlight img {
    width: 68px;
  }
  .kv_price {
    padding-bottom: 13px;
    margin-bottom: 13px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .kv_price_num {
    font-size: 66px;
  }
  .kv_price_unit {
    font-size: 63px;
  }
  .kv_price_from {
    font-size: 22px;
    width: 32px;
    height: 32px;
    position: static;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  .kv_room span {
    font-size: 20px;
  }
  .kv_logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .kv_logo img {
    width: 70px;
  }
  .kv_info_right {
    gap: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .kv_bird {
    width: 20vw;
  }
}

@-webkit-keyframes move-1 {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}

@keyframes move-1 {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}

@-webkit-keyframes move-2 {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}

@keyframes move-2 {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}

.loca {
  position: relative;
}

.loca > img {
  width: 100%;
}

.loca_title {
  position: absolute;
  width: 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;
  top: 3.11vw;
  left: 0;
  gap: 30px;
}

.loca_title img {
  width: 654px;
}

.loca_title .location_title_ch {
  padding: 0;
  margin-bottom: 15px;
}

.loca_title .location_title_ch::before, .loca_title .location_title_ch::after {
  display: none;
}

.loca_title .location_title_ch .title-ch {
  color: #fff;
}

.loca_title .location_title_ch li::after {
  background-color: #fff;
}

.loca_title h3 {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1700px) {
  .loca_title {
    gap: 27px;
  }
  .loca_title img {
    width: 580px;
  }
  .loca_title .location_title_ch {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 1300px) {
  .loca_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .loca_title img {
    width: 197px;
    margin: 0 auto;
  }
  .loca_title .location_title_ch {
    margin-bottom: 5px;
  }
  .loca_title .location_title_ch .title-ch {
    font-size: 16px;
  }
  .loca_title .location_title_ch li {
    padding-right: 15px;
  }
  .loca_title .location_title_ch li::after {
    width: 3px;
    height: 3px;
    right: 6px;
  }
  .loca_title .location_title_ch li:last-child {
    padding-right: 0;
  }
  .loca_title h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .loca_title {
    top: 7vw;
  }
  .loca_title h3 {
    font-size: 14px;
  }
  .loca_title img {
    width: 220px;
  }
  .loca .location_title_ch .title-ch {
    font-size: 18px;
  }
}

.location {
  padding-top: 90px;
  padding-bottom: 130px;
  position: relative;
}

.location .title-wrap {
  margin-bottom: 20px;
}

.location .title-line {
  width: calc(100% - 641px - 75px);
}

.location_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 53px;
}

.location_title_ch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  position: relative;
}

.location_title_ch .title-ch {
  margin: 0;
}

.location_title_ch::before, .location_title_ch::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 3px;
  background-color: #ee731b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.location_title_ch::before {
  left: 0;
}

.location_title_ch::after {
  right: 0;
}

.location_title_en {
  width: 46%;
}

.location_plant {
  width: 6.92vw;
  right: 8vw;
  bottom: 0;
}

.location_plant-m {
  margin-top: 55px;
  width: 168px;
}

@media screen and (max-width: 991px) {
  .location .title-line {
    width: calc(100% - 432px - 20px);
  }
}

@media screen and (max-width: 767px) {
  .location {
    padding-top: 0;
    padding-bottom: 75px;
  }
  .location .title-line {
    width: calc(100% - 216px - 20px);
  }
  .location_title {
    margin-bottom: 35px;
  }
  .location_title_ch {
    padding: 0 10px;
  }
  .location_title_ch::before, .location_title_ch::after {
    height: 15px;
    width: 1px;
  }
}

.map_wrap {
  height: 640px;
  overflow-x: auto;
  position: relative;
}

.map_wrap-wrap {
  position: relative;
}

.map_wrap_pic {
  height: 100%;
  max-width: inherit;
}

.map_arrow {
  cursor: pointer;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.map_arrow-prev {
  left: 15px;
}

.map_arrow-next {
  right: 15px;
}

.smallisbig {
  padding-bottom: 115px;
}

.smallisbig .title-wrap {
  margin-bottom: 70px;
}

.smallisbig .title-line {
  width: calc(100% - 814px - 75px);
}

.smallisbig_plant {
  width: 30.91%;
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .smallisbig .title-wrap {
    margin-bottom: 40px;
  }
  .smallisbig .title-line {
    width: calc(100% - 549px - 20px);
  }
}

@media screen and (max-width: 767px) {
  .smallisbig {
    padding-bottom: 23px;
  }
  .smallisbig .title-en {
    height: 69px;
  }
  .smallisbig .title-line {
    width: calc(100% - 142px - 20px);
  }
}

.smallisbig {
  position: relative;
  padding-top: 6.29vw;
}

.smallisbig .slider_text {
  width: 35%;
  padding-right: 75px;
}

.smallisbig .slider_text h3 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 50px;
}

.smallisbig .slider_pic {
  width: 65%;
}

.smallisbig .title-ch {
  position: relative;
  margin-bottom: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.smallisbig .title-ch > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.smallisbig .title-ch > img {
  position: absolute;
  width: 5.38vw;
  top: 50%;
  left: calc(100% + 25px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.smallisbig_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.smallisbig_list_item.rich {
  gap: 25px;
  width: 412px;
  height: 89px;
  background-image: url(../img/smallisbig-frame.svg);
}

.smallisbig_list_item.rich > p {
  font-size: 35px;
  font-weight: 700;
  margin: 0;
}

.smallisbig_list_item.rich > img {
  width: 6px;
}

.smallisbig_list_item.rich .smallisbig_rich_num {
  font-size: 34px;
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.smallisbig_list_item.rich .smallisbig_rich_ch {
  font-size: 28px;
}

.smallisbig_list_item.content {
  width: 486px;
  height: 89px;
  background-image: url(../img/smallisbig-frame-2.svg);
  margin-bottom: 20px;
}

.smallisbig_list_item.content > p {
  font-size: 35px;
  font-weight: 700;
  position: relative;
  padding-right: 18px;
  margin: 0 18px 0 0;
  letter-spacing: 0.1em;
}

.smallisbig_list_item.content > p::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 29px;
  background-color: #172851;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.smallisbig_list_item.content > p:last-child {
  padding-right: 0;
  margin: 0;
}

.smallisbig_list_item.content > p:last-child::after {
  display: none;
}

.smallisbig_list_item.content:last-child {
  margin-bottom: 0;
}

.smallisbig_list_title {
  width: 100%;
  margin-bottom: 25px;
  display: block;
}

.smallisbig_list .octagon_inner {
  padding: 15px 65px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.smallisbig_list li {
  margin-bottom: 17px;
}

.smallisbig_list li:nth-child(odd)::before, .smallisbig_list li:nth-child(odd)::after {
  background-color: #093A38;
}

.smallisbig_list li:nth-child(odd) .octagon::before, .smallisbig_list li:nth-child(odd) .octagon::after {
  background-color: #093A38;
}

.smallisbig_list li:nth-child(odd) .octagon_wrapper::before {
  border-color: transparent #093A38 #093A38 transparent;
}

.smallisbig_list li:nth-child(odd) .octagon_wrapper::after {
  border-color: #093A38 #093A38 transparent transparent;
}

.smallisbig_list li:nth-child(odd) .octagon_inner {
  background-color: #093A38;
  color: #fff;
}

.smallisbig_list li:nth-child(odd) .octagon_inner::before {
  border-color: transparent transparent #093A38 #093A38;
}

.smallisbig_list li:nth-child(odd) .octagon_inner::after {
  border-color: #093A38 transparent transparent #093A38;
}

.smallisbig_list li:nth-child(even)::before, .smallisbig_list li:nth-child(even)::after {
  background-color: #DE7120;
}

.smallisbig_list li:nth-child(even) .octagon::before, .smallisbig_list li:nth-child(even) .octagon::after {
  background-color: #DE7120;
}

.smallisbig_list li:nth-child(even) .octagon_wrapper::before {
  border-color: transparent #DE7120 #DE7120 transparent;
}

.smallisbig_list li:nth-child(even) .octagon_wrapper::after {
  border-color: #DE7120 #DE7120 transparent transparent;
}

.smallisbig_list li:nth-child(even) .octagon_inner {
  background-color: #DE7120;
  color: #fff;
}

.smallisbig_list li:nth-child(even) .octagon_inner::before {
  border-color: transparent transparent #DE7120 #DE7120;
}

.smallisbig_list li:nth-child(even) .octagon_inner::after {
  border-color: #DE7120 transparent transparent #DE7120;
}

.smallisbig_rich {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.smallisbig_rich_title {
  margin-bottom: 50px;
}

.smallisbig_rich_title .smallisbig_rich_num {
  width: 66px;
  height: 66px;
  font-size: 65px;
}

.smallisbig_rich_title .smallisbig_rich_ch {
  font-size: 49px;
  letter-spacing: 0.3em;
}

.smallisbig_rich_num {
  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: #172851;
  border-radius: 50%;
  color: #fff;
}

.smallisbig_rich > p {
  font-weight: 700;
  margin: 0;
}

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

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

.smallisbig_pic .remark {
  top: 15px;
  right: 15px;
}

.smallisbig .slider_arrow-prev {
  left: 35%;
}

.smallisbig_plant-2 {
  width: 80%;
  margin-top: 40px;
}

.smallisbig_plant-3 {
  width: 24vw;
  bottom: 0;
  left: 0;
}

.smallisbig_plant-4 {
  width: 11.58vw;
}

.smallisbig_plant-5 {
  width: 6.92vw;
  top: -2.64vw;
  right: 2.89vw;
}

@media screen and (max-width: 1450px) {
  .smallisbig_list_item.rich {
    width: 324px;
    height: 70px;
    gap: 15px;
  }
  .smallisbig_list_item.rich > p {
    font-size: 26px;
  }
  .smallisbig_list_item.content {
    width: 382px;
    height: 70px;
  }
  .smallisbig_list_item.content > p {
    font-size: 26px;
  }
}

@media screen and (max-width: 1199px) {
  .smallisbig .slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    position: relative;
    padding-bottom: 17vw;
  }
  .smallisbig .slider_text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 40px;
    padding-right: 0;
  }
  .smallisbig .slider_pic {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin: 0;
  }
  .smallisbig .slider_pagination {
    position: absolute;
    top: calc((100vw - 40px) * 0.7265 - 10px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    z-index: 4;
  }
  .smallisbig .slider_arrow {
    top: calc((100vw - 40px) * 0.7265 / 2);
  }
  .smallisbig .slider_arrow-prev {
    left: 0;
  }
  .smallisbig .title-ch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .smallisbig {
    padding-bottom: 0;
  }
  .smallisbig .title-ch {
    gap: 12px;
    margin-bottom: 10px;
  }
  .smallisbig .title-ch > span {
    gap: 12px;
  }
  .smallisbig .slider_text {
    padding-top: 15px;
  }
  .smallisbig .slider_text h3 {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .smallisbig .slider_pic .remark {
    top: 6px;
    right: 6px;
  }
  .smallisbig_list_item.rich {
    width: 188px;
    height: 35px;
    background-image: url(../img/smallisbig-frame-3.svg);
    gap: 10px;
  }
  .smallisbig_list_item.rich > p {
    font-size: 15px;
  }
  .smallisbig_list_item.rich > img {
    width: 3px;
  }
  .smallisbig_list_item.rich .smallisbig_rich_num {
    width: 15px;
    height: 15px;
    font-size: 14px;
  }
  .smallisbig_list_item.rich .smallisbig_rich_ch {
    font-size: 12px;
  }
  .smallisbig_list_item.content {
    width: 270px;
    height: 25px;
    background-image: url(../img/smallisbig-frame-4.svg);
    margin-bottom: 8px;
  }
  .smallisbig_list_item.content > p {
    font-size: 15px;
    padding-right: 8px;
    margin-right: 8px;
  }
  .smallisbig_list_item.content > p::after {
    height: 10px;
  }
  .smallisbig_list .octagon_inner {
    font-size: 11px;
    text-align: center;
    padding: 8px;
  }
  .smallisbig_list_title {
    width: 75%;
    margin: 0 auto 25px;
  }
  .smallisbig_rich {
    gap: 4px;
  }
  .smallisbig_rich_title {
    margin-bottom: 12px;
  }
  .smallisbig_rich_title .smallisbig_rich_num {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
  .smallisbig_rich_title .smallisbig_rich_ch {
    font-size: 19px;
  }
  .smallisbig_plant-5 {
    right: 12.22vw;
    top: calc(6.29vw - 14px);
  }
  .smallisbig_plant-3 {
    bottom: 6.11vw;
    left: -1.11vw;
    z-index: 5;
  }
}

.building {
  padding-bottom: 150px;
}

.building .title-wrap {
  margin-bottom: 85px;
  position: relative;
}

.building .title-line {
  width: calc(100% - 608px - 75px);
}

.building_plant {
  width: 14.83vw;
  left: 4.99vw;
  bottom: calc(50% + 7px);
}

.building .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.building_text {
  width: 430px;
}

.building_pic {
  width: calc(100% - 430px);
}

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

.building_pic_swiper_inner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.building_pic_main_item {
  display: none;
}

.building_pic_main_item.active {
  display: block;
}

.building_pic_main_item .swiper-button-next::after, .building_pic_main_item .swiper-button-prev::after {
  display: none;
}

.building_swiper {
  position: relative;
}

.building_swiper_arrow {
  position: absolute;
  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: 80px;
  height: 45px;
  bottom: 0;
  right: 0;
  gap: 15px;
  z-index: 1;
}

.building_swiper-prev, .building_swiper-next {
  cursor: pointer;
}

.building_swiper-prev svg, .building_swiper-next svg {
  width: 18px;
  height: 25px;
}

.building_swiper-prev svg polyline, .building_swiper-next svg polyline {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #172851;
}

.building_swiper-prev:hover svg polyline, .building_swiper-next:hover svg polyline {
  fill: #5b75a8;
}

.building_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  margin-bottom: 35px;
}

.building_title img {
  width: 83px;
}

.building_title .title-ch {
  margin: 0;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.building_info {
  margin-bottom: 40px;
}

.building_info_item {
  width: 369px;
  height: 162px;
  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;
  padding: 20px;
  background-image: url(../img/building-info.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.building_info_item h3 {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  color: #ee731b;
  width: 100%;
  letter-spacing: 0.1em;
}

.building_info_item p {
  margin: 0;
  color: #172851;
  font-size: 21px;
  font-family: "Noto Sans TC", sans-serif;
  width: 100%;
  font-weight: 300;
  letter-spacing: 0.15em;
}

.building_remark {
  font-size: 15px;
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
  color: #7b7b7b;
  font-weight: 300;
}

.building_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.building_tag .octagon_inner {
  padding: 10px;
  font-size: 25px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.building_tag .octagon_inner img {
  width: 7px;
}

.building_tag_btn {
  cursor: pointer;
}

.building_tag_btn::before, .building_tag_btn::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.building_tag_btn .octagon_wrapper, .building_tag_btn .octagon_inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.building_tag_btn .octagon_wrapper::before, .building_tag_btn .octagon_wrapper::after, .building_tag_btn .octagon_inner::before, .building_tag_btn .octagon_inner::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.building_tag_btn.octagon--blue:hover::before, .building_tag_btn.octagon--blue:hover::after {
  background-color: #ee731b;
}

.building_tag_btn.octagon--blue:hover .octagon_wrapper::before {
  border-color: transparent #ee731b #ee731b transparent;
}

.building_tag_btn.octagon--blue:hover .octagon_wrapper::after {
  border-color: #ee731b #ee731b transparent transparent;
}

.building_tag_btn.octagon--blue:hover .octagon_inner {
  background-color: #ee731b;
}

.building_tag_btn.octagon--blue:hover .octagon_inner::before {
  border-color: transparent transparent #ee731b #ee731b;
}

.building_tag_btn.octagon--blue:hover .octagon_inner::after {
  border-color: #ee731b transparent transparent #ee731b;
}

.building_tag_btn.octagon--orange:hover::before, .building_tag_btn.octagon--orange:hover::after {
  background-color: #172851;
}

.building_tag_btn.octagon--orange:hover .octagon_wrapper::before {
  border-color: transparent #172851 #172851 transparent;
}

.building_tag_btn.octagon--orange:hover .octagon_wrapper::after {
  border-color: #172851 #172851 transparent transparent;
}

.building_tag_btn.octagon--orange:hover .octagon_inner {
  background-color: #172851;
}

.building_tag_btn.octagon--orange:hover .octagon_inner::before {
  border-color: transparent transparent #172851 #172851;
}

.building_tag_btn.octagon--orange:hover .octagon_inner::after {
  border-color: #172851 transparent transparent #172851;
}

.building_name {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 80px;
  height: 45px;
}

.building_name h3 {
  font-size: 27px;
  font-weight: 700;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #172851;
}

.building_name h3 .highlight {
  font-size: 36px;
}

.building_name_line {
  height: 1px;
  background-color: #172851;
  width: calc(100% - 196px - 10px);
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media screen and (max-width: 991px) {
  .building .title-wrap {
    margin-bottom: 25px;
  }
  .building .title-line {
    width: calc(100% - 410px - 20px);
  }
  .building .container {
    display: block;
  }
  .building_text {
    width: 100%;
  }
  .building_pic {
    width: 100%;
  }
  .building_info_item {
    margin: 0 auto 25px;
  }
  .building_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .building_remark {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .building .title-line {
    width: calc(100% - 205px - 20px);
  }
  .building_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 369px;
    margin: 0 auto 15px;
    position: relative;
  }
  .building_title img {
    position: absolute;
    width: 45px;
    right: -11px;
    top: 0;
  }
}

@media screen and (max-width: 575px) {
  .building {
    padding-bottom: 52px;
  }
  .building_title {
    width: 271px;
  }
  .building_info_item {
    width: 271px;
    height: 55px;
    padding: 10px;
    background-image: url(../img/building-info-m.svg);
    margin-bottom: 15px;
  }
  .building_info_item h3 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .building_info_item p {
    font-size: 10px;
  }
  .building_tag .octagon_inner {
    padding: 4px;
    font-size: 10px;
    gap: 5px;
  }
  .building_tag .octagon_inner img {
    width: 4px;
  }
  .building_name {
    height: 25px;
    padding-right: 30px;
  }
  .building_name h3 {
    font-size: 12px;
  }
  .building_name h3 .highlight {
    font-size: 17px;
  }
  .building_name_line {
    width: calc(100% - 88px - 10px);
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .building_swiper_arrow {
    width: 15px;
    gap: 4px;
    height: 25px;
    bottom: 3px;
  }
  .building_swiper-prev svg, .building_swiper-next svg {
    width: 5px;
    height: 7px;
  }
  .building_remark {
    font-size: 7px;
  }
}

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

.architecture .title-en {
  margin-bottom: 60px;
}

.architecture .title-wrap {
  margin-bottom: 140px;
  position: relative;
}

.architecture .title-line {
  width: calc(100% - 579px - 75px);
  position: relative;
}

.architecture .title-line_plant {
  width: 13.49vw;
  right: 11.65vw;
  bottom: -0.3vw;
}

.architecture_logo {
  width: 565px;
  margin-bottom: 30px;
}

.architecture .row > div {
  padding-left: 40px;
  padding-right: 40px;
}

.architecture .row > div:last-child .architecture_text::after {
  display: none;
}

.architecture_item {
  height: 100%;
}

.architecture_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 24px;
  margin-bottom: 55px;
  position: relative;
}

.architecture_text h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  color: #172851;
  letter-spacing: 0.25em;
}

.architecture_text p {
  font-size: 22px;
  color: #172851;
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
}

.architecture_text::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 63px;
  background-color: #172851;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.architecture_text.last::after {
  display: none;
}

.architecture_pic {
  width: 100%;
  padding-bottom: 106.95%;
  position: relative;
  margin-bottom: 35px;
}

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

.architecture_place {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #172851;
}

.architecture_plant-1 {
  width: 120px;
  top: -40px;
  right: -50px;
}

.architecture_plant-2 {
  width: 50px;
  bottom: -10px;
  right: -15px;
}

.architecture_plant-3 {
  width: 5.25vw;
  right: 8vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.architecture_buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 130px;
}

.architecture_buy_text {
  width: 25%;
  padding-right: 55px;
}

.architecture_buy_pic {
  width: 75%;
}

.architecture_buy_highlight {
  margin: 30px 0;
}

.architecture_buy_highlight h3 {
  margin: 30px 0;
  color: #ee731b;
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
}

.architecture_buy_highlight > img {
  width: 100%;
}

.architecture_buy_plant {
  width: 20.84vw;
  bottom: 0;
  left: -8.31vw;
}

.architecture_buy_bigdream {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .architecture_buy_plant {
    left: 20px;
  }
  .architecture .row {
    margin: 0;
  }
  .architecture .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .architecture_text {
    gap: 10px;
  }
  .architecture_text::after {
    right: -10px;
  }
  .architecture_text h3 {
    font-size: 22px;
  }
  .architecture_text p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1399px) {
  .architecture_buy_text {
    padding-right: 30px;
  }
  .architecture_buy_highlight h3 {
    font-size: 42px;
    letter-spacing: 0.1em;
  }
  .architecture_buy .title-ch {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .architecture {
    padding-bottom: 100px;
  }
  .architecture .title-en {
    margin: 0;
  }
  .architecture .title-wrap {
    margin-bottom: 20px;
  }
  .architecture .title-line {
    width: calc(100% - 655px - 20px);
  }
  .architecture .title-ch-wrap {
    margin-bottom: 45px;
  }
  .architecture_logo {
    width: 280px;
    margin-bottom: 20px;
  }
  .architecture_text {
    height: auto;
    margin-bottom: 15px;
  }
  .architecture_text::after {
    display: none;
  }
  .architecture_text.last {
    margin-bottom: 25px;
  }
  .architecture_pic {
    padding-bottom: 53.27%;
    margin-bottom: 5px;
  }
  .architecture_pic-wrap {
    position: relative;
  }
  .architecture_place {
    color: #fff;
    position: absolute;
    font-size: 9px;
    left: 5px;
    bottom: 2px;
  }
  .architecture_buy {
    display: block;
  }
  .architecture_buy .title-ch {
    font-size: 19px;
    margin: 0;
  }
  .architecture_buy_text {
    width: 100%;
    padding: 0;
  }
  .architecture_buy_pic {
    width: 100%;
  }
  .architecture_buy_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }
  .architecture_buy_highlight {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  .architecture_buy_highlight h3 {
    font-size: 17px;
    letter-spacing: 0.75em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px 0;
  }
  .architecture_buy_highlight img {
    width: 110px;
    margin: 0 auto;
  }
  .architecture_buy_bigdream {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .architecture .title-line {
    width: calc(100% - 327px - 20px);
  }
  .architecture_logo {
    width: 140px;
  }
  .architecture .container {
    max-width: 340px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .architecture_text {
    gap: 10px;
  }
  .architecture_text h3 {
    font-size: 15px;
  }
  .architecture_text p {
    font-size: 10px;
  }
  .architecture .row {
    position: relative;
  }
}

@media screen and (max-width: 450px) {
  .architecture .title-en {
    height: 18px;
  }
  .architecture .title-line {
    width: calc(100% - 196px - 20px);
  }
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_text_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slider_text_list li {
  color: #172851;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.slider_text_list li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  background-color: #172851;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_text_list li:first-child {
  padding-left: 0;
}

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

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

.slider_text_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

.slider_btn {
  width: 100%;
}

.slider_btn button {
  padding: 0;
  position: relative;
  width: 100%;
  height: 54px;
  z-index: 0;
  font-size: 23px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider_btn button .octagon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider_btn button .octagon_wrapper, .slider_btn button .octagon_inner {
  width: 100%;
  height: 100%;
}

.slider_btn button .octagon--orange {
  opacity: 0;
}

.slider_btn button.active {
  color: #fff;
}

.slider_btn button.active .octagon--orange {
  opacity: 1;
}

.slider_btn button.active .octagon--border {
  opacity: 0;
}

.slider_arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.slider_arrow img {
  width: 100%;
}

.slider_arrow-prev {
  left: 0;
}

.slider_arrow-next {
  right: 0;
}

.slider_arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.slider_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
  gap: 8px;
}

.slider_pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 1;
  border: 1px solid #172851;
  background-color: transparent;
}

.slider_pagination .swiper-pagination-bullet-active {
  background-color: #172851;
}

.slider_intro {
  font-size: 22px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
  color: #172851;
}

@media screen and (max-width: 1399px) {
  .slider_intro {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .slider .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider_text {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .slider_text_inner {
    width: 100% !important;
  }
  .slider_pic {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .slider_btn {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .slider_text_list li {
    padding: 0 10px;
  }
  .slider_text_list li::after {
    height: 9px;
  }
  .slider_btn {
    width: 100%;
  }
  .slider_btn button {
    width: 100%;
    height: 27px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .slider_pagination {
    margin-top: 10px;
    gap: 4px;
  }
  .slider_pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .slider_arrow {
    width: 30px;
    height: 30px;
  }
  .slider_intro {
    font-size: 10px;
  }
}

.culture {
  padding-bottom: 215px;
  position: relative;
}

.culture .title-wrap {
  margin-bottom: 60px;
}

.culture .title-line {
  width: calc(100% - 581px - 75px);
}

.culture .title-ch {
  letter-spacing: 0.15em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}

.culture .title-ch .square {
  right: 10px;
  bottom: 20px;
  position: absolute;
}

.culture .slider_btn {
  width: 282px;
}

.culture .remark {
  top: 13px;
  right: 15px;
}

.culture_plant {
  width: 19.7vw;
  left: 3.03vw;
  bottom: 6.81vw;
}

.culture .slider_text {
  width: 28%;
  margin-bottom: 65px;
}

.culture .slider_text_list {
  font-size: 23px;
  font-weight: 300;
  font-family: "Noto Sans TC", sans-serif;
  margin-bottom: 70px;
}

.culture .slider_pic {
  width: 72%;
}

@media screen and (max-width: 1199px) {
  .culture .slider_text {
    width: 35%;
  }
  .culture .slider_pic {
    width: 65%;
  }
}

@media screen and (max-width: 991px) {
  .culture {
    padding-bottom: 45px;
  }
  .culture .title-wrap {
    margin-bottom: 35px;
  }
  .culture .title-line {
    width: calc(100% - 386px - 20px);
  }
  .culture .title-ch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 0;
  }
  .culture .title-ch .square {
    position: static;
  }
  .culture .title-ch-wrap {
    margin-bottom: 10px;
  }
  .culture_plant {
    width: 36.28vw;
    margin-left: auto;
    margin-right: 40px;
    position: static;
  }
  .culture .slider_text {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .culture .title-line {
    width: calc(100% - 193px - 20px);
  }
  .culture .slider_text_list {
    margin-bottom: 15px;
  }
  .culture .slider_text_list li {
    font-size: 12px;
  }
  .culture .remark {
    top: 8px;
    right: 8px;
  }
}

.transport {
  padding-bottom: 180px;
  position: relative;
}

.transport .title-wrap {
  margin-bottom: 80px;
}

.transport .title-line {
  width: calc(100% - 751px - 75px);
}

.transport .slider_text {
  width: 30%;
}

.transport .slider_text_inner {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 365px;
}

.transport .slider_text .title-ch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  padding-left: 35px;
  letter-spacing: 0.43em;
  margin-bottom: 20px;
}

.transport .slider_text_list {
  margin-bottom: 50px;
}

.transport .slider_text_list li {
  font-size: 40px;
  font-weight: 700;
}

.transport .slider_pic {
  width: 70%;
}

.transport .remark {
  bottom: 13px;
  left: 15px;
}

.transport_plant {
  width: 27.2vw;
  right: -3.46vw;
  bottom: 12.07vw;
}

@media screen and (max-width: 1399px) {
  .transport .slider_text {
    width: 40%;
  }
  .transport .slider_text_inner {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 365px;
  }
  .transport .slider_text .title-ch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    padding-left: 35px;
    letter-spacing: 0.43em;
    margin-bottom: 20px;
  }
  .transport .slider_text_list {
    margin-bottom: 50px;
  }
  .transport .slider_text_list li {
    font-size: 40px;
    font-weight: 700;
  }
  .transport .slider_pic {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .transport .slider_text {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-bottom: 40px;
  }
  .transport .slider_pic {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    margin-bottom: 0;
  }
  .transport .title-wrap {
    margin-bottom: 30px;
  }
  .transport .title-line {
    width: calc(100% - 506px - 20px);
  }
}

@media screen and (max-width: 767px) {
  .transport {
    padding-bottom: 60px;
  }
  .transport .title-line {
    width: calc(100% - 253px - 20px);
  }
  .transport .slider_text {
    margin-bottom: 40px;
  }
  .transport .slider_text .title-ch {
    padding-left: 0;
    gap: 5px;
    padding-right: 10px;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .transport .slider_text .title-ch .square {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .transport .slider_text .title-ch span {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .transport .slider_text_list {
    margin: 0;
  }
  .transport .slider_text_list li {
    font-size: 19px;
  }
  .transport .remark {
    bottom: 8px;
    left: 8px;
  }
}

.lifestyle .title-line {
  width: calc(100% - 684px - 75px);
  position: relative;
}

.lifestyle .title-wrap {
  margin-bottom: 25px;
}

.lifestyle .slider_text {
  position: relative;
}

.lifestyle .slider_text_list li {
  font-size: 35px;
  font-weight: 700;
}

.lifestyle .slider_pic {
  width: 67%;
}

.lifestyle .slider_intro {
  margin-bottom: 60px;
}

.lifestyle .slider.nature {
  padding-bottom: 115px;
}

.lifestyle .slider.nature .slider_text {
  width: 33%;
}

.lifestyle .slider.nature .slider_text_inner {
  width: 380px;
}

.lifestyle .slider.nature .slider_pic {
  width: 67%;
}

.lifestyle .slider.convenient {
  padding-bottom: 140px;
}

.lifestyle .slider.convenient .slider_text {
  width: 36%;
}

.lifestyle .slider.convenient .slider_text_inner {
  width: 480px;
  margin-left: auto;
  height: 100%;
}

.lifestyle .slider.convenient .slider_pic {
  width: 63%;
}

.lifestyle .slider.convenient .subtitle {
  position: relative;
}

.lifestyle_title {
  margin-bottom: 85px;
}

.lifestyle .remark {
  top: 13px;
  right: 15px;
}

.lifestyle_plant {
  width: 101.9%;
  bottom: 0;
  left: 0;
  max-width: inherit;
}

.lifestyle_plant-m-1 {
  width: 60px !important;
  left: 16.11vw;
  bottom: 100%;
}

.lifestyle_plant-m-2 {
  width: 37.57vw;
  margin-left: auto;
  margin-top: 35px;
}

.lifestyle_plant-m-3 {
  width: 48px;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1399px) {
  .lifestyle .slider.nature .slider_text {
    width: 38%;
    padding-right: 30px;
  }
  .lifestyle .slider.nature .slider_text_inner {
    width: 100%;
  }
  .lifestyle .slider.nature .slider_pic {
    width: 62%;
  }
  .lifestyle .slider.convenient .slider_text {
    width: 45%;
    padding-left: 30px;
  }
  .lifestyle .slider.convenient .slider_text_inner {
    width: 100%;
  }
  .lifestyle .slider.convenient .slider_pic {
    width: 55%;
  }
  .lifestyle_plant {
    position: static;
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .lifestyle .title-line {
    width: calc(100% - 461px - 20px);
  }
  .lifestyle .title-wrap {
    margin-bottom: 13px;
  }
  .lifestyle .title-ch-wrap {
    margin-bottom: 10px;
  }
  .lifestyle_title {
    margin-bottom: 15px;
  }
  .lifestyle .slider_text {
    padding: 0 !important;
  }
  .lifestyle .slider_text_list {
    margin-bottom: 5px;
  }
  .lifestyle .slider.nature {
    padding-bottom: 75px;
  }
  .lifestyle .slider.convenient {
    padding-bottom: 25px;
  }
  .lifestyle .slider_intro {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .lifestyle .title-en {
    height: 65px;
  }
  .lifestyle .title-line {
    width: calc(100% - 104px - 20px);
  }
  .lifestyle .slider_text_list li {
    font-size: 15px;
  }
  .lifestyle .slider.convenient .subtitle {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .lifestyle_plant-m-3 {
    width: 13.33vw;
    right: -8vw;
  }
}

.contact {
  padding-bottom: 15vw;
  position: relative;
}

.contact_line {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 95px;
}

.contact_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 75px;
}

.contact_title h2 {
  color: #172851;
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 15px;
  font-family: "Noto Serif TC", sans-serif;
}

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

.contact_input {
  height: 52px;
  margin-bottom: 17px;
  padding: 0 10px;
}

.contact_input label {
  font-weight: 900;
}

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

.contact_input_inner {
  width: calc(100% - 160px);
  height: 100%;
  position: relative;
}

.contact_input_inner::before, .contact_input_inner::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(10px * sqrt(2));
  background-color: #172851;
  right: 0;
}

.contact_input_inner::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.contact_input_inner::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.contact_input::before {
  position: absolute;
  content: "";
  width: 10px;
  height: calc(100% - 20px);
  background-color: #172851;
  top: 10px;
  left: 0;
}

.contact_input::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background-color: #172851;
  top: 10px;
  right: 0;
}

.contact_textarea {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 10px;
}

.contact_textarea_inner {
  height: 100%;
  width: 100%;
  position: relative;
}

.contact_textarea_inner::before, .contact_textarea_inner::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(10px * sqrt(2));
  background-color: #172851;
  right: 0;
}

.contact_textarea_inner::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.contact_textarea_inner::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.contact_textarea_wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.contact_textarea_wrapper::before, .contact_textarea_wrapper::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(10px * sqrt(2));
  background-color: #172851;
  left: 0;
}

.contact_textarea_wrapper::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.contact_textarea_wrapper::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.contact_textarea textarea {
  padding: 10px 5px;
  background-color: transparent;
  border: 1px solid #172851;
  font-size: 19px;
  border-width: 1px 0 1px 0;
  height: 100%;
  width: 100%;
}

.contact_textarea textarea::-webkit-input-placeholder {
  color: #afafaf;
  font-family: "Noto Sans TC", sans-serif;
}

.contact_textarea textarea:-ms-input-placeholder {
  color: #afafaf;
  font-family: "Noto Sans TC", sans-serif;
}

.contact_textarea textarea::-ms-input-placeholder {
  color: #afafaf;
  font-family: "Noto Sans TC", sans-serif;
}

.contact_textarea textarea::placeholder {
  color: #afafaf;
  font-family: "Noto Sans TC", sans-serif;
}

.contact_textarea::before, .contact_textarea::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background-color: #172851;
  top: 10px;
}

.contact_textarea::before {
  left: 0;
}

.contact_textarea::after {
  right: 0;
}

.contact_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

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

.contact_input label {
  width: 160px;
  height: 100%;
  background-color: #172851;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 30px;
  padding-right: 15px;
  padding-left: 5px;
  position: relative;
}

.contact_input label::before, .contact_input label::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid;
  left: -10px;
}

.contact_input label::before {
  border-color: transparent #172851 #172851 transparent;
  top: 0;
}

.contact_input label::after {
  border-color: #172851 #172851 transparent transparent;
  bottom: 0;
}

.contact_input input {
  height: 100%;
  width: 100%;
  padding: 5px 0 5px 10px;
  background-color: transparent;
  font-size: 19px;
  border: 1px solid #172851;
  border-left: 0;
  border-right: 0;
  position: relative;
}

.contact_input input::-webkit-input-placeholder {
  color: #afafaf;
  font-family: "Noto Sans TC", sans-serif;
}

.contact_input input:-ms-input-placeholder {
  color: #afafaf;
  font-family: "Noto Sans TC", sans-serif;
}

.contact_input input::-ms-input-placeholder {
  color: #afafaf;
  font-family: "Noto Sans TC", sans-serif;
}

.contact_input input::placeholder {
  color: #afafaf;
  font-family: "Noto Sans TC", sans-serif;
}

.contact #submit {
  display: block;
  margin: 40px auto 0;
  padding: 0;
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  width: 185px;
  height: 57px;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../img/contact-btn.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact #submit:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contact_plant-1 {
  width: 10.05vw;
  right: 7.86vw;
  bottom: 0;
}

.contact_plant-2 {
  width: 23.49vw;
  left: 2.97vw;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .contact_input {
    margin-bottom: 17px !important;
  }
}

@media screen and (max-width: 575px) {
  .contact {
    padding-bottom: 65px;
  }
  .contact_title {
    margin-bottom: 35px;
  }
  .contact_title h2 {
    font-size: 19px;
    margin: 0;
    padding: 0;
  }
  .contact_input {
    height: 35px;
  }
  .contact_input input {
    font-size: 12px;
  }
  .contact_input label {
    width: 90px;
    font-size: 15px;
  }
  .contact_input_inner {
    width: calc(100% - 90px);
  }
  .contact_textarea textarea {
    font-size: 12px;
  }
  .contact #submit {
    margin-top: 24px;
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
  .contact_plant-2 {
    width: 34.17vw;
    left: -5vw;
    top: -11.67vw;
  }
}

.footer_top {
  padding-top: 40px;
  background-color: #ee731b;
  color: #fff;
  font-family: "Noto Serif TC", sans-serif;
}

.footer_top h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  text-align: center;
}

.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 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  margin-right: 10px;
  position: relative;
  padding-left: 18px;
  margin-right: 25px;
}

.footer_inform_list > li p.footer_inform_title::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.footer_inform_list > li p.footer_inform_content {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}

.footer_bottom {
  text-align: center;
  padding: 25px;
  background-color: #025776;
  z-index: 10;
}

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

.footer_bottom p a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

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

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 0;
  }
  .footer_top {
    color: #172851;
    background-color: #fff;
  }
  .footer_top h2 {
    font-size: 22px;
    padding: 0 15px;
    color: #005676;
  }
  .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;
    margin-bottom: 5px;
  }
  .footer_inform_list > li p.footer_inform_title {
    font-size: 14px;
    width: 90px;
    padding-right: 0;
    padding-left: 10px;
    color: #005676;
  }
  .footer_inform_list > li p.footer_inform_title::before {
    background-color: #005676;
    height: 4px;
    width: 4px;
  }
  .footer_inform_list > li p.footer_inform_content {
    width: calc(100% - 90px);
    font-size: 12px;
    color: #005676;
  }
  .footer_bottom {
    padding: 5px 10px;
    background-color: #005676;
    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: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  overflow: hidden;
}

.sideBtn_top {
  height: 65px;
  width: 65px;
  margin-top: 20px;
}

.sideBtn_top li {
  height: 100%;
}

.sideBtn_top li a {
  height: 100%;
}

.sideBtn ul {
  background-color: #ee731b;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}

.sideBtn ul.sideBtn_top {
  background-color: #025776;
}

.sideBtn li {
  position: relative;
}

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

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

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

.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: 65px;
  height: 75px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

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

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

.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;
  }
  .sideBtn_link {
    width: 80%;
  }
  .sideBtn_link > li {
    width: 20%;
  }
  .sideBtn_top {
    width: 20%;
    height: 55px;
  }
  .sideBtn_top > li {
    width: 100% !important;
  }
  .sideBtn_top > li a {
    height: 55px !important;
    width: 100% !important;
  }
  .sideBtn ul {
    border-radius: 0;
    margin: 0;
  }
  .sideBtn li {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 25%;
  }
  .sideBtn li::after {
    display: none;
  }
  .sideBtn a {
    width: 100%;
    height: 55px;
  }
  .sideBtn a img {
    width: 35px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .sideBtn a span {
    opacity: 1;
    bottom: 2px;
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */