@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC: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;
}

.mobile-only {
  display: none;
}

.isMobile .mobile-only {
  display: inline;
}

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

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

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

.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 img{
  margin-bottom: 15px;

}
.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;
  -ms-user-select: none;
  user-select: none;
}

.reward-remark {
  font-size: 14px;
  line-height: 20px;
}

.isMobile .reward-remark {
  margin-top: 9px;
  display: block;
  font-size: 14px;
  line-height: 25px;
}

html {
  --main-color: #0f4b41;
  --sec-color: #0d6e14;
}

.tc body > * {
  font-family: "Noto Sans TC", Arial, sans-serif;
}

.sc body > * {
  font-family: "Noto Sans SC", Arial, sans-serif;
}

body > * {
  color: #424242;
}

@media (max-width: 768px) {
  .max768-hide {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .min769-hide {
    display: none !important;
  }
}
@media (max-width: 1239px) {
  .max1239-hide {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .min1240-hide {
    display: none !important;
  }
}
#logo_area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.sm-font {
  font-size: 14px !important;
  line-height: 20px !important;
}

.lg-font {
  font-size: 120% !important;
}

.pre {
  white-space: pre;
}

.text-center {
  text-align: center !important;
}

.page-container {
  width: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.page-container.lg {
  max-width: 1600px;
}

.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-container-fade .swiper-slide-active {
  opacity: 1 !important;
}

.hero-banner {
  position: relative;
}
.hero-banner-img {
  width: 100%;
}
.hero-banner-img img {
  width: 100%;
  object-fit: cover;
}

.kv-deco{
  position: absolute;
  width: 100%;
  height: auto;
  top:0px;
  z-index:3
}

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

.sticky-menu {
  position: sticky;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: start;
  top: 0;
  z-index: 3;
}
.sticky-menu__item {
  cursor: pointer;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  height: 100px;
  transition: all 0.2s ease-in-out;
  z-index: 3;
  background-color: #d9ead3;
}
.sticky-menu__item:nth-child(2) .sticky-menu__inner {
  margin-top: 10px;
  margin-right: 15px;
}
.sticky-menu__item.active {
  height: 120px;
  background-color: #7fde89;
}
.sticky-menu__item.active .sticky-menu__number {
  color: #fff;
  background-color: #0e4b42;
}
.sticky-menu__item.active .sticky-menu__title {
  font-weight: bold;
}
.sticky-menu__item.active .sticky-menu__subtitle {
  font-weight: bold;
}
.sticky-menu__number {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  border-radius: 100%;
  border: 1px solid #0e4b42;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
}
.sticky-menu__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sticky-menu__title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 1.5px;
  color: #055541;
}
.sticky-menu__title .sticky-menu__alert {
  left: 96%;
  top: -23px;
  position: absolute;
  width: 30px;
}
.sticky-menu__title .sticky-menu__alert img {
  object-fit: cover;
}
.sticky-menu__subtitle {
  width: fit-content;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.23px;
  line-height: 27px;
  color: #055541;
}
@media (max-width: 767px) {
  .sticky-menu {
    height: 80px;
  }
  .sticky-menu__item {
    padding: 5px;
    height: 70px;
  }
  .sticky-menu__item.active {
    height: 80px;
  }
  .sticky-menu__item:nth-child(2) .sticky-menu__inner {
    margin-right: 10px;
  }
  .sticky-menu__number {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 18px;
    margin-right: 5px;
  }
  .sticky-menu__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
  }
  .sticky-menu__title .sticky-menu__alert {
    left: 97%;
    top: -16px;
    position: absolute;
    width: 20px;
  }
  .sticky-menu__subtitle {
    display: none;
  }
}

