/*================ default ==================*/
:root {
  --cr-light: #ffffff;
  --cr-dark: #333333;
  --cr-black: #111111;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-border: #e7e7e7;
  --cr-red: #f00;
  --tsition: 0.3s ease-in-out;
  --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap, .nw {
  white-space: nowrap;
}

.icw .text-light {
  color: var(--cr-light) !important;
}

.icw .text-dark {
  color: var(--cr-dark) !important;
}

.icw .text-green {
  color: var(--cr-green) !important;
}

.icw .text-gray {
  color: var(--cr-gray) !important;
}

.icw .text-lightgray {
  color: var(--cr-lightgray) !important;
}

.icw .text-red {
  color: var(--cr-red) !important;
}

.icw .text-black {
  color: var(--cr-black) !important;
}

.icw .main {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-gray);
  font-family: kurious-looped;
}


.icw .main strong {
  font-weight: 600;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
  margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
  font-family: "kurious-looped";
  margin: 0;
}

.icw h1,
.icw .h1 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h1 strong,
.icw .h1 strong {
  font-weight: 600;
}

.icw h2,
.icw .h2 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h2 strong,
.icw .h2 strong {
  font-weight: 600;
}

.icw h3,
.icw .h3 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h3 strong,
.icw .h3 strong {
  font-weight: 600;
}

.icw h4,
.icw .h4 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h4 strong,
.icw .h4 strong {
  font-weight: 600;
}

.icw h5,
.icw .h5 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
  font-weight: 600;
}

.icw h6,
.icw .h6 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
  font-weight: 600;
}

.icw p {
  margin: 0 0 0.6em;
  line-height: 1.5em;
}

.icw p {
  font-family: "kurious-looped";
  font-size: 16px;
}

.icw p strong {
  font-weight: 600;
}

.icw p.desc {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
}

.icw p.desc strong {
  font-weight: 600;
}

.icw .caption {
  font-family: "kurious-looped";
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.5em;
}

.icw .caption strong {
  font-weight: 600;
}

.icw a.link {
  font-family: "kurious-looped";
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}

.icw a.link-w {
  font-family: "kurious-looped";
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}

.icw a.link-text {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: underline;
}

.icw table.table-style2.mb-60 {
  margin-bottom: 0;
}

@media screen and (min-width: 200px) {
  .icw h1,
  .icw .h1 {
    font-size: 28px;
    line-height: 1.5em;
  }

  .icw h2,
  .icw .h2 {
    font-size: 24px;
    line-height: 1.5em;
  }

  .icw h3,
  .icw .h3 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .icw h4,
  .icw .h4 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .icw h5,
  .icw .h5 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .icw h1,
  .icw .h1 {
    font-size: 42px;
    line-height: 1.5em;
  }

  .icw h2,
  .icw .h2 {
    font-size: 33px;
    line-height: 1.5em;
  }

  .icw h3,
  .icw .h3 {
    font-size: 26px;
    line-height: 1.5em;
  }

  .icw h4,
  .icw .h4 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .icw h5,
  .icw .h5 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

/*============================== 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;
  }
}

/*============================== LAYOUT ===============================*/
.icw button,
.icw input,
.icw select,
.icw textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  min-width: inherit;
  font: inherit;
  text-transform: none;
  text-align: left;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icw .container:before,
.icw .container:after {
  content: "";
  display: table;
  clear: both;
}

.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.icw .container {
  max-width: 1172px;
}

.icw .container-xs {
  max-width: 830px;
}

.icw .container-sm {
  max-width: 930px;
}

.icw .container-md {
  max-width: 1030px;
}

.icw .a-left {
  text-align: left;
}

.icw .a-center {
  text-align: center;
}

.icw .a-right {
  text-align: right;
}

.icw .row-0 {
  margin: 0px;
}

.icw .row-0 > div {
  padding: 0px;
}

.icw .row-20 {
  margin: 0 -10px;
}

.icw .row-20 > div {
  padding: 0 10px;
}

.icw .row-flex {
  display: flex;
  flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
  align-items: center;
}

.icw .row-flex > div {
  float: none;
}

.icw .row-flex > .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.icw .row-flex > .col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.icw .row-flex > .col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.icw .row-flex > .col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.icw .item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icw .item-list:after {
  content: "";
  display: table;
  clear: both;
}

.icw .item-list > li {
  float: left;
}

.icw .section {
  position: relative;
}

.icw .section .sc-inner {
  position: relative;
}

@media screen and (min-width: 200px) {
  .section .sc-inner {
    padding: 48px 0;
  }
}

@media screen and (min-width: 768px) {
  .section .sc-inner {
    padding: 64px 0;
  }
}

/*============================== button ===============================*/
.icw .btn {
  padding: 0 32px;
  width: auto;
  min-width: 120px;
  font-family: "kurious-looped";
  font-weight: 600;
  border: 0;
  font-size: 16px;
  height: 48px;
  background: transparent;
  color: var(--cr-gray);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  transition: var(--tsition);
  line-height: 1.5em;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: +1;
  /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.icw .btn:hover,
.icw .btn:active:hover,
.icw .btn.active:hover,
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover {
  color: var(--cr-gray);
  background-color: transparent;
  outline: 0;
  outline-offset: 0;
}

.icw .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: var(--tsition);
  opacity: 0;
}

.icw .btn:hover:before {
  left: 0;
  opacity: 1;
}

.icw .btn.disabled,
.icw .btn.disabled:hover {
  color: var(--cr-gray);
  background-color: transparent;
  border-color: var(--cr-border);
  opacity: 0.5;
}

.icw .btn.fluid {
  width: 100%;
  min-width: inherit;
}

.icw .btn.btn-primary {
  background: var(--cr-green);
  color: var(--cr-light);
  transition: all 0.8s, color 0.3s 0.3s;
}

.icw .btn.btn-primary:hover {
  background: var(--cr-green);
  color: var(--cr-light);
  border-color: var(--cr-green);
}

.icw .btn.btn-primary:before {
  background-color: #0bc160;
}

.icw .btn.btn-secondary {
  background: var(--cr-light);
  color: var(--cr-green);
}

.icw .btn.btn-secondary:hover {
  background: var(--cr-light);
  color: var(--cr-light);
}

.icw .btn.btn-secondary:before {
  background-color: var(--cr-green);
}

.icw .btn.btn-green{
  background: var(--cr-green);
  color: var(--cr-light);
  /* transition: all 0.8s, color 0.3s 0.3s; */
  transition: all 0.8s;

}

.icw .btn.btn-green:before {
  background-color: #0bc160;
}

.icw .btn.btn-green:hover{
  background: var(--cr-green);
  color: var(--cr-light);
  border-color: var(--cr-green);
}
.icw .btn.btn-green.disabled{
  color: var(--cr-gray);
  background: var(--cr-lightgray-ccc);
  pointer-events: none;
}

/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next2,
.swiper-initialized .swiper-button-prev2,
.swiper-initialized .swiper-button-next2:before,
.swiper-initialized .swiper-button-prev2:before {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev2,
.swiper-initialized:hover .swiper-button-next2:before,
.swiper-initialized:hover .swiper-button-prev2:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.swiper-initialized:hover .swiper-button-next2.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev2.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next2.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev2.swiper-button-disabled:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 0.35;
}

.swiper-button-next2,
.swiper-button-prev2 {
  position: absolute;
  top: 40%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  z-index: 1;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  transition: var(--tsition);
}

.swiper-button-next2 {
  right: 40px;
}

.swiper-button-prev2 {
  left: 40px;
}

.sc-thumb-gallery .swiper-button-next2 {
  right: 0;
}

.sc-thumb-gallery .swiper-button-prev2 {
  left: 0;
}

.swiper-button-next2:after,
.swiper-button-prev2:after {
  display: none;
}

.swiper-button-next2:before,
.swiper-button-prev2: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-next2:before {
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 1024px) {
  .swiper-button-next2,
  .swiper-button-prev2 {
    width: 35px;
    height: 35px;
    display: none;
  }
}

/* 333333333333333 */
.swiper-initialized .swiper-button-next3,
.swiper-initialized .swiper-button-prev3,
.swiper-initialized .swiper-button-next3:before,
.swiper-initialized .swiper-button-prev3:before {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.swiper-initialized:hover .swiper-button-next3,
.swiper-initialized:hover .swiper-button-prev3,
.swiper-initialized:hover .swiper-button-next3:before,
.swiper-initialized:hover .swiper-button-prev3:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.swiper-initialized:hover .swiper-button-next3.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev3.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next3.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev3.swiper-button-disabled:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 0.35;
}

.swiper-button-next3,
.swiper-button-prev3 {
  position: absolute;
  top: 22%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  z-index: 1;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  transition: var(--tsition);
}

.swiper-button-next3 {
  right: 40px;
}

.swiper-button-prev3 {
  left: 40px;
}

.swiper-button-next3:after,
.swiper-button-prev3:after {
  display: none;
}

.swiper-button-next3:before,
.swiper-button-prev3: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-next3:before {
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 1024px) {
  .swiper-button-next3,
  .swiper-button-prev3 {
    width: 35px;
    height: 35px;
    display: none;
  }
}

/* 444444444444444 */
.swiper-initialized .swiper-button-next4,
.swiper-initialized .swiper-button-prev4,
.swiper-initialized .swiper-button-next4:before,
.swiper-initialized .swiper-button-prev4:before {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.swiper-initialized:hover .swiper-button-next4,
.swiper-initialized:hover .swiper-button-prev4,
.swiper-initialized:hover .swiper-button-next4:before,
.swiper-initialized:hover .swiper-button-prev4:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.swiper-initialized:hover .swiper-button-next4.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev4.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next4.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev4.swiper-button-disabled:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 0.35;
}

.swiper-button-next4,
.swiper-button-prev4 {
  position: absolute;
  top: 20%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  z-index: 1;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  transition: var(--tsition);
}

.swiper-button-next4 {
  right: 40px;
}

.swiper-button-prev4 {
  left: 40px;
}

.swiper-button-next4:after,
.swiper-button-prev4:after {
  display: none;
}

.swiper-button-next4:before,
.swiper-button-prev4: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-next4:before {
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 1024px) {
  .swiper-button-next4,
  .swiper-button-prev4 {
    width: 35px;
    height: 35px;
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .swiper-button-next3,
  .swiper-button-prev3 {
    width: 35px;
    height: 35px;
    display: none;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
  text-align: center;
  margin: 0;
  padding-top: 32px;
  position: relative;
  bottom: 0;
}
.swiper-pagination-bullet {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 4px;
  outline: none;
  width: 8px;
  height: 8px;
  border-radius: var(--radius);
  background: #ddd;
  opacity: 1;
  transition: var(--tsition);
}
.swiper-pagination-bullet-active {
  background: var(--cr-green);
  border-color: var(--cr-green);
  opacity: 1;
  width: 24px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}
.swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: var(--tsition);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 12px;
  }
  .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction,
  .swiper-pagination {
    padding-top: 16px;
  }
}

/*============================== tab ===============================*/
.tab-control {
  position: relative;
  /* height: 32px; */
  position: relative;
  margin-bottom: 0px;
}

.tab-control:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: -11px;
  right: 0;
  background-color: #dbdbdb;
  border-radius: 50px;
  z-index: 4;
}

.tab {
  position: relative;
  z-index: 3;
}

