@charset "UTF-8";
/*
    1. 무료배송 #555/bg:#f2f3f4 2. 다다익선~할인쿠폰 #08BC86/bg:#DCFBF1 3. 밴드배송 FC6416/bg:#FFE6D9 4. 쿨밴드배송 : #13AAF5/bg:#DEF4FF
*/
.product-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-labels span {
  width: 15.5555555556vw;
  height: 6.1111111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.1111111111vw;
  background: #F2F3F4;
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #477A7B;
  text-align: center;
  line-height: 5vw;
  line-height: 6.1111111111vw;
}
.product-labels span.green-light {
  background: #DCFBF1;
  color: #08BC86;
}
.product-labels span.green {
  background: #DCFBF1;
  color: #08BC86;
}
.product-labels span.orange-light {
  background: #FFE6D9;
  color: #FC6416;
}
.product-labels span.blue-light {
  background: #DEF4FF;
  color: #13AAF5;
}
.product-labels span.purple-line {
  background: #ffffff;
  color: #477A7B;
  border: 0.2777777778vw solid #477A7B;
}
.product-labels span:nth-of-type(n+4) {
  display: none;
}

.product-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 3.8888888889vw;
}
.product-lists .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8.3333333333vw;
}
.product-lists .product-list .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 0.4em;
  background-image: url(https://dev-img.arrr.kr/arrrImg/web/images/common/no_product.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-lists .product-list .thumb img {
  height: 100%;
}
.product-lists .product-list .thumb span.percent {
  position: absolute;
  top: 1.3888888889vw;
  right: 1.3888888889vw;
}
.product-lists .product-list .thumb a, .product-lists .product-list .thumb button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product-lists .product-list .thumb a.cart, .product-lists .product-list .thumb a.wish, .product-lists .product-list .thumb a.btn-like, .product-lists .product-list .thumb button.cart, .product-lists .product-list .thumb button.wish, .product-lists .product-list .thumb button.btn-like {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  margin: 2.5vw;
}
.product-lists .product-list .thumb a i, .product-lists .product-list .thumb button i {
  width: 10vw;
  height: 10vw;
  background-color: #ffffff;
  border-radius: 10vw;
  -webkit-box-shadow: 0 0.5555555556vw 0.8333333333vw 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5555555556vw 0.8333333333vw 0 rgba(0, 0, 0, 0.2);
  background-size: 6.6666666667vw;
}
.product-lists .product-list .thumb a i.w22, .product-lists .product-list .thumb button i.w22 {
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  background-color: #ffffff;
  border-radius: 8.8888888889vw;
  background-size: 6.1111111111vw;
}
.product-lists .product-list .product-info {
  padding-top: 0;
}
.product-lists .product-list .product-list-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.3333333333vw;
}
.product-lists .product-list .product-list-info .sub-title {
  display: block;
  font-size: 3.3333333333vw;
  color: #7E7E7E;
  margin-top: 2.2222222222vw;
}
.product-lists .product-list .product-list-info h6 {
  max-width: 41.6666666667vw;
  font-size: 3.8888888889vw;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 5.8333333333vw;
  line-height: 4.7222222222vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  margin-top: 2.2222222222vw;
}
.product-lists .product-list .product-list-info .price-info {
  margin-top: 1.6666666667vw;
  font-weight: 500;
}
.product-lists .product-list .product-list-info .price-info .sale-rate {
  display: inline-block;
  margin-right: 0.8333333333vw;
  font-size: 4.4444444444vw;
  font-weight: 500;
  color: #FF7600;
  text-align: left;
  line-height: 6.6666666667vw;
}
.product-lists .product-list .product-list-info .price-info .sale-price {
  margin-right: 0.5555555556vw;
  font-size: 4.4444444444vw;
  font-weight: 700;
  color: #333;
  text-align: left;
  line-height: 6.6666666667vw;
  line-height: 4.4444444444vw;
}
.product-lists .product-list .product-list-info .price-info .regular-price {
  display: inline-block;
  margin-top: 0.5555555556vw;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #B3B3B3;
  text-align: left;
  line-height: 5vw;
  line-height: 4.4444444444vw;
  text-decoration: line-through;
}
.product-lists .product-list .product-list-info .price-info .price-per-weight {
  display: block;
  margin: 1.3888888889vw 0;
  font-size: 3.3333333333vw;
  line-height: 3.8888888889vw;
  color: #B9B9B9;
  font-weight: 400;
}
.product-lists .product-list .product-list-info .product-grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.9444444444vw;
}
.product-lists .product-list .product-list-info .product-grade i {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-color: transparent;
  border-radius: 0vw;
  margin-right: 0.5555555556vw;
}
.product-lists .product-list .product-list-info .product-grade strong {
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 5vw;
  line-height: 4.4444444444vw;
}
.product-lists .product-list .product-list-info .product-grade span {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5vw;
}
.product-lists .product-list .product-list-info .delivery-info span {
  display: block;
  line-height: 4.4444444444vw;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 5vw;
  margin-top: 0.8333333333vw;
}
.product-lists .product-list .product-list-info .delivery-info span.free {
  color: #7E7E7E;
}
.product-lists .product-list .product-list-info .delivery-info span.regular {
  color: #7E7E7E;
}
.product-lists .product-list .product-list-info .delivery-info span.band {
  color: #F95D0D;
}
.product-lists .product-list .product-list-info .delivery-info span.cool {
  color: #477A7B;
}
.product-lists .product-list .product-list-info .delivery-info .period span {
  font-size: 3.0555555556vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 4.5833333333vw;
}
.product-lists .product-list .product-list-info .product-labels .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 1.3888888889vw;
  height: 5.5555555556vw;
  border-radius: 0.5555555556vw;
  border: 0.2777777778vw solid #E5E5E5;
  background-color: #fff;
  font-size: 3.0555555556vw;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 4.5833333333vw;
}
.product-lists .product-list .product-list-info .product-labels .amount strong {
  font-weight: 500;
}
.product-lists .product-list .product-list-info .tag-box {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 5vw;
}
.product-lists .product-list .product-list-info .list-bottom {
  margin-top: 1.9444444444vw;
}
.product-lists .product-list.soldout .thumb::after {
  content: "SOLD OUT";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4);
  font-size: 4.4444444444vw;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 6.6666666667vw;
  z-index: 4;
}
.product-lists .product-list.soldout .thumb a.cart, .product-lists .product-list.soldout .thumb button.cart {
  display: none;
}
.product-lists .product-list.soldout .thumb .outlet-label {
  display: none;
}
.product-lists .product-list.soldout .thumb .amount {
  display: none;
}
.product-lists.type-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-lists.type-1 .product-labels {
  margin-bottom: 1.3888888889vw;
}
.product-lists.type-1 .product-list {
  margin-bottom: 11.1111111111vw;
}
.product-lists.type-1 .product-list .thumb {
  width: 38.8888888889vw;
  height: 38.8888888889vw;
}
.product-lists.type-1 .product-list .thumb .product-outlet > span {
  width: 11.1111111111vw;
}
.product-lists.type-1 .product-list .thumb .product-outlet > span img {
  width: 5.5555555556vw;
}
.product-lists.type-1 .product-list .thumb .product-outlet .amount {
  padding: 0 2.2222222222vw 0 5.5555555556vw;
}
.product-lists.type-1 .product-list .product-list-info {
  padding-left: 3.8888888889vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-lists.type-1 .product-list .list-bottom {
  margin-top: 0.8333333333vw;
}
.product-lists.type-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-lists.type-2 .product-labels {
  margin-top: 2.7777777778vw;
  margin-bottom: 1.3888888889vw;
}
.product-lists.type-2 .product-list {
  width: 44.4444444444vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-lists.type-2 .product-list .thumb {
  width: 44.4444444444vw;
  height: 44.4444444444vw;
}
.product-lists.type-2 .product-list .product-list-info .price-info .regular-price {
  display: inline-block;
  margin-top: 0.5555555556vw;
}
.product-lists.select .product-select {
  margin-top: 3.8888888889vw;
  width: 100%;
}
.product-lists.select .product-select button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 8.8888888889vw;
  background: #fff;
  border: 0.2777777778vw solid #E5E5E5;
  border-radius: 0.8333333333vw;
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 5vw;
}
.product-lists.select .product-select button i {
  margin-right: 0.5555555556vw;
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  background-color: transparent;
  border-radius: 0vw;
}
.product-lists.select .soldout .product-select button {
  background: #F3F4F5;
  border: none;
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #A4A4A4;
  text-align: left;
  line-height: 5vw;
}
.product-lists a.cart, .product-lists button.cart {
  position: absolute;
  bottom: 1.6666666667vw;
  right: 1.6666666667vw;
}
.product-lists.reco-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-lists.reco-list .product-list + .product-list {
  margin-left: 2.7777777778vw;
}

.best-pd-list {
  padding: 6.1111111111vw 0 0 0;
}
.best-pd-list.new {
  margin-top: 2.7777777778vw;
}
.best-pd-list h2 {
  font-size: 4.4444444444vw;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 6.6666666667vw;
  padding: 0 3.8888888889vw;
}
.best-pd-list h2.left {
  text-align: left;
}
.best-pd-list .best-thumb-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
.best-pd-list .best-thumb-wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4.4444444444vw 0;
  padding: 0 3.8888888889vw;
}
.best-pd-list .best-thumb-wrap .list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40% !important;
  margin-right: 2.7777777778vw !important;
}
.best-pd-list .best-thumb-wrap .list li a {
  width: 36.1111111111vw;
  height: 36.1111111111vw;
}
.best-pd-list .best-thumb-wrap .list li a.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.1111111111vw;
  -webkit-box-shadow: 0.5555555556vw 0.5555555556vw 1.6666666667vw 0 rgba(50, 50, 50, 0.12);
          box-shadow: 0.5555555556vw 0.5555555556vw 1.6666666667vw 0 rgba(50, 50, 50, 0.12);
  z-index: 1;
}
.best-pd-list .best-thumb-wrap .list li a.thumb .em_icon {
  position: absolute;
  top: 2.2222222222vw;
  left: 2.2222222222vw;
  font-size: 2.5vw;
  font-weight: 500;
  color: #fff;
  width: 13.3333333333vw;
  height: 5.5555555556vw;
  line-height: 5.5555555556vw;
  text-align: center;
  border-radius: 3.3333333333vw;
  background: linear-gradient(130deg, rgb(85, 85, 85) 100%, rgb(18, 18, 18) 100%);
}
.best-pd-list .best-thumb-wrap .list li a.thumb span.rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.6666666667vw;
  height: 5.5555555556vw;
  background-color: transparent;
  border-radius: 0vw;
  border-radius: 1.1111111111vw 0 1.1111111111vw 0;
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 5vw;
  background: #FF7600;
  display: none;
}
.best-pd-list .best-thumb-wrap .list li a.thumb button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 10vw;
  height: 10vw;
  background-color: #ffffff;
  border-radius: 10vw;
  -webkit-box-shadow: 0 0.5555555556vw 0.8333333333vw 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5555555556vw 0.8333333333vw 0 rgba(0, 0, 0, 0.2);
}
.best-pd-list .best-thumb-wrap .list li a.thumb button.cart {
  position: absolute;
  bottom: 2.2222222222vw;
  right: 2.2222222222vw;
}
.best-pd-list .best-thumb-wrap .list li p {
  margin: 2.7777777778vw 0 1.3888888889vw;
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 5.4166666667vw;
  line-height: 4.7222222222vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
}
.best-pd-list .best-thumb-wrap .list li > span {
  display: block;
  font-size: 2.7777777778vw;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 4.1666666667vw;
}
.best-pd-list .best-thumb-wrap .list li strong {
  font-size: 3.8888888889vw;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 5.8333333333vw;
}
.best-pd-list .best-thumb-wrap .list li strong span {
  margin-right: 1.1111111111vw;
  font-size: 3.8888888889vw;
  font-weight: 500;
  color: #477A7B;
  text-align: left;
  line-height: 5.8333333333vw;
}
.best-pd-list .best-thumb-wrap .list li del {
  display: block;
  margin-top: 0.5555555556vw;
  line-height: 4.4444444444vw;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #B3B3B3;
  text-align: left;
  line-height: 5vw;
}
.best-pd-list .best-thumb-wrap .list li .tag-box {
  margin-top: 1.9444444444vw;
  padding-bottom: 3.8888888889vw;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 5vw;
}
.best-pd-list .best-thumb-wrap .list li:last-child {
  margin-right: 0;
}
.best-pd-list .best-thumb-wrap .list li.soldout a::after {
  content: "SOLD OUT";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 4.4444444444vw;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 6.6666666667vw;
}
.best-pd-list .best-thumb-wrap .list li.soldout a.cart {
  display: none;
}
.best-pd-list .best-thumb-wrap .list li.soldout button.cart {
  display: none;
}

