<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stickyNav-panelList .box-cta .btn {
  display: flex !important;
}

.nw {
  white-space: nowrap !important;
  font-size: inherit !important;
}

#navigation-page-sticky .sticky-anchor,
.stickyNav-wrapper .h4,
.accordion-title span {
  font-family: "kurious-looped" !important;
}

#navigation-page-sticky .stickyNav-panelWidgets .btn {
  white-space: break-spaces !important;
  padding: 0 !important;
}


.has-sticky #navigation-footer .footer-slogan {
  padding-bottom: 56px !important;
  height: 112px !important;
}

/* .stickyNav-panelList .box-cta .btn {
  display: none !important;
} */

@media screen and (min-width:1200px) {
  .has-sticky #navigation-footer .footer-slogan {
    padding-bottom: 0 !important;
    height: 56px !important;
  }
}

/*############################ preload ###################################*/
.dim-page {
  opacity: 0 !important;
}

.g-load-div {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  background: var(--cr-light);
}

.g-load-div2 {
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  background: var(--cr-light);
  display: block;
  width: 101%;
  /* height: 75%; */
  /* margin: auto; */
  /* margin-top: 35%; */
  min-height: 80vh;
}

.g-loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.g-loader {
  border: 5px solid var(--cr-green);
  border-radius: 100%;
  border-top: 5px solid #d7d7d7;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  -webkit-animation: spin 2000ms linear infinite;
  animation: spin 2000ms linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*================ default ==================*/
:root {
  --cr-light: #ffffff;
  --cr-black: #111111;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-border: #e7e7e7;
  --cr-red: #f00;
  --cr-warning: #ec4546;
  --cr-warning2: #b91213;
  --tsition: 0.3s ease-in-out;
  --radius: 8px;
}

.icw p {
  margin: 0;
}

.icw {
  color: var(--cr-gray);
}

.icw img {
  margin: 0 auto;
}

a.link {
  position: relative;
  color: var(--cr-green);
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

a.link:hover {
  text-decoration: underline;
  color: #00873f;
}

.text-green {
  color: var(--cr-green) !important;
}
.text-green2 {
  color: #098966 !important;
}

p {
  margin: 0;
}

/*============================== Hidden &amp; Visible ===============================*/
.hide {
  display: none !important;
}

.show-w1199 {
  display: none;
}

.show-w1024 {
  display: none;
}

.hide-w1024 {
  display: block;
}

.show-w991 {
  display: none;
}

.show-w767 {
  display: none;
}

.show-w414 {
  display: none;

}

.show-w375 {
  display: none;
}

.show-w360 {
  display: none;
}

.show-w280 {
  display: none;
}


.hide-w767 {
  display: block;
}

.icw .accordion .accordion-content .f-20-16 {
  font-size: 20px !important;
  margin-bottom: 8px !important;
}
.f-18-16 {
  font-size: 18px !important;
}
.f-16-18 {
  font-size: 16px !important;
}
.f-18 {
  font-size: 18px !important;
  margin-bottom: 8px !important;
}
.m-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 1199px) {
  .show-w1199 {
    display: block;
  }

  .hide-w1199 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .show-w1024 {
    display: block;
  }

  .hide-w1024 {
    display: none;
  }
}

@media (max-width: 991px) {
  .show-w991 {
    display: block;
  }

  .hide-w991 {
    display: none;
  }
}

@media (max-width: 767px) {
  .show-w767 {
    display: block;
  }

  .hide-w767 {
    display: none;
  }

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

  .desc.mb-16 {
    font-size: 13px !important;
    text-align: center !important;
  }
  .icw .accordion .accordion-content .f-20-16 {
    font-size: 16px !important;
  }
  .f-18-16 {
    font-size: 16px !important;
  }
  .f-16-18 {
    font-size: 18px !important;
  }
}

@media (max-width: 414px) {
  .show-w414 {
    display: block;
  }

  .hide-w414 {
    display: none;
  }
}

@media (max-width: 375px) {
  .show-w375 {
    display: block;
  }

  .hide-w375 {
    display: none;
  }
}

@media (max-width: 360px) {
  .show-w360 {
    display: block;
  }

  .hide-w360 {
    display: none;
  }
}

@media (max-width: 280px) {
  .show-w280 {
    display: block;
  }

  .hide-w280 {
    display: none;
  }
}

.icw .section {
  position: relative;
}

.btn-expire {
  background-color: #CCCCCC !important;
  color: #999999 !important;
  pointer-events: none;
  width: 100%;
  /* max-width: 307px; */
}

.btn-expire i,
.btn-expire span {
  display: none;
}

.btn-expire .text-btn-expire {
  display: inline-block;
}

@media (min-width: 1024px) {
  .btn-expire {
    max-width: 307px !important;
  }
}

/*============================== LAYOUT ===============================*/
.icw button,
.icw input,
.icw select,
.icw textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  min-width: inherit;
  font: inherit;
  text-transform: none;
  text-align: left;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icw input::placeholder {
  color: #999;
}

.icw .container:before,
.icw .container:after {
  content: "";
  display: table;
  clear: both;
}

.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.icw .container {
  max-width: 1172px;
  overflow: hidden;
}

.icw .container-xs {
  max-width: 830px;
}

.icw .container-sm {
  max-width: 930px;
}

.icw .container-md {
  max-width: 1030px;
}

.icw .a-left {
  text-align: left;
}

.icw .a-center,
.a-center {
  text-align: center;
}

.icw .a-right {
  text-align: right;
}

.icw .row-0 {
  margin: 0px;
}

.icw .row-0&gt;div {
  padding: 0px;
}

.icw .row-20 {
  margin: 0 -10px;
}

.icw .row-20&gt;div {
  padding: 0 10px;
}

.icw .row-flex {
  display: flex;
  flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
  align-items: center;
}

.icw .row-flex&gt;div {
  float: none;
}

.icw .row-flex&gt;.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.icw .row-flex&gt;.col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.icw .row-flex&gt;.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.icw .row-flex&gt;.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.icw .item-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 8px;
  /* overflow: hidden; */
}

.icw .item-list:after {
  content: "";
  display: table;
  clear: both;
}

.icw .item-list&gt;li {
  float: left;
}

.icw .item-list .swiper-slide {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.icw .item-list .swiper-pagination-bullet {
  border: 1px solid #ddd;
}

.icw .item-list .swiper-pagination-bullet-active {
  border: none;
}

.icw .item-list .title {
  text-align: left;
  font-size: 18px;
  line-height: 27px;
}

.icw .item-list .btn {
  width: 100%;
  height: 40px;
}

/* .icw .item-list .desc {
  margin-bottom: 32px;
} */

.icw .item-list .swiper-pagination {
  padding-top: 32px;
}

.icw .section {
  position: relative;
}

.icw .section .sc-inner {
  position: relative;
  overflow: hidden;
}

.icw .section .sc-heading {
  text-align: center;
}
.icw .mt-8 {
  margin-top: 8px;
}

@media screen and (min-width: 200px) {
  .section .sc-inner {
    padding: 48px 0;
  }

  .section .sc-heading {
    margin-bottom: 24px;
  }

  .icw .mt-5 {
    margin-top: 5px;
  }

  /* .btn-free {
    display: none !important;
  } */
}

@media screen and (min-width: 768px) {

  /* .btn-free {
    display: inline-flex !important;
  } */

  .section .sc-inner {
    padding: 64px 0;
  }

  .section .sc-heading {
    margin-bottom: 32px;
  }

  .icw .mt-md-15 {
    margin-top: 15px;
  }
}

/*============================== button ===============================*/
.icw .btn {
  padding: 0 32px;
  width: auto;
  min-width: 120px;
  font-family: "kurious-looped";
  font-weight: 600;
  border: 0;
  font-size: 16px;
  height: 48px;
  background: transparent;
  color: var(--cr-gray);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: var(--radius);
  transition: var(--tsition);
  line-height: 1.5em;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: +1;
  /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.icw .btn:hover,
.icw .btn:active:hover,
.icw .btn.active:hover,
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover {
  color: var(--cr-gray);
  background-color: transparent;
  outline: 0;
  outline-offset: 0;
}

.icw .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: var(--tsition);
  opacity: 0;
}

.icw .btn:hover:before {
  left: 0;
  opacity: 1;
}

.icw .btn.disabled,
.icw .btn.disabled:hover {
  color: var(--cr-gray);
  background-color: transparent;
  border-color: var(--cr-border);
  opacity: 0.5;
}

.icw .btn.fluid {
  width: 100%;
  min-width: inherit;
}

.icw .btn.btn-primary {
  background: var(--cr-green);
  color: var(--cr-light);
  transition: all 0.8s, color 0.3s 0.3s;
}

.icw .btn.btn-primary i {
  font-size: 21px;
  vertical-align: middle;
  margin-right: 8px;
}

.icw .btn.btn-primary:hover {
  background: var(--cr-green);
  color: var(--cr-light);
  border-color: var(--cr-green);
}

.icw .btn.btn-primary:before {
  background-color: #0bc160;
}

.icw .btn.btn-secondary {
  background: var(--cr-light);
  color: var(--cr-green);
}

.icw .btn.btn-secondary:hover {
  background: var(--cr-light);
  color: var(--cr-light);
}

.icw .btn.btn-secondary:before {
  background-color: var(--cr-green);
}

/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev,
.swiper-initialized .swiper-button-next:before,
.swiper-initialized .swiper-button-prev:before {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev,
.swiper-initialized:hover .swiper-button-next:before,
.swiper-initialized:hover .swiper-button-prev:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.swiper-initialized:hover .swiper-button-next.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 0.35;
}

.swiper-initialized:hover .swiper-button-next.swiper-button-disabled.swiper-button-lock,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled.swiper-button-lock {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 48%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  z-index: 1;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  transition: var(--tsition);
}

.how-to-redeem-slide .swiper-button-next,
.how-to-redeem-slide .swiper-button-prev {
  top: 38%;
}

.swiper-button-next {
  right: 16px;
}

.swiper-button-prev {
  left: 16px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  left: 2px;
  border-top: 2px solid var(--cr-light);
  border-left: 2px solid var(--cr-light);
  visibility: visible;
  transition: var(--tsition);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-button-next:before {
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.swiper-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
  text-align: center;
  margin: 0;
  padding-top: 32px;
  position: relative;
  bottom: 0;
}

.swiper-pagination-bullet {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 4px;
  outline: none;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ddd;
  opacity: 1;
  transition: var(--tsition);
}

.swiper-pagination-bullet-active {
  background: var(--cr-green);
  border-color: var(--cr-green);
  opacity: 1;
  width: 24px;
}

.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

/* .swiper-horizontal
  &gt; .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0;
} */

.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: var(--tsition);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(1);
}

@media screen and (max-width: 1024px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
    display: none;
  }
}

