@charset "UTF-8";
.xe-brand-widget-product-wrap {
  position: relative;
  padding: 20px 0;
}

/* 위젯 타이틀 */
.xe-brand-widget-product__header {
  position: relative;
  text-align: left;
  margin: 0 0 16px;
}

.xe-brand-widget-product__header .xe-brand-widget-product__title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.6px;
}

/* 상품 정렬버튼 */
.xe-brand-product__sort {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
}

.xe-brand-product__sort .sort-list .sort-btn {
  display: block;
  padding: 2px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.xe-brand-product__sort .sort-list .sort-btn.sort1 {
  background-image: url(../img/icon_sort_1.png);
}

.xe-brand-product__sort .sort-list .sort-btn.sort1.on {
  background-image: url(../img/icon_sort_1_on.png);
}

.xe-brand-product__sort .sort-list .sort-btn.sort2 {
  background-image: url(../img/icon_sort_2.png);
}

.xe-brand-product__sort .sort-list .sort-btn.sort2.on {
  background-image: url(../img/icon_sort_2_on.png);
}

.xe-brand-product__sort .sort-list .sort-btn.sort3 {
  background-image: url(../img/icon_sort_3.png);
}

.xe-brand-product__sort .sort-list .sort-btn.sort3.on {
  background-image: url(../img/icon_sort_3_on.png);
}

/* 상품목록 */
.xe-brand-product__contents .product__list {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.xe-brand-product__contents .product__item {
  width: 100%;
  padding: 0 7.5px;
  margin-bottom: 40px;
}

.xe-brand-product__contents .product__item.xe-col1 {
  width: 100%;
}

.xe-brand-product__contents .product__item.xe-col2 {
  width: 50%;
}

.xe-brand-product__contents .product__item.xe-col3 {
  width: 33.3333%;
}

.xe-brand-product__contents .product__item .product__link {
  display: block;
  position: relative;
  text-decoration: none;
}

.xe-brand-product__contents .product__item .product__type {
  position: absolute;
  right: 15px;
  top: 0;
}

.xe-brand-product__contents .product__item .product__type .product__type-icon {
  display: block;
  width: 52px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 52px 60px;
}

.xe-brand-product__contents .product__item .product__type .product__type-icon.best {
  background-image: url(../img/best.png);
}

.xe-brand-product__contents .product__item .product__type .product__type-icon.made {
  background-image: url(../img/made.png);
}

.xe-brand-product__contents .product__item .product__thumbnail {
  position: relative;
}

.xe-brand-product__contents .product__item .product__thumbnail .product__thumbnail-img {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
}

.xe-brand-product__contents .product__item .product__thumbnail .product__option {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.xe-brand-product__contents .product__item .product__thumbnail .product__option .xe-wish-btn {
  display: block;
  padding: 2px;
  vertical-align: middle;
  width: 22px;
  height: 20px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 20px;
  background-image: url(../images/icon_like.png);
}

.xe-brand-product__contents .product__item .product__thumbnail .product__option .xe-wish-btn.on {
  background-image: url(../images/icon_like_on.png);
}


/* 신규 추천등 아이콘 삽입 */

.badge {
  position: absolute;
  top: -3px;    /* 위에서 10px 띄움 */
  left: -3px;   /* 왼쪽에서 10px 띄움 */
  z-index: 10;  /* 이미지보다 위에 오도록 설정 */
  
  /* 아이콘이 이미지일 경우 */
  width: 30%; 
  height: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px; /* 글자는 숨기고 배경 이미지만 노출할 때 */
}

.badge--new {
  background-image: url('../images/icon_new.png');
}
.badge--hit {
  background-image: url('../images/icon_hit.png');
}
.badge--teaser {
  background-image: url('../images/icon_teaser.png');
}
.badge--cbt {
  background-image: url('../images/icon_cbt.png');
}
/* 신규 추천등 아이콘 삽입 */



.xe-brand-product__contents .product__item .product__info {
  margin-top: 0px;
}

.xe-brand-product__contents .product__item .product__info .product__tit {
  letter-spacing: -0.6px;
  color: #141414;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  margin-bottom: 0px;
}

.xe-brand-product__contents .product__item .product__info .regular-price {
  font-size: 11px;
  letter-spacing: -0.2px;
  color: #aeaeae;
}

.xe-brand-product__contents .product__item .product__info .product__sale {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 20px;
}

.xe-brand-product__contents .product__item .product__info .sale-num {
  color: #ff5230;
  display: inline-block;
  margin-right: 4px;
}

.xe-brand-product__contents .product__item .product__info .product__delivery {
  margin-top: 5px;
}

.xe-brand-product__contents .product__item .product__info .product__delivery .product__delivery-free-icon {
  display: block;
  width: 38px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 38px 15px;
  background-image: url(../images/icon_delivery.png);
}

/* 슬라이드 상품 목록 */
.xe-brand-product__contents-slide {
  margin: 0 -7.5px 0 0;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow {
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  width: 40px;
  height: 40px;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow:hover {
  cursor: pointer;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow.slick-prev {
  left: 12.5px;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow.slick-prev:before {
  font-family: 'xeicon';
  content: '\e93d';
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  width: 100%;
  height: 100%;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow.slick-next {
  right: 12.5px;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow.slick-next:before {
  content: '\e940';
  font-family: 'xeicon';
  text-align: center;
  display: block;
  font-size: 40px;
  line-height: 40px;
  width: 100%;
  height: 100%;
}

/* 더보기 버튼 */
.xe-brand-product__list-more-btn .xe-brand-product__list-more-link {
  margin: 0 auto;
  display: block;
  padding: 13px 8px;
  border-radius: 8px;
  border: solid 1px #e0e0e0;
  background-color: #fff;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #141414;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
}

@media (min-width: 992px) {
  /* 위젯 타이틀 */
  .xe-brand-widget-product__header {
    text-align: center;
    margin: 0 0 32px;
  }
  .xe-brand-widget-product__header .xe-brand-widget-product__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
  }
  /* 상품 정렬버튼 */
  .xe-brand-product__sort {
    display: none;
  }
  /* 상품목록 */
  .xe-brand-product__contents .product__list {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xe-brand-product__contents .product__item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .xe-brand-product__contents .product__item.xe-col1 {
    width: 25%;
  }
  .xe-brand-product__contents .product__item.xe-col2 {
    width: 25%;
  }
  .xe-brand-product__contents .product__item.xe-col3 {
    width: 25%;
  }
  .xe-brand-product__contents .product__item .product__link {
    text-decoration: none;
  }
  .xe-brand-product__contents .product__item .product__thumbnail .product__thumbnail-img {
    width: 100%;
    padding-top: 60%;
    background-size: cover;
  }
  .xe-brand-product__contents-slide {
    margin: 0;
  }
  /* 더보기 버튼 */
  .xe-brand-product__list-more-btn .xe-brand-product__list-more-link {
    max-width: 200px;
  }
}

/*# sourceMappingURL=style.css.map */
