@charset "UTF-8";
/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
body,
html {
  line-height: normal;
  scroll-behavior: smooth;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0 !important;
}

.rowbox-esg {
  display: flex;
  align-items: center;
}

.wow {
  visibility: hidden;
}

@media screen and (min-width: 976px) {
  .mb_show_976 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mb_show {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  .mb_show_hrm {
    display: none !important;
  }
  .mb_show_576 {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 975px) {
  .pc_show_976 {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .pc_show {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .pc_show_576 {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .pc_show_hrm {
    display: none !important;
  }
}
.img-box img,
.img img {
  max-width: 100%;
}

.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-group .btn {
  margin-right: 16px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}

.btn {
  display: inline-block;
  padding: 10px 67.5px;
  border-radius: 12px;
  font-size: 18px;
  text-align: center;
  min-width: 80px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn {
    padding: 7px 10px;
    font-size: 16px;
  }
}
.btn:hover {
  color: #fff;
}
.btn.btn-face {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 158px;
  height: 44px;
  color: #fff;
  background: #2D8EF2;
  box-shadow: 5px 10px 30px 0px rgba(0, 105, 194, 0.3);
}
.btn.btn-face:hover {
  background: #64b1fe;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn.btn-face {
    width: 158px;
    margin: 0 auto;
    flex-grow: 0 !important;
  }
}
.btn.btn-online {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 20px;
  width: 262px;
  color: #fff;
  background: #2D8EF2;
  box-shadow: 5px 10px 30px 0px rgba(0, 105, 194, 0.3);
}
.btn.btn-online:hover {
  background: #64b1fe;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn.btn-online {
    margin: 0 auto;
    flex-grow: 0 !important;
  }
}

.btn-line {
  color: #0069c2;
  border: solid 1px #0069c2;
  background: #fff;
}
.btn-line:hover {
  color: #fff;
  border: solid 1px #4394db;
  box-shadow: 0 0 4px 0 #4394db;
}

.wrapper-in {
  width: calc(100% - 56px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 28px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .wrapper-in {
    width: calc(100% - 20px);
    padding: 0 2px;
  }
}

.theme-main-menu {
  background-color: #fff;
}
.theme-main-menu .contact-button.button-white-bg {
  border: 2px solid #5DCDA8;
}
.theme-main-menu .line-button-one.button-rose {
  color: #5DCDA8;
}
.theme-main-menu .line-button-one.button-rose::before {
  background: #5DCDA8;
}

.btn-call.mb_show {
  position: fixed;
  top: 60px;
  right: 14px;
  width: 18px;
  height: 18px;
  background-color: #0069c2;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}
.btn-call.mb_show img {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
}

.nav {
  min-height: 42px;
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #eee;
  background: #fff;
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 100;
}
.nav .logo {
  width: 186px;
  margin-right: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 22px;
  color: #0069c2;
  font-weight: bold;
}
.nav .list {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.nav .list li {
  height: 100%;
  transition: background-color 0.2s ease;
}
.nav .list li:hover, .nav .list li.active {
  background-color: #e6f9fa;
}
.nav .list li > a {
  color: #222;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .nav .list li > a {
    padding: 0 8px;
  }
}
.nav .btn-call {
  text-align: center;
  background: #0069c2;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  padding: 12px 14px;
}
.nav .btn-call i {
  margin-right: 4px;
}

.fullpage-section-row {
  min-height: 500px;
  display: flex;
}
.fullpage-section-row .wrapper-in {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .fullpage-section-row .wrapper-in {
    margin: 50px 0 0px;
    flex-direction: column;
  }
  .fullpage-section-row .wrapper-in .btn-group {
    display: flex;
  }
  .fullpage-section-row .wrapper-in .btn-group > .btn {
    flex-grow: 1;
  }
}

.fullpage-section {
  padding: 50px 0;
}
.fullpage-section .wrapper-in {
  position: relative;
  z-index: 2;
}
.fullpage-section .wrapper-in > .title {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  font-size: 32px;
  color: #292929;
}
.fullpage-section .wrapper-in > .title span {
  font-size: 36px;
  color: #292929;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .fullpage-section .wrapper-in > .title {
    font-size: 24px;
  }
  .fullpage-section .wrapper-in > .title span {
    font-size: 28px;
  }
}

.title_wrapper .title {
  color: #292929;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.title_wrapper .title span {
  color: #FF7800;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_wrapper .title span .title-icon {
  margin: 4px 8px 0 8px;
  animation: bounceUp 1.2s ease-in-out infinite;
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .title_wrapper .title {
    font-size: 30px;
    flex-direction: column;
    line-height: 1.4;
  }
}
.title_wrapper .s-title {
  align-self: stretch;
  color: #292929;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .title_wrapper .s-title {
    font-size: 20px;
  }
}

/* ==========================================================================
  bg
   ========================================================================== */
.bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-group {
  position: relative;
}
.bg-group .background-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.bg-group .background-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-group section {
  position: relative;
  z-index: 1;
}

.bg-group--01 .background-overlay img {
  width: 22%;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  position: absolute;
  top: 12%;
  left: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bg-group--01 .background-overlay img {
    width: 320px;
    top: 30%;
  }
}

.bg-group--03 {
  position: relative;
}
.bg-group--03 .background-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.bg-group--03 .background-overlay img {
  width: 25%;
  height: auto;
  position: absolute;
  top: auto;
  left: auto;
  right: -5%;
  bottom: 21%;
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .bg-group--03 .background-overlay img {
    width: 77%;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 1080px) {
  .bg-group--03 .background-overlay img {
    width: 35%;
    right: -14%;
    bottom: 28%;
  }
}
@media screen and (min-width: 1441px) and (max-width: 9999px) {
  .bg-group--03 .background-overlay img {
    width: 20%;
    right: -2%;
    bottom: 6%;
  }
}
.bg-group--03 section {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
  keyframes
   ========================================================================== */
@keyframes bounceUp {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
/* ==========================================================================
  topbanner
   ========================================================================== */
#topbanner {
  background: linear-gradient(127deg, #F4FFF7 26.33%, #F4FFF7 71.67%);
  padding: 140px 0 54px;
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner {
    padding: 50px 0 40px;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #topbanner {
    padding: 45px 0 23px;
  }
}
#topbanner.fullpage-section {
  padding: 50px 0 0;
}
#topbanner .background-overlay {
  z-index: -1;
}
#topbanner .background-overlay .bg01 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 0) and (max-width: 976px) {
  #topbanner .background-overlay .bg01 {
    right: -10%;
  }
}
#topbanner .background-overlay .bg02 {
  position: absolute;
  top: 12%;
  left: 0;
}
@media screen and (min-width: 0) and (max-width: 976px) {
  #topbanner .background-overlay .bg02 {
    left: -10%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #topbanner .background-overlay .bg02 {
    display: none;
  }
}
#topbanner .wrapper-in .topbanner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .topbanner__inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
}
#topbanner .wrapper-in .topbanner__inner .topbanner__content {
  flex: 0 0 auto;
  max-width: 475px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 0) and (max-width: 1080px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__content {
    max-width: 420px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__content {
    max-width: 100%;
    align-items: center;
    text-align: center;
    width: 100%;
  }
}
#topbanner .wrapper-in .topbanner__inner .topbanner__label-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  min-width: 350px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__label-wrap {
    margin-bottom: 10px;
    align-self: center;
  }
}
#topbanner .wrapper-in .topbanner__inner .topbanner__label {
  display: inline-block;
  color: #5AC8A3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Microsoft JhengHei", arial, sans-serif;
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__label {
    font-size: 15px;
    margin-right: 145px;
  }
}
#topbanner .wrapper-in .topbanner__inner .topbanner__upgrade-icon {
  position: absolute;
  top: -100px;
  left: 57px;
  width: 300px;
  display: block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__upgrade-icon {
    width: 550px;
    top: -74px;
    left: auto;
    right: -175px;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__upgrade-icon {
    width: 325px;
    top: -81px;
    right: -94px;
  }
}
#topbanner .wrapper-in .topbanner__inner .topbanner__title {
  font-family: "Noto Sans";
  font-size: 42px;
  font-weight: 700;
  color: #292929;
  line-height: 1.3;
  letter-spacing: 1.26px;
  margin: 0 0 20px;
}
@media screen and (min-width: 0) and (max-width: 1080px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__title {
    font-size: 44px;
  }
}
@media screen and (min-width: 0) and (max-width: 900px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__title {
    font-size: 38px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#topbanner .wrapper-in .topbanner__inner .topbanner__desc {
  font-family: "Microsoft JhengHei", arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 1.7;
  margin: 0 0 56px;
}
@media screen and (min-width: 0) and (max-width: 900px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__desc {
    font-size: 13px;
    margin-bottom: 28px;
    padding: 0 25px;
  }
}
#topbanner .wrapper-in .topbanner__inner .topbanner__btn {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  background: linear-gradient(90deg, #5AC8A3, #3DB88A);
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 16px 48px;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  z-index: 0;
}
#topbanner .wrapper-in .topbanner__inner .topbanner__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #5DCDA8;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}
#topbanner .wrapper-in .topbanner__inner .topbanner__btn::after {
  display: none;
}
#topbanner .wrapper-in .topbanner__inner .topbanner__btn:hover {
  color: #5DCDA8;
  transform: none;
  box-shadow: none;
}
#topbanner .wrapper-in .topbanner__inner .topbanner__btn:hover::before {
  transform: scaleX(1);
}
#topbanner .wrapper-in .topbanner__inner .topbanner__btn:active {
  transform: none;
  box-shadow: none;
}
@media screen and (min-width: 0) and (max-width: 900px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__btn {
    font-size: 18px;
    padding: 14px 40px;
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__btn {
    font-size: 16px;
    padding: 13px 36px;
  }
}
#topbanner .wrapper-in .topbanner__inner .topbanner__media {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__media {
    width: 100%;
    max-width: 480px;
  }
}
#topbanner .wrapper-in .topbanner__inner .topbanner__media__inner {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .topbanner__inner .topbanner__media__inner {
    max-width: 100%;
  }
}
#topbanner .wrapper-in .topbanner__inner .topbanner__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ==========================================================================
  timeUp
   ========================================================================== */
