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

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

#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-cn) {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PingFang SC", "Noto Sans CJK SC", "Arial", "Helvetica Neue", "Noto Sans", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

#wrap {
  padding-bottom: 110px;
}
@media (min-width: 971px) {
  #wrap {
    padding-bottom: 120px;
  }
}
#wrap .hide-for-medium {
  display: inline-block !important;
}
@media (min-width: 971px) {
  #wrap .hide-for-medium {
    display: none !important;
  }
}
#wrap .show-for-medium {
  display: inline-block !important;
}
@media (max-width: 970px) {
  #wrap .show-for-medium {
    display: none !important;
  }
}

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

#footer .footer_state_area {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
#footer .footer_state_area .large-12.columns {
  padding: 0;
}

.inline-block {
  display: inline-block;
}

.green {
  color: #0e4b42;
  font-weight: bold;
}

#main_content_area {
  background: #FFFFFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(222, 241, 235) 20%, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}

#bg1 {
  background-image: url("../images/bg1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (min-width: 971px) {
  #bg1 {
    background-position: center top;
  }
}

#bg2 {
  background-image: url("../images/bg2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (min-width: 971px) {
  #bg2 {
    background-position: center top;
  }
}

#leadin {
  padding: 40px 0;
}
@media (min-width: 971px) {
  #leadin {
    padding: 45px 0;
  }
}
#leadin p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 5px;
}
@media (min-width: 971px) {
  #leadin p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 38px;
  }
}
#leadin p:last-child {
  margin-bottom: 0;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .section-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 970px) {
  .section-title {
    overflow: hidden;
  }
}
.section-title-inner {
  display: inline-block;
  position: relative;
}
@media (min-width: 971px) {
  .section-title-inner {
    padding-left: 74px;
  }
}
@media (min-width: 971px) {
  .section-title-inner.with-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background-size: cover;
  }
}
@media (min-width: 971px) {
  .section-title-inner.with-icon span:not(.icon) {
    padding-left: 15px;
  }
}
@media (min-width: 971px) {
  .section-title-inner.with-icon span:not(.icon):before {
    left: -150px;
  }
}
.section-title-inner.s1-icon:before {
  background-image: url("../images/S1-icon.png");
}
.section-title-inner.s2-icon:before {
  background-image: url("../images/S2-icon.png");
}
.section-title-inner.s3-icon:before {
  background-image: url("../images/S3-icon.png");
}
.section-title-inner.s4-icon:before {
  background-image: url("../images/S4-icon.png");
}
.section-title-inner.s5-icon:before {
  background-image: url("../images/S5-icon.png");
}
.section-title span.icon {
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 971px) {
  .section-title span.icon {
    display: none;
  }
}
.section-title span:not(.icon) {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  color: #0e4b42;
  font-weight: bold;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .section-title span:not(.icon) {
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
    display: inline-block;
    font-size: 34px;
    line-height: 52px;
  }
}
.section-title span:not(.icon):lang(en) {
  max-width: 80%;
}
@media (min-width: 971px) {
  .section-title span:not(.icon):lang(en) {
    max-width: 100%;
  }
}
.section-title span:not(.icon).smaller {
  max-width: 100%;
}
.section-title span:not(.icon):before, .section-title span:not(.icon):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 72px;
  height: 8px;
  background-image: url("../images/Dot.png");
}
@media (min-width: 971px) {
  .section-title span:not(.icon):before, .section-title span:not(.icon):after {
    height: 8px;
  }
}
.section-title span:not(.icon):before {
  left: -72px;
}
@media (min-width: 971px) {
  .section-title span:not(.icon):before {
    left: -72px;
  }
}
.section-title span:not(.icon):after {
  right: -72px;
}
@media (min-width: 971px) {
  .section-title span:not(.icon):after {
    right: -72px;
  }
}
.section-desc {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .section-desc {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
  }
}

.green {
  color: #005642;
}

.bold {
  font-weight: bold;
}

#welcome {
  padding: 20px 0;
}
@media (min-width: 971px) {
  #welcome {
    padding: 35px 0;
  }
}

