.review-lists {
  border-top: 0.2777777778vw solid #E5E5E5;
}
.review-lists h4 {
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
}
.review-lists ul li {
  padding: 3.8888888889vw;
  border-bottom: 1px solid #F2F2F2;
}
.review-lists ul li:last-child {
  border-bottom: none;
}
.review-lists .desc {
  flex: 1;
  padding-right: 3.8888888889vw;
}
.review-lists .desc p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  max-height: 20.2777777778vw;
}
.review-lists .desc .date {
  margin-top: 2.2222222222vw;
}
.review-lists .best {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8.0555555556vw;
  height: 4.4444444444vw;
  background-color: transparent;
  border-radius: 0vw;
  border: 0.2777777778vw solid #477A7B;
  border-radius: 0.5555555556vw;
  font-size: 2.7777777778vw;
  font-weight: 500;
  color: #477A7B;
  text-align: left;
  margin-right: 1.9444444444vw;
}
.review-lists p {
  flex: 1;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 5.2777777778vw;
}
.review-lists .star-rating {
  margin-bottom: 1.6666666667vw;
}
.review-lists .txt {
  margin-top: 1.1111111111vw;
}
.review-lists .txt, .review-lists .date {
  display: block;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #999999;
  text-align: left;
}
.review-lists .pd-review-content {
  display: flex;
  margin: 1.6666666667vw 0 0;
}
.review-lists .pd-review-content a {
  margin: 0 0 0 1.1111111111vw;
}
.review-lists .pd-review-content a img {
  height: 100%;
}
.product-detail-list-more {
  margin: 4.4444444444vw auto 3.3333333333vw;
  width: 38.8888888889vw;
  height: 8.8888888889vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #555555;
  border-radius: 2.7em;
}
.product-detail-list-more::after {
  display: block;
  content: "";
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: url("../images/icons/common/icon_viewall_arrow.png") no-repeat center/100%;
}

.review-lists .btn-show-all {
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #333;
  text-align: left;
}

.reviewer-review ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.reviewer-review ul li {
  margin-right: 2.7777777778vw;
}
.reviewer-review ul li:last-child {
  margin-right: 0;
}
.reviewer-review ul li .pd-img {
  width: 28.8888888889vw;
  height: 28.8888888889vw;
}
.reviewer-review ul li .writer-info {
  display: flex;
  align-items: center;
  margin-top: 1.6666666667vw;
}
.reviewer-review ul li .writer-info i {
  margin-right: 0.5555555556vw;
}
.reviewer-review ul li .writer-info span {
  font-size: 3.0555555556vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
}

.review-info .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 5vw 3.8888888889vw 3.8888888889vw;
}
.review-info .title h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 4.4444444444vw;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.review-info .title a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 3.8888888889vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
}
.review-info .title span {
  margin-left: 1.1111111111vw;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #A4A4A4;
  text-align: left;
}
.review-info .review-none {
  padding: 1.3888888889vw 3.8888888889vw 3.8888888889vw;
  margin: 0 3.8888888889vw 5.5555555556vw;
  background: #F8F8F8;
  border-radius: 1.1111111111vw;
}
.review-info .review-none .list-data-none {
  padding: 0 0 5.5555555556vw;
}
.review-info .review-none .review-point-info {
  padding: 5vw 0 5.5555555556vw;
  border-top: 0.2777777778vw solid #E5E5E5;
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: center;
  line-height: 5.2777777778vw;
}
.review-info .review-none .review-point-info span {
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #477A7B;
  text-align: left;
}

.review-score {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 3.8888888889vw 0 5.5555555556vw;
}
.review-score .left {
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.review-score .left span {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
}
.review-score .left strong {
  display: block;
  margin: 3.8888888889vw 0 2.7777777778vw;
  font-size: 8.3333333333vw;
  font-weight: 500;
  color: #333;
  text-align: left;
}
.review-score .review-points {
  flex: 1;
  display: flex;
  justify-content: center;
  border-left: 0.2777777778vw solid #E5E5E5;
}
.review-score .review-points ul {
  display: flex;
  justify-content: space-between;
  width: 142px;
}
.review-score .review-points ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 87px;
}
.review-score .review-points ul li span {
  font-size: 10px;
  font-weight: 300;
  color: #B3B3B3;
}
.review-score .review-points ul li strong {
  font-size: 12px;
  font-weight: 300;
  color: #7E7E7E;
}
.review-score .review-points ul li .bar {
  position: relative;
  width: 6px;
  height: 50px;
  border-radius: 3px;
  overflow: hidden;
  background: #E6E6E6;
  display: flex;
  flex-direction: column-reverse;
}
.review-score .review-points ul li .bar i {
  background: #00AAFF;
}
.review-score > i {
  width: 1px;
  height: 80px;
  background: #E5E5E5;
}

