/* Banner Area */
.banner_area {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.banner_area .banner_img {
  position: relative;
  width: 100%;
  transform: scale(1);
  transition: transform 15s ease;
}

.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 {
  padding-bottom: 5px;
  position: relative;
}

#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;
}

.en #footer .copy a {
  width: 50%;
  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 {
  overflow-y: auto;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 30px 15px 10px;
  width: 95%;
  max-width: 45%;
  color: #333;
  line-height: 130%;
  max-height: calc(100% - 130px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  border: 5px solid #006532;
}

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

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

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

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

html {
  --main-green: #055541;
  --sec-green: #B1C5AD;
  --ter-green: #00372D;
  --main-brown: #C39332;
}

:root {
  --plyr-color-main: var(--main-green);
}

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

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

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

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

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

#wrap {
  max-width: 100%;
}

@media (min-width: 992px) {
  .desktop-hide {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mobile-hide {
    display: none !important;
  }
}
.top-banner img {
  width: 100%;
}

.section {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}

.page-container {
  width: 100%;
  max-width: 1335px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

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

.underline-link {
  color: #000;
  text-decoration: underline;
}

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

.line {
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(195, 147, 50);
  background: linear-gradient(90deg, rgba(195, 147, 50, 0) 0%, rgba(195, 147, 50, 0.5) 50%, rgb(195, 147, 50) 100%);
}
.line.reverse {
  background: rgb(195, 147, 50);
  background: linear-gradient(275deg, rgba(195, 147, 50, 0) 0%, rgba(195, 147, 50, 0.5) 50%, rgb(195, 147, 50) 100%);
}

.green-txt {
  color: #0F4B41;
}

.page-title {
  color: #0F4B41;
  font-size: 46px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
}
@media (max-width: 991px) {
  .page-title {
    font-size: 36px;
    line-height: 48px;
  }
}

.page-title-row {
  display: flex;
  align-items: center;
  margin: 80px 0 40px;
}
@media (max-width: 991px) {
  .page-title-row {
    margin: 40px 0 20px;
  }
}
.page-title-row .page-title {
  display: inline-flex;
  align-items: center;
  white-space: pre;
}
.page-title-row .page-title::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/icn_gem.svg");
  margin: 0 18px;
  animation: flipping 1.5s infinite;
}
.page-title-row .page-title::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/icn_gem.svg");
  margin: 0 18px;
  animation: flipping 1.5s infinite;
}
.page-title-row .page-title .goldbar {
  width: 200px;
  padding-left: 12px;
  max-width: initial;
}
@media (max-width: 991px) {
  .page-title-row .page-title .goldbar {
    width: 120px;
  }
}

.page-desc {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .page-desc {
    font-size: 20px;
    line-height: 32px;
  }
}

.referral-terms-note {
  color: #000;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .referral-terms-note {
    font-size: 18px;
  }
}

.tab-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.tab-head .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 26px 12px;
  background-color: #F2F8F1;
  border: 1px solid #B1C5AD;
  border-bottom: none;
  cursor: pointer;
}
.tab-head .tab-btn h3 {
  color: #0F4B41;
  font-size: 35px;
  font-weight: 400;
  line-height: 39px;
  text-align: center;
  margin: 0;
}
.tab-head .tab-btn.active {
  padding: 44px 12px;
  background-color: #0F4B41;
  border: 1px solid #0F4B41;
  border-bottom: 1px solid #0F4B41;
}
.tab-head .tab-btn.active h3 {
  color: #FFF;
  font-weight: bold;
}
.tab-head .tab-btn.active::after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 14px;
  background-color: #B1C5AD;
  border: 1px solid #B1C5AD;
  position: absolute;
  top: -1px;
  left: -1px;
}
@media (max-width: 991px) {
  .tab-head .tab-btn {
    padding: 12px;
  }
  .tab-head .tab-btn h3 {
    font-size: 26px;
    line-height: 38px;
  }
  .tab-head .tab-btn.active {
    padding: 24px 12px;
  }
  .tab-head .tab-btn.active::after {
    height: 8px;
  }
}

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

.tab-hr {
  width: 100%;
  height: 1px;
  background-color: #B1C5AD;
}

