@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black", sans-serif;
  text-align: justify;
}

* {
  max-height: 99999px;
}

/* header */
.navbar-nav {
  flex-grow: 1;
  justify-content: end;
}

/* root */
:root {
  --swiper-theme-color: #198754;
}

/*
@media (max-width: 480px) {
    :root{

    }
} */
@media (max-width: 320px) {
  :root {
    --rwd-75px: 11.12vw;
    --rwd-60px: 5.6vw;
  }
}
/* 通用 */
.hover-img {
  cursor: pointer;
}

a {
  text-decoration: none;
}

ul.ul-reset {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.img {
  max-width: 100%;
}

.hover-bigger:hover {
  transform: scale(1.1);
}

.hover-smaller:hover {
  transform: scale(0.95);
}

.tr-1 {
  transition: all 1s ease;
}

.tr-5 {
  transition: all 0.5s ease;
}

/* fixed */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.go-top {
  border: 0;
  background: none;
  bottom: 3vw;
  right: 30px;
  z-index: 999;
}

.go-top img {
  width: 5vw;
  height: auto;
}
@media (max-width: 1440px) {
  .go-top img {
    width: 5vw;
  }
}
@media (max-width: 991px) {
  .go-top img {
    width: 7vw;
  }
}
@media (max-width: 767px) {
  .go-top img {
    width: 12vw;
  }
}
@media (max-width: 576px) {
  .go-top img {
    width: 15vw;
  }
}

.buy-now {
  width: 7.5vw;
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: 30px;
  transition: all 0.5s ease-in-out;
  animation: buy-now 2s infinite;
}
@media (max-width: 1440px) {
  .buy-now {
    width: 9vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .buy-now {
    width: 12vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .buy-now {
    width: 15vw;
    bottom: 90px;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .buy-now {
    width: 21vw;
    bottom: 60px;
    right: 30px;
  }
}

@keyframes buy-now {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
}
/*
@media (max-width: 320px) {

    #menu{

    }
}
*/
/* 內容區塊通用 */
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

/* menu */
.menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  margin-top: 1vw;
}
@media (max-width: 991px) {
  .menu {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .menu.show-menu {
    position: fixed;
  }
}
@media (max-width: 575px) {
  .menu > div {
    padding-top: 2.5vw;
  }
}

.nav-link {
  font-weight: bold;
  font-size: 20px;
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item a {
  color: #8e6134;
  font-weight: bold;
  font-size: 1.5vw;
  text-align: center;
  margin: 0 8px;
  padding: 0px 8px;
  text-decoration: none;
  display: block;
}
.nav-item a:hover {
  color: #fff;
  font-weight: 500;
  background-color: #8e6134;
}
@media (max-width: 1440px) {
  .nav-item a {
    font-size: 20px;
    margin: 0 8px;
    padding: 0 2px;
  }
}
@media (max-width: 991px) {
  .nav-item a {
    font-size: 16px;
    margin: 0 8px;
    padding: 0 2px;
  }
}
@media (max-width: 767px) {
  .nav-item a {
    font-size: 18px;
    margin: 0 8px;
    padding: 0 2px;
  }
}

.logos {
  display: flex;
  align-items: flex-start;
}
.logos a {
  display: block;
}

.logos img {
  width: auto;
  height: 5vw;
  margin-left: 0vw;
}
@media (max-width: 991px) {
  .logos img {
    width: auto;
    height: 6vw;
    margin-left: 0vw;
  }
}
@media (max-width: 575px) {
  .logos img {
    height: 12.5vw;
    margin-left: 1vw;
  }
}

@media (max-width: 767px) {
  .menu-nav > ul {
    border-radius: 36px;
    padding: 7vw 0.35vw;
  }
}

@media (max-width: 991px) {
  .nav-item:not(:last-child) {
    border-bottom: none;
  }
}

.menu-btn img {
  display: block;
  padding: 0.5vw;
  width: 5vw;
  height: auto;
}
@media (max-width: 767px) {
  .menu-btn img {
    width: 7.5vw;
  }
}
@media (max-width: 575px) {
  .menu-btn img {
    width: 11vw;
  }
}
.menu-btn {
  background: #f8931f;
  border-radius: 999px;
  width: 3.75vw;
  height: 3.75vw;
  background-image: url("../images/bars-solid-full.svg");
  background-position: center center;
  background-size: 75%;
}
@media (max-width: 991px) {
  .menu-btn {
    width: 4.5vw;
    height: 4.5vw;
  }
}
@media (max-width: 575px) {
  .menu-btn {
    width: 10.5vw;
    height: 10.5vw;
  }
}

.show-menu .menu-btn {
  background-image: url("../images/xmark-solid-full.svg");
}

.menu-link ul {
  display: flex;
  align-items: center;
}

/* TODO: MENU RWD */
.menu.menu-add-bg {
  top: 0px;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item a {
  padding: 8px;
}

.menu-link {
  position: fixed;
  top: 0px;
  left: 0;
  width: 27%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8705882353);
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .menu-link {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .menu-link {
    width: 100%;
    padding-top: 12vw;
  }
}

.show-menu .menu-link {
  transform: translateX(0%);
}

.menu-link ul {
  flex-direction: column;
  padding-top: 5.6vw;
  padding-bottom: 16px;
}

.sw-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.swiper-add-arrows {
  position: relative;
  width: 64%;
  margin: auto;
}

.swiper-add-arrows .swiper-button-next, .swiper-add-arrows .swiper-button-prev {
  opacity: 0;
  z-index: -99;
}

.sw-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.arr-left, .arr-right {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  width: 4vw;
  height: 4vw;
  top: 40%;
  background: url(../images/arr.png) center center no-repeat;
  background-size: 100% auto;
}

.arr-left:hover, .arr-right:hover {
  opacity: 0.5;
}

.arr-left {
  left: -4vw;
}

.arr-right {
  right: -4vw;
  transform: rotate(180deg);
}

.hide-3-items .arr-left, .hide-3-items .arr-right {
  display: none;
}

.kv {
  position: relative;
}
.kv::after {
  position: absolute;
  content: "";
  background-image: url("../images/kv/kv-bottom.png");
  background-size: 100% auto;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4.84375vw;
}

body {
  margin: 0;
  /* overflow: hidden;  隱藏滾動條 */
}

h3 {
  font-size: 1.8229166667vw;
  margin-bottom: 0.625vw;
}
@media (max-width: 991px) {
  h3 {
    font-size: 1.953125vw;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 4.5vw;
    margin-bottom: 0.5vw;
  }
}

.article-title {
  font-size: 1.7447916667vw;
  font-weight: bold;
}

.p-s {
  font-size: 1.09375vw;
}

.p-xs {
  font-size: 0.9895833333vw;
}
@media (max-width: 1199px) {
  .p-xs {
    font-size: 1.1979166667vw;
    line-height: 1.5625vw;
  }
}
@media (max-width: 575px) {
  .p-xs {
    font-size: 3.75vw;
    line-height: 5.625vw;
  }
}

.p-n {
  font-size: 1.4583333333vw;
  line-height: 2.5520833333vw;
}

@media (max-width: 1199px) {
  .article-title {
    font-size: 2.09375vw;
    font-weight: bold;
  }
  .p-s {
    font-size: 1.3125vw;
  }
  .p-n {
    font-size: 1.6666666667vw;
    line-height: 2.9166666667vw;
  }
}
@media (max-width: 991px) {
  .article-title {
    font-size: 2.5299479167vw;
    font-weight: bold;
  }
  .p-s {
    font-size: 1.5859375vw;
  }
  .p-n {
    font-size: 1.9270833333vw;
    line-height: 3.2291666667vw;
  }
}
@media (max-width: 575px) {
  .article-title {
    font-size: 4.5vw;
    font-weight: bold;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
  }
  .p-s {
    font-size: 3.35vw;
  }
  .p-n {
    font-size: 4vw;
    line-height: 6.5vw;
  }
}
img {
  display: block;
}

.auto-his {
  width: 46.875vw;
}
@media (max-width: 575px) {
  .auto-his {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.auto-his-full {
  width: 81.3541666667vw;
}

.project-ul {
  gap: 1.5vw 2vw;
  background-color: #f6e1d1;
  padding-bottom: 3.5vw;
  padding-top: 1.5vw;
}
.project-ul li {
  width: 40.3645833333vw;
}
.project-ul li:hover {
  transform: scale(0.975);
}
@media (max-width: 1199px) {
  .project-ul {
    padding-top: 2.25vw;
  }
  .project-ul li {
    width: 42vw;
  }
  .project-ul {
    padding-bottom: 5vw;
  }
}
@media (max-width: 575px) {
  .project-ul {
    padding-top: 6.5vw;
  }
  .project-ul li {
    width: 85vw;
  }
  .project-ul {
    padding-bottom: 10vw;
  }
}

.img-title {
  width: 44.2708333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .img-title {
    width: 48vw;
  }
}
@media (max-width: 575px) {
  .img-title {
    width: 76vw;
  }
}

.in-title {
  width: 38.0208333333vw;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 575px) {
  .in-title {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.in-photo {
  width: 46.875vw;
}
@media (max-width: 575px) {
  .in-photo {
    width: 90vw;
  }
}

.ab-img {
  width: 10.4166666667vw;
  position: absolute;
}
@media (max-width: 575px) {
  .ab-img {
    width: 20vw;
  }
}

.map-top-info {
  font-size: 1.25vw;
  line-height: 2.1875vw;
  color: #727171;
}
@media (max-width: 1199px) {
  .map-top-info {
    font-size: 1.5625vw;
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 991px) {
  .map-top-info {
    font-size: 1.71875vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 575px) {
  .map-top-info {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media (max-width: 575px) {
  .map-top-info {
    width: 88vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
  }
}

.map-top-box {
  padding-top: 1vw;
  top: 1vw;
}
@media (max-width: 1199px) {
  .map-top-box {
    padding-top: 0vw;
  }
}
@media (max-width: 575px) {
  .map-top-box {
    position: relative;
  }
}

.map-block {
  background-image: url("../images/map/map-bg-cloud.svg"), url("../images/map/map-bg-cloud.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 15.1041666667vw auto, 15.1041666667vw auto;
  background-position: -3vw 5vw, 90vw 55vw;
  padding-top: 2.5vw;
  padding-bottom: 0vw;
}
@media (max-width: 575px) {
  .map-block {
    padding-top: 7.5vw;
  }
}

.ul-map-tab-box {
  margin-bottom: 0vw;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .ul-map-tab-box {
    margin-bottom: 2.5vw;
  }
}

.ul-map-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
}
.ul-map-tab li {
  display: flex;
  align-items: center;
}
.ul-map-tab li div {
  width: 1vw;
  height: 1vw;
  margin-right: 0.5vw;
}
@media (max-width: 575px) {
  .ul-map-tab li div {
    width: 1.75vw;
    height: 1.75vw;
  }
}
.ul-map-tab li:first-child div {
  background-color: #bdd271;
}
.ul-map-tab li:nth-child(2) div {
  background-color: #e2a275;
}
.ul-map-tab li:nth-child(3) div {
  background-color: #eabab9;
}
.ul-map-tab li:nth-child(4) div {
  background-color: #ebb964;
}
.ul-map-tab li:nth-child(5) div {
  background-color: #b5dcf4;
}

.part-info-box {
  position: absolute;
}
@media (max-width: 575px) {
  .part-info-box {
    position: relative;
  }
}

.part-info-box-cs {
  top: 45vw;
  width: 27vw;
  left: 3vw;
}
@media (max-width: 1199px) {
  .part-info-box-cs {
    top: 48vw;
    width: 27vw;
    left: 2vw;
  }
}

.part-info-box-n {
  top: 14vw;
  width: 28.1875vw;
  left: 2vw;
}
@media (max-width: 1199px) {
  .part-info-box-n {
    top: 16.5vw;
    width: 29.5vw;
    left: 1vw;
  }
}

.part-info {
  display: flex;
}
.part-info h3 {
  margin-top: 0.5vw;
}
.part-info .p-s {
  color: #727171;
}

.part-cs h3 {
  color: #69a468;
}
@media (max-width: 575px) {
  .part-cs {
    flex-direction: row;
  }
}

.part-n h3 {
  color: #e2a275;
}
@media (max-width: 575px) {
  .part-n {
    flex-direction: row;
  }
}

.cir-info {
  width: 5.7291666667vw;
  height: 5.7291666667vw;
  border-radius: 999vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5625vw;
  line-height: 1.953125vw;
  flex-shrink: 0;
  margin-right: 0.25vw;
}
@media (max-width: 575px) {
  .cir-info {
    width: 15vw;
    height: 15vw;
    font-size: 4.5vw;
    line-height: 5vw;
    margin-right: 2.25vw;
  }
}

.cir-info-cs {
  background-color: #bdd271;
}

.cir-info-n {
  background-color: #e2a275;
}

.history-block {
  background-color: #fff;
  background-image: url("../images/his/bg.jpg");
}
.history-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 14.375vw;
}

.cir-info-w {
  background-color: #b5dcf4;
}

.part-w h3 {
  color: #75b1d6;
}

.part-info-box-w {
  top: 51vw;
  width: 27vw;
  left: 34vw;
}
@media (max-width: 1199px) {
  .part-info-box-w {
    top: 53vw;
    left: 31vw;
    width: 31vw;
  }
}

.cir-info-e {
  background-color: #ebb964;
}

.part-e h3 {
  color: #ebb964;
}

.part-info-box-e {
  top: 17vw;
  width: 27.479167vw;
  left: 69vw;
}
@media (max-width: 1199px) {
  .part-info-box-e {
    top: 20vw;
    left: 70vw;
    width: 27vw;
  }
}

.part-c h3 {
  color: #eabab9;
}

.cir-info-c {
  background-color: #eabab9;
}

.part-info-box-c {
  top: 31vw;
  width: 22.479167vw;
  left: 75vw;
}
@media (max-width: 1199px) {
  .part-info-box-c {
    top: 34vw;
    left: 74.5vw;
    width: 23vw;
  }
}

@media (max-width: 575px) {
  .part-info-box-c,
  .part-info-box-cs,
  .part-info-box-n,
  .part-info-box-e,
  .part-info-box-w {
    top: unset;
    left: unset;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.his-main-box {
  margin-bottom: 3vw;
}

.history-title-box {
  background-image: url("../images/his/bg-his-top.png");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}

.history-info-main-box p {
  font-size: 1.25vw;
  line-height: 2.1875vw;
  color: #727171;
}
@media (max-width: 1199px) {
  .history-info-main-box p {
    font-size: 1.5625vw;
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 991px) {
  .history-info-main-box p {
    font-size: 1.71875vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 575px) {
  .history-info-main-box p {
    font-size: 4vw;
    line-height: 6vw;
  }
}
.history-info-main-box p {
  width: 23.4375vw;
}
@media (max-width: 575px) {
  .history-info-main-box p {
    width: 80%;
  }
}

.his-main-info {
  width: 36.9791666667vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1.25vw;
}
@media (max-width: 575px) {
  .his-main-info {
    width: 80%;
  }
}

.ab-his-01 {
  left: 39%;
  top: 24vw;
}
@media (max-width: 575px) {
  .ab-his-01 {
    display: none;
  }
}

.hos-sw-box {
  width: 22.2916666667vw;
  margin-left: auto;
  margin-right: auto;
}
.hos-sw-box img {
  margin-bottom: 0.5vw;
}
@media (max-width: 575px) {
  .hos-sw-box {
    width: 100%;
  }
}

.sw-his {
  width: 72.9166666667vw;
  margin-bottom: 4vw;
}
@media (max-width: 575px) {
  .sw-his {
    width: 80%;
  }
}

.info-normal-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info-normal-box .info-normal-title {
  width: 38.0208333333vw;
}
.info-normal-box .p-n {
  width: 30.2083333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .info-normal-box .p-n {
    width: 32vw;
  }
}
@media (max-width: 991px) {
  .info-normal-box .info-normal-title {
    width: 42vw;
  }
  .info-normal-box .p-n {
    width: 35vw;
  }
}
@media (max-width: 575px) {
  .info-normal-box .info-normal-title {
    width: 82vw;
  }
  .info-normal-box .p-n {
    width: 80vw;
  }
}

.fadeSwiper-1-long {
  width: 85.4166666667vw;
  padding-bottom: 5vw;
}
@media (max-width: 575px) {
  .fadeSwiper-1-long {
    width: 100%;
  }
}

.ab-his-04 {
  width: 30.2083333333vw;
}
@media (max-width: 1199px) {
  .ab-his-04 {
    margin-top: 1vw;
  }
}
@media (max-width: 575px) {
  .ab-his-04 {
    width: 50vw;
    align-self: flex-end;
    margin-top: 0vw;
    padding-right: 10vw;
  }
}

.his-info-box {
  padding-bottom: 4vw;
}

.nature-title-box {
  background-image: url("../images/nature/bg-top.png");
  background-size: cover;
  background-position: center top;
  height: 14.375vw;
  margin-top: -14.375vw;
}
@media (max-width: 1199px) {
  .nature-title-box {
    height: 15.5vw;
  }
}
@media (max-width: 575px) {
  .nature-title-box {
    height: auto;
  }
}

.nature-block {
  background-image: url("../images/nature/bg.png");
  padding-bottom: 12.5vw;
}

.nature-in-title {
  position: absolute;
  left: 5vw;
  top: 0vw;
}
@media (max-width: 575px) {
  .nature-in-title {
    position: relative;
    left: unset;
  }
}

.na-sw {
  padding-top: 19vw;
}
@media (max-width: 575px) {
  .na-sw {
    padding-top: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.nature-flex {
  grid-area: 3vw;
}

.ab-na-02 {
  top: 22vw;
  right: 3vw;
}
@media (max-width: 991px) {
  .ab-na-02 {
    display: none;
  }
}

.ab-na-01 {
  top: 25vw;
  left: 39vw;
}
@media (max-width: 1199px) {
  .ab-na-01 {
    display: none;
  }
}

.col-title-box {
  background-image: url("../images/culture/bg-top.png");
  background-size: contain;
  background-position: center bottom;
  height: 12.5vw;
  margin-top: -12.5vw;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .col-title-box {
    height: auto;
    background-size: cover;
  }
}

.colture-block {
  background-image: url("../images/culture/bg.jpg");
  padding-top: 1vw;
  padding-bottom: 7vw;
  background-size: 100% auto;
}
.colture-block > div {
  padding: 2vw 0;
}

.products-block {
  background-color: #f6e1d1;
}

.pro-title-box {
  height: 12vw;
}
.pro-title-box > img {
  position: relative;
  top: -8vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .pro-title-box {
    height: auto;
  }
  .pro-title-box > img {
    top: 2vw;
  }
}

.map-desktop {
  width: 84.375vw;
  margin-top: -5vw;
  margin-bottom: 2.5vw;
}
@media (max-width: 575px) {
  .map-desktop {
    width: 97vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=all.css.map */