html {
  --main-green: #055541;
  --sec-green: #aed8c9;
}

/*p2g d2g daasc*/
.isDaaSC .lan_area,
.isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block,
.isMobile-inline-block,
.isMobile-inline-table,
.isMobile .app-download-qr {
  display: none !important;
}

.isMobile .isDesktop-show {
  display: none !important;
}

.isMobile .isMobile-block {
  display: block !important;
}

.isMobile .isMobile-inline-block {
  display: inline-block !important;
}

.isMobile .isMobile-inline-table {
  display: inline-table;
}

body .isD2G-block {
  display: block;
}
body .isD2G-inline {
  display: inline;
}
body .isD2G-inline-block {
  display: inline-block;
}
body .isP2G-block,
body .isP2G-inline,
body .isP2G-inline-block,
body .isDaaSC-block,
body .isDaaSC-inline,
body .isDaaSC-inline-block,
body .isD2G-hide {
  display: none;
}

.isD2G .isD2G-block {
  display: block;
}
.isD2G .isD2G-inline {
  display: inline;
}
.isD2G .isD2G-inline-block {
  display: inline-block !important;
}
.isD2G .isD2G-hide {
  display: none !important;
}

.isP2G .isD2G-block,
.isP2G .isD2G-inline,
.isP2G .isD2G-inline-block {
  display: none !important;
}
.isP2G .isP2G-block {
  display: block !important;
}
.isP2G .isP2G-inline {
  display: inline;
}
.isP2G .isP2G-inline-block {
  display: inline-block !important;
}
.isP2G .isP2G-hide {
  display: none !important;
}

.isDaaSC .isD2G-block,
.isDaaSC .isD2G-inline,
.isDaaSC .isD2G-inline-block {
  display: none !important;
}
.isDaaSC .isDaaSC-block {
  display: block !important;
}
.isDaaSC .isDaaSC-inline {
  display: inline;
}
.isDaaSC .isDaaSC-inline-block {
  display: inline-block !important;
}
.isDaaSC .isDaaSC-hide {
  display: none;
}

.iOS-show,
.AOS-show {
  display: none !important;
}

.isAOS .AOS-show {
  display: block !important;
}

.isIOS .iOS-show {
  display: block !important;
}

