@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
.iOS-show,
.AOS-show {
  display: none;
}

.isIOS .iOS-show {
  display: inline-block;
}

.isAOS .AOS-show {
  display: inline-block;
}

.isIOS .cta_android {
  display: none;
}

.isAOS .cta_ios {
  display: none;
}

/*p2g d2g daasc*/
.isDaaSC .lan_area,
.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;
}

.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;
}
.isP2G .isP2G-inline-block {
  display: inline-block;
}
.isP2G .isP2G-hide {
  display: none;
}

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

.modal-popup {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.modal-popup .bg-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.modal-popup .modal-popup-box {
  width: auto;
  max-width: 768px;
  background-color: #fff;
  border-radius: 14px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.modal-popup .modal-popup-box .close {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  transform: rotate(45deg);
  margin-left: auto;
  margin-bottom: 10px;
}
.modal-popup .modal-popup-box .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .modal-popup-box .modal-popup-heading {
  color: #0f4b41;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.modal-popup .modal-popup-box .modal-popup-btn a {
  color: #0f4b41;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #0f4b41;
  border-radius: 4px;
  margin-left: 12px;
}
.modal-popup .modal-popup-box .modal-popup-btn a:first-child {
  margin-left: 0;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-continue {
  color: #fff;
  background-color: #0f4b41;
}
.modal-popup .modal-popup-box .modal-popup-btn a.btn-app {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-bottom: 15px;
}
.modal-popup .modal-popup-box .modal-popup-btn.center {
  justify-content: center;
}

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

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

.green_bar {
  position: relative;
  z-index: 1;
}

#wrap {
  max-width: 100%;
}

.disable-links {
  pointer-events: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

:root {
  --plyr-color-main: #70ddaf;
}

body {
  overflow-x: hidden !important;
  position: relative;
}

* {
  font-family: "Noto Sans TC", sans-serif;
}

#logo_area {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}
#logo_area .green_bar {
  display: none;
}

#main_content_area {
  text-align: center;
}

p {
  font-size: 20px;
  line-height: 31px;
}
@media (max-width: 1440px) {
  p {
    font-size: 18px;
  }
}

.page-container {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1440px) {
  .page-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.border-remark {
  padding: 50px 0;
  text-align: left;
}
.border-remark .content-title {
  font-weight: bold;
}
.border-remark .content-title:not(:first-child) {
  padding-top: 20px;
}
.border-remark .border-content {
  border: 1px solid #000;
  padding: 15px;
}
@media (min-width: 1024px) {
  .border-remark .border-content {
    padding: 15px 30px;
  }
}
.border-remark .border-content.heading li {
  font-size: 14px;
  line-height: 21px;
}
.border-remark p {
  font-size: 16px;
  line-height: 20px;
}
.border-remark ul {
  padding-inline-start: 40px;
}
.border-remark ul li {
  font-size: 16px;
  line-height: 20px;
}

section.tnc {
  text-align: left;
  margin: auto;
  word-break: break-word;
}
section.tnc .tnc-remarks {
  font-size: 16px;
  line-height: 24px;
}
section.tnc .tnc-remarks > * {
  white-space: normal;
}
section.tnc .tnc-remarks a {
  color: #000;
  text-decoration: underline;
}
section.tnc .tnc-remarks ul {
  padding-inline-start: 20px;
}
section.tnc .tnc-remarks p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 970px) {
  section.tnc .tnc-remarks {
    font-size: 12px;
    line-height: 16px;
  }
  section.tnc .tnc-remarks p {
    font-size: 12px;
    line-height: 16px;
  }
}
section.tnc .tnc-remarks .tnc-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 970px) {
  section.tnc .tnc-remarks .tnc-title {
    font-size: 16px;
    line-height: 24px;
  }
}
section.tnc .tnc-remarks .tnc-border {
  border: 1px solid #000;
  padding: 20px;
  margin: 30px 0;
}
section.tnc .tnc-remarks ol {
  padding-left: 30px;
}
section.tnc .tnc-remarks ol li {
  padding-left: 10px;
  padding-bottom: 5px;
}
section.tnc .tnc-remarks__lower li::marker {
  content: counter(list-item) ") ";
}