.layer-popup.filter-popup {
  padding-top: 13.3333333333vw;
}
.layer-popup.filter-popup .layer-content {
  padding-top: 0;
  height: 100%;
}

.filter-cont {
  width: 100%;
  background: #fff;
  border-radius: 5vw 5vw 0 0;
}
.filter-cont .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 3.8888888889vw 5.5555555556vw;
}
.filter-cont .tit h3 {
  font-size: 4.4444444444vw;
  font-weight: 700;
}
.filter-cont .tit .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-cont .tit .right button.init-btn {
  margin-right: 2.2222222222vw;
  width: 15vw;
  height: 6.1111111111vw;
  line-height: 6.1111111111vw;
  border: 1px solid #E5E5E5;
  color: #7E7E7E;
  border-radius: 3.0555555556vw;
  background: #fff;
  font-size: 3.3333333333vw;
}
.filter-cont .tit .right button.close-btn {
  width: 5.5555555556vw;
}
.filter-cont .tit .filter-more-btn {
  padding: 1.3888888889vw 0 0.8333333333vw;
}
.filter-cont .tit .filter-more-btn button {
  margin: 0 auto;
  width: 20.5555555556vw;
  height: 8.3333333333vw;
  text-align: center;
  border-radius: 3.3333333333vw;
}