@media screen and (max-width: 991px) {

  .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
  }

  .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 4px;
  }
}

@media screen and (max-width: 767px) {

  .swiper-horizontal&gt;.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction,
  .swiper-pagination {
    padding-top: 24px;
  }
}

/*============================== swiperswiper ===============================*/
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--cr-green) !important;
  border-radius: 8px;
  width: 24px;
  /* transition: width 300ms; */
}

/*############################ section-banner ###################################*/
.campaign-code {
  text-align: right;
}

.campaign-code span {
  background-color: #f4fef8;
  border-radius: 8px;
  padding: 8px;
  color: #006530;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
}

.header-campaign {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  margin-top: 24px;
}

/* .header-campaign div:first-child {
  width: 50%;
} */

.section-banner .header-campaign .h1 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}

.section-banner .header-campaign h2 {
  text-align: left;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 0;
}

.section-banner h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-align: left;
}

.section-banner .sc-inner {
  padding: 24px 0;
}

.header-campaign img {
  width: 100px;
  min-width: 100px;
}

/* .section-banner h1 {
  font-size: 33px;
  line-height: 50px;
  color: #00a94f;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 8px;
} */

.section-banner h1 img {
  width: 100px;
  margin: 0;
}

.section-banner h2 {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.section-banner p {
  color: #333;
}

.campaign-card {
  display: flex;
  margin-top: 24px;
  justify-content: center;
}

.campaign-card .card {
  position: relative;
}

.img-icon {
  position: absolute;
  left: 0px;
  top: -10px;
  width: 32px;
}

.campaign-card .card svg {
  fill: #fff;
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 0.625rem;
  height: auto;
  transition: fill 0.2s;
}

.campaign-card .card svg:first-child {
  animation-delay: 0.2s;
  width: 0.375rem;
  fill: #fff;
  margin-right: -4px;
}

.arrow-moving {
  position: absolute;
  bottom: 16px;
  left: 50%;
  display: flex;
  gap: 4px;
  transform: rotate(90deg);
  margin-left: -5px;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

@media screen and (min-width: 768px) {
  .header-campaign {
    gap: 24px;
    margin-top: 32px;
  }

  .img-icon {
    left: 16px;
    top: -10px;
    width: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .campaign-card {
    display: none;
  }

  /* .section-banner h1 {
    font-size: 42px;
    line-height: 63px;
  } */

  .section-banner h2 {
    margin-bottom: 0;
  }

  .section-banner .sc-inner {
    padding: 24px 0 56px;
  }

  .header-campaign img {
    width: 175px;
  }

  .section-banner .header-campaign .h1 {
    display: inline-block;
    font-size: 33px;
    line-height: 50px;
  }

  .section-banner h3 {
    text-align: left;
    font-size: 26px;
    line-height: 36px;
  }

  .section-banner p {
    text-align: left;
    font-size: 24px;
    line-height: 39px;
    margin-top: 8px;
  }

  .section-banner p .f-26 {
    font-size: 26px;
  }
}

/*############################ sc-promotion ###################################*/
.g-tab-list {
  font-size: 16px;
  font-weight: 600;
}

.g-tab-button {
  border-left: 1px solid #cbcbcb !important;
  height: 58px;
}

.g-float-head {
  height: 76px;
}

.g-float {
  top: -8px;
  /* background: rgb(248, 240, 229);
  background: linear-gradient(90deg,
      rgba(248, 240, 229, 1) 0%,
      rgba(244, 235, 218, 1) 100%); */
  box-shadow: 0 5px 26px -5px rgba(0, 0, 0, 0.15);
  background: #fff;
}

#award {
  overflow: hidden;
}

.icw .content-wrapper {
  overflow: visible;
}

.g-float-button {
  margin-top: 6px !important;
  height: 58px;
}

.g-float-wrapper {
  padding: 16px 0 !important;
  margin-left: 0 !important;
}
.float-tab-link.active {
  color: #fff !important;
}

.g-float-label {
  line-height: 24px;
  padding-bottom: 8px;
  padding-top: 12px;
}

.g-float-button {
  border-left: 1px solid #cbcbcb !important;
}

.g-tab-toggle-content {
  margin-bottom: 24px;
}

.float-tab-link {
  padding: 8px 16px !important;
  margin-bottom: 8px !important;
  font-weight: 600;
  color: #333;
  border: solid 1px #999;
  background: #fff;
  border-radius: 8px;
  line-height: 38px;
  margin-right: 8px !important;
}

.float-tab-link.active {
  background: #00a94f;
  color: #fff;
}

.g-float-head::after {
  left: 0;
  right: 0;
  border-bottom: 1px solid #cbcbcb;
}

.sc-promotion#pro50 {
  background: rgb(0, 172, 159);
  background: linear-gradient(145deg,
      rgba(0, 172, 159, 1) 0%,
      rgba(0, 186, 127, 1) 100%);
}

.sc-promotion#pro50::before {
  content: "";
  position: absolute;
  width: 734px;
  height: 734px;
  right: 0;
  top: 0;
  background-image: url(../img/promotion/bg_card-register_green.png);
  background-size: cover;
}

.sc-promotion#pro12 {
  background: rgb(253, 249, 242);
  background: linear-gradient(145deg,
      rgba(253, 249, 242, 1) 0%,
      rgba(232, 214, 182, 1) 100%);
}

.sc-promotion#pro12::before {
  content: "";
  position: absolute;
  width: 734px;
  height: 734px;
  right: 0;
  top: 0;
  background-image: url(../img/promotion-2/bg_overlay-section12.png);
  background-size: cover;
}

.sc-promotion#pro12 .promotion-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.sc-promotion#pro12 .promotion-heading h2 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
  text-align: right;
}

.sc-promotion#pro12 .header-promotion {
  margin-bottom: 20px;
}

.sc-promotion .sc-inner {
  padding: 0 0 36px;
  z-index: 5;
}

.sc-promotion .header-promotion {
  margin-bottom: 11px;
  text-align: center;
}

.sc-promotion .header-promotion img {
  width: 166px;
}

.text-left {
  text-align: right;
}

.accordion-title.active.noclick {
  background: #fff !important;
  color: #333 !important;
  padding-bottom: 0 !important;
  pointer-events: none !important;
}

.sc-promotion#pro50 .promotion-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom:24px;
  margin-top: 32px;
}

.sc-promotion#pro50 .promotion-heading p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
  white-space: nowrap;
}

.sc-promotion#pro50 .promotion-heading span {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
}

.sc-promotion#pro50 .promotion-heading strong {
  text-shadow: 2px 2px 4px rgba(11, 44, 45, 0.6);
  font-size: 112px;
  /* line-height: 117px; */
  color: #FFF;
  position: relative;
  top: 20px;
}

.sc-promotion#pro50 p.text-right span {
  font-size: 33px;
  line-height: 66px;
}

.sc-promotion#pro50 .text-l span {
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}

.sc-promotion#pro50 h2 {
  color: #fff;
  text-align: right;
}

.sc-promotion#pro50 .promotion-heading h2 strong {
  text-shadow: 2px 2px 4px rgba(11, 44, 45, 0.6);
}

.sc-promotion#pro50 h2 span {
  font-size: 16px;
  line-height: 24px;
}

.promotion-heading {
  display: block;
}

.promotion-heading p {
  font-size: 33px;
  line-height: 63px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 14px;
  text-shadow: 2px 2px 4px rgba(11, 44, 45, 0.6);
}

.promotion-heading span {
  font-size: 42px;
  line-height: 63px;
  text-shadow: 2px 2px 4px rgba(11, 44, 45, 0.6);
}

.sc-promotion h2 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000;
}

.f-13 {
  font-size: 13px !important;
}

.text-dark {
  color: var(--cr-dark) !important;
}

.sc-promotion.sc-profreedining h2 {
  font-size: 20px;
  line-height: 30px;
}

.percentage img {
  width: 147px;
  max-width: 147px;
}

.sc-promotion h3 {
  font-size: 20px;
  line-height: 30px;
  color: #111;
  text-align: center;
  margin-bottom: 12px;
}

.sc-promotion .articles-list {
  position: relative;
  overflow: hidden;
  margin: 0 -16px !important;
}

.sc-promotion .articles-list.single {
  margin: 0 !important;
}

.sc-promotion .item-list {
  padding: 0;
  list-style: none;
  padding: 0 16px;
}

/* .item-list-slide .swiper-wrapper {
  padding: 0 16px;
} */

.item-list-slide {
  border-radius: 0 !important;
}

.item-list-slide .swiper-slide {
  max-width: 300px;
}

/* 
.sc-promotion .articles-list.single .item-list {
  max-width: 364px;
} */

.sc-promotion .item-list&gt;li {
  width: calc(100%);
  padding: 8px;
  float: none;
}

.sc-promotion .wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
}

.sc-promotion .how-to-redeem-slider .wrapper {
  display: block;
  text-align: center;
}

.sc-promotion .articles-list.single .thumb {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
}

.sc-promotion .thumb {
  display: inline-block;
}

.sc-promotion .thumb&gt;img {
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
  object-position: top center;
}

.how-to-redeem-slide img {
  max-width: 220px;
}

.sc-promotion .content {
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 16px 24px 24px;
}