.tab .control {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 48px;
}

.tab .control a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 32px; */
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-lightgray);
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: var(--tsition);
}

.tab .control a.active {
  color: var(--cr-dark);
  font-weight: 600;
  pointer-events: none;
}

.tab .selector {
  height: 3px;
  background-color: var(--cr-green);
  position: absolute;
  left: 0;
  bottom: -11px;
  z-index: 0;
  border-radius: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.tab.active {
  overflow: visible;
}

.tab.active .control {
  display: block;
  flex-wrap: inherit;
  width: auto;
  margin-left: -16px;
  margin-right: -41px;
  position: relative;
  z-index: 1;
  top: 40px;
  padding: 15px 5px;
  background-color: #f4f4f4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.tab.active .control a {
  display: inline-flex;
  height: auto;
  padding: 8px 32px;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  margin: 4px;
  color: #999;
}

.tab.active .control a.active {
  border-color: var(--cr-green);
  color: var(--cr-green);
}

.tab-content {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  transition: var(--tsition);
}

.tab-content.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    display: none;
  }
}

.sc-nav-gallery2 {
  overflow: hidden;
}
.sc-thumb-box .content ul {
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}
#popup-gallery.sc-thumb-box .content .link, #popup-gallery2.sc-thumb-box .content .link {
  text-decoration: none;
}