.filter-form {
  padding: 1.6666666667vw 3.8888888889vw 11.1111111111vw;
  overflow-y: scroll;
  max-height: 138.8888888889vw;
}
.filter-form .list {
  position: relative;
  padding: 4.7222222222vw 0;
  border-bottom: 1px solid #F2F2F2;
}
.filter-form .list:first-child {
  padding-top: 0;
}
.filter-form .list:last-child {
  border-bottom: none;
}
.filter-form .list h4 {
  font-size: 3.8888888889vw;
  font-weight: 500;
}
.filter-form .list label {
  margin-right: 3.3333333333vw;
}
.filter-form .list label:last-child {
  margin-right: 0;
}
.filter-form .list label input {
  width: 4.4444444444vw;
  height: 4.4444444444vw;
}
.filter-form .list label input:checked {
  border-color: #477A7B;
}
.filter-form .list label input:checked + span {
  color: #477A7B;
}
.filter-form .list label input:disabled + span {
  color: #B3B3B3;
}
.filter-form .list label span:not(.sale) {
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5.8333333333vw;
}
.filter-form .list.dv-type h4 {
  margin-bottom: 3.8888888889vw;
}
.filter-form .list.dv-type .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-form .list.regular-dv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.filter-form .list.regular-dv .sale {
  position: absolute;
  top: 50%;
  left: 15.8333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20.2777777778vw;
  height: 5.5555555556vw;
  background-color: #477A7B;
  border-radius: 0.5555555556vw;
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 5vw;
  line-height: 5.5555555556vw;
  z-index: 24;
}
.filter-form .list.regular-dv .sale i {
  position: absolute;
  top: 50%;
  left: -1.1111111111vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.filter-form .list.bene label {
  margin-bottom: 4.1666666667vw;
}
.filter-form .list.bene label:last-child {
  margin-bottom: 0;
}
.filter-form .list.price .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-form .list.price .price-list label input {
  position: absolute;
  top: -9999px;
  visibility: hidden;
}
.filter-form .list.price .price-list label input + span {
  display: block;
  margin: 0 2.7777777778vw 2.7777777778vw 0;
  padding: 0 3.3333333333vw;
  height: 8.8888888889vw;
  line-height: 8.8888888889vw;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5.8333333333vw;
  border-radius: 4.4444444444vw;
  border: 0.2777777778vw solid #E5E5E5;
}
.filter-form .list.price .price-list label input:checked + span {
  background-color: #477A7B;
  color: #fff;
  border-color: #477A7B;
}
.filter-form .list.price .price-list label input:disabled + span {
  background: #F8F8F8;
  border-color: #F8F8F8;
  color: #A4A4A4;
}
.filter-form .list .drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.filter-form .list .drop img {
  width: 4.4444444444vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-form .list .drop.on img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.filter-form .list .cont {
  margin-top: 4.1666666667vw;
  display: none;
}
.filter-form .filter-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: none;
  margin: 0 auto;
  height: 5vw;
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 5vw;
  line-height: 5vw;
}
.filter-form .filter-more-btn i {
  margin-left: 1.1111111111vw;
  position: relative;
  width: 1.9444444444vw;
  height: 5vw;
}
.filter-form .filter-more-btn i::before, .filter-form .filter-more-btn i::after {
  display: block;
  position: absolute;
  content: "";
  background: #333;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.filter-form .filter-more-btn i::before {
  width: 1.9444444444vw;
  height: 0.2777777778vw;
}
.filter-form .filter-more-btn i::after {
  width: 0.2777777778vw;
  height: 1.9444444444vw;
}
.filter-form .filter-more-btn.fold i::after {
  display: none;
}

.category-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5.5555555556vw 5.8333333333vw 5.5555555556vw;
}
.category-icons.open a.category-show-btn + a {
  margin-right: 0;
}
.category-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15vw;
  height: 25vw;
  margin-right: 3.0555555556vw;
  position: relative;
  margin-top: 3.6111111111vw;
}
.category-icons a:nth-of-type(5n) {
  margin-right: 0;
}
.category-icons a:nth-of-type(-n+5) {
  margin-top: 0;
}
.category-icons a.new::after {
  content: "";
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  background-color: transparent;
  border-radius: 0vw;
  background: transparent no-repeat center/100%;
  background-image: url("../images/icons/common/quick_new.svg");
  position: absolute;
  top: 0;
  right: 0;
}
.category-icons a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 15vw;
  height: 15vw;
  background-color: #F8F8F8;
  border-radius: 5vw;
  background-position: center;
  background-size: 5vw;
  background-repeat: no-repeat;
  border: 0.5555555556vw solid transparent;
  margin-bottom: 1.6666666667vw;
  overflow: hidden;
}
.category-icons a i img {
  width: 11.1111111111vw;
}
.category-icons a i .on {
  display: none;
}
.category-icons a i .off {
  display: block;
}
.category-icons a span {
  display: block;
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: center;
  line-height: 5.4166666667vw;
  line-height: 4.7222222222vw;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
}
.category-icons a.main span {
  color: #333;
}
.category-icons a.main a {
  height: auto;
}
.category-icons a.main a:nth-of-type(-n+5) {
  margin-bottom: 3.3333333333vw;
}
.category-icons a.ov {
  font-weight: 500;
  color: #333;
}
.category-icons a.ov i {
  border-color: none;
}
.category-icons a.ov i .on {
  display: block;
}
.category-icons a.ov i .off {
  display: none;
}
.category-icons a.ov span {
  color: #333;
  font-weight: 500;
}
.category-icons a.category-show-btn img {
  width: auto;
}
.category-icons a.category-show-btn ~ a {
  display: none;
}
.category-icons.open .category-show-btn {
  display: none;
}
.category-icons.open .category-show-btn ~ a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-icons.open a.category-show-btn + a {
  margin-right: 0;
}