.sc-promotion .content .title {
  color: var(--cr-dark);
  height: 54px;
  overflow: hidden;
  display: -webkit-box;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sc-promotion .content .desc {
  color: var(--cr-gray);
  overflow: hidden;
  display: -webkit-box;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 32px;
  -webkit-line-clamp: 2;
  font-family: "kurious-looped";
  font-weight: 500;
  -webkit-box-orient: vertical;
}

.sc-promotion .content .link {
  color: var(--cr-green);
  text-decoration: underline;
  font-weight: 600;
}

.sc-promotion .action {
  text-align: center;
  margin-top: 32px;
}

.sc-promotion .action .btn {
  height: 40px;
  line-height: 40px;
  min-width: 167px;
}

.g-tab-list {
  margin-right: 16px !important;
}

.g-content {
  padding-top: 24px;
}

.g-tab-toggle::before {
  left: 0;
  right: 0;
}

.register-2 {
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  margin-top: 90px;
  padding: 0 20px 24px;
}

.img-register-2 {
  margin-top: -90px;
  margin-bottom: 32px;
}

.img-register-2 img {
  width: 226px;
}

.register-2 .head {
  color: #333 !important;
  font-size: 20px;
  line-height: 30px !important;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}

.register-2 .desc {
  color: #333 !important;
  line-height: 24px !important;
  margin-bottom: 8px;
}

.register-2 .desc .green {
  color: #00A94F;
}

.register-2 .desc-2 {
  margin-top: 8px;
  margin-bottom: 16px;
  color: #333;
  font-size: 13px;
  line-height: 20px !important;
  display: inline-block;
  margin-top: 16px;
}

.register-2 .btn.btn-primary {
  height: 40px;
  width: 100%;
}

.how-to-redeem-slide {
  margin-bottom: 24px;
}

.how-to-redeem-slide .swiper-pagination-bullet {
  background-color: #ddd;
}

.how-to-redeem-slide .swiper-pagination-bullet-active-main {
  background-color: #00a94f;
}

.how-to-redeem-slide .wrapper {
  display: block;
  text-align: center;
}

.zoom {
  text-align: center;
  padding-top: 8px;
}

.zoom p {
  color: #00a94f !important;
  font-weight: 600;
}

.zoom i {
  font-size: 18px;
  vertical-align: middle;
}

.content-wrapper {
  overflow: hidden;
}

.content-slide-promotion {
  text-align: center;
  margin-top: 8px;
}

.content-slide-promotion .num {
  font-size: 13px;
  line-height: 20px !important;
  font-weight: 600;
  color: #111 !important;
}

.content-slide-promotion .desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #333 !important;
  font-weight: 500 !important;
}

.sc-promotion.sc-profreedining {
  background: rgb(241, 252, 234);
  background: linear-gradient(145deg,
      rgba(241, 252, 234, 1) 0%,
      rgba(249, 255, 245, 1) 100%);
  position: relative;

  /* background: linear-gradient(156.55deg, #FFFBEE 0.5%, #FFF6DB 115.71%); */
}


.sc-promotion.sc-profreedining::after {
  content: "";
  position: absolute;
  width: 734px;
  height: 734px;
  right: 0;
  top: 0;
  background-image: url(../img/profreedining/bg_overlay-section-registernow.png);
  background-size: cover;
  z-index: 1;
}

.sc-promotion.sc-profreedining h2 span {
  font-size: 24px;
  line-height: 30px;
}

.icw .header-2 {
  text-align: center;
  display: block;
  color: #111;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 18px;
}

.icw .header-3 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

.wrapper-btn {
  text-align: center;
  margin-bottom: 24px;
}

.wrapper-btn a:nth-child(1) {
  margin-bottom: 24px;
}

.profreedining-list {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.f-13-gray {
  margin-bottom: 4px !important;
  color: #666;
  font-weight: 500 !important;
}


.profreedining-list .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  padding: 16px;
  /* background: rgb(73, 228, 162);
  background: linear-gradient(145deg,
      rgba(73, 228, 162, 1) 0%,
      rgba(1, 116, 93, 1) 100%); */
  background: linear-gradient(148.87deg, #DDC490 4.69%, #FFF8EB 51.52%, #FFEFBE 70.26%, #DDC490 88.69%);
  border: 1px solid;
  border-image-source: linear-gradient(129.32deg, rgba(150, 110, 73, 0.3) 1.67%, rgba(255, 255, 255, 0.3) 35.75%, rgba(66, 43, 16, 0.3) 98.02%);
  color: #fff;
  text-align: center;
  position: relative;
}

.bg-gold {
  background: #E6F6E1 !important;
  margin-bottom: 24px !important;
}

.profreedining-list .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 364px;
  height: 364px;
  background-image: url(../img/profreedining/bg_card-register_gold2.png);
  background-size: cover;
}

.profreedining-list .swiper-slide.expire {
  color: #999;
  background: #CCCCCC;
}

.profreedining-list .swiper-slide.expire h3 {
  color: #999;
}

.profreedining-list .swiper-slide.expire::after {
  background-image: url(../img/profreedining/bg_card-register_gray.png);
}

.profreedining-list h3 {
  color: #111;
  margin-top: 16px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 24px;
}

.profreedining-list h3 .f-20-title {
  color: #00A94F;
  margin-top: 18px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 24px;
}

.c-brown-light {
  color: #b18a3b !important;
  margin-top: 8px !important;
  font-weight: 500;
}

.c-brown {
  color: #666 !important;
  font-weight: 500;
  margin-top: 16px !important;
}

.c-brown.mt-0 {
  color: #333 !important;
}

small.c-brown {
  color:   #76510A !important;
}

.profreedining-list small {
  font-size: 13px;
  line-height: 20px;
}

.mt-0 {
  margin-top: 0 !important;
}

.profreedining-list .swiper-pagination-bullet {
  background-color: #ddd;
}

.profreedining-list .swiper-pagination-bullet-active {
  background-color: var(--cr-green);
}

.sc-promotion.sc-profreedining .btn {
  width: 100%;
  /* min-width: 220px; */
  min-width: fit-content;
  font-size: 20px;
  margin: 12px 0;
  margin-bottom: 0;
}

.res-des {
  height: 146px;
}

.d-inline {
  display: inline !important;
}

.sc-promotion.sc-profreedining a {
  margin: 12px;
}

.sc-promotion.sc-profreedining .accordion .link {
  margin: 0;
}

.register-free {
  transition: unset;
  display: none;
  background-color: #FFF;
}

.register-free.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 200;
  transition: unset;
  display: block;
  text-align: center;
  padding: 16px;
}

.register-free .btn.btn-primary {
  width: 100% !important;
  margin: 0 !important;
  max-width: -webkit-fill-available !important;
}