.dotted-gradient-bg {
  display: block;
  top: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  background-image: url(dotted_gradient_l.png), url(dotted_gradient_r.png);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  height: 700px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .dotted-gradient-bg {
    display: none;
  }
}
#main_content_area{
  background-color: #fff;
  max-width: 100vw;
  overflow: hidden;
  min-width: 450px;
}
.section {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
.section__inner {
  position: relative;
  max-width: 1080px;
  width: 100%;
}
@media (max-width: 767px) {
  .section__content {
    overflow: hidden;
    padding: 40px 23px;
  }
}
.section__1  {
  background-color: rgba(255,204,85,0.15);
  background-image: url('../../chi/images/section_1_bg.png');
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
.section__1 .section__inner *:not(img) {
  z-index:1;
}
.section__1  .section__bg {
  max-width: 1200px;
  width: 100%;
  padding-bottom: 145px;

  display: flex;
  justify-content: center;
  background:url(../../chi/images/white_gradient_background.png) center center / 100% auto repeat-y;
}
@media (max-width:1700px) {
  .section__1  .section__bg {
    max-width: unset;
  }
}
.section__1 .section__content {
  padding-top: 87px;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.section__1 .section-title {
  z-index: 4;
}
@media (max-width: 767px) {
  .section__1 .section__content {
    padding-top: 20px;
  }
  .section__1  .section__bg {
    padding-bottom: 60px;
  }
}
.section__2{
  flex-direction: column;
  align-items: center;
  background-color: rgba(255,204,85,0.15);
  background-image: url('../../chi/images/section_2_bg.png');
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.section__2 .section__content {
  max-width: 1150px;
}
@media (max-width: 767px) {
  .section__2 .section__content {
    padding: 60px 20px 40px;
  }
}
.section__3 {
  padding-top: 80px;
  padding-bottom: 85px;
  background: linear-gradient(180deg, #FFFFFF 40%, #FFEFC8 115%);
}
@media (max-width: 1023px) {
  .section__3 {
    padding-top: 40px;
  }
  .section__3 .section-title {
    padding: 0 10%;
  }
}
.section__4 {
  background-image: url('../../chi/images/app_section_background.png');
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
.section__4 .section__inner {
  padding-top: 100px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__4 .section__content {
  gap: 112px;
  width:60vw;
  display: flex;
  flex-direction: column;
}
@media (max-width:1023px) {
  .section__4 .section__inner {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .section__4 .section__content {
    width:100%;
    padding: 0 10%;;
  }
}
.section__remark {
  padding-top: 0px;
}
.section__remark .section__inner{
  padding: 0px 20px;
}
.section__remark a {
  color: #222222;
  transition: color 0.2s ease-out;
  text-decoration: underline;
}
.section__remark a:hover {
  color: var(--sec-color);
}
@media (max-width: 1023px) {
  .section__remark {
    padding-top: 0px;
  }
}
.section__footer{
  text-align:unset ;
}
.section__footer .section__inner {
  width:100vw;
  max-width: unset;
}
.section-title {
  color: #055541;
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  letter-spacing: 2.5px;
  margin-bottom: 15px;
}
.section-title img {
  display: block;
  margin: 12px auto 0;
}
@media (max-width: 767px) {
  .section-title {
    letter-spacing: normal;
    font-size: 34px;
    line-height: 50px;
  }
}

.section-desc {
  font-size: 24px;
  line-height: 38px;
  text-align: center;
}
.section-desc a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .section-desc {
    padding: 0;
    font-size: 22px;
    line-height: 36px;
  }
}

.section-remark-box {
  margin: 0 auto;
  font-size: 16px;
  padding: 10px 36px;
  border: 1px solid rgba(5, 85, 65, 0.2);
  max-width: 900px;
}
@media (max-width: 767px) {
  .section-remark-box {
    padding: 10px 20px;
  }
}

.voucher {
  margin: 50px 0;
  height: 260px;
  width: 100%;
}

.card-swiper__tab-menu {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  background-color: #fff;
  border-radius: 53px;
  padding: 7px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .card-swiper__tab-menu {
    padding: 4px;
  }
}
.card-swiper__tab-menu-item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 20px;
  color: #0f8570;
  cursor: pointer;
  border-radius: 53px;
  font-weight: 500;
}
.card-swiper__tab-menu-item.active {
  background-color: #0f8570;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .card-swiper__tab-menu-item {
    font-size: 18px;
    line-height: 21px;
    padding: 13px 9px;
    font-weight: normal;
  }
  .card-swiper__tab-menu-item.active {
    font-weight: 600;
  }
}
.card-swiper__tab {
  margin-top: 25px;
}
.card-swiper__tab .swiper {
  overflow: visible;
}
.card-swiper__tab .swiper-wrapper {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .card-swiper__tab {
    margin-top: 50px;
  }
  .card-swiper__tab .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 30px;
    justify-content: center;
  }
  .card-swiper__tab .swiper-slide {
    width: calc(50% - 20px) !important;
    margin: 0 !important;
  }
}
@media (min-width: 1024px) {
  .card-swiper__tab .swiper-slide {
    width: calc(33.3333333333% - 26.6666666667px) !important;
    margin: 0 !important;
  }
}
.card-swiper .flip-card {
  perspective: 2000px;
  height: 450px;
  border-radius: 28px;
}
.card-swiper .flip-card:hover .flip-card__inner {
  transform: rotateY(180deg);
}
.card-swiper .flip-card__inner {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  visibility: visible;
  height: 100%;
}
.card-swiper .flip-card__front,
.card-swiper .flip-card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  visibility: visible;
  border-radius: 28px;
  box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.08);
}
.card-swiper .flip-card__front-inner,
.card-swiper .flip-card__back-inner {
  position: relative;
  border-radius: 28px;
  height: 100%;
}
.card-swiper .flip-card__front {
  border: 10px #fff solid;
  background-color: #f9fdf9;
  padding: 100px 20px;
  height: 100%;
  z-index: 2;
}
.card-swiper .flip-card__front-icn {
  width: 80px;
  margin: 0 auto 25px;
}
.card-swiper .flip-card__front-icn img {
  width: 100%;
}
.card-swiper .flip-card__front-txt {
  font-weight: bold;
  color: #0f8570;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
}
.card-swiper .flip-card__back {
  display: flex;
  flex-direction: column;
  padding: 40px 20px 15px;
  height: 100%;
  background-color: #0f8570;
  border-radius: 28px;
  transform: rotateY(180deg);
  z-index: 1;
}
.card-swiper .flip-card__back-title {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
}
.card-swiper .flip-card__back-txt {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  height: 100%;
}
.card-swiper .flip-card__back-remark {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.card-swiper .flip-card__back-divider {
  flex-shrink: 0;
  background-color: #ffffff;
  margin: 15px auto;
  width: 30px;
  height: 3px;
}
@media (max-width: 767px) {
  .card-swiper .flip-card__back-title {
    font-size: 26px;
    line-height: 40px;
  }
  .card-swiper .flip-card__back-txt {
    font-size: 20px;
    line-height: 30px;
  }
  .card-swiper .flip-card__back-remark {
    font-size: 14px;
  }
  .card-swiper .flip-card__back-divider {
    width: 40px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.card-swiper__pagination-btns {
  display: none;
  margin-top: 50px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}
@media (max-width: 767px) {
  .card-swiper__pagination-btns {
    display: flex;
  }
}
.card-swiper__pagination-next,
.card-swiper__pagination-prev {
  border-radius: 999px;
  width: 50px;
  height: 50px;
  background-color: #055541;
  padding: 6px;
}
.card-swiper__pagination-next::after,
.card-swiper__pagination-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-swiper__pagination-next.swiper-button-disabled,
.card-swiper__pagination-prev.swiper-button-disabled {
  opacity: 50%;
}
.card-swiper__pagination-prev::after {
  transform: rotate(90deg);
}
.card-swiper__pagination-next::after {
  transform: rotate(270deg);
}

.use-mb-app-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 45px 30px;
  cursor: pointer;
  border-radius: 27px;
  background-color: #fff;
  margin: 60px auto 0;
  box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out;
}
.use-mb-app-btn__content {
  position: relative;
  width: fit-content;
  font-size: 28px;
  font-weight: bold;
  color: #0f8570;
}
.use-mb-app-btn__content img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 100%;
  width: 80px;
  margin-right: 50px;
}
.use-mb-app-btn__content::after {
  content: "";
  position: absolute;
  left: 105%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-left: solid 20px rgba(0, 0, 0, 0);
  border-right: solid 20px rgba(0, 0, 0, 0);
  border-top: solid 25px #fff059;
}
.use-mb-app-btn:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .use-mb-app-btn__content {
    padding-left: 30px;
    font-size: 24px;
  }
  .use-mb-app-btn__content img {
    right: calc(100% - 80px);
  }
  .use-mb-app-btn__content::after {
    left: 100%;
    border-left: solid 15px rgba(0, 0, 0, 0);
    border-right: solid 15px rgba(0, 0, 0, 0);
    border-top: solid 20px #fff059;
  }
}

.sticky-app-btn {
  position: fixed;
  background-color: white;
  transition: transform 0.2s ease-in-out;
  box-shadow: 2px 2px 6px 0 rgba(0, 38, 34, 0.25);
  border-radius: 10px;
  cursor: pointer;
  right: 20px;
  bottom: 30px;
  z-index: 999;
  overflow: hidden;
}
.sticky-app-btn__inner {
  mask: linear-gradient(-60deg, #000 30%, rgba(0, 0, 0, 0.3333333333), #000 70%) right/1000% 100%;
  animation: shimmer 4.5s infinite;
  background-color: #7fde89;
  padding: 6px;
}
.sticky-app-btn__icn {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  height: 60px;
}
.sticky-app-btn__icn img {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 60px;
  z-index: 999;
}
.sticky-app-btn__curved-btm {
  position: absolute;
  background-color: #7fde89;
  width: 100%;
  height: 21px;
  bottom: -21px;
}
.sticky-app-btn__curved-btm::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  border-radius: 50%/100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sticky-app-btn__txt {
  padding-top: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  color: #055541;
}
@media (max-width: 767px) {
  .sticky-app-btn__txt {
    font-size: 10px;
  }
}
.sticky-app-btn:hover {
  transform: scale(1.1);
}

/* Unified step guide styles - replacing ebanking-apply, estatement-apply, estatement2-apply */
.e-laisee__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 56px;
  padding:60px 200px 0px 200px;
  justify-content: center;
}
.e-laisee__swiper{
  padding-top: 40px;
  --swiper-navigation-size: 44*44/27
}
.e-laisee__swiper .swiper-slide div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap:56px;
  color: #363636;
  font-size: 24px;
}
.e-laisee__swiper .swiper-slide div>span {
  padding: 0 28px;
}
.e-laisee__swiper .swiper-slide img {
  height: 640px;
  align-self: center;
  justify-self: center;
}
@media (max-width: 767px) {
  .e-laisee__swiper .swiper-slide img {
    height: 475px;
  }
.e-laisee__swiper .swiper-slide div>span {
  font-size: 22px;
}
}

.e-laisee__swiper .swiper-slide {
  opacity: 0 !important;
}
.e-laisee__swiper .swiper-slide-active {
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .e-laisee__swiper {
    width: auto;
    margin-bottom: 30px;
  }
  .e-laisee__swiper + .e-laisee__steps {
    width: auto;
  }
}

.e-laisee__prev {
  top: 75%;
}
.swiper-button-prev{
  left: clamp(50px, calc(52vw - 352px),220px);
}
.e-laisee__prev::after {
  color: #0e4b42;
  font-size: 20px;
  font-weight: bold;
}

.e-laisee__next {
  top: 75%;
}
.swiper-button-next{
  right: clamp(50px, calc(52vw - 352px),220px);
}
.e-laisee__next::after {
  color: #0e4b42;
  font-size: 20px;
  font-weight: bold;
}


@media (max-width: 768px) {
  .e-laisee__prev {
    left: min(20%,40px);
    top: 80%
  }
  .e-laisee__next {
    right: min(20%,40px);
    top: 80%
  }
}

.e-laisee__steps {
  flex: 1;
  display: flex;
  gap:40px
}

.e-laisee__step {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  border: 2px solid #7B4A1E;
  background-color: transparent;
  width: 50px;
  height: 50px;
}
.e-laisee__step.active {
  border: 2px solid #CC9E13;
  background: linear-gradient(141deg, #EFDB97 16.04%, #CC9E13 73.28%, #6D5A49 95.15%);
}

.e-laisee__step:not(:last-child)::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  right: -42px;
  background-color: #7B4A1E;
}

.e-laisee__step.active span {
  color: #fff;
}
.e-laisee__step span {
  color: #7B4A1E;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  padding: 12px;
}

@media (max-width: 767px) {
  .e-laisee__step:not(:last-child)::after {
    width: 20px;
    right: -22px;
  }
  .e-laisee__steps {
    gap: 20px;
  }
}
.e-laisee__prev::after {
  display: none;
}
.e-laisee__prev img {
  width: 66px;
}

.e-laisee__next::after {
  display: none;
}
.e-laisee__next img {
  width: 66px;
}


.ebanking-tab {
  margin-top: 30px;
  overflow: hidden;
}
.ebanking-tab__btns {
  column-gap: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 38px;
}
.ebanking-tab__btn {
  position: relative;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #0e4b42;
  background-color: #d5f1d8;
  border-radius: 38px;
  padding: 18px 13px;
  padding-right: 65px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 24px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ebanking-tab__btn .arrow {
  position: absolute;
  right: 9px;
  width: 50px;
  height: 50px;
  top: 0px;
  bottom: 0;
  border-radius: 999px;
  margin: auto 0;
  background-color: #b1d7ac;
  background-image: url(icon_arrow.svg);
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
}
.ebanking-tab__btn p {
  display: block;
  width: calc(100% - 100px);
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.ebanking-tab__btn.active {
  color: #fff;
  background-color: #0e4b42;
}
.ebanking-tab__btn.active .arrow {
  background: url(icon_arrow_green.svg), linear-gradient(180deg, #ffffff 0%, #d5f1d8 100%);
  background-position: center center, center center;
  background-size: 60%, cover;
  background-repeat: no-repeat, no-repeat;
  rotate: 180deg;
}
@media (max-width: 767px) {
  .ebanking-tab__btn {
    padding: 18px 13px;
    padding-right: 60px;
    margin-bottom: 20px;
  }
  .ebanking-tab__btn p {
    width: fit-content;
    font-size: 22px;
    line-height: 29px;
    margin-left: 20px;
  }
  .ebanking-tab__btn .arrow {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.ebanking-tab__inner {
  display: none;
}
.ebanking-tab__content {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ebanking-tab__content {
    margin-bottom: 20px;
  }
}

.page-container-2 {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.remark-title {
  text-align: center;
  font-size: 40px;
  line-height: 58px;
  color: var(--sec-color);
  font-weight: bold;
  margin-bottom: 40px;
}
.remark-box {
  border: 1px solid #222220;
  padding: 30px;
  width: fit-content;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 32px;
  line-height: 64px;
}
.remark-box a {
  color: #222222;
}
.remark-tnc {
  font-size: 16px;
  line-height: 25px;
}
.remark-tnc ul,
.remark-tnc ol {
  margin-left: 20px;
}
.remark-inner-box {
  border: 1px solid #222220;
  padding: 12px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .remark-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .remark-box {
    font-size: 24px;
    line-height: 48px;
    padding: 15px;
    margin-bottom: 30px;
  }
  .remark-tnc {
    font-size: 14px;
    line-height: 20px;
  }
}

.app-box {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.app-box__title-box {
  position: relative;
  padding: 20px 60px;
  width: 100%;
  background: #0e4b42;
  border-radius: 36px 36px 0 0;
  overflow: hidden;
}
.app-box__title-box::before {
  content: "";
  position: absolute;
  background: rgba(235, 250, 246, 0.11);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.app-box__title-box::after {
  content: "";
  position: absolute;
  right: 13%;
  bottom: 6%;
  background: #0e4b42;
  height: 120%;
  width: 100%;
  transform: skew(-42deg) rotate(-1.5deg);
  border-radius: 15px;
}
.app-box__title-txt {
  position: relative;
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.app-box__content-box {
  border: 1px solid #bebebe;
  border-top: 0;
  padding: 30px 0;
}
.app-box__content-box__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}
.app-box__icon {
  margin-right: 16px;
}
.app-box__qr {
  margin-right: 40px;
}
.app-box__icon,
.app-box__qr {
  flex-shrink: 0;
  height: 150px;
}
.app-box__icon img,
.app-box__qr img {
  height: 100%;
}
.app-box__search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  background: #fff;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: bold;
  user-select: none;
  pointer-events: none;
}
.app-box__search-box img {
  width: auto;
  height: 56.25%;
  aspect-ratio: 1;
}
.app-box .app-download-template {
  width: 62%;
  margin: 0 10px;
}
.app-box .app-download-template > img {
  width: 100%;
}
.app-box .app-col {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.app-box .app-col a {
  width: calc(50% - 2px);
}
.app-box .app-col a img {
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .app-box__title-txt {
    font-size: 26px;
  }
  .app-box__search-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .app-box__title-box {
    padding: 20px 20px;
  }
  .app-box__title-box::before {
    display: none;
  }
  .app-box__title-box::after {
    display: none;
  }
  .app-box__icon {
    height: auto;
    width: 20%;
    margin-right: 5px;
  }
  .app-box__title-txt {
    font-size: 24px;
    line-height: 34px;
  }
  .app-box__content-box {
    padding: 25px 10px;
  }
  .app-box__content-box__inner {
    max-width: 100%;
  }
  .app-box__qr {
    display: none;
  }
  .app-box__search-box {
    padding: 4px 12px;
    height: 38px;
    border-radius: 6px;
    font-size: 10px;
  }
}

.app-template {
  width: 80%;
  max-width: 650px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.app-template .app-icon {
  width: 19%;
}
.app-template .app-icon img {
  width: 100%;
  aspect-ratio: 1/1;
}
.app-template .app-download-template {
  width: 62%;
  margin: 0 10px;
}
.app-template .app-download-template > img {
  width: 100%;
}
.app-template .app-col {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.app-template .app-col a {
  width: calc(50% - 2px);
}
.app-template .app-col a img {
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .app-template {
    width: 100%;
  }
}

.en .flip-card {
  height: 440px;
}
.en .flip-card__front {
  padding-top: 100px;
}
.en .flip-card__front-txt {
  font-size: 24px;
  line-height: 28px;
}
.en .flip-card__back {
  padding: 35px 15px 15px;
}
.en .flip-card__back-title {
  font-size: 22px;
  line-height: 28px;
}
.en .flip-card__back-txt {
  font-size: 16px;
  line-height: 24px;
}
.en .flip-card__back-remark {
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .en .flip-card__back-txt {
    font-size: 18px;
    line-height: 22px;
  }
}
.en .sticky-menu__title {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1.1px;
}
.en .sticky-menu__subtitle {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .en .sticky-menu__title {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: normal;
  }
  .en .sticky-menu__title::before {
    left: -20px;
  }
  .en .sticky-menu__title::after {
    right: -20px;
  }
}
.en .app-box__title-txt {
  font-size: 21px;
}
@media (max-width: 767px) {
  .en .app-box__title-txt {
    font-size: 16px;
  }
}

@keyframes shimmer {
  100% {
    mask-position: left;
  }
}
.remark-tnc p {
  font-size: inherit;
} /*# sourceMappingURL=reward.css.map */


@media (max-width: 767px) {
  .isDesktop {
    display: none;
  }
}

.custom-select-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px auto;
  z-index: 100;
  font-family: inherit;
}

.custom-select-header {
  position: relative;
  background-color: #D5F1D8;
  color: #0E4B42;
  padding: 18px 30px;
  padding-right: 70px;
  border-radius: 38px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.custom-select-header .arrow {
  position: absolute;
  right: 9px;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 999px;
  background: url(icon_arrow_green.svg), linear-gradient(180deg, #ffffff 0%, #d5f1d8 100%);
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.custom-select-container.is-open .custom-select-header {
  border-radius: 38px 38px 0 0;
  background-color: #0e4b42;
  color: #ffffff
}

.custom-select-container.is-open .arrow {
  transform: rotate(180deg);
}

.custom-select-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: none;
  border-radius: 0 0 38px 38px;
  overflow: hidden;
  display: none;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.custom-option {
  padding: 15px 30px;
  color: #0e4b42;
  cursor: pointer;
  font-size: 17px;
  transition: background-color 0.2s;
  text-align: left;
}

.custom-option:last-child {
  border-bottom: none;
}

.custom-option:hover {
  background-color: #F1FCF2;
}

.custom-option.active {
  background-color: #ffffff;
  color: #0F8570;
}

@media (max-width: 767px) {
  .custom-select-header { font-size: 22px; padding-right: 65px; }
  .custom-select-header .arrow { width: 40px; height: 40px; }
  .custom-option { font-size: 20px; }
}

.ebanking-tab__content-section {
  background-color: #ffffff;
  border-radius: 38px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ebanking-tab__content-section {
    width: auto;
    max-width: none;
    padding: 30px 20px;
    border-radius: 30px;
  }
}

.section-smaller-title {
  color: #055541;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.white-bg{
  background-color: white;
  width: 100%;
}

.prize-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-top:100px;

}
.jackpot_img{
  width: 100%;
}
.jackpot_img_mo{
  width: 100%;
  display: none;
}
@media (max-width: 1023px) {
  .jackpot_img{
    display: none;
  }
  .jackpot_img_mo{
    display: block;
  }
}
.prize-container{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
.prize-card{
  display: flex;
  padding: 40px;
  justify-content: start;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border: 2px solid #CC9E13;
  background: linear-gradient(180deg, rgba(252, 247, 228, 0.50) 0%, rgba(252, 247, 228, 0.80) 50%, rgba(252, 247, 228, 0.90) 100%);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
  color: #865223;
}
.prize-card-title {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  /* white-space: nowrap; */
}
.prize-card-content {
  display: flex;
  padding: 0 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-left: 2px solid #CC9E13;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: start;
}

.prize-card-prize-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.prize-card-amount {
  background: linear-gradient(90deg, rgba(234, 193, 83, 0.50) 20.19%, rgba(234, 193, 83, 0.05) 100%);
  padding: 0px 16px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .prize-section{
    flex-direction: column;
    padding-top:40px;
  }
  .prize-container {
    flex-direction: column;

  }
.prize-card-title {
  font-size: 24px;
}
  .jackpot_img{
    width: 65%;
  }
  .prize-card-amount,
  .prize-card-desc {
    font-size: 22px;
  }
  .prize-card{
    padding: 20px 40px;
  }
  .prize-card .lottery_icon{
    height: 40px !important;
    min-height: 40px !important;
  }
}
@media (max-width:767px) {
  .prize-card {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .prize-container{
    padding: 0px 28px;
  }
  .prize-card-content {
    border-left: 0px;
    border-top: 2px solid #CC9E13;
  padding: 0 ;
  }
  .prize-card-prize-content{
    flex-direction: row-reverse;
  }
  .prize-card{
    gap:12px
  }
  .jackpot_img{
    width: 100%;
  }
}


.lottery_method_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-top:152px;
  justify-content: center;
}
.lottery_method_container {
  display: flex;
  width: min(100%, 1080px);
  gap: 32px;
  padding-top:84px
}
.lottery_method_row {
  display: flex;
  padding: 56px 16px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 24px;

  border: 2px solid #CC9E13;
  background-color: white;
  background: linear-gradient(180deg, rgba(252, 247, 228, 0.50) 0%, rgba(252, 247, 228, 0.80) 50%, rgba(252, 247, 228, 0.90) 100%);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
}


.lottery_method_row_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height:100%;
  width:100%;
  gap: 72px;
}

.lottery_method_row span:not(.no-break) {
  color: #7B4A1E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 137.5% */
  padding: 0 16px;
}
.lottery_method_row .btn-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}
.lottery_method_row_content>div{
  width:100%;
}
.lottery_method_row .learn_more_btn {
  background: #CC9E13;
  font-size: 22px;
  font-weight: 700;
  line-height: 1; /* 100% */
  width:-webkit-fill-available;
  align-items: center;
}
.lottery_method_row .learn_more_btn:hover {
  opacity: 0.8;
}
.lottery_method_row .learn_more_btn.reverse {
  background: transparent;
  border: 2px solid #7B4A1E;
  color: #7B4A1E !important;
}
.lottery_method_row .learn_more_btn.instruction {
  background: transparent;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #7B4A1E !important;
}
.lottery_method_row .learn_more_btn.instruction:hover {
  background: transparent;
  transform: translateY(0px);
}
.lottery_icon {
  height: 70px;
  min-height: 70px;
}
.lottery_icon.justpay_icon {
  height: 85px;
  min-height: 85px;
}

.learn_more_btn.isDesktop-show {
  display: block;
}

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

@media (max-width: 1023px) {
  .lottery_method_container {
    flex-direction: column;
  }
  .lottery_method_row {
    gap:20px;
    padding: 28px 32px;
    font-size: 22px;
  }

  .lottery_method_section{
    padding-top:80px;
  }
  .lottery_method_row span:not(.no-break) {
    font-size: 22px;
  }
  .lottery_method_row_content{
    gap:24px
  }
}



.lottery_remind_section{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 96px;
}
.lottery_remind_card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  text-align: left;
  font-size: 20px;
  line-height: 150%; /* 30px */
}
.lottery_remind_card .tips_icon{
  width:48px;
  height: 48px;
}

.learn_more_btn {
  background: #00552F;
  justify-content: center;
  align-items: center;
  color: #FCF7E4 !important;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  padding: 16px 24px;
  width: fit-content;
  text-decoration: none !important;
}
.learn_more_btn:hover {
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.learn_more_btn.instruction {
  background: transparent;
  text-align: left;
  line-height: 28px;
  color: #00552F !important;
  cursor:pointer;
}
.learn_more_btn.instruction:hover {
  transform: translateY(0px);
  background: transparent;
}
.custom_divider {
  width: 100%;
  height: 22px;
  background: linear-gradient(90deg, #EAC153 -0.65%, #D7A640 70.5%, #A9751F 141.64%);
}
.custom_divider_2 {
  width: 100%;
  position: absolute;
}

.justPay_promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 120px 10px
}

.justPay_intro {
  display: flex;
  flex-direction: column;
  width:100%;
  align-items: center;
  gap: 5px;
}
.justPay_intro .section-title {
  text-align: center;
}
.justPay_intro .section-desc {
  text-align: center;
  align-items: center;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.justPay_points_container {
  display: flex;
  flex-direction: column;
  width:100%;
  gap: 72px;
  align-items: flex-start;
}
.justPay_points_container .reverse{
  flex-direction: row-reverse;
}
.justPay_points {
  display: flex;
  justify-content: end;
  align-items: center;
}

.justPay_points_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 12px;
  padding:33px;
  border: 2px solid #CC9E13;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.80) 50%, rgba(255, 255, 255, 0.90) 100%);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
  transform: scale(1.2);
}
.justPay_points_content.right {
  transform-origin: right center;
  padding-left: 240px;
  justify-content: left;
}
.justPay_points_content.left {
  transform-origin: left center;
  padding-right: 240px
  ;
}
.justPay_points_content * {
  scale: 0.83
}

.justPay_points_text {
  display: flex;
  flex-direction: column;
}

.justPay_points_title {
  color: #00552F;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
.justPay_points_desc {
  color: #363636;
  font-size: 20px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.justPay_img.left{
  transform-origin: right center;
}
.justPay_img.right{
  transform-origin: left center;
}
.justPay_img{
  width: min(280px, calc(100% / 2));
  scale: 1.5;
}
.justPay_img_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .justPay_intro .section-title {
    text-align: center;
  }
  .justPay_points{
    flex-direction: column-reverse;
    gap: 24px;
  }
  .justPay_points.reverse{
    flex-direction: column-reverse;
    gap: 24px;
  }
  .justPay_img{
    scale: 1;
    width:100%;
    position: relative;
    top:-80px;
  }
  .justPay_points_container{
    gap:120px;
    padding-top: 80px;
  }
  .justPay_points_content{
    transform: scale(1);
    padding-left: 33px;
    padding-top: 150px;
    margin-top: -240px;
    font-size: 22px;
    gap:24px;
  }
  .justPay_points_content * {
    scale: 1
  }
  .justPay_points_title{
    font-size: 28px
  }
  .justPay_points_desc{
    font-size: 22px
  }
  .justPay_points_content.right{
    padding-left: 33px;
  }
  .justPay_points_content.left {
    padding-right: 33px;
  }
}


@media (max-width: 1023px) {
  .section__inner{
    padding: 0 10%;
  }
  .section__3 .section__inner{
    padding: 0;
  }

  .justPay_promo {
    flex-direction: column;
    padding-bottom: 40px;
    padding-top: 60px
  }
  .justPay_points_container{
    width: 100%;
  }
  .justpay_img_container{
    width: 100%;
  }
  .section-desc {
    text-align: center;
    gap: 40px;
  }
  .btn-container {
    justify-content: center;
  }
}
.svg_divider {
  display: block;
  width: 100%;
  height: 90px;
  background: #fff;
  
  * {
    fill: rgba(255,204,85,0.15);
  }
}
.video-item{
  margin-top:76px;
  width: 60vw;
  height: auto;
  overflow: clip;
  border: 10px solid #EAC153;
  border-radius: 28px;
  aspect-ratio: 16/9;
}
.video-item > iframe{
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  margin: -10px;
  inset: 0;
  border-radius: 28px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width:1023px) {
  .video-item {
    width:100%
  }
}
.app-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
}
.app-container-title{
  font-size: 24px;
}
.app-section {
  display: flex;
  justify-content: center;
  max-width: 522px;
  margin: 0 auto;
  padding-top:56px;
  padding-bottom:22%
}
.app-section .hs-logo {
  width: 23%;
  margin-right: 10px;
  height: auto;
}

.app-col {
  width: 77%;
}
.app-col > img {
  width: 100%;
}
.app-ios-an {
  margin-top: 8px;
  display: flex;
}
.app-ios-an a {
  width: 50%;
}
.app-ios-an a img {
  width: 100%;
}
.app-ios-an a:nth-child(2n-1) {
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .app-container{
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .app-container{
    padding-top: 40px;
  }

  .app-container-title{
    font-size: 22px;
  }
}

.tnc-txt {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  padding-top:56px
}
.tnc-txt ol, .tnc-txt ul {
  margin-left: 20px;
}
.tnc-txt ol li, .tnc-txt ul li {
  padding-bottom: 10px;
}
.tnc-txt a {
  color: #000;
  text-decoration: underline;
}
@media (max-width:767px) {
  .tnc-txt{
    padding-top: 24px;
    font-size:14px;
  }
}
.icon_1 {
  position: absolute;
  width:250px;
  top:-40px;
  right:clamp(-250px,calc(-33vw + 320px) , 0px);
  z-index: 0;
}
.icon_2 {
  position: absolute;
  width:400px;
  top:50%;
  left:calc((100vw - min(100%, 1080px)) / -2);
  z-index: 0;
}
.icon_3 {
  position: absolute;
  width:425px;
  bottom:5%;
  right:calc(425px - 50vw);
  z-index: 0;
}
.red_pocket_bl {
  position: absolute;
  width:400px;
  left:0px;
  bottom:-5%;
}
.red_pocket_br {
  position: absolute;
  width:300px;
  right:0px;
  bottom:0%;
}
.red_pocket_tl {
  position: absolute;
  width:300px;
  left:0px;
  top:55%;
}
.red_pocket_tr {
  position: absolute;
  width:300px;
  right:0px;
  top:55%;
}
 @media (max-width: 1624px) {

  .icon_1 {
    width:150px;
    top:9%
  }
  .icon_2 {
    width:150px;
    top:37%;
  }
  .icon_3 {
    width:200px;
    bottom:2%;
    right:calc((100vw - 1080px) / -2);
  }
}

 @media (max-width: 1023px) {
  .icon_2 {
    width:175px;
    top:35%;
  }
  .icon_3 {
    width:150px;
    bottom:3%;
    right:0px;
  }
  .red_pocket_tr{
    top:57%;
    width:250px
  }
  .red_pocket_tl{
    top:55%;
  }
  .red_pocket_bl{
    left:-80px;
    bottom:-5%;
  }
  .red_pocket_br {
    right:-20px;
    bottom:-2%;
  }
 }
 @media (max-width: 767px) {
  .icon_2 {
    width:125px;
    left:0px;
    top:33%;
  }
  .icon_3 {
    width:125px;
    bottom:5%;
    right:-10px;
  }
  .red_pocket_tl{
    display: none;

  }
  .red_pocket_tr{
    display: none;

  }
  .red_pocket_bl{
    display: none;

  }
  .red_pocket_br{
    display: none;
  }
}

@media (max-width: 600px) {
  .icon_2 {
    top:29%;
  }
}

.no-break {
  white-space: nowrap;
}

.isD2G-mobile{
  display: none;
}

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


section strong{
  color: #7B4A1E;
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(180deg,transparent,transparent 50%, rgba(234, 193, 83, 0.50));
  margin-left: 4px;
  margin-right: 4px;

}
section strong{
  font-size: 28px;

}

.e-laisee__img-container{
  display: flex;
  flex-direction: row;
  width: max(min(100%,100vw), 450px);
  justify-content: space-around;
  padding-bottom: 40px;
}

.e-laisee__img{
  width: 30%;
}