@charset "UTF-8";
.nw {
  white-space: nowrap !important;
  display: inline-flex !important;
}

.c-black {
  color: #333333 !important;
}

.c-gray {
  color: #666666 !important;
}

.c-green {
  color: #00a94f !important;
}

.c-red {
  color: #af1e1e !important;
}

.c-wisdom {
  color: #490c14 !important;
}

.c-red-wisdom {
  color: #671018 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/*============================== Hidden & Visible ===============================*/
.show-w1199 {
  display: none;
}

.show-w991 {
  display: none;
}

.show-w767 {
  display: none;
}

.show-w414 {
  display: none;
}

.show-w375 {
  display: none;
}

.show-w360 {
  display: none;
}

@media (max-width: 1199px) {
  .show-w1199 {
    display: block;
  }
  .hide-w1199 {
    display: none;
  }
}
@media (max-width: 991px) {
  .show-w991 {
    display: block;
  }
  .hide-w991 {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-w767 {
    display: block;
  }
  .hide-w767 {
    display: none;
  }
}
@media (max-width: 414px) {
  .show-w414 {
    display: block;
  }
  .hide-w414 {
    display: none;
  }
}
@media (max-width: 375px) {
  .show-w375 {
    display: block;
  }
  .hide-w375 {
    display: none;
  }
}
@media (max-width: 360px) {
  .show-w360 {
    display: block;
  }
  .hide-w360 {
    display: none;
  }
}
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.separator-line {
  margin: 24px 0;
  height: 1px;
}

.pop-wisdom .separator-line {
  background: linear-gradient(90deg, rgba(93, 38, 45, 0) 0%, rgba(93, 38, 45, 0.5) 54.5%, rgba(93, 38, 45, 0) 100%);
}

/* ############### h1 gradient ###############*/
#navigation-widgets {
  display: none !important;
}

.gradient-wrapper {
  background: linear-gradient(90deg, #00a94f 0%, #03605e 25%, #1a2b32 50%, #03605e 75%, #00a94f 100%);
  background-size: 200% auto; /* ทำให้ gradient ใหญ่กว่า element = มีที่ให้เลื่อน */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  animation: gradientMove 10s linear infinite;
}
.gradient-wrapper span {
  display: inline-block;
}

@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
/* ############### end h1 gradient ###############*/
.sc-morement {
  position: relative;
  background: radial-gradient(95.14% 372.28% at 50% 50%, #ffffff 0%, #ecffe9 50%, #e0f7e3 100%);
}
.sc-morement .sc-inner {
  position: relative;
  z-index: 1;
}
.sc-morement .top-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.sc-morement .top-head .footer-head {
  color: #333;
}
.sc-morement .footer-head {
  margin-top: 40px;
  text-align: center;
}
.sc-morement .footer-head p {
  color: #00a94f;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sc-morement .sc-inner {
    padding: 48px 0;
  }
  .sc-morement .top-head {
    gap: 16px;
  }
  .sc-morement .footer-head {
    margin-top: 16px;
  }
  .sc-morement .footer-head p {
    line-height: 1.5;
  }
  #application-details .sc-heading h2 {
    font-size: 24px;
  }
}
/* ############### animation arrow ###############*/
.btn-arrow {
  position: relative;
  margin-top: 12px;
}
.btn-arrow .arrows {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%);
}
.btn-arrow .arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 2px solid rgba(26, 122, 74, 0);
  border-bottom: 2px solid rgba(26, 122, 74, 0);
  transform: translate(3.6666666667px, 14.6666666667px) rotate(-45deg);
  animation: arrows 3s linear infinite;
}
.btn-arrow .arrows:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 2px solid rgba(26, 122, 74, 0);
  border-bottom: 2px solid rgba(26, 122, 74, 0);
  transform: translate(7.3333333333px, 0px) rotate(-45deg);
  animation: arrows 3s linear infinite -1.5s;
}
@keyframes arrows {
  0% {
    border-left: 2px solid rgba(26, 122, 74, 0);
    border-bottom: 2px solid rgba(26, 122, 74, 0);
    transform: translate(-1.8333333333px, -7.3333333333px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 2px solid rgba(26, 122, 74, 0);
    border-bottom: 2px solid rgba(26, 122, 74, 0);
  }
  50% {
    border-left: 2px solid rgb(26, 122, 74);
    border-bottom: 2px solid rgb(26, 122, 74);
    transform: translate(-1.8333333333px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 2px solid rgba(26, 122, 74, 0);
    border-bottom: 2px solid rgba(26, 122, 74, 0);
    transform: translate(-1.8333333333px, 7.3333333333px) rotate(-45deg);
  }
}

/* ############### end animation arrow ###############*/
/*############### sc-product_related ################*/
.sc-product_related {
  background: #f4f4f4;
  margin-top: 48px;
}

.sc-product_related .item-list {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
}

.sc-product_related .item-list:after {
  display: none;
}

.sc-product_related .item-list .content {
  background: transparent !important;
  display: flex;
  flex-direction: column;
}

.sc-product_related .item-list .content .title,
.sc-product_related .item-list .content p {
  font-size: 18px;
  margin: 0;
}

.sc-product_related .item-list .content .action {
  margin-top: 0px;
}

.sc-product_related .item-list .content .action a {
  font-size: 16px;
}

.sc-product_related .item-list .item {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 16px;
}

.sc-product_related .item-list .item.sc-compare {
  background-color: #ffffff;
  box-shadow: none;
}

.sc-product_related .item-list .item .wrapper {
  position: relative;
  z-index: 5;
}

.sc-product_related .item-list .item .wrapper .content {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .sc-product_related {
    background: #f4f4f4;
  }
  .sc-product_related .sc-inner {
    padding: 48px 0 !important;
  }
  .sc-product_related .item-list {
    position: relative;
    display: flex;
    flex-direction: inherit;
    flex: 1;
  }
  .sc-product_related .item-list .content {
    gap: 36px;
  }
  .sc-product_related .item-list .item {
    position: relative;
  }
  .sc-product_related .item-list .item.sc-compare::before,
  .sc-product_related .item-list .item.sc-compare::after,
  .sc-product_related .item-list .item.sc-creditcard::after {
    display: none;
  }
  .sc-product_related .item-list .item.sc-compare .wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/images-01-dt.png) center right no-repeat;
    width: 156px;
    height: 96px;
    background-size: 100% auto;
    transform: translateY(0);
  }
  .sc-product_related .item-list .item.sc-creditcard .wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/images-02-dt.png) center right no-repeat;
    width: 156px;
    height: 96px;
    background-size: 100% auto;
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .sc-product_related .item-list .item {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .sc-product_related {
    background: #f4f4f4;
  }
  .sc-product_related .sc-inner {
    padding: 48px 0 !important;
  }
  .sc-product_related .item-list {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .sc-product_related .item-list .item {
    position: relative;
  }
  .sc-product_related .item-list .item.sc-compare .wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/images-01-dt.png) bottom right no-repeat;
    width: 130px;
    height: 80px;
    background-size: 100% auto;
    transform: translateY(0);
  }
  .sc-product_related .item-list .item.sc-compare .content {
    gap: 10px;
  }
  .sc-product_related .item-list .item.sc-creditcard .wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/images-02-dt.png) bottom right no-repeat;
    width: 130px;
    height: 80px;
    background-size: 100% auto;
    transform: translateY(0);
  }
  .sc-product_related .item-list .item.sc-creditcard .content {
    gap: 10px;
  }
  .sc-product_related .item-list .item.sc-compare::before,
  .sc-product_related .item-list .item.sc-compare::after,
  .sc-product_related .item-list .item.sc-creditcard::after {
    display: none;
  }
  .sc-product_related .item-list .item .wrapper .content {
    padding: 0;
    height: 142px;
    justify-content: space-between;
  }
} 
.has-sc-product-related.sc-product-detail {
  padding-bottom: 0;
}

.sc-relate-card {
  display: none;
}

