@charset "UTF-8";
#wrap {
  max-width: 100% !important;
}

#logo_area {
  max-width: 100% !important;
  position: absolute;
  width: 100%;
}

#top_banner_area {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns img {
  width: 100%;
}

*:lang(zh-hk) {
  font-family: "Microsoft JhengHei", "微軟正黑體", "Arial", "Helvetica Neue", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

*:lang(en) {
  font-family: "Microsoft JhengHei", "微軟正黑體", "Arial", "Helvetica Neue", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

*:lang(zh-cn) {
  font-family: "Microsoft Yahei", "微軟正黑體", "PingFang SC", "Noto Sans CJK SC", "Arial", "Helvetica Neue", "Noto Sans", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

#footer .footer_state_area {
  max-width: 1420px;
  margin: 0 auto;
}

.bold {
  font-weight: 600;
}

.green {
  color: #055541;
}

.expand-header {
  cursor: pointer;
}
.expand-header.active span:before, .expand-header.active span:after {
  transform: translateY(-50%) rotate(180deg);
}

.expand-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.expand-content.active {
  max-height: 2000px;
  transition: max-height 1s ease-in-out;
}

#top_banner_area {
  padding: 0;
  max-width: none;
  margin: 0;
}

#top_banner_area .large-12.columns {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-image: url("../images/top_banner.jpg");
  height: 247px;
}
@media (max-width: 767px) {
  #top_banner_area .large-12.columns {
    height: 247px;
    background-size: cover;
    background-image: url("../images/top_banner-m.jpg");
    background-position: center;
  }
}

#top_banner_area img {
  display: none;
}

span.word-break {
  display: inline-block;
}

.section {
  max-width: 1350px;
  padding: 25px 0;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .section {
    padding: 25px 0;
  }
}

.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 971px) {
  .container {
    padding: 0 30px;
    max-width: 1148px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1350px;
    padding: 0 15px;
  }
}

.leadin {
  padding: 25px 0 40px;
}
@media (min-width: 971px) {
  .leadin {
    padding: 40px 0 60px;
  }
}
@media (min-width: 971px) {
  .leadin .container {
    padding: 0 10px;
  }
}
.leadin-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .leadin-container {
    margin-bottom: 30px;
  }
}
.leadin-desc p {
  color: #0c3534;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .leadin-desc p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.leadin-desc p:last-child {
  margin-bottom: 0;
}
.leadin-desc p .larger {
  color: #0f8570;
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
}
@media (min-width: 971px) {
  .leadin-desc p .larger {
    font-size: 28px;
    line-height: 36px;
  }
}