.sc-promotion .profreedining-list h3 {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .sc-promotion#pro50 .promotion-heading {
    margin-bottom: 32px;
  }
  .sc-promotion.sc-profreedining::after {
    width: 100%;
    height: 100%;
  }

  .profreedining-list h3 .f-20-title {
    font-size: 20px;
  }

  .register-free.fixed {
    display: none;
  }

  .sc-promotion.sc-profreedining .btn {
    max-width: 220px;
  }

  .sc-promotion.sc-profreedining .btn.register-free.fixed {
    position: relative;
    bottom: unset;
    right: unset;
    margin-right: unset;
  }

  .sc-promotion .articles-list.single .thumb {
    border-radius: 8px 0 0 8px;
  }

  .sc-promotion#pro12 {
    background: rgb(252, 251, 246);
    background: linear-gradient(180deg,
        rgba(252, 251, 246, 1) 0%,
        rgba(241, 229, 208, 1) 100%);
  }

  .img-register-2 img {
    width: 270px;
  }

  /* #tab-1.g-tab-toggle-content {
    margin-bottom: 48px;
  } */

  .sc-promotion#pro12 .promotion-heading h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .sc-promotion#pro50 .promotion-heading p {
    text-align: right;
  }

  .sc-promotion#pro50 .text-left div {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .sc-promotion#pro50 .promotion-heading .text-left p {
    font-size: 26px;
    line-height: 39px;
  }

  .sc-promotion#pro50 .promotion-heading span {
    font-size: 20px;
    line-height: 39px;
  }

  .sc-promotion#pro12::before {
    right: unset;
    left: 0;
  }

  .sc-promotion .swiper-slide {
    width: 364px;
  }

  .sc-promotion .item-list&gt;li {
    width: calc(100% / 2);
    padding: 12px;
  }

  .sc-promotion .action {
    margin-top: 40px;
  }

  .sc-promotion .sc-inner {
    padding: 0 0 48px;
  }

  .sc-promotion .header-promotion {
    margin-bottom: 6px;
  }

  .sc-promotion .header-promotion img {
    width: 292px;
  }

  .promotion-heading {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }

  .sc-promotion h2 {
    margin-right: 8px;
    font-size: 26px;
    line-height: 39px;
  }

  .percentage {
    margin-bottom: 0;
  }

  .sc-promotion h3 {
    margin-bottom: 32px;
  }

  .g-tab-list {
    margin-right: 48px !important;
    height: 58px;
    display: flex;
    align-items: center;
  }

  .g-content {
    padding-top: 32px;
  }

  .sc-promotion .thumb {
    border-radius: 8px 0 0 8px;
  }

  .sc-promotion .content .title {
    font-size: 18px;
    line-height: 27px;
  }

  .register-2 .btn.btn-primary {
    max-width: 295px;
  }

  .sc-promotion#pro50::before {
    left: 0;
    right: 0;
  }

  .promotion-heading {
    margin-bottom: 32px;
  }

  .promotion-heading p {
    margin-bottom: 0;
  }

  .how-to-redeem-slide .swiper-slide {
    max-width: 260px;
  }

  .promotion-content .how-to-redeem-slide .swiper-slide {
    max-width: 295px;
  }

  .wrapper-btn {
    text-align: center;
  }

  .sc-promotion.sc-profreedining h2 span {
    font-size: 33px;
    line-height: 50px;
  }

  .sc-promotion.sc-profreedining h2 {
    font-size: 26px;
    line-height: 39px;
  }

  .icw .header-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .icw .header-3 {
    color: #666;
    font-weight: 500;
  }

  /* .profreedining-list {
    margin-bottom: 40px;
  } */

  .f-13-gray {
    margin-bottom: 12px !important;
  }

  .profreedining-list h3 {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (min-width: 992px) {
  .sc-articles .item-list&gt;li {
    width: calc(100% / 3);
  }

  .res-des {
    height: 144px;
  }

  .sc-promotion .articles-list.single .item-list {
    display: flex;
  }

  .sc-promotion .articles-list.single .item-list {
    max-width: 100%;
  }

  .sc-promotion .articles-list.single .wrapper {
    width: 200%;
    /* max-width: 700px; */
  }

  .sc-promotion .articles-list.single .content {
    /* width: 50%; */
    /* height: 420px; */
    border-radius: 0 8px 8px 0;
    padding: 135px 56px;
  }

  .sc-promotion .articles-list.single .item-list .btn {
    max-width: 154px;
  }

  .wrapper-btn a:nth-child(1) {
    margin-bottom: unset;
  }

  .wrapper-btn a {
    margin: 0 12px;
  }

  .sc-promotion.sc-profreedining .header-promotion {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1024px) {

  .sc-promotion .wrapper {
    flex-direction: row;
  }

  .register-2 {
    display: flex;
    padding: 24px 34px;
    justify-content: space-between;
    margin-top: 16px;
    align-items: center;
  }

  .img-register-2 {
    margin-top: -40px;
    margin-bottom: 0;
  }

  .g-tab-button {
    display: block;
  }

  .g-float {
    left: 0;
    right: 0;
    background: linear-gradient(90deg,
        rgba(249, 242, 232, 1) 0%,
        rgba(249, 246, 237, 1) 100%);
    box-shadow: unset;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .sc-articles .wrapper .thumb&gt;img {
    transition: var(--tsition);
    transform: scale(1);
  }

  .sc-promotion .articles-list.single .content {
    width: 35%;
  }

  .sc-articles .wrapper:hover .thumb&gt;img {
    transform: scale(1.1);
  }

  .item-list-slide .swiper-slide {
    max-width: calc(100% / 3);
  }
}

/*############################ popup promotion ###################################*/
.promotion-popup.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 100%;
  z-index: 2004;
}

.promotion-popup.mfp-bg.mfp-ready {
  opacity: 1;
}

.promotion-popup .mfp-container {
  width: 100%;
  height: auto;
  max-width: 1000px;
  position: relative;
  padding: 0;
}

.promotion-popup .mfp-container:before {
  display: none;
}

.promotion-popup .mfp-content {
  background-color: transparent;
  max-width: 100%;
  height: 100%;
  min-height: 96dvh;
  height: auto;
  display: flex;
  align-items: center;
}

.promotion-popup .mfp-content&gt;.promotion-popup {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  background: var(--cr-light);
}

.promotion-popup .main-container {
  margin: 0;
}

.promotion-popup .modal-dismiss {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #00a850;
  color: #fff;
  text-align: center;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotion-popup .modal-dismiss .ic {
  font-size: 12px;
  font-weight: bold;
}

.promotion-popup .modal-dismiss .ic {
  position: relative;
  top: -2px;
  right: -1px;
}

.promotion-popup .promotion-header {
  background: #EDF8F3;
  padding: 16px;
  border-radius: 0;
}

.promotion-popup .promotion-header.align-center {
  align-items: center !important;
  text-align: center !important;
}

.promotion-popup .promotion-header .title {
  margin: 0;
  color: #111;
  font-family: "kurious-looped";
  padding: 24px 0 8px;
}

.promotion-popup .promotion-header .thumb {
  width: auto;
  max-width: none;
  margin-top: 69px;
}

.promotion-popup .promotion-header .thumb&gt;img {
  width: 470px;
  border-radius: 8px;
  margin: 0 auto;
}

.promotion-popup .promotion-header .h-title {
  color: var(--cr-black);
  line-height: 1.5em;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
  font-family: "kurious-looped";
}

.promotion-popup .promotion-header .h-title strong {
  font-weight: 600;
}

.promotion-popup .promotion-header .date {
  color: var(--cr-gray);
  font-size: 13px;
  font-family: kurious-looped;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
  margin-bottom: 24px;
}

.promotion-popup .promotion-header .desc {
  color: var(--cr-dark);
  line-height: 1.5em;
  margin: 0;
  font-size: 16px;
  font-family: "kurious-looped";
  font-weight: 500;
}

.promotion-popup .promotion-header .desc.mt-16 {
  font-size: 13px;
}

.promotion-popup .promotion-header ul {
  margin: 0;
  color: #333;
  padding-left: 32px;
  line-height: 24px;
  font-family: "kurious-looped" !important;
}

.promotion-popup .promotion-header .action {
  padding-top: 24px;
}

.promotion-popup .promotion-header .action .btn {
  border-radius: 8px;
  background: var(--cr-green);
  padding: 8px 24px;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--cr-light);
  display: block;
  max-width: unset;
}

.promotion-popup .promotion-header .action .btn.hide-w767 {
  display: none;
}

.promotion-popup .promotion-header .action .btn.show-w767 {
  display: block;
}

.promotion-popup .promotion-header .action .btn i {
  font-size: 21px;
  vertical-align: middle;
  margin-right: 10px;
}

.promotion-popup .promotion-content {
  background-color: var(--cr-light);
  border-top: 5px solid #098966;
  padding: 32px 16px 24px;
  overflow: hidden;
}

.promotion-popup .promotion-content p {
  margin: 0;
  font-family: "kurious-looped" !important;
}

.promotion-popup .promotion-content i {
  color: #00a94f;
  font-size: 24px;
  vertical-align: middle;
}

.promotion-popup .promotion-content a {
  color: #00a94f;
}

.promotion-popup .promotion-content.-head {
  padding-top: 72px;
  border-top: 0;
}

.promotion-popup .promotion-content .nowrap {
  white-space: nowrap;
}

.promotion-popup .promotion-content .pro-title {
  margin: 0 0 16px;
  color: var(--cr-black);
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 500;
  font-family: "kurious-looped";
}

.promotion-popup .promotion-content .pro-title strong {
  font-weight: 600;
}

.promotion-popup .promotion-content .pro-subtitle {
  color: var(--cr-gray);
  font-size: 16px;
  font-family: kurious-looped;
  font-weight: 500;
  line-height: 2em;
  margin: 0 0 16px;
}

.promotion-popup .promotion-content ul.pro-subtitle {
  padding: 0 0 0 1.2em;
  margin: 0 0 16px;
}

.promotion-popup .promotion-content .title {
  margin: 0 0 8px;
  color: var(--cr-dark);
  line-height: 1.5em;
  font-size: 20px;
  font-weight: 500;
  font-family: "kurious-looped";
}

.promotion-popup .promotion-content .title strong {
  font-weight: 600;
}

.promotion-popup .promotion-content .title.a-center {
  text-align: center;
}

.promotion-popup .promotion-content .title .text-green {
  color: var(--cr-green);
}

.promotion-popup .promotion-content .hint-scroll {
  display: none;
}

.promotion-popup .promotion-content .table {
  width: 100%;
  border-spacing: 0;
  min-width: 880px;
}

.promotion-popup .promotion-content .table {
  padding: 0;
  margin: 0;
  width: 100%;
  border-spacing: 0;
  border: 0.5px solid #e8e8e8;
  border-radius: 8px;
}

.promotion-popup .promotion-content .table th,
.promotion-popup .promotion-content .table td {
  padding: 24px 8px;
  border: 0.5px solid #e8e8e8;
  color: var(--cr-gray);
  text-align: center;
  line-height: 1.5em;
}

.promotion-popup .promotion-content .table tr:first-child th:first-child {
  border-top-left-radius: 8px;
}

.promotion-popup .promotion-content .table tr:first-child th:last-child {
  border-top-right-radius: 8px;
}

.promotion-popup .promotion-content .table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.promotion-popup .promotion-content .table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.promotion-popup .promotion-content .table th {
  background-color: var(--cr-green);
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 600;
  color: var(--cr-light);
}

.promotion-popup .promotion-content .table td {
  font-size: 16px;
  font-weight: 500;
  font-family: "kurious-looped";
  line-height: 1.5;
  color: var(--cr-gray);
}

.promotion-popup .promotion-content .table td.a-left {
  text-align: left;
}

.promotion-popup .promotion-content .table td strong {
  font-weight: 600;
}

.promotion-popup .promotion-content .table tr:nth-child(odd) td {
  background: #fafafa;
}

.promotion-popup .promotion-content .table tr:nth-child(even) td {
  background: #fff;
}

.promotion-popup .promotion-content .mcscroll+.title {
  margin-top: 32px;
}

.promotion-popup .promotion-content .mcscroll+.list {
  margin-top: 32px;
}

.promotion-popup .promotion-content .mcscroll+.desc {
  margin-top: 32px;
}

.promotion-popup .promotion-content .list {
  padding: 0 0 0 1.2em;
  margin: 0 0 16px;
}

.promotion-popup .promotion-content .list&gt;li {
  color: var(--cr-gray);
  font-size: 16px;
  font-family: kurious-looped;
  font-weight: 500;
  line-height: 2em;
}

.promotion-popup .promotion-content .desc {
  color: var(--cr-gray);
  line-height: 2em;
  margin: 0;
  font-size: 16px;
  font-family: kurious-looped;
  font-weight: 500;
}

.promotion-popup .promotion-content .desc strong {
  font-weight: 600;
}

.promotion-popup .promotion-content .desc.a-center {
  text-align: center;
}

.promotion-popup .promotion-content .desc .text-green {
  color: var(--cr-green);
}

.promotion-popup .promotion-content .desc+.desc {
  margin-top: 16px;
}

.promotion-popup .promotion-content .image-icon {
  margin: 32px auto;
  width: 140px;
}

.promotion-popup .promotion-content .image-icon+.desc {
  margin-top: 16px;
}

.promotion-popup .promotion-content .action {
  padding-top: 32px;
}

.promotion-popup .promotion-content .action .btn {
  height: 40px;
  width: 100%;
  background: var(--cr-green);
  color: var(--cr-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.promotion-popup .promotion-content .sc-faqs {
  background: #fafafa;
  padding: 16px;
  margin: 0 -16px -16px;
}

.promotion-popup .promotion-content .sc-faqs .accordion-group {
  padding: 0;
  display: block;
}

.promotion-popup .promotion-content .sc-faqs .accordion-group .accordion {
  max-width: 100%;
}

.promotion-popup .promotion-content .step-slide {
  position: static;
  margin-bottom: 32px;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.promotion-popup .promotion-content .step-slide .content .desc {
  margin-bottom: 0;
  color: var(--cr-dark);
  line-height: 1.5em;
}

.promotion-popup .promotion-content .hr {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
}

.promotion-popup .promotion-end {
  border-radius: 0px 0px 0 0;
  padding: 8px 16px 16px;
}

.promotion-popup .promotion-end .note {
  border-radius: 8px;
  background-color: #fff;
  padding: 8px 14px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-family: "kurious-looped" !important;
}

.promotion-popup .promotion-end .note&gt;div {
  margin-bottom: 8px;
}

.promotion-popup .promotion-end .note p.text-green {
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 0;
}

.promotion-popup .promotion-end .note p {
  display: inline-block;
  margin-bottom: 0;
}

.promotion-popup .promotion-end .note span {
  text-decoration: underline;
  font-weight: 600;
}

.promotion-popup .promotion-end .sub-list {
  padding: 0 0 0 1.2em;
  margin: 0;
}

.promotion-popup .promotion-end .sub-list&gt;li {
  color: var(--cr-gray);
  font-size: 13px;
  font-family: kurious-looped;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-popup .promotion-end .sub-list&gt;li strong {
  font-weight: 600;
}

.promotion-popup .sc-faqs {
  background: #EDF8F3;
  padding: 0 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: -1px;
}

#kbank-live.promotion-popup .sc-faqs {
  background: #f4f4f4;
  padding: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: -1px;
}

.f-33 {
  font-size: 33px !important;
}

/* .promotion-popup .accordion-group {
  padding: 16px 0 0;
} */

#kbank-live.promotion-popup .sc-faqs .accordion .accordion-title,
#kbank-live.promotion-popup .sc-faqs .accordion {
  margin: 0;
}

.g-tab-list h2 {
  font-size: 16px;
  font-weight: 600;
  color: #999;
}

.g-tab-list.active h2 {
  color: #333;
}

.icw .text-red2 {
  color: #ffc2c2 !important;
}

.b-mb {
  font-weight: 600 !important;
}

@media screen and (min-width: 768px) {
  .mb-8-pc {
    margin-bottom: 8px !important;
  }

  .promotion-popup .promotion-header.align-center {
    text-align: left !important;
  }
  .b-mb {
    font-weight: 500 !important;
  }

  .w-50 {
    width: 65%;
  }

  .promotion-list .content h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .promotion-popup .mfp-container {
    width: 96%;
    /* margin: 120px auto; */
    margin: auto;
  }

  .promotion-popup .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .promotion-popup .modal-dismiss {
    top: -15px;
    right: -15px;
    position: absolute;
  }

  .promotion-popup .mfp-content&gt;.promotion-popup {
    min-height: unset;
    background: transparent;
  }

  .promotion-popup .promotion-header {
    padding: 32px;
    border-radius: 8px 8px 0 0;
  }

  .promotion-popup .promotion-header .thumb {
    margin-top: 0;
  }

  /* .promotion-popup .promotion-header .action {
    padding-top: 32px;
  } */

  .promotion-popup .promotion-header .action .btn {
    display: inline-block;
  }

  .promotion-popup .promotion-content {
    padding: 48px 48px 24px 48px;
  }

  .promotion-popup .promotion-content.-head {
    padding-top: 48px;
  }

  .promotion-popup .promotion-content .pro-title {
    font-size: 26px;
  }

  .promotion-popup .promotion-content ul.pro-subtitle {
    margin: 0 0 32px;
  }

  .promotion-popup .promotion-content .sc-faqs {
    background: none;
    padding: 0;
    margin: 0;
  }

  .promotion-popup .promotion-content .step-slide {
    max-width: inherit;
  }

  .promotion-popup .promotion-end {
    background: #fff;
    padding: 0 48px 48px;
    margin-top: -1px;
  }

  .promotion-popup .promotion-end .note {
    font-size: 16px;
    text-align: center;
  }

  .promotion-popup .accordion-group {
    padding-bottom: 32px;
  }

  #kbank-live.promotion-popup .accordion-group {
    padding-bottom: 0;
  }

  .promotion-popup .accordion-group .accordion {
    max-width: unset;
  }

  .promotion-popup .sc-faqs {
    padding: 0 32px;
  }

  #kbank-live.promotion-popup .sc-faqs {
    padding: 16px 32px;
  }

  .promotion-list .content {
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {


  .w-50 {
    width: 50%;
  }

  .promotion-popup .promotion-header .action .btn.hide-w767 {
    display: inline-block;
  }

  .promotion-popup .promotion-header .action .btn.show-w767 {
    display: none;
  }

  .promotion-popup .promotion-header .title {
    padding: 0 0 8px 24px;
  }

  .promotion-popup .promotion-header {
    display: flex;
  }

  .promotion-popup .promotion-header .thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .promotion-popup .promotion-header .thumb&gt;img {
    width: 470px;
    border-radius: 8px;
  }

  .promotion-popup .promotion-header .content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 24px;
    padding-top: 0;
  }
}

/* @media screen and (min-width: 1024px) {
  .promotion-popup .promotion-header {
    background: #EDF8F3;
  }
} */

/*############################ slide promotion ###################################*/
#promotions-slide {
  margin-bottom: 24px;
}

.promotion-list {
  position: relative;
  overflow: visible;
}

.promotion-list.-center {
  justify-content: center;
}

.promotion-list.-center .swiper-slide {
  margin-right: 0 !important;
}

.promotion-list.swiper-free-mode&gt;.swiper-wrapper {
  justify-content: inherit;
}

.promotion-list .swiper-pagination {
  padding-top: 16px;
}

.promotion-list.show-one .swiper-slide {
  width: auto !important;
}

.promotion-list .wrapper {
  /* max-width: 300px; */
  max-width: 88vw;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: grid;
}

.promotion-list .thumb {
  /* max-width: 300px; */
  width: 100%;
  position: relative;
  border-radius: 8px 8px 0 0;
  z-index: 20;
  overflow: hidden;
}

.promotion-list .content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 16px 24px 24px;
  border-radius: 0px 0px 8px 8px;
  margin-top: -1px;
}

.promotion-list .content h2 {
  color: var(--cr-black) !important;
  font-family: "kurious-looped";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.7em;
  -webkit-line-clamp: 3;
  height: 91px;
  -webkit-box-orient: vertical;
  text-align: left !important;
}

.promotion-list .content small {
  font-size: 13px;
  font-family: kurious-looped;
  font-weight: 500;
  color: #666;
  /* margin-bottom: 24px; */
  line-height: 1.5em;
  min-height: 1.5em;
}

.promotion-list .content .c-g {
  font-size: 16px;
  font-family: "kurious-looped";
  font-weight: 500;
  color: #666;
  margin: 0;
  height: 5.4em;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.4em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.promotion-list .content .action {
  margin-top: 24px;
  text-align: left;
}

.promotion-list .content .action .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}

.promotion-list.-center+.promotion-thumb {
  display: none;
}

.promotion-thumb {
  position: relative;
  display: none;
  margin: 0 -16px;
  padding: 40px 0;
}

.promotion-thumb .swiper-wrapper {
  width: auto;
  margin: 0 auto;
}

.promotion-thumb .thumb {
  border-radius: 8px;
  overflow: hidden;
  transition: var(--tsition);
  transform: scale(1);
  background-color: var(--cr-light);
  cursor: pointer;
}

.promotion-thumb .swiper-slide {
  width: 109px !important;
  height: 65px !important;
}

.promotion-thumb .thumb&gt;img {
  width: 100%;
  transition: var(--tsition);
}

.promotion-thumb .swiper-slide .thumb&gt;img {
  opacity: 0.5;
}

.promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb {
  transform: scale(1.055);
}

.promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb&gt;img {
  opacity: 1;
}

.promotion-popup.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 100%;
}