.product-review-all .review-photo-slide {
  padding-bottom: 4.4444444444vw;
}
.product-review-all .review-photo-slide .pd-img {
  width: 100%;
  height: 100%;
}
.product-review-all .review-photo-slide .swiper-container {
  padding: 0 2.7777777778vw;
}

.review-all-list .review-option {
  margin: 0 3.8888888889vw 3.8888888889vw;
}
.review-all-list .review-option .dw-form.select {
  height: 11.1111111111vw;
}
.review-all-list .review-lists {
  border-top: none;
}
.review-all-list .date {
  margin-top: 2.2222222222vw;
}
.review-all-list ul li:first-child {
  padding-top: 0;
}

.photo-reviews {
  padding: 5.5555555556vw 3.8888888889vw;
  border-top: 0.2777777778vw solid #E5E5E5;
}
.photo-reviews .star-rating {
  display: flex;
  align-items: center;
}
.photo-reviews .star-rating strong {
  margin-left: 2.7777777778vw;
  font-size: 5.5555555556vw;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.photo-reviews .notice-none {
  margin-top: 5.5555555556vw;
  padding: 1.3888888889vw 0 3.6111111111vw;
  background: #F8F8F8;
  border-radius: 1.1111111111vw;
  text-align: center;
}
.photo-reviews .notice-none i {
  margin: 0 auto;
}
.photo-reviews .notice-none span {
  font-size: 3.6111111111vw;
  font-weight: 400;
  color: #7E7E7E;
  text-align: left;
  line-height: 5.2777777778vw;
}
.photo-reviews .review-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.5555555556vw;
}
.photo-reviews .review-items a {
  width: 22.2222222222vw;
  height: 22.2222222222vw;
  background-color: transparent;
  border-radius: 0vw;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 1.1111111111vw;
  margin: 0 1.1111111111vw 1.1111111111vw 0;
  position: relative;
}
.more-img-num {
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.6);
  color: #fff;
  text-align: center;
  font-size: 3.0555555556vw;
}

.photo-reviews .review-items a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  background-color: transparent;
  border-radius: 0vw;
  background: rgba(0, 0, 0, 0.3764705882);
  font-size: 3.0555555556vw;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.photo-reviews .review-items a.show-more {
  position: relative;
}
.photo-reviews .review-items a.show-more .show-more-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.7777777778vw;
  font-weight: 300;
  color: #fff;
}
.photo-reviews .review-items a.show-more .show-more-btn::before {
  display: block;
  content: "";
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background: url("../images/icons/common/icon_main_bnr_plus.png") no-repeat center/100%;
  margin-bottom: 1.3888888889vw;
}
.photo-reviews .review-items a.show-more .more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5019607843);
}
.photo-reviews .review-items a.show-more .more i {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-color: transparent;
  border-radius: 0vw;
}
.photo-reviews .review-items a.show-more .more span {
  display: block;
  margin-top: 0.5555555556vw;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.photo-reviews .review-items a:nth-child(4n) {
  margin-right: 0;
}

.product-review-photo-all ul {
  display: flex;
  flex-wrap: wrap;
}
.product-review-photo-all ul li {
  position: relative;
  margin-right: 0.8333333333vw;
  margin-bottom: 0.8333333333vw;
  width: 32.7%;
  padding-bottom: 32.7%;
  background: transparent no-repeat center/100%;
  background-image: url("https://dev-img.dongwonmall.com/dwmall/static_root/no_img/no_product550.jpg");
}
.product-review-photo-all ul li img {
  display: none;
}
.product-review-photo-all ul li a.pd-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
}
.product-review-photo-all ul li:nth-child(3n) {
  margin-right: 0;
}

.review-photo-detail .star-rating .stars i {
  width: 3.8888888889vw;
  height: 3.8888888889vw;
}
.review-photo-detail .review-lists .date {
  margin-top: 2.2222222222vw;
}

.photo-slide-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 11.1111111111vw;
  height: 16.6666666667vw;
  background: rgba(51, 51, 51, 0.3764705882);
  z-index: 11;
}
.photo-slide-btn i.icon-arrow {
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  background-color: #fff;
}
.photo-slide-btn.slide-prev-btn {
  left: 0;
}
.photo-slide-btn.slide-prev-btn i.icon-arrow {
  transform: rotate(-90deg);
}
.photo-slide-btn.slide-next-btn {
  right: 0;
}
.photo-slide-btn.slide-next-btn i.icon-arrow {
  transform: rotate(90deg);
}

.review-photo-gallery-thumbs {
  padding: 3.0555555556vw 0vw 3.8888888889vw 3.8888888889vw;
}