.fixed .swiper-paging {
  display: none;
}
.fixed .swiper-wrapper {
  overflow-y: hidden;
  overflow-x: scroll;
}
.fixed .category-icons {
  background: #F8F8F8;
  padding-top: 0;
  padding-right: 0;
}
.fixed .category-icons a {
  margin: 0 3.8888888889vw 0 0;
  padding: 2.7777777778vw 0;
  width: auto;
}
.fixed .category-icons a i {
  display: none;
}
.fixed .category-icons a span {
  font-size: 3.3333333333vw;
  color: #7E7E7E;
}
.fixed .category-icons + .category-icons {
  padding-left: 0;
}

.category-wrapper {
  background: #fff;
}
.category-wrapper .cate-list-btn {
  display: none;
}
.category-wrapper.single-line .swiper-container {
  overflow-x: scroll;
}
.category-wrapper.single-line .swiper-container .swiper-wrapper {
  width: 100%;
  padding: 0 3.8888888889vw;
}
.category-wrapper.single-line .swiper-container .swiper-wrapper .category-icons {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
}
.category-wrapper.single-line .swiper-container .swiper-wrapper .category-icons a:nth-of-type(5n) {
  margin-right: 3.3333333333vw;
}

.deal-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.deal-lists > a {
  display: block;
  overflow: hidden;
  padding: 0 3.8888888889vw;
  margin: 13.8888888889vw 0;
}
.deal-lists > a img {
  border-radius: 1.1111111111vw;
}
.deal-lists .deal-list-item {
  position: relative;
}
.deal-lists .deal-list-item + .deal-list-item {
  margin-top: 8.3333333333vw;
}
.deal-lists .deal-list-item + .deal-list-item.has-icon {
  margin-top: 16.6666666667vw;
}
.deal-lists .deal-list-item .deal-top-icon {
  position: absolute;
  width: 26.1111111111vw;
  height: 11.1111111111vw;
  background-color: transparent;
  border-radius: 0vw;
  top: -2.7777777778vw;
  z-index: 5;
  padding: 0 2.7777777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 95, 117)), to(rgb(252, 152, 66)));
  background: linear-gradient(90deg, rgb(254, 95, 117) 0%, rgb(252, 152, 66) 100%);
  border-top-right-radius: 1.1111111111vw;
  border-bottom-right-radius: 1.1111111111vw;
}
.deal-lists .deal-list-item .deal-top-icon span {
  font-size: 3.6111111111vw;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 5.4166666667vw;
  white-space: nowrap;
}
.deal-lists .deal-list-item .deal-top-icon.blue {
  background: linear-gradient(135deg, #00D5FF, #00AAFF);
}
.deal-lists .deal-list-item .deal-top-icon.deep-blue {
  width: 16.6666666667vw;
  background: -webkit-gradient(linear, left top, right top, from(rgb(100, 78, 253)), to(rgb(61, 109, 254)));
  background: linear-gradient(90deg, rgb(100, 78, 253) 0%, rgb(61, 109, 254) 100%);
}
.deal-lists .deal-list-item .deal-thumb {
  position: relative;
  margin: 0 3.8888888889vw;
  height: 83.3333333333vw;
  overflow: initial;
}
.deal-lists .deal-list-item .deal-thumb a {
  display: block;
  overflow: hidden;
  height: 100%;
  border-radius: 1.1111111111vw;
  border: 1px solid #E6E6E6;
}
.deal-lists .deal-list-item .deal-thumb img {
  height: 100%;
}
.deal-lists .deal-list-item .deal-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2.7777777778vw;
  position: absolute;
  left: 0;
  bottom: -1.6666666667vw;
}
.deal-lists .deal-list-item .deal-icons span {
  padding: 0 1.6666666667vw;
  height: 5.8333333333vw;
  font-size: 3.0555555556vw;
}
.deal-lists .deal-list-item .deal-info {
  padding: 3.3333333333vw 6.6666666667vw 0;
}
.deal-lists .deal-list-item .deal-info a > strong {
  display: block;
  font-size: 5.5555555556vw;
  font-weight: 700;
  color: #333;
  text-align: left;
  line-height: 8.3333333333vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  line-height: 7.2222222222vw;
}
.deal-lists .deal-list-item .deal-info a > span {
  display: block;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5.8333333333vw;
  line-height: 5.5555555556vw;
  margin-top: 1.6666666667vw;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  max-height: 10.5555555556vw;
  width: 100%;
}
.deal-lists .deal-list-item .deal-info .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 2.7777777778vw;
}
.deal-lists .deal-list-item .deal-info .prices .left {
  font-size: 5.5555555556vw;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 8.3333333333vw;
}
.deal-lists .deal-list-item .deal-info .prices .left .rate {
  color: #FF6314;
  margin-right: 1.1111111111vw;
}
.deal-lists .deal-list-item .deal-info .prices .left .regular {
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #B3B3B3;
  text-align: left;
  line-height: 5.8333333333vw;
  text-decoration: line-through;
}
.deal-lists .deal-list-item .deal-info .prices .right span {
  font-size: 3.0555555556vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 4.5833333333vw;
}
.deal-lists .deal-list-item .item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.8888888889vw;
  margin-top: 5.5555555556vw;
}
.deal-lists .deal-list-item .item-lists a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 21.6666666667vw;
  text-align: center;
  margin-right: 2.2222222222vw;
}
.deal-lists .deal-list-item .item-lists a .thumb {
  overflow: hidden;
  height: 21.3888888889vw;
  border-radius: 1.1111111111vw;
  -webkit-box-shadow: 0.5555555556vw 0.5555555556vw 1.6666666667vw rgba(0, 0, 0, 0.12);
          box-shadow: 0.5555555556vw 0.5555555556vw 1.6666666667vw rgba(0, 0, 0, 0.12);
}
.deal-lists .deal-list-item .item-lists a span {
  font-size: 3.0555555556vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 4.5833333333vw;
  margin-top: 1.1111111111vw;
  line-height: 4.7222222222vw;
  letter-spacing: normal;
}
.deal-lists .deal-list-item .item-lists a:last-child {
  margin-right: 0;
}
.deal-lists .deal-list-item .item-lists a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 22.2222222222vw;
  background: #F8F8F8;
  border-radius: 1.1111111111vw;
}
.deal-lists .deal-list-item .item-lists a.more span {
  margin-top: 0.5555555556vw;
}

