@charset "UTF-8";
body {
  color: #333333;
  background: #fff;
  font-family: "Noto Sans SC", "Noto Sans TC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體" !important;
  --fz-42: 42px;
}
@media (max-width: 768px) {
  body {
    --fz-42: 25px;
  }
}

.main * {
  font-size: 24px;
}
@media (max-width: 768px) {
  .main * {
    font-size: 20px;
  }
}

#top_banner_area {
  background-image: url(../images/top_banner_d.jpg);
  height: 0;
  background-position: center;
  padding-top: 30.2%;
  background-size: cover;
}
@media (max-width: 1920px) {
  #top_banner_area {
    padding-top: 0;
    height: 580px;
  }
}
@media (max-width: 1250px) {
  #top_banner_area {
    padding-top: 46.4%;
    height: 0;
  }
}
@media (max-width: 768px) {
  #top_banner_area {
    background-image: url(../images/top_banner_m.jpg);
    padding-top: 120%;
  }
}

#app {
  min-width: 450px;
}

#intro-section {
  max-width: unset;
}

.intro {
  margin: auto;
}

.main {
  background: unset;
}

.card {
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #0c3534;
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .card {
    padding-bottom: 20px;
  }
}
.card > * {
  padding-inline: 20px;
}
.card .top {
  background-color: #0f8570;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 15px;
}
@media (max-width: 768px) {
  .card .top {
    font-size: 22px;
    padding: 5px 15px;
  }
}
.card .icon {
  position: relative;
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .card .icon {
    height: auto;
    padding-top: 20px;
  }
  .card .icon img {
    height: 115px;
  }
}
.card .topic {
  font-weight: bold;
  color: #0f8570;
}

.remarks {
  font-size: 14px;
}

#intro-section {
  background-image: linear-gradient(to bottom, #ffffff, #f0f4ef);
  padding-bottom: 86px;
}

.cards-ctn {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cards-ctn {
    margin-bottom: 20px;
  }
}
.cards-ctn > * {
  width: calc(33.3333333333% - 13.33px);
}
@media (max-width: 768px) {
  .cards-ctn > * {
    width: 100%;
  }
}

.container {
  width: 1360px !important;
  padding: 0 20px !important;
  max-width: 100% !important;
  margin: auto;
}

.intro p {
  margin-left: auto;
  margin-right: auto;
  max-width: unset;
  text-align: center;
  transform: unset;
}

#promo-section p {
  line-height: 50px;
}
#point-section {
  background-color: #fffdf0;
  padding-top: 1px;
  padding-bottom: 50px;
}
#point-section .title {
  background-color: #fff;
  border: 4px solid #0f8570;
  text-align: center;
  border-radius: 100px;
  box-shadow: 4px 3px 0 #0f8570;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--fz-42);
  font-weight: bold;
  color: #055541;
  padding: 0 30px;
  margin-top: -34px;
  margin-bottom: 60px;
}
#point-section .points-ctn .item {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 20px;
  gap: 20px;
}
#point-section .points-ctn .item .icon {
  margin-top: 5px;
  max-width: 22%;
  height: auto;
}
#point-section .points-ctn .item .content .topic {
  font-weight: bold;
  color: #0f8570;
}
#point-section .points-ctn .item .content .text {
  font-size: 18px;
  color: #0c3534;
}
@media (max-width: 768px) {
  #point-section .points-ctn .item .content .text {
    font-size: 16px;
  }
}

#download {
  padding-top: 50px;
}
#download .text {
  text-align: center;
  font-size: var(--fz-42);
  font-weight: bold;
  color: #055541;
  margin-bottom: 20px;
}

.app-section {
  max-width: 375px;
  margin: 0 auto;
  padding: 25px 0;
}

@media (min-width: 971px) {
  .app-section {
    padding: 0px 0 50px;
  }
}
.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: center;
}

@media (min-width: 640px) {
  .app-row {
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
.app-row:last-child {
  margin-bottom: 0;
}

.app-col:not(.full):first-child {
  margin-right: 5px;
}

@media (min-width: 640px) {
  .app-col:not(.full):first-child {
    margin-right: 17px;
  }
}
.app-col:not(.full):last-child {
  margin-left: 5px;
}

@media (min-width: 640px) {
  .app-col:not(.full):last-child {
    margin-left: 17px;
  }
}
@media (min-width: 640px) {
  .app-col.qrcode {
    width: 149px;
  }
}
#logo_area {
  min-width: 450px;
  padding-inline: 24px;
}
@media (max-width: 768px) {
  #logo_area {
    padding-inline: 15px;
  }
}

#tnc-section {
  max-width: 100%;
  color: #333333;
}
#tnc-section *:not(sup) {
  font-size: 14px !important;
}
#tnc-section table {
  text-align: center;
  min-width: 623px;
  max-width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
#tnc-section table ul,
#tnc-section table ol {
  text-align: left;
}
#tnc-section table td,
#tnc-section table th {
  border: 1px solid #000;
  background-color: #fff;
}
#tnc-section ol.cus {
  list-style-type: none;
  counter-reset: item;
  margin-left: 0;
}
#tnc-section ol.cus li {
  position: relative;
  padding-left: 1.5em;
}
#tnc-section ol.cus li:before {
  content: "(" counter(item, decimal) ") "; /* Ensure parentheses are included */
  counter-increment: item;
  position: absolute;
  left: 0;
}

.content-grid .left,
.content-grid .right {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.content-grid .left::before,
.content-grid .right::before {
  margin-top: 12px;
  margin-bottom: auto;
  content: "";
  background-image: url(../images/tick.png);
  width: 1.4545em;
  min-width: 1.4545em;
  height: 1.4545em;
  background-size: cover;
  display: block;
}
@media (max-width: 768px) {
  .content-grid .left::before,
  .content-grid .right::before {
    margin-top: 7px;
  }
}

.table-ctn {
  overflow: auto;
}

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

.modal-content {
  overflow-y: auto;
  background-color: #fefefe;
  margin: 0 auto;
  width: 95%;
  color: #333;
  line-height: 130%;
  max-height: calc(100% - 130px);
  position: relative;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  padding: 30px;
  border-radius: 20px;
}
.modal-content .warn-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.modal-content .warn-desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  line-height: 24px;
}
.modal-content .warn-btn {
  text-align: right;
  padding-top: 40px;
}
.modal-content .cancel-btn {
  border: 1px solid #005126;
  color: #005126;
  padding: 10px 40px;
  margin-right: 8px;
  border-radius: 3px;
}
.modal-content .con-btn {
  background-color: #005126;
  color: #fff;
  padding: 10px 40px;
  border-radius: 3px;
}/*# sourceMappingURL=style.css.map */