/* MIXIN */
/* BEST 100 */
.best100Wrap {
  padding: 8vw 0 13.33vw;
}

.best100Wrap .bestTit {
  padding-left: 4.27vw;
  color: #111;
  font-size: 6vw;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: var(--weight-700);
}

.best100Wrap .best100List {
  padding-top: 8vw;
}

.best100Wrap .best100List ul {
  display: -ms-grid;
  display: grid;
  gap: 5.33vw 1.2vw;
}

.best100Wrap .best100List ul.best100ListTop {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.best100Wrap .best100List ul.best100ListTop .best100ImgWrap > img {
  width: 49.33vw;
  height: 49.33vw;
}

.best100Wrap .best100List ul.best100ListTop .best100Detail .brandName {
  font-size: 3.07vw;
}

.best100Wrap .best100List ul.best100ListTop .best100Detail .itemName {
  font-size: 3.6vw;
  line-height: 1.4;
  margin-bottom: 0 !important;
  -webkit-line-clamp: 2;
}

.best100Wrap .best100List ul.best100ListTop .best100Detail .best100Price .discount {
  font-size: 4.27vw;
}

.best100Wrap .best100List ul.best100ListTop .best100Detail .best100Price .original {
  font-size: 4.27vw;
}

.best100Wrap .best100List ul.best100ListBottom {
  padding-top: 5.33vw;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.best100Wrap .best100List ul.best100ListBottom .best100ImgWrap > img {
  width: 32.53vw;
  height: 32.53vw;
}

.best100Wrap .best100List ul li a {
  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;
}

.best100Wrap .best100List ul li a .num {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: -0.01em;
  font-family: var(--weight-500);
  z-index: 99;
}

.best100Wrap .best100List ul li a .num.single {
  top: 1.3vw;
  left: 1.7vw;
}

.best100Wrap .best100List ul li a .num.double {
  top: 1.3vw;
  left: 0.8vw;
}

.best100Wrap .best100List ul li a .num.triple {
  top: 1.3vw;
  left: 0.5vw;
}

.best100Wrap .best100List ul li a .numBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.333vw;
  height: 5.333vw;
  background: #111;
  z-index: 9;
}

.best100Wrap .best100List ul li a .numBox.triple {
  width: 6.8vw;
  height: 5.333vw;
}

.best100Wrap .best100List ul li a .best100ImgWrap {
  position: relative;
}

.best100Wrap .best100List ul li a .best100ImgWrap > img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.best100Wrap .best100List ul li a .best100ImgWrap .wishBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7.47vw;
  height: 7.47vw;
}

.best100Wrap .best100List ul li a .best100Detail {
  padding-top: 2.67vw;
  width: calc(100% - 2.66vw);
}

.best100Wrap .best100List ul li a .best100Detail .brandName {
  padding: 0 1.33vw;
  color: #999;
  font-size: 2.8vw;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-family: var(--weight-600);
}

.best100Wrap .best100List ul li a .best100Detail .itemName {
  padding: 0.67vw 1.33vw 0;
  margin-bottom: 0 !important;
  color: #111;
  font-size: 3.2vw;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: var(--weight-500);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.best100Wrap .best100List ul li a .best100Detail .best100Price {
  padding: 1.33vw 1.33vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.best100Wrap .best100List ul li a .best100Detail .best100Price .discount {
  margin-right: 0.67vw;
  color: #ff214f;
  font-size: 3.73vw;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: var(--weight-500);
}

.best100Wrap .best100List ul li a .best100Detail .best100Price .original {
  color: #000;
  font-size: 3.73vw;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: var(--weight-600);
}
/*# sourceMappingURL=best.css.map */