.more-slide {
  margin-bottom: 24px !important;
}

@media screen and (min-width: 768px) {
  /* .sc-promotion .sc-inner {
    padding: 64px 0;
  } */

  .more-slide {
    margin-bottom: 40px !important;
  }

  .promotion-list .content h2 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 8px;
    height: 105px;
  }

  .promotion-list .wrapper {
    max-width: 46vw;
  }
}

@media screen and (min-width: 992px) {

  .header-campaign div:first-child {
    width: auto;
  }

  #promotions-slide {
    margin-bottom: 0;
  }

  .promotion-list.show-one {
    position: relative;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
  }

  .promotion-list.show-one .wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: calc(100vw - 32px);
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 32px;
  }

  .promotion-list.show-one .thumb {
    width: 200%;
    max-width: 580px;
    border-radius: 8px 0 0 8px;
  }

  .promotion-list.show-one .content {
    padding: 40px 48px 48px;
    border-radius: 0 8px 8px 0;
    height: 350px;
  }

  .promotion-list .content .c-g {
    height: 4.2em;
    -webkit-line-clamp: 3;
  }

  .promotion-list.show-one .content .action .btn {
    width: auto;
    min-width: 154px;
  }

  .promotion-list.show-one .swiper-pagination {
    display: none;
  }

  .promotion-list .swiper-button-next,
  .promotion-list .swiper-button-prev {
    top: 55%;
  }

  .promotion-list .swiper-button-next {
    right: 8px;
  }

  .promotion-list .swiper-button-prev {
    left: 8px;
  }

  .promotion-thumb {
    display: flex;
    position: relative;
    max-width: 887px;
    margin: 0 auto;
  }

  .promotion-thumb .swiper-button-next,
  .promotion-thumb .swiper-button-prev {
    top: 85%;
  }

  .promotion-thumb .swiper-button-next {
    right: 50%;
    margin-right: -503px;
  }

  .promotion-thumb .swiper-button-prev {
    left: 50%;
    margin-left: -503px;
  }

  .promotion-thumb .swiper-slide {
    opacity: 0;
    pointer-events: none;
  }

  .promotion-thumb .swiper-slide.swiper-slide-visible {
    opacity: 1;
    pointer-events: visible;
  }
}

@media screen and (min-width: 1200px) {
  .promotion-list.show-one .wrapper {
    max-width: 1140px;
  }

  .promotion-list.show-one .thumb {
    max-width: 700px;
    max-height: 420px;
  }

  .promotion-list.show-one .content {
    padding: 48px 56px 56px;
    height: 420px;
  }

  .promotion-thumb .swiper-slide:hover .thumb {
    transform: scale(1.05);
  }
}

/*############################ iframe popup ###################################*/
.modal-dismiss {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #00a850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-dismiss:hover {
  color: #fff;
}

.iframe-popup {
  z-index: 2004;
}

.mfp-wrap {
  z-index: 2004;
  height: 100dvh !important;
}

.mfp-wrap.mfp-ready .mfp-container {
  padding: 0;
}

.mfp-content {
  max-width: 100%;
}

.mfp-wrap.mfp-ready .mfp-content {
  height: 100%;
}

.iframe-content {
  padding: 80px 16px 16px;
}

.iframe-popup-content p {
  font-family: 'kurious-looped';
}

iframe {
  width: 100%;
  height: 100%;
}