/*############### end sc-product_related ################*/
/*############### popup ################*/
@media screen and (min-width: 200px) {
  .mfp-bg,
  .mfp-wrap .mfp-content,
  .mfp-wrap .mfp-container {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
  }
  .mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
  }
  .mfp-close-btn-in:not(.promotion-popup) .mfp-close {
    width: 40px;
    height: 40px;
    background-color: var(--cr-green);
    color: var(--cr-light);
    top: -15px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    font-size: 0px;
    transition: var(--tsition);
  }
  .mfp-close-btn-in:not(.promotion-popup) .mfp-close:before,
  .mfp-close-btn-in:not(.promotion-popup) .mfp-close:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    height: 2px;
    background-color: var(--cr-light);
    margin: auto;
    transition: var(--tsition);
  }
  .mfp-close-btn-in:not(.promotion-popup) .mfp-close:before {
    transform: rotate(45deg);
  }
  .mfp-close-btn-in:not(.promotion-popup) .mfp-close:after {
    transform: rotate(-45deg);
  }
  .mfp-close-btn-in:not(.promotion-popup) .mfp-close:active {
    top: -15px;
  }
  .icw-popup-function.mfp-bg {
    background: rgba(0, 0, 0, 0.7);
  }
  .icw-popup-function .mfp-container {
    padding: 16px;
  }
  .icw-popup-function .mfp-content {
    height: auto;
  }
  .icw-popup-function .main-container {
    background-color: var(--cr-light);
    padding: 24px 16px;
    border-radius: var(--radius);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
  }
  .icw-popup-function .popup-box {
    max-width: 1000px;
    width: 100%;
    position: relative; /* margin: 80px auto; */
  }
  .icw-popup-function .head {
    padding-bottom: 8px;
    border-bottom: 0px solid #e7e7e7;
  }
  .icw-popup-function .body {
    color: var(--cr-gray);
  }
  .icw-popup-function .body p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--cr-gray);
  }
  .icw-popup-function .body p .link {
    text-decoration: underline;
  }
  .icw-popup-function .body .qrcode {
    width: 187px;
    margin: 8px auto 24px;
  }
  .icw-popup-function .list-disc {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
  }
  .icw-popup-function .list-disc > li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--cr-gray);
  }
  .icw-popup-function .list-disc > li strong {
    font-weight: 600;
  }
  .icw-popup-function .list-disc > li .link {
    text-decoration: underline;
    word-break: break-all;
  }
}
@media screen and (min-width: 768px) {
  .mfp-close-btn-in:not(.promotion-popup) .mfp-close {
    width: 40px;
    height: 40px;
    top: -20px;
    /* right: -20px; */
  }
  .mfp-close-btn-in:not(.promotion-popup) .mfp-close:active {
    top: -20px;
  }
  .mfp-close-btn-in:not(.promotion-popup) .mfp-close:before,
  .mfp-close-btn-in:not(.promotion-popup) .mfp-close:after {
    width: 24px;
  }
  .icw-popup-function .main-container {
    padding: 40px 32px;
  }
  .icw-popup-function .head {
    padding-bottom: 16px;
  }
  .tab-dropdown-btn {
    display: none;
  }
  .tab-dropdown {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .icw-popup-function .main-container {
    padding: 48px;
  }
  .mfp-close-btn-in:not(.promotion-popup) .mfp-close {
    right: -20px;
  }
}
.icw-popup .table-style2 .note td {
  background-color: #f5f5f5;
}

@media screen and (min-width: 414px) {
  .icw-popup .table-style2 tbody tr td {
    padding: 16px;
  }
}
@media screen and (min-width: 767px) {
  .icw-popup .article .table-style2 .note ul li {
    font-size: 13px;
  }
}
.icw-popup-content.mfp-bg.mfp-ready {
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap:not(.promotion-popup) .mfp-inline-holder .mfp-content,
.mfp-wrap:not(.promotion-popup) .mfp-ajax-holder .mfp-content {
  width: 100% !important;
  max-width: 1000px;
  margin: auto;
  /* max-width: 1200px; */
  /* margin: 30px 30px 30px !important; */
}

.icw-popup-content .mfp-container {
  border-top: none;
}

.icw .txt-link {
  color: #00a94f;
  text-decoration-line: underline;
}

.sc-thumb-box .thumb > img {
  display: block;
  margin: 0 auto;
}

.icw .imgfull {
  width: 50%;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 48%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  z-index: 5;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  transition: var(--tsition);
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  left: 2px;
  border-top: 2px solid var(--cr-light);
  border-left: 2px solid var(--cr-light);
  visibility: visible;
  transition: var(--tsition);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-button-next:before {
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sc-thumb-box .content {
  text-align: center;
}

.sc-thumb-box .content .title {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #111;
}

.sc-thumb-box .content .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0;
  color: var(--cr-dark);
}

#popup-promotion {
  overflow: hidden;
  padding-bottom: 30px;
}

.txt-head {
  text-align: center;
}

.txt-head .h3-h {
  color: #333;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
  margin-bottom: 8px;
  margin-top: 30px;
}

#popup-promotion .txt-link {
  color: #00a94f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  text-decoration-line: underline;
}

.sc-thumb-box .condition-popup {
  padding: 24px 0;
  background: url(<path-to-image>) #e9f6f1 50%/cover no-repeat;
  background-blend-mode: luminosity;
  text-align: center;
}

.sc-thumb-box .condition-popup .btn.btn-popup {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  display: inline-flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #00a94f;
}

.icw .btn-primary {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
}

/*############### end popup ################*/
.mfp-wrap {
  z-index: 99999 !important;
  background: rgba(0, 0, 0, 0.4) !important;
}

.mfp-wrap:not(.promotion-popup) .mfp-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.pop-privilege .mfp-wrap .mfp-inline-holder .mfp-content {
  max-width: 464px;
}

.pop-privilege .mfp-wrap .mfp-container {
  padding: 30px;
}

.popup-creditcard {
  background: #fff;
  height: 100%;
  padding: 16px;
  border-radius: 8px;
}

.popup-creditcard-privilege .card-des {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.popup-creditcard-privilege .card-des .card-ver {
  display: flex;
  justify-content: center;
}
.popup-creditcard-privilege .card-des .card-ver.card-wisdom {
  gap: 8px;
  margin: 0 0 16px 0;
}
.popup-creditcard-privilege .card-des .card-ver.card-wisdom img {
  height: 70px;
}
.popup-creditcard-privilege .card-des .card-ver .img-card {
  max-width: 152px !important;
  width: 100% !important;
  border-radius: 4px;
  margin: 0 0 16px 0;
}
.popup-creditcard-privilege .card-des .tag-all {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.popup-creditcard-privilege .card-des .tag-all .tag {
  border-radius: 20px;
  border: 1px solid #cceedc;
  background: transparent;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #33ba72;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  /* height: 20px; */
  padding: 2px 10px;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  max-width: 76%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease-in-out;
  max-width: 100%;
  overflow: visible;
  /* margin-top: 8px; */
}
.popup-creditcard-privilege .card-des .tag-all .tag i {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.popup-creditcard-privilege .card-des .detail-card {
  margin: 16px 0 0;
  padding-left: 24px;
}
.popup-creditcard-privilege .card-des .detail-card li {
  /* list-style: disc; */
  color: #666;
  font-size: 16px;
  position: relative;
}
.popup-creditcard-privilege .card-des .detail-card li::before {
  content: "\e900";
  font-family: "iconkcc";
  color: #00a850;
  font-size: 13px;
  position: absolute;
  top: 1px;
  left: -24px;
}
.popup-creditcard-privilege .card-des .card-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.popup-creditcard-privilege .card-des .card-apply a.link {
  width: 85%;
  text-align: center;
  color: #00a94f;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.popup-creditcard-privilege .card-des .card-apply .btn {
  width: 100% !important;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  padding: 0;
  font-weight: 600;
  background: #00a94f;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .popup-creditcard-privilege .card-des .card-ver.card-wisdom img {
    height: 50px;
  }
  .popup-creditcard-privilege .card-des .card-apply {
    flex-direction: column-reverse;
  }
  .popup-creditcard-privilege .card-des .card-apply a.link {
    width: 100%;
  }
  .pop-privilege .mfp-close-btn-in .mfp-close {
    width: 28px;
    height: 28px;
  }
}
.pop-campaign .mfp-content {
  max-width: 1000px;
  padding: 50px 16px;
}
.pop-campaign .mfp-close-btn-in .mfp-close {
  top: 30px !important;
  right: 0 !important;
}

.popup-creditcard-detail {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.popup-creditcard-detail .wrapper-readmore .content-readmore {
  max-height: 530px;
  overflow: hidden;
  transition: all .3s;
}

.popup-creditcard-detail .wrapper-readmore .box-btn-read {
  display: flex;
  position: relative;
  padding-top: 15px;
  background: #FFFFFF;
}

.popup-creditcard-detail .wrapper-readmore .box-btn-read::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 166px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  transition: all .3s;
}

.popup-creditcard-detail .wrapper-readmore .btn-read {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

.popup-creditcard-detail .wrapper-readmore .btn-read .txt-more {
  display: block;
}

.popup-creditcard-detail .wrapper-readmore .btn-read .txt-less {
  display: none;
}

.popup-creditcard-detail .wrapper-readmore .btn-read .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition: all .3s;
}

.popup-creditcard-detail .wrapper-readmore.more-active .content-readmore {
  max-height: 10000px;
}

.popup-creditcard-detail .wrapper-readmore.more-active .box-btn-read::before {
  opacity: 0;
  visibility: hidden;
}

.popup-creditcard-detail .wrapper-readmore.more-active .btn-read .txt-more {
  display: none;
}

.popup-creditcard-detail .wrapper-readmore.more-active .btn-read .txt-less {
  display: block;
}

.popup-creditcard-detail .wrapper-readmore.more-active .btn-read .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup-creditcard-detail .text-remark {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.popup-creditcard-detail .text-remark p {
  padding: 16px 24px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

.popup-creditcard-detail .bg-dark-green {
  background: #3e6c4e;
}
.popup-creditcard-detail .bg-dark-green .sc-inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
  height: 200px;
  background: url(../img/bg-popup-detail.png) top right no-repeat;
  background-size: 100% auto;
  z-index: 0;
  pointer-events: none;
}
.popup-creditcard-detail .bg-passion {
  background: linear-gradient(100.18deg, #b48966 15.49%, #975659 68.77%, #88464e 122.04%);
}
.popup-creditcard-detail .bg-passion.kpoint-passion .campaign-box {
  position: relative;
}
.popup-creditcard-detail .bg-passion.kpoint-passion .campaign-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 210px;
  height: 174px;
  background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/themetic-passion-popup-bg-kpoint-desktop.png) top right no-repeat;
  background-size: cover;
  pointer-events: none;
}
.popup-creditcard-detail .bg-passion.kpoint-passion .campaign-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 140px;
  height: 120px;
  background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/themetic-passion-popup-kpoint-man.png) top right no-repeat;
  background-size: cover;
  pointer-events: none;
}
.popup-creditcard-detail .bg-passion.rewards-passion.sc-topic .sc-inner {
  padding-bottom: 56px;
}
.popup-creditcard-detail .bg-passion.rewards-passion .campaign-box {
  position: relative;
  padding: 24px 24px;
}
.popup-creditcard-detail .bg-passion.rewards-passion .campaign-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 210px;
  height: 174px;
  background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/themetic-passion-popup-bg-kpoint-desktop.png) top right no-repeat;
  background-size: cover;
  pointer-events: none;
}
.popup-creditcard-detail .bg-passion.rewards-passion .campaign-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 98px;
  height: 153px;
  background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/themetic-passion-popup-rewards-kpointman.png) top right no-repeat;
  background-size: cover;
  pointer-events: none;
}
.popup-creditcard-detail .bg-passion.rewards-passion .head-kpoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.popup-creditcard-detail .bg-passion.rewards-passion .head-kpoint .title {
  font-size: 18px;
  color: #00a94f;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup-creditcard-detail .bg-passion.rewards-passion .head-kpoint .title img {
  width: auto;
  height: 24px;
}
.popup-creditcard-detail .bg-passion.rewards-passion .head-kpoint .sub-title {
  font-size: 16px;
  color: #333;
}
.popup-creditcard-detail .bg-passion.rewards-passion .head-kpoint .sub-title .t-highlight {
  font-size: 26px;
  font-weight: 600;
}
.popup-creditcard-detail .bg-passion.rewards-passion .head-kpoint a {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}
.popup-creditcard-detail .bg-passion .sc-inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  height: 100%;
  background: url(../img/themetic-passion-popup-bg-desktop.png) top right no-repeat;
  background-size: 100% auto;
  z-index: 0;
  pointer-events: none;
}
.popup-creditcard-detail .bg-wisdom {
  background: linear-gradient(130deg, #f8f3ef 28.53%, #d8cec3 65.34%);
}
.popup-creditcard-detail .container-wisdom .campaign-box {
  padding: 0;
  overflow: hidden;
}
.popup-creditcard-detail .container-wisdom .campaign-box .head-box {
  background: #490c14;
  margin-bottom: 0;
  padding: 24px;
  position: relative;
}
.popup-creditcard-detail .container-wisdom .campaign-box .head-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url(../img/themetic-wisdom-popup-bg-red-desktop.png) top center no-repeat;
  background-size: 100% auto;
  z-index: 0;
  pointer-events: none;
}
.popup-creditcard-detail .container-wisdom .campaign-box .head-box .title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.popup-creditcard-detail .container-wisdom .campaign-box .head-box .sub-title {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 4px;
}
.popup-creditcard-detail .container-wisdom .body-box {
  padding: 24px 16px;
  color: #333;
}
.popup-creditcard-detail .container-wisdom .body-box .title {
  text-align: center;
  font-size: 16px;
  padding-bottom: 16px;
}