.section-title {
  font-weight: bold;
  display: inline;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 65%, #86f1d9 65%);
  color: #095642;
  padding: 5px 10px;
  font-size: 31px;
  width: 100%;
}
.section-title + p {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .des-show {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .mob-show {
    display: none !important;
  }
}
.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.inset-0 {
  inset: 0;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.w-full {
  width: 100%;
}

.max-w-180 {
  max-width: 180px;
}
.max-w-360 {
  max-width: 360px;
}
.max-w-450 {
  max-width: 450px;
}
.max-h-150 {
  max-height: 150px;
}

.h-full {
  height: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-60 {
  margin-bottom: 60px;
}

.text-start {
  text-align: start;
}
.text-green-1 {
  color: #008077;
}
.text-green-2 {
  color: #095642;
}
.text-light-green-1 {
  color: #f2fffe;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-lg {
  font-size: 24px;
}

.font-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.whitespace-normal {
  white-space: normal;
}

.bg-green-1 {
  background-color: #008077;
}
.bg-green-2 {
  background-color: #095642;
}
.bg-light-green-1 {
  background-color: #f2fffe;
}

.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}

span {
  white-space: normal;
}

#section-1 .lead-in {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  #section-1 .lead-in {
    flex-direction: row;
  }
}
#section-1 .lead-in .left,
#section-1 .lead-in .right {
  width: 100%;
  padding: 50px 25px;
  position: relative;
}
@media (min-width: 1024px) {
  #section-1 .lead-in .left,
  #section-1 .lead-in .right {
    width: 50%;
    padding: 35px;
  }
}
#section-1 .lead-in .left .tag,
#section-1 .lead-in .right .tag {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #008077;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  padding: 10px;
  border-radius: 60px;
  max-width: 200px;
  width: 100%;
}
#section-1 .lead-in .left {
  margin-bottom: 71px;
}
@media (min-width: 1024px) {
  #section-1 .lead-in .left {
    margin-bottom: 0;
  }
}
#section-1 .lead-in .left::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 25%;
  height: 1px;
  background-color: #008077;
}
@media (min-width: 1024px) {
  #section-1 .lead-in .left::after {
    top: 23.5px;
    right: 0;
    left: initial;
    transform: initial;
    width: 1px;
    height: calc(100% - 47px);
  }
}
#section-1 .tab-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #section-1 .tab-container {
    gap: 24px;
    flex-direction: row;
  }
}
#section-1 .tab-container .tab {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 16px, 24px, 24px, rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 1024px) {
  #section-1 .tab-container .tab {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
#section-1 .tab-container .tab::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 16px solid #005c56;
  border-bottom: 0;
}
@media (min-width: 1024px) {
  #section-1 .tab-container .tab:first-child {
    margin-top: 0;
  }
}
#section-1 .tab-container .tab > * {
  pointer-events: none;
}
#section-1 .tab-container .tab .img-icon {
  max-width: 40px;
}
#section-1 .tab-container .tab .img-icon-select {
  display: none;
}
#section-1 .tab-container .tab .tab-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
#section-1 .tab-container .tab .tab-label {
  font-size: 14px;
  line-height: 16px;
  text-align: start;
}
#section-1 .tab-container .tab .tab-label-desc {
  text-align: start;
  font-weight: bold;
}
#section-1 .tab-container .tab .chance-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: linear-gradient(314deg, rgb(255, 254, 220) 0.08%, rgb(242, 239, 155) 100%);
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  color: #095642;
}
#section-1 .tab-container .tab.active {
  background: linear-gradient(180deg, rgb(0, 128, 119) 0%, rgb(0, 92, 86) 100%);
}
#section-1 .tab-container .tab.active::after {
  display: none;
}
#section-1 .tab-container .tab.active .img-icon {
  display: none;
}
#section-1 .tab-container .tab.active .img-icon-select {
  display: block;
}
#section-1 .tab-container .tab.active .tab-label,
#section-1 .tab-container .tab.active .tab-label-desc {
  color: #fff;
}
@media (min-width: 1024px) {
  #section-1 .tab-container .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 40%;
    min-height: 820px;
  }
  #section-1 .tab-container .left .tab {
    flex-grow: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #section-1 .tab-container .right {
    width: 60%;
    min-height: 820px;
  }
}
#section-1 .tab-content-box {
  position: relative;
  display: none;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  border: 4px solid #008077;
  overflow: hidden;
  text-align: start;
  min-height: 400px;
  height: 100%;
  gap: 20px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  #section-1 .tab-content-box {
    margin-bottom: 0;
  }
}
#section-1 .tab-content-box.active {
  display: none;
}
@media (min-width: 1024px) {
  #section-1 .tab-content-box.active {
    display: flex;
  }
}
#section-1 .tab-content-box.active.sm-show {
  display: flex;
}
@media (min-width: 1024px) {
  #section-1 .tab-content-box.active.sm-show {
    display: none;
  }
}
#section-1 .tab-content-box .content-inner {
  position: relative;
  max-width: 660px;
}
#section-1 .tab-content-box .content-inner .content-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #095642;
}
#section-1 .tab-content-box .content-inner span {
  text-wrap: wrap;
}
#section-1 .tab-content-box .content-inner ul {
  list-style-type: "- ";
  list-style-position: inside;
}
#section-1 .tab-content-box .content-inner ul li {
  font-size: 20px;
  line-height: 31px;
}
@media (max-width: 1440px) {
  #section-1 .tab-content-box .content-inner ul li {
    font-size: 18px;
  }
}
#section-1 .tab-content-box .chance-circle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  background: linear-gradient(270deg, rgb(255, 254, 220) 0.08%, rgb(242, 239, 155) 100%);
  border-radius: 100%;
  color: #095642;
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #section-1 .tab-content-box .chance-circle {
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    font-size: 35.27px;
    line-height: 39.18px;
  }
}
#section-1 .tab-content-box .chance-circle span {
  font-size: 34px;
  line-height: 35px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #section-1 .tab-content-box .chance-circle span {
    font-size: 56px;
    line-height: 83px;
  }
}
#section-1 .tab-content-box .tab-content-box-inner-scroll {
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: auto;
  height: 100%;
  padding: 20px;
  gap: 20px;
}
@media (min-width: 1024px) {
  #section-1 .tab-content-box .tab-content-box-inner-scroll {
    flex-direction: column;
    padding: 40px 50px;
    gap: 30px;
  }
}
#section-1 .tnc-remarks {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}
#section-1 .tnc-remarks a {
  color: #000;
  text-decoration: underline;
}