.iframe-header {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin-top: 0;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .mfp-wrap.mfp-ready .mfp-content {
    height: auto;
    margin: 48px auto;
  }

  .mfp-content {
    background-color: transparent;
  }

  .iframe-popup-content {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  .iframe-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 48px;
  }

  .mfp-wrap.mfp-ready .mfp-container {
    /* margin: 120px auto; */
    margin: auto auto 24px;
  }

  .modal-dismiss {
    top: -16px;
    right: -16px;
  }

  .iframe-header {
    margin-bottom: 24px;
  }
}

/*############################ accordion ###################################*/
.accordion-action {
  position: relative;
  margin: 0 -16px;
}

.accordion-action .link {
  height: 64px;
  display: flex;
  align-items: center;
  background: var(--cr-light);
  padding: 16px;
  position: relative;
  text-decoration: none;
}

.accordion-action .link&gt;.txt {
  font-size: 16px;
  font-weight: 600;
  color: var(--cr-dark);
}

.accordion-action .link&gt;.ic-nvg {
  font-size: 32px;
  color: var(--cr-green);
  margin-right: 8px;
}

.accordion-action .link:before,
.accordion-action .link:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: var(--cr-green);
  transition: var(--tsition);
  top: 0;
  bottom: 0;
  margin: auto;
}

.accordion-action .link:before {
  position: absolute;
  transform: rotate(45deg);
  right: 23px;
}

.accordion-action .link:after {
  position: absolute;
  transform: rotate(-45deg);
  right: 16px;
}

.accordion-action.active .link:before {
  transform: rotate(-45deg);
}

.accordion-action.active .link:after {
  transform: rotate(45deg);
}

.accordion-group {
  padding: 16px 0 24px;
  list-style: none;
  margin: 0;
}

.accordion-group.active {
  display: block;
}

.accordion-group+.accordion-group {
  margin-top: 16px;
}

.accordion-group .s-title {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.5em;
}

.accordion-group .accordion+.s-title {
  margin-top: 40px;
}

.accordion-group .accordion {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  margin-bottom: 16px;
}

.accordion {
  position: relative;
  border-radius: var(--radius);
  background: var(--cr-light);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.accordion .accordion-title {
  position: relative;
  padding: 16px 50px 16px 16px;
  cursor: pointer;
  color: var(--cr-black);
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "kurious-looped";
  border-radius: 8px 8px 0 0;
  background-color: transparent;
  transition: var(--transition);
  text-align: left;
}

.accordion .accordion-title:after {
  font-family: "iconavigation";
  content: "\e906";
  font-size: 16px;
  line-height: 1;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 17px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion .accordion-title.active:after {
  content: "\e907";
}

.accordion .accordion-title:after,
.accordion .accordion-title:hover {
  color: var(--cr-green);
}

.accordion .accordion-title.active {
  color: var(--cr-light);
  background-color: var(--cr-green);
  margin-bottom: 0;
}

.accordion .accordion-title.active:after {
  color: var(--cr-light);
}

.accordion .accordion-content {
  padding: 16px;
}

.accordion .accordion-content a {
  color: var(--cr-green);
  text-decoration: underline;
  font-weight: 600;
  word-break: break-all;
}

.accordion .accordion-content a.btn {
  background-color: #00a94f;
  color: #fff;
  height: 40px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
  padding: 0 32px;
  font-family: "kurious-looped" !important;
}

.accordion .accordion-content p {
  line-height: 1.5em;
  font-family: "kurious-looped";
  color: #333;
}

.accordion .accordion-content p strong {
  font-weight: 600;
}

.accordion .accordion-content p .link {
  font-weight: 600;
  font-family: "kurious-looped";
}

.accordion .accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion .accordion-content ul {
  margin: 0 0 16px 18px;
  padding: 0;
}

.accordion .accordion-content ul:last-child {
  margin-bottom: 0;
}

.accordion .accordion-content ul&gt;li {
  position: relative;
  list-style-type: disc;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--cr-dark);
}

.accordion .accordion-content ul&gt;li+li {
  margin-top: 5px;
}

.accordion .accordion-content ol {
  margin: 0 0 0.6em 1.2em;
  padding: 0;
}

.accordion .accordion-content ol:last-child {
  margin-bottom: 0;
}

.accordion .accordion-content ol&gt;li {
  position: relative;
  list-style-type: decimal;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--cr-gray);
}

.accordion .accordion-content ol&gt;li+li {
  margin-top: 5px;
}

