.sc-register .body .thumb {
  pointer-events: visible;
  display: flex;
  justify-content: center;
}

.sc-register .body .wrapper .img-sm {
  width: 100px;
  margin: 0 auto 20px;
  margin-top: 100%;
}



.sc-register .body .content .title,
.sc-register .body .content .desc {
  color: #fff;
}

.text-white {
  color: #fff;
}

.icon-kplus {
  width: 32px;
  height: 32px;
  margin-left: 8px;
}

.text-center {
  text-align: center;
}

.sc-new-deposit .sc-heading .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-register {
  background: transparent;
}

.deposit-detail {
  margin: 0 auto;
}

.deposit-detail .item-list {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.deposit-detail .wrapper {
  border-radius: 8px;
  background: var(--cr-light);
  padding: 32px;
  /* min-height: 295px; */
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
}

.deposit-detail .boxI .thumb {
  height: 180px;
  margin-top: -130px;
}

.deposit-detail .thumb {
  text-align: center;
}

.deposit-detail .thumb>img {
  max-height: 100%;
  /* min-height: 180px; */
  display: inline-block;
}

.deposit-detail .content {
  padding-top: 20px;
}

.deposit-detail .content .desc {
  margin-top: 8px;
  color: var(--cr-gray);
}

.deposit-detail .action {
  padding-top: 16px;
}

.deposit-detail .item-list>li.boxI {
  padding-top: 90px;
}

.deposit-detail .item-list>li {
  padding: 0;
  list-style: none;
}

.sc-new-deposit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}

.sc-register .head {
  margin-top: 32px;
}

.sc-howto {
  background: #FAFAFA;
  padding: 56px 0;
}

.icw .item-list:after {
  display: none;
}

.sc-thumb-box .thumb>img.img-sm {
  margin-top: 50%;
}

.table-detail ul {
  padding-left: 20px;

}

@media screen and (min-width: 768px) {
  .sc-step-howto {
    background: url(/SiteCollectionDocuments/personal/services/kbankservice/kbankservice-bigc/img/bigc-kplus-bg-desktop.jpg) top center no-repeat;
    background-size: cover;
    border-radius: 8px;
    padding: 40px 26px;
  }

  .deposit-detail {
    padding-top: 120px;
  }

  .deposit-detail .item-list>li.boxI {
    padding-top: 12px;
  }

  .deposit-detail .wrapper {}

  .sc-new-deposit .sc-heading {
    padding-bottom: 40px;
  }

  .sc-new-deposit {
    padding-bottom: 40px;
  }

  .deposit-detail .boxI .thumb {
    height: 225px;
  }

  .deposit-detail .thumb>img {
    max-height: 100%;
    min-height: 225px;
    width: auto;
    display: inline-block;
  }

  .deposit-detail .item-list {
    gap: 50px;
    margin: -12px;
  }

  .sc-howto .head-title {
    margin-bottom: 32px;
  }

  .deposit-detail .wrapper {
    min-height: inherit;
    padding: 10px 16px;
    width: 450px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
  .deposit-detail .wrapper {
    width: 400px;
  }

  .deposit-detail {
    padding-top: 120px;
  }
}

@media screen and (max-width:991px) {
  .deposit-detail .item-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 12px;
    align-items: center;
  }



  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
}


@media (min-width:768px) and (max-width:991px) {
  .deposit-detail {
    padding-top: 90px;
  }

  .deposit-detail .item-list>li.boxI:last-child {
    padding-top: 120px;
  }

  .sc-register .body .swiper-slide {
    padding: 0 32px !important;
  }

  .sc-thumb-box .thumb>img {
    display: block;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
  }

  .sc-thumb-box .thumb>img.img-sm {
    margin-top: 30%;
    width: 200px;
  }

}

@media screen and (max-width:767px) {
  .sc-step-howto {
    background: url(/SiteCollectionDocuments/personal/services/kbankservice/kbankservice-bigc/img/bigc-kplus-bg-mobile.jpg) top center no-repeat;
    background-size: cover;
    border-radius: 8px;
    padding: 32px 16px;
  }

  .sc-new-deposit {
    padding-bottom: 32px;
  }

  .sc-new-deposit .sc-heading {
    padding-bottom: 32px;
  }

  .deposit-detail .boxI .thumb {
    height: 165px;
  }

  .deposit-detail .thumb>img {
    max-height: 100%;
    min-height: 100%;
    width: auto;
    display: inline-block;
  }

  .deposit-detail .item-list>li {
    padding: 0;
    list-style: none;
  }

  .sc-howto .head-title {
    margin-bottom: 24px;
  }

  .sc-howto {
    padding: 40px 0;
  }

  .deposit-detail .wrapper {
    width: 100%;
  }

  .sc-register .body .swiper-slide {
    padding-right: 16px;
    padding-left: 16px;
  }

}