@charset "UTF-8";
.xe-brand-widget-product-wrap.xe-brand-widget-review-wrap {
  padding: 40px 0;
}

.xe-brand-widget__bg {
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  bottom: 0;
  z-index: -1;
}

/* 위젯 타이틀 */
.xe-brand-widget-review__header {
  position: relative;
  text-align: center;
}

.xe-brand-widget-review__header .xe-brand-widget-review__title {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.xe-brand-product-review__contents .product-review__list {
  list-style: none;
  padding: 0;
  margin: 0 -8px;
  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-review__contents .product-review__item {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}

.xe-brand-product-review__contents .product-review__item .product-review__link {
  display: block;
  position: relative;
  text-decoration: none;
}

.xe-brand-product-review__contents .product-review__item .product-review__link2 {
  display: block;
  position: relative;
  text-decoration: none;
}

.xe-brand-product-review__contents .product-review__item .review__thumbnail {
  position: relative;
}

.xe-brand-product-review__contents .product-review__item .review__thumbnail .review__thumbnail-img {
  width: 100%;
  padding-top: 35%;
  /*padding-top: 44%;*/
  background-size: cover;
  background-position: right; /* 이미지가 잘릴 때 우측을 기준으로 맞춤 */
}

.xe-brand-product-review__contents .product-review__item .goods__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
}

.xe-brand-product-review__contents .product-review__item .goods__thumbnail .goods__thumbnail-img {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
}

.xe-brand-product-review__contents .product-review__item .product-review__info {
  border: 1px solid #ececec;
  padding: 12px;
  background-color: #fff;
}

.xe-brand-product-review__contents .product-review__item .product-review__info .product-review__info-item {
  margin-bottom: 8px;
  position: relative;
  padding-left: 44px;
}

.xe-brand-product-review__contents .product-review__item .product-review__info .product-review__tit {
  letter-spacing: -0.6px;
  color: #141414;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 16px;
  margin-bottom: 4px;
}

.xe-brand-product-review__contents .product-review__item .product-review__info .review-text {
  margin: 0;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.4px;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 51px;
  word-break: break-all;
}

.xe-brand-product-review__contents .product-review__item .product-review__info .product-review__user {
  margin-top: 4px;
}

.xe-brand-product-review__contents .product-review__item .product-review__info .product-review__user .user-id {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.4px;
  color: #2684ff;
}

.xe-brand-product-review__contents .product-review__item .xe-product__star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xe-brand-product-review__contents .product-review__item .xe-product__star-rating .xe-product__star-score {
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  background-image: url(../images/icon_star.svg);
}

.xe-brand-product-review__contents .product-review__item .xe-product__star-rating .xe-product__star-score.on {
  background-image: url(../img/icon_star_on.svg);
}

@media (min-width: 992px) {
  .xe-brand-widget-product-wrap.xe-brand-widget-review-wrap {
    padding: 80px 0;
  }
  /* 위젯 타이틀 */
  .xe-brand-widget-review__header {
    text-align: center;
  }
  .xe-brand-widget-review__header .xe-brand-widget-review__title {
    margin: 0 0 32px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.8px;
  }
  .xe-brand-product-review__contents .product-review__item {
    width: 25%;
  }
}

/* 리뷰팝업 */
.xe-brand-product-review__layer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 95;
  background: rgba(0, 0, 0, 0.75);
}

.xe-brand-product-review__popup {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  position: relative;
}