/*============================== PAGE ===============================*/
@media screen and (min-width: 200px) {
  /*############################ sc-highlight ###################################*/
  .sc-highlight {
    background: #f4fef8;
  }

  .sc-highlight .sc-heading {
    text-align: center;
    margin-bottom: 24px;
  }

  .sc-highlight .sc-heading .title {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .sc-highlight .sc-heading img {
    width: 40px;
    height: 40px;
  }

  .sc-highlight .item-list {
    margin: -8px;
  }

  .sc-highlight .item-list > li {
    width: calc(100% / 3);
    padding: 56px 8px 8px 8px;
    list-style: none;
  }

  .sc-highlight .wrapper {
    position: relative;
    display: block;
    border-radius: var(--radius);
  }

  .sc-highlight .wrapper.bgI {
    background: #3e8b70;
  }

  .sc-highlight .wrapper.bgII {
    background: #006b4e;
  }

  .sc-highlight .wrapper.bgIII {
    background: #6aba55;
  }

  .sc-highlight .wrapper.bgIIII {
    background: #008661;
  }

  .sc-highlight .wrapper.bgIIIII {
    /* background: #006B4E; */
    background: #0a6a60;
  }

  .sc-highlight .note-txt {
    color: #666;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 24px;
  }

  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    left: 0;
    width: 156px;
    top: -56px;
    margin: auto;
  }

  .sc-highlight .wrapper .content {
    padding: 56px 16px 16px 16px;
    height: 236px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sc-highlight .wrapper .content:nth-child(5) {
    height: 130px;
  }

  .sc-highlight .wrapper .content .txt {
    color: var(--cr-light);
  }

  .sc-highlight .wrapper .content .txt .show-w767 {
    display: inline;
  }

  .sc-highlight .wrapper .content .desc {
    color: var(--cr-light);
    text-decoration: underline;
    font-weight: 600;
    font-family: "kurious-looped";
  }

  /* .sc-highlight .item-list>li:last-child {
        width: calc(100%);
        padding-top: 24px;
    } */

  /* .sc-highlight .item-list>li:last-child .wrapper .thumb {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 156px;
        top: auto;
        left: auto;
    } */

  /* .sc-highlight .item-list>li:last-child .wrapper .content {
        padding: 16px;
        height: 172px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    } */

  /* .sc-highlight .item-list>li:last-child .wrapper .content .txt .show-w767 {
        display: none;
    } */

  @media screen and (min-width: 768px) {
    .sc-highlight .sc-heading img {
      width: 48px;
      height: 48px;
    }
  }

  /*############################ sc-warranty ###################################*/
  .sc-warranty {
    background: var(--cr-light);
  }

  .sc-warranty .sc-heading {
    text-align: center;
    margin-bottom: 24px;
  }

  .sc-warranty .sc-heading .title {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .sc-warranty .sc-content {
    max-width: 1140px;
    margin: 0 auto;
  }

  .sc-warranty .sc-content {
    position: relative;
  }

  .btn-click {
    border-radius: 8px;
    background: #00a94f;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-family: "kurious-looped";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    padding: 8px 32px;
    position: absolute;
    bottom: 24px;
    left: 48px;
  }

  .btn-click:hover {
    background-color: #009445;
    color: #fff;
  }

  .icw table.table-style2 {
    overflow: hidden;
    width: 100%;
    min-width: 1138px;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-radius: 8px;
  }
  .icw table.table-style2.-en {
    min-width: 550px;
  }

  .icw .table-style2 th,
  .icw .table-style2 td {
    font-family: "kurious-looped";
    text-align: center;
    vertical-align: middle;
  }

  .icw .table-style2 thead tr th {
    padding: 16px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    background-color: #00a94f;
    font-family: "kurious-looped";
  }
  .icw .table-style2.-en thead tr th {
    padding: 8px 16px;
    line-height: 1.5em;
  }

  .icw .table-style2 thead tr th:last-child {
    border-right: 0;
  }

  .icw .table-style2 > tbody > tr > td {
    padding: 0px;
  }
  .icw .table-style2 > tbody table tr > td {
    padding: 16px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #666;
  }
  .icw .table-style2.-en > tbody table tr > td {
    padding: 8px 16px;
    line-height: 1.5em;
  }
  .icw .table-style2 > tbody table tr > td:last-child {
    border-right: 0;
  }

  .icw .table-style2.table-style2-c > tbody > tr:nth-child(odd) > td {
    background: #fff;
  }
  .icw .table-style2.table-style2-c > tbody > tr:nth-child(even) > td {
    background: #fafafa;
  }
  .icw .table-style2.table-style2-c tbody table {
    width: 100%;
    min-width: inherit;
    padding: 0;
    margin: 0;
    border-spacing: 0;
  }

  .icw .content-table {
    margin-top: 16px;
  }

  .icw .table-style2 ul li {
    list-style-type: disc;
  }

  .icw .table-style2 tbody tr td ul li {
    color: #666666;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
  }

  /* .icw .table-style2 tbody tr td ul {
        padding-left: 20px;
    } */

  .icw .table-style2 .note ul li {
    list-style-type: disc;
    color: #666666;
    font-family: kurious-looped;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
  }

  .icw .table-style2 .note td {
    background-color: #fff;
    /* text-align: left;*/
  }

  .icw .table-style2 .note-table td {
    font-size: 13px;
    line-height: 1.5em;
    padding: 8px 16px;
    text-align: left;
  }
  .icw .table-style2 .note-table ol {
    margin: 0;
  }

  .sc-warranty .sc-content img {
    border-radius: 8px;
  }

  .sc-warranty table {
    width: 100%;
    border-spacing: 0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }

  .sc-warranty tr:first-child td:first-child {
    border-radius: 8px 0 0 0;
  }

  .sc-warranty tr:first-child td:last-child {
    border-radius: 0 8px 0 0;
  }

  .sc-warranty tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
  }

  .sc-warranty tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
  }

  .sc-warranty td:first-child {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: var(--cr-green);
    color: var(--cr-light);
    font-family: "kurious-looped";
    font-weight: 600;
  }

  .sc-warranty td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: var(--cr-light);
    color: var(--cr-gray);
    font-family: "kurious-looped";
    font-weight: 500;
  }

  .sc-warranty td {
    padding: 16px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5em;
  }

  /*############################ section-download ###################################*/
  .section-download {
    background: #fff;
  }

  .section-download .sc-heading {
    text-align: center;
    margin-bottom: 24px;
  }

  .section-download .sc-heading .title {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .section-download .sc-content {
    max-width: 1140px;
    margin: 0 auto;
  }

  .section-download .sc-content {
    position: relative;
  }

  .section-download .sc-content img {
    border-radius: 8px;
  }

  .section-download table {
    width: 100%;
    border-spacing: 0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }

  .section-download tr:first-child td:first-child {
    border-radius: 8px 0 0 0;
  }

  .section-download tr:first-child td:last-child {
    border-radius: 0 8px 0 0;
  }

  .section-download tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
  }

  .section-download tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
  }

  .section-download td:first-child {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: var(--cr-green);
    color: var(--cr-light);
    font-family: "kurious-looped";
    font-weight: 600;
  }

  .section-download td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: var(--cr-light);
    color: var(--cr-gray);
    font-family: "kurious-looped";
    font-weight: 500;
  }

  .section-download td {
    padding: 16px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5em;
  }

  /*############################ protection-active ###################################*/
  html.protection-active {
    overflow: hidden;
    touch-action: none;
    pointer-events: none;
  }

  body.protection-active {
    overflow: hidden;
    touch-action: none;
    pointer-events: none;
  }

  .icw .main.protection-active {
    position: static;
    touch-action: none;
    pointer-events: none;
  }

  /*############################ sc-details ###################################*/
  .sc-details {
    background: #f4fef8;
    overflow: hidden;
  }

  .sc-details .sc-heading {
    text-align: center;
    margin-bottom: 36px;
  }

  .sc-details .sc-heading .title {
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .sc-details .tab-control {
    margin-bottom: 32px;
  }

  .sc-details .accordion-group .s-title {
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5em;
  }

  .sc-details .accordion-group .accordion + .s-title {
    margin-top: 40px;
  }

  .sc-details .accordion-group .accordion {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-details .accordion-group .accordion + .accordion {
    margin-top: 16px;
  }

  .sc-details .accordion {
    position: relative;
    border-radius: var(--radius);
    background: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }

  .sc-details .accordion-title {
    position: relative;
    padding: 16px 50px 16px 16px;
    cursor: pointer;
    color: var(--cr-dark);
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    font-family: "kurious-looped";
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    transition: var(--transition);
  }

  .sc-details .accordion-title:after {
    font-family: "icongarage";
    content: "\e90f";
    font-size: 14px;
    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;
  }

  .sc-details .accordion-title.active:after {
    content: "\e910";
  }

  .sc-details .accordion-title:after,
  .sc-details .accordion-title:hover {
    color: var(--cr-green);
  }

  .sc-details .accordion-title.active {
    color: var(--cr-light);
    background-color: var(--cr-green);
  }

  .sc-details .accordion-title.active:after {
    color: var(--cr-light);
  }

  .sc-details .accordion-content {
    padding: 16px;
  }

  .sc-details .accordion-content a {
    color: var(--cr-green);
    text-decoration: underline;
    font-weight: 600;
    word-break: break-all;
  }

  .sc-details .accordion-content p {
    line-height: 1.5em;
  }

  .sc-details .accordion-content p strong {
    font-weight: 600;
  }

  .sc-details .accordion-content p:last-child {
    margin-bottom: 0;
  }

  .sc-details .accordion-content ul {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
  }

  .sc-details .accordion-content ul:last-child {
    margin-bottom: 0;
  }

  .sc-details .accordion-content ul > li {
    position: relative;
    list-style-type: disc;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .sc-details .accordion-content ul > li + li {
    margin-top: 5px;
  }

  .sc-details .accordion-content ol {
    margin: 0 0 0.6em 1.2em;
    padding: 0 0 0 1.2em;
  }

  .sc-details .accordion-content ol:last-child {
    margin-bottom: 0;
  }

  .sc-details .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: #333;
  }

  .sc-details .accordion-content ol > li + li {
    margin-top: 5px;
    color: #333;
  }

  .sc-details .note {
    padding-left: 1.2em;
  }

  .sc-details .note .note-txt {
    color: #333;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .sc-details .note .txt {
    color: #333;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .sc-details .accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }

  .sc-details .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: 8px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    font-family: "kurious-looped";
    margin: 8px 0;
    margin-right: 16px;
  }

  .sc-details .accordion-content .link-tel .icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
  }

  .sc-details .accordion-content .link-tel + .link-tel {
    margin-right: 0;
  }

  .sc-details .accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }

  .sc-details .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;
  }

  .sc-details .notfound {
    border-radius: 8px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 24px;
    margin-top: 16px;
  }

  .sc-details .notfound img {
    width: 100%;
    max-width: 120px;
  }

  .sc-details .notfound h5.found {
    color: #333;
    /* Desktop Size/H5 - Bold */
    font-family: "kurious-looped";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
  }

  /*############################ sc-steps ###################################*/
  .sc-steps {
    background: #fff;
    overflow: hidden;
  }

  .sc-steps .sc-heading {
    text-align: center;
    margin-bottom: 40px;
  }

  .sc-steps .sc-heading .title {
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .sc-steps .tab-control {
    margin-bottom: 32px;
  }

  .sc-steps .accordion-group .s-title {
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5em;
  }

  .sc-steps .accordion-group .accordion + .s-title {
    margin-top: 40px;
  }

  .sc-steps .accordion-group .accordion {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-steps .accordion-group .accordion + .accordion {
    margin-top: 16px;
  }

  .sc-steps .accordion {
    position: relative;
    border-radius: var(--radius);
    background: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }

  .sc-steps .accordion-title {
    position: relative;
    padding: 16px 50px 16px 16px;
    cursor: pointer;
    color: var(--cr-dark);
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    font-family: "kurious-looped";
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    transition: var(--transition);
  }

  .sc-steps .accordion-title:after {
    font-family: "icongarage";
    content: "\e90f";
    font-size: 14px;
    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;
  }

  .sc-steps .accordion-title.active:after {
    content: "\e910";
  }

  .sc-steps .accordion-title:after,
  .sc-steps .accordion-title:hover {
    color: var(--cr-green);
  }

  .sc-steps .accordion-title.active {
    color: var(--cr-light);
    background-color: var(--cr-green);
  }

  .sc-steps .accordion-title.active:after {
    color: var(--cr-light);
  }

  .sc-steps .accordion-content {
    padding: 16px;
  }

  .sc-steps .accordion-content a {
    color: var(--cr-green);
    text-decoration: underline;
    word-break: break-all;
    font-family: "kurious-looped";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
  }

  .sc-steps .accordion-content p {
    line-height: 1.5em;
  }

  .sc-steps .accordion-content p strong {
    font-weight: 600;
  }

  .sc-steps .accordion-content p:last-child {
    margin-bottom: 0;
  }

  .sc-steps .accordion-content ul {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
  }

  .sc-steps .accordion-content ul:last-child {
    margin-bottom: 0;
  }

  .sc-steps .accordion-content ul > li {
    position: relative;
    list-style-type: disc;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .sc-steps .accordion-content ul > li + li {
    margin-top: 5px;
  }

  .sc-steps .accordion-content ol {
    margin: 0 0 0.6em 1.2em;
    padding: 0 0 0 1.2em;
  }

  .sc-steps .accordion-content ol:last-child {
    margin-bottom: 0;
  }

  .sc-steps .accordion-content ol > li {
    position: relative;
    list-style-type: decimal;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .sc-steps .accordion-content ol > li + li {
    margin-top: 5px;
    color: #333;
  }

  .sc-steps .note {
    padding-left: 1.2em;
  }

  .sc-steps .note .note-txt {
    color: #333;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .sc-steps .note .txt {
    color: #333;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .sc-steps .accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }

  .sc-steps .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: 8px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    font-family: "kurious-looped";
    margin: 8px 0;
    margin-right: 16px;
  }

  .sc-steps .accordion-content .link-tel .icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
  }

  .sc-steps .accordion-content .link-tel + .link-tel {
    margin-right: 0;
  }

  .sc-steps .accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }

  .sc-steps .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;
  }

  .sc-steps .image img {
    width: 100%;
    max-width: 390px;
  }

  .sc-steps .zoom{margin:32px 0 16px; text-align: center;}
  .sc-steps .zoom .txt{font-weight: 600; color: var(--cr-green); margin: 0;}
  .sc-steps .zoom .txt .icon{position: relative; vertical-align: middle;}
  

  .sc-steps .sc-content.sc-content-bg {
    border-radius: 8px;
    background: #f0faf7;
    overflow: hidden;
    padding: 40px 56px;
    position: relative;
  }

  .sc-steps .sc-content.sc-content-bg.mt-40 {
    margin-top: 40px;
  }

  .sc-thumb-gallery .step-popup-image-swiper{
    height: inherit;
  }
  .sc-thumb-gallery .step-popup-image-swiper .swiper-wrapper{
    height: 90%;
    padding: 0;
  }

  .swiper-slide {
    width: auto;
    /* margin-right: 0 !important; */
  }

  #popup-gallery .swiper-pagination {
    padding-bottom: 32px;
    width: fit-content!important;
  }

  #popup-gallery .swiper-pagination .swiper-pagination-bullet {
    flex: 1 0 auto;
  }

  .sc-nav-gallery2 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sc-steps .content ul a.link{
    text-decoration: none;
  }

  .sc-steps .content {
    width: 100%;
    max-width: 390px;
  }

  .sc-steps .content .number {
    color: #333;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 16px;
  }

  .sc-steps .content .f-p {
    color: #333;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .sc-steps h3.title-txt {
    color: #333;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .icw .c-green {
    color: #00a94f;
  }

  .icw .line {
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
  }

  /*############################ sc-details-other ###################################*/
  .sc-details-other {
    background: #fafafa;
    overflow: hidden;
  }

  .sc-details-other .sc-heading {
    text-align: center;
    margin-bottom: 36px;
  }

  .sc-details-other .sc-heading .title {
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .sc-details-other .tab-control {
    margin-bottom: 52px;
  }

  .sc-details-other .accordion-group .s-title {
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5em;
  }

  .sc-details-other .accordion-group .accordion + .s-title {
    margin-top: 40px;
  }

  .sc-details-other .accordion-group .accordion {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-details-other .accordion-group .accordion + .accordion {
    margin-top: 16px;
  }

  .sc-details-other .accordion {
    position: relative;
    border-radius: var(--radius);
    background: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }

  .sc-details-other .accordion-title {
    position: relative;
    padding: 16px 24px;
    cursor: pointer;
    color: var(--cr-dark);
    word-wrap: break-word;
    font-size: 18px;
    font-weight: 600;
    font-family: "kurious-looped";
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    transition: var(--transition);
  }

  .sc-details-other .accordion-title:after {
    font-family: "icongarage";
    content: "\e90f";
    font-size: 14px;
    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;
  }

  .sc-details-other .accordion-title.active:after {
    content: "\e910";
  }

  .sc-details-other .accordion-title:after,
  .sc-details-other .accordion-title:hover {
    color: var(--cr-green);
  }

  .sc-details-other .accordion-title.active {
    color: var(--cr-light);
    background-color: var(--cr-green);
  }

  .sc-details-other .accordion-title.active:after {
    color: var(--cr-light);
  }

  .sc-details-other .accordion-content {
    padding: 16px;
  }

  .sc-details-other .accordion-content a {
    color: var(--cr-green);
    text-decoration: underline;
    word-break: break-all;
    font-family: "kurious-looped";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
  }

  .sc-details-other .accordion-content p {
    line-height: 1.5em;
  }

  .sc-details-other .accordion-content p strong {
    font-weight: 600;
  }

  .sc-details-other .accordion-content p:last-child {
    margin-bottom: 0;
  }

  .sc-details-other .accordion-content .content-table + ul {
    margin-top: 16px;
  }

  .sc-details-other .accordion-content ul {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
  }

  .sc-details-other .accordion-content ul:last-child {
    margin-bottom: 0;
  }

  .sc-details-other .accordion-content ul > li {
    position: relative;
    list-style-type: disc;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .sc-details-other .accordion-content ul > li + li {
    margin-top: 5px;
  }

  .sc-details-other .accordion-content ul > li.caption {
    font-size: 13px;
    margin-top: 0;
  }

  .sc-details-other .accordion-content ol {
    margin: 0 0 0.6em 1.2em;
    padding: 0 0 0 1.2em;
    margin-left: 0;
  }

  .sc-details-other .accordion-content ol:last-child {
    margin-bottom: 0;
  }

  .sc-details-other .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: #333;
  }

  .sc-details-other .accordion-content ol > li + li {
    margin-top: 5px;
  }

  .sc-details-other .note {
    padding-left: 1.2em;
  }

  .sc-details-other .note .note-txt {
    color: #333;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .sc-details-other .note .txt {
    color: #333;
    font-family: "kurious-looped";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .sc-details-other .accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }

  .sc-details-other .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: 8px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    font-family: "kurious-looped";
    margin: 8px 0;
    margin-right: 16px;
  }

  .sc-details-other .accordion-content .link-tel .icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
  }

  .sc-details-other .accordion-content .link-tel + .link-tel {
    margin-right: 0;
  }

  .sc-details-other .accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }

  .sc-details-other .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;
  }

  .sc-details .details-container ul > li {
    list-style-type: disc !important;
  }

  .sc-details .details-container {
    font-family: "kurious-looped";
    font-weight: 500;
    color: #333;
  }

  li.bullet-green::marker {
    color: #00a94f;
  }

  /*############################ sc-shortcut ###################################*/
  .sc-annotation {
    background: #fafafa;
  }

  .sc-annotation .sc-content {
    border-radius: 8px;
    border: 1px solid #eee;
    background: var(--cr-light);
    padding: 24px 16px;
    max-width: 850px;
    margin: 0 auto;
  }

  .sc-annotation .note {
    margin-top: 39px;
  }

  .sc-annotation .note ul {
    padding-left: 1em;
    margin-top: 0;
    color: var(--cr-gray);
    line-height: 1.5em;
    font-family: "kurious-looped";
    font-size: 13px;
  }

  .sc-annotation .note .desc {
    font-size: 13px;
  }

  .sc-annotation .title {
    margin-bottom: 16px;
  }

  .sc-annotation .desc {
    margin-bottom: 0;
    color: var(--cr-gray);
  }

  .sc-annotation .row-flex {
    display: block;
  }

  .sc-annotation .row-flex > div {
    position: relative;
  }

  .sc-annotation .row-flex > div + div {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #eee;
  }

  /*############################ sc-shortcut ###################################*/
  .sc-shortcut {
    background-color: var(--cr-light);
    overflow: hidden;
  }

  .sc-shortcut.sc-top .sc-inner {
    padding-top: 90px;
  }

  .sc-shortcut .sc-inner {
    padding: 40px 0;
  }

  .sc-shortcut .item-list {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .sc-shortcut .item-list > li {
    width: 100%;
    border-bottom: 1px solid var(--cr-border);
  }

  .sc-shortcut .item-list > li + li {
    margin-top: 8px;
  }

  .sc-shortcut .wrapper {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
    padding: 8px 0;
  }

  .sc-shortcut .icon {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .sc-shortcut .icon img {
    height: 20px;
    display: block;
    margin: 0 auto;
  }

  .sc-shortcut .content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 16px;
  }

  .sc-shortcut .txt {
    font-size: 16px;
    color: var(--cr-green);
    margin: 0;
    line-height: 1.5em;
  }

  .sc-shortcut .txt strong {
    font-weight: 600;
    color: var(--cr-dark);
  }

  .sc-shortcut .txt .a-link {
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
  }

  #navigation-header.fx-fixbarcc-footer .footer-slogan,
  #navigation-footer .footer-slogan {
    margin-bottom: 0px;
    padding-bottom: 0;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .sc-steps .sc-content.sc-content-bg {
    padding: 40px 0;
  }
}