#timeUp {
  padding: 50px 0;
  margin-top: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #timeUp {
    padding: 40px 0;
  }
}
#timeUp .timeUp__body {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #timeUp .timeUp__body {
    flex-direction: column;
    gap: 32px;
    margin-top: 30px;
  }
}
#timeUp .timeUp__img {
  flex: 0 0 auto;
  width: 42%;
  max-width: 420px;
}
#timeUp .timeUp__img img {
  width: 100%;
  display: block;
}
#timeUp .timeUp__cards {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #timeUp .timeUp__cards {
    width: 100%;
    gap: 15px;
  }
}
#timeUp .timeUp__cards .timeUp__card {
  background: #FEF5E8;
  border-radius: 10px;
  padding: 15px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
#timeUp .timeUp__cards .timeUp__card:hover {
  box-shadow: 0 6px 24px rgba(255, 120, 0, 0.1);
  transform: translateY(-2px);
}
#timeUp .timeUp__cards .timeUp__card__title {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
#timeUp .timeUp__cards .timeUp__card__desc {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

/* ==========================================================================
  efficiencyUp
   ========================================================================== */
#efficiencyUp {
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #efficiencyUp {
    padding: 40px 0;
  }
}
#efficiencyUp .background-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
#efficiencyUp .background-overlay img {
  width: 57%;
  height: auto;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #efficiencyUp .background-overlay img {
    display: none;
  }
}
@media screen and (min-width: 1441px) and (max-width: 9999px) {
  #efficiencyUp .background-overlay img {
    width: 30%;
    top: 4%;
  }
}
#efficiencyUp .wrapper-in {
  position: relative;
  z-index: 1;
}
#efficiencyUp .efficiencyUp__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #efficiencyUp .efficiencyUp__grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
#efficiencyUp .efficiencyUp__grid .efficiencyUp__card {
  border-radius: 10px;
  padding: 20px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.2);
}
#efficiencyUp .efficiencyUp__grid .efficiencyUp__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}
#efficiencyUp .efficiencyUp__grid .efficiencyUp__card--peach {
  background: #FFF3EA;
  border: 1px solid #FFD0AE;
}
#efficiencyUp .efficiencyUp__grid .efficiencyUp__card--pink {
  background: #FFF5F3;
  border: 1px solid #FFC8BE;
}
#efficiencyUp .efficiencyUp__grid .efficiencyUp__card--blue {
  background: #E4F7FF;
  border: 1px solid #7ED2F7;
}
#efficiencyUp .efficiencyUp__grid .efficiencyUp__card--green {
  background: #F2FFF5;
  border: 1px solid #9DD9AD;
}
#efficiencyUp .efficiencyUp__grid .efficiencyUp__card__icon {
  width: 71.16px;
  height: 42.484px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #efficiencyUp .efficiencyUp__grid .efficiencyUp__card__icon {
    width: 71.162px;
    height: 50.577px;
  }
}
#efficiencyUp .efficiencyUp__grid .efficiencyUp__card__title {
  color: #292929;
  text-align: center;
  font-family: "Noto Sans CJK TC";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24px;
  margin-bottom: 10px;
}
#efficiencyUp .efficiencyUp__grid .efficiencyUp__card__desc {
  align-self: stretch;
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.18px;
}