.accordion .accordion-content .icon {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.accordion .accordion-content .link-tel {
  color: var(--cr-light);
  white-space: nowrap;
  text-decoration: none;
  background-color: var(--cr-green);
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  font-family: "kurious-looped";
  margin: 8px 0;
  margin-right: 16px;
}

.accordion .accordion-content .link-tel .icon {
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.accordion .accordion-content .link-tel+.link-tel {
  margin-right: 0;
}

.accordion .accordion-content .no-phone {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

.accordion .accordion-content a[x-apple-data-detectors].no-phone {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/*.accordion .accordion-content ul.sublist{counter-reset: item}
    .accordion .accordion-content ul.sublist &gt; li{}
    .accordion .accordion-content ul.sublist &gt; li{content: counters(item, ".") " "; counter-increment: item }*/

@media screen and (min-width: 768px) {
  .accordion-action {
    display: none;
  }

  .accordion-group {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion .accordion-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
  }

  .accordion .accordion-content .link-tel {
    display: none;
  }

  .accordion .accordion-content a {
    word-break: keep-all;
  }
}

@media screen and (min-width: 992px) {
  .accordion .accordion-title {
    padding: 16px 50px 16px 24px;
  }

  .accordion .accordion-content {
    padding: 16px 24px;
  }

  .accordion .accordion-content.p24 {
    padding: 24px;
  }
}

/*############################ section-highlight-banner  ###################################*/
@media screen and (min-width: 200px) {
  .section-highlight-banner {
    position: relative;
    overflow: hidden;
  }

  .section-highlight-banner .swiper-pagination {
    position: absolute;
    padding: 0;
    bottom: 36px;
    right: 0;
    left: 0;
    width: 100%;
  }

  .section-highlight-banner .swiper-slide {
    position: relative;
  }

  .section-highlight-banner .image {
    position: relative;
    z-index: 1;
  }

  .section-highlight-banner img {
    width: 100%;
    object-fit: cover;
  }

  .section-highlight-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
  }

  .section-highlight-banner .action {
    padding-bottom: 24px;
    text-align: center;
  }

  .section-highlight-banner .action .btn {
    height: 40px;
    padding: 0 30px;
  }

  .section-highlight-banner .action .btn.hide-w767 {
    display: none;
  }

  .section-highlight-banner .action .btn.show-w767 {
    display: inline-flex;
  }
}

@media screen and (min-width: 768px) {
  .section-highlight-banner .swiper-pagination {
    bottom: 5.5%;
    right: 16px;
    left: auto;
    width: auto;
  }

  .section-highlight-banner .action {
    padding-bottom: 24px;
  }

  .section-highlight-banner .action .btn.hide-w767 {
    display: inline-flex;
  }

  .section-highlight-banner .action .btn.show-w767 {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .section-highlight-banner .swiper-pagination {
    bottom: 48px;
  }

  .section-highlight-banner .action {
    padding-bottom: 32px;
  }

  .section-highlight-banner .action .btn {
    height: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .section-highlight-banner .action {
    padding-bottom: 48px;
    text-align: left;
  }

  .section-highlight-banner .swiper-pagination {
    bottom: 7.5%;
    right: 11%;
  }
}

/*############################ sc-lucky ###################################*/
.icw .section.sc-lucky h2 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
}

.icw .section.sc-lucky .header-2 {
  color: #333;
  font-size: 16px;
}

.sc-lucky .sc-inner {
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .sc-lucky .sc-inner {
    padding-bottom: 80px;
  }

}

/*############################ content-slide ###################################*/

.sc-lucky .content-slide-nav {
  position: relative;
}

.sc-lucky .content-slide-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sc-lucky .content-slide-nav ul&gt;li {
  width: 100%;
  padding: 24px 0;
}

.sc-lucky .content-slide-nav ul&gt;li+li {
  border-top: 1px solid #dbdbdb;
}

.sc-lucky .content-slide-nav .nav-mobile-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.sc-lucky .content-slide-nav .nav-mobile-link:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid var(--cr-green);
  border-right: 2px solid var(--cr-green);
}

.sc-lucky .content-slide-nav .nav-mobile-link .icon {
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: var(--cr-green);
}

.sc-lucky .content-slide-nav .nav-mobile-link .icon&gt;img {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.sc-lucky .content-slide-nav .nav-mobile-link .txt {
  font-weight: 600;
  font-family: "kurious-looped";
  font-size: 16px;
  line-height: 1.5em;
  color: var(--cr-black);
  text-align: left;
  padding-right: 18px;
}

.content-slide {
  position: fixed;
  top: 0;
  left: 100%;
  height: calc(100dvh);
  width: 100vw;
  overflow: auto;
  z-index: 10001;
  transition: .3s ease-in-out;
  padding: 16px;
  pointer-events: none;
  background: #FEFFFE;
  overflow-x: hidden;
}

.content-slide.active {
  left: 0;
  pointer-events: visible;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.detail-slide {
  display: none;
}

.detail-slide.active,
.g-tab-content .detail-slide {
  display: block !important;
}

.back-mobile {
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  text-align: center;
  background: var(--cr-green);
  border-radius: 50%;
  color: var(--cr-light);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-mobile&gt;span {
  position: relative;
  left: 1px;
}

.content-slide-header {
  text-align: center;
  color: #333;
  margin-bottom: 24px;
}

.content-slide-header&gt;p {
  margin-bottom: 16px;
}

.content-slide-header .slide-header-p {
  font-size: 16px;
  margin-top: 8px;
}
.g-content .content-slide-header .slide-header-p {
  font-size: 13px;
  margin-top: 8px;
  font-weight: 500;
}

.content-slide-header p:nth-child(1),
.content-slide-header .f-20 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 4px !important;
}

.content-slide-header p:nth-child(1) .text-green {
  display: block;
}

.content-slide-header p:nth-child(2) {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
}

.table2 {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E8E8E8;
}

.table-slide .swiper-pagination-bullet {
  background-color: #DDD;
}

.table-slide .swiper-pagination-bullet-active {
  background-color: #00A94F;
}

.point-table {
  border-collapse: collapse;
  overflow: hidden;
  margin: 0 !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  width: 100%;
  border-radius: 8px;
}

.point-table td:first-child {
  color: #00A94F;
}

/* sticky table */
/* .point-table td:first-child,.point-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
  
    overflow: hidden;
    border-top-left-radius: 8px;
  } */

.icw .point-table tr.w-td td,
.icw .point-table td {
  /* padding: 16px !important; */
  text-align: center;
  vertical-align: middle;
}

/* .icw .point-table tr:not(.w-td) td:first-child {
    padding: 16px 24px !important;
  } */

.icw .point-table tr.w-td td,
.icw .point-table td {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  border-bottom: 1px solid #E8E8E8;
}

.point-table tbody td.none:first-child {
  width: 12%;
}


.point-table tbody tr.w-td td:last-child {
  overflow: hidden;
  border-top-right-radius: 8px;
}

.point-table tbody tr:last-child td:first-child {
  overflow: hidden;
}

.point-table tbody tr:last-child td {
  border: unset;
}

.table2 .point-table {
  overflow-x: auto;
}
#slide-1 .table2 .point-table {
  overflow-x: hidden;
}

/* .point-table tbody tr:nth-child(odd) td {
    background: #F5FBFA;
  } */
.point-table tbody tr td {
  background: #fff;
  padding: 8px 16px;
  font-size: 13px;
}

.point-table thead tr th {
  padding: 8px 16px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: #00A94F;
  border-right: 1px solid #E8E8E8;
}

.point-table thead tr th:first-child {
  overflow: hidden;
  border-top-left-radius: 8px;
}

.point-table thead tr th:last-child {
  overflow: hidden;
  border-right: 1px solid var(--cr-green)
}

/*############################ content-active ###################################*/
html.content-active,
body.content-active,
body.content-active .icw {
  overflow: hidden;
  /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/
  height: 100%;
}

.icw .main.content-active {
  overflow: hidden;
  /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/
  position: static;
}

html.content-active header {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .g-content .content-slide-header .slide-header-p {
    font-size: 16px;
    margin-top: 8px;
  }
  .icw .section.sc-lucky h2 {
    font-size: 26px;
    line-height: 39px;
  }

  .icw .section.sc-lucky h2 span {
    font-size: 33px;
    line-height: 39px;
  }

  .icw .section.sc-lucky .header-2 {
    margin-bottom: 40px;
  }

  .content-slide-header&gt;div {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .content-slide-header&gt;p {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .point-table thead tr th {
    font-size: 18px;
    line-height: 30px;
    padding: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-lucky {
    background-color: #FAFAFA;
  }

  .sc-lucky .content-slide-nav ul {
    max-width: 266px;
  }

  .sc-lucky .content-slide-nav ul&gt;li {
    padding: 16px 32px 16px 16px;
  }

  .sc-lucky .content-slide-nav .nav-mobile-link:before {
    right: -16px;
  }

  .sc-lucky .content-slide-nav .nav-mobile-link .txt {
    color: #999;
  }

  .sc-lucky .content-slide-nav .nav-mobile-link.active .txt {
    color: #111;
  }

  .content-slide-nav {
    display: flex;
  }

  .content-slide {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #FFF;
  }

  html.content-active,
  body.content-active,
  body.content-active .icw {
    overflow: auto;
    /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/
    height: auto;
  }

  .icw .main.content-active {
    overflow: auto;
    /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/
    position: unset;
  }

  html.content-active header {
    display: block !important;
  }

  .back-mobile {
    display: none;
  }

  .content-slide {
    margin-left: 24px;
    padding: 40px 32px;
    border-top: 5px solid #00A94F;
  }

  .icw .point-table td:nth-child(3) {
    border-right: 1px solid #E8E8E8;
  }

  .point-table td:nth-child(4) {
    color: #00A94F;
  }

  .detail-slide {
    overflow: hidden;
  }

  #navigation-page-sticky.stickyNav {
    z-index: 10005 !important;
  }
}

@media screen and (min-width: 1025px) {
  .content-slide-header p:nth-child(1) .text-green {
    display: contents;
  }

  .sc-lucky .content-slide-nav .nav-mobile-link:before {
    display: none;
  }

  .sc-lucky .content-slide-nav .nav-mobile-link.active:before {
    display: block;
  }
}

/*############################ sc-banner ###################################*/
.sc-banner {
  background-image: url(../img/banner-section/bg_section-otherproduct_mobile.jpg);
  background-size: cover;
}

.sc-banner .item {
  width: 100%;
  height: 174px;
  overflow: hidden;
}

.sc-banner .item:nth-child(1) {
  margin-bottom: 16px;
}

.sc-banner .wrapper {
  border-radius: 8px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: relative;
  height: 100%;
}

.sc-banner .content {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 16px;
}

.sc-banner .content .info {
  position: relative;
}

.sc-banner .content .title {
  font-size: 18px;
  line-height: 27px;
  color: var(--cr-dark);
}

.sc-banner .content .desc {
  font-size: 18px;
  line-height: 27px;
  color: var(--cr-dark);
}

.sc-banner .content .action {
  position: relative;
  padding-top: 5px;
}

.sc-banner .thumb {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  /* position: relative; */
}

.sc-banner .thumb&gt;img {
  max-width: unset;
  position: absolute;
  right: 0;
  bottom: 11px;
  max-height: 64px;
}

@media screen and (min-width: 360px) {
  .sc-banner .thumb&gt;img {
    max-height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .sc-banner .thumb&gt;img {
    max-height: 100px;
  }

  .sc-banner {
    background-image: url(../img/banner-section/bg_section-otherproduct_desktop.jpg);
  }

  .sc-banner .item {
    width: calc(100% / 2);
  }

  .sc-banner .item:nth-child(1) {
    margin-bottom: 0;
  }

  .sc-banner .item {
    padding: 0 12px;
  }

  .sc-banner .content .title {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (min-width: 992px) {
  .sc-banner .thumb&gt;img {
    max-height: 100px;
  }

  .sc-banner .thumb&gt;img {
    /* max-width: unset; */
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    /* max-height: 96px; */
  }

  .sc-banner .content .desc {
    height: 3em;
    -webkit-line-clamp: 2;
  }

  .sc-banner .content .action {
    padding-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .sc-banner .content .action a.link:hover:before {
    width: 100%;
  }
}

#kbank-live .promotion-content {
  border: 0;
  padding: 24px 16px;
}

.header-live {
  font-size: 20px !important;
  line-height: 39px;
  color: #111 !important;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px !important;
}

.img-live {
  display: flex;
}

.img-live img {
  width: 220px;
  min-width: 220px;
}

.img-live p {
  color: #333 !important;
}

.img-live&gt;div {
  width: 33%;
  text-align: center;
}

.step {
  font-size: 13px;
  line-height: 20px;
  color: #111111;
  margin-bottom: 8px !important;
  font-weight: 600;
}

.detail-live {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.detail-live img {
  width: 19px;
  max-width: 19px;
  min-width: 19px;
}

.append-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 80vh;
}

.append-iframe {
  min-height: 80vh;
  position: relative;
}

.iframe-load {
  position: relative;
  min-height: 80vh;
}

.txt-note {
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 20p !important;
  text-align: left;
  padding-top: 24px !important;
  border-top: 1px solid #ECECEC;
  width: 100%;
  color: #333 !important;
}

.text-red {
  color: #EC4546 !important;

}

ul.remark {
  padding: 0;
  margin: 8px 0 0 !important;
}

ul.remark&gt;li {
  padding-left: 32px;
  position: relative;
  list-style: none !important;
  color: #333;
  font-size: 13px !important;
  font-family: kurious-looped;
}

ul.remark&gt;li:before {
  min-width: 32px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

ul.remark&gt;li:nth-child(1):before {
  content: "*";
}

ul.remark&gt;li:nth-child(2):before {
  content: "*";
}

ul.remark&gt;li:nth-child(3):before {
  content: "*";
}

ul.remark&gt;li:nth-child(4):before {
  content: "**";
}

ul.remark&gt;li:nth-child(5):before {
  content: "***";
}



ul.remark.remark2&gt;li:nth-child(1):before {
  content: "*";
}

ul.remark.remark2&gt;li:nth-child(2):before {
  content: "**";
}

ul.remark.remark2&gt;li:nth-child(3):before {
  content: "**";
}

ul.remark.remark2&gt;li:nth-child(4):before {
  content: "**";
}

ul.remark.remark2&gt;li:nth-child(5):before {
  content: "**";
}

.detail-mark {
  border-radius: 8px;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  color: #666;
  font-weight: 500;
  padding: 16px;
  background: #f8f8f8;
  margin-top: 16px;
  text-align: center;
}

.icw .sc-profreedining .detail-mark {
  margin-bottom: 32px !important;
}

.detail-mark p {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  font-weight: 500;
  margin-bottom: 0;
}

.detail-mark p .text-green {
  font-size: 16px;
}

.detail-mark img {
  margin-right: 8px;
  min-width: 24px;
}

.detail-mark .green {
  color: #20E87E;
}

.detail-mark .mb-8 {
  margin-bottom: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}

.icw .content-slide-header p.mb-8 {
  margin-bottom: 8px !important;
}

.f-26 {
  font-size: 20px !important;
  color: #333;
  font-weight: 600;
  text-align: center;
}

.sc-promotion .g-all .wrapper {
  flex-direction: column;
}

.bg-brown {
  background: linear-gradient(97.29deg, #EDD7B4 1.68%, #CCAE88 93.31%);
  position: relative;
  padding: 16px;
  border-radius: 8px;
  max-width: 850px;
  margin: auto;
}

.bg-brown .coin-top {
  position: absolute;
  max-width: 45px;
  width: 100%;
  right: 5px;
  top: -30px;
}

.bg-brown .coin-bottom {
  position: absolute;
  max-width: 60px;
  width: 100%;
  left: -10px;
  bottom: 65px;
}

.bg-brown .action {
  margin-top: 24px !important;
}

.con-table {
  margin: 8px auto !important;
  max-width: 700px;
}

.con-table th,
.con-table td {
  padding: 8px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  vertical-align: middle !important;
}

.con-table.w-frist th:first-child {
  width: 102px;
}

.con-table td {
  color: #666 !important;
  font-weight: 50 !important;
  border-right: 1px solid #E8E8E8 !important;
}

.con-table tr td:last-child {
  background: #fafafa;
}

.con-table .point-table {
  border-radius: 8px !important;
  overflow: hidden;
}

.compn-overflow .con-table .point-table {
  display: contents;
}

.mtb-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.con-table .bg-darkgreen th {
  background: #077E63 !important;
}

.con-table .bg-darkgreen tr td:last-child {
  background: #F1FCEA !important;
}

.con-table .bg-darkgreen .th-darkgreen {
  background: #006450 !important;
  color: #fff !important;
  text-align: left;
}

.con-table .bg-darkgreen .th-darkgreen1 {
  background: #077E63 !important;
  color: #fff !important;
  text-align: left;
  width: 140px;
}

.con-table.w-frist td:first-child {
  width: 50%;
  white-space: nowrap;
}


.bg-td-white tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

.bg-td-white tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.bg-td-white tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

.bg-td-white tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.con-table .bg-td-white tr td:last-child {
  background: #fff !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}


.mb-0 {
  margin-bottom: 0px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.m-auto {
  margin: auto;
  width: fit-content;
}

.promotion-popup .sc-faqs.popup2 {
  padding: 16px;
  background: #fafafa;
}

.promotion-popup .sc-faqs.popup2 .accordion-group .accordion {
  margin-bottom: 0 !important;
}

.promotion-popup .sc-faqs.popup2 .accordion-group {
  padding-bottom: 0 !important;
}

.h4 {
  font-size: 18px !important;
  /* font-weight: 500; */
  line-height: 1.5;
  color: #333;
  text-align: center;
}

.flex-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.promotion-popup .promotion-content .h3 {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin-bottom: 16px;
}

.img-flex {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.img-flex img {
  border-radius: 8px;
  width: 100%;
}

.f-16 {
  font-size: 16px !important;
}

.text-lightgray {
  color: #999 !important;
}
.text-light {
  color: #fff !important;
  text-shadow: none !important;
  font-weight: 500;
}


.shop-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
  flex-wrap: wrap;
}

.shop-img img {
  max-width: 56px;
  width: 100%;
}

.f-20-mb {
  font-size: 20px !important;
}

@media screen and (min-width:768px) {
  

.icw .sc-profreedining .detail-mark {
  margin-bottom: 40px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
  .con-table.w-frist td:first-child {
    width: auto;
  }


  .f-20-mb {
    font-size: 24px !important;
  }
  .shop-img img {
    max-width: 80px;
  }

  .img-flex {
    gap: 24px;
    flex-direction: row;
  }

  .img-flex img {
    max-width: calc(97.5% / 2);
  }

  .h4 {
    font-size: 20px !important;
  }
  .promotion-popup .promotion-content .h3 {
    font-size: 26px !important;
  }

  .promotion-popup .sc-faqs.popup2 {
    padding: 16px 48px;
  }

  .con-table .bg-darkgreen .th-darkgreen {
    text-align: center;
  }

  .con-table .bg-darkgreen .th-darkgreen1 {
    text-align: center;
    width: auto;
  }

  .con-table.w-frist th:first-child {
    width: 252px;
  }

  .bg-brown .coin-top {
    right: 0;
    top: -30px;
    max-width: 60px;
  }

  .bg-brown .coin-bottom {
    left: -15px;
    bottom: 55px;
    max-width: 111px;
  }

  .bg-brown .action {
    margin-top: 16px !important;
  }

  .bg-brown {
    padding: 32px 32px 24px;
  }

  #kbank-live .promotion-content {
    padding: 32px;
  }

  .f-26 {
    font-size: 26px !important;
    color: #333;
    font-weight: 600;
    text-align: center;
  }

  .append-iframe iframe,
  .append-iframe {
    min-height: 80vh;
  }

  .detail-mark p {
    font-size: 16px;
  }

  .detail-mark {
    justify-content: center;
    align-items: start;
    margin-top: 24px;
    display: flex;
    gap: 8px;
  }

  .detail-mark .mb-8 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width:1140px) {
  .sc-lucky .table-slide .swiper-wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .sc-lucky .table-slide .swiper-button-next,
  .sc-lucky .table-slide .swiper-button-prev {
    display: none !important;
  }
}


.sc-promotion.sc-profreedining .accordion-content .btn {
  width: auto;
  font-size: 16px;
  margin: 0;
}

.sc-promotion.sc-profreedining .accordion-content .btn i {
  font-size: 16px;
}

.desc.mb-16 {
  font-size: 13px !important;
}

@media screen and (max-width:280px) {

  .sc-promotion .accordion-content .btn,
  .accordion .accordion-content a.btn {
    min-width: unset !important;
    font-size: 13px !important;
    width: auto !important;
  }

  .sc-promotion .accordion-content .btn i {
    font-size: 13px !important;
  }

  .promotion-list .swiper-slide {
    width: 100%;
  }

  .sc-promotion#pro50 .promotion-heading p {
    font-size: 20px;
    line-height: 30px;
  }

  .sc-promotion#pro50 .promotion-heading strong {
    font-size: 75px;
  }
}

/* ###### component overflow ###### */
.compn-overflow .compn-overflow-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* .img-table {
  padding-left: 16px;
  padding-right: 16px;
}

.compn-overflow {
  margin: 0 -16px;
} */

.compn-overflow .compn-overflow-wrapper::-webkit-scrollbar {
  display: none;
}

.compn-overflow .compn-overflow-wrapper .compn {
  min-width: 446px;
  padding: 0 0 16px;
  padding-bottom: 0;
}

.compn-overflow .compn-overflow-scroll-wrapper {
  /* width: calc(100% - 32px); */
  height: 3px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 15px;
  background: rgb(0, 0, 0, 0.15);
  display: block;
  /* margin-left: 16px;
  margin-right: 16px; */
  /* margin: 0 16px; */
  overflow: hidden;
}


.compn-overflow {
  /* margin: 0 -16px; */
  /* max-width: 700px;
  margin: auto; */
  margin-bottom: 16px;
}

.compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll {
  width: 10%;
  height: 3px;
  border-radius: 3px;
  position: absolute;

  background: #00A950;
}

.icw .hint-scroll {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #333;
  margin-bottom: 0;
  margin-top: 24px;
}

.icw .hint-scroll .icon-swipe {
  font-size: 32px;
  color: #00A950;
}

.icw .hint-scroll .txt {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

td:first-child,
th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  /* .compn-overflow .compn-overflow-scroll-wrapper {
      display: none;
  }

  .compn-overflow .compn-overflow-wrapper .compn {
      padding-bottom: 0;
  } */


  .compn-overflow .compn-overflow-wrapper .compn {
    min-width: 1072px;
  }

  td:first-child,
  th:first-child {
    position: relative;
  }
}

/* ###### end component overflow ###### */

.g-tab-wrapper {
  margin: 0 !important;
  list-style-type: none;
  justify-content: center;
  margin-top: 8px !important;
}
.g-tab-wrapper li {
  list-style-type: none!important;
  margin-top: 0 !important;
}
.g-tab-wrapper .g-tab-list .g-title {
  font-size: 16px !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #999;
}
.g-tab-list {
  padding-bottom: 8px !important;
  border-bottom: 3px solid transparent;
  display: flex;
  align-items: center;
}
.g-tab-list:last-child {
  margin-right: 0 !important;
}
.g-content {
  padding-top: 16px !important;
}

.g-tab-wrapper .g-tab-list.active .g-title {
  color: #333;
}

.g-tab-toggle-inner {
  padding: 0 !important;
}


@media screen and (min-width:768px) {
  .g-tab-button, .g-float {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .g-tab-wrapper {
    justify-content: start;
  }
}
.new_mb .promotion-list .content h2 {
  font-weight: 500 !important;
}
.sc-promotion#pro50.new_mb  .promotion-heading {
  flex-direction: column;
}

.point-table td:nth-child(1),.point-table td:nth-child(4),.point-table td:nth-child(3),.point-table td:nth-child(6) {
  width: 95px;
}
.point-table td:nth-child(2),.point-table td:nth-child(5) {
  width: 220px;
}

@media screen and (max-width:767px) {
  .simplebar-content-wrapper {
    margin-right: 24px !important;
    /* overflow: hidden; */
  }
  /* .g-tab-button, .g-float {
    display: block !important;
  } */
  .sc-promotion.sc-profreedining .btn {
    padding: 0;
  }
  .new_mb .promotion-list.swiper-free-mode&gt;.swiper-wrapper {
    display: grid;
    grid-template-columns: 47% 47%;
    gap: 16px;
    transform: none !important;
  }
  
  .new_mb .promotion-list .wrapper {
    display: flex;
    height: 100%;
  }
  
  .new_mb .promotion-list .swiper-pagination {
    display: none;
  }
  
  .new_mb .promotion-list .content {
    padding: 16px 8px;
    height: calc(100% - 37%);
    justify-content: space-between;
  }
  .new_mb .promotion-list .content * {
    font-size: 13px !important;
  }
  
  .new_mb .promotion-list .content h2 {
    height: auto;
    max-height: 86px !important;
    line-height: 1.5 !important;
    margin-bottom: 8px !important;
    -webkit-line-clamp: 4 !important;
  }
  .new_mb .promotion-list .content .action {
    margin-top: 16px;
  }
  .new_mb .promotion-list .content .action .btn {
    background: transparent;
    text-decoration: underline !important;
    color: #00A94F !important;
    padding: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    min-width: unset;
    line-height: normal;
  }
  .new_mb .promotion-list .content .action .btn::before {
    display: none;
  }
}
/* ######### rl ############# */
.section-rl {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 56px;
    background: #646464;
    padding: 8px 16px;
    color: #FFF;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    z-index: 9999;
}

.section-rl p {
    font-family: "kurious-looped" !important;
}

.section-rl.slow-down {
    bottom: 0 !important;
}

.section-rl p {
    font-size: inherit !important;
    margin-bottom: 0;
    font-weight: 500 !important;
}

.has-rl {
    margin-bottom: 46px;
}

@media screen and (max-width: 359px) {
    .section-rl br {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .section-rl br {
        display: none;
    }

    .has-rl {
        margin-bottom: 31px;
    }
}

@media screen and (min-width: 1024px) {
    #navigation-page-sticky.stickyNav {
        z-index: 10009;
    }
}

@media screen and (min-width: 1140px) {
    .section-rl {
        font-size: 13px;
        line-height: 20px;
        padding: 10px 16px;
        bottom: 0;
    }

    .has-rl {
        margin-bottom: 40px;
    }
}

#navigation-footer {
  padding-bottom: 0 !important;
}

/* ######### end rl ######## */</pre></body></html>