span.percent {
  display: inline-block;
  height: 4.4444444444vw;
  padding: 0 1.6666666667vw 0 3.6111111111vw;
  border-radius: 2.2222222222vw;
  background: url(../images/icons/common/icon_dc.svg) no-repeat left 1.6666666667vw center;
  background-size: 1.6666666667vw 1.9444444444vw;
  background-color: #477A7B;
  font-size: 2.7777777778vw;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 4.1666666667vw;
  line-height: 4.4444444444vw;
}

.font-16 {
  font-size: 4.4444444444vw !important;
}

.dw-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.3333333333vw;
  padding: 1.6666666667vw 2.2222222222vw;
  height: 12.7777777778vw;
  background: #F8F8F8;
  border-radius: 6.6666666667vw;
}
.dw-tab-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 4.7222222222vw;
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5.4166666667vw;
}
.dw-tab-menu li.on {
  background: #333;
  font-size: 3.6111111111vw;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 5.4166666667vw;
  -webkit-box-shadow: 1.1111111111vw 1.3888888889vw 3.8888888889vw 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1.1111111111vw 1.3888888889vw 3.8888888889vw 0 rgba(0, 0, 0, 0.14);
}

.tab-cont > div {
  display: none;
}
.tab-cont > div.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

span.rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.6666666667vw;
  height: 5.5555555556vw;
  background-color: transparent;
  border-radius: 0vw;
  border-radius: 1.1111111111vw 0 1.1111111111vw 0;
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 5vw;
  background: #FF7600;
  opacity: 0.8;
  display: none;
}

.swiper-paging {
  text-align: center;
}
.swiper-paging.custom_typeA .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.8333333333vw;
  background: #CCCCCC;
  opacity: 1;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  border-radius: 50%;
}
.swiper-paging.custom_typeA .swiper-pagination-bullet-active {
  background: #333;
  border-radius: 7.7777777778vw;
  width: 7.7777777778vw;
  height: 0.8333333333vw;
}
.swiper-paging.custom_typeA span {
  margin-right: 2.7777777778vw;
}
.swiper-paging.custom_typeA span:last-child {
  margin-right: 0;
}