/* ==========================================================================
  integrateUp
   ========================================================================== */
#integrateUp {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #integrateUp {
    padding: 20px 0 40px 0;
    position: relative;
    margin-top: -60px;
    padding-top: 74px;
  }
  #integrateUp::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("../images/bg_02_m.svg") no-repeat top center/cover;
    pointer-events: none;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #integrateUp .wrapper-in {
    position: relative;
    z-index: 1;
  }
}
#integrateUp .integrateUp__body {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #integrateUp .integrateUp__body {
    flex-direction: column;
    gap: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#integrateUp .integrateUp__list {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #integrateUp .integrateUp__list {
    width: 100%;
    gap: 25px;
  }
}
#integrateUp .integrateUp__list .integrateUp__item__title {
  align-self: stretch;
  color: #5AC8A3;
  font-family: "Noto Sans CJK TC";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24px;
  margin-bottom: 10px;
}
#integrateUp .integrateUp__list .integrateUp__item__desc {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.18px;
}
#integrateUp .integrateUp__img {
  flex: 0 0 auto;
  width: 44%;
  max-width: 317px;
}
#integrateUp .integrateUp__img img {
  width: 100%;
  display: block;
}

/* ==========================================================================
  elasticityUp
   ========================================================================== */
#elasticityUp {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #elasticityUp {
    padding: 35px 0 55px;
  }
}
#elasticityUp .wrapper-in {
  max-width: 1200px;
}
#elasticityUp .elasticityUp__tags {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #elasticityUp .elasticityUp__tags {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}
#elasticityUp .elasticityUp__tag {
  flex: 1 1 0;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #FFD0AE;
  background: #FFFBF8;
  box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.2);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