.popup-creditcard-detail .container-wisdom .campaign-box .row-wisdom-cashback {
  display: flex;
  border: 1px solid rgba(89, 31, 45, 0.15);
  border-radius: 8px;
}

.popup-creditcard-detail .container-wisdom .campaign-box .row-wisdom-cashback .col-wisdom-cashback {
  display: inline-flex;
  align-items: center;
  text-align: center;
  width: 50%;
  padding: 16px;
}

.popup-creditcard-detail .container-wisdom .campaign-box .row-wisdom-cashback .col-wisdom-cashback:first-child {
  background: linear-gradient(97.86deg, #E7DDD1 0%, #F1E7DF 100%);
}

.popup-creditcard-detail .container-wisdom .campaign-box .row-wisdom-cashback .inner-col {
  width: 100%;
}

.popup-creditcard-detail .container-wisdom .campaign-box .row-wisdom-cashback .col-wisdom-cashback .title-percent {
  font-size: 33px;
  line-height: 50px;
}

.popup-creditcard-detail .container-wisdom .campaign-box .row-wisdom-cashback .col-wisdom-cashback .title-percent sup {
  font-size: 16px;
  font-weight: 600;
  top: -0.7em;
}

.popup-creditcard-detail .container-wisdom .campaign-box .row-wisdom-cashback .col-wisdom-cashback .card-wisdom {
  display: block;
  width: 165px;
  height: auto;
  margin: 0 auto;
}

.popup-creditcard-detail .container-wisdom .campaign-box .note-box {
  padding: 16px;
  border-radius: 8px;
  background: rgba(248, 243, 239, 0.5);
}

.popup-creditcard-detail .container-wisdom .campaign-box .note-box ul {
  padding-left: 20px;
}

.popup-creditcard-detail .container-wisdom .campaign-box .note-box ul li {
  list-style: disc;
}

.popup-creditcard-detail .container-wisdom .campaign-box .outline-box {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(89, 31, 45, 0.15);
}

.popup-creditcard-detail .container-wisdom .footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(248, 243, 239, 0.502);
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
}
.popup-creditcard-detail .container-wisdom .footer-box p {
  padding-bottom: 4px;
}
.popup-creditcard-detail .container-wisdom .footer-box p:last-child {
  padding: 0;
}
.popup-creditcard-detail .container-wisdom .footer-box ol {
  padding-left: 20px;
}
.popup-creditcard-detail .container-wisdom .footer-box ol li {
  list-style: decimal;
}
.popup-creditcard-detail .container-wisdom .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #671018;
  border: 1px solid #490c14;
  color: #fff;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  border-radius: 8px;
  margin-top: 16px;
}
.popup-creditcard-detail .container-wisdom .footer-box .btn {
  width: 275px;
}
.popup-creditcard-detail .container-wisdom .footer-box .btn img {
  height: 16px;
  width: auto;
}
.popup-creditcard-detail .container-wisdom .text-remark {
  background: #e3dcd4;
  margin-top: 16px;
}
.popup-creditcard-detail .container-wisdom .compn-overflow-wrapper {
  border: solid 1px #c5a9a4 !important;
  border-radius: 8px;
}
.popup-creditcard-detail .container-wisdom .custom-table tr th {
  background: #f0e8df !important;
  color: #490c14 !important;
  font-weight: 600;
  border-right: solid 1px #c5a9a4 !important;
  border-bottom: solid 1px #c5a9a4 !important;
  padding: 16px 16px;
}
.popup-creditcard-detail .container-wisdom .custom-table tr th:last-child {
  border-right: none !important;
}
.popup-creditcard-detail .container-wisdom .custom-table tr:last-child td {
  border-bottom: none !important;
}
.popup-creditcard-detail .container-wisdom .custom-table tr td {
  background: #f0e8df !important;
  color: #333 !important;
  font-size: 16px;
  border-bottom: solid 1px #c5a9a4 !important;
  border-right: solid 1px #c5a9a4 !important;
  border-left: none !important;
  border-top: none !important;
}
.popup-creditcard-detail .container-wisdom .custom-table tr td:last-child {
  border-right: none !important;
}
.popup-creditcard-detail .container-wisdom .accordion-group .accordion1.active {
  border-color: #490c14;
}
.popup-creditcard-detail .container-wisdom .accordion-group .accordion1.active .accordion-title {
  color: #490c14;
}
.popup-creditcard-detail .container-wisdom .accordion-group .accordion1.active .accordion-title:after {
  color: #490c14;
}
.popup-creditcard-detail .container-wisdom .accordion-group .accordion1 .accordion-title:after {
  color: #490c14;
}
.popup-creditcard-detail .container-wisdom .accordion-group .accordion1 .accordion-title:hover {
  color: #490c14;
}
.popup-creditcard-detail .campaign-inner .list-item {
  border-bottom: none;
}
.popup-creditcard-detail .sc-topic .sc-inner {
  padding: 48px 48px;
  position: relative;
  z-index: 1;
}
.popup-creditcard-detail .image-banner {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.popup-creditcard-detail .sc-conditions .sc-inner {
  padding: 48px 16px 48px 16px;
}
.popup-creditcard-detail .head-popup-plus {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.popup-creditcard-detail .head-popup-plus .heading-icon {
  min-width: 72px;
  width: 72px;
  height: auto;
}
.popup-creditcard-detail .head-popup-plus .heading-title {
  width: calc(100% - 72px);
  padding-left: 16px;
}
.popup-creditcard-detail .head-popup-plus .heading-title .heading {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}
.popup-creditcard-detail .head-popup-plus .heading-title .sub-heading {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.popup-creditcard-detail .head-popup-plus .heading-title .date {
  font-size: 13px;
  padding-top: 4px;
  margin: 0;
}
.popup-creditcard-detail .campaign-box {
  background: #ffffff;
  padding: 32px 48px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.popup-creditcard-detail .btn-link {
  text-align: center;
  margin-top: 24px;
}

.pop-plustinum .campaign-inner {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pop-plustinum .campaign-inner .list-item {
  max-width: 264px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pop-plustinum .campaign-inner .list-item .image {
  min-width: 80px;
  width: 80px;
  height: auto;
}
.pop-plustinum .campaign-inner .list-item .content {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.pop-plustinum .campaign-inner .list-item .content .title {
  color: #00a94f;
  font-size: 20px;
}
.pop-plustinum .campaign-inner .list-item .content .sub-title {
  color: #666;
  font-size: 16px;
}
.pop-plustinum .accordion-group {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .popup-creditcard-detail .container-wisdom .campaign-box .head-box {
    position: relative;
  }
  .popup-creditcard-detail .container-wisdom .campaign-box .head-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../img/themetic-wisdom-popup-bg-red-mobile.png) center center no-repeat;
    background-size: 100% auto;
    z-index: 0;
  }
}

@media screen and (max-width: 767px) {
  .popup-creditcard-detail .container-wisdom .campaign-box .row-wisdom-cashback {
    display: block;
  }

  .popup-creditcard-detail .container-wisdom .campaign-box .row-wisdom-cashback .col-wisdom-cashback {
    display: block;
    width: 100%;
  }
}

.plustinum-ecoupon .head-popup-plus .heading-title .heading {
  color: #c2eebc;
}

.pop-passion .campaign-inner {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pop-passion .campaign-inner .list-item {
  position: relative;
  max-width: 324px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  gap: 8px;
}
.pop-passion .campaign-inner .list-item::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  z-index: 0;
  background-image: repeating-linear-gradient(to bottom, rgba(142, 93, 94, 0.6) 0px, rgba(142, 93, 94, 0.6) 6px, transparent 7px, transparent 12px);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.pop-passion .campaign-inner .list-item:first-child::before {
  display: none;
}
.pop-passion .campaign-inner .list-item .inner-box .image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pop-passion .campaign-inner .list-item .inner-box .image img {
  max-width: 24px;
  width: 100%;
}
.pop-passion .campaign-inner .list-item .inner-box .image span {
  font-size: 18px;
  color: #00a94f;
  font-weight: 600;
}
.pop-passion .campaign-inner .list-item .inner-box .title {
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}
.pop-passion .campaign-inner .list-item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pop-passion .campaign-inner .list-item .content .sub-title {
  color: #666;
  line-height: 1.5;
}

.pop-wisdom .mfp-close-btn-in .mfp-close {
  background-color: #490c14 !important;
}

.text-remark {
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .pop-campaign .mfp-content {
    padding: 100px 16px 50px;
  }
  .pop-campaign .mfp-close-btn-in .mfp-close {
    top: 115px !important;
    right: 30px !important;
  }
  .popup-creditcard-detail .bg-passion.kpoint-passion .campaign-box::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -32px;
    width: 140px;
    height: 120px;
    background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/themetic-passion-popup-kpoint-man.png) top right no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .pop-campaign .mfp-content {
    padding: 90px 0 50px;
  }
  .pop-campaign .mfp-close-btn-in .mfp-close {
    top: 100px !important;
    right: 10px !important;
  }
  .popup-creditcard-detail .bg-passion {
    background: linear-gradient(100.18deg, #b48966 15.49%, #975659 68.77%, #88464e 122.04%);
  }
  .popup-creditcard-detail .bg-passion.kpoint-passion .campaign-box {
    padding: 32px 16px 105px;
  }
  .popup-creditcard-detail .bg-passion.kpoint-passion .campaign-box::before {
    content: "";
    position: absolute;
    right: -9px;
    top: unset;
    bottom: 0;
    width: 155px;
    height: 260px;
    background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/themetic-passion-popup-bg-kpoint-mobile.png) bottom right no-repeat;
    background-size: 100% auto;
  }
  .popup-creditcard-detail .bg-passion.kpoint-passion .campaign-box::after {
    left: 0;
    bottom: -35px;
    margin: 0 auto;
    width: 140px;
    height: 120px;
  }
  .popup-creditcard-detail .bg-passion.rewards-passion .campaign-box {
    padding-bottom: 112px;
  }
  .popup-creditcard-detail .bg-passion.rewards-passion .campaign-box::before {
    content: "";
    position: absolute;
    right: -9px;
    top: unset;
    bottom: 0;
    width: 155px;
    height: 260px;
    background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/themetic-passion-popup-bg-kpoint-mobile.png) bottom right no-repeat;
    background-size: 100% auto;
  }
  .popup-creditcard-detail .bg-passion.rewards-passion .campaign-box::after {
    left: 0;
    bottom: -22px;
    margin: 0 auto;
    width: 80px;
    height: 125px;
  }
  .popup-creditcard-detail .bg-passion.rewards-passion .head-kpoint .title {
    display: inline-block;
    text-align: center;
  }
  .popup-creditcard-detail .bg-passion.rewards-passion .head-kpoint .sub-title {
    text-align: center;
  }
  .popup-creditcard-detail .bg-passion.sc-topic .sc-inner {
    padding: 72px 16px 56px 16px;
  }
  .popup-creditcard-detail .bg-passion .sc-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/themetic-passion-popup-bg-mobile.png) top right no-repeat;
    background-size: 100% auto;
    z-index: 0;
  }
  .popup-creditcard-detail .bg-passion .image-banner {
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
  }
  .popup-creditcard-detail .container-wisdom .campaign-box .head-box {
    padding: 16px;
  }
  .popup-creditcard-detail .container-wisdom .campaign-box .head-box .title {
    font-size: 18px;
  }
  .popup-creditcard-detail .container-wisdom .campaign-box .head-box .sub-title {
    font-size: 13px;
    padding-top: 4px;
  }
  .popup-creditcard-detail .container-wisdom .footer-box a {
    width: 100%;
  }
  .popup-creditcard-detail .container-wisdom .custom-table tr td {
    font-size: 13px;
  }
  .popup-creditcard-detail .container-wisdom .custom-table thead tr th:first-child {
    width: 40% !important;
  }
  .popup-creditcard-detail .head-popup-plus .heading-icon {
    min-width: 48px;
    width: 18px;
  }
  .popup-creditcard-detail .head-popup-plus .heading-title {
    width: calc(100% - 48px);
  }
  .popup-creditcard-detail .head-popup-plus .heading-title .heading {
    font-size: 20px;
  }
  .popup-creditcard-detail .head-popup-plus .heading-title .sub-heading {
    font-size: 16px;
  }
  .popup-creditcard-detail .sc-topic .sc-inner {
    padding: 72px 16px 32px 16px;
  }
  .popup-creditcard-detail .campaign-box {
    padding: 14px 16px;
  }
  .popup-creditcard-detail .sc-conditions .sc-inner {
    padding: 24px 16px;
  }
  .pop-plustinum .campaign-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .pop-plustinum .campaign-inner .list-item {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: initial;
    gap: 16px;
    padding: 0;
    text-align: left;
  }
  .pop-plustinum .campaign-inner .list-item .content {
    padding-top: 0;
    align-items: flex-start;
    gap: 4px;
    padding-bottom: 0;
  }
  .pop-plustinum .campaign-inner .list-item .content .title {
    font-size: 18px;
  }
  .pop-plustinum .campaign-inner .list-item .content .sub-title {
    font-size: 16px;
  }
  .pop-passion .campaign-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .pop-passion .campaign-inner .list-item {
    max-width: 100%;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    text-align: left;
  }
  .pop-passion .campaign-inner .list-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 100%;
    z-index: 0;
    background-image: repeating-linear-gradient(to right, rgba(142, 93, 94, 0.6) 0px, rgba(142, 93, 94, 0.6) 6px, transparent 7px, transparent 12px);
    background-size: 100% 1px;
    background-repeat: repeat-x;
    background-position: top left;
  }
  .pop-passion .campaign-inner .list-item:first-child {
    padding-bottom: 24px;
  }
  .pop-passion .campaign-inner .list-item:first-child::before {
    display: none;
  }
  .pop-passion .campaign-inner .list-item:last-child {
    padding-top: 24px;
  }
  .pop-passion .campaign-inner .list-item .content {
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    text-align: center;
    gap: 4px;
  }
  .pop-passion .campaign-inner .list-item .content .title {
    font-size: 18px;
  }
  .pop-passion .campaign-inner .list-item .content .sub-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .pop-campaign .mfp-close-btn-in .mfp-close {
    top: 105px !important;
    right: 15px !important;
  }
}
/*############## heading share ###############*/
.ic-check:before {
  content: "\e972" !important;
}

.campaign-code {
  text-align: right;
  margin-bottom: 16px;
}

.campaign-code p {
  background-color: #f4fef8;
  padding: 8px;
  color: #006530;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  border-radius: 8px;
}

#heading .sc-inner {
  padding: 8px 0 32px;
}