@media screen and (min-width: 414px) {
  .icw .table-style2 > tbody > tr > td {
    padding: 0;
  }
  .icw .table-style2 tbody table td {
    padding: 16px 24px;
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .icw .text-scroll + .content-table {
    margin-top: 0;
  }

  .sc-highlight .item-list > li {
    width: calc(100% / 2);
  }

  .sc-highlight .item-list > li:last-child {
    width: calc(100% / 1);
  }

  .sc-steps .swiper-wrapper.swiper-wrapper-flex {
    justify-content: normal !important;
  }

  .icw .tbcell {
    display: block;
  }

  .icw .h3.f-33 {
    font-size: 24px !important;
    text-align: left;
  }

  .content-download p {
    font-size: 16px;
  }

  .sc-highlight .wrapper.bgIIIII .thumb {
    bottom: 0;
    top: 70px;
    right: 0px;
    left: 170px;
    margin: inherit;
  }

  .sc-highlight .wrapperr .content {
    padding: 16px;
  }

  .icw table.table-style2.mb-60 {
    margin-bottom: 0;
  }

  .sc-steps p.title-txt {
    font-size: 18px;
  }

  .icw .table-style2 thead tr th,
  .icw .table-style2 tbody tr td {
    font-size: 13px;
  }
  .sc-details-other .accordion-title {
    font-size: 16px;
    padding: 16px 32px 16px 16px;
  }
}

ol {
  padding: 0 0 0 20px;
}

/* TH table */
.sc-details .table.table-style2.table-style2-c tr th.l,
.sc-details .table.table-style2 > tbody table td.l {
  /* width: 160px; */
  width: 320px;
}
.sc-details .table.table-style2.table-style2-c tr th.ll,
.sc-details .table.table-style2 > tbody table td.ll {
  /* width: 350px; */
  width: 205px;
}
.sc-details .table.table-style2.table-style2-c tr th.lll,
.sc-details .table.table-style2 > tbody table td.lll {
  /* width: 230px; */
  width: 205px;
}
.sc-details .table.table-style2.table-style2-c tr th.llll .sc-details .table.table-style2>tbody table td.llll {
  /* width: 200px; */
  width: 205px;
}
.sc-details .table.table-style2.table-style2-c tr th.lllll,
.sc-details .table.table-style2 > tbody table td.lllll {
  /* width: 200px; */
  width: 205px;
}
@media screen and (max-width: 767px) {
  .icw table.table-style2 {
    min-width: 550px;
  }
  .sc-details .table.table-style2.table-style2-c tr th.l,
  .sc-details .table.table-style2>tbody table td.l {
    width: 110px;
  }
  .sc-details .table.table-style2.table-style2-c tr th.ll,
  .sc-details .table.table-style2>tbody table td.ll {
    width: 110px;
  }
  .sc-details .table.table-style2.table-style2-c tr th.lll,
  .sc-details .table.table-style2>tbody table td.lll {
    width: 110px;
  }
  .sc-details .table.table-style2.table-style2-c thead tr th.llll, 
  .sc-details .table.table-style2>tbody table td.llll {
    width: 110px;
  }
  .sc-details .table.table-style2.table-style2-c tr th.lllll,
  .sc-details .table.table-style2>tbody table td.lllll {
    width: 110px;
  }
  .icw .table-style2 thead tr th,
  .icw .table-style2 > tbody table tr > td {
    padding: 8px;
  }  
}

/* EN table */
.sc-details .table.table-style2.-en.table-style2-c tr th.l,
.sc-details .table.table-style2.-en > tbody table td.l {
  width: 160px;
}
.sc-details .table.table-style2.-en.table-style2-c tr th.ll,
.sc-details .table.table-style2.-en > tbody table td.ll {
  width: 400px;
}
.sc-details .table.table-style2.-en.table-style2-c tr th.lll,
.sc-details .table.table-style2.-en > tbody table td.lll {
  width: 193.33px;
}
.sc-details
  .table.table-style2.-en.table-style2-c
  tr
  th.llll
  .sc-details
  .table.table-style2.-en
  > tbody
  table
  td.llll {
  width: 193.33px;
}
.sc-details .table.table-style2.-en.table-style2-c tr th.lllll,
.sc-details .table.table-style2.-en > tbody table td.lllll {
  width: 193.33px;
}

@media screen and (max-width: 767px) {
  /* .sc-details .table.table-style2.table-style2-c tr th.l{
        width: 100px;
    }
    .sc-details .table.table-style2.table-style2-c tr th.ll{
        width: 137px;
    }
    .sc-details .table.table-style2.table-style2-c tr th.lll{
        width: 137px;
    }
    .sc-details .table.table-style2.table-style2-c tr th.llll{
        width: 137px;
    }
    .sc-details .table.table-style2.table-style2-c tr th.lllll{
        width: 137px;
    } */

  .sc-details .table.table-style2.-en.table-style2-c tr th.l,
  .sc-details .table.table-style2.-en > tbody table td.l {
    width: 110px;
  }
  .sc-details .table.table-style2.-en.table-style2-c tr th.ll,
  .sc-details .table.table-style2.-en > tbody table td.ll {
    width: 110px;
  }
  .sc-details .table.table-style2.-en.table-style2-c tr th.lll,
  .sc-details .table.table-style2.-en > tbody table td.lll {
    width: 110px;
  }
  .sc-details .table.table-style2.-en.table-style2-c tr th.llll,
  .sc-details .table.table-style2.-en > tbody table td.llll {
    width: 110px;
  }
  .sc-details .table.table-style2.-en.table-style2-c tr th.lllll,
  .sc-details .table.table-style2.-en > tbody table td.lllll {
    width: 110px;
  }
}

@media screen and (min-width: 768px) {
  .sc-highlight .sc-heading {
    margin-bottom: 40px;
  }

  .sc-highlight .item-list {
    margin: -12px;
  }

  .sc-highlight .item-list > li {
    padding: 12px;
  }

  /* .sc-highlight .item-list>li:last-child {
        width: calc(100%);
        padding-top: 12px;
    }

    .sc-highlight .item-list>li:last-child .wrapper .content {
        height: 163px;
    } */

  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
  }

  .sc-highlight .wrapper .content {
    padding: 16px;
    height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sc-highlight .wrapper .content .txt .show-w767 {
    display: none;
  }

  .sc-warranty .sc-heading {
    margin-bottom: 40px;
  }

  .sc-warranty td {
    padding: 24px;
    font-size: 16px;
  }

  .sc-protection .sc-heading {
    margin-bottom: 40px;
  }

  .sc-protection .zoom {
    display: none;
  }

  .sc-protection .box-thumb {
    margin-bottom: 40px;
  }

  .sc-protection .box-info {
    border-top: 5px solid var(--cr-green);
    background: var(--cr-light);
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }

  .sc-protection .box-info + .box-info {
    margin-top: 40px;
    border-top: 5px solid var(--cr-green);
    padding-top: 0;
  }

  .sc-protection .wrapper {
    position: relative;
    z-index: 0;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    background: none;
  }

  .sc-protection .wrapper.protection-active {
    left: 0%;
    overflow: auto;
    display: block;
  }

  .sc-protection .inner {
    padding: 48px 32px;
    background: transparent;
  }

  .sc-protection .note {
    padding: 16px 32px;
    background: transparent;
  }

  .sc-protection .h-title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 32px;
  }

  .sc-protection .nav-mobile-link {
    display: none;
  }

  .sc-protection .back-mobile {
    display: none;
  }

  html.protection-active {
    overflow: inherit;
    touch-action: inherit;
    pointer-events: inherit;
  }

  body.protection-active {
    overflow: inherit;
    touch-action: inherit;
    pointer-events: inherit;
  }

  .icw .main.protection-active {
    position: relative;
    touch-action: inherit;
    pointer-events: inherit;
  }

  .sc-details .sc-heading {
    margin-bottom: 40px;
  }

  .sc-details .tab-control {
    margin-bottom: 40px;
  }

  .sc-details .accordion-title {
    font-size: 18px;
  }

  .sc-details-other .accordion-content {
    padding: 16px 24px;
  }

  .sc-details .accordion-content .link-tel {
    display: none;
  }

  .sc-annotation .sc-content {
    padding: 32px;
  }

  .sc-annotation .row-flex {
    margin: 0 -32px;
    display: flex;
  }

  .sc-annotation .row-flex > div {
    padding: 0 32px;
  }

  .sc-annotation .row-flex > div + div {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .sc-annotation .row-flex > div + div:before {
    content: "";
    position: absolute;
    top: -16px;
    bottom: -16px;
    left: 0;
    width: 1px;
    background: #eee;
  }

  .sc-annotation .note {
    margin-top: 38px;
  }

  .sc-shortcut .item-list {
    margin: -9px;
    display: flex;
    justify-content: center;
  }

  .sc-shortcut .item-list > li {
    width: calc(100% / 3);
    border: 0;
    padding: 9px;
  }

  .sc-shortcut .item-list > li + li {
    margin-top: 0;
  }

  .sc-shortcut .wrapper {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sc-shortcut .wrapper:before {
    display: none;
  }

  .sc-shortcut .content {
    padding-left: 0;
    padding-top: 15px;
  }

  .sc-shortcut .icon img {
    height: 25px;
  }

  .sc-shortcut .txt {
    line-height: 1.5em;
    min-height: 2.8em;
    color: var(--cr-dark);
    text-decoration: none;
  }

  .icw table.table-style2.-en {
    min-width: 1138px;
  }
  .icw .table-style2.-en thead tr th {
    padding: 24px;
  }
  .icw .table-style2.-en > tbody table tr > td {
    padding: 16px 24px;
  }
}

@media screen and (min-width: 992px) {
  .sc-highlight .item-list > li {
    width: calc(100% / 3);
  }

  .sc-highlight .item-list > li:nth-child(4),
  .sc-highlight .item-list > li:nth-child(5) {
    width: calc(100% / 2);
  }

  .sc-protection .row-flex {
    display: flex;
  }

  .sc-shortcut .item-list > li {
    width: calc(100% / 5);
  }

  .sc-steps .swiper-wrapper.swiper-wrapper-flex {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .sc-shortcut .icon img {
    height: 27px;
  }

  .sc-shortcut .wrapper {
    transition: var(--transition);
    transform: scale(1);
  }

  .sc-shortcut .wrapper:hover {
    transform: scale(1.05);
  }
}

/* ###################################Download content###################################### */
.icw .c-white {
  color: #fff;
}

.tb {
  display: table;
  width: 100%;
}

.icw .v-middle {
  vertical-align: middle;
}

.tbcell {
  display: table-cell;
}

.sc-download {
  background: url(https://demo.icweb.co.th/kbank-retrainer/SiteCollectionDocuments/personal/digital-banking/k-esavings-account-opening-have-no-kplus/img/bg-download.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 0 150px;
  padding-bottom: 0;
}

.icon-download a {
  text-decoration: none;
  font-size: 0;
}

.sc-download h3.heading {
  font-size: 40px;
}

.icw .h3.f-33 {
  font-family: "kurious-looped";
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
}

.content-download p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .content-download p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 320px) {
  .icw .icon-download a img {
    margin-right: 5px;
  }

  .icw .icon-download a img:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) {
  .sc-download-inner {
    padding: 0 30px;
  }

  .sc-download h3.heading {
    font-size: 45px;
  }

  .sc-main-download .image {
    margin-top: 35px;
  }
}

@media screen and (min-width: 991px) {
  .sc-download-inner {
    padding: 0 150px;
  }
}

@media screen and (max-width: 1024px) {
  .sc-download {
    padding: 40px 70px;
    padding-bottom: 0;
  }

  .icw .icon-download a img {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .sc-highlight .item-list > li {
    width: calc(100% / 2);
  }

  .sc-highlight .item-list > li:last-child {
    width: calc(100% / 1);
    padding-top: 16px;
  }

  .sc-highlight .wrapper.wrapperr.bgIIIII .content:last-child {
    height: 172px;
  }

  .sc-download .pd-10 {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .sc-download-inner {
    padding: 25px 15px 0;
  }

  .sc-download {
    padding: 50px 30px;
    padding-bottom: 0;
  }

  .icw .icon-download a img {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .icw .icon-download a img:first-child {
    margin-left: 5px;
  }

  .icw .icon-download a img.ml-0 {
    margin-left: 0;
  }

  .sc-download .pd-10 {
    width: 100%;
  }

  .sc-details .notfound {
    display: block;
    text-align: center;
  }
}

#navigation-page-sticky .box-cta .btn {
  padding: 0;
}

/* ######################search-form########################## */

.search-form {
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
}

.search-form input {
  height: 100%;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 25px;
  display: block;
  width: 100%;
  padding: 1rem;
  padding-left: 40px;
  height: 100%;
  font-size: 16px;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
}

.col-lg-12.col-md-6.col-sm-12.p-0.bg-input {
  position: relative;
}

.bg-input i {
  position: absolute;
  top: 30%;
  bottom: 0;
  /* margin: auto; */
  left: 16px;
  right: 0;
  display: block;
  font-size: 16px;
  color: #00a94f;
  cursor: pointer;
  width: fit-content;
}

.search-form button {
  height: 100%;
  width: 100%;
  font-size: 1rem;
}

.search-form button svg {
  width: 24px;
  height: 24px;
}

.search-body {
  margin-bottom: 1.5rem;
}

/* ###### component overflow ###### */
.compn-overflow {
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
}
.compn-overflow .compn-overflow-wrapper .content-table {
  margin-top: 0;
  overflow: visible;
}
.compn-overflow .compn-overflow-wrapper {
  /*overflow-x: scroll;
    overflow-y: hidden;
*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.compn-overflow .compn-overflow-wrapper::-webkit-scrollbar {
  display: none;
}

.compn-overflow .compn-overflow-wrapper .compn {
  min-width: 1140px;
}

.compn-overflow .compn-overflow-scroll-wrapper {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  position: relative;

  margin-bottom: 15px;

  background: #f1f1f1;

  display: block;
}

.compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll {
  width: 10%;
  height: 6px;
  border-radius: 3px;
  position: absolute;

  background: #00a950;
}
ol.lh-2 {
  line-height: 2;
}

@media screen and (min-width: 1170px) {
  .compn-overflow .compn-overflow-scroll-wrapper {
    display: none;
  }
}

/* ###### end component overflow ###### */

/* ##### compn ##### */

.icw .compn-overflow .compn-overflow-wrapper .compn {
  min-width: 800px;
}

.icw .compn-overflow .compn-overflow-wrapper .compn.table-style1 td {
  border-right: 1px solid rgba(230, 230, 230, 0.7);
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  border-collapse: collapse;
}

@media screen and (min-width: 767px) {
  .icw .article .compn-overflow .compn-overflow-wrapper .compn {
    width: 100%;
    min-width: auto;
  }
}

.text-scroll {
  margin-top: 20px;
}

.text-scroll .column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  justify-content: center;
}

.sc-steps .text-scroll .column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  justify-content: center;
  align-items: end;
}

.icw .text-scroll img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: -4px;
}

.icw .text-scroll p {
  margin-bottom: 0;
}

/* #############popup##################### */
.icw-popup-content .mfp-container {
  border-top: none;
}

.icw-popup-content.mfp-bg.mfp-ready {
  background: #0b0b0b;
  opacity: 0.8;
}

.icw-popup-content .main-container {
  padding: 64px 56px;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100% !important;
  max-width: 1000px;
  margin: 120px 30px 30px !important;
}

/* .mfp-close-btn-in .mfp-close:after {
    font-family: 'icokbank' !important;
    content: "\e90a" !important;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
} */

.mfp-content .mfp-close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #00a94f;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -18px !important;
  right: -20px !important;
  z-index: 1;
  opacity: 1;
}

.mfp-content .mfp-close:hover {
  background: #00a94f;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100% !important;
    max-width: 790px;
    margin: 165px 30px 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100% !important;
    max-width: 590px;
    margin: 165px 30px 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100% !important;
    max-width: 305px;
    margin: 16px !important;
  }
  .mfp-content .mfp-close {
    top: 2px !important;
  }
}

@media screen and (min-width: 320px) {
  /* .icw .main a,
    .icw .main a:hover,
    .icw.popup a,
    .icw.popup a:hover,
    .icw a.popup-link {
        text-decoration: underline;
        color: #00a950;
    } */
}

.icw-popup-function .register-box .sc-campaign-swiper {
  width: 760px;
  margin: 0 auto;
}

.icw-popup-function .register-box .sc-campaign-swiper .swiper-button {
  display: none;
}

.icw-popup-function .register-box .sc-campaign-swiper .thumb {
  position: relative;
  width: 200px;
  margin: 0 auto 24px;
}

.icw-popup-function .register-box .sc-campaign-swiper .content {
  text-align: center;
  color: var(--color-dark);
}

.icw-popup-function .register-box .sc-campaign-swiper .desc {
  margin: 0;
}

.icw-popup-function
  .register-box
  .sc-campaign-swiper
  .swiper-pagination-bullet-active {
  color: var(--color-green);
}

.popup h2 {
  margin-bottom: 20px;
}

.popup p {
  font-size: 16px;
  margin-bottom: 10px;
}

.popup {
  color: #2c3744;
}

.icw-popup-function .register-box .sc-campaign-swiper {
  width: 690px;
}

/* ####################popup####################### */
.mfp-wrap.mfp-ready .mfp-content {
  border-radius: 8px;
  background-color: #fff;
}

.popup-box {
  padding: 48px 48px 24px;
}

ol.mb-0 {
  margin: 0;
  color: #666;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.icw-popup .p-text {
  color: #333;
  font-family: "kurious-looped";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* .popup-box p {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
} */

.popup-box p.scan-qr-desc {
  color: #666;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.icw-popup .content-table.mt-24.wd-70 {
  margin-top: 24px;
}

.icw-popup table.table-style2 {
  overflow: hidden;
  margin-bottom: 0;
  border-collapse: collapse;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}

.icw-popup .table-style2 th,
.icw-popup .table-style2 td {
  font-family: "kurious-looped";
  text-align: center;
  vertical-align: middle;
}

.icw-popup .article .wd-70 {
  width: 100% !important;
}

.icw-popup .table-style2 thead tr th {
  padding: 24px 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  background-color: #00a94f;
  font-family: "kurious-looped";
}

.icw-popup .table-style2 thead tr th:last-child {
  border-right: 0;
}

.icw-popup .table-style2 tbody tr td {
  background: #fcfcfc;
  padding: 16px;
  border-bottom: 1px solid #eee;
  color: #666;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.icw-popup .table-style2 ul li {
  list-style-type: disc;
  width: fit-content;
}

.icw-popup .mt-0 {
  margin-top: 0;
}

.icw-popup .mb-0, .mb-0 {
  margin-bottom: 0 !important;
}

.icw-popup .table-style2 tbody tr td ul {
  padding-left: 20px;
  width: fit-content;
  margin: auto;
}

.icw-popup .table-style2 .note ul li {
  list-style-type: disc;
  color: #666666;
  /* font-family: Helvetica; */
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.icw-popup .compn-overflow .compn-overflow-wrapper .compn {
  min-width: 800px;
}

.icw-popup .text-scroll p {
  display: inline-block;
  color: #333;
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.icw-popup .text-scroll {
  text-align: center;
  /* margin-bottom: 10px; */
  display: flex;
  gap: 10px;
  justify-content: center;
}

.icw .box-doc p.mt-62 {
  margin-bottom: 62px;
}

@media (min-width: 1200px) {
  .icw-popup.popup-box .container {
    width: 920px;
  }
}

.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: 14px;
  }
}

/* ####################popup####################### */

@media screen and (max-width: 767px) {
  .popup-box {
    padding: 18px 0;
  }

  .icw-popup-content.mfp-bg.mfp-ready {
    background: #fff;
    opacity: 1;
  }

  /* .mfp-bg.mfp-ready{
            z-index: 1901;
        } */
  .popup-box p {
    font-size: 18px;
  }

  .icw-popup .table-style2 tbody tr td {
    font-size: 13px;
  }

  .icw-popup .mt-0 {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .icw-popup .compn-overflow .compn-overflow-wrapper .compn {
    min-width: 690px;
  }
}

/*############################ promotion /*############################*/
@media screen and (min-width: 200px) {
  .sc-promotion {
    background: #fff;
    overflow: hidden;
  }
  .sc-promotion .sc-inner {
    padding: 40px 0 48px;
  }
  .sc-promotion .sc-heading {
    text-align: center;
    margin-bottom: 40px;
  }
  .sc-promotion .sc-heading .title {
    line-height: 1.5em;
    margin-bottom: 0;
    color: var(--cr-dark);
  }

  .promotion-list {
    position: relative;
    overflow: visible;
  }
  .promotion-list.-center {
    justify-content: center;
  }
  .promotion-list.-center .swiper-slide {
    margin-right: 0 !important;
  }
  .promotion-list.swiper-free-mode > .swiper-wrapper {
    justify-content: inherit;
  }
  .promotion-list .swiper-pagination {
    padding-top: 16px;
  }
  .promotion-list .swiper-slide {
    width: auto;
  }
  .promotion-list .wrapper {
    max-width: 300px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .promotion-list .thumb {
    max-width: 300px;
    width: 100%;
    position: relative;
    border-radius: 8px 8px 0 0;
    z-index: 20;
    overflow: hidden;
  }
  .promotion-list .content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 24px 24px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px 0px 8px 8px;
    backdrop-filter: blur(20px);
  }
  .promotion-list .content h3 {
    color: var(--cr-black);
    font-family: "kurious-looped";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    height: 2.9em;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .promotion-list .content small {
    font-size: 13px;
    font-family: "kurious-looped";
    font-weight: 500;
    color: #666;
    margin-bottom: 32px;
    line-height: 1.5em;
    min-height: 1.5em;
  }
  .promotion-list .content .c-g {
    font-size: 16px;
    font-family: "kurious-looped";
    font-weight: 500;
    color: #666;
    margin: 0;
    height: 5.4em;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .promotion-list .content .action {
    text-align: left;
    margin-top: 32px;
  }
  .promotion-list .content .action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
  }

  .promotion-list.-center + .promotion-thumb {
    display: none;
  }
  .promotion-list.-center .swiper-button-prev,
  .promotion-list.-center .swiper-button-next {
    display: none;
  }

  .promotion-thumb {
    position: relative;
    display: none;
    margin: 0 -16px;
    padding: 40px 0 0;
  }
  .promotion-thumb .swiper-wrapper {
    width: auto;
    margin: 0 auto;
  }
  .promotion-thumb .thumb {
    border-radius: 8px;
    overflow: hidden;
    transition: var(--tsition);
    transform: scale(1);
    background-color: var(--cr-light);
    cursor: pointer;
  }
  .promotion-thumb .thumb > img {
    width: 100%;
    transition: var(--tsition);
  }
  .promotion-thumb .swiper-slide .thumb > img {
    opacity: 0.5;
  }
  .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb {
    transform: scale(1.05);
  }
  .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb > img {
    opacity: 1;
  }

  .promotion-popup.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    height: 100%;
  }
  .promotion-popup.mfp-bg.mfp-ready {
    opacity: 1;
  }
  .promotion-popup .mfp-container {
    width: 100%;
    height: auto;
    max-width: 1000px;
    position: relative;
    padding: 0;
  }
  .promotion-popup .mfp-container:before {
    display: none;
  }
  .promotion-popup .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
  }
  .promotion-popup .mfp-content > .promotion-popup {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: var(--cr-light);
  }
  .promotion-popup .main-container {
    margin: 0;
  }
  .promotion-popup .modal-dismiss {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #00a850;
    color: var(--cr-light);
    text-align: center;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .promotion-popup .modal-dismiss .ic {
    font-size: 12px;
    font-weight: bold;
  }
  .promotion-popup .modal-dismiss .ic {
    position: relative;
    top: -2px;
    right: -1px;
  }
  .promotion-popup .promotion-header {
    background: #e7f9eb;
    padding: 16px;
    border-radius: 0;
  }
  .promotion-popup .promotion-header .title {
    margin: 0;
    min-height: 85px;
    text-align: center;
    color: var(--cr-dark);
    font-family: "kurious-looped";
    padding: 21px 16px 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #e7f9eb;
    z-index: 8;
  }
  .promotion-popup .promotion-header .thumb {
    width: auto;
    max-width: none;
    margin-top: 69px;
  }
  .promotion-popup .promotion-header .thumb > img {
    width: 470px;
    border-radius: 8px;
    margin: 0 auto;
  }
  .promotion-popup .promotion-header .content {
    padding-top: 24px;
  }
  .promotion-popup .promotion-header .h-title {
    color: var(--cr-black);
    line-height: 1.5em;
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-header .h-title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-header .date {
    color: var(--cr-gray);
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5em;
    display: block;
    margin-bottom: 24px;
  }
  .promotion-popup .promotion-header .desc {
    color: var(--cr-dark);
    line-height: 1.5em;
    margin: 0;
    font-size: 16px;
    font-family: "kurious-looped";
    font-weight: 500;
  }
  .promotion-popup .promotion-header .action {
    padding-top: 32px;
  }
  .promotion-popup .promotion-header .action .btn {
    border-radius: 8px;
    background: var(--cr-green);
    padding: 8px 24px;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    color: var(--cr-light);
    display: block;
  }

  .promotion-popup .promotion-content {
    background-color: var(--cr-light);
    border-top: 5px solid #266b6b;
    padding: 32px 16px 16px;
    overflow: hidden;
  }
  .promotion-popup .promotion-content.-head {
    padding-top: 72px;
    border-top: 0;
  }
  .promotion-popup .promotion-content .nowrap {
    white-space: nowrap;
  }
  .promotion-popup .promotion-content .pro-title {
    margin: 0 0 16px;
    color: var(--cr-black);
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-content .pro-title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .pro-subtitle {
    color: var(--cr-gray);
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 2em;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content ul.pro-subtitle {
    padding: 0 0 0 1.2em;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content .title {
    margin: 0 0 8px;
    color: var(--cr-dark);
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-content .title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .title.a-center {
    text-align: center;
  }
  .promotion-popup .promotion-content .title .text-green {
    color: var(--cr-green);
  }
  .promotion-popup .promotion-content .hint-scroll {
    display: none;
  }
  .promotion-popup .promotion-content .table {
    width: 100%;
    border-spacing: 0;
    min-width: 880px;
  }
  .promotion-popup .promotion-content .table {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: 0.5px solid #e8e8e8;
    border-radius: 8px;
  }
  .promotion-popup .promotion-content .table th,
  .promotion-popup .promotion-content .table td {
    padding: 24px 8px;
    border: 0.5px solid #e8e8e8;
    color: var(--cr-gray);
    text-align: center;
    line-height: 1.5em;
  }
  .promotion-popup .promotion-content .table tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  .promotion-popup .promotion-content .table th {
    background-color: var(--cr-green);
    font-family: "kurious-looped";
    font-size: 18px;
    font-weight: 600;
    color: var(--cr-light);
  }
  .promotion-popup .promotion-content .table td {
    font-size: 16px;
    font-weight: 500;
    font-family: "kurious-looped";
    line-height: 1.5;
    color: var(--cr-gray);
  }
  .promotion-popup .promotion-content .table td.a-left {
    text-align: left;
  }
  .promotion-popup .promotion-content .table td strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .table tr:nth-child(odd) td {
    background: #fafafa;
  }
  .promotion-popup .promotion-content .table tr:nth-child(even) td {
    background: var(--cr-light);
  }
  .promotion-popup .promotion-content .mcscroll + .title {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .mcscroll + .list {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .mcscroll + .desc {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .list {
    padding: 0 0 0 1.2em;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content .list > li {
    color: var(--cr-gray);
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5em;
  }
  .promotion-popup .promotion-content .desc {
    color: var(--cr-gray);
    line-height: 1.5em;
    margin: 0;
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
  }
  .promotion-popup .promotion-content .desc strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .desc.a-center {
    text-align: center;
  }
  .promotion-popup .promotion-content .desc .text-green {
    color: var(--cr-green);
  }
  .promotion-popup .promotion-content .desc + .desc {
    margin-top: 16px;
  }
  .promotion-popup .promotion-content .image-icon {
    margin: 32px auto;
    width: 140px;
  }
  .promotion-popup .promotion-content .image-icon + .desc {
    margin-top: 16px;
  }
  .promotion-popup .promotion-content .action {
    padding-top: 32px;
  }
  .promotion-popup .promotion-content .action .btn {
    height: 40px;
    width: 100%;
    background: var(--cr-green);
    color: var(--cr-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }

  .promotion-popup .promotion-content .sc-faqs {
    background: #fafafa;
    padding: 16px;
    margin: 0 -16px -16px;
  }
  .promotion-popup .promotion-content .sc-faqs .accordion-group {
    padding: 0;
    display: block;
  }
  .promotion-popup .promotion-content .sc-faqs .accordion-group .accordion {
    max-width: 100%;
  }

  .promotion-popup .promotion-content .step-slide {
    position: static;
  }
  .promotion-popup .promotion-content .step-slide .content .desc {
    margin-bottom: 0;
    color: var(--cr-dark);
    line-height: 1.5em;
  }

  .promotion-popup .promotion-content .hr {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
  }

  .promotion-popup .promotion-end {
    border-radius: 0px 0px 0 0;
    background: #fafafa;
    padding: 8px 16px 16px;
  }
  .promotion-popup .promotion-end .note {
    color: var(--cr-gray);
    line-height: 1.5em;
    margin: 0 0 8px;
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
  }
  .promotion-popup .promotion-end .note strong {
    font-weight: 600;
    color: var(--cr-black);
  }
  .promotion-popup .promotion-end .note:last-child {
    margin-bottom: 0;
  }
  .promotion-popup .promotion-end .sub-list {
    padding: 0 0 0 1.2em;
    margin: 0;
  }
  .promotion-popup .promotion-end .sub-list > li {
    color: var(--cr-gray);
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5em;
  }
  .promotion-popup .promotion-end .sub-list > li strong {
    font-weight: 600;
  }
  /*.promotion-popup .promotion-end .sub-list > li .link{color: var(--cr-green);}*/
}
@media screen and (min-width: 768px) {
  .sc-promotion .sc-inner {
    padding: 64px 0;
  }

  .promotion-list .content h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .promotion-popup .mfp-container {
    width: 96%;
    margin: 120px auto;
  }
  .promotion-popup .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .promotion-popup .modal-dismiss {
    top: -15px;
    right: -15px;
    position: absolute;
  }
  .promotion-popup .mfp-content > .promotion-popup {
    min-height: inherit;
    background: transparent;
  }

  .promotion-popup .promotion-header {
    padding: 48px;
    border-radius: 8px 8px 0 0;
  }
  .promotion-popup .promotion-header .title {
    display: none;
  }
  .promotion-popup .promotion-header .thumb {
    margin-top: 0;
  }
  .promotion-popup .promotion-header .action .btn {
    display: inline-block;
  }

  .promotion-popup .promotion-content {
    padding: 48px 48px 24px 48px;
  }
  .promotion-popup .promotion-content.-head {
    padding-top: 48px;
  }
  .promotion-popup .promotion-content .pro-title {
    font-size: 26px;
  }
  .promotion-popup .promotion-content ul.pro-subtitle {
    margin: 0 0 32px;
  }
  .promotion-popup .promotion-content .sc-faqs {
    background: none;
    padding: 0;
    margin: 0;
  }

  .promotion-popup .promotion-end {
    border-radius: 0px 0px 8px 8px;
    background: #fafafa;
    padding: 16px 48px;
  }
  .promotion-popup .promotion-end .note {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .promotion-list {
    overflow: hidden;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .promotion-list.swiper-free-mode > .swiper-wrapper.-center {
    justify-content: inherit;
    margin-right: 0;
  }
  .promotion-list .wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: calc(100vw - 32px);
    box-shadow: none;
    border-radius: 0;
  }
  .promotion-list .thumb {
    width: 200%;
    max-width: 618px;
    border-radius: 8px 0 0 8px;
  }
  .promotion-list .content {
    padding: 40px 48px 48px;
    border-radius: 0 8px 8px 0;
    height: 370px;
  }
  .promotion-list .content .c-g {
    height: 4.2em;
    -webkit-line-clamp: 3;
  }
  .promotion-list .content .action .btn {
    width: auto;
  }
  .promotion-list .swiper-pagination {
    display: none;
  }

  .promotion-thumb {
    display: flex;
  }

  .promotion-popup .promotion-header {
    display: flex;
  }
  .promotion-popup .promotion-header .thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .promotion-popup .promotion-header .thumb > img {
    width: 470px;
    border-radius: 8px;
  }
  .promotion-popup .promotion-header .content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 24px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .promotion-list .wrapper {
    max-width: 1140px;
  }
  .promotion-list .thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 700px;
  }
  .promotion-list .content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 48px 56px 92px;
    height: 420px;
    max-width: 440px;
    min-width: 440px;
  }

  .promotion-thumb .swiper-slide:hover .thumb {
    transform: scale(1.05);
  }
}

/*############################ table-style3 /*############################*/
@media screen and (min-width: 200px) {
  .table-style3 {
    width: 100%;
    padding: 0;
    margin: 16px 0;
    border-spacing: 0;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .table-style3:last-child {
    margin-bottom: 0;
    border-collapse: collapse;
  }
  .table-style3 th {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--cr-light);
    background: var(--cr-green);
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 16px;
    text-align: center;
  }
  .table-style3 th + th {
    border-left: 1px solid #e8e8e8;
  }
  .table-style3 thead tr:first-child th:first-child {
    border-radius: 8px 0 0 0;
  }
  .table-style3 thead tr:first-child th:last-child {
    border-radius: 0 8px 0 0;
  }
  .table-style3 td {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--cr-gray);
    background: var(--cr-light);
    border: 1px solid #e8e8e8;
    padding: 8px 16px;
    text-align: center;
  }
  .table-style3 td + td {
    border-left: 1px solid #e8e8e8;
  }
  .table-style3 tbody tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
  }
  .table-style3 tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
  }
  .table-style3 thead th:first-child,
  .table-style3 thead th:nth-child(2) {
    width: 215px;
  }
  .table-style3.intab thead th:first-child,
  .table-style3.intab thead th:nth-child(2) {
    width: auto;
  }
  .table-style3 thead th:nth-child(3),
  .table-style3 thead th:nth-child(4),
  .table-style3 thead th:nth-child(5) {
    width: 124px;
  }

  .table-style3.intab {
    max-width: 850px;
    width: 100%;
    margin: auto;
  }

  .table-style3.intab .ic-check-circle {
    font-size: 20px;
    color: #00a94f;
  }

  .table-style3.intab thead th:first-child,
  .table-style3.intab thead th:nth-child(2),
  .table-style3.intab thead th:nth-child(3),
  .table-style3.intab thead th:nth-child(4),
  .table-style3.intab thead th:nth-child(5) {
    width: auto;
  }

  .table-style3.intab thead th:nth-child(2),
  .table-style3.intab thead th:nth-child(3) {
    width: 12%;
  }

  .w-652 {
    width: 652px !important;
  }
}
@media screen and (min-width: 768px) {
  .w-652 {
    width: 100% !important;
  }
  .table-style3 {
    min-width: 802px;
  }
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}

/*############################ note-box /*############################*/
.note-box {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--cr-dark);
  margin-top: 16px;
}
.note-box strong {
  font-weight: 600;
}

/*########################### mCustomScrollbar ###################################*/
.mCustomScrollbar {
  touch-action: initial;
}
.mCSB_scrollTools .mCSB_draggerContainer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  height: 3px;
  background-color: #ebebeb;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  /* margin-bottom: 0; */
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0; /* top: 0; */ /* height: 3px; */
  opacity: 1;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 15px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 3px;
  margin: 0px auto;
  background-color: #00a94f;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 0px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  /* .mCSB_horizontal.mCSB_inside > .mCSB_container{margin-top: 24px;} */
}

/*########################### icw-popup ###################################*/
.icw-popup .sub-text {
  color: var(--cr-green);
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0px;
}
.icw-popup .p-list {
  margin: 0 0 16px;
  padding: 0 0 0 1.5em;
  color: #666;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.icw-popup .p-list:last-child {
  margin-bottom: 0;
}
.icw-popup .remark {
  margin: 0;
  color: #666;
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.icw-popup .remark strong {
  font-weight: 600;
}
.icw-popup .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: 8px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  font-family: "kurious-looped";
  margin: 8px 0;
  margin-right: 16px;
}
.icw-popup .link-tel .icon {
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.icw-popup .link-tel + .link-tel {
  margin-right: 0;
}
.icw-popup .no-phone {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
.icw-popup 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;
}
@media screen and (min-width: 768px) {
  .icw-popup .link-tel {
    display: none;
  }
}

/*########################### sc-steps ###################################*/
.sc-steps .content .number {
  margin-bottom: 8px;
}

/*########################### sc-transferfee ###################################*/
.sc-details-other.-bg2 {
  background: #f4fef8;
}

/*########################### other ###################################*/
.list-none {
  list-style: none;
  padding: 0;
}

/*########################### popup2 ###################################*/
.scan .mfp-content {
  padding: 48px 48px 0;
  max-width: 1000px;
  width: 100%;
  border-radius: 10px;
  z-index: 10058;
}

.scan .mfp-content .mfp-close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #00a850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 20;
  opacity: 1;
}

.scan {
  z-index: 10055;
}

.scan .mfp-content .mfp-close:after {
  font-size: 12px;
  font-weight: bold;
}

.img-phone {
  position: relative;
}

.scan-phone {
  max-width: 340px;
  width: 100%;
  margin: auto;
  display: block;
}

.qrcode {
  position: absolute;
  /* width: 100%; */
  top: 27%;
  right: 135px;
  margin: auto;
  z-index: 1;
}

.qrcode img {
  position: absolute;
  max-width: 147px;
  width: 100%;
}

.qrcode2 {
  position: absolute;
  width: 100%;
  top: 15%;
  left: 18px;
  margin: auto;
}

.qrcode2 img {
  position: absolute;
  max-width: 147px;
  width: 100%;
}

.scan-content {
  display: flex;
  /* gap: 172px; */
  justify-content: space-between;
  align-items: center;
}

.scan-content .title {
  color: #00a94f;
  font-family: kurious-looped;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
}

.scan-content .sub-title {
  color: #333;
  font-family: kurious-looped;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
}
.scan-content .des2 .sub-title {
  color: #666;
  font-family: kurious-looped;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.scan-content2 {
  display: flex;
  align-items: center;
  padding: 48px 48px 96px;
}

.w-50 {
  width: 50%;
}

.pl-96 {
  padding-left: 96px;
}

.scan-content2:after {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  border-radius: 0px 8px 8px 0px;
  background: linear-gradient(313deg, #1f313a -1.62%, #465968 100%);
}

@media screen and (max-width: 991px) {
  .scan .mfp-content {
    padding: 48px 16px 0;
  }
}

/*############################ sc-payment-method ###################################*/

.sc-payment-method {
  background-color: #40525d;
}

.sc-payment-method .container {
  padding: 48px 16px;
}

.sc-payment-method .sc-heading {
  text-align: center;
  margin-bottom: 32px;
}

.sc-payment-method .method-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

.sc-payment-method .wrapper {
  background-color: #fff;
  border-radius: 9px;
  overflow: hidden;
}

.sc-payment-method .wrapper .content {
  padding: 24px;
}

.sc-payment-method .wrapper .content h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
  font-weight: 600;
  margin-bottom: 8px;
}

.sc-payment-method .wrapper .content p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

.sc-payment-method .wrapper .content ul {
  margin: 0;
  padding-left: 28px;
}

.sc-payment-method .payment-method-table {
  width: 100%;
  margin: 0px auto;
  max-width: 850px;
  overflow: auto;
}
.sc-payment-method .payment-method-table table {
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  table-layout: fixed;
  word-break: break-word;
}

.sc-payment-method .payment-method-table th {
  background-color: #00a94f;
  padding: 8px 16px;
  color: white;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  border: 1px solid #e8e8e8;
  white-space: normal;
}

.sc-payment-method .payment-method-table th:first-child {
  border-top-left-radius: 8px;
}
.sc-payment-method .payment-method-table th:last-child {
  border-top-right-radius: 8px;
}
.sc-payment-method .payment-method-table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
  border-right: 1px solid #e8e8e8;
}

.sc-payment-method .payment-method-table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
  border-right: 1px solid #e8e8e8;
}

.sc-payment-method .payment-method-table tr {
  background: #ffffff;
}
.sc-payment-method .payment-method-table tr:nth-child(2n) {
  background: #fafafa;
}
.sc-payment-method .payment-method-table td {
  border: 1px solid #e8e8e8;
  padding: 8px 16px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  white-space: normal;
}
.sc-payment-method .payment-method-table td:first-child {
  background: #f4fef8;
}

@media screen and (min-width: 768px) {
  .sc-payment-method .container {
    padding: 64px 0px;
  }

  .sc-payment-method .sc-heading {
    text-align: center;
    margin-bottom: 40px;
  }

  .sc-payment-method .method-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
  }

  .sc-payment-method .wrapper {
    width: 364px;
    height: 401px;
  }

  .sc-payment-method .wrapper .content h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #111111;
    font-weight: 600;
  }

  .sc-payment-method .payment-method-table th {
    background-color: #00a94f;
    padding: 24px;
    color: white;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    border: 1px solid #e8e8e8;
  }
  .sc-payment-method .payment-method-table td {
    border: 1px solid #e8e8e8;
    padding: 24px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }
  .sc-payment-method .payment-method-table {
    max-width: 850px;
  }
}

.table-overflow {
  width: 100%;
  overflow: auto;
  padding-bottom: 16px;
  display: flex;
  justify-content: start;
}

.process-remark {
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 500;
  color: #727274;
}

@media screen and (min-width: 768px) {
  .table-overflow {
    display: flex;
    justify-content: center;
  }
}

/* ########### custom scrollbar #############*/
/* width */
.table-overflow::-webkit-scrollbar {
  height: 3px;
  pointer-events: all;
  display: block;
}

/* Track */
.table-overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.table-overflow::-webkit-scrollbar-thumb {
  background: #00a94f;
  border-radius: 10px;
}

/* Handle on hover */
.table-overflow::-webkit-scrollbar-thumb:hover {
  background: #00a94f;
}

/*############################ table-style4 /*############################*/
@media screen and (min-width: 200px) {
  th.thead1 {
    /* width: 153px !important; */
  }
  .thead2 {
    background: #f0f8ee !important;
    color: #00a94f !important;
    min-width: 183px;
  }
  .thead3 {
    background: #f0f8ee !important;
    color: #00a94f !important;
    min-width: 142px;
  }
  th.thead4 {
    /* width: 173px !important; */
  }

  .table-style4 {
    min-width: 652px;
    padding: 0;
    margin: 16px 0;
    border-spacing: 0;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    table-layout: fixed;
  }
  .table-style4 th {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.53em;
    color: var(--cr-light);
    background: var(--cr-green);
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 16px;
    text-align: center;
  }
  .table-style4 th + th {
    border-left: 1px solid #e8e8e8;
  }
  .table-style4 thead tr:first-child th:first-child {
    border-radius: 8px 0 0 0;
  }
  .table-style4 thead tr:first-child th:last-child {
    border-radius: 0 8px 0 0;
  }
  .table-style4 td {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--cr-gray);
    background: var(--cr-light);
    border: 1px solid #e8e8e8;
    padding: 8px 16px;
    text-align: center;
  }
  .table-style4 td + td {
    border-left: 1px solid #e8e8e8;
  }
  .table-style4 tbody tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
  }
  .table-style4 tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
  }

  .table-style4 tr.first-col td:first-child {
    min-width: 266px;
  }
  .table-style4 tr.first-col td:last-child {
    min-width: 211px;
  }
}

@media screen and (min-width: 768px) {
  .table-style4 {
    width: 100%;
  }

  .table-style4 tr.first-col td:first-child {
    min-width: 154px;
  }
  .table-style4 tr.first-col td:last-child {
    min-width: 173px;
  }
}

.sc-details-other .accordion-content .custom-p-show-w767 .table-overflow.show-w767 {
  display: none;
}
.sc-details-other .accordion-content .custom-p-show-w767 .table-overflow.hidden-w767 {
  justify-content: unset;
}
@media screen and (max-width: 767px) {  
  .sc-details-other .accordion-content .content-wrapper.custom-p-show-w767 {
    margin: 0 -16px;
  }
  .sc-details-other .accordion-content .content-wrapper.custom-p-show-w767 ul {
    margin: 0 16px 16px;
    padding: 0 16px;
  }
  .sc-details-other .accordion-content .content-wrapper.custom-p-show-w767 .note-box {
    margin: 16px 16px 0;
  } 
  .sc-details-other .accordion-content .custom-p-show-w767 .table-overflow.show-w767,
  .sc-details-other .accordion-content .custom-p-show-w767 .table-overflow.hiden-w767 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px; 
    width: 100%;
    padding-bottom: 0;
  }
  .sc-details-other .accordion-content .custom-p-show-w767 .table-overflow.hidden-w767 {
    display: none;
  }
  .sc-details-other .accordion-content .table-overflow.show-w767 .table.table-style4 {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    min-width: auto;
    margin: 0 16px;
  }
  .sc-details-other .accordion-content .table-overflow.show-w767 .table.table-style4 .bg-dark-green {
    background: #008661;
  }
  .sc-details-other .accordion-content .table-overflow.show-w767 .table.table-style4 th.bg-green {
    background: #339E81;
  }
  .sc-details-other .accordion-content .table-overflow.show-w767 .table.table-style4 th:first-child,
  .sc-details-other .accordion-content .table-overflow.show-w767 .table.table-style4 td:first-child {
    width: 55.8%;
    min-width: auto;
    font-weight: 500;
  }
  .sc-details-other .accordion-content .table-overflow.show-w767 .table.table-style4 th:last-child,
  .sc-details-other .accordion-content .table-overflow.show-w767 .table.table-style4 td:first-child {
    width: 44.2%;
    min-width: auto;
    font-weight: 500;
  }
  .sc-details-other .accordion-content .table-overflow.show-w767 .table.table-style4 th strong {
    font-size: 16px;
    line-height: 1.5;
  }
  .table-style4 tr.first-col td:last-child {
    min-width: auto;
  }
}