.cate-depth2 {
  position: relative;
  padding: 4.1666666667vw 3.8888888889vw 0;
  margin: 2.7777777778vw 0 3.3333333333vw;
  overflow: hidden;
}
.cate-depth2 .right-square {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10.8333333333vw;
  height: 11.6666666667vw;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.cate-depth2 .inner {
  overflow-x: scroll;
  overflow-y: hidden;
  border-bottom: 1px solid #E5E5E5;
}
.cate-depth2 .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cate-depth2 .inner ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 5.5555555556vw;
  padding-bottom: 4.1666666667vw;
  font-size: 3.3333333333vw;
  color: #7E7E7E;
}
.cate-depth2 .inner ul li:last-child {
  margin-right: 0;
}
.cate-depth2 .inner ul li.on {
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.cate-depth2 .fixed .right-square {
  display: none;
}
.cate-depth2 .fixed .inner {
  background: #F8F8F8;
}
.cate-depth2 .fixed .inner ul {
  padding: 0 3.8888888889vw;
}
.cate-depth2 .fixed .inner ul li {
  padding: 0;
  height: 7.7777777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cate-depth2 .fixed .inner .swiper-container {
  position: fixed;
  overflow: hidden;
  width: 100%;
  background: #F8F8F8;
  padding-bottom: 0;
  z-index: 10;
}
.cate-depth2 .fixed .inner .swiper-container .swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.2222222222vw 3.8888888889vw;
  width: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}
.cate-depth2 .fixed .inner .swiper-container .swiper-wrapper .category-icons {
  padding: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
}
.cate-depth2 .fixed .inner .swiper-container .swiper-wrapper .category-icons a {
  width: auto;
  padding: 0 2.7777777778vw;
  white-space: nowrap;
  border-radius: 3.6111111111vw;
  background: transparent;
  margin-right: 1.1111111111vw;
  margin-bottom: 0;
}
.cate-depth2 .fixed .inner .swiper-container .swiper-wrapper .category-icons a i {
  display: none;
}
.cate-depth2 .fixed .inner .swiper-container .swiper-wrapper .category-icons a span {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5vw;
  line-height: 6.6666666667vw;
}
.cate-depth2 .fixed .inner .swiper-container .swiper-wrapper .category-icons a span br {
  display: none;
}
.cate-depth2 .fixed .inner .swiper-container .swiper-wrapper .category-icons a.ov {
  background: #333;
}
.cate-depth2 .fixed .inner .swiper-container .swiper-wrapper .category-icons a.ov span {
  color: #fff;
}
.cate-depth2 .fixed .inner .swiper-container .right-bg {
  width: 8.6111111111vw;
  height: 11.6666666667vw;
  background-color: transparent;
  border-radius: 0vw;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 100%);
}
.cate-depth2 .fixed .inner .swiper-container .swiper-paging {
  display: none;
}
.cate-depth2 .fixed .inner .cate-list-btn {
  display: block;
}

.delivery-chk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.1666666667vw 3.8888888889vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F2F2F2;
}
.delivery-chk .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.delivery-chk .dw-form.check input {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-color: #7E7E7E;
}
.delivery-chk .dw-form.check input:checked {
  border-color: #477A7B;
}
.delivery-chk .dw-form.check span {
  color: #7E7E7E;
  font-size: 3.3333333333vw;
  margin-left: 0;
}
.delivery-chk .dw-form.check span::before {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
}
.delivery-chk .dw-form:first-child {
  margin-right: 3.3333333333vw;
}
.delivery-chk .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.delivery-chk .right select {
  border: none;
  margin-right: 2.7777777778vw;
  padding-right: 3.6111111111vw;
  background: url("../images/icons/common/icon_prdlist_sort_arrow.png") right no-repeat;
  background-size: 2.2222222222vw 1.6666666667vw;
  font-size: 3.3333333333vw;
  color: #7E7E7E;
}
.delivery-chk .right select::-ms-expand {
  display: none;
}
.delivery-chk .right button.pdlist-two-btn, .delivery-chk .right button.pdlist-one-btn {
  display: none;
  position: relative;
  padding-left: 2.5vw;
  margin-right: 2.5vw;
}
.delivery-chk .right button.pdlist-two-btn::before, .delivery-chk .right button.pdlist-one-btn::before {
  display: block;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2777777778vw;
  height: 2.7777777778vw;
  background: #D8D8D8;
}
.delivery-chk .right button.pdlist-two-btn img, .delivery-chk .right button.pdlist-one-btn img {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
.delivery-chk .right button.on {
  display: block;
}
.delivery-chk .right button.pdlist-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  position: relative;
  padding-left: 2.5vw;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5vw;
  line-height: 6.1111111111vw;
}
.delivery-chk .right button.pdlist-filter::before {
  display: block;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2777777778vw;
  height: 2.7777777778vw;
  background: #D8D8D8;
}

.pd-list-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.8888888889vw;
}
.pd-list-sort .total {
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5.4166666667vw;
}
.pd-list-sort .total strong {
  font-weight: 500;
}
.pd-list-sort .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pd-list-sort .right .dw-form {
  width: auto;
  height: auto;
  border: 0 none;
  padding-right: 1.6666666667vw;
}
.pd-list-sort .right .dw-form::after {
  background-image: url("../images/icons/common/icon_prdlist_sort_arrow.png");
  background-size: 2.2222222222vw 1.6666666667vw;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.pd-list-sort .right button.pdlist-type-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding: 0 0 0 1.6666666667vw;
}
.pd-list-sort .right button.pdlist-type-toggler::before {
  display: block;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2777777778vw;
  height: 2.7777777778vw;
  background-color: #D8D8D8;
  border-radius: 0vw;
}
.pd-list-sort .right button.on {
  display: block;
}
.pd-list-sort .right button.pdlist-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  height: auto;
  position: relative;
  padding-left: 1.6666666667vw;
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5.4166666667vw;
}
.pd-list-sort .right button.pdlist-filter img {
  display: inline;
  width: auto;
}
.pd-list-sort .right button.pdlist-filter i {
  margin-left: 1.3888888889vw;
}
.pd-list-sort .right button.pdlist-filter.on {
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #477A7B;
  text-align: left;
  line-height: 5.4166666667vw;
}
.pd-list-sort .right button.pdlist-filter.on i {
  background: transparent no-repeat center/100%;
  background-image: url("../images/icon/common/icon_filter_blue_20.svg");
}
.pd-list-sort .right button.pdlist-filter .icon-filter {
  display: inline-block;
}