.sc-heading h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  /* margin-top: 8px; */
  color: var(--cr-dark);
  /* margin-bottom: 16px; */
}

.detail-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--cr-border);
  margin-bottom: 32px;
}

.has-tab .detail-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 0;
}

.detail-date p {
  font-size: 16px;
  line-height: 20px;
  color: var(--cr-dark);
  margin-top: 13px;
  font-weight: 600;
}

.detail-date span {
  padding-left: 8px;
  /* border-left: 1px solid var(--cr-border); */
  display: flex;
  cursor: pointer;
}

.detail-date span i {
  font-size: 24px;
}

.ic-fav-chose {
  display: none;
}

.btn-fav.active .ic-fav-chose {
  display: block;
}

.ic-fav-chose {
  color: var(--cr-green);
}

.sc-heading h2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
  color: #333;
}

.sc-heading h2 p {
  font-size: 13px;
  line-height: 1.5;
  display: inline-block;
}

.icw .sc-heading .desc {
  font-size: 18px;
  line-height: 27px;
  color: var(--cr-green);
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

.sc-heading .desc-2 {
  font-size: 16px;
  line-height: 24px;
  color: var(--cr-dark);
  text-align: center;
  margin-bottom: 16px;
}

.sc-heading .desc-3 {
  border-radius: 8px;
  background-color: #f8f8f8;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.sc-heading .desc-3 > div {
  margin-bottom: 8px;
}

.sc-heading .desc-3 p.text-green {
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 0;
}

.sc-heading .desc-3 p {
  display: inline-block;
  margin-bottom: 0;
}

.sc-heading .desc-3 span {
  text-decoration: underline;
  font-weight: 600;
}

.social-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.text-share i.share-icon {
  color: var(--cr-green);
  position: relative;
  font-size: 24px;
  top: 4px;
}

.text-share span {
  color: var(--cr-green);
  font-size: 16px;
  font-weight: 600;
  display: inline;
  padding-left: 0;
  position: relative;
  top: 5px;
}

.icw .sc-heading .container,
.icw .sc-heading {
  overflow: visible;
}

.share-item i {
  color: #fff !important;
  font-size: 16px;
}

.share-item {
  border-radius: 100px;
  background: #00a94f;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: none;
  transition: 0.3s ease-in-out;
}

.share-item:hover {
  background: #0bc160;
}

.share-item:last-child {
  margin-right: 0;
}

.text-share {
  position: relative;
}

.icw .social-dropdown {
  position: relative;
  z-index: 9;
}

.icw .social-dropdown-menu {
  width: 240px;
  padding: 16px;
  position: absolute;
  top: 40px;
  right: 2px;
  /* transform: translateX(-50%); */
  background-color: white;
  box-shadow: 0 0 5px 1px #eaeaea;
  border-radius: 8px;
  visibility: hidden;
  z-index: 9;
  display: none;
}

.icw .social-dropdown-menu.active {
  display: block;
}

.icw .social-dropdown-menu .wrapper-input-link {
  position: relative;
  z-index: 9;
  margin-bottom: 16px;
}

.icw .social-dropdown-menu .wrapper-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: #f7f7f7;
  font-size: 25px;
  color: #999;
  cursor: pointer;
  /* height: 100%; */
}