.welcome-container {
  position: relative;
  overflow: hidden;
}
.welcome-container.expanded {
  max-height: none !important;
}
.welcome-item {
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .welcome-item {
    margin-bottom: 30px;
  }
}
.welcome-item:last-child {
  margin-bottom: 0;
}
.welcome-item:nth-child(odd) .welcome-question {
  background: #aed8c9;
}
.welcome-item:nth-child(odd) .welcome-answer-inner {
  background: #dbeee7;
}
.welcome-item:nth-child(even) .welcome-question {
  background: #add9bd;
}
.welcome-item:nth-child(even) .welcome-answer-inner {
  background: #d5ebdd;
}
.welcome-question-img {
  width: 50px;
  min-width: 50px;
}
@media (min-width: 971px) {
  .welcome-question-img {
    width: 73px;
    min-width: 73px;
  }
}
.welcome-question {
  border-radius: 10px;
  font-size: 20px;
  line-height: 26px;
  color: #0e4b42;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 25px;
  cursor: pointer;
}
@media (min-width: 971px) {
  .welcome-question {
    padding: 10px 40px;
    font-size: 22px;
    line-height: 32px;
  }
}
.welcome-question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 14px;
  background-image: url("../images/arrow-hideshow.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 971px) {
  .welcome-question:after {
    right: 40px;
    width: 24px;
    height: 14px;
  }
}
.welcome-question.show {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.welcome-question.show:after {
  transform: translateY(-50%);
}
.welcome-question-no {
  padding-right: 5px;
}
.welcome-question-text {
  padding-left: 10px;
}
@media (min-width: 971px) {
  .welcome-question-text {
    padding-left: 20px;
    padding-right: 50px;
  }
}
.welcome-answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
@media (min-width: 971px) {
  .welcome-answer {
    font-size: 22px;
    line-height: 34px;
  }
}
.welcome-answer-inner {
  background: #dbeee7;
  padding: 15px 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 971px) {
  .welcome-answer-inner {
    padding: 20px 40px;
  }
}
.welcome-answer.show {
  max-height: 2000px;
}
.welcome-answer-desc {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .welcome-answer-desc {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 971px) {
  .welcome-answer-container {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 971px) {
  .welcome-answer-container.align-center {
    align-items: center;
  }
}
.welcome-answer-graphic {
  width: 200px;
  min-width: 200px;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .welcome-answer-graphic {
    width: 287px;
    min-width: 287px;
    margin: 0;
  }
}
.welcome-answer-graphic.graphic1 img {
  transform: translateY(20px);
}
@media (min-width: 971px) {
  .welcome-answer-content {
    width: calc(100% - 287px);
    padding-right: 20px;
  }
}
.welcome-answer-content table {
  border-collapse: separate;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .welcome-answer-content table {
    margin-bottom: 25px;
  }
}
.welcome-answer-content table th {
  background: #0e4b42;
  color: #fff;
}
.welcome-answer-content table th:first-child {
  border-radius: 10px 0 0 0;
  width: 60%;
}
.welcome-answer-content table th:last-child {
  border-radius: 0 10px 0 0;
  width: 40%;
}
.welcome-answer-content table th,
.welcome-answer-content table td {
  padding: 5px;
  text-align: center;
  border: 1px solid #dbeee7;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 971px) {
  .welcome-answer-content table th,
  .welcome-answer-content table td {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
.welcome-answer-content table td {
  background: #fff;
}
.welcome-answer-content table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.welcome-answer-content table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.welcome-answer-btn.sticky-btn {
  margin: 0 0 15px;
  justify-content: flex-start;
}
.welcome-answer-btn.sticky-btn.welcome-answer-btn-text {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 971px) {
  .welcome-answer-btn.sticky-btn.welcome-answer-btn-text {
    font-size: 18px;
    line-height: 30px;
  }
}
.welcome-answer-btn-app-icon {
  display: flex;
  margin-top: 10px;
}
.welcome-answer-btn-app-icon div:not(.app-column) {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 971px) {
  .welcome-answer-btn-app-icon div:not(.app-column) {
    font-size: 16px;
    line-height: 30px;
  }
}

#exclusive {
  padding: 20px 0;
}
@media (min-width: 971px) {
  #exclusive {
    padding: 35px 0;
  }
}

.exclusive-item {
  padding: 0;
}
@media (min-width: 971px) {
  .exclusive-item {
    padding: 40px 20px;
  }
}
.exclusive-icon {
  width: 86px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.exclusive-title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #0e4b42;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .exclusive-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }
}
.exclusive-desc {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}
@media (min-width: 971px) {
  .exclusive-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.exclusive-swiper {
  padding: 0 30px 30px;
  position: relative;
}
@media (min-width: 971px) {
  .exclusive-swiper {
    padding: 0;
  }
}
.exclusive .swiper-button-prev,
.exclusive .swiper-button-next {
  background: url("../images/arrow-R-on.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  margin-top: 0;
}
@media (min-width: 971px) {
  .exclusive .swiper-button-prev,
  .exclusive .swiper-button-next {
    display: none;
  }
}
.exclusive .swiper-button-prev {
  transform: translateY(-50%) rotate(180deg);
  left: -5px;
}
.exclusive .swiper-button-next {
  right: -5px;
}
.exclusive .swiper-pagination {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
@media (min-width: 971px) {
  .exclusive .swiper-pagination {
    display: none;
  }
}
.exclusive .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  background: #0e4b42;
}
.exclusive .swiper-container {
  box-shadow: 0px 1px 80px 3px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 15px 40px;
  position: relative;
  background: #fff;
}
@media (min-width: 971px) {
  .exclusive .swiper-container {
    border-radius: 15px;
    padding: 0px;
    border-radius: 50px 10px;
  }
}
.exclusive .swiper-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 105px;
  background: url("../images/S2-bg1.png") no-repeat;
  z-index: 2;
  background-size: cover;
}
@media (min-width: 971px) {
  .exclusive .swiper-container:before {
    width: 681px;
    height: 719px;
  }
}
.exclusive .swiper-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("../images/S2-bg2.png") no-repeat;
  z-index: 2;
  background-size: cover;
}
@media (min-width: 971px) {
  .exclusive .swiper-container:after {
    width: 705px;
    height: 701px;
  }
}
@media (min-width: 971px) {
  .exclusive .swiper-wrapper {
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 6;
  }
}
@media (min-width: 971px) {
  .exclusive .swiper-slide {
    width: 33.333% !important;
    height: auto;
  }
}
@media (min-width: 971px) {
  .exclusive .swiper-slide.swiper-slide-duplicate {
    display: none !important;
  }
}
@media (min-width: 971px) {
  .exclusive .swiper-slide:nth-child(1):after, .exclusive .swiper-slide:nth-child(2):after, .exclusive .swiper-slide:nth-child(4):after, .exclusive .swiper-slide:nth-child(5):after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 80%;
    background: #FFF;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(213, 234, 213) 10%, rgb(213, 234, 213) 90%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
  }
}
@media (min-width: 971px) {
  .exclusive .swiper-slide:nth-child(4):before, .exclusive .swiper-slide:nth-child(5):before, .exclusive .swiper-slide:nth-child(6):before {
    content: "";
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    height: 2px;
    background: #FFF;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(213, 234, 213) 10%, rgb(213, 234, 213) 90%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
  }
}
@media (min-width: 971px) {
  .exclusive .swiper-container, .exclusive .swiper-wrapper, .exclusive .swiper-slide {
    transition-property: auto !important;
  }
}

#step {
  padding: 20px 0;
}
@media (min-width: 971px) {
  #step {
    padding: 35px 0;
  }
}