.horizontal-pd-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  overflow-x: scroll;
  overflow-y: hidden;
}
.horizontal-pd-list.product-lists {
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  padding: 0;
}
.horizontal-pd-list .product-list {
  display: block;
}
.horizontal-pd-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.horizontal-pd-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36.1111111111vw;
  margin-right: 2.7777777778vw;
}
.horizontal-pd-list ul li:last-child {
  margin-right: 0;
}
.horizontal-pd-list .product-list-info .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.7777777778vw;
}
.horizontal-pd-list .product-list-info .info-box .list-bottom, .horizontal-pd-list .product-list-info .info-box .price-info {
  margin-top: 0;
}

.pd-list-another {
  margin-bottom: 8.3333333333vw;
  padding: 6.6666666667vw 3.8888888889vw 8.3333333333vw;
  background-color: rgba(239, 242, 253, 0.4705882353);
}
.pd-list-another .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pd-list-another .tit h4 {
  font-size: 5.5555555556vw;
  font-weight: 700;
  color: #333;
  text-align: left;
  line-height: 8.3333333333vw;
  line-height: 7.2222222222vw;
}
.pd-list-another .tit p {
  margin: 1.6666666667vw 0 4.4444444444vw;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 5.8333333333vw;
  line-height: 5.5555555556vw;
}
.pd-list-another .tit p strong {
  font-size: 3.8888888889vw;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 5.8333333333vw;
}
.pd-list-another .tit .right {
  width: 20vw;
}

.product-foodie, .product-another {
  padding: 7.2222222222vw 3.8888888889vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-foodie .tit, .product-another .tit {
  margin-bottom: 4.4444444444vw;
}
.product-foodie .tit h6, .product-another .tit h6 {
  font-size: 5.5555555556vw;
  font-weight: 700;
  line-height: 7.2222222222vw;
  color: #333333;
}
.product-foodie .tit p, .product-another .tit p {
  font-size: 3.8888888889vw;
  font-weight: 400;
  line-height: 5.5555555556vw;
  color: #333333;
}
.product-foodie .tit p span, .product-another .tit p span {
  font-weight: 500;
}
.product-foodie .product-lists.type-2, .product-another .product-lists.type-2 {
  padding: 0 0 3.8888888889vw;
}
.product-foodie .product-lists.type-2 .product-list, .product-another .product-lists.type-2 .product-list {
  width: 28.8888888889vw;
  margin-bottom: 0;
  margin-right: 2.7777777778vw;
}
.product-foodie .product-lists.type-2 .product-list .thumb, .product-another .product-lists.type-2 .product-list .thumb {
  width: 28.8888888889vw;
  height: 28.8888888889vw;
}
.product-foodie .product-lists.type-2 .product-list .thumb a.cart i, .product-foodie .product-lists.type-2 .product-list .thumb button.cart i, .product-another .product-lists.type-2 .product-list .thumb a.cart i, .product-another .product-lists.type-2 .product-list .thumb button.cart i {
  width: 8.8888888889vw;
  height: 8.8888888889vw;
}
.product-foodie .product-lists.type-2 .product-list .product-info .product-list-info, .product-another .product-lists.type-2 .product-list .product-info .product-list-info {
  padding-top: 0vw;
}
.product-foodie .product-lists.type-2 .product-list .product-info .price-info, .product-another .product-lists.type-2 .product-list .product-info .price-info {
  margin-top: 2.2222222222vw;
}
.product-foodie .product-lists.type-2 .product-list .product-info .price-info .sale-price, .product-another .product-lists.type-2 .product-list .product-info .price-info .sale-price {
  font-size: 3.8888888889vw;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 5.8333333333vw;
}
.product-foodie .product-lists.type-2 .product-list .product-info .price-info .sale-rate, .product-another .product-lists.type-2 .product-list .product-info .price-info .sale-rate {
  font-size: 3.8888888889vw;
}
.product-foodie .product-lists.type-2 .product-list .product-info .price-info .regular-price, .product-another .product-lists.type-2 .product-list .product-info .price-info .regular-price {
  font-size: 3.3333333333vw;
}
.product-foodie .product-lists.type-2 .product-list .product-info h6, .product-another .product-lists.type-2 .product-list .product-info h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
}
.product-foodie .product-lists.type-2 .product-list .product-info .product-list-info, .product-another .product-lists.type-2 .product-list .product-info .product-list-info {
  min-height: auto;
}
.product-foodie .product-lists.type-2 .product-list:last-child, .product-another .product-lists.type-2 .product-list:last-child {
  margin-right: 0;
}
.product-foodie button.pd-foodie-btn, .product-another button.pd-foodie-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 13.0555555556vw;
  text-align: center;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #333333;
  border-top: 1px solid #D9E3E7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
}
.product-foodie button.pd-foodie-btn span, .product-another button.pd-foodie-btn span {
  margin-left: 0.8333333333vw;
}
.product-foodie button.pd-foodie-btn span em, .product-another button.pd-foodie-btn span em {
  font-weight: 500;
}
.product-foodie button.pd-foodie-btn::before, .product-another button.pd-foodie-btn::before {
  display: inline-block;
  content: "";
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  background: url("../images/icon/common/icon_refresh_blue_20.svg") no-repeat center;
  background-size: 5.5555555556vw;
  margin-right: 0.8333333333vw;
}