.wrapper-icon-share .share-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icw .social-dropdown-menu .wrapper-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #e9e9e9;
  top: 50%;
  transform: translateY(-50%);
}

.icw .social-dropdown-menu .wrapper-icon i {
  margin-right: 0;
  /* line-height: 40px; */
}

.icw .social-dropdown-menu .wrapper-icon i.icon-copiedlink {
  color: #00a94f;
}

.icw .social-dropdown-menu .input-link {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  padding: 8px 49px 8px 8px;
  color: #999;
  position: relative;
  background: #f5f5f5;
}

.icw .shared-offcanvas .input-link {
  background-color: #fff;
}

.icw .social-dropdown-menu .wrapper-icon-share {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icw .social-dropdown-menu.active {
  animation: fadedown 0.3s ease-in-out forwards;
}

@keyframes fadedown {
  0% {
    top: 40px;
    visibility: hidden;
  }
  100% {
    top: 50px;
    visibility: visible;
  }
}
.icw .social-dropdown-menu i.ic-npa {
  font-size: 20px;
  color: var(--gray-color-2);
  margin-right: 16px;
}

.icw .social-dropdown-menu i.ic-npa:hover {
  color: #00a94f;
}

.icw .social-dropdown-menu a:last-child i.ic-npa {
  margin-right: 0;
}

.copiedlink .icon-copiedlink {
  display: block;
}

.copiedlink .checklink {
  display: none;
}

.copiedlink.active .icon-copiedlink {
  display: none;
}

.copiedlink.active .checklink {
  display: block;
}

.icw .social-dropdown-menu .copiedlink.active .input-link {
  background: rgba(0, 169, 79, 0.0509803922);
  color: #00a94f;
}

.icw .social-dropdown-menu .copiedlink.active .wrapper-icon {
  background: transparent;
  color: #00a94f;
}

.icw .social-dropdown-menu:after {
  content: " ";
  width: 16px;
  height: 16px;
  right: 8px;
  background: #fff;
  top: -8px;
  position: absolute;
  transform: rotate(45deg);
  box-shadow: 0 0 5px 1px #eaeaea;
}

.icw .social-dropdown-menu:before {
  content: " ";
  width: 38px;
  height: 18px;
  right: 0;
  border-radius: 8px;
  background: #fff;
  top: 0;
  position: absolute;
  z-index: 2;
}

.section-highlight-banner .swiper-slide .image img {
  width: 100%;
}

@media screen and (min-width: 300px) {
  .icw .social-dropdown-menu {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  #heading .sc-inner {
    padding: 0px 0 48px;
  }
  .sc-heading h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .sc-heading h2 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .section.sc-heading .sc-inner {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  /* .campaign-code {
    margin-bottom: 24px;
  } */
  .sc-heading h1 {
    font-size: 33px;
    line-height: 50px;
  }
  .icw .sc-heading .desc {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .sc-heading .desc-2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .sc-heading .desc-3 > div {
    margin-bottom: 0;
    display: inline-block;
  }
  .has-tab .detail-date {
    padding-bottom: 32px;
  }
  .sc-heading .desc-3 {
    max-width: 795px;
    margin: 0 auto;
  }
  .share-item {
    display: flex;
  }
  .text-share span {
    color: var(--cr-dark);
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #e6e6e6;
    top: 3px;
  }
  .text-share i.share-icon {
    color: var(--cr-dark);
    top: 2px;
    font-size: 16px;
    font-weight: 600;
  }
  .icw .social-dropdown-menu .wrapper-icon-share {
    display: none;
  }
  .icw .social-dropdown-menu .wrapper-input-link {
    margin-bottom: 0;
  }
  .text-share.open-copy-button {
    pointer-events: none;
  }
  .icw .social-dropdown-menu {
    left: -16%;
  }
  .icw .social-dropdown-menu:after {
    left: 45%;
    right: auto;
  }
  .icw .social-dropdown-menu:before {
    left: 43%;
    right: auto;
  }
}
.sc-breadcrumb-campaign {
  padding: 16px 0;
}
.sc-breadcrumb-campaign .container {
  overflow: visible;
}
.sc-breadcrumb-campaign .text-share span {
  top: unset;
}
.sc-breadcrumb-campaign .text-share.open-copy-button {
  position: relative;
  display: flex;
  align-items: center;
}
.sc-breadcrumb-campaign .text-share .ic-share-icon {
  padding-left: 20px;
  height: 17px;
}
.sc-breadcrumb-campaign .text-share .ic-share-icon::before {
  content: "";
  background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/icon-share-grey.png) center center no-repeat;
  width: 16px;
  height: 17px;
  top: 0;
  left: 0;
  position: absolute;
  background-size: 100% auto;
  pointer-events: none;
}

.sc-breadcrumb-campaign {
  padding: 16px 0;
}
.sc-breadcrumb-campaign .container {
  overflow: visible;
}
.sc-breadcrumb-campaign .text-share span {
  top: unset;
}
.sc-breadcrumb-campaign .text-share.open-copy-button {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sc-breadcrumb-campaign .text-share .ic-share-icon {
    padding-left: 25px;
    height: 17px;
    top: unset;
    position: relative;
  }
  .sc-breadcrumb-campaign .text-share .ic-share-icon::before {
    content: "";
    background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/icon-share-grey.png) center center no-repeat;
    width: 16px;
    height: 17px;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .sc-breadcrumb-campaign .text-share .ic-share-icon {
    padding-left: 26px;
    height: 18px;
    top: unset;
    position: relative;
  }
  .sc-breadcrumb-campaign .text-share .ic-share-icon::before {
    content: "";
    background: url(/SiteCollectionDocuments/personal/creditcard/ccpromo-morement/img/icon-share-green.svg) center center no-repeat;
    width: 16px;
    height: 17px;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100% auto;
  }
}
/*############## end heading share ###############*/
/*############## sc-card-product ###############*/
.sc-card-product {
  position: relative;
}
.sc-card-product .card-section {
  position: relative;
  width: 734px;
  padding: 48px 80px 48px 115px;
  overflow: hidden;
  /* parallelogram: top-left cut, bottom-right cut */
  clip-path: polygon(10% 0%, 100% 0%, 89% 100%, 0% 100%);
  border-radius: 8px;
}
.sc-card-product .card-section .card-heading {
  color: #fff;
  padding-bottom: 24px;
}
.sc-card-product {
  /* CTA Button */
}
.sc-card-product .button-control {
  margin-top: 40px;
  height: 52px;
}
.sc-card-product .button-control a {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding: 13px 32px;
  border: none;
  border-radius: 8px;
  line-height: 1.5;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 52px;
  width: 302px;
}
.sc-card-product .button-control a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  pointer-events: none;
  transform: skewX(-20deg);
  z-index: -1;
}
.sc-card-product .button-control a::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: -2;
  border-radius: inherit;
}
.sc-card-product .button-control a:hover::before {
  animation: shimmer 1s ease forwards;
}
.sc-card-product .button-control a:hover::after {
  opacity: 1;
}
.sc-card-product .button-control a:active::after {
  opacity: 1;
}
@keyframes shimmer {
  0% {
    left: -100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
.sc-card-product .card-image-wrap {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: start;
  gap: 14px;
  height: 60px;
}
.sc-card-product .card-image-wrap img {
  margin: 0;
}
.sc-card-product .card-image-placeholder {
  width: 88px;
  height: 56px;
  border-radius: 6px;
  background: linear-gradient(135deg, #1a2e1a 0%, #1e3d26 50%, #1a4a2e 100%);
  display: flex;
  align-items: flex-end;
  padding: 6px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.sc-card-product .card-image-placeholder::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 22px;
  border-radius: 3px;
  background: linear-gradient(135deg, #3a9960, #52b87a);
  opacity: 0.85;
}
.sc-card-product .card-image-placeholder .visa-label {
  font-size: 8px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1.5px;
  margin-left: auto;
  font-style: italic;
}
.sc-card-product .card-heading {
  color: #ffffff;
  line-height: 1.5;
  padding-bottom: 8px;
  margin: 0;
}
.sc-card-product {
  /* ── Sub text ── */
}
.sc-card-product .card-subtext {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 24px;
}
.sc-card-product {
  /* ── Benefit list ── */
}
.sc-card-product .benefit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sc-card-product .benefit-list .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.sc-card-product .benefit-list .benefit-item img {
  margin: 0;
}
.sc-card-product .benefit-list .benefit-item .benefit-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-card-product .benefit-list .benefit-item .benefit-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sc-card-product .benefit-list .benefit-item .benefit-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-top: 2px;
}
.sc-card-product .benefit-list .benefit-item .benefit-content .benefit-title {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
.sc-card-product .benefit-list .benefit-item .benefit-content .benefit-desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.sc-card-product .benefit-list .benefit-item .benefit-content .benefit-link {
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
}
.sc-card-product .benefit-list .benefit-item .benefit-content .benefit-link:hover {
  opacity: 1;
}

.sc-card-plustinum .benefit-list .benefit-item .benefit-content .benefit-title {
  color: #c2eebc !important;
}

.sc-card-the-passion .benefit-list .benefit-item .benefit-content .benefit-title {
  color: #ffe5c4 !important;
}

.sc-card-wisdom .benefit-list .benefit-item .benefit-content .benefit-title {
  color: #671018 !important;
}

@media screen and (min-width: 992px) {
  .sc-card-product.sc-card-plustinum .button-control a {
    display: inline-block;
    padding: 13px 32px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
  }
  .sc-card-product.sc-card-plustinum .button-control a:hover {
    background: rgb(60, 109, 81);
    border-color: #ffffff;
    color: #fff;
  }
  .sc-card-product.sc-card-plustinum .button-control a::after {
    filter: blur(20px);
  }
  .sc-card-product.sc-card-plustinum .button-control a::before {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.08) 70%, transparent 100%);
  }
  .sc-card-product.sc-card-the-passion {
    background: url(../img/cc-promo-themetic-bg-section-the-passion.jpg) center center no-repeat;
    background-size: cover;
  }
  .sc-card-product.sc-card-the-passion .button-control a {
    display: inline-block;
    padding: 13px 32px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 18px !important;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
  }
  .sc-card-product.sc-card-the-passion .button-control a:hover {
    background: rgb(158, 112, 103);
    border-color: #ffffff;
    color: #fff;
  }
  .sc-card-product.sc-card-the-passion .button-control a::after {
    filter: blur(20px);
  }
  .sc-card-product.sc-card-the-passion .button-control a::before {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.08) 70%, transparent 100%);
  }
  .sc-card-product.sc-card-wisdom {
    background: url(../img/cc-promo-themetic-bg-section-wisdom.jpg) center center no-repeat;
    background-size: cover;
  }
  .sc-card-product.sc-card-wisdom .card-section .card-heading {
    color: #490c14;
  }
  .sc-card-product.sc-card-wisdom .card-section .card-subtext {
    color: #666;
  }
  .sc-card-product.sc-card-wisdom .card-section .benefit-list .benefit-item .benefit-content .benefit-title {
    color: #333;
  }
  .sc-card-product.sc-card-wisdom .card-section .benefit-list .benefit-item .benefit-content .benefit-desc {
    color: #333;
  }
  .sc-card-product.sc-card-wisdom .card-section .benefit-list .benefit-item .benefit-content .benefit-link {
    color: #490c14;
    font-weight: 600;
  }
  .sc-card-product.sc-card-wisdom .card-section .button-control a {
    background: #490c14;
    border: 1px solid #490c14;
  }
  .sc-card-product.sc-card-wisdom .button-control a {
    display: inline-block;
    align-self: flex-start;
    background: #490c14;
    color: #fff !important;
  }
  .sc-card-product.sc-card-wisdom .button-control a::after {
    background: linear-gradient(90deg, #490c14 0%, #6d3d43 50%, #3f1222 100%);
  }
  .sc-card-product.sc-card-wisdom .button-control a::before {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.08) 70%, transparent 100%);
  }
}
@media screen and (max-width: 991px) {
  .sc-card-product .card-section {
    clip-path: none;
    max-width: 734px;
    width: 100%;
    margin: 0 auto;
    padding: 48px;
  }
  .sc-card-product .card-section::after {
    display: none;
  }
  .sc-card-product .sc-inner {
    padding-top: 45% !important;
  }
  .sc-card-product.sc-card-plustinum {
    background: #03341f;
  }
  .sc-card-product.sc-card-plustinum .sc-inner {
    background: url(../img/themetic-genz-aw-tl-991x600.jpg) top center no-repeat;
    background-size: 100% auto;
  }
  .sc-card-product.sc-card-plustinum .card-section {
    background: linear-gradient(180.23deg, #3e6c4e 5.76%, #3e6c4e 96.98%) !important;
  }
  .sc-card-product.sc-card-plustinum .card-section::before {
    content: "";
    position: absolute;
    top: -60px;
    right: 80px;
    width: 291px;
    height: 291px;
    pointer-events: none;
    background: url(../img/bg-kbankvisa-plustinum-card.png) top right no-repeat;
    background-size: 100% auto;
    z-index: 0;
  }
  .sc-card-product.sc-card-plustinum .button-control a {
    display: inline-block;
    padding: 13px 32px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    height: 52px;
    width: 302px;
  }
  .sc-card-product.sc-card-plustinum .button-control a:hover {
    background: rgb(60, 109, 81);
    border-color: #ffffff;
    color: #fff;
  }
  .sc-card-product.sc-card-plustinum .button-control a::after {
    filter: blur(20px);
  }
  .sc-card-product.sc-card-plustinum .button-control a::before {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.08) 70%, transparent 100%);
  }
  .sc-card-product.sc-card-the-passion {
    background: #854a50;
  }
  .sc-card-product.sc-card-the-passion .sc-inner {
    background: url(../img/themetic-geny-aw-tl-991x600.jpg) top center no-repeat;
    background-size: 100% auto;
  }
  .sc-card-product.sc-card-the-passion .card-section {
    background: linear-gradient(100.18deg, #b48966 15.49%, #975659 68.77%, #88464e 122.04%) !important;
  }
  .sc-card-product.sc-card-the-passion .card-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 291px;
    pointer-events: none;
    background: url(../img/cc-promo-themetic-passion-graphic-mb.png) top right no-repeat;
    background-size: 100% auto;
    z-index: 0;
  }
  .sc-card-product.sc-card-the-passion .button-control a {
    display: inline-block;
    padding: 13px 32px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    height: 52px;
    width: 302px;
  }
  .sc-card-product.sc-card-the-passion .button-control a:hover {
    background: rgb(158, 112, 103);
    border-color: #ffffff;
    color: #fff;
  }
  .sc-card-product.sc-card-the-passion .button-control a::after {
    filter: blur(20px);
  }
  .sc-card-product.sc-card-the-passion .button-control a::before {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.08) 70%, transparent 100%);
  }
  .sc-card-product.sc-card-wisdom {
    background: #321207;
  }
  .sc-card-product.sc-card-wisdom .sc-inner {
    background: url(../img/themetic-wisdom-aw-tl-991x600.jpg) top center no-repeat;
    background-size: 100% auto;
  }
  .sc-card-product.sc-card-wisdom .card-section {
    background: radial-gradient(54.39% 55.23% at 49.91% 44.77%, #f8f3ef 40.35%, #d8cec3 100%) !important;
  }
  .sc-card-product.sc-card-wisdom .card-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 55px;
    right: 0;
    margin: 0 auto;
    width: 422px;
    height: 215px;
    pointer-events: none;
    background: url(../img/cc-promo-themetic-wisdom-graphic-mb.png) top right no-repeat;
    background-size: 100% auto;
    z-index: 0;
  }
  .sc-card-product.sc-card-wisdom .card-section .card-heading {
    color: #490c14;
  }
  .sc-card-product.sc-card-wisdom .card-section .card-subtext {
    color: #666;
  }
  .sc-card-product.sc-card-wisdom .card-section .benefit-list .benefit-item .benefit-content .benefit-title {
    color: #333;
  }
  .sc-card-product.sc-card-wisdom .card-section .benefit-list .benefit-item .benefit-content .benefit-desc {
    color: #333;
  }
  .sc-card-product.sc-card-wisdom .card-section .benefit-list .benefit-item .benefit-content .benefit-link {
    color: #490c14;
    font-weight: 600;
  }
  .sc-card-product.sc-card-wisdom .card-section .button-control a {
    background: #490c14;
    border: 1px solid #490c14;
  }
  .sc-card-product.sc-card-wisdom .button-control a {
    display: inline-block;
    align-self: flex-start;
    background: #490c14;
    color: #fff !important;
  }
  .sc-card-product.sc-card-wisdom .button-control a::after {
    background: linear-gradient(90deg, #490c14 0%, #6d3d43 50%, #3f1222 100%);
  }
  .sc-card-product.sc-card-wisdom .button-control a::before {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.08) 70%, transparent 100%);
  }
}
@media screen and (max-width: 767px) {
  .sc-card-product .card-section {
    padding: 24px 16px;
  }
  .sc-card-product.sc-card-plustinum .sc-inner {
    background: url(../img/themetic-genz-aw-mb-720x960.jpg) top center no-repeat;
    background-size: 100% auto;
  }
  .sc-card-product.sc-card-plustinum .card-section::before {
    right: 0;
    width: 255px;
    height: 291px;
  }
  .sc-card-product.sc-card-plustinum .button-control {
    border-top: 1px solid rgba(122, 178, 133, 0.4);
  }
  .sc-card-product.sc-card-the-passion .sc-inner {
    background: url(../img/themetic-geny-aw-mb-720x960.jpg) top center no-repeat;
    background-size: 100% auto;
  }
  .sc-card-product.sc-card-the-passion .card-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 291px;
    pointer-events: none;
    background: url(../img/bg-kbankvisa-the-passion-card-mb.png) top right no-repeat;
    background-size: 100% auto;
    z-index: 0;
  }
  .sc-card-product.sc-card-the-passion .button-control {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .sc-card-product.sc-card-wisdom .sc-inner {
    background: url(../img/themetic-wisdom-aw-mb-720x960.jpg) top center no-repeat;
    background-size: 100% auto;
  }
  .sc-card-product.sc-card-wisdom .card-section::before {
    left: 0;
    width: 297px;
  }
  .sc-card-product.sc-card-wisdom .button-control {
    border-top: 1px solid rgba(73, 12, 20, 0.3);
  }
  .sc-card-product .sc-inner {
    padding-top: 100% !important;
  }
  .sc-card-product .card-image-wrap {
    height: 48px;
    gap: 8px;
  }
  .sc-card-product .card-subtext {
    font-size: 16px;
  }
  .sc-card-product .benefit-list {
    padding-bottom: 24px;
  }
  .sc-card-product .benefit-list .benefit-item .benefit-content .benefit-title {
    font-size: 18px;
  }
  .sc-card-product .benefit-list .benefit-item .benefit-content .benefit-desc {
    font-size: 16px;
  }
  .sc-card-product .button-control {
    height: auto;
    padding-top: 32px;
    margin-top: 0;
  }
  .sc-card-product .button-control a {
    width: 100% !important;
    height: 52px;
  }
}
/*############## end sc-card-product ###############*/
/*################ accordion #################*/
.accordion-action {
  position: relative;
  margin: 0 -16px;
}

