.theme-paylater .sc-promotions .sc-headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .theme-paylater .sc-promotions .sc-headline {
    margin-bottom: 20px;
  }
}

/* .theme-paylater .sc-promotions .sc-inner {
  padding-bottom: 0;
} */

.theme-paylater .sc-promotions .sc-content {
  position: relative;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion {
  position: relative;
  padding: 20px 0;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion img {
  width: 52%;
  height: 100%;
  max-width: 570px;
  max-height: 342px;

  position: relative;

  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.35);
  z-index: 20;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content {
  width: 52%;
  height: 100%;

  display: flex;
  flex-direction: column;

  top: 0;
  right: 0;

  position: absolute;

  padding: 50px 50px 50px 80px;

  background: white;
  border-top: solid 5px #00D964;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
  z-index: 10;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content h3 small {
  color: #BBBBBB;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content p {
  color: #666;
  margin-top: 20px;
  margin-bottom: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content .action {
  margin-top: auto;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content .action .btn {
  background: #00A94F;
  background-color: #00A94F;

  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);

  transition: .3s ease-in-out;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content .action .btn:hover {
  background: #01c05a;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .slick-list {
  overflow-x: visible;
  overflow-y: visible;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion h3,
.theme-paylater .sc-promotions .sc-content .promotion-list .promotion h3 small,
.theme-paylater .sc-promotions .sc-content .promotion-list .promotion p {
  transform: translateY(40px);
  transition: 400ms;
  opacity: 0;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion.promotion-active h3,
.theme-paylater .sc-promotions .sc-content .promotion-list .promotion.promotion-active h3 small,
.theme-paylater .sc-promotions .sc-content .promotion-list .promotion.promotion-active p {
  transform: translateY(0);
  opacity: 1;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion .action {
  transform: translateY(-40px);
  transition: 400ms;
  opacity: 0;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion.promotion-active .action {
  transform: translateY(0);
  opacity: 1;
}

.theme-paylater .sc-promotions .promotions-thumb {
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0 50px 30px 50px;
}

.theme-paylater .sc-promotions .promotions-thumb.fit-container {
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
}

.theme-paylater .sc-promotions .promotions-thumb .promotion {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;

  margin: 0 8px;

  border-radius: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: transparent;

  transition: all 300ms ease;
}

.theme-paylater .sc-promotions .promotions-thumb .promotion.active {
  border-color: #00D964;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: hidden;

  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.theme-paylater .sc-promotions .promotions-thumb .promotion img {
  width: 100%;

  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  transition: 300ms ease;
}

.theme-paylater .sc-promotions .promotions-thumb .promotion:not(.active):hover {
  cursor: pointer;
}

.theme-paylater .sc-promotions .promotions-thumb .promotion:not(.active):hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.theme-paylater .sc-promotions .promotions-thumb .slick-list {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 14px 10px;
}

.theme-paylater .sc-promotions .promotions-thumb .slick-list .slick-track {
  margin: auto;
}

.theme-paylater .sc-promotions .promotions-thumb .slick-slide.slick-active {
  opacity: 1;
}

.theme-paylater .sc-promotions .promotions-thumb .slick-slide:not(.slick-active) {
  opacity: 0.5;
}

.theme-paylater .sc-promotions .promotions-thumb .slick-arrow {
  top: calc(50% - 15px);
}

.theme-paylater .sc-promotions .promotions-thumb .slick-prev:hover,
.theme-paylater .sc-promotions .promotions-thumb .slick-next:hover {
  color: #333333;
}

.theme-paylater .sc-promotions .promotions-thumb .slick-prev.slick-disabled,
.theme-paylater .sc-promotions .promotions-thumb .slick-next.slick-disabled {
  opacity: 0.5;
}

.theme-paylater .sc-promotions .promotions-thumb .slick-dots {
  left: 0;
}

@media screen and (max-width: 1169px) {
  .theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content {
    padding: 30px 40px 30px 80px;
  }

  .promotion-popup .mfp-content .promotion-header .content .action .btn:hover {
    background-color: #6DCE19 !important;
  }
}

.theme-paylater .sc-promotions .sc-content #promotions-highlight {
  display: none;
}

#promotions-highlight .promotion h3>span,
#promotions-slide .promotion h3>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.f-semi {
  font-weight: 400 !important;
}

.c-black {
  color: #333 !important;
}

.b-radius {
  border-radius: 8px !important;
}

.promotion-popup .hr-dashed {
  border-bottom: 1px dashed #C6C6C6;
}

.icw ul.column2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0em, max-content));
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  column-gap: 40px;
  padding-left: 20px;
}

.icw ul.column2 li {
  list-style: disc;
  color: #333;
}

@media screen and (max-width: 991px) {
  .theme-paylater .sc-headline {
    margin-bottom: 20px;
  }

  .theme-paylater .sc-promotions .sc-content #promotions-slide {
    display: none;
  }

  .theme-paylater .sc-promotions .sc-content #promotions-highlight.promotion-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .theme-paylater .sc-promotions .sc-content .promotion-list .promotion:not(:first-child) {
    margin-left: 15px;
  }

  .theme-paylater .sc-promotions .sc-content .promotion-list .promotion:last-child img {
    margin-top: 0;
  }

  .theme-paylater .sc-promotions .sc-content .promotion-list .promotion {
    width: 100%;
    padding-top: 0;
  }

  .theme-paylater .sc-promotions .sc-content .promotion-list .promotion img {
    width: 100%;
    max-width: 100%;
    max-height: unset;
    -webkit-box-shadow: none;
    box-shadow: none;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content {
    position: relative;
    width: 100%;
    padding: 15px;
  }

  .theme-paylater .sc-promotions .promotions-thumb {
    margin-top: 20px;
    padding: 0px 20px 30px 20px;
  }

  .theme-paylater .sc-promotions .promotions-thumb.fit-container {
    padding: 0;
  }

  .theme-paylater .sc-promotions .promotions-thumb .promotion {
    border: none;
    outline: none;

    margin: 0 5px;
  }

  .theme-paylater .sc-promotions .promotions-thumb .promotion.active,
  .theme-paylater .sc-promotions .promotions-thumb .promotion:not(.active):hover img {
    border: none;

    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  .icw ul.column2 {
    display: block;
  }

  .theme-paylater .sc-promotions .sc-content #promotions-highlight.promotion-list {
    display: block;
  }

  .theme-paylater .sc-promotions .sc-content .promotion-list .promotion:not(:first-child) {
    margin-left: 0;
  }

  .theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content {
    min-height: unset;
  }

  /* .theme-paylater .sc-promotions .sc-content .promotion-list .promotion:last-child img {
    margin-top: 20px;
  } */

  .theme-paylater .sc-promotions .promotions-thumb {
    padding: 0px 10px 30px 10px;
  }

  .theme-paylater .sc-promotions .promotions-thumb.fit-container {
    padding: 0;
  }

  .theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content h3 .sub {
    font-size: 16px;
  }
}

.promotion-popup .mfp-content {
  font-weight: 300;
  width: 100%;
  max-width: 1170px;
  margin: 50px 0;
}

.promotion-popup .mfp-content .mfp-close {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #00A850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 20;
  opacity: 1;
}

.promotion-popup .mfp-content .mfp-close:after {
  font-size: 12px;
  font-weight: bold;
}

.promotion-popup .mfp-content .container,
.promotion-popup .mfp-content .container-md {
  position: relative;
  padding: 0;
}

.promotion-popup .mfp-content .promotion-header {
  position: relative;
  padding: 40px 0;
}

.promotion-popup .mfp-content .promotion-header:before {
  content: "";
  position: absolute;
  z-index: 10;

  left: 0;
  top: 0;
  width: 100%;
  height: 340px;

  background: #F0F8F6;
  border-bottom: solid 5px #42D6B6;
}

.promotion-popup .mfp-content .promotion-header .sc-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;

  position: relative;
  z-index: 20;
}

.promotion-popup .mfp-content .promotion-header img {
  width: 100%;
  max-width: 470px;
  min-width: 470px;

  height: auto;

  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.35);
}

.promotion-popup .mfp-content .promotion-header .content {
  padding: 0 0 0 50px;
}

.promotion-popup .mfp-content .promotion-header .content h3 {
  color: #333333;
  margin: 0;
  padding-top: 5px;
}

.promotion-popup .mfp-content .promotion-header .content h3 small {
  color: #999999;
}

.promotion-popup .mfp-content .promotion-header .content p {
  color: #555555;
  margin: 20px 0;
}

.promotion-popup .mfp-content .promotion-header .content .action .btn {
  display: block;
  width: 100%;
  max-width: 135px;
  padding: 15px 50px;

  border: none;
  border-radius: 30px;

  color: white;
  background: #6DCE19;

  text-decoration: none;
  text-align: center;
  transition: 300ms;
  outline: none;
}

.promotion-popup .mfp-content .promotion-header .content .action .btn:hover {
  cursor: pointer;

  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);

  background-color: #007436;
}

.promotion-popup .mfp-content .promotion-content {
  padding: 0 0 50px 0;
}

.promotion-popup .mfp-content .promotion-content.py-40 {
  padding: 40px 0;
}

.promotion-popup .mfp-container {
  height: auto;
}

.promotion-popup h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  margin: 15px 0;
}

