@media (max-width: 1023px) {
  .subpage-root .content-group {
    margin: 10px;
  }
}
@media (min-width: 1024px) {
  .subpage-root .content-group {
    margin: 10px auto;
  }
}

.is-standalone {
  padding: 0;
  background: none !important;
}
.is-standalone .subpage-root.promo,
.is-standalone .subpage-root.refer-friends {
  height: 100%;
  max-height: calc(100dvh - 50px);
}
@media (max-width: 1023px) {
  .is-standalone .subpage-root.promo,
  .is-standalone .subpage-root.refer-friends {
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .is-standalone .subpage-root.promo,
  .is-standalone .subpage-root.refer-friends {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .is-standalone .subpage-root.promo::-webkit-scrollbar,
  .is-standalone .subpage-root.refer-friends::-webkit-scrollbar {
    display: block;
    width: 8px;
    border-radius: 8px;
  }
  .is-standalone .subpage-root.promo::-webkit-scrollbar-track,
  .is-standalone .subpage-root.refer-friends::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }
  .is-standalone .subpage-root.promo::-webkit-scrollbar-thumb,
  .is-standalone .subpage-root.refer-friends::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 8px;
    background-color: rgba(204, 204, 204, 0.3);
  }
  .is-standalone .subpage-root.promo::-webkit-scrollbar-thumb:hover,
  .is-standalone .subpage-root.refer-friends::-webkit-scrollbar-thumb:hover {
    background-color: rgba(204, 204, 204, 0.5);
  }
  .is-standalone .subpage-root.promo::-webkit-scrollbar-button, .is-standalone .subpage-root.promo::-webkit-scrollbar-corner, .is-standalone .subpage-root.promo::-webkit-resizer,
  .is-standalone .subpage-root.refer-friends::-webkit-scrollbar-button,
  .is-standalone .subpage-root.refer-friends::-webkit-scrollbar-corner,
  .is-standalone .subpage-root.refer-friends::-webkit-resizer {
    background-color: transparent;
  }
}
.is-standalone:has(.subpage-root.signup) {
  position: relative;
  height: auto;
  padding: 1px;
}
.is-standalone .content-group {
  position: relative;
}

