.tab-content-inner {
  background: #ECF4F3;
  border-radius: 8px;
  overflow: hidden;
}

.icw .main .table-contetnt hr.vdo-border {
  margin: 30px auto;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
}

.mfp-wrap.mfp-ready .mfp-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-tab-step .button {
  border-bottom: 2px solid #DBDBDB;
  display: flex;
  justify-content: center;
  gap: 48px;
}

.title-tab-step .button .btn-tabs.active {
  color: #333333;
  border-bottom: 3px solid #00A94F;
  font-family: kurious-looped, sans-serif;
  font-weight: 600;
}

.title-tab-step .button .btn-tabs {
  color: #999999;
  font-size: 16px;
  padding-bottom: 8px;
  transition: .3s ease-in-out;
}

.sc-how-to {
  background: transparent;
}

.mfp-close-btn-in .mfp-close {
  width: 40px !important;
}

.sc-nav-gallery .swiper-button-prev {
  left: 0;
}

.sc-nav-gallery .swiper-button-next {
  right: 0;
}

.icw .section .sc-inner {
  padding: 64px 0;
}

#breadcrumbs .current-page {
  margin-bottom: 0 !important;
}

.sc-thumb-gallery {
  overflow: hidden;
}

.head .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  color: #333333;
  text-align: center;
}

@media (min-width:768px) {
  .sc-nav-gallery {
    max-width: 1000px;
    padding-bottom: 40px;
  }

  /* .sc-nav-gallery .swiper-slide {
        width: 328px !important;
      } */

  .sc-thumb-gallery .swiper-button-prev {
    left: 40px;
  }

  .sc-thumb-gallery .swiper-button-next {
    right: 40px;
  }

  #popup-gallery2 .sc-thumb-gallery {
    padding: 48px;
  }

  .swiper-wrapper img {
    max-width: 220px;
    margin: auto;
    display: block;
  }

  .head .title img {
    height: 48px;
    width: 48px;
  }

  .mfp-close-btn-in .mfp-close {
    right: -50px;
    top: -40px;
  }
}

@media (min-width: 768px) and (max-width:992px) {
  .mfp-close-btn-in .mfp-close {
    right: -35px;
    top: -40px;
  }
}

@media screen and (max-width:767px) {
  .head .title img {
    height: 32px;
    width: 32px;
  }

  .zoom img.icon {
    width: 18px;
    height: auto;
    max-width: 18px;
  }

  .icw .section .sc-inner {
    padding: 40px 0 32px;
  }

  .sc-nav-gallery {
    padding-bottom: 32px;
  }

  .title-tab-step .button {
    flex-direction: unset;
  }

  .sc-nav-gallery .swiper-slide {
    width: auto !important;
  }

  .sc-nav-gallery .swiper-slide img {
    width: 220px;
    margin: auto;
    display: block;
  }

  .sc-nav-gallery .swiper-slide .content {
    width: 220px;
  }
}


/* .sc-thumb-box .swiper-container,
.sc-thumb-box .swiper-wrapper,
.sc-nav-gallery .swiper-container,
.sc-nav-gallery .swiper-wrapper {
  touch-action: pan-y;
}

.sc-thumb-box .swiper-slide,
.sc-nav-gallery .swiper-slide {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */
/* บนมือถือยังคง pan-y เพื่อไม่ชนการเลื่อนแนวตั้ง */


@media (min-width:1200px){
  .sc-nav-gallery1 .swiper-wrapper { touch-action: auto; }
}
.sc-nav-gallery1 .swiper-slide,
.sc-nav-gallery1 .swiper-wrapper { pointer-events: auto; }