.promotion-popup h4.text-24 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.promotion-popup .hr {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #E2E2E2;
}

.promotion-popup .promotion-content .remark p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}

.promotion-popup ul li,
.promotion-popup ol li {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}

.promotion-popup ul.remark li,
.promotion-popup ol.remark li {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}

.promotion-popup .remark ul li,
.promotion-popup .remark ol li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}

.promotion-popup ul,
.promotion-popup ol {
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 17px;
}

.promotion-popup ol li>ul,
.promotion-popup ul li>ul {
  margin: 0;
  list-style-type: disc;
}

.promotion-popup ul.dashed {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}

.promotion-popup ul.dashed>li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}

.promotion-popup .link {
  font-weight: bold;
  font-size: 14px;
  color: #6DCE19;
  cursor: pointer;
  text-decoration: none;
}

.promotion-popup .link .ic {
  font-size: 12px;
  color: inherit;
  vertical-align: baseline;
}

.promotion-popup .sc-container>.compn-overflow,
.promotion-popup .sc-container>ul,
.promotion-popup .sc-container>ol {
  margin-bottom: 30px;
}

@media screen and (min-width: 1110px) {
  .promotion-popup .compn-overflow .compn-overflow-scroll-wrapper {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .promotion-popup .mfp-container {
    padding: 0 15px;
  }

  .promotion-popup .mfp-content .container-md {
    margin: auto;
    padding: 0 15px;
  }

  .promotion-popup .mfp-content .promotion-header {
    padding-bottom: 0;
  }

  .promotion-popup .mfp-content .promotion-header:before {
    height: 350px;
  }

  .promotion-popup .mfp-content .promotion-header img {
    max-width: 70%;
    margin: auto;
  }

  .promotion-popup .mfp-content .promotion-header .sc-container {
    flex-direction: column;
  }

  .promotion-popup .mfp-content .promotion-header .content {
    padding: 0;
    margin-top: 30px;
    width: 100%;
  }

  .promotion-popup .mfp-content .promotion-header .content .action {
    margin: 30px 0;
  }

  .promotion-popup .mfp-content .promotion-header .content .action .btn {
    margin: auto;
    width: 100%;
    max-width: 185px;
  }

  .promotion-popup .mfp-content .promotion-content {
    padding-top: 0;
  }

  .promotion-popup .mfp-content .promotion-content .sc-container>h4:first-child {
    margin-top: 0;
  }

  .promotion-popup .mfp-content .mfp-close {
    right: -10px !important;
  }
}

@media screen and (max-width: 991px) {
  .promotion-popup .mfp-content .promotion-header:before {
    height: 300px;
  }

  .theme-paylater .sc-promotions .promotions-thumb .slick-list {
    overflow-x: visible;
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .promotion-popup .mfp-content .promotion-header:before {
    height: 200px;
  }

  .promotion-popup .mfp-content .promotion-header img {
    max-width: 100%;
    min-width: 100%;
  }

  .promotion-popup .col:not(:first-child)>ul:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 370px) {
  .promotion-popup .mfp-content .promotion-header .content .action .btn {
    max-width: 100px;
  }
}

.visible-414-767 {
  display: none;
}

@media screen and (min-width: 414px) and (max-width: 767px) {
  .visible-414-767 {
    display: block;
  }
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content h3 .sec-sub {
  font-size: 16px;
  color: #6CCE29;
}

.promotion-popup .promotion-content .sc-container .text-title {
  margin-top: 1em;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 25%;
}

.sc-calculators .sc-inner {
  padding-bottom: 110px;
}



body:has(.mfp-wrap) #navigation-header {
  z-index: 1000;
}

.nw {
  white-space: nowrap !important;
}

.promotion .content small {
  font-size: 18px;
  display: block;
  margin-top: 5px;
}

.mt-18 {
  margin-top: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion.promotion-active h3 {
  font-size: 22px;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content .action .btn {
  background: #45DA66;
  width: 220px;
  padding: 0;
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.theme-paylater .sc-promotions .sc-content .promotion-list .promotion .content {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
}

.theme-paylater .sc-promotions .link {
  color: #45DA66;
  margin-top: 10px;
  display: block;
}

.d-flex-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

/* .theme-paylater .sc-promotions .sc-inner {
  padding-bottom: 80px;
} */


html {
  margin-right: 0 !important;
}

.icw {
  color: #666;
}


#section-warning-apply .warning-apply {
  position: unset;
  left: 0;
  right: 0;
  transform: unset;
  white-space: unset;
  line-height: 20px;
  padding: 15px 10px;
  border-radius: 0;
  display: block;
  text-align: center;
}

.bl-warning {
  width: 95px;
}

.warning-apply-popup {
  background-color: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  font-family: Kanit, notosansthai, Arial, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 15px 10px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}

.warning-thank {
  background-color: rgb(255 255 255 / 80%);
  color: #666;
  padding: 10px 15px 8px;
}

.warning-apply-popup.c-white {
  color: #fff;
}

.warning-apply-popup .c-red {
  color: #EC4847 !important;
}

.warning-apply {
  position: relative;
  /* bottom: 60px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  background-color: rgb(255 255 255/ 100%);
  /* border-radius: 10px; */
  overflow: hidden;
  font-family: Kanit, notosansthai, Arial, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 35px 10px;
  text-align: center;
  z-index: 9;
}

.warning-apply img,
.warning-apply-popup img {
  width: 19px;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -3px;
}

.warning-apply b,
.warning-apply-popup b {
  margin-right: 5px;
}

/* .warning-apply b,
.warning-apply span,
.warning-apply-popup b,
.warning-apply-popup span {
  vertical-align: middle;
} */

#section-warning-apply .warning-apply .tb {
  max-width: 500px;
  margin: 0 auto;
}

.warning-apply-popup .tbcell {
  text-align: left;
}

.mfp-content .accordion-group {
  margin-top: 30px;
}

.mfp-content .accordion-title {
  border: 0;
  padding: 15px 35px 10px 0;
  border-radius: 0;
  color: #333;
  font-family: Kanit;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.mfp-content .accordion {
  border-top: 1px solid #E2E2E2;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.mfp-content .accordion:last-child {
  border-bottom: 1px solid #E2E2E2;
}

.mfp-content .accordion-title:after {
  content: "\e900";
  font-family: 'iconavigation' !important;
  transform: rotate(90deg);
  display: block;
  color: #333333;
  font-size: 10px;
  /* top: 20px; */
  top: 50%;
  right: 0;
}

.mfp-content .accordion-title.active:after {
  transform: rotate(270deg);
  display: block;
  color: #333333;
}

.mfp-content .content-wrapper {
  padding-bottom: 10px;
}

.mfp-content .content-wrapper ul li {
  list-style: disc;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.icw .txt-link {
  color: #00A94F;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
}

.icw .txt-link:hover {
  color: #00873F;
  text-decoration: underline;
}

.promotion-popup-content p img {
  position: relative;
  top: -3px;
}


.box-green {
  border-radius: 8px;
  background: #F0FCF2;
  padding: 32px 24px;
  margin: 24px 0 20px;
}

.d-grid {
  display: grid;
  grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
  justify-content: center;
}

.box-item img {
  max-width: 120px;
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 16px;
}

.box-item {
  position: relative;
}

.box-item:not(:first-child):after {
  content: "";
  border-right: 1px solid #E2E2E2;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}

.code-box {
  color: #7CF5A6;
  text-align: center;
  font-family: Kanit;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  background: #585858;
  height: 40px;
  width: 140px;
  line-height: 38px;
  margin: 0 auto 24px !important;
}

.h-96 {
  min-height: 96px;
  display: block;
  margin-bottom: 8px !important;
}

.box-note {
  border-radius: 8px;
  background: #FFF;
  padding: 16px 24px;
  margin-top: 30px;
}

.promotion-popup-content p img {
  max-width: 53px;
  width: 100%;
}


.visible-w991-only {
  display: none !important;
}


@media screen and (max-width:991px) {
  .box-green {
    padding: 24px 10px;
  }
  
  .h-96 {
    min-height: 120px;
  }

  .visible-w991-only {
    display: block !important;
  }
}

@media screen and (max-width:767px) {
  .visible-w991-only {
    display: none !important;
  }

  .mt-8 {
    margin-top: 8px !important;
  }
  .box-green {
    border-radius: 8px;
    background: #F0FCF2;
    padding: 24px 16px;
    margin: 24px 0 12px;
  }

  .box-item:not(:first-child):after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    border-top: 1px solid #E2E2E2;
    border-right: none;
  }

  .box-item:not(:last-child) p.h5.c-green {
    margin-bottom: 16px;
  }

  .d-grid {
    grid-template-columns: 100%;
  }

  .h-96 {
    min-height: auto;
  }

  .box-item img {
    max-width: 95px;
    width: 100%;
    margin-bottom: 8px;
  }

  .promotion-popup-content p img {
    max-width: 36px;
    width: 100%;
  }

  .box-item:not(:first-child) img {
    margin-top: 24px;
  }
  
  .code-box {
    height: 38px;
    margin: 0 auto 16px !important;
  }

  .mb-center {
    text-align: center !important;
  }

  .d-flex-img {
    margin-top: 20px;
  }

  .promotion .content small {
    font-size: 16px;
  }

  .warning-apply-popup {
    font-size: 14px;
  }

  .f-20 {
    font-size: 18px !important;
  }
}



/* footer seo */
.icw .footer-seo .sc-inner {
  padding: 40px 0;
}

.icw .footer-seo h2 {
  color: #333;
  font-family: kurious;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}

.icw .footer-seo h3 {
  color: #666;
  font-family: kurious;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}

.icw .footer-seo p,
.icw .footer-seo li {
  color: #666;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.icw .footer-seo p strong,
.icw .footer-seo li strong {
  font-weight: 600;
  font-family: kurious-looped;
}

.icw .footer-seo p {
  margin-bottom: 8px;
}

.icw .footer-seo ul,
.icw .footer-seo ol {
  padding-left: 16px;
  margin-bottom: 8px;
  margin-left: 0 !important;
}

.icw .footer-seo ul>li {
  list-style: disc;
  margin-bottom: 0 !important;
}

.icw .footer-seo ol>li {
  list-style: decimal;
}

.icw .footer-seo ol>li:has(h3)::marker {
  font-weight: 700;
}

.icw .footer-seo .footer-link {
  color: #00A94F;
  text-decoration: underline;
  font-weight: 600;
  font-family: kurious-looped;
}

.icw .footer-seo .footer-link:hover {
  color: #00873F;
  text-decoration: underline;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.hidden-w1024 {
  display: block;
}

@media screen and (max-width:1024px) {
  .hidden-w1024 {
    display: none;
  }

  .icw #navigation-footer .footer-slogan {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 52px;
  }

  .icw #navigation-footer {
    padding-bottom: 35px;
  }
}



/* end footer seo */