/* tab 2 */
.tab-content[data-tag=tab2] .card-body > div {
  text-align: left;
}
@media (max-width: 1100px) {
  .tab-content[data-tag=tab2] .card-row > .desktop-only {
    display: none;
  }
}
.tab-content[data-tag=tab2] .card-link-placeholder-mobile-none {
  visibility: hidden;
}
@media (max-width: 1100px) {
  .tab-content[data-tag=tab2] .card-link-placeholder-mobile-none {
    display: none;
  }
}
@media (min-width: 1101px) {
  .tab-content[data-tag=tab2] .card-row {
    align-items: stretch;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto auto auto auto;
  }
  .tab-content[data-tag=tab2] .card-box {
    display: grid;
    grid-row: span 4;
    height: 100%;
    max-width: none;
    grid-template-rows: auto minmax(0, auto) auto auto;
  }
  @supports (grid-template-rows: subgrid) {
    .tab-content[data-tag=tab2] .card-box {
      grid-template-rows: subgrid;
    }
  }
  .tab-content[data-tag=tab2] .card-head {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 38px 0;
  }
  .tab-content[data-tag=tab2] .card-body {
    min-height: 0;
    overflow-wrap: break-word;
  }
  .tab-content[data-tag=tab2] .hins-box {
    overflow-wrap: break-word;
  }
}

.card-row {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr) auto 1fr;
  padding: 60px 0 0;
}
@media (max-width: 1100px) {
  .card-row {
    grid-template-columns: auto;
    grid-template-row: repeat(3, 1fr);
    gap: 32px;
    padding: 30px 0 0;
  }
}
@media (max-width: 1100px) {
  .card-row .divider {
    display: none;
  }
}
.card-row .divider {
  width: 1px;
  grid-row: 1/span 2;
  grid-column: 3;
  background-color: #275316;
  margin: 0 24px;
}
.card-row > .card-box {
  margin-right: 12px;
  margin-left: 12px;
}