.product-foodie {
  margin: 3.3333333333vw 0 8.3333333333vw;
  background: #EFFAFF;
}
.product-foodie .tit {
  background: url("../images/icons/common/icon_foodie.svg") no-repeat right 0 top 0;
  background-size: auto 19.4444444444vw;
}
.product-foodie p {
  padding-top: 1.6666666667vw;
}
.product-foodie .best-thumb-wrap {
  overflow: hidden;
  padding-bottom: 3.6111111111vw;
}
.product-foodie .best-thumb-wrap .list {
  margin-top: 0;
}
.product-foodie .best-thumb-wrap .list li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 2.7777777778vw;
  overflow: hidden;
}
.product-foodie .best-thumb-wrap .list li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  max-height: 9.4444444444vw;
  padding-top: 0;
}

.product-another {
  background: #F2F5FD;
}
.product-another .product-lists.type-2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.filter-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.filter-submit > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 12.2222222222vw;
}
.filter-submit > *:first-child {
  position: relative;
  width: 18%;
  background-color: #477A7B;
}
.filter-submit > *:first-child::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  width: 0.2777777778vw;
  height: 6.6666666667vw;
  background-color: #FFFFFF;
  border-radius: 0vw;
  opacity: 0.2;
}
.filter-submit > *:first-child i {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-color: transparent;
  border-radius: 0vw;
}
.filter-submit > *:last-child {
  width: 82%;
  background-color: #477A7B;
  color: #fff;
  font-size: 4.4444444444vw;
}
.filter-submit > *:last-child img {
  margin: 0 auto;
  width: 6.6666666667vw;
}
.filter-submit.no-filter-selected a {
  display: none;
}
.filter-submit.no-filter-selected a:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #E5E5E5;
}
.filter-submit.no-filter-selected a:last-child::before {
  content: "필터를 선택해주세요";
}
.filter-submit.no-filter-selected a:last-child span {
  display: none;
}

.product-filter-lists {
  position: relative;
  padding: 2.7777777778vw 0;
  width: 100vw;
  background: #E5E5E5;
  margin-bottom: 3.8888888889vw;
}
.product-filter-lists .scroll-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
}
.product-filter-lists .scroll-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 38.8888888889vw 0 3.8888888889vw;
  white-space: nowrap;
}
.product-filter-lists .scroll-wrap ul li {
  padding: 0 2.2222222222vw;
  background: #fff;
  height: 6.6666666667vw;
  border: 1px solid #7E7E7E;
  border-radius: 3.0555555556vw;
  margin-right: 1.1111111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-filter-lists .scroll-wrap ul li:last-child {
  margin-right: 8.3333333333vw;
}
.product-filter-lists .scroll-wrap ul li span {
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5.4166666667vw;
}
.product-filter-lists .scroll-wrap ul li a {
  margin-left: 1.6666666667vw;
}
.product-filter-lists .filter-reset {
  position: absolute;
  background: #E5E5E5;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.product-bundle {
  padding-top: 1.6666666667vw;
}

.product-view-related {
  padding-bottom: 5.5555555556vw;
}
.product-view-related .best-thumb-wrap .list li a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-view-related .best-thumb-wrap .list li a.thumb {
  -webkit-box-shadow: 0.5555555556vw 0.5555555556vw 1.6666666667vw 0 rgba(50, 50, 50, 0.12);
          box-shadow: 0.5555555556vw 0.5555555556vw 1.6666666667vw 0 rgba(50, 50, 50, 0.12);
}

.wish-list .product-info {
  position: relative;
  min-height: 53.6111111111vw;
}
.wish-list .product-list .list-bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wish-list .buttons .btn-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 8.3333333333vw;
  border: 0.2777777778vw solid #E5E5E5;
  position: absolute;
  bottom: 0;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 5vw;
}

#special .best-thumb-wrap .list li p {
  width: 90%;
}

.list-bottom .buttons .btn-like.liked i {
  background-image: url(../images/icon/common/icon_heart_on_20.svg);
}

.product-lists a.cart, .product-lists button.cart {
  position: static;
}
.product-lists .product-list .util-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.6666666667vw;
  margin-top: -1.1111111111vw;
}
.product-lists .product-list .util-box .list-bottom {
  margin-top: 0;
}
.product-lists .product-list .util-box .list-bottom .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6666666667vw;
     -moz-column-gap: 1.6666666667vw;
          column-gap: 1.6666666667vw;
}
.product-lists .product-list .util-box .list-bottom .buttons .btn-like.liked .icon.icon-heart {
  background-image: url(../images/icon/common/icon_heart_on_20.svg);
}
.product-lists .product-list .util-box .list-bottom .buttons .icon.icon-heart {
  background: transparent no-repeat center/110%;
  background-image: url(../images/icon/common/icon_heart_gray_24.svg);
}
.product-lists .product-list .util-box .list-bottom .buttons .icon.icon-heart.on {
  background-image: url(../images/icon/common/icon_heart_on_20.svg);
}
.product-lists .product-list .util-box .list-bottom .buttons .cart.soldout i {
  opacity: 0.3;
}
.product-lists .product-list .util-box .list-bottom .buttons .icon.icon-cart-b {
  background: transparent no-repeat center 0px/90%;
  background-image: url(../images/icon/common/icon_prdlist_cart_gray_24.svg);
}

#best .product-lists .product-list:nth-of-type(n+6) span.rank {
  background: #7e7e7e;
}

.search-no-data p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 25vh;
  line-height: 5.5555555556vw;
  text-align: center;
}