@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Regular.woff2") format("woff2");
}
body {
  font-family: "Noto Sans TC", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.4;
}

.fc-primary {
  color: #124a2f;
}

.fc-primary-light {
  color: #2ab939;
}

.fs-sm {
  font-size: 0.875em;
}

._header {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
._header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}
._header ._header__brand {
  position: relative;
}
._header ._header__brand ._header__back {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 14px;
  background: #00a73c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
._header ._header__brand ._header__back svg {
  stroke-width: 3;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
._header ._header__brand img {
  width: 100px;
}
._header ._header__phone {
  font-weight: bold;
  font-size: 1.25em;
  color: #309135;
  text-decoration: none;
}
._header ._header__phone svg {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-right: 3px;
}
._header ._header__phone:hover {
  color: #309135;
}

._footer {
  background-color: #222d28;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875em;
}
._footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
._footer a svg {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-right: 3px;
}
._footer a:hover {
  color: white;
}

._home ._banner {
  position: relative;
  background: url("../img/bg-banner.jpg") no-repeat center center;
  background-size: cover;
  min-height: 320px;
}
._home ._banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 51, 37, 0.7);
}
._home ._banner ._banner__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
._home ._banner ._banner__title {
  font-weight: 400 !important;
  font-size: 2.8em;
  margin-bottom: 0;
  color: white;
}
._home ._service {
  background: url("../img/bg-service.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
._home ._service::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 246, 244, 0.9);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  ._home ._about {
    padding-bottom: 80px;
  }
}
._home ._about, ._home ._service {
  font-size: 1.25em;
  position: relative;
  z-index: 2;
}
._home ._about ._about__list,
._home ._about ._service__list, ._home ._service ._about__list,
._home ._service ._service__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._home ._about ._about__item,
._home ._about ._service__item, ._home ._service ._about__item,
._home ._service ._service__item {
  font-family: "Kosugi Maru", sans-serif;
  -webkit-box-flex: 33.3333%;
      -ms-flex: 33.3333%;
          flex: 33.3333%;
  padding: 0;
  padding-left: 0.8em;
  margin: 0em;
  margin-bottom: 1em;
  position: relative;
}
._home ._about ._about__item::before,
._home ._about ._service__item::before, ._home ._service ._about__item::before,
._home ._service ._service__item::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 5px;
  height: 3px;
  border-radius: 99px;
  background: #309135;
}
._home ._about ._about__img,
._home ._about ._service__img, ._home ._service ._about__img,
._home ._service ._service__img {
  width: 100%;
  aspect-ratio: 9/12;
  margin-top: -100px;
  position: relative;
}
._home ._about ._about__img img,
._home ._about ._service__img img, ._home ._service ._about__img img,
._home ._service ._service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right 30%;
     object-position: center right 30%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  ._home ._about ._about__img,
  ._home ._about ._service__img, ._home ._service ._about__img,
  ._home ._service ._service__img {
    margin-bottom: 80px;
  }
  ._home ._about ._about__img img,
  ._home ._about ._service__img img, ._home ._service ._about__img img,
  ._home ._service ._service__img img {
    border-radius: 16px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  }
  ._home ._about ._about__img::after,
  ._home ._about ._service__img::after, ._home ._service ._about__img::after,
  ._home ._service ._service__img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    right: -15px;
    top: -15px;
    background: #124a2f;
    background: linear-gradient(135deg, #309135, #124a2f);
    border-radius: 16px;
  }
  ._home ._about ._service__img::after, ._home ._service ._service__img::after {
    right: auto;
    top: auto;
    left: -15px;
    bottom: -15px;
  }
}
@media screen and (max-width: 991.9px) {
  ._home ._about ._about__item,
  ._home ._about ._service__item, ._home ._service ._about__item,
  ._home ._service ._service__item {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  ._home ._about ._about__img, ._home ._service ._about__img {
    width: 125%;
  }
  ._home ._about ._service__img, ._home ._service ._service__img {
    width: 135%;
  }
  ._home ._about ._service__img, ._home ._service ._service__img {
    -webkit-transform: translateX(-20.5%);
            transform: translateX(-20.5%);
  }
}
@media screen and (max-width: 850px) {
  ._home ._about ._about__img::after,
  ._home ._about ._service__img::after, ._home ._service ._about__img::after,
  ._home ._service ._service__img::after {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  ._home ._about ._about__content, ._home ._service ._about__content {
    padding-bottom: calc(53vw + 3em) !important;
  }
  ._home ._about ._service__content, ._home ._service ._service__content {
    padding-bottom: calc(53vw + 4em) !important;
  }
  ._home ._about ._about__img,
  ._home ._about ._service__img, ._home ._service ._about__img,
  ._home ._service ._service__img {
    -webkit-transform: none;
            transform: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    aspect-ratio: 16/9;
    background-position: center center;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
  }
}
._home ._exp {
  background-color: #124a2f;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.25em;
  position: relative;
}
._home ._exp h2 {
  color: white;
}
._home ._exp ._exp__img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  background: url("../img/img-exp.jpg") no-repeat center right 30%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  ._home ._exp .container {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767.9px) {
  ._home ._exp ._exp__content {
    padding-bottom: calc(53vw + 3em) !important;
  }
  ._home ._exp ._exp__img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    min-height: auto;
    aspect-ratio: 16/9;
    background-position: center center;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
  }
}
._home ._flow {
  background: #309135;
}
._home ._flow ._section__titleBar {
  background: rgba(255, 255, 255, 0.5);
}
._home ._flow .container {
  max-width: 98%;
}
._home ._flow ._section__titleBar {
  margin-left: auto;
  margin-right: auto;
}
._home ._flow ._flow__content {
  position: relative;
  z-index: 2;
}
._home ._flow ._flow__content h2 {
  color: white;
}
._home ._flow ._flow__content ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
._home ._flow ._flow__content ._flow__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em;
  background: white;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  margin-right: 1em;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
._home ._flow ._flow__content ._flow__item:last-child {
  margin-right: 0;
}
._home ._flow ._flow__content ._flow__item p {
  margin-top: 0.3em;
  margin-bottom: 0;
  font-size: 1.25em;
}
._home ._flow ._flow__content ._flow__num {
  font-size: 3em;
  font-weight: bold;
  color: #bde9c0;
  text-align: center;
  line-height: 1;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #e6ece9;
}
._home ._flow ._flow__content ._flow__icon svg {
  stroke: #2ab939;
}
._home ._flow ._flow__content ._flow__arrow {
  position: absolute;
  z-index: 3;
}
._home ._flow ._flow__content ._flow__arrow svg {
  stroke: #309135;
}
._home ._flow ._flow__content ._flow__arrow--right {
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
._home ._flow ._flow__content ._flow__arrow--down {
  display: none;
}
@media screen and (min-width: 768px) {
  ._home ._flow {
    padding: 50px 0 90px 0;
  }
}
@media screen and (max-width: 767.9px) {
  ._home ._flow ._flow__content ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ._home ._flow ._flow__content ._flow__item {
    margin-right: 0;
    margin-bottom: 1.5em;
    padding-bottom: 2em;
  }
  ._home ._flow ._flow__content ._flow__num {
    margin-bottom: 0.5em;
  }
  ._home ._flow ._flow__content ._flow__arrow--right {
    display: none;
  }
  ._home ._flow ._flow__content ._flow__arrow--down {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -15px;
  }
}

._works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f3f6f4;
}
._works ._works__nav {
  position: relative;
  z-index: 9;
  background: #309135;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
._works ._works__nav ._works__navList {
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._works ._works__nav ._works__navSelector {
  display: none;
}
._works ._works__nav ._works__navItem {
  font-family: "Kosugi Maru", sans-serif;
  color: white;
  font-size: 1.25rem;
  padding: 1rem 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  cursor: pointer;
  background-color: transparent;
}
._works ._works__nav ._works__navItem:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
._works ._works__nav ._works__navItem.active {
  background-color: #2ab939;
  pointer-events: none;
}
._works ._works__nav ._works__navItem:hover {
  background-color: rgba(42, 185, 57, 0.3);
}
@media screen and (max-width: 575.9px) {
  ._works ._works__nav {
    position: relative;
  }
  ._works ._works__nav ._works__navList {
    display: none;
  }
  ._works ._works__nav ._works__navSelector {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 1rem 12px;
    border: none !important;
    outline: none;
    width: 100%;
    background: #309135;
    color: white;
    font-size: 1.125rem;
  }
  ._works ._works__nav::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    z-index: 99;
    right: 12px;
    top: -1000px;
    bottom: -1000px;
    margin: auto;
  }
}
._works ._works__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0 100px 0;
}
._works ._works__content ._works__contentItem {
  width: 100%;
  aspect-ratio: 16/9;
}
._works ._works__content ._works__contentItem.active {
  display: block !important;
}
._works ._works__content ._works__contentItem iframe, ._works ._works__content ._works__contentItem video {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #124a2f;
}
._works ._works__content ._works__contentItem img {
  width: 100%;
}
._works ._works__content ._works__contentItem .slick-slider {
  border-radius: 16px;
  overflow: hidden;
}
._works ._works__content ._works__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  counter-reset: item;
}
._works ._works__content ._works__stepItem {
  color: white;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.5rem 2rem;
  cursor: pointer;
  background-color: #666;
  border-radius: 99px;
  margin-right: 1rem;
}
._works ._works__content ._works__stepItem:last-child {
  margin-right: 0;
}
._works ._works__content ._works__stepItem.active {
  pointer-events: none;
  background-color: #309135;
}
._works ._works__content ._works__stepItem:hover {
  background-color: #175f3c;
}
@media screen and (max-width: 575.9px) {
  ._works ._works__content {
    padding: 60px 0 80px 0;
  }
  ._works ._works__content ._works__stepItem {
    font-size: 1rem;
    margin-right: 0.5rem;
    padding: 0.5rem 1rem;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

._page {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
._page ._section {
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  ._page ._section {
    min-height: auto;
    padding: 30px 0;
  }
}
._page ._section__titleBar {
  display: block;
  width: 75px;
  height: 3px;
  background: #2ab939;
  margin: 20px 0 50px 0;
}
._page h2 {
  color: #124a2f;
}
._page .btn {
  background-color: #2ab939;
  color: white;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 0.1em;
}
._page .btn:hover {
  background: #2fce3f;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
._page ._contact {
  background: url("../img/bg-contact.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
._page ._contact p {
  font-family: "Kosugi Maru", sans-serif;
}
._page ._contact::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
._page ._contact ._contact__content {
  position: relative;
  z-index: 1;
}
._page ._contact ._contact__content .btn {
  min-width: 280px;
}