.tab-header .tab-container {
  max-width: 1400px;
  padding: 32px 70px;
  margin: 0 auto;
}
.tab-header .tab-imgtitle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 40px;
}
.tab-header .tab-imgtitle__img {
  height: 87px;
  margin-right: 20px;
}
.tab-header .tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 16px 50px;
  text-align: center;
  font-size: 35px;
  border-radius: 100px;
  margin-bottom: 10px;
  background-color: var(--sec-green);
  color: var(--ter-green);
  transition: all 0.3s ease-out;
}
.tab-header .tab-btn:not(:last-child) {
  margin-right: 50px;
}
.tab-header .tab-btn.active, .tab-header .tab-btn:hover {
  background-color: #fff;
  color: #186841;
}
.tab-header .tab-btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-header .tab-btn span {
  white-space: unset;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 970px) {
  .tab-header .tab-container {
    max-width: 900px;
    padding: 20px;
  }
  .tab-header .tab-imgtitle-container {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .tab-header .tab-btn {
    font-size: 27px;
    line-height: 36px;
    min-width: 240px;
    padding: 12px 36px;
  }
}
@media (max-width: 767px) {
  .tab-header .tab-imgtitle-container {
    font-size: 20px;
    line-height: 20px;
  }
  .tab-header .tab-imgtitle__img {
    height: 60px;
    margin-right: 10px;
  }
  .tab-header .tab-btn {
    font-size: 18px;
    line-height: 24px;
    min-width: 120px;
    margin-bottom: 10px;
  }
  .tab-header .tab-btn:not(:last-child) {
    margin-right: 10px;
  }
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.download {
  font-size: 30px;
  line-height: 42px;
  color: #005d3e;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
}
.download sup {
  font-size: 0.4em;
  top: -1.3em;
}
@media (max-width: 970px) {
  .download {
    font-size: 24px;
    line-height: 32px;
  }
}

.app-icon {
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-start;
}
.app-icon .app-img-template {
  display: inline-block;
  vertical-align: middle;
  color: #5a5a5a;
  padding-right: 10px;
}
.app-icon .app-img-template .app-icon-img {
  width: 77px;
  min-width: 77px;
  height: auto !important;
}
.app-icon .app-download-template {
  padding-right: 10px;
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
  color: #5a5a5a;
}
.app-icon .app-download-template .app-search-box {
  width: 255px;
  margin-bottom: 5px;
}
.app-icon .qr-code {
  max-width: 80px;
  min-width: 80px;
}
.app-icon .btn-download-popup img {
  width: 125px;
  height: 37px;
}

.app-swiper-container {
  max-width: 1140px;
  padding: 40px 20px 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.app-swiper-container .app-swiper-wrapper {
  width: 45%;
  overflow: hidden;
  padding: 0 50px 30px;
  position: relative;
}
.app-swiper-container .app-swiper-wrapper .app-swiper {
  overflow: hidden;
}
.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 8px;
}
.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-pagination-bullet-active {
  background: #0e4b42;
}
.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-prev {
  left: 0;
  color: #0e4b42;
}
.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-next {
  right: 0;
  color: #0e4b42;
}
@media (max-width: 970px) {
  .app-swiper-container {
    padding: 30px 20px;
  }
  .app-swiper-container .app-swiper-wrapper {
    width: 100%;
    padding: 0 30px 30px;
  }
  .app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-prev:after,
  .app-swiper-container .app-swiper-wrapper .app-swiper .swiper-button-next:after {
    font-size: 30px;
    font-weight: bold;
  }
}

.app-step-container {
  width: 55%;
  padding-left: 50px;
}
.app-step-container .app-step {
  display: flex;
  cursor: pointer;
}
.app-step-container .app-step .app-step__icon {
  display: flex;
  font-size: 24px;
  font-weight: bold;
  background-color: var(--sec-green);
  color: var(--main-green);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  transition: all 0.2s ease-out;
  align-items: center;
  justify-content: center;
}
.app-step-container .app-step .app-step__content {
  width: calc(100% - 80px);
  position: relative;
}
.app-step-container .app-step .app-step__content .app-step__inner-content {
  display: none;
}
.app-step-container .app-step .app-step__content .app-step__title {
  font-weight: bold;
  color: #0e4b42;
  font-size: 25px;
  line-height: 35px;
}
.app-step-container .app-step .app-step__content .app-step__title span {
  font-size: 32px;
}
.app-step-container .app-step .app-step__content .app-step__desc {
  max-width: 460px;
  padding: 12px 0;
  font-size: 18px;
  line-height: 28px;
}
.app-step-container .app-step:not(:last-child) .app-step__content {
  padding-bottom: 80px;
}
.app-step-container .app-step:not(:last-child) .app-step__content:before {
  content: "";
  position: absolute;
  left: -55px;
  top: 66px;
  width: 1px;
  height: calc(100% - 82px);
  background-color: #0e4b42;
}
.app-step-container .app-step.active .app-step__icon {
  background-color: var(--main-green);
  color: #fff;
}
.app-step-container .app-step.active .app-step__content {
  padding-bottom: 20px !important;
}
.app-step-container .app-step.active .app-step__inner-content {
  display: block;
}
@media (max-width: 970px) {
  .app-step-container {
    width: 100%;
    padding-left: 0;
  }
  .app-step-container .app-step .app-step__icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .app-step-container .app-step .app-step__content {
    width: calc(100% - 80px);
    position: relative;
  }
  .app-step-container .app-step .app-step__content .app-step__title {
    font-size: 18px;
    line-height: 28px;
  }
  .app-step-container .app-step .app-step__content .app-step__title span {
    font-size: 24px;
  }
  .app-step-container .app-step .app-step__content .app-step__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .app-step-container .app-step:not(:last-child) .app-step__content {
    padding-bottom: 60px;
  }
  .app-step-container .app-step:not(:last-child) .app-step__content:before {
    left: -40px;
    top: 52px;
    height: calc(100% - 64px);
  }
}/*# sourceMappingURL=app-swiper.css.map */