.step-container {
  background: #fff;
  border-radius: 50px 10px;
  box-shadow: 0px 1px 80px 3px rgba(0, 0, 0, 0.07);
  padding: 10px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 971px) {
  .step-container {
    flex-direction: row;
    padding: 0;
    overflow: visible;
    display: flex;
    align-items: flex-end;
    margin-top: 100px;
  }
}
.step-img {
  width: 440px;
  min-width: 440px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .step-img {
    overflow: visible;
  }
}
.step-img img {
  width: 80%;
  position: relative;
  z-index: 2;
}
@media (min-width: 971px) {
  .step-img img {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: auto;
  }
}
.step-img:after {
  content: "";
  background: url(../images/S3-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 534px;
  height: 268px;
  background-size: cover;
  display: block;
  z-index: 0;
  border-radius: 0 0 0 10px;
}
@media (min-width: 971px) {
  .step-img:after {
    width: 486px;
    height: 244px;
  }
}
.step-list {
  padding: 25px 15px;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (min-width: 971px) {
  .step-list {
    padding: 40px 15px;
    width: calc(100% - 440px);
    min-width: calc(100% - 440px);
    min-height: 244px;
    display: flex;
    align-items: center;
  }
}
.step-list ul {
  padding-left: 40px;
  margin-bottom: 0;
}
@media (min-width: 971px) {
  .step-list ul {
    padding-left: 65px;
  }
}
.step-list ul li {
  font-size: 18px;
  line-height: 24px;
  color: #0e4b42;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .step-list ul li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
.step-list ul li:last-child {
  margin-bottom: 0;
}
.step-list ul li.list-1, .step-list ul li.list-2 {
  list-style-type: none;
}
.step-list ul li.list-1:before, .step-list ul li.list-2:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #076656;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 971px) {
  .step-list ul li.list-1:before, .step-list ul li.list-2:before {
    left: -60px;
    width: 40px;
    height: 40px;
    font-size: 27px;
  }
}
.step-list ul li.list-1:before {
  content: "1";
}
@media (min-width: 971px) {
  .step-list ul li.list-1:lang(zh-hk):before, .step-list ul li.list-1:lang(zh-cn):before {
    top: -7px;
  }
}
.step-list ul li.list-2:before {
  content: "2";
  top: 22px;
}
@media (min-width: 971px) {
  .step-list ul li.list-2:before {
    top: 26px;
  }
}
.step-list ul li.list-2:lang(zh-hk):before, .step-list ul li.list-2:lang(zh-cn):before {
  top: 34px;
}
@media (min-width: 971px) {
  .step-list ul li.list-2:lang(zh-hk):before, .step-list ul li.list-2:lang(zh-cn):before {
    top: 27px;
  }
}
.step-list ul li.list-2 img {
  vertical-align: bottom;
  width: 136px;
}

#faq {
  padding: 20px 0;
}
@media (min-width: 971px) {
  #faq {
    padding: 35px 0;
  }
}