.accordion-content .wrap {
  padding: 0;
  /* font-size: 13px; */
}

.accordion-action .link {
  height: 64px;
  display: flex;
  align-items: center;
  background: var(--cr-light);
  padding: 16px;
  position: relative;
  text-decoration: none;
}

.accordion-action .link > .txt {
  font-size: 16px;
  font-weight: 600;
  color: var(--cr-dark);
}

.accordion-action .link > .ic-nvg {
  font-size: 32px;
  color: var(--cr-green);
  margin-right: 8px;
}

.accordion-action .link:before,
.accordion-action .link:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: var(--cr-green);
  transition: var(--tsition);
  top: 0;
  bottom: 0;
  margin: auto;
}

.accordion-action .link:before {
  position: absolute;
  transform: rotate(45deg);
  right: 23px;
}

.accordion-action .link:after {
  position: absolute;
  transform: rotate(-45deg);
  right: 16px;
}

.accordion-action.active .link:before {
  transform: rotate(-45deg);
}

.accordion-action.active .link:after {
  transform: rotate(45deg);
}

#faqs .sc-heading {
  margin-bottom: 40px;
}

.accordion-group {
  padding: 0 0 24px;
  list-style: none;
  margin: 0;
  max-width: 100%;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.accordion-group.active {
  display: block;
}

.accordion-group + .accordion-group {
  margin-top: 16px;
}

.accordion-group .s-title {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.5em;
}

.accordion-group .accordion1 + .s-title {
  margin-top: 40px;
}

.accordion-group .accordion1 {
  max-width: sc-content;
  margin-left: auto;
  margin-right: auto;
}

.accordion-group .accordion1 {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  border-left: 6px solid transparent;
  transition: 0.3s ease-in-out;
}

.accordion-group .accordion1.active {
  border-color: #00a94f;
}

.accordion-group .accordion1 + .accordion1 {
  margin-top: 16px;
}

.accordion1 {
  position: relative;
  border-radius: var(--radius);
  background: var(--cr-light);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.accordion1 .accordion-title {
  position: relative;
  padding: 16px 50px 16px 16px;
  cursor: pointer;
  color: var(--cr-black);
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  border: 0;
  background-color: transparent;
  transition: var(--transition);
}

.accordion1 .accordion-title:after {
  font-family: "iconavigation";
  content: "\e906";
  font-size: 16px;
  line-height: 1;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cr-green);
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.accordion1.active .accordion-title:after {
  content: "\e907";
}

.accordion1 .accordion-title:hover {
  color: var(--cr-green);
  background: transparent;
  background-color: transparent;
}

.accordion1.active .accordion-title {
  color: var(--cr-green);
  /* background-color: #CCEEDC; */
}

.accordion1.active .accordion-title:after {
  /* color: var(--cr-light); */
}

.accordion1 .accordion-content {
  padding: 16px;
}

.accordion1 .accordion-content a {
  color: var(--cr-green);
  text-decoration: underline;
  font-weight: 600;
  /* word-break: break-all; */
  word-break: break-word;
}

.accordion1 .accordion-content p {
  line-height: 1.5em;
  /* font-family: 'kurious-looped'; */
  color: var(--cr-gray);
}

.accordion1 .accordion-content p strong {
  font-weight: 600;
}

.accordion1 .accordion-content p .link {
  font-weight: 600;
  /* font-family: 'kurious-looped'; */
}

.accordion1 .accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion1 .accordion-content ul {
  margin: 0 0 0.6em 1.2em;
  padding: 0;
}

.accordion1 .accordion-content ul:last-child {
  margin-bottom: 0;
}

.accordion1 .accordion-content ul > li {
  position: relative;
  list-style-type: disc;
  /* font-family: 'kurious-looped'; */
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--cr-gray);
}

.accordion1 .accordion-content ul > li + li {
  margin-top: 5px;
}

.accordion1 .accordion-content ol {
  margin: 0 0 0.6em 1.2em;
  padding: 0;
}

.accordion1 .accordion-content ol:last-child {
  margin-bottom: 0;
}

.accordion1 .accordion-content ol > li {
  position: relative;
  list-style-type: decimal;
  /* font-family: 'kurious-looped'; */
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--cr-gray);
}