/* faq dropdown section */
.tab.nav-slide  {
    overflow-x: unset;
    position: relative;
}
.tab-control.active .control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tab-control.active {
  height: fit-content;
}
.tab-control.active:before {
  content: none;
}
.tab-control.active .selector {
  display: none;
}
.tab-control .dropdown-title {
  display: none;
  margin-bottom: 16px;
  padding-top: 6px;
  font-weight: 500;
  font-size: 16px;
  color: var(--cr-gray);
  line-height: 1.5;
}
.tab-control.active .dropdown-title {
  display: block;
}
.tab-control.active .control a {
  border-radius: 8px;
  border: 1px solid var(--cr-gray);
  color: var(--cr-gray);
  padding: 8px 24px;
  height: fit-content;
}
.tab-control.active .control a.active {
  border-radius: 8px;
  border: 1px solid var(--cr-green);
  background-color: var(--cr-green);
  color: var(--cr-light);
  padding: 8px 24px;
  height: fit-content;
}

/* dropdown transition */
.tab-control {
  transition: all 0.3s ease-in-out;
}
.tab-control.transition,
.tab-control.active.transition {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.tab-control.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {

    .tab .control {
        justify-content: unset;
        gap: 16px;
    }

    .tab.nav-slide {
      overflow-x: auto;
      overflow-y: visible;
      margin-right: 32px;
    }

    .tab-control.active .tab.nav-slide {
        overflow-x: unset;  
        overflow-y: visible; 
    }

    .tab-control.active .control {
        gap: 12px;
    }

    .tab .selector {
        bottom: 0px;
        display: none;
    }
}

/* action dropdown icon */
.action-dropdown {
  display: none;
  position: absolute;
  z-index: 4;
  top: 6px;
  right: 16px;
  width: 25px;
  height: 22px;
  border-left: 1px solid #e5e5e5;
  align-items: center;
  justify-content: flex-end;
}

.action-dropdown .link {
  display: block;
  position: relative;
  width: 16px;
  height: 12px;
}

.action-dropdown .link:before,
.action-dropdown .link:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: var(--cr-green);
  transition: var(--tsition);
}