.faq-container {
  position: relative;
  overflow: hidden;
}
.faq-container.expanded {
  max-height: none !important;
}
.faq-item {
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .faq-item {
    margin-bottom: 30px;
  }
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item:nth-child(odd) .faq-question {
  background: #8ac5ac;
}
.faq-item:nth-child(even) .faq-question {
  background: #98cda6;
}
.faq-question {
  border-radius: 10px;
  font-size: 20px;
  line-height: 26px;
  color: #0e4b42;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 20px 25px;
  cursor: pointer;
}
@media (min-width: 971px) {
  .faq-question {
    padding: 28px 40px;
    font-size: 22px;
    line-height: 32px;
  }
}
.faq-question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 14px;
  background-image: url("../images/arrow-hideshow.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 971px) {
  .faq-question:after {
    right: 40px;
    width: 24px;
    height: 14px;
  }
}
.faq-question.show {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.faq-question.show:after {
  transform: translateY(-50%);
}
.faq-question-no {
  padding-right: 5px;
}
@media (min-width: 971px) {
  .faq-question-text {
    padding-right: 50px;
  }
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
@media (min-width: 971px) {
  .faq-answer {
    font-size: 20px;
    line-height: 32px;
  }
}
.faq-answer-inner {
  background: #fff;
  padding: 15px 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 971px) {
  .faq-answer-inner {
    padding: 20px 40px;
  }
}
.faq-answer.show {
  max-height: 2000px;
}
.faq-answer ul {
  padding-left: 20px;
}
.faq-answer ul li {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 971px) {
  .faq-answer ul li {
    font-size: 22px;
    line-height: 34px;
  }
}
.faq-answer a {
  color: #333333;
  text-decoration: underline;
}
.faq-answer .payroll_customer {
  vertical-align: bottom;
  width: 136px;
}
@media (min-width: 971px) {
  .faq-answer .payroll_customer {
    width: auto;
  }
}

#open {
  padding: 20px 0;
}
@media (min-width: 971px) {
  #open {
    padding: 35px 0;
  }
}

.open-container {
  overflow: hidden;
  margin-bottom: 0px;
}
@media (min-width: 971px) {
  .open-container {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    padding: 0px 0;
  }
}
.open-img {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 971px) {
  .open-img {
    width: 40%;
    margin: 0 0 0 auto;
    padding-right: 50px;
    text-align: right;
  }
}
.open-img img {
  width: 240px;
  min-width: 240px;
}
.open-content {
  padding: 25px 15px;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (min-width: 971px) {
  .open-content {
    padding: 15px;
    width: 60%;
  }
}
.open-title {
  color: #005642;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .open-title {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 32px;
  }
}
.open-desc {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .open-desc {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 26px;
  }
}
.open-remark {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 971px) {
  .open-remark {
    font-size: 16px;
    line-height: 22px;
  }
}

#app {
  padding: 0 0 0px;
}
@media (min-width: 971px) {
  #app {
    padding: 0 0 30px;
  }
}
@media (max-width: 970px) {
  #app .section-title span:not(.icon) {
    padding: 0 0px;
  }
}
@media (max-width: 970px) {
  #app .section-title span:not(.icon):before {
    content: none;
    left: -193px;
  }
}
@media (max-width: 970px) {
  #app .section-title span:not(.icon):after {
    content: none;
    right: -193px;
  }
}