.card-box {
  display: flex;
  flex-direction: column;
  max-width: 398.6666666667px;
}
.card-box .card-head {
  text-align: center;
  position: relative;
  padding: 38px 0;
  background-color: #0F4B41;
}
.card-box .card-head img {
  display: none;
}
.card-box .card-head.prestige {
  background-color: #88af80;
}
.card-box .card-head.preferred {
  background-color: #348D6E;
}
.card-box .card-head.preferred-banking {
  align-items: center;
  background-color: #39b54a;
  display: flex;
  justify-content: center;
}
.card-box .card-head h3 {
  color: #FFF;
  font-size: 35px;
  font-weight: bold;
  line-height: 60px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.card-box .card-head .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.card-box .card-head .arrow-row {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
@media (max-width: 1100px) {
  .card-box .card-head h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
.card-box .card-body {
  flex: 1;
  background-color: #f5f5f5;
  padding: 20px 41px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-box .card-body hr {
  margin: 20px 0;
  border-bottom: 1px solid #B1C5AD;
}
.card-box .card-body .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-box .card-body .card-content p {
  text-align: left;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
.card-box .card-body .card-content p .text-2 {
  font-size: 24px;
}
@media (min-width: 1099px) {
  .card-box .card-body .card-content p .text-2 {
    font-size: 32px;
  }
}
.card-box .card-body .card-content p .text-2 sup {
  top: -20px;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.card-box .card-body .hins-box {
  padding: 20px 12px;
  margin-top: 20px;
  background-color: #E4E4E4;
}
.card-box .card-body .goldbar {
  max-width: 160px;
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .card-box .card-body {
    padding: 20px 30px 25px;
  }
}
.card-box .card-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px 12px;
  margin-top: 30px;
  border: 1px solid #B1C5AD;
  transition: all 0.3s ease;
  cursor: pointer;
}
.card-box .card-link-btn p {
  color: #0F4B41;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.card-box .card-link-btn .arrow {
  display: block;
  width: 44px;
  height: 13px;
  margin-left: 11px;
  background-image: url("./icn_read_more_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.card-box .card-link-btn:hover {
  background-color: #0F4B41;
  border: 1px solid #0F4B41;
}
.card-box .card-link-btn:hover p {
  color: #FFF;
}
.card-box .card-link-btn:hover .arrow {
  background-image: url("./icn_read_more_white.svg");
}
@media (max-width: 1100px) {
  .card-box .card-link-btn {
    padding: 23px 12px;
  }
  .card-box .card-link-btn p {
    font-size: 18px;
  }
}
.card-box.flex-card {
  padding-top: 42px;
  flex-direction: row;
  width: 100%;
}
.card-box.flex-card .promo-container {
  display: flex;
  flex-direction: column;
}
.card-box.flex-card .promo-container .text-2 {
  text-align: left;
}
.card-box.flex-card .text-1 {
  text-align: left;
}
.card-box.flex-card img {
  max-width: 320px;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 12px;
}
@media (max-width: 1100px) {
  .card-box.flex-card {
    display: none;
  }
}
.card-box.span-two {
  grid-column: 1/span 2;
  max-width: unset;
}
.card-box .mobile-only {
  display: none;
}
@media (max-width: 1100px) {
  .card-box .mobile-only {
    display: block;
  }
}
@media (max-width: 1100px) {
  .card-box .desktop-only {
    display: none;
  }
}
.card-box .text-1 {
  font-size: 20px;
}
.card-box .text-2 {
  font-size: 32px;
  white-space: wrap;
  text-wrap: wrap;
}
@media (max-width: 1100px) {
  .card-box {
    max-width: unset;
  }
}

.combine-card-box {
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 10px;
  gap: 10px;
  flex-direction: column;
}
@media (min-width: 1099px) {
  .combine-card-box {
    flex-direction: row;
  }
}
.combine-card-box .card-head-block {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}
@media (min-width: 1099px) {
  .combine-card-box .card-head-block {
    flex-direction: column;
    width: 30%;
  }
}
.combine-card-box .card-head-block .card-head {
  text-align: center;
  position: relative;
  padding: 38px 0;
  background-color: #0F4B41;
  width: 50%;
}
@media (min-width: 1099px) {
  .combine-card-box .card-head-block .card-head {
    width: 100%;
  }
}
.combine-card-box .card-head-block .card-head img {
  display: none;
}
.combine-card-box .card-head-block .card-head.prestige {
  background-color: #88af80;
}
.combine-card-box .card-head-block .card-head.preferred {
  background-color: #348D6E;
}
.combine-card-box .card-head-block .card-head h3 {
  color: #FFF;
  font-size: 35px;
  font-weight: bold;
  line-height: 60px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.combine-card-box .card-head-block .card-head .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.combine-card-box .card-head-block .card-head .arrow-row {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
@media (max-width: 1100px) {
  .combine-card-box .card-head-block .card-head h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
.combine-card-box .card-body {
  flex: 1;
  background-color: #f5f5f5;
  padding: 20px 41px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.combine-card-box .card-body hr {
  margin: 20px 0;
  border-bottom: 1px solid #B1C5AD;
}
.combine-card-box .card-body .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.combine-card-box .card-body .card-content p {
  text-align: left;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
.combine-card-box .card-body .card-content p .text-2 {
  font-size: 24px;
}
@media (min-width: 1099px) {
  .combine-card-box .card-body .card-content p .text-2 {
    font-size: 32px;
  }
}
.combine-card-box .card-body .card-content p .text-2 sup {
  top: -20px;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.combine-card-box .card-body .hins-box {
  padding: 20px 12px;
  margin-top: 20px;
  background-color: #E4E4E4;
}
.combine-card-box .card-body .goldbar {
  max-width: 160px;
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .combine-card-box .card-body {
    padding: 38px 40px;
  }
}
.combine-card-box .card-link-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 12px;
  margin-top: 30px;
  border: 1px solid #B1C5AD;
  transition: all 0.3s ease;
  cursor: pointer;
}
.combine-card-box .card-link-btn p {
  color: #0F4B41;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.combine-card-box .card-link-btn .arrow {
  display: block;
  width: 44px;
  height: 13px;
  margin-left: 11px;
  background-image: url("./icn_read_more_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.combine-card-box .card-link-btn:hover {
  background-color: #0F4B41;
  border: 1px solid #0F4B41;
}
.combine-card-box .card-link-btn:hover p {
  color: #FFF;
}
.combine-card-box .card-link-btn:hover .arrow {
  background-image: url("./icn_read_more_white.svg");
}
@media (max-width: 1100px) {
  .combine-card-box .card-link-btn {
    padding: 23px 12px;
    justify-content: center;
  }
  .combine-card-box .card-link-btn p {
    font-size: 18px;
  }
}
.combine-card-box.flex-card {
  padding-top: 42px;
  flex-direction: row;
  width: 100%;
}
.combine-card-box.flex-card .promo-container {
  display: flex;
  flex-direction: column;
}
.combine-card-box.flex-card .promo-container .text-2 {
  text-align: left;
}
.combine-card-box.flex-card .text-1 {
  text-align: left;
}
.combine-card-box.flex-card img {
  max-width: 320px;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 12px;
}
@media (max-width: 1100px) {
  .combine-card-box.flex-card {
    display: none;
  }
}
.combine-card-box.span-two {
  grid-column: 1/span 2;
  max-width: unset;
}
.combine-card-box .mobile-only {
  display: none;
}
@media (max-width: 1100px) {
  .combine-card-box .mobile-only {
    display: block;
  }
}
@media (max-width: 1100px) {
  .combine-card-box .desktop-only {
    display: none;
  }
}
.combine-card-box .text-1 {
  font-size: 20px;
}
.combine-card-box .text-2 {
  font-size: 32px;
  white-space: wrap;
  text-wrap: wrap;
}
@media (max-width: 1100px) {
  .combine-card-box {
    max-width: unset;
  }
}

.text-1 {
  color: #0F4B41;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-bottom: 8px;
}
.text-1.no-margin-bottom {
  margin-bottom: 0;
}

.text-2 {
  color: #7A5C1E;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}
.text-2 sup {
  color: #0F4B41;
}
.text-2.whitespace-pre {
  white-space: pre;
}

@media (max-width: 991px) {
  .text-1 {
    font-size: 20px;
  }
  .text-2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.step-row {
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
}
@media (max-width: 991px) {
  .step-row {
    flex-direction: column;
  }
}

.step-box {
  flex: 1;
  max-width: 390px;
}
.step-box img {
  display: block;
  max-width: 198px;
  margin: 0 auto;
}
.step-box .page-desc {
  margin-top: 40px;
  text-align: left;
}
@media (max-width: 991px) {
  .step-box {
    margin: 0 auto;
    max-width: 100%;
  }
  .step-box img {
    max-width: 138px;
  }
  .step-box .page-desc {
    margin-top: 20px;
    text-align: center;
  }
}

.step-arrow {
  width: 22px;
  margin: 0 44px;
  align-self: center;
}
.step-arrow img {
  display: block;
}
@media (max-width: 991px) {
  .step-arrow {
    margin: 20px auto;
  }
  .step-arrow img {
    transform: rotate(90deg);
  }
}

.accordion-holder {
  padding: 0;
}
.accordion-holder .accordion-item {
  margin: 18px 0;
  overflow: hidden;
}
.accordion-holder .accordion-item.active .accordion-head .accordion-arrow {
  transform: rotate(180deg);
}
.accordion-holder .accordion-item.active .accordion-body {
  display: block;
}
@media (max-width: 991px) {
  .accordion-holder .accordion-item {
    margin: 10px 0;
  }
}

.accordion-head {
  position: relative;
  cursor: pointer;
  padding: 8px 0 8px 30px;
}
.accordion-head h3 {
  font-size: inherit;
  font-weight: bolder;
}
.accordion-head .accordion-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 17px;
  height: 11px;
  background: url("./arrow_black.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 991px) {
  .accordion-head {
    padding: 4px 0 4px 30px;
  }
}

.accordion-body {
  display: none;
  padding: 15px 0;
  border-top: 1px solid #b1c5ad;
}

.remarks a {
  color: #000;
  text-decoration: underline;
}
.remarks p, .remarks h3, .remarks li {
  font-size: 18px;
  line-height: 25px;
}
.remarks ol, .remarks ul {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .remarks p, .remarks h3, .remarks li {
    font-size: 14px;
  }
}

@keyframes flipping {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
/* section 1 */
#sec-1 .page-desc {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #sec-1 .page-desc {
    margin-bottom: 10px;
  }
}

/* section 2 */
#sec-2 {
  padding: 0 0 100px;
}
@media (max-width: 991px) {
  #sec-2 {
    padding: 0 0 50px;
  }
}

/* section 3 */
#sec-3 {
  padding: 80px 0;
  background-color: #EFEFEF;
}
#sec-3 .footer_state_area {
  padding-bottom: 0;
}

.isD2G #sec-3 .footer_state_area {
  padding-bottom: 60px;
}

.isDaaSC #sec-3 .footer_state_area {
  padding-bottom: 60px;
}

.en .line {
  width: 25%;
}
.en .green-txt {
  white-space: normal;
}
@media (max-width: 991px) {
  .en .page-title {
    font-size: 30px;
    line-height: 42px;
  }
}
.en .page-title-row .page-title {
  white-space: normal;
}
@media (max-width: 991px) {
  .en .page-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.en .card-row {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1100px) {
  .en .card-row {
    grid-template-columns: auto;
    grid-template-row: repeat(2, 1fr);
  }
}
.en .card-box .card-link-btn {
  padding: 18px 12px;
}

.green-table {
  width: 100%;
  margin: 40px auto;
  overflow-x: auto;
}
.green-table table {
  width: 100%;
  min-width: 1000px;
  text-align: center;
}
.green-table td {
  width: 33.3333333333%;
  padding: 16px;
}
.green-table td .text-1 {
  font-size: 22px;
  line-height: 26px;
}
.green-table td .text-2 {
  font-size: 28px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .green-table td .text-1 {
    font-size: 20px;
  }
  .green-table td .text-2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.green-table__head td:not(:last-child) {
  border-right: 3px solid #FFF;
}
.green-table__head td {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  background-color: #0F4B41;
}
.green-table__head td.prestige {
  background-color: #88af80;
}
@media (max-width: 991px) {
  .green-table__head td {
    font-size: 20px;
    line-height: 32px;
  }
}
.green-table__body td {
  background-color: #f5f5f5;
  position: relative;
}
.green-table__body td span {
  display: block;
  color: #FFF;
  font-size: 16px;
  background-color: #7A5C1E;
  padding: 3px 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.green-table__body td:not(:last-child) {
  border-right: 3px solid #FFF;
}
.green-table__body:not(:last-child) td {
  border-bottom: 3px solid #FFF;
}

@media (max-width: 1170px) {
  .green-table__body:nth-child(3) td:nth-child(2), .green-table__body:nth-child(3) td:nth-child(3) {
    padding-top: 40px;
  }
}

.green-table > p {
  margin-top: 20px;
}

.des-br {
  display: none;
}

@media (min-width: 1024px) {
  .des-br {
    display: block;
  }
}
.sticky-bottom {
  position: fixed;
  z-index: 30;
  bottom: 0px;
  width: 100%;
  transition: transform 0.5s ease-out;
}
.sticky-bottom .link-box {
  text-align: center;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link:first-child a {
    text-align: center;
  }
  .sticky-bottom .bottom-link .link-box {
    margin-top: 0 !important;
    padding: 5px 0 !important;
  }
  .sticky-bottom .bottom-link .link-box .mobile-open-icon {
    height: 20px !important;
    margin-right: 4px !important;
  }
  .sticky-bottom .bottom-link span {
    font-size: 18px;
  }
  .sticky-bottom .sticky-wrapper {
    align-items: flex-start !important;
  }
}
.sticky-bottom .sticky-wrapper {
  background-color: var(--main-green);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 30px 10px;
}
@media (max-width: 970px) {
  .sticky-bottom .sticky-wrapper {
    padding-top: 0;
    height: auto;
  }
}
.sticky-bottom .imgtitle-container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 50px;
  justify-content: center;
}
@media (max-width: 970px) {
  .sticky-bottom .imgtitle-container {
    height: 100%;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sticky-bottom .imgtitle-container img {
    height: 50px;
    width: 45px;
  }
  .sticky-bottom .imgtitle-container span.img-title {
    width: 100%;
  }
}
.sticky-bottom .imgtitle-container img {
  margin-right: 15px;
  height: 50px;
  width: 45px;
  vertical-align: bottom;
}
@media (max-width: 970px) {
  .sticky-bottom .imgtitle-container img {
    margin-right: 0px;
  }
}
.sticky-bottom .imgtitle-container span.img-title {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 3px;
  padding-top: 10px;
}
@media (max-width: 970px) {
  .sticky-bottom .imgtitle-container span.img-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 970px) {
  .sticky-bottom .imgtitle-container {
    padding-bottom: 10px;
  }
}
.sticky-bottom .bottom-link {
  width: 100%;
  font-size: 26px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: transform 0.2s ease-out;
  justify-content: center;
  margin: 12px 0;
}
.sticky-bottom .bottom-link .link-box {
  flex-wrap: wrap;
  align-items: center;
  transition: transform 0.2s ease-out;
}
.sticky-bottom .bottom-link .link-box:hover {
  transform: scale(1.05);
}
.sticky-bottom .bottom-link .link-box .mobile-open-icon {
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link .link-box:nth-child(3) {
    width: 100%;
    justify-content: center;
    margin-top: 6px;
    margin-right: 20px;
  }
}
.sticky-bottom .bottom-link .link-box:last-child {
  margin-right: 20px;
}
.sticky-bottom .bottom-link a {
  color: #fff;
  text-decoration: none;
}
.sticky-bottom .bottom-link-anchor:hover {
  transform: scale(1.05);
}
.sticky-bottom .bottom-link:last-child a {
  position: relative;
}
.sticky-bottom .bottom-link:last-child a:after {
  content: "";
  background: url(icon_openwindow_white.png) no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
.sticky-bottom .bottom-link span {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  line-height: 45px;
}
.sticky-bottom .bottom-link hr {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  height: 30px;
  width: 1px;
  margin: 0 60px;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link hr.mobile-hide {
    display: none;
  }
}
.sticky-bottom .bottom-link hr:nth-child(2) {
  margin: 0px 60px;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link hr {
    margin: 0 16px !important;
  }
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link {
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    margin: 0;
  }
  .sticky-bottom .bottom-link span {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .sticky-bottom .bottom-link .link-box:nth-child(3) a {
    padding: 6px 20px;
  }
  .sticky-bottom .bottom-link:first-child {
    margin-top: 10px;
  }
  .sticky-bottom .bottom-link:last-child a {
    position: relative;
  }
  .sticky-bottom .bottom-link:last-child a:after {
    content: "";
    background: url(icon_openwindow_white.png) no-repeat;
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    position: absolute;
    right: -14px;
    transition: 0.3s ease-out;
  }
  .sticky-bottom .bottom-link:last-child a:last-child {
    margin-right: 10px;
  }
  .sticky-bottom .bottom-link:last-child .link-box-icon-wrap-mobile {
    text-align: center;
    width: 100%;
  }
  .sticky-bottom .bottom-link:last-child .link-box-icon-wrap-mobile a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
  }
  .sticky-bottom .bottom-link:last-child .link-box-icon-wrap-mobile a:after {
    position: static;
    right: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: 10px !important;
  }
}
.sticky-bottom .bottom-link br.break-sm {
  display: none;
}
@media (max-width: 546px) {
  .sticky-bottom .bottom-link br.break-sm {
    display: block;
  }
}
.sticky-bottom .bottom-link br.break-md {
  display: none;
}
@media (max-width: 970px) {
  .sticky-bottom .bottom-link br.break-md {
    display: block;
  }
}

.no-icon {
  margin-right: 0px !important;
  line-height: 30px;
}
.no-icon:after {
  display: none;
}

@media (max-width: 991px) {
  #sec-1 .page-desc {
    line-height: 40px;
  }
}

.tab-content[data-tag=tab1] .card-row {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .tab-content[data-tag=tab1] .card-row {
    gap: 0px;
  }
}
.tab-content[data-tag=tab1] .card-box {
  flex-direction: row;
  max-width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .tab-content[data-tag=tab1] .card-box {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .tab-content[data-tag=tab1] .card-box .text-2 {
    font-size: 24px;
  }
}
.tab-content[data-tag=tab1] .card-box .card-head {
  width: 30%;
}
@media (max-width: 768px) {
  .tab-content[data-tag=tab1] .card-box .card-head {
    width: 100%;
  }
}
.tab-content[data-tag=tab1] .card-box .card-body {
  padding: 38px 40px;
}

.extra-reward-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .extra-reward-row {
    grid-template-columns: 150px 1fr;
    margin-top: 32px;
  }
  .extra-reward-row .horse-coin-icon {
    grid-column: 1/-1;
    grid-row: 2;
    width: 80%;
    justify-self: center;
  }
}
.extra-reward-row .extra-reward-text {
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .extra-reward-row .extra-reward-text {
    margin-left: 0;
  }
}
.extra-reward-row .title {
  color: #0F4B41;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .extra-reward-row .title {
    font-size: 28px;
  }
}
.extra-reward-row .desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.extra-reward-row .desc span {
  color: #7A5C1E;
}
.extra-reward-row .desc sup {
  font-size: 18px;
}

#sec-1 .page-desc {
  font-size: 32px;
  color: #0F4B41;
}
@media (max-width: 991px) {
  #sec-1 .page-desc {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  #sec-1 .page-desc {
    font-size: 24px;
  }
}

#sec-1 .page-desc-small {
  color: #0F4B41;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  #sec-1 .page-desc-small {
    font-size: 20px;
    line-height: 32px;
  }
}

.step-row-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .step-row-title {
    font-size: 20px;
  }
}

.step-row-subtitle {
  text-align: center;
  font-size: 24px;
  text-decoration: underline;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .step-row-subtitle {
    font-size: 20px;
  }
}

.registration-steps-accordion {
  margin-top: 32px;
}
.registration-steps-accordion .accordion-item {
  margin: 0 0 20px;
  border-radius: 10px;
  background: #f3f3f3;
}
.registration-steps-accordion .accordion-body {
  padding: 30px;
  border-top: 0;
  background: #fff;
}
.registration-steps-accordion .accordion-head .accordion-arrow {
  left: auto;
  right: 24px;
}
@media (max-width: 991px) {
  .registration-steps-accordion {
    margin-top: 20px;
  }
  .registration-steps-accordion .accordion-item {
    margin-bottom: 16px;
  }
  .registration-steps-accordion .accordion-body {
    padding: 20px 16px;
  }
  .registration-steps-accordion .accordion-head .accordion-arrow {
    right: 16px;
  }
}

.registration-steps-accordion-head {
  padding: 18px 56px 18px 24px;
}
.registration-steps-accordion-head h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
}
.registration-steps-accordion-head .registration-steps-title-icon {
  width: 40px;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .registration-steps-accordion-head {
    padding: 16px 48px 16px 16px;
  }
  .registration-steps-accordion-head h3 {
    gap: 8px;
    font-size: 20px;
  }
  .registration-steps-accordion-head .registration-steps-title-icon {
    width: 32px;
  }
}

.mt-80 {
  margin-top: 80px;
}

.step-row-registration-visual .step-box img {
  max-width: 320px;
  max-height: 530px;
}

@media (min-width: 992px) {
  #step-1-clone .step-box {
    max-width: 300px;
    display: grid;
    grid-template-rows: 483px auto;
    align-content: start;
  }
  #step-1-clone .step-box.step-box-double-image {
    max-width: 620px;
  }
  #step-1-clone .step-arrow {
    margin: 80px 12px 0;
  }
  #step-1-clone .step-box-double-image .step-image-pair {
    display: flex;
    gap: 8px;
    justify-content: center;
  }
  #step-1-clone .step-box-double-image .step-image-pair img {
    width: calc(50% - 4px);
    max-width: 300px;
    max-height: 530px;
  }
  #step-1-clone .step-box > img[src$="screencap_3_sc.png"] {
    height: 483px;
    width: auto;
    align-self: start;
  }
  #step-1-clone .step-box:last-child > img {
    align-self: center;
  }
}
@media (max-width: 991px) {
  #step-1-clone .step-box-double-image .step-image-pair {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  #step-1-clone .step-box-double-image .step-image-pair img {
    max-width: 100%;
  }
}/*# sourceMappingURL=reward.css.map */