.is-standalone .header-area {
  position: relative;
  display: flex;
  padding: 0 0 0 10px;
  box-shadow: none;
}
.is-standalone .header-area .header-btn {
  opacity: 1;
  background: none;
  height: 50px;
  width: 50px;
  min-width: 50px;
  text-align: center;
}
.is-standalone .header-area .header-title {
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.is-standalone .header-area .icon:before {
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: bold;
}

.subpage-root.promo .tab-bar.tab-Lv2 {
  position: relative;
  width: clamp(200px, 80%, 250px);
  margin: 0 auto 20px;
  padding-top: 0;
  border-radius: 100px;
  background: #104472;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 0;
  font-size: 0;
}
.subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 3px;
  max-width: 600px;
}
.subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content li {
  min-width: 50%;
  flex: 1;
}
.subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .tab-item {
  width: 100%;
  height: 30px;
}
.subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #b7dfff;
  background: none;
  border-radius: 100px;
  font-size: clamp(12px, 4vw, 16px);
}
.subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content input[type=radio] {
  display: none;
}
.subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content input[type=radio]:checked + .btn {
  background: #fff;
  color: #104472;
}
.subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content img {
  width: 25px;
  border-radius: 100px;
}
.subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .txt {
  padding: 0;
  font-size: clamp(12px, 4vw, 16px);
}
.subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .txt::before {
  display: inline-block;
  padding: 0 5px;
  min-width: 24px;
  font-size: 12px;
  line-height: 22px;
  vertical-align: top;
  color: #b7dfff;
  border-radius: 100px;
  background: linear-gradient(45deg, #2fa1ff, #1a68a8);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .txt.PHP::before {
  font-family: "icomoon" !important;
  content: "\ea0f";
  font-size: 16px;
}
.subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .txt.USD::before, .subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .txt .SGD::before, .subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .txt .MXN::before, .subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .txt .AUD::before, .subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .txt .COP::before, .subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .txt .CLP::before, .subpage-root.promo .tab-bar.tab-Lv2 .tab-bar-content .txt .CAD::before {
  font-family: "icomoon" !important;
  content: "\e913";
  font-size: 16px;
}

.box-promote .accordion,
.modal-promo-tnc .accordion {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.box-promote .accordion .accordion-item,
.modal-promo-tnc .accordion .accordion-item {
  border: 1px solid rgba(255, 255, 255, 0);
  background: none;
}
.box-promote .accordion .accordion-item .accordion-header,
.modal-promo-tnc .accordion .accordion-item .accordion-header {
  position: relative;
  width: 100%;
  text-align: left;
  line-height: normal;
  padding: 8px 10px 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  cursor: pointer;
  border-radius: 10px;
  font-size: 13px;
  transition: all 0.4s;
  color: inherit;
}
.box-promote .accordion .accordion-item .accordion-header::after,
.modal-promo-tnc .accordion .accordion-item .accordion-header::after {
  content: "\e905";
  font-family: "icomoon";
  font-size: 13px;
  font-weight: normal;
  color: #FF6E00;
  transform: rotate(0deg);
  background: #fff;
  border-radius: 100px;
  text-align: center;
  width: 30px;
  line-height: 17px;
}
@media (min-width: 1024px) {
  .box-promote .accordion .accordion-item:hover .accordion-header,
  .modal-promo-tnc .accordion .accordion-item:hover .accordion-header {
    background: rgba(0, 0, 0, 0.0392156863);
    transition: all 0.4s;
  }
}
.box-promote .accordion .accordion-item.show,
.modal-promo-tnc .accordion .accordion-item.show {
  border-radius: 10px;
  box-shadow: 0 3px 4px rgba(51, 51, 51, 0.1411764706);
  background: #fff;
  border-color: rgba(255, 255, 255, 0.5098039216);
}
.box-promote .accordion .accordion-item.show .accordion-header,
.modal-promo-tnc .accordion .accordion-item.show .accordion-header {
  background: #fff;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}
.box-promote .accordion .accordion-item.show .accordion-header::after,
.modal-promo-tnc .accordion .accordion-item.show .accordion-header::after {
  content: "\e902";
  font-weight: bold;
  transform: rotate(0deg);
  transition: all 0.4s;
  color: #fff;
  background: #ff994b;
}
.box-promote .accordion .accordion-item.show .accordion-header .accordion-header,
.modal-promo-tnc .accordion .accordion-item.show .accordion-header .accordion-header {
  background: none;
}
.box-promote .accordion .accordion-item.show .accordion-collapse,
.modal-promo-tnc .accordion .accordion-item.show .accordion-collapse {
  height: auto;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.box-promote .accordion .accordion-item.show .accordion-body,
.modal-promo-tnc .accordion .accordion-item.show .accordion-body {
  border-radius: 0 0 10px 10px;
}
.box-promote .accordion .accordion-item .accordion-collapse,
.modal-promo-tnc .accordion .accordion-item .accordion-collapse {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.box-promote .accordion .accordion-item .accordion-collapse.collapsing,
.modal-promo-tnc .accordion .accordion-item .accordion-collapse.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.box-promote .accordion .accordion-item .accordion-body,
.modal-promo-tnc .accordion .accordion-item .accordion-body {
  padding: 0 0 10px 0;
  background: inherit;
}
.box-promote .accordion .accordion-item .accordion-body .div-tb,
.modal-promo-tnc .accordion .accordion-item .accordion-body .div-tb {
  margin: 0 auto;
}
.box-promote .accordion .accordion-item .accordion-body ul.list-dot,
.modal-promo-tnc .accordion .accordion-item .accordion-body ul.list-dot {
  padding-left: 25px !important;
}

.modal-promo-tnc .accordion .accordion-header {
  color: inherit;
}

.card-wrapper .card.card-promote.promote-reward,
.card-wrapper-reward .card.card-promote.promote-reward,
.modal-promo-popup .card.card-promote.promote-reward {
  flex-direction: column;
  border: none;
  background: #444;
}
.card-wrapper .card.card-promote.promote-reward .promote-tit,
.card-wrapper-reward .card.card-promote.promote-reward .promote-tit,
.modal-promo-popup .card.card-promote.promote-reward .promote-tit {
  color: #D9B877;
}
.card-wrapper .card.card-promote.promote-reward .box-promote,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote,
.modal-promo-popup .card.card-promote.promote-reward .box-promote {
  pointer-events: none;
}
.card-wrapper .card.card-promote.promote-reward .box-promote *, .card-wrapper .card.card-promote.promote-reward .box-promote p, .card-wrapper .card.card-promote.promote-reward .box-promote li,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote *,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote p,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote li,
.modal-promo-popup .card.card-promote.promote-reward .box-promote *,
.modal-promo-popup .card.card-promote.promote-reward .box-promote p,
.modal-promo-popup .card.card-promote.promote-reward .box-promote li {
  color: #F2EEE6;
  pointer-events: all;
}
.card-wrapper .card.card-promote.promote-reward .box-promote .modal-box.hide,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote .modal-box.hide,
.modal-promo-popup .card.card-promote.promote-reward .box-promote .modal-box.hide {
  pointer-events: none;
}
.card-wrapper .card.card-promote.promote-reward .box-promote .btn-box .txt-link,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote .btn-box .txt-link,
.modal-promo-popup .card.card-promote.promote-reward .box-promote .btn-box .txt-link {
  color: #D9C7A3;
  font-size: 14px;
  text-decoration: underline;
}
.card-wrapper .card.card-promote.promote-reward .box-promote .event-yet,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote .event-yet,
.modal-promo-popup .card.card-promote.promote-reward .box-promote .event-yet {
  color: #F2EEE6 !important;
}
.card-wrapper .card.card-promote.promote-reward .box-promote .div-tb .td,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote .div-tb .td,
.modal-promo-popup .card.card-promote.promote-reward .box-promote .div-tb .td {
  border-color: #998c73;
  color: #F2EEE6;
}
.card-wrapper .card.card-promote.promote-reward .box-promote .div-tb .tr:nth-child(even) .td,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote .div-tb .tr:nth-child(even) .td,
.modal-promo-popup .card.card-promote.promote-reward .box-promote .div-tb .tr:nth-child(even) .td {
  background: rgba(153, 140, 115, 0.2);
}
.card-wrapper .card.card-promote.promote-reward .box-promote .accordion-item.show,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote .accordion-item.show,
.modal-promo-popup .card.card-promote.promote-reward .box-promote .accordion-item.show {
  background: transparent;
  border-color: rgb(153, 140, 115);
}
.card-wrapper .card.card-promote.promote-reward .box-promote .accordion-item.show .accordion-header,
.card-wrapper .card.card-promote.promote-reward .box-promote .accordion-item.show .accordion-collapse,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote .accordion-item.show .accordion-header,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote .accordion-item.show .accordion-collapse,
.modal-promo-popup .card.card-promote.promote-reward .box-promote .accordion-item.show .accordion-header,
.modal-promo-popup .card.card-promote.promote-reward .box-promote .accordion-item.show .accordion-collapse {
  background: #444;
}
.card-wrapper .card.card-promote.promote-reward .box-promote .accordion-item.show li,
.card-wrapper .card.card-promote.promote-reward .box-promote .accordion-item.show button,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote .accordion-item.show li,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote .accordion-item.show button,
.modal-promo-popup .card.card-promote.promote-reward .box-promote .accordion-item.show li,
.modal-promo-popup .card.card-promote.promote-reward .box-promote .accordion-item.show button {
  color: #fff;
}
@media (min-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .box-promote .accordion-item.show:hover .accordion-header,
  .card-wrapper-reward .card.card-promote.promote-reward .box-promote .accordion-item.show:hover .accordion-header,
  .modal-promo-popup .card.card-promote.promote-reward .box-promote .accordion-item.show:hover .accordion-header {
    background: transparent;
  }
}
@media (min-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .box-promote .accordion-item:hover .accordion-header,
  .card-wrapper-reward .card.card-promote.promote-reward .box-promote .accordion-item:hover .accordion-header,
  .modal-promo-popup .card.card-promote.promote-reward .box-promote .accordion-item:hover .accordion-header {
    background: rgb(153, 140, 115);
  }
}
.card-wrapper .card.card-promote.promote-reward .promote-banner,
.card-wrapper-reward .card.card-promote.promote-reward .promote-banner,
.modal-promo-popup .card.card-promote.promote-reward .promote-banner {
  order: 1;
}
.card-wrapper .card.card-promote.promote-reward .card-item,
.card-wrapper-reward .card.card-promote.promote-reward .card-item,
.modal-promo-popup .card.card-promote.promote-reward .card-item {
  order: 2;
  z-index: 6;
}
.card-wrapper .card.card-promote.promote-reward .button-box,
.card-wrapper-reward .card.card-promote.promote-reward .button-box,
.modal-promo-popup .card.card-promote.promote-reward .button-box {
  order: 3;
  display: none;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list,
.card-wrapper .card.card-promote.promote-reward .detail-content,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list,
.card-wrapper-reward .card.card-promote.promote-reward .detail-content,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list,
.modal-promo-popup .card.card-promote.promote-reward .detail-content {
  order: 4;
}
.card-wrapper .card.card-promote.promote-reward .promote-tit,
.card-wrapper-reward .card.card-promote.promote-reward .promote-tit,
.modal-promo-popup .card.card-promote.promote-reward .promote-tit {
  order: 5;
}
.card-wrapper .card.card-promote.promote-reward .box-promote,
.card-wrapper-reward .card.card-promote.promote-reward .box-promote,
.modal-promo-popup .card.card-promote.promote-reward .box-promote {
  order: 6;
}
.card-wrapper .card.card-promote.promote-reward::after,
.card-wrapper-reward .card.card-promote.promote-reward::after,
.modal-promo-popup .card.card-promote.promote-reward::after {
  display: none;
}
.card-wrapper .card.card-promote.promote-reward i,
.card-wrapper-reward .card.card-promote.promote-reward i,
.modal-promo-popup .card.card-promote.promote-reward i {
  display: inline-block;
}
.card-wrapper .card.card-promote.promote-reward p,
.card-wrapper-reward .card.card-promote.promote-reward p,
.modal-promo-popup .card.card-promote.promote-reward p {
  margin-bottom: 0;
}
.card-wrapper .card.card-promote.promote-reward .info-prize,
.card-wrapper-reward .card.card-promote.promote-reward .info-prize,
.modal-promo-popup .card.card-promote.promote-reward .info-prize {
  font-weight: bold;
}
.card-wrapper .card.card-promote.promote-reward .info-prize::before,
.card-wrapper-reward .card.card-promote.promote-reward .info-prize::before,
.modal-promo-popup .card.card-promote.promote-reward .info-prize::before {
  font-size: 70%;
}
.card-wrapper .card.card-promote.promote-reward:not(.show-detail) .showTooltip ~ .icon-arrow-down,
.card-wrapper .card.card-promote.promote-reward:not(.show-detail) .showTooltip ~ .btn-toggle-detail,
.card-wrapper-reward .card.card-promote.promote-reward:not(.show-detail) .showTooltip ~ .icon-arrow-down,
.card-wrapper-reward .card.card-promote.promote-reward:not(.show-detail) .showTooltip ~ .btn-toggle-detail,
.modal-promo-popup .card.card-promote.promote-reward:not(.show-detail) .showTooltip ~ .icon-arrow-down,
.modal-promo-popup .card.card-promote.promote-reward:not(.show-detail) .showTooltip ~ .btn-toggle-detail {
  z-index: 2;
}
.card-wrapper .card.card-promote.promote-reward .card-item,
.card-wrapper-reward .card.card-promote.promote-reward .card-item,
.modal-promo-popup .card.card-promote.promote-reward .card-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #F2EEE6;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.25) inset;
  border-radius: 0 0 8px 8px;
}
.card-wrapper .card.card-promote.promote-reward .card-item *,
.card-wrapper-reward .card.card-promote.promote-reward .card-item *,
.modal-promo-popup .card.card-promote.promote-reward .card-item * {
  font-size: 0;
}
.card-wrapper .card.card-promote.promote-reward .card-item .div-wrapper,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .div-wrapper,
.modal-promo-popup .card.card-promote.promote-reward .card-item .div-wrapper {
  flex-grow: 1;
  position: relative;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.25) inset;
  border-radius: 0 0 0 8px;
  padding: 10px 30px 12px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (min-width: 1025px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .div-wrapper,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .div-wrapper,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .div-wrapper {
    min-height: 96px;
  }
}
.card-wrapper .card.card-promote.promote-reward .card-item .div-wrapper::after,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .div-wrapper::after,
.modal-promo-popup .card.card-promote.promote-reward .card-item .div-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  height: calc(100% + 2px);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (max-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .div-wrapper::after,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .div-wrapper::after,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .div-wrapper::after {
    width: 15px;
  }
}
@media (min-width: 1025px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .div-wrapper::after,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .div-wrapper::after,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .div-wrapper::after {
    width: 25px;
  }
}
.card-wrapper .card.card-promote.promote-reward .card-item h3,
.card-wrapper-reward .card.card-promote.promote-reward .card-item h3,
.modal-promo-popup .card.card-promote.promote-reward .card-item h3 {
  margin-bottom: 0;
  color: #66461A;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .card-item h3,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item h3,
  .modal-promo-popup .card.card-promote.promote-reward .card-item h3 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .card-wrapper .card.card-promote.promote-reward .card-item h3,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item h3,
  .modal-promo-popup .card.card-promote.promote-reward .card-item h3 {
    font-size: 18px;
  }
}
.card-wrapper .card.card-promote.promote-reward .card-item .item-detail,
.card-wrapper .card.card-promote.promote-reward .card-item .item-detail time,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .item-detail,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .item-detail time,
.modal-promo-popup .card.card-promote.promote-reward .card-item .item-detail,
.modal-promo-popup .card.card-promote.promote-reward .card-item .item-detail time {
  color: #66461A;
  font-size: 10px;
}
.card-wrapper .card.card-promote.promote-reward .card-item .item-count,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .item-count,
.modal-promo-popup .card.card-promote.promote-reward .card-item .item-count {
  width: auto;
  font-size: 20px;
  font-weight: bolder;
  text-align: right;
  color: #394046;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .item-count,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .item-count,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .item-count {
    padding: 0 15px 0 20px;
  }
}
@media (min-width: 1025px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .item-count,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .item-count,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .item-count {
    padding: 0 15px 0 30px;
  }
}
.card-wrapper .card.card-promote.promote-reward .card-item .item-count.info-points span,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .item-count.info-points span,
.modal-promo-popup .card.card-promote.promote-reward .card-item .item-count.info-points span {
  font-size: 70%;
  padding-left: 5px;
  font-family: "Arial" !important;
  font-weight: bolder;
}
.card-wrapper .card.card-promote.promote-reward .card-item .item-max,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .item-max,
.modal-promo-popup .card.card-promote.promote-reward .card-item .item-max {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  border-radius: 0 0 0 8px !important;
}
@media (max-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .item-max,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .item-max,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .item-max {
    padding: 1px 5px;
  }
}
@media (min-width: 1025px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .item-max,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .item-max,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .item-max {
    padding: 2px 8px;
  }
}
.card-wrapper .card.card-promote.promote-reward .card-item .btn-min-size,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .btn-min-size,
.modal-promo-popup .card.card-promote.promote-reward .card-item .btn-min-size {
  position: relative;
  transform: translateY(6px);
  width: fit-content;
  margin-right: 5px;
  padding: 3px 10px;
  border-radius: 20px;
  background-image: linear-gradient(#F7E8D4 0%, #DFAF20 100%);
  box-shadow: 0 -1px 0 1px rgba(0, 0, 0, 0.3) inset;
}
.card-wrapper .card.card-promote.promote-reward .card-item .btn-min-size::after,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .btn-min-size::after,
.modal-promo-popup .card.card-promote.promote-reward .card-item .btn-min-size::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 20px;
  background-color: #111;
  clip-path: polygon(50% 0%, 0 80%, 100% 80%);
  opacity: 0;
  transition: none;
  top: 100%;
}
.card-wrapper .card.card-promote.promote-reward .card-item .btn-min-size span,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .btn-min-size span,
.modal-promo-popup .card.card-promote.promote-reward .card-item .btn-min-size span {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .btn-min-size span,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .btn-min-size span,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .btn-min-size span {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .btn-min-size span,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .btn-min-size span,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .btn-min-size span {
    font-size: 12px;
  }
}
.card-wrapper .card.card-promote.promote-reward .card-item .btn-min-size.active,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .btn-min-size.active,
.modal-promo-popup .card.card-promote.promote-reward .card-item .btn-min-size.active {
  box-shadow: 0 0 1px 2px #F7E8D4;
}
.card-wrapper .card.card-promote.promote-reward .card-item .btn-min-size.active span,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .btn-min-size.active span,
.modal-promo-popup .card.card-promote.promote-reward .card-item .btn-min-size.active span {
  color: rgba(0, 0, 0, 0.7);
}
.card-wrapper .card.card-promote.promote-reward .card-item .btn-min-size.active ~ .item-tooltip .icon-info1,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .btn-min-size.active ~ .item-tooltip .icon-info1,
.modal-promo-popup .card.card-promote.promote-reward .card-item .btn-min-size.active ~ .item-tooltip .icon-info1 {
  transform: translateY(-50%);
}
.card-wrapper .card.card-promote.promote-reward .card-item .btn-min-size.active ~ .item-tooltip .icon-info1::after,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .btn-min-size.active ~ .item-tooltip .icon-info1::after,
.modal-promo-popup .card.card-promote.promote-reward .card-item .btn-min-size.active ~ .item-tooltip .icon-info1::after {
  display: none;
}
.card-wrapper .card.card-promote.promote-reward .card-item.showTooltip .tooltip-content,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.showTooltip .tooltip-content,
.modal-promo-popup .card.card-promote.promote-reward .card-item.showTooltip .tooltip-content {
  pointer-events: auto;
  z-index: 10;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s;
}
.card-wrapper .card.card-promote.promote-reward .card-item.showTooltip .item-tooltip .icon-info1,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.showTooltip .item-tooltip .icon-info1,
.modal-promo-popup .card.card-promote.promote-reward .card-item.showTooltip .item-tooltip .icon-info1 {
  transform: translateY(-50%) scale(1.3);
}
.card-wrapper .card.card-promote.promote-reward .card-item.showTooltip .item-tooltip .icon-info1::after,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.showTooltip .item-tooltip .icon-info1::after,
.modal-promo-popup .card.card-promote.promote-reward .card-item.showTooltip .item-tooltip .icon-info1::after {
  opacity: 1;
  transition: opacity 0.3s;
}
.card-wrapper .card.card-promote.promote-reward .card-item.showTooltip .item-tooltip.btn-min-size.active::after,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.showTooltip .item-tooltip.btn-min-size.active::after,
.modal-promo-popup .card.card-promote.promote-reward .card-item.showTooltip .item-tooltip.btn-min-size.active::after {
  opacity: 1;
  transition: opacity 0.3s;
}
.card-wrapper .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1,
.modal-promo-popup .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1 {
  position: absolute;
  right: -8px;
  top: 50%;
  padding: 10px;
  color: #F2EEE6;
  transform: translateY(-50%);
}
.card-wrapper .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1::after,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1::after,
.modal-promo-popup .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 20px;
  background-color: #111;
  clip-path: polygon(50% 0%, 0 80%, 100% 80%);
  opacity: 0;
  transition: none;
  top: calc(100% - 6px);
}
@media (max-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .item-tooltip .icon-info1 {
    font-size: 18px;
  }
}
.card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content,
.modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content {
  pointer-events: none;
  position: absolute;
  top: calc(50% + 25px);
  padding: 15px 20px;
  background-color: #111;
  border-radius: 8px;
  z-index: 0;
  opacity: 0;
  transform: scale(0);
  transition: top 0s 0.3s, opacity 0.3s;
}
@media (max-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content {
    right: 5px;
    width: calc(100% - 10px);
  }
}
@media (min-width: 1025px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content {
    right: 10px;
    width: auto;
    min-width: 300px;
    max-width: 400px;
  }
}
.card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content p,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content p,
.modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content p {
  margin-bottom: 10px;
}
.card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content > div,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content > div,
.modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content > div {
  margin-bottom: 5px;
}
.card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content p,
.card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content span,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content p,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content span,
.modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content p,
.modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content span {
  color: #F2EEE6;
  font-size: 14px;
}
.card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content .sticker,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content .sticker,
.modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content .sticker {
  margin: 0 6px 6px 0;
  padding: 2px 5px;
  border-radius: 4px;
  background-color: #394046;
}
@media (max-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content .sticker img,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content .sticker img,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content .sticker img {
    width: 38px;
  }
}
@media (min-width: 1025px) {
  .card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content .sticker img,
  .card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content .sticker img,
  .modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content .sticker img {
    width: 60px;
  }
}
.card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content .highlight,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content .highlight,
.modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content .highlight {
  color: #D9B877;
}
.card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content .sticker.highlight,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content .sticker.highlight,
.modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content .sticker.highlight {
  font-weight: bold;
  color: #111;
  background-color: #D9B877;
}
.card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content .info-prize,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content .info-prize,
.modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content .info-prize {
  margin: 0 3px;
}
.card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content .info-prize + .info-prize,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content .info-prize + .info-prize,
.modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content .info-prize + .info-prize {
  padding-left: 10px;
}
.card-wrapper .card.card-promote.promote-reward .card-item .tooltip-content .info-prize + .info-prize::after,
.card-wrapper-reward .card.card-promote.promote-reward .card-item .tooltip-content .info-prize + .info-prize::after,
.modal-promo-popup .card.card-promote.promote-reward .card-item .tooltip-content .info-prize + .info-prize::after {
  position: relative;
  right: calc(100% + 3px);
  content: "~";
  font-size: 14px;
}
.card-wrapper .card.card-promote.promote-reward .card-item.dep-count .div-wrapper,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.dep-count .div-wrapper,
.modal-promo-popup .card.card-promote.promote-reward .card-item.dep-count .div-wrapper {
  background-image: linear-gradient(90deg, #F2EEE6, #D9C7A3);
}
.card-wrapper .card.card-promote.promote-reward .card-item.dep-count .div-wrapper::after,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.dep-count .div-wrapper::after,
.modal-promo-popup .card.card-promote.promote-reward .card-item.dep-count .div-wrapper::after {
  background-color: #D9C7A3;
}
.card-wrapper .card.card-promote.promote-reward .card-item.dep-count .item-max,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.dep-count .item-max,
.modal-promo-popup .card.card-promote.promote-reward .card-item.dep-count .item-max {
  background-color: rgba(217, 166, 65, 0.7);
}
.card-wrapper .card.card-promote.promote-reward .card-item.dep-amount .div-wrapper,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.dep-amount .div-wrapper,
.modal-promo-popup .card.card-promote.promote-reward .card-item.dep-amount .div-wrapper {
  background-image: linear-gradient(90deg, #F1D191, #D9A641);
}
.card-wrapper .card.card-promote.promote-reward .card-item.dep-amount .div-wrapper::after,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.dep-amount .div-wrapper::after,
.modal-promo-popup .card.card-promote.promote-reward .card-item.dep-amount .div-wrapper::after {
  background-color: #D9A641;
}
.card-wrapper .card.card-promote.promote-reward .card-item.dep-amount .item-max,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.dep-amount .item-max,
.modal-promo-popup .card.card-promote.promote-reward .card-item.dep-amount .item-max {
  background-color: rgba(217, 166, 65, 0.7);
}
.card-wrapper .card.card-promote.promote-reward .card-item.to-amount .div-wrapper,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.to-amount .div-wrapper,
.modal-promo-popup .card.card-promote.promote-reward .card-item.to-amount .div-wrapper {
  background-image: linear-gradient(90deg, #998c73, #665F52);
}
.card-wrapper .card.card-promote.promote-reward .card-item.to-amount .div-wrapper::after,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.to-amount .div-wrapper::after,
.modal-promo-popup .card.card-promote.promote-reward .card-item.to-amount .div-wrapper::after {
  background-color: #665F52;
}
.card-wrapper .card.card-promote.promote-reward .card-item.to-amount .div-wrapper h3, .card-wrapper .card.card-promote.promote-reward .card-item.to-amount .div-wrapper p, .card-wrapper .card.card-promote.promote-reward .card-item.to-amount .div-wrapper time, .card-wrapper .card.card-promote.promote-reward .card-item.to-amount .div-wrapper .item-tooltip::before,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.to-amount .div-wrapper h3,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.to-amount .div-wrapper p,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.to-amount .div-wrapper time,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.to-amount .div-wrapper .item-tooltip::before,
.modal-promo-popup .card.card-promote.promote-reward .card-item.to-amount .div-wrapper h3,
.modal-promo-popup .card.card-promote.promote-reward .card-item.to-amount .div-wrapper p,
.modal-promo-popup .card.card-promote.promote-reward .card-item.to-amount .div-wrapper time,
.modal-promo-popup .card.card-promote.promote-reward .card-item.to-amount .div-wrapper .item-tooltip::before {
  color: #F2EEE6;
}
.card-wrapper .card.card-promote.promote-reward .card-item.to-amount .item-max,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.to-amount .item-max,
.modal-promo-popup .card.card-promote.promote-reward .card-item.to-amount .item-max {
  background-color: rgba(217, 166, 65, 0.7);
}
.card-wrapper .card.card-promote.promote-reward .card-item.hybrid .div-wrapper,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.hybrid .div-wrapper,
.modal-promo-popup .card.card-promote.promote-reward .card-item.hybrid .div-wrapper {
  background-image: linear-gradient(90deg, #91867f, #6b5636);
}
.card-wrapper .card.card-promote.promote-reward .card-item.hybrid .div-wrapper::after,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.hybrid .div-wrapper::after,
.modal-promo-popup .card.card-promote.promote-reward .card-item.hybrid .div-wrapper::after {
  background-color: #6b5636;
}
.card-wrapper .card.card-promote.promote-reward .card-item.hybrid .div-wrapper h3, .card-wrapper .card.card-promote.promote-reward .card-item.hybrid .div-wrapper p, .card-wrapper .card.card-promote.promote-reward .card-item.hybrid .div-wrapper time, .card-wrapper .card.card-promote.promote-reward .card-item.hybrid .div-wrapper .item-tooltip::before,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.hybrid .div-wrapper h3,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.hybrid .div-wrapper p,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.hybrid .div-wrapper time,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.hybrid .div-wrapper .item-tooltip::before,
.modal-promo-popup .card.card-promote.promote-reward .card-item.hybrid .div-wrapper h3,
.modal-promo-popup .card.card-promote.promote-reward .card-item.hybrid .div-wrapper p,
.modal-promo-popup .card.card-promote.promote-reward .card-item.hybrid .div-wrapper time,
.modal-promo-popup .card.card-promote.promote-reward .card-item.hybrid .div-wrapper .item-tooltip::before {
  color: #F2EEE6;
}
.card-wrapper .card.card-promote.promote-reward .card-item.hybrid .item-max,
.card-wrapper-reward .card.card-promote.promote-reward .card-item.hybrid .item-max,
.modal-promo-popup .card.card-promote.promote-reward .card-item.hybrid .item-max {
  background-color: rgba(217, 166, 65, 0.7);
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  padding: 10px 15px 15px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-1 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-1 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-1 .tab-item {
  flex: 1;
  min-width: 0;
  gap: 10px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-2 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-2 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-2 .tab-item {
  flex: 1;
  min-width: 0;
  gap: 10px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-3 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-3 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-3 .tab-item {
  flex: 1;
  min-width: 0;
  gap: 10px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-4 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-4 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-4 .tab-item {
  flex: 1;
  min-width: 0;
  gap: 10px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-5 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-5 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-5 .tab-item {
  width: 80px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-6 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-6 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-6 .tab-item {
  width: 80px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-7 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-7 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-7 .tab-item {
  width: 80px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-8 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-8 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-8 .tab-item {
  width: 80px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-9 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-9 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-9 .tab-item {
  width: 80px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-10 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-10 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-10 .tab-item {
  width: 80px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-11 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-11 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-11 .tab-item {
  width: 80px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-12 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-12 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-12 .tab-item {
  width: 80px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-13 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-13 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-13 .tab-item {
  width: 80px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-14 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-14 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-14 .tab-item {
  width: 80px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper.num-15 .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper.num-15 .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper.num-15 .tab-item {
  width: 80px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .dot,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .dot,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .dot {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff0000;
  border: 2px solid #3d3d3d;
  z-index: 5;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
  pointer-events: none;
  animation: pulse-red 2s infinite;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .tab-item,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .tab-item,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .tab-item {
  cursor: pointer;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3d3d3d;
  border-radius: 10px;
  padding: 5px 10px 10px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play {
  position: absolute;
  bottom: -10px;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%) scale(0.8);
  background: linear-gradient(to bottom, #f6d889 0%, #edc86c 45%, #e2b84f 100%);
  color: #8e6221;
  padding: 2px 8px 2px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.6), 0 2px 4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 3px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play::after,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play::after,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play::after {
  content: "\e90a";
  font-size: 13px;
  line-height: 13px;
  padding-left: -10px;
  display: inline-block;
  transform: rotate(90deg) scale(1.5);
  transform-origin: center;
  font-family: "icomoon" !important;
}
@media (min-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play:hover,
  .card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play:hover,
  .modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play:hover {
    background: linear-gradient(to bottom, #ffe39a, #f2c65f, #e0b046);
    transform: translateX(-50%) scale(1.1);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.8), 0 4px 10px rgba(0, 0, 0, 0.4), 0 0 12px rgba(246, 216, 137, 0.5);
    color: #6d4b1a;
  }
  .card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play:active,
  .card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play:active,
  .modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .tab-item .btn-tab-play:active {
    transform: translateX(-50%) scale(0.95);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.1s ease;
  }
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .tab-item img,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .tab-item img,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .tab-item img {
  width: 50px;
  height: 50px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active {
  background: linear-gradient(180deg, #f9e19d 0%, #b88a3b 45%, #8e6221 100%);
  box-shadow: 0 0 15px rgba(184, 138, 59, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #ffebad;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active .tab-text,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active .tab-text,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active .tab-text {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active .btn-tab-play,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active .btn-tab-play,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active .btn-tab-play {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
  bottom: -14px;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active[data-type=signin] .btn-tab-play,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active[data-type=signin] .btn-tab-play,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .tab-item.active[data-type=signin] .btn-tab-play {
  opacity: 0;
}
.card-wrapper .card.card-promote.promote-reward .mission-tab-wrapper .tab-text,
.card-wrapper-reward .card.card-promote.promote-reward .mission-tab-wrapper .tab-text,
.modal-promo-popup .card.card-promote.promote-reward .mission-tab-wrapper .tab-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list {
  display: none;
  position: relative;
  margin-top: -10px;
  margin-bottom: 0;
  border-radius: 0 0 15px 15px;
  padding: 15px;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .tip,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .tip,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .tip {
  padding: 5px 0;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .tip .highlight,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .tip .highlight,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .tip .highlight {
  color: #F1D191;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .tip,
.card-wrapper .card.card-promote.promote-reward .sub-card-list .tip span,
.card-wrapper .card.card-promote.promote-reward .sub-card-list .card-alert,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .tip,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .tip span,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .card-alert,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .tip,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .tip span,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .card-alert {
  font-size: 12px;
  color: #FFF;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list.no-wager .card-alert,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list.no-wager .card-alert,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list.no-wager .card-alert {
  display: flex;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list.no-wager .sub-card.undone,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list.no-wager .sub-card.undone,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list.no-wager .sub-card.undone {
  box-shadow: 0 0 0 6px rgba(129, 140, 152, 0.4) inset, 0 0 0 3px #818c98 inset;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list.no-wager .sub-card.undone .progress,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list.no-wager .sub-card.undone .progress,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list.no-wager .sub-card.undone .progress {
  background-color: #818c98;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .card-alert,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .card-alert,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .card-alert {
  display: none;
  gap: 5px;
  color: #F2EEE6;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .card-alert::before,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .card-alert::before,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .card-alert::before {
  font-size: 16px;
  color: #E0BC73;
  content: "\e907";
  font-family: "icomoon" !important;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .sub-card,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .sub-card,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .sub-card {
  display: grid;
  margin-top: 10px;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  background-color: #F2EEE6;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  padding: 15px;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .sub-card .item-title,
.card-wrapper .card.card-promote.promote-reward .sub-card-list .sub-card .item-title span,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .sub-card .item-title,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .sub-card .item-title span,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .sub-card .item-title,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .sub-card .item-title span {
  font-weight: 500;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .item-btn,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .item-btn,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .item-btn {
  grid-column: 2/3;
  grid-row: 1/3;
  margin-left: 5px;
  margin-bottom: 10px;
  background-image: linear-gradient(#D9A641, #D9B877);
}
@media (max-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .sub-card-list .item-btn,
  .card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .item-btn,
  .modal-promo-popup .card.card-promote.promote-reward .sub-card-list .item-btn {
    min-width: 85px;
  }
}
@media (min-width: 1025px) {
  .card-wrapper .card.card-promote.promote-reward .sub-card-list .item-btn,
  .card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .item-btn,
  .modal-promo-popup .card.card-promote.promote-reward .sub-card-list .item-btn {
    min-width: 100px;
  }
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .detail-content,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .detail-content,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .detail-content {
  display: none;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list.hybrid-style .item-img,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list.hybrid-style .item-img,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list.hybrid-style .item-img {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  z-index: 10;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list.hybrid-style .item-img:active .btn-play,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list.hybrid-style .item-img:active .btn-play,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list.hybrid-style .item-img:active .btn-play {
  top: 4px;
  box-shadow: #c89b00 0px 3px 2px, #000 0px 3px 5px;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list.hybrid-style .item-img img,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list.hybrid-style .item-img img,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list.hybrid-style .item-img img {
  margin-top: -10px;
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list.hybrid-style .btn-play,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list.hybrid-style .btn-play,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list.hybrid-style .btn-play {
  width: 100%;
  max-width: 70px;
  border: none;
  background: linear-gradient(180deg, #ffdf7e, #f2a900);
  color: #3a2a00;
  padding: 4px 3px;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.2s;
  margin-top: -15px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  letter-spacing: 0.5px;
  box-shadow: #c89b00 0px 5px 2px, #000 0px 6px 4px;
  font-family: inherit;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .ing,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .ing,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .ing {
  box-shadow: 0 0 0 6px rgba(217, 184, 119, 0.4) inset, 0 0 0 3px #D9B877 inset;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .undone .item-btn,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .undone .item-btn,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .undone .item-btn {
  pointer-events: none;
  background-image: linear-gradient(rgba(92, 102, 112, 0.5), rgba(57, 64, 70, 0.7));
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .undone .item-progressBar,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .undone .item-progressBar,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .undone .item-progressBar {
  display: block;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .done .btn-play,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .done .btn-play,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .done .btn-play {
  display: none;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .got,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .got,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .got {
  opacity: 0.7;
}
.card-wrapper .card.card-promote.promote-reward .sub-card-list .got .btn-play,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card-list .got .btn-play,
.modal-promo-popup .card.card-promote.promote-reward .sub-card-list .got .btn-play {
  display: none;
}
.card-wrapper .card.card-promote.promote-reward .detail-content,
.card-wrapper-reward .card.card-promote.promote-reward .detail-content,
.modal-promo-popup .card.card-promote.promote-reward .detail-content {
  display: none;
}
.card-wrapper .card.card-promote.promote-reward .sub-card .item-btn,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-btn,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-btn {
  padding: 10px 10px 13px;
  white-space: nowrap;
  color: #F2EEE6;
  border-radius: 8px;
  background-image: linear-gradient(#D9A641, #D9B877);
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.25) inset;
}
.card-wrapper .card.card-promote.promote-reward .sub-card .item-btn span,
.card-wrapper .card.card-promote.promote-reward .sub-card .item-btn .icon-copy,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-btn span,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-btn .icon-copy,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-btn span,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-btn .icon-copy {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.card-wrapper .card.card-promote.promote-reward .sub-card .item-btn .icon-copy,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-btn .icon-copy,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-btn .icon-copy {
  margin-right: 5px;
}
.card-wrapper .card.card-promote.promote-reward .sub-card .item-progressBar,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-progressBar,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-progressBar {
  display: none;
  grid-column: 1/3;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
}
.card-wrapper .card.card-promote.promote-reward .sub-card .item-progressBar .progress,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-progressBar .progress,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-progressBar .progress {
  height: 10px;
  width: calc(var(--part) / var(--total) * 100%);
  border-radius: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  background-color: #D9A641;
}
@media (max-width: 1024px) {
  .card-wrapper .card.card-promote.promote-reward .sub-card .item-progressBar .progress,
  .card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-progressBar .progress,
  .modal-promo-popup .card.card-promote.promote-reward .sub-card .item-progressBar .progress {
    background-size: calc(100vw - 30px);
  }
}
@media (min-width: 1025px) {
  .card-wrapper .card.card-promote.promote-reward .sub-card .item-progressBar .progress,
  .card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-progressBar .progress,
  .modal-promo-popup .card.card-promote.promote-reward .sub-card .item-progressBar .progress {
    background-size: 460px;
  }
}
.card-wrapper .card.card-promote.promote-reward .sub-card .item-title,
.card-wrapper .card.card-promote.promote-reward .sub-card .item-title span,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-title,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-title span,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-title,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-title span {
  font-size: 16px;
  font-weight: bold;
  color: rgba(57, 64, 70, 0.8);
}
.card-wrapper .card.card-promote.promote-reward .sub-card .item-completionRate,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-completionRate,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-completionRate {
  margin-top: 8px;
  margin-bottom: 2px;
}
.card-wrapper .card.card-promote.promote-reward .sub-card .item-completionRate span,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-completionRate span,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-completionRate span {
  font-size: 14px;
  font-weight: bold;
  color: rgba(57, 64, 70, 0.8);
}
.card-wrapper .card.card-promote.promote-reward .sub-card .item-completionRate .icon-lotto-userB,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-completionRate .icon-lotto-userB,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-completionRate .icon-lotto-userB {
  font-size: 12px;
  margin-left: 4px;
  color: rgba(57, 64, 70, 0.8);
}
.card-wrapper .card.card-promote.promote-reward .sub-card .item-done,
.card-wrapper-reward .card.card-promote.promote-reward .sub-card .item-done,
.modal-promo-popup .card.card-promote.promote-reward .sub-card .item-done {
  grid-column: 2/3;
  grid-row: 1/3;
  margin-left: 5px;
  margin-bottom: 20px;
  padding: 0 3px;
  font-size: 20px;
  font-weight: bold;
  color: #B82E2E;
  border-radius: 5px;
  border: 3px solid #B82E2E;
}

.modal-promo-popup .card-promote.promote-reward {
  box-shadow: none !important;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.promote-signup-rebate.card.card-promote .box-promote:not(.descHtml) {
  text-align: center;
  padding: 0 0 30px;
}
.promote-signup-rebate .selected.periodBox .periodLabel::before, .promote-signup-rebate .selected.periodBox .periodLabel::after {
  background-color: #ADA085;
}
.promote-signup-rebate .selected.periodBox .periodDate {
  outline: 2px solid #ADA085;
}
.promote-signup-rebate .selected + .periodBox .periodLabel::before {
  background-color: #ADA085;
}
.promote-signup-rebate .selected.periodBox.active .periodDate {
  outline: 2px solid rgba(173, 160, 133, 0.6);
}
.promote-signup-rebate .active.periodBox .periodLabel::before, .promote-signup-rebate .active.periodBox .periodLabel::after {
  background-color: #7e7567;
}
.promote-signup-rebate .active.periodBox .periodDate {
  color: #FFFCE4;
  background-color: #7e7567;
}
.promote-signup-rebate .active + .periodBox .periodLabel::before {
  background-color: #7e7567;
}
.promote-signup-rebate .active.detailArea {
  border: 1px solid #7e7567;
  outline: 3px solid #E3D7B5;
}
.promote-signup-rebate .active.detailArea .dateBox {
  background-color: #7e7567;
}
.promote-signup-rebate .active.detailArea .dateBox i, .promote-signup-rebate .active.detailArea .dateBox span {
  color: #FFFCE4;
}
.promote-signup-rebate .periodContent {
  display: inline-flex;
  max-width: 100%;
  overflow-x: scroll;
  cursor: grab;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .promote-signup-rebate .periodContent {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .promote-signup-rebate .periodContent::-webkit-scrollbar {
    display: block;
    height: 8px;
    border-radius: 8px;
  }
  .promote-signup-rebate .periodContent::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }
  .promote-signup-rebate .periodContent::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 8px;
    background-color: rgba(136, 136, 136, 0.3);
  }
  .promote-signup-rebate .periodContent::-webkit-scrollbar-thumb:hover {
    background-color: rgba(136, 136, 136, 0.5);
  }
  .promote-signup-rebate .periodContent::-webkit-scrollbar-button, .promote-signup-rebate .periodContent::-webkit-scrollbar-corner, .promote-signup-rebate .periodContent::-webkit-resizer {
    background-color: transparent;
  }
}
.promote-signup-rebate .periodContent:has(.periodBox:only-child) {
  display: none;
}
.promote-signup-rebate .periodContent .periodBox {
  text-align: center;
}
@media (max-width: 1024px) {
  .promote-signup-rebate .periodContent .periodBox {
    min-width: 21vw;
  }
}
@media (min-width: 1025px) {
  .promote-signup-rebate .periodContent .periodBox {
    min-width: 85px;
  }
}
.promote-signup-rebate .periodContent .periodBox:last-child .periodLabel {
  width: 8px;
}
.promote-signup-rebate .periodContent .periodBox:last-child .periodLabel::after {
  display: none;
}
.promote-signup-rebate .periodContent .periodLabel {
  position: relative;
  white-space: nowrap;
  height: 20px;
  left: calc(50% - 4px);
}
.promote-signup-rebate .periodContent .periodLabel::before, .promote-signup-rebate .periodContent .periodLabel::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #E3D7B5;
  border-radius: 10px;
}
.promote-signup-rebate .periodContent .periodLabel::before {
  width: 8px;
  aspect-ratio: 1;
}
.promote-signup-rebate .periodContent .periodLabel::after {
  margin: 0 4px;
  height: 2px;
  width: calc(100% - 8px - 8px);
}
.promote-signup-rebate .periodContent .periodDate {
  display: inline-block;
  width: fit-content;
  padding: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #3B3B3B;
  border-radius: 5px;
  background-color: #E3D7B5;
}
.promote-signup-rebate .detailArea {
  min-height: 100px;
  display: grid;
  grid-template-columns: 45% 55%;
  vertical-align: top;
  white-space: nowrap;
  border: 1px solid #E3D7B5;
  border-radius: 8px;
  overflow: hidden;
}
.promote-signup-rebate .detailArea span {
  color: #3B3B3B;
}
.promote-signup-rebate .detailArea .dateBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 100%;
  background-color: #E3D7B5;
}
.promote-signup-rebate .detailArea .dateBox .boxDay,
.promote-signup-rebate .detailArea .dateBox .boxTime {
  display: block;
  text-align: center;
}
.promote-signup-rebate .detailArea .dateBox .boxDay {
  font-size: 14px;
  font-weight: bold;
}
.promote-signup-rebate .detailArea .dateBox .boxTime {
  font-size: 10px;
}
.promote-signup-rebate .detailArea .dateBox .icon-EZ-UP {
  font-size: 12px;
  transform: rotate(90deg);
}
.promote-signup-rebate .detailArea ul.typeBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  padding: 5px !important;
}
.promote-signup-rebate .detailArea ul.typeBox li.detailType {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promote-signup-rebate .detailArea ul.typeBox li.detailType:not(last-child) {
  margin-bottom: 5px;
}
.promote-signup-rebate .detailArea ul.typeBox span {
  font-size: 14px;
  font-weight: 400;
}

.SignUpRebateDetailBox {
  margin: 5px auto 10px;
}
.SignUpRebateDetailBox .swiper-wrapper {
  padding: 3px 0px;
}
.SignUpRebateDetailBox .swiper-slide {
  width: 85%;
  cursor: grab;
}

.accordion-promo {
  margin-bottom: 20px;
}
.accordion-promo .accordion-promo-tit {
  display: block;
  font-size: 90%;
  text-align: left;
  position: relative;
  color: #757575;
  line-height: 22px;
  height: 20px;
  padding: 0;
  margin-bottom: 5px;
}
.accordion-promo .accordion-item .accordion-tit-txt {
  background: #fbfbfb;
  border-radius: 13px;
  margin-right: 40px;
  border: 1px solid #f1f1f1;
  margin-bottom: 8px;
}
.accordion-promo .accordion-item:has(.radio-btns input:disabled) .accordion-body .card.card-promote {
  background: #fbfbfb;
}
.accordion-promo .accordion-item:has(.radio-btns input:disabled) .accordion-body .card.card-promote .promote-banner img {
  filter: grayscale(1);
  opacity: 0.5;
}
.accordion-promo .accordion-item:has(.radio-btns input:disabled) .accordion-body .card.card-promote .box-promote .list-dot {
  filter: grayscale(1);
}
.accordion-promo .accordion-item .accordion-tit {
  display: flex;
  position: relative;
  padding: 0;
}
.accordion-promo .accordion-item .accordion-tit .btn.btn-toggle {
  position: absolute;
  right: 0px;
  top: 8px;
  border: none;
  background: none;
  padding: 0;
}
.accordion-promo .accordion-item .accordion-tit .btn.btn-toggle::after {
  font-family: "icomoon" !important;
  content: "\e905";
  font-size: 18px;
}
.accordion-promo .accordion-item .accordion-tit .btn.btn-toggle.collapsed::after {
  content: "\e97a" !important;
}
.accordion-promo .accordion-item .accordion-tit .accordion-tit-txt {
  position: relative;
  line-height: normal;
  padding: 8px 12px 8px 42px;
  font-weight: bold;
  font-size: 90%;
  width: 100%;
  display: flex;
  min-height: 46px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  gap: 3px;
  color: #000;
}
.accordion-promo .accordion-item .accordion-tit .accordion-tit-txt .amount-require {
  position: absolute;
  top: -3px;
  font-size: 10px;
  right: 10px;
  font-weight: normal;
  line-height: normal;
  padding: 1px 5px;
  background-color: #2ddcf7;
  border-radius: 2px 2px 8px 8px;
}
.accordion-promo .accordion-item .accordion-tit .accordion-tit-txt .tag {
  display: inline-block;
  font-size: 11px;
  color: #5D4500;
  background: #FFBE00;
  padding: 2px 7px;
  border-radius: 50px;
}
.accordion-promo .accordion-item .accordion-tit .accordion-tit-txt .promo-tag {
  color: #000;
  background: #E8E8E8;
  padding: 2px 7px;
  font-size: 11px;
  border-radius: 50px;
}
.accordion-promo .accordion-item .accordion-tit .accordion-tit-txt .promo-tag::before {
  content: "#";
}
.accordion-promo .accordion-item .accordion-body {
  text-align: left;
  padding-right: 48px;
  padding-left: 0px;
}
.accordion-promo .accordion-item .accordion-body .card.card-promote {
  width: 100%;
  margin-bottom: 20px;
}
.accordion-promo .accordion-item .accordion-body .card.card-promote .box-promote {
  width: 100%;
  max-height: unset;
  mask-image: unset;
  -webkit-mask-image: unset;
}

.radio-btns {
  width: 100%;
  padding: 0 48px 0 0px;
}
.radio-btns .accordion-tit-txt {
  position: relative;
  padding-left: 20px;
}
.radio-btns .accordion-tit-txt input[type=radio], .radio-btns .accordion-tit-txt input[type=checkbox] {
  display: none;
}
.radio-btns .accordion-tit-txt input:checked + .button {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  border: 1px solid #f7c12d;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.radio-btns .accordion-tit-txt input:checked + .button::before {
  content: "\e90f";
  background-color: #f7c12d;
  color: #fff;
  border: 1px solid #f7c12d;
}
.radio-btns .accordion-tit-txt input:disabled + .button {
  position: absolute;
  content: "\e98a";
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 13px;
  background-color: #fff;
}
.radio-btns .accordion-tit-txt input:disabled + .button::before {
  content: "\e98a";
}
.radio-btns .accordion-tit-txt .button {
  position: absolute;
  top: 0px;
  left: 0;
}
.radio-btns .accordion-tit-txt .button::before {
  content: "\e90f";
  font-family: "icomoon";
  font-size: 20px;
  position: absolute;
  left: 10px;
  margin: 10px 0;
  width: 23px;
  height: 23px;
  border-radius: 99px;
  background-color: #fbfbfb;
  color: #dedede;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-point:not(.div-tb) {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px;
  padding: 5px 5px 5px 8px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  background-color: #222;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .div-point:not(.div-tb) {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .div-point:not(.div-tb) {
    width: fit-content;
    min-width: fit-content;
  }
}
.div-point:not(.div-tb)::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background-color: #f6a623;
  box-shadow: 0 -1px 4px #f6a623;
  border-radius: 0 2px 2px 0;
}
.div-point:not(.div-tb) img {
  width: 30px !important;
  height: 30px;
}
.div-point:not(.div-tb) .div-content {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex: 1;
}
@media (min-width: 1025px) {
  .div-point:not(.div-tb) .div-content {
    min-width: 250px;
  }
  .div-point:not(.div-tb) .div-content:hover .icon-search::before {
    color: #fff;
  }
}
.div-point:not(.div-tb) .btn-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}
.div-point:not(.div-tb) .icon-search::before {
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  transition: all 0.15s ease;
}
.div-point:not(.div-tb) .btn-store {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  padding: 5px 8px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #332200;
  background: linear-gradient(180deg, #FFD700 0%, #FF8C00 100%);
  box-shadow: 0 3px 0 #965300, 0 10px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.15s ease;
}
@media (min-width: 1025px) {
  .div-point:not(.div-tb) .btn-store:active, .div-point:not(.div-tb) .btn-store:hover {
    transform: translateY(1px);
    filter: brightness(1.1);
  }
}

.div-reward-point {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px;
  padding: 5px 5px 5px 8px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  background-color: #222;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .div-reward-point {
    width: 100%;
    max-width: 400px;
  }
}
@media (min-width: 1025px) {
  .div-reward-point {
    width: fit-content;
    min-width: fit-content;
  }
}
.div-reward-point::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background-color: #f6a623;
  box-shadow: 0 -1px 4px #f6a623;
  border-radius: 0 2px 2px 0;
}
.div-reward-point .div-content {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex: 1;
  background: none;
}
@media (min-width: 1025px) {
  .div-reward-point .div-content {
    min-width: 250px;
  }
  .div-reward-point .div-content:hover .amount,
  .div-reward-point .div-content:hover .icon-search::before {
    color: #fff;
  }
}
.div-reward-point .div-content img {
  width: 30px;
  height: 30px;
}
.div-reward-point .div-content .amount,
.div-reward-point .div-content .icon-search::before {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s;
}
.div-reward-point .div-content .amount {
  flex: 1;
}
.div-reward-point .div-content .icon-search::before {
  padding-right: 10px;
}
.div-reward-point .btn-store {
  cursor: pointer;
  padding: 5px 8px 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #332200;
  background-image: linear-gradient(180deg, #FFD700 0%, #FF8C00 100%);
  box-shadow: inset 0 -3px 0 #965300, 0 5px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
@media (min-width: 1025px) {
  .div-reward-point .btn-store:active, .div-reward-point .btn-store:hover {
    transform: translateY(1px);
    filter: brightness(1.1);
  }
}

.subpage-root.promo .tab-list {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin: 0 auto;
  padding: 3px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.subpage-root.promo .tab-list .tab-item {
  cursor: pointer;
  font-size: clamp(12px, 4vw, 14px);
  line-height: 1.2;
  flex: 1 1 auto;
  max-width: 55%;
  white-space: nowrap;
  text-align: center;
  text-decoration: unset;
  border-radius: 5px;
  color: #104472;
  background-color: transparent;
  transition: background 0.3s, color 0.3s;
}
.subpage-root.promo .tab-list .tab-item.active {
  color: #fff;
  background-color: #104472;
}
.subpage-root.promo .tab-list.num-0 ~ .dot-indicator, .subpage-root.promo .tab-list.num-1 ~ .dot-indicator {
  display: none !important;
}
@media (max-width: 839px) {
  .subpage-root.promo .tab-list {
    flex-wrap: wrap;
    width: 100%;
    border-radius: 0;
  }
  .subpage-root.promo .tab-list .tab-item {
    padding: 5px 8px;
    border: 1px solid rgba(16, 68, 114, 0.3);
  }
}
@media (min-width: 840px) {
  .subpage-root.promo .tab-list {
    flex-wrap: nowrap;
    width: fit-content;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .subpage-root.promo .tab-list .tab-item {
    min-width: 110px;
    padding: 8px 20px;
  }
  .subpage-root.promo .tab-list .tab-item:hover:not(.active) {
    background-color: rgba(33, 97, 153, 0.3);
  }
}
@media (max-width: 839px) {
  .vn .subpage-root.promo .tab-list .tab-item {
    font-size: 12px;
  }
}

.tooltip-group {
  position: relative;
  display: inline-block;
}
@media (min-width: 1024px) {
  .tooltip-group:hover .tooltip-body {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
  }
}
.tooltip-group .btn-i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #FF6E00;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border-radius: 40px;
}
.tooltip-group .btn-i::before {
  content: "i";
  font-weight: normal;
}
@media (min-width: 1024px) {
  .tooltip-group .btn-i:hover {
    transition: all 0.15s ease-in-out;
    box-shadow: 0 0 0 2px #ffd6b7;
  }
}
.tooltip-group .tooltip-body {
  display: none;
  position: absolute;
  left: 50%;
  top: 25px;
  z-index: 100;
  border-radius: 5px;
  padding: 10px;
  max-width: 500px;
  transform: translateX(-50%);
  background: #f7f7f7;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5), inset 0 0 1px 0 rgba(0, 0, 0, 0.6);
}
.tooltip-group .tooltip-body::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent rgba(0, 0, 0, 0.7254901961) transparent;
}
.tooltip-group .tooltip-body p {
  white-space: initial;
  font-size: 13px;
}
.tooltip-group .tooltip-body.top-start {
  right: auto;
  left: -10px;
  transform: none;
  top: auto;
  bottom: 25px;
}
.tooltip-group .tooltip-body.top-start::before {
  top: auto;
  bottom: -7px;
  right: auto;
  transform: none;
  left: 12px;
  border-width: 7px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
}
.tooltip-group .tooltip-body.top-center {
  top: auto;
  bottom: 25px;
}
.tooltip-group .tooltip-body.top-center::before {
  top: auto;
  bottom: -7px;
  border-width: 7px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
}
.tooltip-group .tooltip-body.top-end {
  top: auto;
  bottom: 25px;
  left: auto;
  right: -10px;
  transform: none;
}
.tooltip-group .tooltip-body.top-end::before {
  left: auto;
  transform: none;
  right: 12px;
  top: auto;
  bottom: -7px;
  border-width: 7px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
}
.tooltip-group .tooltip-body.bottom-start {
  right: auto;
  left: -10px;
  transform: none;
}
.tooltip-group .tooltip-body.bottom-start::before {
  right: auto;
  transform: none;
  left: 13px;
}
.tooltip-group .tooltip-body.bottom-end {
  left: auto;
  right: -10px;
  transform: none;
}
.tooltip-group .tooltip-body.bottom-end::before {
  left: auto;
  transform: none;
  right: 13px;
}
.tooltip-group.default-show .tooltip-body {
  display: inline-block !important;
}
.tooltip-group .tooltip-body.relative {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: none;
}

.modal-box.modal-claimByCurrentBalance .txt-currency::before {
  font-size: 80%;
}
.modal-box.modal-claimByCurrentBalance .box-promote {
  width: auto !important;
  min-height: unset !important;
}
.modal-box.modal-claimByCurrentBalance .modal-main {
  border: 2px solid #555 !important;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.modal-box.modal-claimByCurrentBalance .modal-top {
  display: block;
  padding: 0;
  background: none;
}
.modal-box.modal-claimByCurrentBalance .modal-top img {
  aspect-ratio: 25/9;
  width: 100%;
}
.modal-box.modal-claimByCurrentBalance .modal-top .modal-title {
  color: #333;
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
  margin: 5px auto -15px;
  text-align: center;
}
.modal-box.modal-claimByCurrentBalance .modal-layout {
  padding: 0;
}
.modal-box.modal-claimByCurrentBalance .modal-layout > p {
  display: inline-block;
  color: #333;
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
  margin: 5px auto -15px;
}
.modal-box.modal-claimByCurrentBalance .modal-layout .group-input {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 5px;
  margin: 15px;
  font-size: 14px;
  width: calc(100% - 30px);
}
.modal-box.modal-claimByCurrentBalance .modal-layout .group-input .txt-error {
  grid-column: 1/3;
  margin-bottom: 0;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}
.modal-box.modal-claimByCurrentBalance .modal-layout .input-label {
  width: fit-content;
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: 600;
  color: #333 !important;
}
.modal-box.modal-claimByCurrentBalance .modal-layout .input-txt {
  color: #333;
  line-height: 30px;
  text-align: right;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
.modal-box.modal-claimByCurrentBalance .modal-layout .input-txt:focus {
  border-color: #FFBF00;
}
.modal-box.modal-claimByCurrentBalance .modal-layout .input-txt::placeholder {
  font-size: 14px;
  color: #afafaf !important;
}
.modal-box.modal-claimByCurrentBalance .card.card-promote {
  max-width: calc(100% - 30px);
  margin: 15px;
  padding: 10px;
  border: none;
  box-shadow: none;
  border-radius: 10px;
}
.modal-box.modal-claimByCurrentBalance .card.card-promote .box-promote {
  padding: 0;
  display: block !important;
  mask-image: none;
}
.modal-box.modal-claimByCurrentBalance .card.card-promote .calc-hidden {
  font-weight: bold;
  margin: 0;
  color: #D32F2F;
}
.modal-box.modal-claimByCurrentBalance .modal-main .modal-footer {
  background-color: #F1F1F1;
  display: flex;
}
.modal-box.modal-claimByCurrentBalance .modal-main .modal-footer button {
  width: calc(50% - 2.5px);
  height: auto;
  border-radius: 50px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 600;
  padding: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), inset 0 0.0625rem 0.125rem 0 rgba(255, 255, 255, 0.7);
}
.modal-box.modal-claimByCurrentBalance .modal-main .modal-footer button + button {
  margin-left: 5px;
}
.modal-box.modal-claimByCurrentBalance .modal-main .modal-footer .btn-primary {
  color: #FFF;
  text-shadow: 0 1px 2px #333;
  border-color: #E0841A;
  background-image: linear-gradient(0deg, #FFBF00, #E0841A);
}
.modal-box.modal-claimByCurrentBalance .modal-main .modal-footer .btn-primary:disabled {
  border-color: #999;
  background-image: linear-gradient(0deg, #A39E8F, #8C8173);
}
.modal-box.modal-claimByCurrentBalance .modal-main .modal-footer .btn-secondary {
  border: none;
  text-shadow: none;
  color: #E0841A !important;
  background: #FFF !important;
}

.page-web.type-W .modal-box.modal-claimByCurrentBalance .modal-main {
  border-radius: 8px !important;
}

.modal-claimByCurrentBalance .card-promote .box-promote ul.list-dot li {
  font-size: 12px;
}

.modal-box.modal-MULTIBALANCE.hide .modal-main {
  top: 120px;
  transform: translate(-50%, 0%);
}
.modal-box.modal-MULTIBALANCE.show .modal-main {
  top: 120px;
  transform: translate(-50%, 0%);
}
.modal-box.modal-MULTIBALANCE > .modal-main > .modal-top {
  position: absolute !important;
  top: -15px;
  z-index: 200;
  min-height: 30px;
}
.modal-box.modal-MULTIBALANCE > .modal-main > .modal-top .close {
  background: #404040 !important;
  border-radius: 100px;
  right: -20px;
}
.modal-box.modal-MULTIBALANCE .modal-main {
  background: #E7E7E7 !important;
  border: 3px solid #CECECE;
  border-radius: 15px;
  overflow: visible;
  min-height: auto;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-layout {
  padding-top: 0;
  border-radius: 15px;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  background: #fff;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.0588235294);
  gap: 0;
  padding: 10px;
  border-radius: 0 0 12px 12px;
  z-index: 10;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .tit {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer p {
  font-size: 13px;
  margin: 0;
  text-align: center;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .txt-group-info {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .txt-group-info .txt-currency {
  padding-left: 3px;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .txt-group-info .ct {
  width: 5%;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .txt-group-info .txt {
  width: 48%;
  display: flex;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .txt-group-info .txt.lt {
  justify-content: flex-start;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .txt-group-info .txt.rt {
  justify-content: flex-end;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .txt-group-info.txt-gray .txt,
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .txt-group-info.txt-gray .txt-currency {
  font-weight: normal;
  color: #8e8e8e;
  font-size: 12px;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .button-col-group {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 0;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .button-col-group .btn {
  height: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 8px 0;
  border: none;
  box-shadow: none;
  border-radius: 5px;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .button-col-group .btn b,
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .button-col-group .btn small {
  display: block;
  font-weight: normal;
  line-height: normal;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3019607843);
  font-size: 15px;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .button-col-group .btn small {
  font-size: 11px;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .button-col-group .btn.btn-primary {
  background: linear-gradient(#004576, #00629C);
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .button-col-group .btn.btn-secondary {
  background: linear-gradient(#0078CD, #1E8DCF);
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .tooltip-group {
  display: block;
  width: 100%;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .tooltip-group .tooltip-body {
  box-shadow: none;
  background: #F9B737;
  padding: 5px 10px;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .tooltip-group .tooltip-body p {
  color: #584214;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .tooltip-group .tooltip-body.top-center {
  margin-bottom: 10px;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .tooltip-group .tooltip-body.top-center::before {
  transform: none;
  border-color: #F9B737 transparent transparent transparent;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .tooltip-group .tooltip-body.bottom-center {
  margin-top: 10px;
}
.modal-box.modal-MULTIBALANCE .modal-main .modal-footer .tooltip-group .tooltip-body.bottom-center::before {
  transform: none;
  border-color: transparent transparent #F9B737 transparent;
}

.multi-balance {
  display: flex;
  position: sticky;
  gap: 1px;
  top: 0;
  z-index: 100;
  background: #E7E7E7;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px 10px 0 0;
}
.multi-balance .balance {
  padding: 10px 0 10px 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  align-items: center;
}
.multi-balance .balance .tit {
  color: #5B5B5B;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
}
.multi-balance .balance .txt-currency {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.multi-balance .balance .txt-currency::before {
  font-size: 12px;
}
.multi-balance .balance:first-child {
  border-top-left-radius: 12px;
}
.multi-balance .balance:last-child {
  border-top-right-radius: 12px;
}
.multi-balance .balance .txt-date {
  padding-top: 3px;
  font-size: 11px;
  color: #9e9e9e;
}
.multi-balance .balance .txt-date p {
  margin: 0;
}
.multi-balance .multi-balance-info.tooltip-group {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.multi-balance .multi-balance-info.tooltip-group .btn {
  background: #fff;
  border-radius: 50px;
  padding: 0 5px;
  border: 1px solid #FFBE00;
  box-shadow: 0 2px 4px #c1c1c1;
  width: 30px;
  height: 25px;
  min-width: auto;
}
.multi-balance .multi-balance-info.tooltip-group .btn::before {
  position: absolute;
  left: 0;
  top: -1px;
  font-family: "icomoon";
  content: "\ea2c";
  font-size: 14px;
  color: #FFBE00;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  text-shadow: none;
}
@media (min-width: 1024px) {
  .multi-balance .multi-balance-info.tooltip-group:hover .tooltip-body {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8549019608);
    border-radius: 5px;
    max-width: none;
  }
  .multi-balance .multi-balance-info.tooltip-group:hover .tooltip-body p {
    width: auto;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 0;
  }
}
.multi-balance .tooltip-group {
  position: relative;
  display: inline-block;
}
.multi-balance .tooltip-group .tooltip-body {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  z-index: 100;
  border-radius: 5px;
  padding: 10px;
  max-width: 500px;
  transform: translateX(-50%);
  background: #f7f7f7;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5), inset 0 0 1px 0 rgba(0, 0, 0, 0.6);
}
.multi-balance .tooltip-group .tooltip-body::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent rgba(0, 0, 0, 0.7254901961) transparent;
}
.multi-balance .tooltip-group .tooltip-body p {
  white-space: initial;
  text-align: left;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .multi-balance .tooltip-group:hover .tooltip-body {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
  }
  .multi-balance .tooltip-group:hover .tooltip-body p {
    width: 400px;
  }
}

.modal-MULTIBALANCE .accordion-promo {
  padding: 10px 10px 0px 10px;
  margin-bottom: 0;
}
.modal-MULTIBALANCE .accordion-promo .accordion-item .radio-btns {
  padding-right: 30px;
}
.modal-MULTIBALANCE .accordion-promo .accordion-item .accordion-body {
  padding-right: 30px;
}
.modal-MULTIBALANCE .accordion-promo .card.card-promote {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.modal-MULTIBALANCE .accordion-promo .card.card-promote.show-detail {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.modal-MULTIBALANCE .accordion-promo .card.card-promote .box-promote {
  padding: 0 10px;
}
.modal-MULTIBALANCE .accordion-promo .card.card-promote .box-promote .card.card-promote {
  padding-bottom: 0;
  box-shadow: none;
}
.modal-MULTIBALANCE .accordion-promo .card.card-promote .box-promote .txt-link {
  color: #216199 !important;
}
.modal-MULTIBALANCE .accordion-promo .accordion-tit .btn {
  min-width: auto;
  top: 10px;
  text-shadow: none;
  color: #000;
}
.modal-MULTIBALANCE .accordion-promo .accordion-tit .accordion-tit-txt {
  color: #000;
}
.modal-MULTIBALANCE .accordion-promo .accordion-tit .accordion-tit-txt .button {
  animation: none;
}
.modal-MULTIBALANCE .modal-promo-tnc .modal-mask {
  top: -5px;
  left: -5px;
}
.modal-MULTIBALANCE .modal-promo-tnc .modal-layout .tit {
  margin-bottom: 10px;
}

.NWC .modal-box.modal-MULTIBALANCE .modal-top {
  border-radius: 15px 15px 0 0;
  background: none;
}
.NWC .modal-box.modal-MULTIBALANCE .modal-layout {
  border-radius: 15px;
  padding: 0;
}
.NWC .modal-box.modal-MULTIBALANCE .multi-balance + .accordion-promo {
  background: #f1f1f1;
  border-radius: 0 0 10px 10px;
}
.NWC .modal-box.modal-MULTIBALANCE .modal-footer .btn.btn-secondary {
  background: #f32120 !important;
}
.NWC.banking-page .modal-box.modal-MULTIBALANCE .modal-main {
  top: 5vh;
  max-height: 90vh;
}

.modal-promo-popup .modal-main {
  background: none;
  border: none;
  box-shadow: none;
}
.modal-promo-popup .modal-main .modal-layout {
  padding: 10px 20px !important;
}
.modal-promo-popup .modal-main .modal-top {
  display: block;
  min-height: unset;
  padding: 0;
}
.modal-promo-popup .modal-main .modal-top .close {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
  width: 40px;
  height: 40px;
  font-size: 40px;
  border-radius: 40px;
  font-weight: 500;
  margin-left: auto;
}
.modal-promo-popup .modal-main .modal-top .icon-close {
  font-size: 40px;
}
.modal-promo-popup .modal-main .card.card-promote {
  max-width: 100%;
}
.modal-promo-popup .modal-main .card.promote-reward {
  padding-top: 10px;
}
.modal-promo-popup .modal-main .card.promote-reward .box-promote {
  max-height: unset;
  mask-image: unset;
  -webkit-mask-image: unset;
}
.modal-promo-popup .modal-main:has(.promote-reward) .modal-top .close {
  background: #666;
  color: #fff;
}
.modal-promo-popup .modal-main:has(.promote-reward) .modal-layout {
  padding: 10px 10px 0 0;
}
.modal-promo-popup .modal-main .modal-promo-tnc.hide {
  width: auto;
}

.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main {
  padding: 0;
  height: auto;
  min-height: auto !important;
  overflow: visible;
  background: #fff !important;
  border: none;
  border-radius: 20px !important;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .modal-top,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .modal-top,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .modal-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 5px;
  background: none !important;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .modal-title,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .modal-title,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .modal-title {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-height: 50px !important;
  font-size: 20px !important;
  font-weight: bold;
  color: #333 !important;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .close,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .close,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .close {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  width: 40px;
  height: 40px;
  font-size: 40px;
  font-weight: 500;
  text-decoration: none;
  background: #b3b3b3;
  background-color: #b3b3b3;
  border-radius: 50px;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .close i,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .close i,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .close i {
  font-size: 40px;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .close i::before,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .close i::before,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .close i::before {
  color: #fff;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .close .icon-close,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .close .icon-close,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .close .icon-close {
  background-color: transparent !important;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .modal-layout,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .modal-layout,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .modal-layout {
  padding: 10px 15px;
  max-height: 65vh;
  background: #fff;
  border-radius: 20px;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .modal-layout .card-promote,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .modal-layout .card-promote,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .modal-layout .card-promote {
  border: none;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .modal-layout .tit,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .modal-layout .tit,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .modal-layout .tit {
  color: #333;
  text-align: center;
  font-size: 13px;
  text-decoration: underline;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .modal-layout .list-dot,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .modal-layout .list-dot,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .modal-layout .list-dot {
  text-align: left;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .modal-layout .list-dot li,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .modal-layout .list-dot li,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .modal-layout .list-dot li {
  color: #333;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .modal-layout .accordion .accordion-header,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .modal-layout .accordion .accordion-header,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .modal-layout .accordion .accordion-header {
  color: #333;
}
.modal-open.device-mobile .modal-box.modal-promo-tnc .modal-main .button-box p,
.modal-open.device-PC .modal-box.modal-promo-tnc .modal-main .button-box p,
.modal-open.banking-page .modal-box.modal-promo-tnc .modal-main .button-box p {
  color: #333 !important;
}

.modal-box.modal-promo-tnc .modal-header .close {
  display: none;
}
.modal-box.modal-promo-tnc .modal-dialog .modal-content {
  border: none;
}

.subpage-root.promo .modal-dialog {
  border-radius: 15px;
  overflow: hidden;
  min-height: unset;
  height: 100%;
}
.subpage-root.promo .modal-dialog .modal-content {
  height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
  background: #fff;
}
.subpage-root.promo .modal-dialog .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
.subpage-root.promo .modal-dialog .modal-header .modal-title {
  color: #333;
}
.subpage-root.promo .modal-dialog .modal-header .close {
  background: #b3b3b3;
  opacity: 1;
  border-radius: 50px;
  font-size: 35px;
}
.subpage-root.promo .modal-dialog .modal-header .close::before {
  display: none;
}
.subpage-root.promo .modal-dialog .modal-header .close i {
  display: block;
}
.subpage-root.promo .modal-dialog .modal-header .close i::before {
  color: #fff;
  font-size: 35px;
}
.subpage-root.promo .modal-dialog .modal-body {
  padding: 1rem 1.5rem;
}
.subpage-root.promo .modal-dialog .modal-body * {
  color: #333;
}

.modal-box.pointstxn .modal-main {
  border-radius: 18px;
  overflow: visible;
  width: 90%;
  max-width: 65vh;
  padding: 0;
  box-shadow: none;
  background: #F3F7FB;
  border: none !important;
}
.modal-box.pointstxn .modal-top {
  min-height: unset;
  flex-wrap: wrap;
  background: none;
  border-bottom: 0.2vh solid rgba(2, 48, 71, 0.1);
}
@media (max-width: 699px) {
  .modal-box.pointstxn .modal-top {
    padding: 3vw;
  }
  .modal-box.pointstxn .modal-top .box-dateRangePicker ~ p {
    font-size: 4vw;
  }
}
@media (min-width: 700px) {
  .modal-box.pointstxn .modal-top {
    padding: 2vw;
  }
  .modal-box.pointstxn .modal-top .box-dateRangePicker ~ p {
    font-size: 2vw;
  }
}
@media (min-width: 1025px) {
  .modal-box.pointstxn .modal-top {
    padding: 2vh;
  }
  .modal-box.pointstxn .modal-top .box-dateRangePicker ~ p {
    font-size: 1.8vh;
  }
}
.modal-box.pointstxn .modal-top p.modal-title {
  display: block;
  height: auto;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1vh;
  color: #023047 !important;
}
@media (max-width: 719px) {
  .modal-box.pointstxn .modal-top p.modal-title {
    font-size: 6vw;
    line-height: 6vw;
  }
}
@media (min-width: 720px) {
  .modal-box.pointstxn .modal-top p.modal-title {
    font-size: 3vw;
    line-height: 3vw;
  }
}
@media (min-width: 1025px) {
  .modal-box.pointstxn .modal-top p.modal-title {
    font-size: 3vh;
    line-height: 3vh;
  }
}
.modal-box.pointstxn .modal-top .box-dateRangePicker ~ p {
  width: 100%;
  color: rgba(2, 48, 71, 0.5);
  margin-bottom: 0;
  margin-top: 8px;
}
.modal-box.pointstxn .modal-top .modal-title {
  margin-bottom: 1vh;
}
.modal-box.pointstxn .modal-top .close {
  position: absolute;
  right: -18px;
  top: 0;
  transform: translateY(-50%);
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
  background-color: #023047;
  border-radius: 40px;
  opacity: 1;
}
.modal-box.pointstxn .modal-top .close .icon-close::before {
  color: #EAF4FE;
}
@media (max-width: 699px) {
  .modal-box.pointstxn .modal-top .close .icon-close {
    font-size: 10vw;
  }
}
@media (min-width: 1025px) {
  .modal-box.pointstxn .modal-top .close .icon-close {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
}
.modal-box.pointstxn .modal-layout {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-box.pointstxn .modal-layout::-webkit-scrollbar {
  display: block;
  width: 8px;
  border-radius: 8px;
}
.modal-box.pointstxn .modal-layout::-webkit-scrollbar-track {
  border: none;
  background-color: transparent;
}
.modal-box.pointstxn .modal-layout::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-box.pointstxn .modal-layout::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-box.pointstxn .modal-layout::-webkit-scrollbar-button, .modal-box.pointstxn .modal-layout::-webkit-scrollbar-corner, .modal-box.pointstxn .modal-layout::-webkit-resizer {
  background-color: transparent;
}
@media (max-width: 699px) {
  .modal-box.pointstxn .modal-layout {
    padding: 0 2vw 20vw;
  }
}
@media (min-width: 700px) {
  .modal-box.pointstxn .modal-layout {
    padding: 0 2vw 10vw;
  }
}
@media (min-width: 1025px) {
  .modal-box.pointstxn .modal-layout {
    padding: 0 2vh 10vh;
  }
}
.modal-box.pointstxn .row-item {
  min-height: 65px;
  text-align: center;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(1fr, 2);
  row-gap: 0.5vh;
  width: 100%;
  border-bottom: 0.2vh solid rgba(2, 48, 71, 0.1);
  font-weight: 400;
  color: #023047;
}
.modal-box.pointstxn .row-item.no-data {
  justify-content: center;
  display: flex;
}
.modal-box.pointstxn .row-item.txt-red span {
  color: #c0110f;
}
@media (max-width: 699px) {
  .modal-box.pointstxn .row-item {
    padding: 2.4vw 4vw;
  }
  .modal-box.pointstxn .row-item span {
    font-size: 4vw;
  }
  .modal-box.pointstxn .row-item .amount span {
    font-size: 5vw;
  }
  .modal-box.pointstxn .row-item .img-bonusPoints {
    width: 5vw;
    height: 5vw;
  }
}
@media (min-width: 700px) {
  .modal-box.pointstxn .row-item {
    padding: 1vw;
  }
  .modal-box.pointstxn .row-item span {
    font-size: 2vw;
  }
  .modal-box.pointstxn .row-item .amount span {
    font-size: 2.5vw;
  }
  .modal-box.pointstxn .row-item .img-bonusPoints {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (min-width: 1025px) {
  .modal-box.pointstxn .row-item {
    padding: 1vh;
  }
  .modal-box.pointstxn .row-item span {
    font-size: 2vh;
  }
  .modal-box.pointstxn .row-item .amount span {
    font-size: 2.5vh;
  }
  .modal-box.pointstxn .row-item .img-bonusPoints {
    width: 2.5vh;
    height: 2.5vh;
  }
}
.modal-box.pointstxn .row-item span {
  font-weight: inherit;
  color: inherit;
}
.modal-box.pointstxn .row-item .amount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.modal-box.pointstxn .row-item .amount span {
  font-weight: bold;
  white-space: nowrap;
}
.modal-box.pointstxn .row-item .time {
  text-align: right;
  font-weight: 600;
}
.modal-box.pointstxn .row-item .source {
  grid-column: 1/3;
  text-align: right;
  color: rgba(2, 48, 71, 0.5);
}
.modal-box.pointstxn .tab-list {
  display: flex;
  width: 100%;
  background-color: rgba(2, 48, 71, 0.2);
  border-radius: 1vh;
}
.modal-box.pointstxn .tab-list .tab-item {
  font-weight: bold;
  border-radius: 1vh;
  text-transform: uppercase;
  color: #023047;
}
@media (max-width: 699px) {
  .modal-box.pointstxn .tab-list .tab-item {
    padding: 1vw 3vw;
    font-size: 4vw;
  }
}
@media (min-width: 700px) {
  .modal-box.pointstxn .tab-list .tab-item {
    padding: 0.5vw 1.5vw;
    font-size: 2vw;
  }
}
@media (min-width: 1025px) {
  .modal-box.pointstxn .tab-list .tab-item {
    padding: 0.5vh 1.5vh;
    font-size: 2vh;
  }
}
.modal-box.pointstxn .tab-list .tab-item.active {
  color: #EAF4FE;
  background-color: #023047;
}
.modal-box.pointstxn .tab-list .tab-item.disabled {
  color: rgba(234, 244, 254, 0.3);
}
.modal-box.pointstxn .tab-list .tab-item {
  flex-grow: 1;
  text-align: center;
}

.box-dateRangePicker {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 699px) {
  .box-dateRangePicker::after {
    font-size: 4vw;
    line-height: 8vw;
  }
  .box-dateRangePicker .dateRangePicker {
    height: 8vw;
    font-size: 4vw;
  }
}
@media (min-width: 700px) {
  .box-dateRangePicker::after {
    font-size: 2vw;
    line-height: 4vw;
  }
  .box-dateRangePicker .dateRangePicker {
    height: 4vw;
    font-size: 2vw;
  }
}
@media (min-width: 1025px) {
  .box-dateRangePicker::after {
    font-size: 2vh;
    line-height: 4vh;
  }
  .box-dateRangePicker .dateRangePicker {
    height: 4vh;
    font-size: 2vh;
  }
}
.box-dateRangePicker::after {
  content: "~";
  position: absolute;
  top: 0;
  left: 34%;
  font-weight: 500;
  color: #023047;
}
.box-dateRangePicker .dateRangePicker,
.box-dateRangePicker .dateRangePicker:active,
.box-dateRangePicker .dateRangePicker:focus {
  cursor: pointer;
  width: 35%;
  font-weight: 500;
  text-align: center;
  color: #023047;
  background-color: rgba(2, 48, 71, 0.2);
  padding: 0 8px;
}
.box-dateRangePicker .dateRangePicker.start,
.box-dateRangePicker .dateRangePicker:active.start,
.box-dateRangePicker .dateRangePicker:focus.start {
  border-radius: 1vh 0 0 1vh;
}
.box-dateRangePicker .dateRangePicker.end,
.box-dateRangePicker .dateRangePicker:active.end,
.box-dateRangePicker .dateRangePicker:focus.end {
  border-radius: 0 1vh 1vh 0;
}
.box-dateRangePicker .bonusPoints-btn {
  width: 28%;
  margin-left: 2%;
  white-space: nowrap;
  border-radius: 1vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #023047;
  box-shadow: 0 -0.3vh 0 rgba(0, 0, 0, 0.3) inset;
}
.box-dateRangePicker .bonusPoints-btn:focus:not(:focus-visible) {
  outline: none;
}
.box-dateRangePicker .bonusPoints-btn:disabled {
  -webkit-filter: brightness(0.7) grayscale(0.5);
}
@media (min-width: 1024px) {
  .box-dateRangePicker .bonusPoints-btn:hover {
    -webkit-filter: brightness(1.2);
  }
  .box-dateRangePicker .bonusPoints-btn:active {
    transform: translateY(0.2vh);
  }
}
@media (max-width: 699px) {
  .box-dateRangePicker .bonusPoints-btn {
    height: 9vw;
  }
  .box-dateRangePicker .bonusPoints-btn * {
    line-height: 8vw;
  }
}
@media (min-width: 700px) {
  .box-dateRangePicker .bonusPoints-btn {
    height: 4.5vw;
  }
  .box-dateRangePicker .bonusPoints-btn * {
    line-height: 4vw;
  }
}
@media (min-width: 1025px) {
  .box-dateRangePicker .bonusPoints-btn {
    height: 4.5vh;
  }
  .box-dateRangePicker .bonusPoints-btn * {
    line-height: 4vh;
  }
}
@media (max-width: 699px) {
  .box-dateRangePicker .bonusPoints-btn {
    padding: 0 4vw;
    height: 8vw;
  }
  .box-dateRangePicker .bonusPoints-btn span {
    font-size: 3.5vw;
  }
}
@media (min-width: 700px) {
  .box-dateRangePicker .bonusPoints-btn {
    padding: 0 2vw;
    height: 4vw;
  }
  .box-dateRangePicker .bonusPoints-btn span {
    font-size: 2vw;
  }
}
@media (min-width: 1025px) {
  .box-dateRangePicker .bonusPoints-btn {
    padding: 0 2vh;
    height: 4vh;
  }
  .box-dateRangePicker .bonusPoints-btn span {
    font-size: 2vh;
  }
}
.box-dateRangePicker .bonusPoints-btn span {
  font-weight: bold;
  text-transform: uppercase;
  color: #EAF4FE;
  text-shadow: 0 0.2vh 0.2vh rgba(0, 0, 0, 0.3);
}

.rolldate-container {
  position: relative;
}
@media (max-width: 699px) {
  .rolldate-container * {
    font-size: 5vw;
  }
}
@media (min-width: 700px) {
  .rolldate-container * {
    font-size: 2.5vw;
  }
}
@media (min-width: 1025px) {
  .rolldate-container * {
    font-size: 2.5vh;
  }
}
.rolldate-container .rolldate-panel {
  max-width: 65vh;
  left: 50% !important;
  transform: translate3d(0, 273px, 0) translateX(-50%) !important;
}
.rolldate-container .rolldate-panel header {
  display: block;
}
.rolldate-container .rolldate-panel.fadeIn {
  transform: translateZ(0) translateX(-50%) !important;
}
.rolldate-container li {
  display: block;
  line-height: 36px;
}

.subpage-root.promo .card-promote,
.member-info .card-promote,
.banking-page .card-promote,
.modal-promo-popup .card-promote,
.modal-MULTIBALANCE .card-promote,
.modal-claimByCurrentBalance .card-promote {
  width: 100%;
  max-width: 400px;
  height: fit-content;
  background: #FFFCE4 url(../../../theme/images/src-function/card-bg.gif) no-repeat right bottom;
  background-size: 100px;
  border: none;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.subpage-root.promo .card-promote.disabled,
.member-info .card-promote.disabled,
.banking-page .card-promote.disabled,
.modal-promo-popup .card-promote.disabled,
.modal-MULTIBALANCE .card-promote.disabled,
.modal-claimByCurrentBalance .card-promote.disabled {
  filter: grayscale(100%) brightness(80%);
}
.subpage-root.promo .card-promote .txt-coming-soon,
.member-info .card-promote .txt-coming-soon,
.banking-page .card-promote .txt-coming-soon,
.modal-promo-popup .card-promote .txt-coming-soon,
.modal-MULTIBALANCE .card-promote .txt-coming-soon,
.modal-claimByCurrentBalance .card-promote .txt-coming-soon {
  display: none;
}
.subpage-root.promo .card-promote .box-promote,
.member-info .card-promote .box-promote,
.banking-page .card-promote .box-promote,
.modal-promo-popup .card-promote .box-promote,
.modal-MULTIBALANCE .card-promote .box-promote,
.modal-claimByCurrentBalance .card-promote .box-promote {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 120px;
  padding: 0 15px 25px;
  word-break: break-word;
}
.subpage-root.promo .card-promote .box-promote p,
.member-info .card-promote .box-promote p,
.banking-page .card-promote .box-promote p,
.modal-promo-popup .card-promote .box-promote p,
.modal-MULTIBALANCE .card-promote .box-promote p,
.modal-claimByCurrentBalance .card-promote .box-promote p {
  margin: 0;
  color: #353434;
  font-size: 16px;
}
.subpage-root.promo .card-promote .box-promote li,
.member-info .card-promote .box-promote li,
.banking-page .card-promote .box-promote li,
.modal-promo-popup .card-promote .box-promote li,
.modal-MULTIBALANCE .card-promote .box-promote li,
.modal-claimByCurrentBalance .card-promote .box-promote li {
  color: #353434;
  line-height: 1.2;
}
.subpage-root.promo .card-promote .box-promote .btn-box,
.member-info .card-promote .box-promote .btn-box,
.banking-page .card-promote .box-promote .btn-box,
.modal-promo-popup .card-promote .box-promote .btn-box,
.modal-MULTIBALANCE .card-promote .box-promote .btn-box,
.modal-claimByCurrentBalance .card-promote .box-promote .btn-box {
  text-align: center;
}
.subpage-root.promo .card-promote .box-promote .event-yet,
.member-info .card-promote .box-promote .event-yet,
.banking-page .card-promote .box-promote .event-yet,
.modal-promo-popup .card-promote .box-promote .event-yet,
.modal-MULTIBALANCE .card-promote .box-promote .event-yet,
.modal-claimByCurrentBalance .card-promote .box-promote .event-yet {
  padding: 20px 20px;
  color: #000 !important;
}
.subpage-root.promo .card-promote .box-promote .event-yet p,
.member-info .card-promote .box-promote .event-yet p,
.banking-page .card-promote .box-promote .event-yet p,
.modal-promo-popup .card-promote .box-promote .event-yet p,
.modal-MULTIBALANCE .card-promote .box-promote .event-yet p,
.modal-claimByCurrentBalance .card-promote .box-promote .event-yet p {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 30px;
}
.subpage-root.promo .card-promote .box-promote ul.list-dot,
.member-info .card-promote .box-promote ul.list-dot,
.banking-page .card-promote .box-promote ul.list-dot,
.modal-promo-popup .card-promote .box-promote ul.list-dot,
.modal-MULTIBALANCE .card-promote .box-promote ul.list-dot,
.modal-claimByCurrentBalance .card-promote .box-promote ul.list-dot {
  list-style: disc;
  padding: 5px 10px 5px 15px;
  margin: 0;
}
.subpage-root.promo .card-promote .box-promote ul.list-dot li,
.member-info .card-promote .box-promote ul.list-dot li,
.banking-page .card-promote .box-promote ul.list-dot li,
.modal-promo-popup .card-promote .box-promote ul.list-dot li,
.modal-MULTIBALANCE .card-promote .box-promote ul.list-dot li,
.modal-claimByCurrentBalance .card-promote .box-promote ul.list-dot li {
  position: relative;
  padding: 0;
  display: list-item;
  font-size: 14px;
  word-break: break-word;
  list-style-type: disc;
}
.subpage-root.promo .card-promote .box-promote ul.list-dot li::before,
.member-info .card-promote .box-promote ul.list-dot li::before,
.banking-page .card-promote .box-promote ul.list-dot li::before,
.modal-promo-popup .card-promote .box-promote ul.list-dot li::before,
.modal-MULTIBALANCE .card-promote .box-promote ul.list-dot li::before,
.modal-claimByCurrentBalance .card-promote .box-promote ul.list-dot li::before {
  display: none;
}
.subpage-root.promo .card-promote .box-promote ul.list-dot .btn-tooltip,
.member-info .card-promote .box-promote ul.list-dot .btn-tooltip,
.banking-page .card-promote .box-promote ul.list-dot .btn-tooltip,
.modal-promo-popup .card-promote .box-promote ul.list-dot .btn-tooltip,
.modal-MULTIBALANCE .card-promote .box-promote ul.list-dot .btn-tooltip,
.modal-claimByCurrentBalance .card-promote .box-promote ul.list-dot .btn-tooltip {
  border-radius: 50px;
  vertical-align: middle;
}
.subpage-root.promo .card-promote .box-promote ul.list-dot .btn-tooltip i,
.member-info .card-promote .box-promote ul.list-dot .btn-tooltip i,
.banking-page .card-promote .box-promote ul.list-dot .btn-tooltip i,
.modal-promo-popup .card-promote .box-promote ul.list-dot .btn-tooltip i,
.modal-MULTIBALANCE .card-promote .box-promote ul.list-dot .btn-tooltip i,
.modal-claimByCurrentBalance .card-promote .box-promote ul.list-dot .btn-tooltip i {
  background: #ad8317;
  color: #fff;
}
.subpage-root.promo .card-promote .box-promote ul.list-dot .dropdown-menu,
.member-info .card-promote .box-promote ul.list-dot .dropdown-menu,
.banking-page .card-promote .box-promote ul.list-dot .dropdown-menu,
.modal-promo-popup .card-promote .box-promote ul.list-dot .dropdown-menu,
.modal-MULTIBALANCE .card-promote .box-promote ul.list-dot .dropdown-menu,
.modal-claimByCurrentBalance .card-promote .box-promote ul.list-dot .dropdown-menu {
  position: absolute;
  left: 0;
  top: 30px !important;
  transform: none !important;
  background-color: #ad8317;
  color: #fff;
  min-width: 290px;
  border-radius: 10px;
  padding: 10px 10px 5px 10px;
  transition: all 0.4s ease-in-out;
}
.subpage-root.promo .card-promote .box-promote ul.list-dot .dropdown-menu .txt,
.member-info .card-promote .box-promote ul.list-dot .dropdown-menu .txt,
.banking-page .card-promote .box-promote ul.list-dot .dropdown-menu .txt,
.modal-promo-popup .card-promote .box-promote ul.list-dot .dropdown-menu .txt,
.modal-MULTIBALANCE .card-promote .box-promote ul.list-dot .dropdown-menu .txt,
.modal-claimByCurrentBalance .card-promote .box-promote ul.list-dot .dropdown-menu .txt {
  color: #fff;
}
.subpage-root.promo .card-promote .box-promote ul.list-dot .dropdown-menu ul li,
.member-info .card-promote .box-promote ul.list-dot .dropdown-menu ul li,
.banking-page .card-promote .box-promote ul.list-dot .dropdown-menu ul li,
.modal-promo-popup .card-promote .box-promote ul.list-dot .dropdown-menu ul li,
.modal-MULTIBALANCE .card-promote .box-promote ul.list-dot .dropdown-menu ul li,
.modal-claimByCurrentBalance .card-promote .box-promote ul.list-dot .dropdown-menu ul li {
  text-shadow: none;
  line-height: normal;
  color: #fff;
  font-size: 90%;
}
.subpage-root.promo .card-promote .box-promote ul.list-dot .dropdown-menu ul li::before,
.member-info .card-promote .box-promote ul.list-dot .dropdown-menu ul li::before,
.banking-page .card-promote .box-promote ul.list-dot .dropdown-menu ul li::before,
.modal-promo-popup .card-promote .box-promote ul.list-dot .dropdown-menu ul li::before,
.modal-MULTIBALANCE .card-promote .box-promote ul.list-dot .dropdown-menu ul li::before,
.modal-claimByCurrentBalance .card-promote .box-promote ul.list-dot .dropdown-menu ul li::before {
  color: #fff;
}
.subpage-root.promo .card-promote .box-promote ul.list-dot .dropdown-menu.show .btn-tooltip::before,
.member-info .card-promote .box-promote ul.list-dot .dropdown-menu.show .btn-tooltip::before,
.banking-page .card-promote .box-promote ul.list-dot .dropdown-menu.show .btn-tooltip::before,
.modal-promo-popup .card-promote .box-promote ul.list-dot .dropdown-menu.show .btn-tooltip::before,
.modal-MULTIBALANCE .card-promote .box-promote ul.list-dot .dropdown-menu.show .btn-tooltip::before,
.modal-claimByCurrentBalance .card-promote .box-promote ul.list-dot .dropdown-menu.show .btn-tooltip::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ad8317 transparent;
}
.subpage-root.promo .card-promote .box-promote table thead tr,
.subpage-root.promo .card-promote .box-promote table thead th,
.member-info .card-promote .box-promote table thead tr,
.member-info .card-promote .box-promote table thead th,
.banking-page .card-promote .box-promote table thead tr,
.banking-page .card-promote .box-promote table thead th,
.modal-promo-popup .card-promote .box-promote table thead tr,
.modal-promo-popup .card-promote .box-promote table thead th,
.modal-MULTIBALANCE .card-promote .box-promote table thead tr,
.modal-MULTIBALANCE .card-promote .box-promote table thead th,
.modal-claimByCurrentBalance .card-promote .box-promote table thead tr,
.modal-claimByCurrentBalance .card-promote .box-promote table thead th {
  background: rgba(0, 0, 0, 0.05);
}
.subpage-root.promo .card-promote .box-promote table tr, .subpage-root.promo .card-promote .box-promote table td,
.member-info .card-promote .box-promote table tr,
.member-info .card-promote .box-promote table td,
.banking-page .card-promote .box-promote table tr,
.banking-page .card-promote .box-promote table td,
.modal-promo-popup .card-promote .box-promote table tr,
.modal-promo-popup .card-promote .box-promote table td,
.modal-MULTIBALANCE .card-promote .box-promote table tr,
.modal-MULTIBALANCE .card-promote .box-promote table td,
.modal-claimByCurrentBalance .card-promote .box-promote table tr,
.modal-claimByCurrentBalance .card-promote .box-promote table td {
  color: #333;
}
.subpage-root.promo .card-promote .box-promote .div-tb,
.member-info .card-promote .box-promote .div-tb,
.banking-page .card-promote .box-promote .div-tb,
.modal-promo-popup .card-promote .box-promote .div-tb,
.modal-MULTIBALANCE .card-promote .box-promote .div-tb,
.modal-claimByCurrentBalance .card-promote .box-promote .div-tb {
  display: table;
  padding: 0;
  border-radius: 0;
  width: 92%;
  margin: 5px auto 10px auto;
  border: none;
  background: none;
  border-collapse: collapse;
}
.subpage-root.promo .card-promote .box-promote .div-tb .td,
.member-info .card-promote .box-promote .div-tb .td,
.banking-page .card-promote .box-promote .div-tb .td,
.modal-promo-popup .card-promote .box-promote .div-tb .td,
.modal-MULTIBALANCE .card-promote .box-promote .div-tb .td,
.modal-claimByCurrentBalance .card-promote .box-promote .div-tb .td {
  vertical-align: middle;
  height: 20px;
  border: 1px solid rgba(179, 172, 146, 0.568627451);
  padding: 2px 5px;
  font-size: 14px;
  color: #212529;
}
.subpage-root.promo .card-promote .box-promote .div-tb .hd,
.member-info .card-promote .box-promote .div-tb .hd,
.banking-page .card-promote .box-promote .div-tb .hd,
.modal-promo-popup .card-promote .box-promote .div-tb .hd,
.modal-MULTIBALANCE .card-promote .box-promote .div-tb .hd,
.modal-claimByCurrentBalance .card-promote .box-promote .div-tb .hd {
  vertical-align: top;
  width: 36%;
  line-height: normal;
}
.subpage-root.promo .card-promote .box-promote .div-tb .tr:nth-child(even) .td,
.member-info .card-promote .box-promote .div-tb .tr:nth-child(even) .td,
.banking-page .card-promote .box-promote .div-tb .tr:nth-child(even) .td,
.modal-promo-popup .card-promote .box-promote .div-tb .tr:nth-child(even) .td,
.modal-MULTIBALANCE .card-promote .box-promote .div-tb .tr:nth-child(even) .td,
.modal-claimByCurrentBalance .card-promote .box-promote .div-tb .tr:nth-child(even) .td {
  background: rgba(0, 0, 0, 0.0392156863);
}
.subpage-root.promo .card-promote .promote-banner,
.member-info .card-promote .promote-banner,
.banking-page .card-promote .promote-banner,
.modal-promo-popup .card-promote .promote-banner,
.modal-MULTIBALANCE .card-promote .promote-banner,
.modal-claimByCurrentBalance .card-promote .promote-banner {
  position: relative;
  height: auto;
  min-height: 90px;
  width: 100%;
  aspect-ratio: 25/9;
}
.subpage-root.promo .card-promote .promote-banner img,
.member-info .card-promote .promote-banner img,
.banking-page .card-promote .promote-banner img,
.modal-promo-popup .card-promote .promote-banner img,
.modal-MULTIBALANCE .card-promote .promote-banner img,
.modal-claimByCurrentBalance .card-promote .promote-banner img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.subpage-root.promo .card-promote .button-box,
.member-info .card-promote .button-box,
.banking-page .card-promote .button-box,
.modal-promo-popup .card-promote .button-box,
.modal-MULTIBALANCE .card-promote .button-box,
.modal-claimByCurrentBalance .card-promote .button-box {
  padding: 0 10px;
  font-size: 0;
  text-align: center;
  background-color: #E5DAB8;
}
.subpage-root.promo .card-promote .button-box p,
.member-info .card-promote .button-box p,
.banking-page .card-promote .button-box p,
.modal-promo-popup .card-promote .button-box p,
.modal-MULTIBALANCE .card-promote .button-box p,
.modal-claimByCurrentBalance .card-promote .button-box p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  white-space: nowrap;
  margin: 5px 0;
  color: #000 !important;
}
.subpage-root.promo .card-promote .button-box p::before, .subpage-root.promo .card-promote .button-box p::after,
.member-info .card-promote .button-box p::before,
.member-info .card-promote .button-box p::after,
.banking-page .card-promote .button-box p::before,
.banking-page .card-promote .button-box p::after,
.modal-promo-popup .card-promote .button-box p::before,
.modal-promo-popup .card-promote .button-box p::after,
.modal-MULTIBALANCE .card-promote .button-box p::before,
.modal-MULTIBALANCE .card-promote .button-box p::after,
.modal-claimByCurrentBalance .card-promote .button-box p::before,
.modal-claimByCurrentBalance .card-promote .button-box p::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #333;
}
.subpage-root.promo .card-promote .button-box button,
.member-info .card-promote .button-box button,
.banking-page .card-promote .button-box button,
.modal-promo-popup .card-promote .button-box button,
.modal-MULTIBALANCE .card-promote .button-box button,
.modal-claimByCurrentBalance .card-promote .button-box button {
  cursor: pointer;
  width: calc(50% - 2.5px);
  border-radius: 50px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0 1px 2px #333;
  box-shadow: none;
  margin-bottom: 10px;
}
.subpage-root.promo .card-promote .button-box button:only-of-type,
.member-info .card-promote .button-box button:only-of-type,
.banking-page .card-promote .button-box button:only-of-type,
.modal-promo-popup .card-promote .button-box button:only-of-type,
.modal-MULTIBALANCE .card-promote .button-box button:only-of-type,
.modal-claimByCurrentBalance .card-promote .button-box button:only-of-type {
  width: 70%;
}
.subpage-root.promo .card-promote .button-box button:nth-of-type(2), .subpage-root.promo .card-promote .button-box button:nth-of-type(4),
.member-info .card-promote .button-box button:nth-of-type(2),
.member-info .card-promote .button-box button:nth-of-type(4),
.banking-page .card-promote .button-box button:nth-of-type(2),
.banking-page .card-promote .button-box button:nth-of-type(4),
.modal-promo-popup .card-promote .button-box button:nth-of-type(2),
.modal-promo-popup .card-promote .button-box button:nth-of-type(4),
.modal-MULTIBALANCE .card-promote .button-box button:nth-of-type(2),
.modal-MULTIBALANCE .card-promote .button-box button:nth-of-type(4),
.modal-claimByCurrentBalance .card-promote .button-box button:nth-of-type(2),
.modal-claimByCurrentBalance .card-promote .button-box button:nth-of-type(4) {
  margin-left: 5px;
}
.subpage-root.promo .card-promote .button-box button.light,
.member-info .card-promote .button-box button.light,
.banking-page .card-promote .button-box button.light,
.modal-promo-popup .card-promote .button-box button.light,
.modal-MULTIBALANCE .card-promote .button-box button.light,
.modal-claimByCurrentBalance .card-promote .button-box button.light {
  border: 1px solid #407FBF;
  background: linear-gradient(#407FBF 25%, #70A6DB 100%);
}
.subpage-root.promo .card-promote .button-box button.dark,
.member-info .card-promote .button-box button.dark,
.banking-page .card-promote .button-box button.dark,
.modal-promo-popup .card-promote .button-box button.dark,
.modal-MULTIBALANCE .card-promote .button-box button.dark,
.modal-claimByCurrentBalance .card-promote .button-box button.dark {
  border: 1px solid #104472;
  background: linear-gradient(#104472 25%, #216199 100%);
}
.subpage-root.promo .card-promote .button-box button.btn-custom,
.member-info .card-promote .button-box button.btn-custom,
.banking-page .card-promote .button-box button.btn-custom,
.modal-promo-popup .card-promote .button-box button.btn-custom,
.modal-MULTIBALANCE .card-promote .button-box button.btn-custom,
.modal-claimByCurrentBalance .card-promote .button-box button.btn-custom {
  display: none;
}
.subpage-root.promo .card-promote .promote-tit,
.member-info .card-promote .promote-tit,
.banking-page .card-promote .promote-tit,
.modal-promo-popup .card-promote .promote-tit,
.modal-MULTIBALANCE .card-promote .promote-tit,
.modal-claimByCurrentBalance .card-promote .promote-tit {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 0;
  padding: 10px 15px;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subpage-root.promo .card-promote .btn-box,
.member-info .card-promote .btn-box,
.banking-page .card-promote .btn-box,
.modal-promo-popup .card-promote .btn-box,
.modal-MULTIBALANCE .card-promote .btn-box,
.modal-claimByCurrentBalance .card-promote .btn-box {
  text-align: center;
  padding: 4px 10px 10px 10px;
}
.subpage-root.promo .card-promote .btn-box .txt-link,
.member-info .card-promote .btn-box .txt-link,
.banking-page .card-promote .btn-box .txt-link,
.modal-promo-popup .card-promote .btn-box .txt-link,
.modal-MULTIBALANCE .card-promote .btn-box .txt-link,
.modal-claimByCurrentBalance .card-promote .btn-box .txt-link {
  color: #216199;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  background: transparent;
}
.subpage-root.promo .card-promote > .icon-arrow-down,
.member-info .card-promote > .icon-arrow-down,
.banking-page .card-promote > .icon-arrow-down,
.modal-promo-popup .card-promote > .icon-arrow-down,
.modal-MULTIBALANCE .card-promote > .icon-arrow-down,
.modal-claimByCurrentBalance .card-promote > .icon-arrow-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background: none;
  z-index: 3;
  pointer-events: none;
  display: block;
  width: auto;
  padding: 4px 14px;
  box-shadow: none;
  border-radius: 50px;
  background-color: rgba(217, 184, 119, 0.8);
}
.subpage-root.promo .card-promote > .icon-arrow-down::before,
.member-info .card-promote > .icon-arrow-down::before,
.banking-page .card-promote > .icon-arrow-down::before,
.modal-promo-popup .card-promote > .icon-arrow-down::before,
.modal-MULTIBALANCE .card-promote > .icon-arrow-down::before,
.modal-claimByCurrentBalance .card-promote > .icon-arrow-down::before {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #FFFCE4;
  transition: 0.3s;
}
.subpage-root.promo .card-promote .btn-toggle-detail,
.member-info .card-promote .btn-toggle-detail,
.banking-page .card-promote .btn-toggle-detail,
.modal-promo-popup .card-promote .btn-toggle-detail,
.modal-MULTIBALANCE .card-promote .btn-toggle-detail,
.modal-claimByCurrentBalance .card-promote .btn-toggle-detail {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background: none;
  z-index: 3;
}
.subpage-root.promo .card-promote .btn-toggle-detail .icon-arrow-down,
.member-info .card-promote .btn-toggle-detail .icon-arrow-down,
.banking-page .card-promote .btn-toggle-detail .icon-arrow-down,
.modal-promo-popup .card-promote .btn-toggle-detail .icon-arrow-down,
.modal-MULTIBALANCE .card-promote .btn-toggle-detail .icon-arrow-down,
.modal-claimByCurrentBalance .card-promote .btn-toggle-detail .icon-arrow-down {
  pointer-events: none;
  display: block;
  width: auto;
  padding: 4px 14px;
  box-shadow: none;
  border-radius: 50px;
  background-color: rgba(217, 184, 119, 0.8);
}
.subpage-root.promo .card-promote .btn-toggle-detail .icon-arrow-down::before,
.member-info .card-promote .btn-toggle-detail .icon-arrow-down::before,
.banking-page .card-promote .btn-toggle-detail .icon-arrow-down::before,
.modal-promo-popup .card-promote .btn-toggle-detail .icon-arrow-down::before,
.modal-MULTIBALANCE .card-promote .btn-toggle-detail .icon-arrow-down::before,
.modal-claimByCurrentBalance .card-promote .btn-toggle-detail .icon-arrow-down::before {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #FFFCE4;
  transition: 0.3s;
}
.subpage-root.promo .card-promote .joined-tag,
.subpage-root.promo .card-promote .promo-tag,
.member-info .card-promote .joined-tag,
.member-info .card-promote .promo-tag,
.banking-page .card-promote .joined-tag,
.banking-page .card-promote .promo-tag,
.modal-promo-popup .card-promote .joined-tag,
.modal-promo-popup .card-promote .promo-tag,
.modal-MULTIBALANCE .card-promote .joined-tag,
.modal-MULTIBALANCE .card-promote .promo-tag,
.modal-claimByCurrentBalance .card-promote .joined-tag,
.modal-claimByCurrentBalance .card-promote .promo-tag {
  position: absolute;
  top: 5px;
  left: -10px;
  z-index: 1;
  display: inline-block;
  font-size: 13px;
  color: #5D4500 !important;
  font-weight: bold;
  background: #FFBE00;
  padding: 2px 10px;
  border-radius: 50px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4039215686);
  margin: 5px auto 2px auto;
}
.subpage-root.promo .card-promote .promo-tag,
.member-info .card-promote .promo-tag,
.banking-page .card-promote .promo-tag,
.modal-promo-popup .card-promote .promo-tag,
.modal-MULTIBALANCE .card-promote .promo-tag,
.modal-claimByCurrentBalance .card-promote .promo-tag {
  color: #000;
  background: #E8E8E8;
}
.subpage-root.promo .card-promote .promo-tag::before,
.member-info .card-promote .promo-tag::before,
.banking-page .card-promote .promo-tag::before,
.modal-promo-popup .card-promote .promo-tag::before,
.modal-MULTIBALANCE .card-promote .promo-tag::before,
.modal-claimByCurrentBalance .card-promote .promo-tag::before {
  content: "#";
}
.subpage-root.promo .card-promote.coming-soon::before,
.member-info .card-promote.coming-soon::before,
.banking-page .card-promote.coming-soon::before,
.modal-promo-popup .card-promote.coming-soon::before,
.modal-MULTIBALANCE .card-promote.coming-soon::before,
.modal-claimByCurrentBalance .card-promote.coming-soon::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}
.subpage-root.promo .card-promote.coming-soon .button-box,
.member-info .card-promote.coming-soon .button-box,
.banking-page .card-promote.coming-soon .button-box,
.modal-promo-popup .card-promote.coming-soon .button-box,
.modal-MULTIBALANCE .card-promote.coming-soon .button-box,
.modal-claimByCurrentBalance .card-promote.coming-soon .button-box {
  position: relative;
  overflow: hidden;
}
.subpage-root.promo .card-promote.coming-soon .button-box .txt-coming-soon,
.member-info .card-promote.coming-soon .button-box .txt-coming-soon,
.banking-page .card-promote.coming-soon .button-box .txt-coming-soon,
.modal-promo-popup .card-promote.coming-soon .button-box .txt-coming-soon,
.modal-MULTIBALANCE .card-promote.coming-soon .button-box .txt-coming-soon,
.modal-claimByCurrentBalance .card-promote.coming-soon .button-box .txt-coming-soon {
  position: absolute;
  display: block;
}
.subpage-root.promo .card-promote.coming-soon .txt-coming-soon,
.member-info .card-promote.coming-soon .txt-coming-soon,
.banking-page .card-promote.coming-soon .txt-coming-soon,
.modal-promo-popup .card-promote.coming-soon .txt-coming-soon,
.modal-MULTIBALANCE .card-promote.coming-soon .txt-coming-soon,
.modal-claimByCurrentBalance .card-promote.coming-soon .txt-coming-soon {
  display: block;
  z-index: 3;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  line-height: 74px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fbfbfb;
}
.subpage-root.promo .card-promote.coming-soon .btn-toggle-detail,
.member-info .card-promote.coming-soon .btn-toggle-detail,
.banking-page .card-promote.coming-soon .btn-toggle-detail,
.modal-promo-popup .card-promote.coming-soon .btn-toggle-detail,
.modal-MULTIBALANCE .card-promote.coming-soon .btn-toggle-detail,
.modal-claimByCurrentBalance .card-promote.coming-soon .btn-toggle-detail {
  display: none;
}
.subpage-root.promo .card-promote .box-promote,
.member-info .card-promote .box-promote,
.banking-page .card-promote .box-promote,
.modal-promo-popup .card-promote .box-promote,
.modal-MULTIBALANCE .card-promote .box-promote,
.modal-claimByCurrentBalance .card-promote .box-promote {
  max-height: 120px;
  overflow: hidden;
  mask-image: linear-gradient(#000 50%, transparent 90%);
  -webkit-mask-image: linear-gradient(#000 50%, transparent 90%);
}
.subpage-root.promo .card-promote.show-detail,
.member-info .card-promote.show-detail,
.banking-page .card-promote.show-detail,
.modal-promo-popup .card-promote.show-detail,
.modal-MULTIBALANCE .card-promote.show-detail,
.modal-claimByCurrentBalance .card-promote.show-detail {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5), 0 2px 5px rgba(0, 0, 0, 0.3);
}
.subpage-root.promo .card-promote.show-detail .promote-tit,
.member-info .card-promote.show-detail .promote-tit,
.banking-page .card-promote.show-detail .promote-tit,
.modal-promo-popup .card-promote.show-detail .promote-tit,
.modal-MULTIBALANCE .card-promote.show-detail .promote-tit,
.modal-claimByCurrentBalance .card-promote.show-detail .promote-tit {
  overflow-wrap: break-word;
  word-break: break-all;
  line-break: anywhere;
  white-space: normal;
}
.subpage-root.promo .card-promote.show-detail .icon-arrow-down::before,
.member-info .card-promote.show-detail .icon-arrow-down::before,
.banking-page .card-promote.show-detail .icon-arrow-down::before,
.modal-promo-popup .card-promote.show-detail .icon-arrow-down::before,
.modal-MULTIBALANCE .card-promote.show-detail .icon-arrow-down::before,
.modal-claimByCurrentBalance .card-promote.show-detail .icon-arrow-down::before {
  transform: rotate(180deg);
}
.subpage-root.promo .card-promote.show-detail .sub-card-list,
.subpage-root.promo .card-promote.show-detail .detail-content,
.member-info .card-promote.show-detail .sub-card-list,
.member-info .card-promote.show-detail .detail-content,
.banking-page .card-promote.show-detail .sub-card-list,
.banking-page .card-promote.show-detail .detail-content,
.modal-promo-popup .card-promote.show-detail .sub-card-list,
.modal-promo-popup .card-promote.show-detail .detail-content,
.modal-MULTIBALANCE .card-promote.show-detail .sub-card-list,
.modal-MULTIBALANCE .card-promote.show-detail .detail-content,
.modal-claimByCurrentBalance .card-promote.show-detail .sub-card-list,
.modal-claimByCurrentBalance .card-promote.show-detail .detail-content {
  display: block;
}
.subpage-root.promo .card-promote.show-detail .box-promote,
.member-info .card-promote.show-detail .box-promote,
.banking-page .card-promote.show-detail .box-promote,
.modal-promo-popup .card-promote.show-detail .box-promote,
.modal-MULTIBALANCE .card-promote.show-detail .box-promote,
.modal-claimByCurrentBalance .card-promote.show-detail .box-promote {
  max-height: unset;
  mask-image: unset;
  -webkit-mask-image: unset;
}

.modal-promo-tnc p {
  margin: 0;
  color: #353434;
  font-size: 16px;
}
.modal-promo-tnc li {
  color: #353434;
  line-height: 1.2;
}
.modal-promo-tnc .btn-box {
  text-align: center;
}
.modal-promo-tnc .event-yet {
  padding: 20px 20px;
  color: #000 !important;
}
.modal-promo-tnc .event-yet p {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 30px;
}
.modal-promo-tnc ul.list-dot {
  list-style: disc;
  padding: 5px 10px 5px 15px;
  margin: 0;
}
.modal-promo-tnc ul.list-dot li {
  position: relative;
  padding: 0;
  display: list-item;
  font-size: 14px;
  word-break: break-word;
  list-style-type: disc;
}
.modal-promo-tnc ul.list-dot li::before {
  display: none;
}
.modal-promo-tnc ul.list-dot .btn-tooltip {
  border-radius: 50px;
  vertical-align: middle;
}
.modal-promo-tnc ul.list-dot .btn-tooltip i {
  background: #ad8317;
  color: #fff;
}
.modal-promo-tnc ul.list-dot .dropdown-menu {
  position: absolute;
  left: 0;
  top: 30px !important;
  transform: none !important;
  background-color: #ad8317;
  color: #fff;
  min-width: 290px;
  border-radius: 10px;
  padding: 10px 10px 5px 10px;
  transition: all 0.4s ease-in-out;
}
.modal-promo-tnc ul.list-dot .dropdown-menu .txt {
  color: #fff;
}
.modal-promo-tnc ul.list-dot .dropdown-menu ul li {
  text-shadow: none;
  line-height: normal;
  color: #fff;
  font-size: 90%;
}
.modal-promo-tnc ul.list-dot .dropdown-menu ul li::before {
  color: #fff;
}
.modal-promo-tnc ul.list-dot .dropdown-menu.show .btn-tooltip::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ad8317 transparent;
}
.modal-promo-tnc table thead tr,
.modal-promo-tnc table thead th {
  background: rgba(0, 0, 0, 0.05);
}
.modal-promo-tnc table tr, .modal-promo-tnc table td {
  color: #333;
}
.modal-promo-tnc .div-tb {
  display: table;
  padding: 0;
  border-radius: 0;
  width: 92%;
  margin: 5px auto 10px auto;
  border: none;
  background: none;
  border-collapse: collapse;
}
.modal-promo-tnc .div-tb .td {
  vertical-align: middle;
  height: 20px;
  border: 1px solid rgba(179, 172, 146, 0.568627451);
  padding: 2px 5px;
  font-size: 14px;
  color: #212529;
}
.modal-promo-tnc .div-tb .hd {
  vertical-align: top;
  width: 36%;
  line-height: normal;
}
.modal-promo-tnc .div-tb .tr:nth-child(even) .td {
  background: rgba(0, 0, 0, 0.0392156863);
}

.subpage-root.promo {
  container-type: inline-size;
}
@media (min-width: 840px) {
  .subpage-root.promo {
    padding: 10px;
  }
}
.subpage-root.promo .panel-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  min-height: unset;
}
.subpage-root.promo .panel-body {
  position: relative;
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 100%;
}
@media (max-width: 839px) {
  .subpage-root.promo .panel-body {
    width: 100%;
  }
}
@media (min-width: 840px) {
  .subpage-root.promo .panel-body {
    width: fit-content;
  }
}
.subpage-root.promo .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
}
@container (min-width: 840px) {
  .subpage-root.promo .card-wrapper {
    max-width: 820px;
  }
}
@container (min-width: 1260px) {
  .subpage-root.promo .card-wrapper {
    max-width: 1240px;
  }
}
@container (min-width: 1680px) {
  .subpage-root.promo .card-wrapper {
    max-width: 1660px;
  }
}
@container (min-width: 2100px) {
  .subpage-root.promo .card-wrapper {
    max-width: 2080px;
  }
}
@container (max-width: 839px) {
  .subpage-root.promo .card-wrapper {
    justify-content: center;
  }
}
@container (min-width: 840px) {
  .subpage-root.promo .card-wrapper .card-promote {
    min-width: 400px;
  }
  .subpage-root.promo .card-wrapper.num-1 {
    justify-content: center;
  }
}
@container (min-width: 1260px) {
  .subpage-root.promo .card-wrapper.num-2 {
    justify-content: center;
  }
}
@container (min-width: 1680px) {
  .subpage-root.promo .card-wrapper.num-3 {
    justify-content: center;
  }
}
@container (min-width: 2100px) {
  .subpage-root.promo .card-wrapper.num-4 {
    justify-content: center;
  }
}
.subpage-root.promo .site-background {
  z-index: -1;
}
.subpage-root.promo .dot-indicator {
  display: none;
}
@media (min-width: 840px) {
  .modal-subpage .subpage-root.promo {
    width: 90vw;
  }
  .modal-subpage .subpage-root.promo .panel-header {
    top: 10px;
  }
}

.member-info .card-promote.show-detail {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.member-info .panel .accordion-promo .card-promote .box-promote .div-tb {
  background: none;
}
.member-info .panel .accordion-promo .card-promote .box-promote .div-tb .td {
  vertical-align: middle;
  height: 20px;
  border: 1px solid rgba(180, 170, 145, 0.6);
  padding: 2px 5px;
  font-size: 14px;
  font-weight: initial;
  color: #212529;
}

.rolldate-container .rolldate-panel.fadeIn header {
  top: 0;
  background: none;
}

@container (width < 839px) {
  .NWC .subpage-root.promo .tab-list, .NWC .modal-promo-popup .tab-list {
    margin: 0 auto;
  }
}
.type-BS .subpage-root.promo .card-promote .btn-box .txt-link {
  color: #216199 !important;
}

.type-BS .card-wrapper .card.card-promote.promote-reward .box-promote .btn-box .txt-link,
.type-BS .card-wrapper-reward .card.card-promote.promote-reward .box-promote .btn-box .txt-link,
.type-BS .modal-promo-popup .card.card-promote.promote-reward .box-promote .btn-box .txt-link {
  color: #d9c7a3 !important;
}

.NWC .subpage-root.promo .card.card-promote table thead tr,
.NWC .subpage-root.promo .card.card-promote table thead th,
.NWC .modal-promo-popup .card.card-promote table thead tr,
.NWC .modal-promo-popup .card.card-promote table thead th {
  background: rgba(255, 255, 255, 0.1);
}
.NWC .subpage-root.promo .card.card-promote table tr, .NWC .subpage-root.promo .card.card-promote table td,
.NWC .modal-promo-popup .card.card-promote table tr,
.NWC .modal-promo-popup .card.card-promote table td {
  color: #fff;
}
