@charset "UTF-8";
.xe-brand-widget-product-wrap {
  position: relative;
  padding: 40px 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: 135%;
  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(../img/icon_like.png);
}

.xe-brand-product__contents .product__item .product__thumbnail .product__option .xe-wish-btn.on {
  background-image: url(../img/icon_like_on.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: 14px;
  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: 10px;
}

.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(../img/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.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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.xe-brand-product__list-more-btn .xe-brand-product__list-more-link:hover, .xe-brand-product__list-more-btn .xe-brand-product__list-more-link:focus {
  border: 1px solid #d7d7d7;
  background-color: rgba(20, 20, 20, 0.04);
  /*   color: #767676; */
}

.xe-brand-product__list-more-btn .xe-brand-product__list-more-link:active {
  border: 1px solid #d7d7d7;
  background-color: rgba(20, 20, 20, 0.04);
  color: #484848;
}

@media (min-width: 992px) {
  .xe-brand-widget-product-wrap {
    padding: 40px 0;
  }
  /* 위젯 타이틀 */
  .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: 135%;
    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 */





/* /plugins/xehub_custom_develop/views/Skins/Widgets/Htmls/CategoryWidgetSkin/assets/css/styled12b.css */
.category-list-type-box .category-list-type-menu {
  margin: 0 -15px;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid  #ececec;
}

.category-list-type-box .category-list-type-menu::after {
  content: '';
  display: block;
  clear: both;
}

.category-list-type-box .category-list-type-menu .shop-list-type-item {
  float: left;
  width: 33.333%;
  text-align: center;
}

.category-list-type-box .category-list-type-menu .shop-list-type-item .shop-list-link {
  display: block;
  padding: 4px;
  color: #767676;
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 20px;
  text-decoration: none;
}

.category-list-type-box .category-list-type-menu .shop-list-type-item .shop-list-link.on {
  color: #ff5630;
}

@media (min-width: 992px) {
  .category-list-type-box {
    display: none;
  }
}

