.section-A_nsv3 {
  padding-top: 0;
}

.section-b {
  margin: 0 auto;
}

.section-b .section-area .title-block {
  margin: 10px 20px 20px;
}

.section-b .section-area .more-products-link .more-link {
  margin-right: 20px;
}

.section-b .aaa-container {
  padding: 1.7em 0;
}

.section-b .product-category-banner-section {
  width: 100%;
}

.section-b .product-category-banner-section .banner-section {
  height: unset;
}

.section-b ul.grid.newin-list {
  padding: 0;
  max-width: unset;
  gap: 2%;
}

.section-b ul.grid.newin-list li {
  margin: 0 0 20px !important;
  width: 22%;
}

.section-b ul.grid.newin-list li section.left .list-head div.product_pecial_offer-list-position,
.section-b ul.grid.newin-list li section.left .list-head div.product_preorder-list-position {
  z-index: 1;
}


.section-b ul.grid.newin-list li section.left .list-head a>img.thumb,
.section-b ul.grid.newin-list li section.left .list-head a>div.video-thumb  {
  width: 100%;
  height: auto;
}

.section-e {
  margin: 0 auto;
}

.section-e .section-area .title-block {
  margin: 10px 20px 20px;
}

.section-e .section-area .title-block .more-link {
  margin-right: 20px;
}

.section-e .product-category-banner-section .banner-section {
  height: unset;
}

.section-e ul.grid.newin-list {
  padding: 0;
  max-width: unset;
  gap: 2%;
}

.section-e ul.grid.newin-list li {
  margin: 0 0 20px !important;
  width: 22%;
}

.section-e ul.grid.newin-list li section.left .list-head div.product_pecial_offer-list-position,
.section-e ul.grid.newin-list li section.left .list-head div.product_preorder-list-position {
  z-index: 1;
}

.section-e ul.grid.newin-list li section.left .list-head a>img.thumb,
.section-e ul.grid.newin-list li section.left .list-head a>div.video-thumb {
  width: 100%;
  height: auto;
}

.section-e .category-new .sub-header {
  margin-left: 20px;
}

.section-m img {
  display: block;
  width: 100%;
}

.section-n .title-block {
  margin-left: 20px;
}

.section-n iframe,
.section-n video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 20px;
  max-height: 90vh;
}

.section-b .see-more-wrap,
.section-e .see-more-wrap {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.section-b .see-more-wrap .see-more-button,
.section-e .see-more-wrap .see-more-button {
  font-size: 1rem;
  color: white;
  padding: 5px 40px;
  border-radius: 5px;
  text-align: center;
}

.section-i .see-more-button,
.section-j .see-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 0px 10px;
  font-size: 1rem;
  margin-left: auto;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .section-A_nsv3 {
    padding-top: 56px;
  }
  
  .section-b .see-more-wrap .see-more-button,
  .section-e .see-more-wrap .see-more-button {
    width: 100%;
  }
}