@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap");
body > * {
  font-family: "Noto Sans TC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體";
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 992px) {
  body > * {
    font-size: 24px;
    line-height: 36px;
  }
}
/* Banner Area */
.banner_area.active .banner_img {
  transform: scale(1);
}

.banner_area .banner_img {
  overflow: hidden;
}

.tnc-holder {
  font-size: 12px;
  color: #222;
}

.tnc-holder p {
  font-size: 12px;
  color: #222;
}

.tnc-holder ol {
  padding-left: 18px;
}

/* Content Sections */
.line-break {
  display: none;
}

#main_content_area .row {
  padding: 15px 8px 0;
}

#main_content_area .row.full_width {
  padding-left: 0;
  padding-right: 0;
}

#main_content_area .row.full_width .columns {
  padding-left: 0;
  padding-right: 0;
}

.centered-txt {
  text-align: center;
}

.wid680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.wid730 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.wid850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 12px 15px;
}

.section.full_width {
  padding-right: 0;
  padding-left: 0;
}

.section_icon {
  margin-bottom: 5px;
}

.section_title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 25px;
}

.section p sup {
  font-size: 10px;
  top: -6px;
}

#footer .copy a {
  width: 50%;
  max-width: 270px;
  color: inherit;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}

/* modal */
.modal {
  overflow-y: auto;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.55);
}

.modal#tncModal {
  overflow: auto;
}

.modal-content h5 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
}

.modal-content .btn-holder {
  width: 100%;
  margin: 0 auto;
}

.modal-content .btn-holder .btn {
  display: inline-block;
  width: 140px;
  color: #fff;
  padding: 15px 12px 14px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-left: 5px;
  font-size: 19px;
  text-align: center;
  background-color: #39b54a;
  border: 1px solid #39b54a;
}

.modal-content .btn-holder .btn:before {
  content: " ";
  text-indent: -999em;
  background: url(icon_20px.png);
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0px -61px;
}

.modal-content .btn-holder .btn.btn-accept:hover {
  opacity: 0.8;
  background-color: #34a344;
  border: 1px solid #34a344;
}

.modal-content .btn-holder .btn.btn-cancel {
  border: 1px solid #b2b2b2;
  color: #666;
  background-color: #fff;
  width: 100px;
}

.modal-content .btn-holder .btn.btn-cancel:hover {
  background-color: #f0f0f0;
}

/* The Close Button */
.modal-content .close {
  display: block;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_grey02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.modal-content .close:hover {
  background-image: url(https://www.hangseng.com/etc/designs/hase/pws/common/rwd-assets/images/icn_stroke_close_hase_green.svg);
}

.modal-content .close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .ico-triangle {
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

.modal.btn-modal {
  position: absolute;
  background: transparent;
  overflow: unset !important;
  top: -185px;
  left: 4%;
}

.modal.btn-modal .modal-content {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  max-height: 1000% !important;
  top: 0;
  transform: translateY(0%);
  width: 190px;
  padding: 20px 25px 5px;
}

.modal.btn-modal .modal-content .close {
  top: 0px;
  right: 0px;
  display: block;
  width: 26px;
  height: 26px;
  min-width: 20px;
  min-height: 20px;
}

.modal.btn-modal .modal-content .btn-holder {
  margin: 0 auto;
  text-align: center;
}

.modal.btn-modal .modal-content .btn-holder .btn {
  margin-left: 0;
  width: 100%;
  font-size: 16px;
  padding: 12px 12px 11px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 100%;
  }
}
/* modal */
/*p2g d2g daasc*/
.isDaaSC .HSB_logo {
  display: none !important;
}

.isMobile-block, .isMobile-inline-block, .isMobile-inline-table {
  display: none;
}

.isMobile .app-download-qr {
  display: none !important;
}

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

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

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

.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 !important;
}

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

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

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

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#top_banner_area .view_p2g {
  display: block !important;
}

body {
  --main-green: #006532;
  --sec-green: #008A0E;
  --ter-green: #1D865E;
  --main-brown: #8B5834;
}

span {
  white-space: break-spaces;
}

#wrap {
  max-width: 100%;
}

#logo_area {
  height: 0;
}

ol {
  margin-left: 20px;
}

section {
  margin-top: 40px;
}
section.km-section {
  margin-top: 60px;
}
section.km-section a {
  color: #000;
  transition: color 0.2s ease-out;
  text-decoration: underline;
}
section.km-section a:hover {
  color: var(--main-green);
}