#section-2 {
  background: linear-gradient(180deg, rgb(212, 249, 232) 0%, rgb(248, 255, 251) 75.23%);
}
#section-2 .img-bg-wave {
  top: -149px;
  height: 150px;
}
#section-2 .img-pool-ring {
  top: -100px;
  left: 2%;
  width: 150px;
}
@media (min-width: 1024px) {
  #section-2 .img-pool-ring {
    top: -120px;
    left: 17.5%;
    width: 200px;
  }
}
@media (min-width: 1600px) {
  #section-2 .img-pool-ring {
    top: -149px;
    left: 15%;
    width: 300px;
  }
}
#section-2 .img-star {
  top: -50px;
  right: -25px;
  width: 150px;
}
@media (min-width: 1024px) {
  #section-2 .img-star {
    top: -20px;
    right: 17.5%;
    width: 200px;
  }
}
@media (min-width: 1600px) {
  #section-2 .img-star {
    right: 15%;
    width: 300px;
  }
}
#section-2 .steps-container {
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  #section-2 .steps-container {
    padding: 0;
    gap: 100px;
    flex-direction: row;
  }
}
#section-2 .steps-container .left {
  width: 100%;
}
@media (min-width: 1024px) {
  #section-2 .steps-container .left {
    text-align: end;
    width: 50%;
  }
}
#section-2 .steps-container .left .img-step {
  max-width: 360px;
}
@media (min-width: 1440px) {
  #section-2 .steps-container .left .img-step {
    max-width: 260px;
  }
}
#section-2 .steps-container .right {
  width: 100%;
}
@media (min-width: 1024px) {
  #section-2 .steps-container .right {
    width: 50%;
  }
}
#section-2 .tnc-remarks {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
#section-2 .tnc-remarks a {
  color: #000;
  text-decoration: underline;
}

#section-3 {
  margin-bottom: 60px;
  background: linear-gradient(180deg, rgb(212, 249, 232) 0%, #fff 100%);
}
@media (min-width: 1024px) {
  #section-3 {
    margin-bottom: 120px;
  }
}
#section-3 .img-bg-wave {
  top: -149px;
  height: 150px;
}
#section-3 .img-pool-ring {
  top: -100px;
  left: 2%;
  width: 150px;
}
@media (min-width: 1024px) {
  #section-3 .img-pool-ring {
    top: -120px;
    left: 17.5%;
    width: 200px;
  }
}
@media (min-width: 1600px) {
  #section-3 .img-pool-ring {
    top: -149px;
    left: 15%;
    width: 300px;
  }
}
#section-3 .img-star {
  top: -50px;
  right: -25px;
  width: 150px;
}
@media (min-width: 1024px) {
  #section-3 .img-star {
    top: -20px;
    right: 17.5%;
    width: 200px;
  }
}
@media (min-width: 1600px) {
  #section-3 .img-star {
    top: -120px;
    right: 15%;
    width: 300px;
  }
}
#section-3 .box-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  min-height: 350px;
  padding: 30px;
}
@media (min-width: 1024px) {
  #section-3 .box-content {
    flex-direction: row;
    gap: 40px;
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  #section-3 .box-content {
    padding: 0 95px 0 150px;
  }
}
@media (min-width: 1024px) {
  #section-3 .box-content .left img {
    transform: scale(1.1);
    transform-origin: bottom left;
  }
}
#section-3 .box-content .right {
  text-align: start;
}
@media (min-width: 1024px) {
  #section-3 .box-content .right {
    margin-left: 50px;
    padding: 20px 0;
  }
}
#section-3 .box-content .right .btn-cta {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #section-3 .box-content .right .btn-cta {
    margin: 0;
  }
}

.btn-cta {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 60px;
  width: 100%;
  background: linear-gradient(180deg, rgb(0, 128, 119) 0%, rgb(0, 92, 86) 100%);
}
@media (min-width: 1024px) {
  .btn-cta {
    font-size: 24px;
    line-height: 26px;
  }
}

.floating-btn {
  position: fixed;
  right: 35px;
  bottom: 65px;
  background: linear-gradient(314deg, rgb(255, 254, 220) 0.08%, rgb(242, 239, 155) 100%);
  box-shadow: 16px, 24px, 24px, rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  z-index: 999;
  width: 100px;
  height: 100px;
}
@media (min-width: 1024px) {
  .floating-btn {
    width: 120px;
    height: 120px;
    right: 105px;
    bottom: 65px;
  }
}
.floating-btn p {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #095642;
}

.en .tab-content-box .btn-cta {
  max-width: 250px !important;
}/*# sourceMappingURL=reward.css.map */