.app-container {
  display: flex;
  width: 410px;
  justify-content: center;
  margin: 20px auto;
}
@media (min-width: 971px) {
  .app-container {
    width: 410px;
    margin: 0;
  }
}
.app-icon {
  width: 96px;
  min-width: 96px;
}
@media (min-width: 971px) {
  .app-icon {
    width: 96px;
    min-width: 96px;
  }
}
.app-content {
  margin-left: 5px;
  width: 310px;
}
@media (min-width: 971px) {
  .app-content {
    width: 310px;
  }
}
.app-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .app-row {
    margin-bottom: 10px;
  }
}
.app-row:last-child {
  margin-bottom: 0;
}
.app-row.app-search img {
  width: 100%;
}
.app-col img {
  height: 44px;
  width: auto;
}
@media (min-width: 971px) {
  .app-col img {
    height: 44px;
  }
}
.app-bottom-text {
  text-align: center;
  color: #333333;
  font-size: 22px;
  line-height: 32px;
}

#remark {
  padding-top: 45px;
}
#remark p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
#remark p:last-child {
  margin-bottom: 0;
}
#remark p a {
  color: #333333;
}
#remark ol, #remark ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
#remark ol li, #remark ul li {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
#remark ol li ol, #remark ol li ul, #remark ul li ol, #remark ul li ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
#remark a {
  color: #333333;
}
#remark table tbody {
  background: none;
  border: none;
}
#remark table tr {
  background: none;
}
#remark table th {
  background: #0e4b42;
  color: #fff;
}
#remark table th,
#remark table td {
  border: 1px solid #333333;
  background: none;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  padding: 5px;
}

#warning {
  padding: 20px;
  border: 1px solid #333333;
  margin: 30px 0;
}
@media (min-width: 971px) {
  #warning {
    margin: 20px 0;
    padding: 15px;
  }
}
#warning strong {
  font-weight: bold;
}
#warning p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
#warning ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
#warning ul li {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