.page-container {
  width: 100%;
  max-width: 1470px;
  padding: 0 20px;
  margin: 0 auto;
}

#footer .footer_state_area {
  padding: 20px;
}

#wrap {
  padding-bottom: 160px;
}

@media (min-width: 992px) {
  section {
    margin-top: 70px;
  }
  section.km-section {
    margin-top: 90px;
  }
  .page-container {
    padding: 0 30px;
  }
  #footer .footer_state_area {
    padding: 20px 30px 165px 30px;
  }
  #wrap {
    padding-bottom: 280px;
  }
}
.font-bold {
  font-weight: bold;
}

h1, h2, h3 {
  font-family: "Noto Sans TC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體" !important;
  font-weight: bold;
  margin-bottom: 0;
}
h1 sup, h2 sup, h3 sup {
  top: -0.8em;
  font-size: 50%;
  color: #000;
}

h1 {
  font-size: 36px;
  line-height: 50px;
}

h2 {
  font-size: 32px;
  line-height: 46px;
}

h3 {
  font-size: 28px;
  line-height: 40px;
}

@media (min-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 70px;
  }
  h2 {
    font-size: 42px;
    line-height: 60px;
  }
  h3 {
    font-size: 36px;
    line-height: 52px;
  }
}
.txt-green-main {
  color: var(--main-green);
}

.txt-green-sec {
  color: var(--sec-green);
}

.txt-green-ter {
  color: var(--ter-green);
}

.txt-brown {
  color: var(--main-brown);
}

.cta-btn {
  background-color: var(--main-green);
  border: 2px solid var(--main-green);
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  padding: 6px 24px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-out;
}
.cta-btn:hover {
  color: var(--main-green);
  background-color: #fff;
}
@media (min-width: 992px) {
  .cta-btn {
    padding: 8px 32px;
  }
}

.mb-hide {
  display: none;
}

@media (min-width: 992px) {
  .mb-hide {
    display: block;
  }
  .dt-hide {
    display: none;
  }
}
.bottom-sticky {
  position: fixed;
  height: 86px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #155d2f;
  z-index: 50;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
}
.bottom-sticky .bottom-sticky-wrapper {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  padding: 8px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-sticky .bottom-sticky__icon-txt {
  height: 100%;
  position: relative;
  width: calc(100% - 170px);
  display: flex;
  align-items: center;
  color: #fff;
}
.bottom-sticky .bottom-sticky__icon-txt .bottom-sticky__txt {
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
}
.bottom-sticky .bottom-sticky-btn {
  height: 100%;
  background-color: #E6F4D8;
  border: 1px solid #E6F4D8;
  color: #000;
  border-radius: 15px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.bottom-sticky .bottom-sticky-btn:hover {
  background-color: #fff;
}

.isP2G .bottom-sticky__icon-txt {
  width: 100% !important;
}

@media (min-width: 992px) {
  .bottom-sticky {
    height: 100px;
  }
  .bottom-sticky .bottom-sticky-wrapper {
    padding: 10px 20px;
  }
  .bottom-sticky .bottom-sticky__icon-txt {
    width: calc(100% - 320px);
  }
  .bottom-sticky .bottom-sticky__icon-txt .bottom-sticky__txt {
    padding: 0 30px;
    font-size: 24px;
    line-height: 36px;
  }
  .bottom-sticky .bottom-sticky-btn {
    font-size: 24px;
    line-height: 32px;
    padding: 0 40px;
    min-width: 300px;
  }
}
.leadin-section .leadin-remark-box {
  max-height: 70px;
  overflow: auto;
  margin-bottom: 40px;
  padding: 16px 26px;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #000;
  /* width */
  /* Track */
  /* Handle */
}
.leadin-section .leadin-remark-box::-webkit-scrollbar {
  width: 11px;
}
.leadin-section .leadin-remark-box::-webkit-scrollbar-track {
  background: #E9E9E9;
}
.leadin-section .leadin-remark-box::-webkit-scrollbar-thumb {
  background: #C1C1C1;
  border-radius: 10px;
  width: 11px;
  border: 3px solid #E9E9E9;
}

@media (min-width: 992px) {
  .leadin-section .leadin-remark-box {
    max-height: 100px;
    margin-bottom: 70px;
    padding: 20px 32px;
    font-size: 16px;
    line-height: 24px;
  }
}
.tab-container {
  margin-left: 5px;
  width: calc(100% - 25px);
  position: relative;
  z-index: 10;
}
.tab-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  background-color: #fff;
  z-index: -1;
}
.tab-container:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  border-radius: 44px 62px 50px 62px;
  background: linear-gradient(180deg, #3AB549 0%, #006532 100%);
  z-index: -2;
}

.tab-header-mobile {
  text-align: center;
  position: relative;
}
.tab-header-mobile:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 40px;
  height: 40px;
  background: url("./icon_arrow_green.svg") no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: transform 0.2s ease-out;
}
.tab-header-mobile.active:after {
  transform: translateY(-50%) rotate(0deg);
}
.tab-header-mobile .tab-header {
  border-radius: 40px 40px 0 0;
  padding: 20px 70px 20px 20px;
}
.tab-header-mobile .tab-header.active {
  display: block;
}