.xe-brand-product-review__popup .review__popup-close {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  background-image: url(../images/icon_close_round.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.xe-brand-product-review__popup .review__popup-close:hover {
  cursor: pointer;
}

.xe-brand-product-review__popup .review__popup-original-btn {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  background-image: url(../images/icon_magnifying_glass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.xe-brand-product-review__popup .review__popup-original-btn:hover {
  cursor: pointer;
}

.xe-brand-product-review__popup .product-review__popup-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.xe-brand-product-review__popup .product-review__item {
  width: 100%;
}

.xe-brand-product-review__popup .product-review__item .product-review__box {
  display: block;
  position: relative;
}

.xe-brand-product-review__popup .product-review__item .product-review__box .product-review__user-goods-slide {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xe-brand-product-review__popup .product-review__item .product-review__box .product-review__user-goods-slide .user-goods-slide-item .user-goods-slide-item-img {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.xe-brand-product-review__popup .product-review__item .product-review__box .product-review__user-goods-slide .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 15;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.xe-brand-product-review__popup .product-review__item .product-review__box .product-review__user-goods-slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: auto;
  height: auto;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.xe-brand-product-review__popup .product-review__item .product-review__box .product-review__user-goods-slide .slick-dots li button:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
}

.xe-brand-product-review__popup .product-review__item .product-review__box .product-review__user-goods-slide .slick-dots li.slick-active button:after {
  background-color: #fff;
}

.xe-brand-product-review__popup .product-review__item .product-review__box .product-review__user-goods-slide .slick-arrow {
  position: absolute;
  top: 50%;
  -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: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.xe-brand-product-review__popup .product-review__item .product-review__box .product-review__user-goods-slide .slick-arrow.slick-prev {
  left: 12.5px;
}

.xe-brand-product-review__popup .product-review__item .product-review__box .product-review__user-goods-slide .slick-arrow.slick-prev:before {
  font-family: 'xeicon';
  content: "\e93c";
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  width: 100%;
  height: 100%;
}

.xe-brand-product-review__popup .product-review__item .product-review__box .product-review__user-goods-slide .slick-arrow.slick-next {
  right: 12.5px;
}

.xe-brand-product-review__popup .product-review__item .product-review__box .product-review__user-goods-slide .slick-arrow.slick-next:before {
  content: "\e93f";
  font-family: 'xeicon';
  text-align: center;
  display: block;
  font-size: 24px;
  line-height: 48px;
  width: 100%;
  height: 100%;
}

.xe-brand-product-review__popup .product-review__item .goods__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}

.xe-brand-product-review__popup .product-review__item .goods__thumbnail .goods__thumbnail-img {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
}

.xe-brand-product-review__popup .product-review__item .product-review__info {
  border: 1px solid #ececec;
  background-color: #fff;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review__info-link {
  padding: 15px;
  background-color: #f9f9f9;
  text-decoration: none;
  display: block;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review__info-item {
  margin-bottom: 8px;
  position: relative;
  padding-left: 75px;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review__tit {
  letter-spacing: -0.6px;
  color: #141414;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 16px;
  margin-bottom: 4px;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review-option {
  padding: 15px;
  border-bottom: 1px solid #ececec;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review-option .option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review-option .option__list + .option__list {
  margin-top: 8px;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review-option .option__list .option__item {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 20px;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review-option .option__list .option__item-tit {
  color: #141414;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review-option .option__list .option__item-desc {
  color: #767676;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review-option .option__list .option__item-desc .item-desc-list {
  display: block;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review__content {
  padding: 15px;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .review-text {
  letter-spacing: -0.6px;
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review__date {
  margin-top: 4px;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.4px;
  color: #767676;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review__user {
  margin-top: 4px;
}

.xe-brand-product-review__popup .product-review__item .product-review__info .product-review__user .user-id {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.4px;
  color: #2684ff;
}

.xe-brand-product-review__popup .product-review__item .xe-product__star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xe-brand-product-review__popup .product-review__item .xe-product__star-rating .xe-product__star-score {
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  background-image: url(../images/icon_star.svg);
}

.xe-brand-product-review__popup .product-review__item .xe-product__star-rating .xe-product__star-score.on {
  background-image: url(../img/icon_star_on.svg);
}

@media (min-width: 992px) {
  .xe-brand-product-review__popup {
    max-width: 982px;
    overflow: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .xe-brand-product-review__popup .review__popup-close {
    top: 0;
    right: -47px;
  }
  .xe-brand-product-review__popup .product-review__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xe-brand-product-review__popup .product-review__item .product-review__box {
    width: calc(100% - 300px);
  }
  .xe-brand-product-review__popup .product-review__item .product-review__info {
    width: 300px;
    overflow-y: auto;
  }
}

/*# sourceMappingURL=review.css.map */