.action-dropdown .link:before {
  position: absolute;
  transform: rotate(45deg);
  top: 4px;
  left: -1px;
}

.action-dropdown .link:after {
  position: absolute;
  transform: rotate(-45deg);
  top: 4px;
  left: 6px;
}

.action-dropdown .link.active:before {
  transform: rotate(-45deg);
}

.action-dropdown .link.active:after {
  transform: rotate(45deg);
}

/* action dropdown */
.action-dropdown {
  display: flex;
  position: absolute;
  z-index: 4;
  top: 6px;
  right: 4px;
  width: 25px;
  height: 22px;
  border-left: 1px solid #e5e5e5;
  align-items: center;
  justify-content: flex-end;
}

.action-dropdown .link {
  display: block;
  position: relative;
  width: 16px;
  height: 12px;
}

.action-dropdown .link:before,
.action-dropdown .link:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: var(--cr-green);
  transition: var(--tsition);
}

.action-dropdown .link:before {
  position: absolute;
  transform: rotate(45deg);
  top: 4px;
  left: -1px;
}

.action-dropdown .link:after {
  position: absolute;
  transform: rotate(-45deg);
  top: 4px;
  left: 6px;
}

.action-dropdown .link.active:before {
  transform: rotate(-45deg);
}

.action-dropdown .link.active:after {
  transform: rotate(45deg);
}