.tab-header-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 50;
}
.tab-header-wrapper .tab-header.active {
  display: none;
}

.tab-header {
  width: 100%;
  text-align: center;
  border-bottom: 5px solid #34AD47;
  background-color: #eaf7ec;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  padding: 20px;
}
.tab-header .tab-title {
  margin-bottom: 16px;
  color: var(--main-green);
}
.tab-header:hover {
  background-color: #fff;
}
.tab-header.active {
  display: none;
  border-bottom: 5px solid rgba(45, 45, 45, 0.2);
  background-color: #fff;
}
.tab-header.active:first-child {
  border-right: none;
}
.tab-header.active:last-child {
  border-left: none;
}

.tab-content-wrapper .tab-content {
  padding: 45px 20px;
  display: none;
}
.tab-content-wrapper .tab-content.active {
  display: block;
}
.tab-content-wrapper .tab-content#tab-2-content {
  padding-top: 0;
}
.tab-content-wrapper .tab-content .tab-content-title {
  margin-bottom: 15px;
}

.awd-container {
  padding: 20px;
  border-radius: 36px;
  background-color: rgba(234, 246, 236, 0.7);
  margin: 30px 0;
}

.awd-item .awd-item__lr-container .awd-item__right {
  padding: 30px;
}
.awd-item .awd-item__lr-container .awd-item__right img {
  max-width: 280px;
  display: block;
  margin: 0 auto;
}
.awd-item .awd-item__title {
  margin-bottom: 20px;
}
.awd-item .awd-item__highlight {
  margin: 5px 0 20px;
  display: inline-block;
}

.awd-divider {
  margin: 15px 0 12px;
  position: relative;
}
.awd-divider:before, .awd-divider:after {
  content: "";
  position: absolute;
  width: calc((100% - 45px) / 2);
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--main-green);
}
.awd-divider:before {
  left: 0;
}
.awd-divider:after {
  right: 0;
}
.awd-divider .awd-divider-icon {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.awd-swiper-container {
  max-width: 100%;
  width: 360px;
  padding: 0 40px 20px;
  position: relative;
  margin: 0 auto;
}
.awd-swiper-container .swiper-button-prev, .awd-swiper-container .swiper-button-next {
  color: #BEDB39;
}
.awd-swiper-container .swiper-button-prev:after, .awd-swiper-container .swiper-button-next:after {
  font-size: 20px;
}
.awd-swiper-container .swiper-button-prev {
  left: 0;
}
.awd-swiper-container .swiper-button-next {
  right: 0;
}
.awd-swiper-container .swiper-pagination {
  bottom: 0;
}
.awd-swiper-container .swiper-pagination-bullet {
  margin: 0 8px !important;
  background: rgba(0, 0, 0, 0.3);
}
.awd-swiper-container .swiper-pagination-bullet-active {
  background: #BEDB39;
}

.awd-steps {
  width: 100%;
}
.awd-steps .awd-steps-title {
  position: relative;
  padding: 50px 15px 15px 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.awd-steps .awd-steps-title:after {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 6px;
  height: 5px;
  width: calc(100% - 60px);
  background-color: #22A64C;
}
.awd-steps .awd-steps-title img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
}
.awd-steps .awd-step {
  display: flex;
  position: relative;
  cursor: pointer;
}
.awd-steps .awd-step .awd-step-number {
  width: 36px;
  height: 36px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D2D2D2;
  border-radius: 50%;
  margin-right: 30px;
}
.awd-steps .awd-step .awd-step-txt {
  width: calc(100% - 66px);
}
.awd-steps .awd-step:not(:last-child) {
  margin-bottom: 30px;
}
.awd-steps .awd-step:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 17px;
  height: calc(100% - 36px + 22px);
  width: 2px;
  background-color: #D2D2D2;
}
.awd-steps .awd-step.active .awd-step-number {
  background-color: #2DAA52;
}
.awd-steps .awd-step.active:not(:last-child):after {
  background-color: #2DAA52;
}