.accordion1 .accordion-content ol > li + li {
  margin-top: 5px;
}

.accordion1 .accordion-content .icon {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.accordion1 .accordion-content .link-tel {
  color: var(--cr-light);
  white-space: nowrap;
  text-decoration: none;
  background-color: var(--cr-green);
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  /* font-family: 'kurious-looped'; */
  margin: 8px 0;
  margin-right: 16px;
}

.accordion1 .accordion-content .link-tel .icon {
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.accordion1 .accordion-content .link-tel + .link-tel {
  margin-right: 0;
}

.accordion1 .accordion-content .no-phone {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

.accordion1 .accordion-content a[x-apple-data-detectors].no-phone {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/*.accordion1 .accordion-content ul.sublist{counter-reset: item}
.accordion1 .accordion-content ul.sublist > li{}
.accordion1 .accordion-content ul.sublist > li{content: counters(item, ".") " "; counter-increment: item }*/
@media screen and (min-width: 768px) {
  .accordion-action {
    display: none;
  }
  .accordion-group {
    padding-top: 0;
    padding-bottom: 0;
  }
  .accordion1 .accordion-title {
    font-size: 18px;
  }
  .accordion1 .accordion-content .link-tel {
    display: none;
  }
  .accordion1 .accordion-content a {
    word-break: keep-all;
  }
}
@media screen and (max-width: 767px) {
  #faqs .sc-heading {
    margin-bottom: 24px;
  }
  .accordion-group {
    padding: 0 0 0;
  }
}
/*################ accordion #################*/
/* ###### component custom scrollbar overflow (popup) ###### */
.popup-creditcard .compn-overflow .compn-overflow-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0;
  padding: 0;
  /* margin: 0 -25px; */
}

.popup-creditcard .compn-overflow .compn-overflow-wrapper.scroll-disabled {
  overflow: hidden;
}

.popup-creditcard .compn-overflow .compn-overflow-wrapper::-webkit-scrollbar {
  display: none;
}

.popup-creditcard .compn-overflow .compn-overflow-wrapper .compn {
  min-width: 1140px;
}

.popup-creditcard .compn-overflow .compn-overflow-scroll-wrapper {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  position: relative;
  /* margin-bottom: 15px; */
  background: #f1f1f1;
  display: block;
  overflow: hidden;
}

.icw .text-scroll {
  text-align: center;
  margin-bottom: 10px;
}

.icw .text-scroll img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: -4px;
  display: inline;
}

.icw .text-scroll p {
  display: inline;
}

.icw.popup-creditcard .compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll {
  width: 10%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  background: #00a950;
}

.icw.popup-creditcard .compn-overflow .compn-overflow-wrapper .compn {
  /* min-width: 1100px; */
  min-width: unset;
  margin-top: 0;
  border-radius: 8px;
  border: none !important;
}

.icw.popup-creditcard .compn-overflow .compn-overflow-wrapper.scroll-disabled .compn {
  overflow-x: scroll;
}

.icw.popup-creditcard .compn-overflow-scroll-wrapper {
  margin-top: 16px;
}

@media screen and (max-width: 1170px) {
  .icw.popup-creditcard .compn-overflow .compn-overflow-scroll-wrapper {
    display: none;
  }
  .icw.popup-creditcard .compn-overflow .compn-overflow-wrapper .compn {
    min-width: 544px;
  }
}
@media screen and (min-width: 1170px) {
  .icw.popup-creditcard .compn-overflow .compn-overflow-scroll-wrapper {
    display: none;
  }
}
/* ###### end component custom scrollbar overflow ###### */
/* ###### table ###### */
.compn-overflow {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.custom-table {
  width: 90% !important;
  margin: 0 auto !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px;
  min-width: 700px;
  border-collapse: separate;
  border-spacing: 0;
}

.icw .custom-table ul,
.icw .custom-table li {
  list-style: disc;
  text-align: left;
  margin-left: 0px;
  line-height: 20px;
}

.icw .custom-table ul {
  margin-left: 16px;
}

.tab {
  overflow: auto;
  margin-right: 24px;
}

.table2 .custom-table {
  min-width: auto;
  margin-bottom: 0 !important;
}

/* .custom-table th:first-child {
    border-radius: 10px 0 0 0;
    padding: 5px;
    border-right: solid 1px #C2C2C2;
}

.custom-table th:last-child {
    border-radius: 0 10px 0 0;
    padding: 5px;
} */
.custom-table thead td {
  font-weight: 600;
  background: #00a94f;
  color: #fff !important;
}

.custom-table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0;
  overflow: hidden;
}

.custom-table thead tr:last-child td:last-child {
  border-bottom-right-radius: 0;
  overflow: hidden;
}

.custom-table thead tr td {
  border-radius: 0;
  color: #333333;
}

.custom-table tbody tr td {
  color: #333333;
  background: #fff;
}

.custom-table tbody tr td:last-child {
  background: #e8ffed;
}

.custom-table tr td {
  color: #333333;
}

.custom-table th {
  /* border-radius: 10px 10px 0 0; */
  padding: 5px;
}

.table2,
.table2 .custom-table {
  overflow: visible !important;
}

.popup-creditcard .compn-overflow-wrapper {
  border: solid 1px #c2c2c2 !important;
  border-radius: 8px;
}

.custom-table td {
  font-size: 16px;
  border-bottom: solid 1px #c2c2c2 !important;
  border-right: solid 1px #c2c2c2 !important;
  border-left: none !important;
  border-top: none !important;
}

.custom-table tbody td:last-child {
  border-right: none;
}

.custom-table tbody td .t-highlight {
  font-size: 18px;
}

.custom-table tbody tr:nth-child(even) {
  background: #fff;
}

.custom-table thead tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

.custom-table thead tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

.custom-table tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.custom-table tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
  border-top: 1px solid #d9d9d9 !important;
}