.tab-dropdown {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 16px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--tsition);
}

.tab-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.tab-dropdown .txt {
  font-weight: 500;
  font-size: 16px;
  color: var(--cr-gray);
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .action-dropdown {
    display: none;
  }

  .tab-dropdown {
    display: none;
  }
}

/* fixed popup */
body:has(.mfp-ready) {
  overflow: hidden;
}
.mfp-wrap.icw-popup-content.mfp-ready {
  overflow: scroll;
}

  /*############################ icw-popup-function sc-thumb-box ###################################*/
.sc-thumb-box {
  max-width: 1140px;
  width: 100%;
  position: relative;
}

.sc-thumb-box {
  position: relative;
  background-color: var(--cr-light);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
}

.sc-thumb-box .inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.sc-thumb-box .swiper-slide {
  width: auto;
  text-align: center;
}

.sc-thumb-box .wrapper {
  display: block;
  max-width: 750px;
}

.sc-thumb-box .thumb {
  margin-bottom: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.sc-thumb-box .thumb > img {
  display: block;
  margin: 0 auto;
}

.sc-thumb-box .content {
  text-align: center;
}

.sc-thumb-box .content .title {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  font-family: "kurious";
  color: var(--cr-dark);
}

.sc-thumb-box .content .desc {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0;
  color: var(--cr-dark);
}

.sc-thumb-box .content ul.desc {
  padding: 0;
  margin-left: 20px;
  text-align: left;
}

.sc-thumb-box .content ul.desc > li {
  width: 100%;
}

.sc-thumb-box .content ul.desc > li > ul {
  padding: 0;
  margin-left: 20px;
}

.sc-thumb-box .content ul.desc > li > ul > li {
  position: relative;
  list-style: none;
}

.sc-thumb-box .content ul.desc > li > ul > li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: -18px;
}