.tab-iconTxt {
  position: relative;
  padding: 14px 0 4px;
  margin-bottom: 30px;
}
.tab-iconTxt:before {
  content: "";
  position: absolute;
  height: 90px;
  width: 38px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.tab-iconTxt .tab-iconTxt__icon {
  position: absolute;
  height: 90px;
  left: -10px;
  bottom: 0;
}
.tab-iconTxt .tab-iconTxt__txt {
  margin-left: 38px;
  font-weight: bold;
  color: var(--main-green);
  border: 2px solid #22A64C;
  border-radius: 54px 54px 54px 0;
  padding: 12px 30px 12px 50px;
  font-size: 18px;
  line-height: 28px;
}

.tab-remark {
  margin-top: 20px;
}
.tab-remark a {
  display: inline-block;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.2s ease-out;
  text-decoration: underline;
}
.tab-remark a:hover {
  color: var(--main-green);
}

.tab-instruction-title {
  position: relative;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
}
.tab-instruction-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: calc(100% + 40px);
  background-color: var(--main-green);
  z-index: -1;
}

.tab-instruction {
  padding-top: 30px;
}
.tab-instruction .tab-instruction-desc {
  padding: 8px 0 20px;
}

.complete_btn {
  width: auto;
  border-radius: 3px;
  background-color: #e80000;
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02px;
  line-height: 16px;
  text-align: center;
  padding: 8px 24px 8px 8px;
  margin-top: 10px;
  transition: background-color 0.2s ease-out;
  margin-top: 20px;
  position: relative;
}
.complete_btn:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("./icon_openwindow_white.png") no-repeat;
  background-size: cover;
}
.complete_btn:hover {
  background-color: #930f16;
}
.complete_btn:hover:after {
  background: url("./white.png") no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .tab-header-mobile {
    display: none;
  }
  .tab-header-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    height: auto !important;
    position: unset;
  }
  .tab-header-wrapper .tab-header:first-child {
    border-right: 5px solid #34AD47;
    border-top-left-radius: 40px;
  }
  .tab-header-wrapper .tab-header:last-child {
    border-left: 5px solid #34AD47;
    border-top-right-radius: 40px;
  }
  .tab-header-wrapper .tab-header.active {
    display: block;
  }
  .tab-header-wrapper .tab-header.active:first-child {
    border-right: none;
  }
  .tab-header-wrapper .tab-header.active:last-child {
    border-left: none;
  }
  .tab-header {
    width: 50%;
    padding: 40px;
  }
  .tab-header .tab-title {
    margin-bottom: 20px;
  }
  .tab-header.active {
    display: block;
  }
  .tab-content-wrapper .tab-content {
    padding: 90px;
  }
  .tab-content-wrapper .tab-content .tab-content-title {
    margin-bottom: 20px;
  }
  .awd-container {
    padding: 50px 60px;
    margin: 40px 0 70px;
  }
  .awd-item .awd-item__lr-container {
    display: flex;
  }
  .awd-item .awd-item__lr-container .awd-item__left {
    width: 55%;
  }
  .awd-item .awd-item__lr-container .awd-item__right {
    width: 45%;
  }
  .awd-item .awd-item__title {
    margin-bottom: 30px;
  }
  .awd-item .awd-item__highlight {
    margin: 10px 0 30px;
  }
  .awd-divider {
    margin: 20px 0 15px;
  }
  .awd-divider:before, .awd-divider:after {
    width: calc((100% - 70px) / 2);
    height: 3px;
  }
  .awd-divider .awd-divider-icon {
    width: 75px;
    height: 75px;
  }
  .tab-instruction-title:before {
    width: calc(100% + 180px);
    left: -90px;
  }
  .tab-instruction {
    padding-top: 55px;
  }
  .tab-instruction .tab-instruction-desc {
    padding: 20px 0 32px;
  }
  .complete_btn {
    font-size: 24px;
    line-height: 24px;
    margin-top: 30px;
    padding: 8px 30px 8px 12px;
  }
  .complete_btn:after {
    width: 16px;
    height: 16px;
    right: 8px;
  }
}
@media (min-width: 1200px) {
  .awd-steps-container {
    display: flex;
  }
  .awd-swiper-container {
    padding: 0 50px 30px;
    margin: 0;
  }
  .awd-swiper-container .swiper-button-prev:after, .awd-swiper-container .swiper-button-next:after {
    font-size: 30px;
  }
  .awd-steps {
    width: min(100% - 360px, 650px);
    padding-left: 50px;
  }
  .awd-steps .awd-steps-title {
    padding: 70px 30px 30px 80px;
    margin-bottom: 40px;
  }
  .awd-steps .awd-steps-title:after {
    left: 80px;
    bottom: 12px;
    height: 5px;
    width: calc(100% - 80px);
  }
  .awd-steps .awd-steps-title img {
    width: 130px;
    height: 130px;
  }
  .tab-iconTxt {
    margin-bottom: 75px;
  }
  .tab-iconTxt:before {
    height: 125px;
    width: 58px;
  }
  .tab-iconTxt .tab-iconTxt__icon {
    height: 125px;
  }
  .tab-iconTxt .tab-iconTxt__txt {
    font-weight: bold;
    color: var(--main-green);
    border: 2px solid #22A64C;
    border-radius: 0 54px 54px 0;
    padding: 18px 60px 18px 130px;
    font-size: 24px;
    line-height: 34px;
  }
  .tab-remark {
    margin-top: 30px;
  }
}
.km-container {
  padding: 30px 0;
}