#elasticityUp .elasticityUp__tag:hover {
  box-shadow: 0 6px 20px rgba(255, 120, 0, 0.1);
  transform: translateY(-3px);
}
@media screen and (min-width: 0) and (max-width: 1080px) {
  #elasticityUp .elasticityUp__tag {
    font-size: 18px;
    padding: 24px 12px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #elasticityUp .elasticityUp__tag {
    flex: unset;
    width: 100%;
    font-size: 20px;
    padding: 24px 16px;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #elasticityUp .elasticityUp__tag {
    font-size: 18px;
    padding: 20px 16px;
  }
}

/* ==========================================================================
  App
   ========================================================================== */
#App {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(109deg, #F5FFF8 37.39%, #E8FFEE 97.85%);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #App {
    padding: 50px 0 55px 0;
    background: none;
    position: relative;
  }
  #App::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("../images/bg_04_m.svg") no-repeat top center;
    background-size: 100%;
    pointer-events: none;
  }
}
#App .background-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
#App .background-overlay img {
  width: 63%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#App .wrapper-in {
  position: relative;
  z-index: 1;
}
#App .App__inner {
  display: flex;
  align-items: flex-end;
  gap: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #App .App__inner {
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
}
#App .App__inner .App__content {
  position: relative;
  flex: 1 1 auto;
  min-height: 360px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #App .App__inner .App__content {
    width: 100%;
    min-height: unset;
    justify-content: center;
  }
}
#App .App__inner .App__content .App__text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #App .App__inner .App__content .App__text {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
#App .App__inner .App__content .App__text .App__title {
  color: #292929;
  font-family: "Noto Sans";
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #App .App__inner .App__content .App__text .App__title {
    font-size: 30px;
    line-height: 35px;
  }
}
#App .App__inner .App__content .App__text .App__desc {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.54px;
  margin: 23px 0;
  max-width: 540px;
}
#App .App__inner .App__content .App__text .App__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #App .App__inner .App__content .App__text .App__btns {
    justify-content: center;
  }
}
#App .App__inner .App__content .App__text .App__btns .App__btn {
  display: inline-block;
  padding: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