.sc-product .custom-table tbody td:first-child {
  color: #00a94f;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-decoration-line: underline;
}

.sc-product .custom-table tbody td.none:first-child {
  text-decoration: none;
}

.custom-table thead tr td {
  border-top: none;
}

.custom-table td:first-child {
  border-left: none;
}

.custom-table tbody tr:last-child td {
  border-bottom: none !important;
}

.custom-table tfoot {
  background: #fafafa;
}

.custom-table tr td:nth-child(3),
.custom-table tr:nth-child(5) td:nth-child(4) {
  border-right: none !important;
}

.custom-table tr:nth-child(7) td:last-child {
  border-bottom: none !important;
}

.table2 .custom-table td.bg-img {
  background-image: url(../img/dca/kpoint-bg-table-desktop.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.custom-table th,
.custom-table td {
  text-align: center;
  line-height: 20px;
}

.sc-product .custom-table td.c-left {
  text-align: left;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .custom-table thead tr th:first-child {
    overflow: hidden;
    border-top-left-radius: 8px;
    width: 100px;
  }
  .custom-table thead tr th:last-child {
    overflow: hidden;
    border-top-right-radius: 8px;
  }
  .custom-table thead tr th,
  .custom-table tbody .w-td td {
    background: #00a94f !important;
  }
  /* .custom-table tbody tr td {
        background: #fff !important;
    } */
  .custom-table tr td:first-child,
  .custom-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 8;
  }
  .dca .accordion-group {
    margin-top: 32px;
  }
  td .f-13 {
    font-family: "kurious-looped";
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
  }
  .tb-period th,
  .tb-period td {
    font-size: 13px;
    padding: 16px;
  }
  .icw .hl-table-green {
    padding: 16px !important;
  }
  .btn-tel {
    border-radius: 8px;
    background: #00a94f;
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 16px 0;
    transition: 0.3s ease-in-out;
    width: 100%;
  }
  .hl-table-green {
    font-size: 13px;
  }
  .source {
    font-size: 12px !important;
  }
  .icw .head-wealth {
    font-size: 24px;
    /* margin-bottom: 8px; */
    line-height: 42px;
  }
  .icw .head-second {
    font-size: 16px;
    margin-bottom: 8px !important;
    line-height: 27px;
  }
  .icw .head-second2 {
    font-size: 28px;
    line-height: 42px;
  }
  .icw .head-26 {
    font-size: 20px;
    line-height: 30px;
  }
  .icw .head-second strong {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .icw .content {
    padding: 48px 0;
  }
  .icw .date {
    margin-bottom: 32px;
  }
  .icw .date2 {
    margin-bottom: 48px;
  }
  .text-title {
    font-size: 16px;
    line-height: 24px;
  }
  .graph {
    font-size: 18px !important;
  }
  .compn-overflow {
    overflow: hidden;
  }
  .icw ul.list-center {
    margin-bottom: 16px !important;
  }
}
@media only screen and (min-width: 376px) {
  .visible-w375 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .visible-w767 {
    display: none;
  }
  .source {
    font-size: 14px !important;
  }
}
.custom-table {
  width: 100% !important;
  margin-bottom: 20px !important;
  border-radius: 8px;
}

.custom-table td {
  padding: 16px 16px !important;
  color: #666;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .table2 .custom-table td.bg-img {
    background-image: url(../img/dca/kpoint-bg-table-mobile.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .one-column .column-main {
    padding-top: 0 !important;
  }
  .custom-table {
    width: 100% !important;
  }
  .entrycontent a.btn-tel {
    border-radius: 20px;
    border: 1px solid #00a94f;
    width: auto;
    line-height: 1;
    display: inline-block;
    max-width: inherit;
    text-align: center;
    padding: 7px 15px 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
  }
  .custom-table td {
    font-size: 13px;
    padding: 16px 16px !important;
  }
}
/* ###### end table ###### */
.head-title p {
  padding-top: 0;
  padding-bottom: 24px;
}

.head-title .logo {
  width: 328px;
  display: inline-block;
  margin-bottom: 8px;
}

.custom-table .tb-flex {
  display: flex;
  align-items: center;
}

.custom-table .tb-flex span {
  font-weight: 500 !important;
}

.custom-table .tb-flex .img-card {
  height: 22px;
  width: auto;
  border-radius: 2px;
  object-fit: contain;
  margin-right: 10px;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .head-title .logo {
    width: 543px;
    margin-right: 3px;
    margin-bottom: 15px;
  }

  .img-custom .img-card {
    height: 48px !important;
  }
}
.custom-table {
  border-collapse: collapse;
}

.sticky-cell {
  position: relative;
  font-size: 13px !important;
}

.text-footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 24px 0 64px;
}

.text-footer .detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.text-footer .detail p {
  font-size: 13px !important;
  color: #666666 !important;
}

.text-footer .detail p small {
  display: flex;
  max-width: 12px;
  width: 100%;
}

.text-footer .detail p strong {
  color: #333;
}

.text-footer .detail a {
  font-size: 13px !important;
  color: #00a94f !important;
}

.text-footer .highlight {
  background: #fafafa;
  border-radius: 8px;
  overflow: hidden;
}

.text-footer .highlight p {
  padding: 16px 0;
  color: #333333;
  text-align: center;
}

.text-footer .detail-1 p {
  font-size: 16px;
  display: flex;
}

.text-footer .detail-1 span {
  padding-left: 8px;
  font-size: 16px !important;
  color: #666666 !important;
  font-weight: 500;
}

.text-footer .detail-1 span strong {
  color: #666666 !important;
}

.text-footer .detail-1 a {
  font-weight: 500;
  padding-left: 8px;
  font-size: 16px !important;
}

.text-footer .detail-2 p:first-child {
  font-size: 16px !important;
}

.text-footer .detail-2 a {
  font-weight: 600;
}

.contact-tel {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}

.contact-tel p {
  color: #333;
  text-align: center;
}

.contact-tel p strong {
  color: #333;
}

.contact-tel p a {
  font-weight: 600;
}

.contact-tel p i {
  padding: 0 8px;
}

@media screen and (max-width: 767px) {
  .custom-table .tb-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .text-footer {
    gap: 16px;
    padding: 24px 0 32px;
  }
  .contact-tel {
    display: flex;
    flex-direction: column;
  }
  .contact-tel p i {
    padding: 0;
  }
  .contact-tel .-tell {
    margin-top: 24px;
  }
  .custom-table thead tr:last-child td:last-child {
    text-align: left;
  }
  .icw.popup-creditcard .compn-overflow .compn-overflow-wrapper .compn {
    min-width: 100% !important;
  }
}
.group-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.box-how-to {
  background: #fff;
  border-radius: 8px;
}
.box-how-to .box-inner {
  padding: 24px 24px;
}
.box-how-to .box-inner .head {
  padding-bottom: 32px;
}
.box-how-to .box-inner .head .title {
  text-align: center;
  font-size: 26px;
}
.box-how-to .box-inner .inner-how-to {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.box-how-to .box-inner .inner-how-to .img {
  width: 225px;
}
.box-how-to .box-inner .inner-how-to .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.box-how-to .btn-control {
  display: flex;
  justify-content: center;
}
.box-how-to .btn-control a {
  background: #00a94f;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 48px;
  gap: 8px;
  margin-top: 0;
}
.box-how-to .btn-control a:hover,
.box-how-to .btn-control a:focus,
.box-how-to .btn-control a:focus:hover {
  background: #00a94f;
  color: #fff;
}
.box-how-to .btn-control a span {
  color: #fff;
  font-weight: 600 !important;
}
.box-how-to .btn-control .btn.disabled span {
  color: #999999;
}
.box-how-to .detail {
  text-align: center;
}

.list-tc {
  padding: 8px 16px;
  background: #f5f5f5;
  border-radius: 8px;
  margin-top: 32px;
}
.list-tc ul {
  padding-left: 20px;
}
.list-tc ul li {
  font-size: 13px;
  color: #666;
  list-style: disc;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .box-how-to .box-inner {
    padding: 24px 16px;
  }
  .box-how-to .box-inner .head {
    padding-bottom: 24px;
  }
  .box-how-to .box-inner .head .title {
    font-size: 20px;
  }
  .box-how-to .box-inner .inner-how-to {
    flex-direction: column;
    gap: 16px;
  }
  .box-how-to .box-inner .inner-how-to .img {
    width: 160px;
  }
  .box-how-to .box-inner .inner-how-to .content {
    padding: 0;
  }
  .box-how-to .btn-control a {
    margin-top: 0;
  }
  .list-tc {
    margin-top: 16px;
    padding: 8px 12px;
  }
  .list-tc ul li::marker {
    font-size: 10px;
  }
}
.line-dots {
  position: relative;
  /* height: 600px; */
  /* border-radius: 50%; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.line-dots p {
  position: relative;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  margin: 0;
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  border-radius: 50%;
  background: linear-gradient(103.44deg, #167b45 0%, #0c5d4f 100%);
}

.line-dots::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 100%;
  z-index: 0;
  border-bottom: 2px dashed rgba(0, 169, 79, 0.6);
}

@media screen and (min-width: 768px) {
  .popup-creditcard-detail .container-wisdom .custom-table tr td:first-child {
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */