@media only screen and (min-width: 1279px) {
  .srd19-gnb-search {
    overflow-y: auto;
  }
}

.srd19-gnb-search__contents {
  background-color: #f7f7f7;
}

.new-products {
  margin-top: -1.5625rem;
  padding: 0 1rem 1rem;
}
@media only screen and (max-width: 1279px) {
  .new-products {
    margin-top: 0;
    padding: 0;
  }
}
.new-products__title {
  font-family: "Samsung Sharp Sans", "SamsungSharpSans";
  font-size: 2rem;
  line-height: 2.625rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .new-products__title {
    font-size: 1.375rem;
    line-height: normal;
  }
}
.new-products .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1rem;
  margin: 2rem 0 2.5rem;
}
@media only screen and (max-width: 1279px) {
  .new-products .products {
    padding: 0 1rem;
  }
}
.new-products .product {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 12.75rem;
}
@media only screen and (max-width: 1279px) {
  .new-products .product {
    width: auto;
    flex-basis: calc(50% - 0.5rem);
    gap: 1rem;
  }
}
.new-products .product__img-box {
  background-color: #fff;
}
.new-products .product__img {
  max-width: 100%;
  padding: 0.625rem 0;
}
.new-products .product__title {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 700;
}
@media only screen and (max-width: 1279px) {
  .new-products .product__title {
    font-size: 0.75rem;
    line-height: normal;
  }
}
.new-products .product__price {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media only screen and (max-width: 1279px) {
  .new-products .product__price {
    font-size: 0.875rem;
    line-height: normal;
  }
}