#how-to-enrol {
  overflow: hidden;
  position: relative;
}
#how-to-enrol .graphic {
  position: absolute;
}
#how-to-enrol .graphic.graphic-1 {
  top: 185px;
  left: -30px;
  width: 127px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-1 {
    width: 265px;
    left: -63px;
    top: 305px;
  }
}
#how-to-enrol .graphic.graphic-2 {
  top: 500px;
  left: 10px;
  width: 70px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-2 {
    width: 147px;
    left: 230px;
    top: 550px;
  }
}
#how-to-enrol .graphic.graphic-3 {
  top: 30px;
  right: -50px;
  width: 145px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-3 {
    width: 458px;
    top: 20px;
    right: -130px;
  }
}
#how-to-enrol .app-step-header {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  color: #0e4b42;
  font-weight: bold;
  margin-top: 15px;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header {
    margin-top: 0;
    font-size: 36px;
    line-height: 54px;
  }
}
#how-to-enrol .app-step-header.hide-for-medium {
  display: flex !important;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header.hide-for-medium {
    display: none !important;
  }
}
#how-to-enrol .app-step-header .app-step-header-divider {
  font-size: 0;
  line-height: 0;
  margin: 10px 0 20px;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header .app-step-header-divider {
    margin: 15px 0 25px;
  }
}
#how-to-enrol .app-step-header .app-step-header-divider img {
  width: 223px;
}

.app-step-remark {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .app-step-remark {
    margin-top: 15px;
  }
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #005642;
  background: linear-gradient(90deg, rgb(0, 86, 66) 0%, rgb(115, 209, 164) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005642", endColorstr="#73D1A4", GradientType=1);
}
.sticky-footer-inner {
  padding: 15px;
  max-width: 1430px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 971px) {
  .sticky-footer-inner {
    padding: 20px;
  }
}
.sticky-text {
  font-size: 20px;
  line-height: 24px;
  color: white;
}
@media (min-width: 971px) {
  .sticky-text {
    font-size: 26px;
    line-height: 30px;
  }
}
.sticky-btn {
  display: flex;
  justify-content: center;
}
.sticky-btn a, .sticky-btn > div:not(.welcome-answer-btn-app-icon) {
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  background: #005642;
  background: linear-gradient(90deg, rgb(0, 86, 66) 0%, rgb(18, 126, 105) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005642", endColorstr="#127E69", GradientType=1);
  color: white;
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  width: 192px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 971px) {
  .sticky-btn a, .sticky-btn > div:not(.welcome-answer-btn-app-icon) {
    width: 240px;
    font-size: 24px;
    line-height: 26px;
  }
}
.sticky-btn a:after, .sticky-btn > div:not(.welcome-answer-btn-app-icon):after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0) 75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(50%, 0);
  background-size: 100%;
}
.sticky-btn a:hover:after, .sticky-btn > div:not(.welcome-answer-btn-app-icon):hover:after {
  transition: transform 1.2s;
  transform: translate(-100%, 0);
}
.sticky-btn a span, .sticky-btn > div:not(.welcome-answer-btn-app-icon) span {
  padding-right: 30px;
  position: relative;
}
.sticky-btn a span:after, .sticky-btn > div:not(.welcome-answer-btn-app-icon) span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("../images/2arrow.png");
  width: 20px;
  height: 16px;
  background-size: contain;
}

.app-section {
  display: inline-block;
  margin: 0;
}
.app-section-inner {
  display: flex;
  flex-wrap: wrap;
}
.app-section .app-icon {
  margin-bottom: 20px;
  justify-content: center;
}
.app-section .app-download {
  justify-content: space-between;
}
.app-section .app-download img {
  max-height: 52px;
}
.app-section .app-download img:lang(en) {
  max-height: 47px;
}
.app-row {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
@media (min-width: 971px) {
  .app-row {
    margin-bottom: 10px;
    justify-content: space-between;
  }
}
.app-row:last-child {
  margin-bottom: 0;
}
.app-column:not(.full):first-child {
  margin-right: 10px;
  width: 86px;
  min-width: 86px;
}
.app-column:not(.full):last-child {
  margin-left: 10px;
  width: 86px;
  min-width: 86px;
}
@media (min-width: 640px) {
  .app-column.qrcode {
    min-width: 86px;
    width: 86px;
  }
}

#btnModal1 .modal-content,
#btnModal2 .modal-content {
  top: 50%;
}

#appModal .modal-content {
  top: 50%;
  padding: 40px 15px 15px;
}
#appModal .modal-content .close {
  top: 10px;
}
#appModal .modal-popup-btn {
  max-width: 768px;
  background-color: #fff;
  border-radius: 14px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#appModal .modal-popup-btn a {
  display: block;
  color: #005642;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #005642;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=style.css.map */