@charset "UTF-8";
/*  상품후기 게시판 페이지 스타일 파일입니다. */
.board-reviews img {
  object-fit: contain !important;
}
.board-reviews .tab {
  width: 100%;
}
.board-reviews .tab li {
  width: 100%;
}
.board-reviews .tab li .tab__btn {
  width: 100%;
}
.board-reviews-list {
  border-top: 2px solid var(--color-base-black);
}
.board-reviews-list__search-container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.board-reviews-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.board-reviews-list__item {
  cursor: pointer;
  width: calc(25% - 15px);
  border: 1px solid var(--gray200);
  margin: 10px 0;
}
.board-reviews-list__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  color: var(--color-base-black);
}
.board-reviews-list__reviewed-item {
  cursor: pointer;
  width: calc(25% - 15px);
  border: 1px solid var(--gray200);
  margin: 10px 0;
}
.board-reviews-list__reviewed-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  color: var(--color-base-black);
}
.board-reviews-item__product-review-info {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  font-size: 12px;
}
.board-reviews-item__product-review-info .product-review-info__product-name {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  font-weight: 500;
}
.board-reviews-item__product-review-info .product-review-info__review-count {
  font-size: 14px;
  color: var(--gray500);
}
.board-reviews-item__product-info {
  height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.board-reviews-item__product-info img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--gray200);
}
.board-reviews-item__top {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--gray200);
}
.board-reviews-item__top-img {
  aspect-ratio: 1/1;
  position: relative;
  display: block;
  overflow: hidden;
}
.board-reviews-item__top-img img {
  width: 100%;
  height: 100%;
  display: inline-flex;
}
.board-reviews-item__top-img-cnt {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  padding: 14px;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  background-color: var(--color-base-navy);
  width: 40px;
  height: 40px;
  color: var(--color-base-white);
  text-align: center;
  vertical-align: middle;
}
.board-reviews-item__container {
  padding: 16px 10px;
}
.board-reviews-item__container section {
  text-align: left;
  padding: 10px 0;
}
.board-reviews-item__content {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  height: 60px;
  padding: 10px;
}
.board-reviews-item__write-info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 10px;
}
.board-reviews-item__writer {
  font-size: 16px;
  font-weight: 500;
}
.board-reviews-item__bottom {
  flex: none;
  height: 80px;
}
.board-reviews .pagination {
  margin-top: 40px;
}

.board-review-search-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.board-review-search-field__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 20px 0;
  border-bottom: 2px solid var(--color-base-black);
}
.board-review-search-field__top .board-reviews__title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat";
}
.board-review-search-field .sort-selector__select-btn {
  color: var(--gray500);
  background-color: transparent;
}
.board-review-search-field .sort-selector__select-btn.is-active {
  font-weight: 700;
  color: var(--color-base-black);
}
.board-review-search-field .search-field__select-box {
  width: 140px;
}

.board-reviewed-item__top-img {
  aspect-ratio: 1/1;
  position: relative;
  display: block;
  overflow: hidden;
}
.board-reviewed-item__top-img img {
  width: 100%;
  height: 100%;
  display: inline-flex;
  object-fit: contain;
}
.board-reviewed-item__product-review-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.board-reviewed-item__content .product-review-info__product-name {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 500;
}
.board-reviewed-item__content .product-review-info__product-price {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.board-reviewed-item__content .product-review-info__product-price-unit {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.board-reviewed-item__content .product-review-info__info {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--gray500);
}
.board-reviewed-item__content .product-review-info__review-count {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
.board-reviewed-item__reviews {
  flex: none;
  padding: 10px;
}
.board-reviewed-item__reviews img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--gray200);
}
.board-reviewed-item__reviews .reviews-item {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid var(--gray200);
}
.board-reviewed-item__reviews .reviews-item img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--gray200);
}
.board-reviewed-item__reviews .reviews-item__content {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  font-size: 12px;
  font-weight: 400;
  color: var(--gray600);
}