.km-title {
  margin-bottom: 30px;
}

.km-iconTxt {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 30px;
}

.km-icon {
  height: 30px;
  width: 30px;
  margin-right: 18px;
}

.km-divider {
  width: 100%;
  height: 3px;
  margin: 30px 0;
  background: linear-gradient(90deg, transparent 0%, var(--main-green) 50%, transparent 100%);
}

.km-desc {
  padding: 0 48px 20px;
}

.remark {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}
.remark .remark-title {
  margin-bottom: 8px;
}
.remark ol {
  list-style: none;
  counter-reset: counter;
  margin-left: 0;
}
.remark ol > li {
  counter-increment: counter;
  position: relative;
  padding-left: 18px;
}
.remark ol > li:before {
  content: counter(counter);
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 10px;
}
.remark ul li {
  font-size: 12px;
  line-height: 20px;
}
.remark:last-child {
  margin-bottom: 0;
}

ul.spec-rm {
  list-style: none;
  counter-reset: count;
}
ul.spec-rm li {
  counter-increment: count;
  position: relative;
  padding-left: 22px;
}
ul.spec-rm li:before {
  content: "(" counter(count, lower-roman) ")";
  position: absolute;
  left: 0;
}

.remark2 {
  margin-bottom: 15px;
}

.desc-box {
  border: 1px solid #000;
  padding: 30px 20px;
}
.desc-box .desc-title {
  margin-bottom: 12px;
}
.desc-box ul {
  padding: 6px 0 12px 20px;
}

@media (min-width: 992px) {
  .km-container {
    padding: 60px 0 80px;
  }
  .km-title {
    margin-bottom: 50px;
  }
  .km-iconTxt {
    font-size: 28px;
    line-height: 40px;
  }
  .km-icon {
    width: 42px;
    height: 42px;
    margin-right: 25px;
  }
  .km-divider {
    margin: 40px 0;
  }
  .km-desc {
    padding: 0 67px 30px;
  }
  .remark {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .remark .remark-title {
    margin-bottom: 12px;
  }
  .remark ol > li {
    font-size: 16px;
    line-height: 28px;
    padding-left: 22px;
  }
  .remark ol > li:before {
    font-size: 12px;
    top: -6px;
  }
  .remark ul li {
    font-size: 16px;
    line-height: 28px;
  }
  ul.spec-rm li {
    padding-left: 30px;
  }
  .remark2 {
    margin-bottom: 20px;
  }
  .desc-box {
    padding: 40px 30px;
  }
  .desc-box .desc-title {
    margin-bottom: 20px;
  }
  .desc-box ul {
    padding: 10px 0 16px 30px;
  }
}
.fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 19;
  padding: 20px;
  color: #fff;
  background-color: #145C30;
  box-shadow: 0 4px 90px -4px rgba(209, 218, 201, 0.93);
}
.fixed-bar .fixed-bar-row {
  text-align: center;
}
.fixed-bar .fixed-bar-row p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .fixed-bar .fixed-bar-row p {
    font-size: 18px;
    line-height: 24px;
  }
}
.fixed-bar .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fixed-bar .fixed-bar-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #E6F4D8;
  color: #000;
  border: 2.5px solid #E6F4D8;
  min-width: 350px;
}
.fixed-bar .fixed-bar-row a img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}