.tab-list-conainer {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 971px) {
  .tab-list-conainer {
    padding: 0;
  }
}
.tab-list-conainer:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ececec;
}
.tab-list-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  position: relative;
}
.tab-list-item {
  width: 50%;
  background: #d2ded4;
  color: #0c3534;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
@media (min-width: 971px) {
  .tab-list-item {
    font-size: 18px;
    line-height: 20px;
  }
}
.tab-list-item > div {
  padding: 20px 10px;
}
.tab-list-item:not(.active) {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.tab-list-item:not(.active) .blur {
  filter: blur(2px);
}
.tab-list-item.active {
  background: #0f8570;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  box-shadow: 1px 1px 25px rgba(15, 133, 112, 0.4);
}
@media (min-width: 971px) {
  .tab-list-item.active {
    font-size: 24px;
    line-height: 26px;
  }
}
.tab-list-item.active:before {
  content: "";
  background-image: url("../images/bg-tab.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 350px;
  height: 350px;
  display: block;
  position: absolute;
  bottom: -50%;
  left: -100%;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
@media (min-width: 971px) {
  .tab-list-item.active:before {
    bottom: -50%;
    left: -16%;
  }
}
.tab-list-item.active > div {
  position: relative;
  padding: 25px 10px;
}
.tab-list-item.active > div:before, .tab-list-item.active > div:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tab-list-item.active > div:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -4px;
  margin-top: -6px;
}
.tab-list-item.active > div:before {
  border-color: transparent;
  border-top-color: #0f8570;
  border-width: 12px;
  margin-left: -6px;
}
.tab-list-item .coming-soon {
  position: absolute;
  bottom: 94%;
  right: 0;
  padding: 0;
}

.tab-content-banner {
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/tab1-banner_m.png");
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .tab-content-banner {
    background-image: url("../images/tab1-banner.png");
    height: 370px;
  }
}
.tab-content-banner-desc {
  font-size: 22px;
  line-height: 28px;
  color: #0c3534;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .tab-content-banner-desc {
    font-size: 24px;
    line-height: 30px;
  }
}

.case-item-container {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .case-item-container {
    padding: 60px 0 0;
  }
}
.case-item {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .case-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.case-no {
  position: relative;
  padding: 0px 15px;
  background: #0f8570;
  color: #fff;
  text-align: center;
  border: 5px solid #fff;
  border-radius: 10px;
  filter: drop-shadow(3px 1px 10px rgba(15, 133, 112, 0.4));
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .case-no {
    margin-bottom: 0px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0px 30px;
  }
}
.case-no span {
  position: relative;
  z-index: 1;
  font-size: 28px;
}
@media (min-width: 768px) {
  .case-no span {
    font-size: 40px;
  }
}
.case-no:before, .case-no:after {
  top: 24px;
  right: -16px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(-74deg);
  border-width: 22px;
}
@media (min-width: 768px) {
  .case-no:before, .case-no:after {
    border-width: 42px;
    right: -33px;
  }
}
.case-no:before {
  border-color: #fff transparent transparent;
  margin-left: 51px;
}
.case-no:after {
  border-color: #0f8570 transparent transparent;
  margin-left: 57px;
  top: 14px;
  right: -20px;
}
@media (min-width: 768px) {
  .case-no:after {
    right: -40px;
  }
}
.case-bg {
  background: #0f8570;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.case-text {
  color: #055541;
  text-align: left;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .case-text {
    font-size: 40px;
    line-height: 48px;
  }
}
.case-text span {
  position: relative;
  padding: 0 15px;
  display: block;
}
@media (min-width: 768px) {
  .case-text span {
    display: inline-block;
  }
}
.case-text span:after {
  content: "";
  background: #0F8570;
  background: linear-gradient(90deg, rgba(15, 133, 112, 0) 0%, rgb(15, 133, 112) 20%, rgb(15, 133, 112) 80%, rgba(15, 133, 112, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0F8570", endColorstr="#0F8570", GradientType=1);
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 2px;
  width: 100%;
}
.case-desc {
  font-size: 22px;
  line-height: 30px;
  color: #0c3534;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .case-desc {
    font-size: 24px;
    line-height: 34px;
  }
}
.case-desc span {
  color: #0f8570;
  font-weight: 700;
}

.case2 {
  padding-bottom: 50px;
}

.chat-box {
  padding-bottom: 30px;
}
@media (min-width: 971px) {
  .chat-box {
    padding-bottom: 40px;
  }
}
.chat-box:last-child {
  padding-bottom: 0;
}
.chat-box-container {
  margin-top: 30px;
}
.chat-box-header {
  padding: 10px 25px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  background: #0f8570;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  z-index: 1;
  position: relative;
  box-shadow: 1px 1px 25px rgba(15, 133, 112, 0.4);
}
@media (min-width: 971px) {
  .chat-box-header {
    font-size: 24px;
    line-height: 30px;
  }
}
.chat-box-app-icon {
  width: 75px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  z-index: 1;
}
@media (min-width: 971px) {
  .chat-box-app-icon {
    right: -44px;
    width: 88px;
  }
}
.chat-box-app-icon img {
  width: 100%;
}
.chat-box-content {
  position: relative;
  margin-left: 30px;
  margin-right: 20px;
  margin-top: -22px;
  border: 5px solid #fff;
  border-radius: 20px;
  filter: drop-shadow(3px 1px 10px rgba(15, 133, 112, 0.4));
  padding: 40px 65px 20px 15px;
  background: #eaf7ec;
  font-size: 22px;
  line-height: 28px;
  color: #0f8570;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .chat-box-content {
    margin-left: 35px;
    margin-right: 35px;
    padding: 45px 65px 25px 30px;
    font-size: 24px;
    line-height: 30px;
  }
}
.chat-box-content:before, .chat-box-content:after {
  bottom: -30px;
  right: -5px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(90deg);
  border-width: 22px;
}
.chat-box-content:before {
  border-color: #fff transparent transparent;
  border-width: 26px;
  border-radius: 9px;
}
.chat-box-content:after {
  border-color: #eaf7ec transparent transparent;
  border-width: 20px;
  bottom: -20px;
  right: 0px;
}

.tick-box-container {
  margin-top: 65px;
  margin-bottom: 40px;
}
@media (min-width: 971px) {
  .tick-box-container {
    display: flex;
    justify-content: space-between;
  }
}
.tick-box-item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px 20px;
  box-shadow: 1px 1px 25px rgba(15, 133, 112, 0.4);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 55px;
}
@media (min-width: 971px) {
  .tick-box-item {
    width: calc(50% - 20px);
    margin-bottom: 0px;
    padding: 50px 25px 25px;
  }
}
.tick-box-item:last-child {
  margin-bottom: 0;
}
.tick-box-item:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/tick.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: cover;
}
@media (min-width: 971px) {
  .tick-box-item:before {
    top: -50px;
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 971px) {
  .step-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.step-image {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .step-image {
    margin-bottom: 0px;
    width: 50%;
  }
}
.step-image .step-header {
  display: block;
}
@media (min-width: 971px) {
  .step-image .step-header {
    display: none;
  }
}
.step-image .swiper-container {
  max-width: 494px;
  margin: 0 auto;
}
.step-image .swiper-container .swiper-button-prev,
.step-image .swiper-container .swiper-button-next {
  background: url("../images/arrow.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.step-image .swiper-container .swiper-button-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 10px;
}
.step-image .swiper-container .swiper-button-next {
  right: 10px;
}
.step-image .swiper-container .swiper-slide {
  text-align: center;
  padding-bottom: 50px;
}
.step-image .swiper-container .swiper-pagination {
  bottom: 10px;
}
.step-image .swiper-container .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
  margin: 0 8px;
  width: 10px;
  height: 10px;
}
.step-image .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0f8570;
}
.step-content {
  width: 100%;
}
@media (min-width: 971px) {
  .step-content {
    width: 50%;
  }
}
.step-header {
  color: #055541;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  display: none;
  text-align: center;
}
@media (min-width: 971px) {
  .step-header {
    text-align: left;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.step-list-container {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 971px) {
  .step-list-container {
    margin-bottom: 0;
  }
}
.step-list-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  display: none;
  cursor: pointer;
}
@media (min-width: 971px) {
  .step-list-item {
    display: flex;
    margin-bottom: 30px;
  }
}
.step-list-item.active {
  display: flex;
}
@media (max-width: 970px) {
  .step-list-item.active {
    justify-content: center;
  }
}
.step-list-item.active .step-list-item-num span {
  color: #fff;
}
.step-list-item.active .step-list-item-num:before {
  background: #0f8570;
}
.step-list-item-num {
  position: relative;
}
.step-list-item-num span {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #0c3534;
  font-size: 22px;
  font-weight: 700;
  width: 46px;
  min-width: 46px;
  display: block;
}
@media (min-width: 971px) {
  .step-list-item-num span {
    width: 50px;
    min-width: 50px;
    font-size: 24px;
  }
}
.step-list-item-num:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  background: #efefef;
  border-radius: 100px;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
}
@media (min-width: 971px) {
  .step-list-item-num:before {
    top: -5px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }
}
.step-list-item-text {
  padding-left: 10px;
  color: #0c3534;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 971px) {
  .step-list-item-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.contact {
  padding: 60px 0;
  background: #ebfaf5;
}
@media (min-width: 971px) {
  .contact {
    padding: 50px 0;
  }
}
.contact-box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 50px 0px 25px;
  box-shadow: 1px 1px 25px rgba(15, 133, 112, 0.4);
}
@media (min-width: 971px) {
  .contact-box {
    padding: 50px 30px;
  }
}
.contact-box:before {
  content: "";
  position: absolute;
  top: -32.5px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon-contact.png") no-repeat;
  width: 70px;
  height: 65px;
  background-size: cover;
}
.contact-header {
  color: #055541;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (min-width: 971px) {
  .contact-header {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 45px;
  }
}
.contact-header span {
  position: relative;
  padding: 0 15px;
  display: block;
}
@media (min-width: 971px) {
  .contact-header span {
    display: inline;
  }
}
.contact-header span:after {
  content: "";
  background: #0F8570;
  background: linear-gradient(90deg, rgba(15, 133, 112, 0) 0%, rgb(15, 133, 112) 20%, rgb(15, 133, 112) 80%, rgba(15, 133, 112, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0F8570", endColorstr="#0F8570", GradientType=1);
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 2px;
  width: 100%;
}
.contact-desc p {
  color: #0c3534;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 971px) {
  .contact-desc p {
    padding: 0 0px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.contact-desc p:last-child {
  margin-bottom: 0;
}

.tnc {
  padding: 25px 0;
  text-align: left;
}
@media (min-width: 971px) {
  .tnc {
    padding: 50px 0 25px;
  }
}
.tnc .app-section {
  max-width: 335px;
  margin: 0 auto;
  padding: 25px 0;
}
@media (min-width: 971px) {
  .tnc .app-section {
    padding: 0px 0 50px;
  }
}
.tnc .app-section-inner {
  display: flex;
  flex-wrap: wrap;
}
.tnc .app-section .app-icon {
  margin-bottom: 20px;
  justify-content: center;
}
.tnc .app-section .app-download {
  justify-content: space-between;
}
.tnc .app-section .app-download img {
  max-height: 52px;
}
.tnc .app-section .app-download img:lang(en) {
  max-height: 47px;
}
.tnc .app-row {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
@media (min-width: 640px) {
  .tnc .app-row {
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
.tnc .app-row:last-child {
  margin-bottom: 0;
}
.tnc .app-col:not(.full):first-child {
  margin-right: 5px;
}
@media (min-width: 640px) {
  .tnc .app-col:not(.full):first-child {
    margin-right: 17px;
  }
}
.tnc .app-col:not(.full):last-child {
  margin-left: 5px;
}
@media (min-width: 640px) {
  .tnc .app-col:not(.full):last-child {
    margin-left: 17px;
  }
}
@media (min-width: 640px) {
  .tnc .app-col.qrcode {
    width: 149px;
  }
}
.tnc ul {
  color: #222;
  margin: 0;
  padding: 0;
  margin-left: 25px;
}
.tnc p {
  color: #222;
}

@keyframes move-left {
  0% {
    left: 0;
  }
  50% {
    left: -8px;
  }
  100% {
    left: 0px;
  }
}
@keyframes move-right {
  0% {
    right: 0;
  }
  50% {
    right: -8px;
  }
  100% {
    right: 0px;
  }
}/*# sourceMappingURL=style.css.map */