@charset "UTF-8";
/*
AUTH : convave
*/
/**********
펑션
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
section.product-home .wrap {
  display: flex;
  gap: 50px;
  position: relative;
}
@media (max-width: 1080px) {
  section.product-home .wrap {
    gap: 0;
    width: 100%;
    flex-direction: column;
  }
}
section.product-home nav.product-lnb {
  flex-shrink: 0;
  width: 300px;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb {
    width: 100%;
  }
}
section.product-home nav.product-lnb .lnb-wrap {
  position: relative;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap {
    padding: 10px 0;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group {
  padding: 30px;
  border: 1px solid #e8e8e8;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group {
    padding: 0 0 0 80px;
    border: 0;
    display: flex;
    align-items: center;
    position: relative;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group.is-hide .group-body-box {
  display: none;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group + .lnb-group {
  margin-top: 5px;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-head-box .head-item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-head-box .head-item-box + .head-item-box {
  margin-top: 30px;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-head-box .head-box {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-head-box .head-box {
    gap: 0;
    position: absolute;
    left: 20px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-head-box .head-box .head-txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.04em;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-head-box .head-box .head-txt {
    font-size: 13px;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-head-box .head-box .cnt-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #a6a6a6;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-head-box .head-box .cnt-txt {
    display: none;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-head-box .option-box {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-head-box .option-box {
    display: none;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-head-box .option-box .group-toggle-btn {
  background: url("../../img/common/ic_toggle_minus.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box {
    flex: 1;
    min-width: 0;
    padding: 0;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group {
  padding-top: 30px;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group {
    display: none;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .filter-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .filter-list {
    display: none;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .filter-list .filter-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a6a6a6;
  font-size: 16px;
  letter-spacing: -0.04em;
  font-weight: 500;
  line-height: 140%;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .filter-list .filter-btn.is-selected {
  color: #5a5d65;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .filter-list .filter-btn + .filter-btn:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #e8e8e8;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .keyword-list {
  padding-top: 15px;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .keyword-list .keyword-item {
  min-width: 0;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .keyword-list .keyword-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .keyword-list .keyword-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .keyword-list .keyword-item label input[type=radio]:checked ~ .keyword-txt {
  background: #5a5d65;
  color: #fff;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .keyword-list .keyword-item label .keyword-txt {
  text-align: center;
  min-width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.04em;
  border: 1px solid #e8e8e8;
  background: #f9f9f9;
  border-radius: 3px;
  font-weight: 500;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box .filter-group .keyword-list .keyword-item label .keyword-txt.long {
  padding: 0 7px;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul {
  padding-top: 50px;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul {
    display: flex;
    white-space: nowrap;
    overflow-y: auto;
    padding: 0 20px 0 0;
  }
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul::-webkit-scrollbar {
    display: none;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li + li {
  margin-top: 30px;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li + li {
    margin: 0 0 0 20px;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li .check-item label {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  gap: 10px;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li .check-item label {
    position: relative;
    height: 36px;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li .check-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li .check-item label input[type=checkbox]:checked ~ i {
  background: url("../../img/common/ic_cbox_on.svg") no-repeat center/cover;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li .check-item label input[type=checkbox]:checked ~ i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../../img/common/ic_mobile_check.svg") no-repeat center/cover;
    width: 8px;
    height: 8px;
    display: block;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li .check-item label input[type=checkbox]:checked ~ .txt {
  padding-right: 15px;
  color: #6b3afd;
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li .check-item label i {
  width: 20px;
  height: 20px;
  background: url("../../img/common/ic_cbox_off.svg") no-repeat center/cover;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li .check-item label i {
    display: none;
  }
}
section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li .check-item label .txt {
  font-size: 18px;
  letter-spacing: -0.04em;
  font-weight: 500;
}
@media (max-width: 1080px) {
  section.product-home nav.product-lnb .lnb-wrap .lnb-group .group-body-box ul li .check-item label .txt {
    color: #a6a6a6;
    font-size: 13px;
  }
}
section.product-home .product-contents {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1080px) {
  section.product-home .product-contents {
    border-top: 15px solid #f9f9f9;
  }
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box {
    order: 2;
  }
}
section.product-home .product-contents .list-head-box .head-search-box {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box .head-search-box {
    border-top: 15px solid #f9f9f9;
    border-bottom: 15px solid #f9f9f9;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box .head-search-box .head-info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
  }
}
section.product-home .product-contents .list-head-box .head-search-box .head-info-box .head-box {
  gap: 10px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box .head-search-box .head-info-box .head-box {
    display: flex;
    gap: 7px;
  }
}
section.product-home .product-contents .list-head-box .head-search-box .head-info-box .head-box .head-txt {
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.04em;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box .head-search-box .head-info-box .head-box .head-txt {
    font-size: 16px;
  }
}
section.product-home .product-contents .list-head-box .head-search-box .head-info-box .head-box .sub-txt {
  color: #a6a6a6;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.04em;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box .head-search-box .head-info-box .head-box .sub-txt {
    font-size: 16px;
  }
}
section.product-home .product-contents .list-head-box .head-search-box .head-info-box .mobile-option-box {
  display: none;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box .head-search-box .head-info-box .mobile-option-box {
    display: block;
  }
}
section.product-home .product-contents .list-head-box .head-search-box .head-info-box .mobile-option-box .reset-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
section.product-home .product-contents .list-head-box .head-search-box .head-info-box .mobile-option-box .reset-btn .btn-txt {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #5a5d65;
  line-height: 1;
}
section.product-home .product-contents .list-head-box .head-search-box .head-info-box .mobile-option-box .reset-btn .ic {
  width: 12px;
  height: 12px;
}
section.product-home .product-contents .list-head-box .head-search-box .head-info-box .mobile-option-box .reset-btn .ic.ic-reset {
  background: url("../../img/common/ic_reset.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-head-box .head-search-box .search-input-box {
  display: inline-flex;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box .head-search-box .search-input-box {
    width: 100%;
  }
}
section.product-home .product-contents .list-head-box .head-search-box .search-input-box .input-box {
  position: relative;
  width: 500px;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box .head-search-box .search-input-box .input-box {
    width: 100%;
  }
}
section.product-home .product-contents .list-head-box .head-search-box .search-input-box .input-box .search-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 20px;
  height: 20px;
  background: url("../../img/common/ic_input_search.svg") no-repeat center/cover;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box .head-search-box .search-input-box .input-box .search-btn {
    right: 20px;
  }
}
section.product-home .product-contents .list-head-box .head-search-box .search-input-box .input-box input {
  height: 66px;
  border-radius: 14px;
  background-color: #fff;
  padding: 0 60px 0 30px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box .head-search-box .search-input-box .input-box input {
    height: 54px;
    padding: 0 54px 0 20px;
    border-radius: 7px;
  }
}
section.product-home .product-contents .list-head-box .head-search-box .search-input-box .input-box input:focus {
  outline-width: 2px;
}
section.product-home .product-contents .list-head-box .head-search-box .search-input-box .input-box input::placeholder {
  color: #a6a6a6;
  font-size: 20px;
  letter-spacing: -0.04em;
  font-weight: 500;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-head-box .head-search-box .search-input-box .input-box input::placeholder {
    font-size: 16px;
  }
}
section.product-home .product-contents .list-category-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-category-box {
    order: 1;
    margin-bottom: 0;
  }
}
section.product-home .product-contents .list-category-box .swiper-slide {
  width: auto;
}
section.product-home .product-contents .list-category-box .category-btn {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  min-width: 110px;
  padding: 0 4px 20px;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-category-box .category-btn {
    gap: 8px;
    padding: 13px 8px;
    min-width: 72px;
  }
}
section.product-home .product-contents .list-category-box .category-btn.is-selected {
  border-bottom: 1px solid #5a5d65;
}
section.product-home .product-contents .list-category-box .category-btn.is-selected .btn-txt {
  font-weight: 600;
}
section.product-home .product-contents .list-category-box .category-btn .ic-box {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #a6a6a6;
  letter-spacing: -0.04em;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-category-box .category-btn .ic-box {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
section.product-home .product-contents .list-category-box .category-btn .ic {
  width: 20px;
  height: 20px;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-all {
  background: url("../../img/common/ic_category_all.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-cafe {
  background: url("../../img/common/ic_category_cafe.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-bakery {
  background: url("../../img/common/ic_category_bakery.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-chicken {
  background: url("../../img/common/ic_category_chicken.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-pizza {
  background: url("../../img/common/ic_category_pizza.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-fastFood {
  background: url("../../img/common/ic_category_fastFood.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-together {
  background: url("../../img/common/ic_category_together.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-store {
  background: url("../../img/common/ic_category_store.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-voucher {
  background: url("../../img/common/ic_category_voucher.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-iceCream {
  background: url("../../img/common/ic_category_iceCream.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-book {
  background: url("../../img/common/ic_category_book.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-subscribe {
  background: url("../../img/common/ic_category_subscribe.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-delivery {
  background: url("../../img/common/ic_category_delivery.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-point {
  background: url("../../img/common/ic_category_point.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-charge {
  background: url("../../img/common/ic_category_charge.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-golf {
  background: url("../../img/common/ic_category_golf.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-package {
  background: url("../../img/common/ic_category_package.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-health {
  background: url("../../img/common/ic_category_health.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-fruit {
  background: url("../../img/common/ic_category_fruit.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-snack {
  background: url("../../img/common/ic_category_snack.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-tradition {
  background: url("../../img/common/ic_category_tradition.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-canner {
  background: url("../../img/common/ic_category_canner.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-living {
  background: url("../../img/common/ic_category_living.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-seafood {
  background: url("../../img/common/ic_category_seafood.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-nut {
  background: url("../../img/common/ic_category_nut.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-oil {
  background: url("../../img/common/ic_category_oil.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-meet {
  background: url("../../img/common/ic_category_meet.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-vegetable {
  background: url("../../img/common/ic_category_vegetable.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-flower {
  background: url("../../img/common/ic_category_oil.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .ic.ic-withGolf {
  background: url("../../img/common/ic_category_withGolf.svg") no-repeat center/cover;
}
section.product-home .product-contents .list-category-box .category-btn .btn-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #5a5d65;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-category-box .category-btn .btn-txt {
    font-size: 12px;
  }
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-filter-box {
    display: none;
  }
}
section.product-home .product-contents .list-filter-box .filter-result {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
section.product-home .product-contents .list-filter-box .filter-result .filter-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #f9f9f9;
  padding: 0 16px 0 20px;
  height: 42px;
  gap: 6px;
}
section.product-home .product-contents .list-filter-box .filter-result .filter-item .item-txt {
  color: #5a5d65;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
section.product-home .product-contents .list-filter-box .filter-result .filter-item .remove-btn {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("../../img/common/ic_remove.svg") no-repeat center;
}
section.product-home .product-contents .list-filter-box .filter-result .reset-btn {
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
}
section.product-home .product-contents .list-filter-box .filter-result .reset-btn .btn-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #5a5d65;
}
section.product-home .product-contents .list-filter-box .filter-result .reset-btn .ic {
  width: 12px;
  height: 12px;
}
section.product-home .product-contents .list-filter-box .filter-result .reset-btn .ic.ic-reset {
  background: url("../../img/common/ic_reset.svg") no-repeat center/cover;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-result-box {
    order: 3;
    padding: 20px;
    display: none;
  }
}
section.product-home .product-contents .list-result-box .keyword-box {
  margin-top: 15px;
  padding: 20px 0;
  color: #5a5d65;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-result-box .keyword-box {
    padding: 0;
    font-size: 14px;
    line-height: 120%;
    margin-top: 0;
  }
}
section.product-home .product-contents .list-result-box .keyword-box .accent {
  color: #6b3afd;
}
section.product-home .product-contents .list-body-box {
  padding-top: 20px;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-body-box {
    order: 4;
    padding: 20px;
  }
}
section.product-home .product-contents .list-body-box .list-wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px 24px;
}
@media (max-width: 1080px) {
  section.product-home .product-contents .list-body-box .list-wrap ul {
    gap: 20px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
section.product-home .product-contents .list-body-box .list-wrap ul li {
  min-width: 0;
}

/*# sourceMappingURL=product.css.map */