.sc-thumb-box .content .link {
  color: var(--cr-green);
  font-weight: 600;
  font-family: "kurious-looped";
  text-decoration: underline;
}

/*############################ sc-apply ###################################*/
.sc-apply {
  background: url(../img/2024/register-bg-pc.jpg) no-repeat center center;
  background-size: cover;
}

.sc-apply .btn {
  margin: 0 auto;
}

.sc-apply .mb-3 {
  margin-bottom: 1rem !important;

}
.sc-apply .text-center {
  text-align: center !important;
}

.sc-apply .kbxa-overlaycard-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}

.sc-apply .kbxa-overlaycard-content.no-desc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .sc-apply .kbxa-overlaycard-row {
    align-items: center;
  }
}

@media (min-width: 576px) {
  .sc-apply .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .sc-apply .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .sc-apply .container {
    max-width: 960px;
  }
  .sc-apply .kbxa-overlaycard-row {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .sc-apply .container {
    max-width: 1140px;
  }
}

/*########### end apply ###########*/

/*############################ kbxa-overlaycard ############################*/
.kbxa-overlaycard{
  margin-top:100px;
  width:100%;
  max-width: 414px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px #0000001A;
}
.kbxa-overlaycard .btn{
  z-index:2;
}


.kbxa-overlaycard-content{
  position: relative;
  padding: 114px 32px 32px 32px;
  background: #fff;
  /* box-shadow: 0px 1px 3px 0px #0000001A; */
  border-radius: 8px;
  text-align: center;
}
.kbxa-overlaycard__image{
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 64px);
  height: 100%;
  object-fit: contain;
  z-index: 1;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .kbxa-overlaycard{
    margin-top: 32px;
  }
  .kbxa-overlaycard:first-of-type{
    margin-top: 60px;
  }
  .kbxa-overlaycard__image{
    top: -45%;
  }

}
/*############################ end kbxa-overlaycard ############################*/



/*============================== sc-support ===============================*/

.sc-support{
  background-image: url(https://www.kasikornbank.com/SiteCollectionDocuments/kbiz2023/assets/pages/home/img/2024/shortcut-bg-mb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.sc-support .container{
  padding: 24px 0px ;
}

.sc-support .container .content-top{
  margin: 0 auto 40px;
  text-align: center;
  color: #fffFFF;
}



.sc-support .container .contact-list{
  display: flex;
  flex-direction: column;
  gap:0px;
  margin-bottom: 0px;
  padding: 0 16px 0px;
  background: transparent;

}

.sc-support .container .contact-list .contact{
  background: transparent;
  max-width: none;
  border-radius: none;
  padding: 16px 0px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.sc-support .container .contact-list .contact i{
  font-size: 24px;
}

.sc-support .container .contact-list .contact .contact-data{
  line-height: 24px;
}
.sc-support .container .contact-list .contact .contact-data p{
  margin-top: 8px;
  line-height: 24px;

}

.sc-support .container  .contact p{
  text-underline-offset: 1px;
  text-decoration: underline;
  text-decoration-color: #00A94F
}

@media screen and (min-width:768px) {
  .sc-support{
    background-image: url(https://www.kasikornbank.com/SiteCollectionDocuments/kbiz2023/assets/pages/home/img/2024/shortcut-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .sc-support .container .content-top p{
    margin-top:8px;
  }

  .sc-support .container{
    padding: 64px 0px ;
  }

  .sc-support .container .contact-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:16px;
    padding:0px;
    background: transparent;

  }
  .sc-support .container .contact-list .contact{
      max-width: 215px;
      width:100%;
      height: 144px;
      padding:16px;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      /* background:#fff; */
  }

  .sc-support .container .contact-list .contact i{
    font-size: 32px;
  }

  .sc-support .container .contact-list .contact .contact-data{
    margin-top: 8px;
  }

  .sc-support .container .contact-list .contact .contact-data p{
    margin-top: 0px;
  }
}