#App .App__inner .App__content .App__text .App__btns .App__btn img {
  height: 42px;
  width: auto;
  display: block;
}
#App .App__inner .App__content .App__text .App__btns .App__btn:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}
#App .App__inner .App__img {
  flex: 0 0 auto;
  width: 42%;
  max-width: 380px;
  align-self: flex-end;
}
#App .App__inner .App__img img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #App .App__inner .App__img {
    width: 75%;
    max-width: 320px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #App .App__inner .App__img {
    width: 85%;
  }
}

/* ==========================================================================
  contactUS
   ========================================================================== */
#contactUS {
  background: linear-gradient(117deg, #E3FFFA 16.25%, #D1FFF7 88.15%);
  padding: 95px 0 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contactUS {
    padding: 70px 2px 50px 2px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contactUS .title__wrapper {
    width: calc(100% - 20px);
    padding: 0 2px;
  }
}
#contactUS .title__wrapper__title {
  color: #292929;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contactUS .title__wrapper__title {
    font-size: 30px;
  }
}
#contactUS .title__wrapper__subtitle {
  color: #505052;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.54px;
  margin: 30px 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contactUS .title__wrapper__subtitle {
    margin: 20px 0;
  }
}
#contactUS .contactUS__content {
  z-index: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contactUS .contactUS__content {
    width: calc(100% - 20px);
    padding: 0 2px;
  }
}
#contactUS .contactUS__content__phone {
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.54px;
}
#contactUS .contactUS__content__email {
  display: block;
  color: #292929;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.54px;
  padding: 0;
}
#contactUS .contactUS__content__email:hover {
  text-decoration: none;
  color: #4ab998;
}
#contactUS .contactUS__content__btn {
  position: relative;
  border-radius: 50px;
  background: linear-gradient(0deg, #5AC8A3 0%, #5AC8A3 100%), #FF7800;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 15px 80px;
  margin-top: 60px;
  text-decoration: none;
  z-index: 2;
  transition: color 0.3s ease-in-out, z-index 0.3s ease-in-out;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #contactUS .contactUS__content__btn {
    margin-top: 20px;
  }
}
#contactUS .contactUS__content__btn::before {
  background: white;
  border: 2px solid #5DCDA8;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  transform: scale(0, 1);
  z-index: -1;
  opacity: 0;
}
#contactUS .contactUS__content__btn:hover {
  color: #5DCDA8;
  z-index: 2;
}
#contactUS .contactUS__content__btn:hover::before {
  transform: scale(1);
  opacity: 1;
}

/* ==========================================================================
  footer
   ========================================================================== */
.footer {
  position: relative;
  padding: 20px 0;
  min-height: 62px;
  background: #000;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Microsoft JhengHei";
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer {
    flex-direction: column;
    text-align: center;
    font-size: 12px;
  }
}
.footer a {
  color: #fff;
}
.footer ul {
  display: flex;
}
.footer ul li {
  padding: 0 6px;
  border-right: solid 1px #a9a9a9;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer ul li {
    padding: 0 4px;
  }
}
.footer ul li:last-child {
  border-right: none;
}/*# sourceMappingURL=style.css.map */