.mt-24 {
  margin-top: 24px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.h-200 {
  height: 200px !important;
}

.h-852 {
  height: 852px !important;
}

.scroll-h-800 {
  max-height: 800px;
  overflow-y: auto;
}

.scroll-h-803 {
  max-height: 803px;
  overflow-y: auto;
}

.review-star-bg.size-14 {
  height: 14px;
  width: 90px;
  background: url('../img/icon/icon_star_14.svg') repeat-x left center;
}

.review-star-bg.size-14 .review-star {
  background: url('../img/icon/icon_star_14_active.svg') repeat-x left center;
  height: 14px;
}

.review-star-bg.size-16 {
  height: 16px;
  width: 100px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy45OTUgMTIuNTI1TDEyLjkzNyAxNmwtMS42MDUtNi4wMThMMTYgNi4xMDdsLTUuOTM1LS4yNDRMNy45OTUgMGwtMi4wNiA1Ljg2M0wwIDYuMTA3bDQuNjY4IDMuODc1TDMuMDYzIDE2bDQuOTMyLTMuNDc1eiIgZmlsbD0iI0RERCIvPjwvc3ZnPg==') repeat-x left center;
  background-size: 20px 16px;
  margin-left: -2px;
}

.review-star-bg.size-16 .review-star {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4wMDUgMTIuNTI1TDEyLjk0OCAxNmwtMS42MTYtNi4wMThMMTYgNi4xMDdsLTUuOTM1LS4yNDRMOC4wMDUgMGwtMi4wNiA1Ljg2M0wwIDYuMTA3bDQuNjY4IDMuODc1TDMuMDUyIDE2bDQuOTUzLTMuNDc1eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==') repeat-x left center;
  background-size: 20px 16px;
  height: 16px;
}

.review-star-bg.size-28 {
  height: 28px;
  width: 220px;
  background: url('../img/icon/icon_star_28.svg') repeat-x left center;
  margin: 0 auto;
}

.review-star-bg.size-28 .review-star {
  background: url('../img/icon/icon_star_28_active.svg') repeat-x left center;
  height: 28px;
}

.review-star-bg.size-40 {
  height: 40px;
  width: 280px;
  background: url('../img/icon/icon_star_40.svg') repeat-x left center;
  background-size: auto 40px;
  margin: 0 auto;
}

.review-star-bg.size-40 .review-star {
  background: url('../img/icon/icon_star_40_active.svg') repeat-x left center;
  background-size: auto 40px;
  height: 40px;
}

.review-star-bg.size-20 {
  height: 20px;
  width: 140px;
  background: url('../img/icon/icon_star_40.svg') repeat-x left center;
  background-size: auto 20px;
  margin-left: -4px;
}

.review-star-bg.size-20 .review-star {
  background: url('../img/icon/icon_star_40_active.svg') repeat-x left center;
  background-size: auto 20px;
  height: 20px;
}

.icon-star {
  width: 12px;
  height: 12px;
  background: url(../img/vendor_star_full.svg) no-repeat center;
  background-size: 12px;
}

.review-star-bg {
  position: relative;
}

.review-star-bg .anchor-list {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

.review-star-bg .anchor-list i {
  width: 20%;
  height: 100%;
  cursor: pointer;
}


.grade .reviews strong {
  font-weight: 600;
}

.score-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.score-txt strong {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.score-txt a {
  text-decoration: underline;
}

.reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ttl-reviews {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #333333;
}


.reviews-score-total {
  display: flex;
  width: 100%;
  padding: 13px 0;
  margin-top: -1px;
  text-align: center;
  background: #F7F7F7;
  align-items: center;
  justify-content: center;
}

.reviews-score-total .total-score {
  display: inline-block;
  padding-left: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.reviews-score-total .total-reviews {
  padding-left: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #999;
  display: inline-block;
}

.star-one-big {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 17.2214L17.7916 22L15.5858 13.7252L22 8.39695L13.8153 8.06107L11 0L8.15567 8.06107L0 8.39695L6.41425 13.7252L4.19393 22L11 17.2214Z' fill='%23333333'/%3E%3C/svg%3E");
  vertical-align: middle;
}

.reviews-wrap .clickable {
  cursor: pointer;
}

.reviews-wrap .score-statistics {
  width: calc(50% - 2px);
  height: 216px;
  background: #F7F7F7;
}

.reviews-wrap .score-statistics .statistics-ttl {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  width: 52px;
}

.reviews-wrap .score-statistics a.statistics-ttl {
  text-decoration: underline;
}

.reviews-wrap .score-statistics .statistics-ttl.clickable:hover {
  font-weight: 500;
}

.reviews-wrap .score-statistics .statistics-ttl.active {
  font-weight: 500;
}

.reviews-wrap .score-statistics .review-num {

  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.reviews-wrap .score-statistics .statistics-bar-bg {
  background: #DDDDDD;
  border-radius: 10px;
  width: 160px;
  height: 6px;
  margin: 0 12px;
}

.reviews-wrap .score-statistics .statistics-bar {
  background: #333;
  border-radius: 10px;
  height: 100%;
}

.reviews-wrap .statistics-list li {
  padding: 6px 0;
}

.review-tab-list .review-tab {

  font-style: normal;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
  text-decoration: none;
}

.review-tab-list .review-tab:hover {
  font-weight: 500;
  color: #333;
}

.review-tab-list .review-tab.active {
  font-weight: 500;
  color: #333;
}

.review-tab-list .review-tab:after {
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #DDD;
  transform: translateY(-50%)
}

.review-tab-list .review-tab:last-child:after {
  display: none;
}

.select-pack.size-medium {
  box-sizing: border-box;
  width: 180px;
  height: 38px;
  border: 1px solid #ddd;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  padding: 0 40px 0 16px;
  background: #fff url(../img/icon_select_medium.svg) no-repeat scroll right 16px center;
  background-size: 11px 8px;
  -webkit-appearance: none;

}

.select-pack.size-medium .count {
  color: #999;
}

.select-pack.size-small {
  box-sizing: border-box;
  width: 160px;
  height: 38px;
  border: 1px solid #ddd;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  padding: 0 40px 0 16px;
  background: #fff url(../img/icon_select_medium.svg) no-repeat scroll right 16px center;
  background-size: 11px 8px;
  -webkit-appearance: none;

}

.review-header {
  padding-bottom: 12px;
}

.review-header-ss li {
  width: 136px;
  height: 136px;
  cursor: pointer;
  overflow: hidden;
}

.review-header-ss li img {
  transition: .3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-header-ss li img:hover {
  transform: scale(1.2);
}

.review-header-ss.more-ss li:last-child {
  position: relative;
}

.review-header-ss.more-ss li .more-num {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  position: absolute;
  left: 0;
  top: 0;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FAFCFC;
}

.review-box {
  padding-bottom: 32px;
  border-bottom: 1px solid #f7f7f7;
}

.review-info {
  width: 216px;
}

.review-date {
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

.review-photos-right .earned {
  color: #159E9E;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 24px;
}

.review-detail {
  width: calc(100% - 216px);
}

.review-cons-head .review-date {
  font-size: 12px;
}

.review-cons-area {
  overflow: hidden;
}

.review-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  height: auto;
  max-height: 44px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
}

.review-txt.active {
  display: block;
  max-height: none;
}

.review-txt-read-more {
  color: #666;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-decoration-line: underline!important;
}

.review-ss li {
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin-right: 8px;
  overflow: hidden;
  position: relative;
}

.review-ss li img {
  width: 100%;
  height: 100%;
  transition: .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}


.review-ss li img:hover {
  transform: scale(1.2);
  top: 0%;
  left: 0%;
}

.btn-helpful {
  height: 34px;
  line-height: normal;
  padding: 0 24px;

  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #666666;
  background: #F7F7F7;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}

.btn-helpful span:first-child {
    margin: 0 8px;
    display: inline-block;
    width: 13px;
    height: 18px;
    background: url(../img/icon/icon_helpful.svg) no-repeat center;
    vertical-align: text-bottom;
}

.btn-helpful:hover {
  color: #159E9E;
  background: #ECFBFC;
  border: 1px solid #3CB0B4;
  border-radius: 2px;
}

.btn-helpful:hover span:first-child {
    background: url(../img/icon/icon_helpful_active.svg) no-repeat center;
}

.btn-helpful.active {
  color: #159E9E;
  background: #ECFBFC;
  border: 1px solid #3CB0B4;
  border-radius: 2px;
}

.btn-helpful.active span:first-child {
    background: url(../img/icon/icon_helpful_active.svg) no-repeat center;
}

.comment-area {
  background: #F7F7F7;
  border-radius: 4px;
  position: relative;
  padding: 24px 24px 24px 59px;
}

.comment-area:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 19px;
  height: 16px;
  background: url('../img/icon/icon_replay.svg') no-repeat center;
  background-size: cover;
}

.comment-area .btn-fold {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 11px;
  height: 6px;
  background: url('../img/icon/icon_fold.svg') no-repeat center;
  background-size: cover;
}

.comment-area .btn-fold:hover {
  background: url('../img/icon/icon_fold_active.svg') no-repeat center;
}

.comment-area.active .btn-fold {
  transform: rotate(180deg);
}

.comment-area.active .btn-fold:hover {
  transform: rotate(180deg);
}

.comment-area .comment-ttl {

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

.comment-area .comment-date {

  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

.comment-area .comment-detail {

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  height: auto;
  max-height: 44px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
}

.comment-area.active .comment-detail {
  display: block;
  max-height: max-content;
}

.cmn-tooltip-wrap {
  position: absolute;
  box-sizing: border-box;
  box-shadow: none;
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  border-radius: 2px;
  top: calc(100% + 5px);
  z-index: 11;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 16px;
  display: none;
  cursor: default;

}

.cmn-tooltip-wrap.w-116 .review-point {
  width: 116px;
}

.cmn-tooltip-wrap.review-point {
  display: block;
  width: 204px;
  top: 26px;
  left: auto;
  right: -10px;
  transform: none;
  padding: 16px 16px 0;
  display: none;
}

.helpful-txt {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.icon-info:hover .cmn-tooltip-wrap.review-point {
  display: block;
}

.cmn-tooltip-wrap.review-point:before {
  right: 6px;
  left: auto;
}

.cmn-tooltip-wrap.review-point .tooltip-ttl {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 1px dashed #DDDDDD;
}

.cmn-tooltip-wrap.review-point .point-area {
  background-color: transparent;
  padding: 0;
}

.cmn-tooltip-wrap.review-point .point-area strong {
  font-weight: 700;
}

.cmn-tooltip-wrap.review-point .point-area .total {
  background-color: transparent;
  padding: 0;
  background: #F7F7F7;
  padding: 8px 16px;
  margin: 0 -16px;
}

.cmn-tooltip-wrap.review-point .point-area .point-area-txt {
  padding-bottom: 16px;
  text-transform: none;
}

.tooltip.reward_icon:hover .cmn-tooltip-wrap {
  display: block;
}

.pdt_wrap.renewal_premium .item_point_info_wrap .earning b:hover .cmn-tooltip-wrap {
  display: block;
}

.cmn-tooltip-wrap.w-116 {
  width: 116px;
}

.cmn-tooltip-wrap.w-204 {
  width: 204px;
}

.cmn-tooltip-wrap.w-284 {
  width: 284px;
}

.cmn-tooltip-wrap:before {
  position: absolute;
  content: '';
  left: 50%;
  background: white;
  width: 10px;
  height: 10px;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  transform: translateX(-50%) rotate(-45deg);
  top: -6px;
}

.cmn-tooltip-wrap .tooltip-ttl {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: none;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 1px dashed #DDDDDD;
}

.cmn-tooltip-wrap .tooltip-sub-ttl {

  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  text-transform: capitalize;
  color: #666;
  text-align: center;
}

.cmn-tooltip-wrap .tooltip-txt {

  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #666;
  text-align: left;
}

.cmn-tooltip-wrap .tooltip-txt strong {
  font-weight: 500;
}

.cmn-tooltip-wrap .point-area {
  background: #F7F7F7;
  padding: 8px;
  font-size: 11px;
  line-height: 18px;
  color: #666;
}

.cmn-tooltip-wrap .point-area strong {
  font-weight: 500;
}

.cmn-tooltip-wrap .point-area span {
  font-weight: 400;
}

.cmn-tooltip-wrap .tooltip-txt-list {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #666;
  text-indent: -7px;
  padding-left: 7px;
}

.cmn-tooltip-wrap .tooltip-txt-list li+li {
  margin-top: 12px;
}

.cmn-tooltip-wrap .tooltip-txt-list strong {
  font-weight: 500;
}

.review-popup-wrap.is-active {
  display: flex;
}

.review-popup-wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.review-popup-wrap .popup-contents {
  width: 1100px;
  background: #FFFFFF;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: visible;
  padding: 12px 0 0;
  position: relative;
}

.review-popup-wrap .popup-contents.w-600 {
  width: 600px;
}

.review-popup-wrap .popup-contents.w-760 {
  width: 760px;
}

.review-popup-wrap .popup-contents.w-864 {
  width: 864px;
}

.review-popup-wrap .popup-contents.w-880 {
  width: 880px;
}

.review-popup-wrap .popup-contents.w-1170 {
  width: 1170px;
}

.review-popup-wrap .popup-contents .popup-ttl {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  padding-bottom: 12px;
  border-bottom: 1px solid #ECECEC;
}

.review-popup-wrap .popup-contents .popup-close {
  width: 14px;
  height: 14px;
  background: url(../img/icon_close.svg) no-repeat center;
  background-size: 14px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.review-popup-wrap .popup-contents .popup-main {
  padding: 32px 16px 32px 32px;
  margin-right: 12px;
  max-height: calc(100vh - 265px);
  overflow: hidden;
  overflow-y: auto;
}

.review-popup-wrap .popup-contents .popup-main.review-total {
  padding: 0;
  margin: 0;
  max-height: calc(100vh - 265px);
  overflow-y: hidden;
}

.review-popup-wrap .popup-contents .popup-main.roller {
  padding: 32px 20px 32px 32px;
  margin: 0 12px 24px 0;
  max-height: calc(100vh - 265px);
  overflow: hidden;
  overflow-y: auto;
}

.review-popup-wrap .popup-contents .popup-main.pr-0 {
  padding-right: 0;
}

.review-popup-wrap .popup-contents .popup-main.pr-0 .review-cons-area {
  margin-right: 12px;
  padding-right: 12px;
}

.review-popup-wrap .popup-contents .popup-main .scroll-wrap {
  margin: 0 12px 24px 0;
  padding: 32px 20px 32px 32px;
  max-height: calc(100vh - 265px - 50px - 24px);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.review-popup-wrap .popup-contents .popup-main .scroll-wrap::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
  background-color: transparent;
}

.review-popup-wrap .popup-contents .popup-main.pr-0 {
  padding-right: 0;
}

.review-popup-wrap .popup-contents .popup-main .scroll-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 3px;
}

.review-popup-wrap .popup-contents .popup-main .scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

.review-popup-wrap .popup-contents .popup-main.popup-main-photos {
  padding: 20px 16px;
}

.review-popup-wrap .popup-contents .popup-main .btn-review {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 12px;
  border-radius: 24px;
  background: #F7F7F7;
  border: none;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  cursor: default;
}

.review-photos-wrap :is(.swiper-button-prev, .swiper-button-next) {
  width: 39px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.review-popup-wrap .popup-contents .popup-main .swiper-pagination {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  position: absolute;
  top: 50px;
  left: 50px;
}

.review-photos-wrap .swiper-button-disabled {
  display: none;
}

.review-photos-wrap .swiper-button-prev {
  left: -50px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCAzOSA3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzQgNjRMNSAzNCAzNCA0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzaGFwZS1yZW5kZXJpbmc9ImNyaXNwRWRnZXMiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjg5MV85NTIzKSIvPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yODkxXzk1MjMiIHg9IjAiIHk9IjAiIHdpZHRoPSIzOSIgaGVpZ2h0PSI3MCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEuNSIvPjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNiAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI4OTFfOTUyMyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yODkxXzk1MjMiIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+');
}

.review-photos-wrap .swiper-button-next {
  right: -50px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCAzOSA3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSA2NGwyOS0zMEw1IDQiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHNoYXBlLXJlbmRlcmluZz0iY3Jpc3BFZGdlcyIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8yODkxXzk1MjIpIi8+PGRlZnM+PGZpbHRlciBpZD0iZmlsdGVyMF9kXzI4OTFfOTUyMiIgeD0iMCIgeT0iMCIgd2lkdGg9IjM5IiBoZWlnaHQ9IjcwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+PGZlT2Zmc2V0IGR5PSIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMS41Ii8+PGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE2IDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjg5MV85NTIyIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzI4OTFfOTUyMiIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjwvZGVmcz48L3N2Zz4=');
}

.reviews-wrap .reviews-ttl {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  padding-bottom: 12px;
  border-bottom: 1px solid #cdcdcd;
}

.reviews-wrap .reviews-ttl strong {
  font-weight: 500;
}

.reviews-wrap .reviews-ttl .clear-filter {
  color: #666;
  text-decoration: underline;
  margin-left: 10px;
}

.reviews-wrap .product-wrap {
  background: #F7F7F7;
  padding: 12px 16px;
}

.reviews-wrap .product-wrap .product-thumb {
  width: 29px;
  height: 44px;
  margin-right: 8px;
}

.reviews-wrap .product-wrap .product-thumb img {
  width: 100%;
  height: auto;
}

.reviews-wrap .product-wrap .product-info {
  width: calc(100% - 37px);
  flex: 1;
}

.reviews-wrap .product-wrap .product-name {

  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  word-wrap: break-word;
  word-break: break-word;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reviews-wrap .product-wrap .product-price {

  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.popup-preview-box {
  padding-bottom: 24px;
  border-bottom: 1px solid #ECECEC;
}

.popup-preview-box:last-child {
  padding: 0;
  border: none;
}

.popup-preview-box>a {
  text-decoration: none;
}

.popup-preview-box .review-txt {
  margin-top: 16px;
}

.review-popup-wrap .popup-main.photos-wrap {
  padding: 24px;
  max-height: calc(100vh - 109px);
}

.review-photos-swiper .swiper-slide {
  height: 712px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
}

.review-photos-swiper .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.review-photos-thumb .swiper-slide {
  width: 82px;
  height: 82px;
  text-align: center;
  background: #666666;
  position: relative;
}

.review-photos-thumb .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.review-photos-thumb .swiper-slide img.landscape {
  width: 100%;
  height: auto;
}


.review-photos-thumb .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.8);
  z-index: 10;
}

.review-photos-thumb .swiper-slide.swiper-slide-thumb-active:after {
  display: none;
}

.review-photos-swiper .review-photos-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 16px;
  height: 28px;
  background: url("../img/icon/btn_review_photo_prev.svg") no-repeat center;
  background-size: cover;
  z-index: 1;
  cursor: pointer;
}

.review-photos-swiper .review-photos-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 16px;
  height: 28px;
  background: url("../img/icon/btn_review_photo_next.svg") no-repeat center;
  background-size: cover;
  z-index: 1;
  cursor: pointer;
}

.review-photos-next.swiper-button-disabled {
  display: none !important;
}

.review-photos-prev.swiper-button-disabled {
  display: none !important;
}

.review-photos-left {
  position: relative;
  width: 536px;
}

.review-photos-left .review-photos-swiper .swiper-slide {
  height: 536px;
}

.review-photos-left .review-photos-thumb .swiper-slide {
  width: 60px;
  height: 60px;
}

.review-photos-right {
  width: calc(100% - 560px);
  position: relative;
}


.photos-list .photo-cell {
  width: 132px;
  height: 132px;
  margin: 0 8px 16px 0;
  position: relative;
  cursor: pointer;
}

.photos-list .photo-cell:nth-child(6n) {
  margin-right: 0;
}

.photos-list .photo-cell img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.view-all-photo {
  padding-left: 18px;
  font-size: 12px;
  line-height: 18px;
  background: url('../img/icon/icon_photo.svg') no-repeat center left;
  text-decoration: underline;

}

.view-all-photo:hover {
  color: #159E9E;
  background: url('../img/icon/icon_photo_active.svg') no-repeat center left;
}

.reviews-wrap .paging {}

.reviews-wrap.write-review a {
  text-decoration: none;
}

.reviews-wrap.write-review .product-wrap .product-thumb {
  width: 45px;
  height: 68px;
  margin-right: 12px;
}

.reviews-wrap.write-review .product-wrap .vendor-name {
  color: #333;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.reviews-wrap.write-review .product-wrap .product-name {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.reviews-wrap.write-review .product-wrap .style-code {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.reviews-wrap .rating-ttl {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
}

.reviews-wrap .rating-txt {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.reviews-wrap .review-star-bg {
  margin-top: 4px;
}

.reviews-wrap .review-pts {
  margin-top: 16px;
}

.reviews-wrap .review-pts .ttl-review-pts {
  color: #333;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.review-pts .point-area {
  font-size: 11px;
  font-style: normal;
  line-height: 18px;
  text-transform: capitalize;
  color: #666;
}

.reviews-wrap .green-color {
  color: #159E9E;
}

.reviews-wrap .icon-info {
  background: url(../img/icon/icon_info.svg) no-repeat center;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  vertical-align: top;
  margin-left: 4px;
  position: relative;
  vertical-align: middle;
}

.icon-checkmark {
  background: url('../img/icon/icon_checkmark.svg') no-repeat center left;
  background-size: 10px 8px;
  padding-left: 14px;
}

.icon-checkmark.active {
  background: url('../img/icon/icon_checkmark_active.svg') no-repeat center left;
}

.reviews-wrap .review-header-txt {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.reviews-wrap .review-textarea {
  font-size: 0;
}

.reviews-wrap .review-textarea textarea {
  border: 1px solid #DDD;
  background: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(228, 228, 228, 0.25) inset;
  box-sizing: border-box;
  width: 100%;
  height: 98px;
  padding: 16px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  resize: none;
}

.reviews-wrap .review-textarea textarea:focus {
  border: 1px solid #3CB0B4;
}

.reviews-wrap .review-textarea textarea::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
}

.reviews-wrap .review-textarea textarea::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 3px;
}

.reviews-wrap .review-textarea textarea::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

.reviews-wrap .review-textarea .input-num {
  color: #999;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 4px;
}

.reviews-wrap .review-textarea-header {
  margin-top: 4px;
}

.reviews-wrap .browse-photo-area {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 16px;
  text-align: center;
  margin-top: 8px;
}

.reviews-wrap .browse-photo-area.warning-line {
  border: 1px solid #FF5859;
}

.reviews-wrap .error-info-area {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.reviews-wrap .browse-photo-area .browse-photo-txt {
  color: #666;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.reviews-wrap .browse-photo-area input[type=file] {
  display: none;
}

.reviews-wrap .browse-photo-area .browse-label-wrap {
  position: relative;
}

.reviews-wrap .browse-photo-area .browse-photo-label {
  display: inline-block;
  color: #FFF;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  background: #333;
  padding: 0 24px;
  cursor: pointer;
}

.reviews-wrap .browse-photo-area .browse-photo-label:hover {
  background-color: #3CB0B4;
  color: #fff;
}

.reviews-wrap .browse-photo-area .browse-photo-label.disabled {
  background: #E9E9E9;
  color: #B3B3B3;
  cursor: default;
  pointer-events: none;
}

.reviews-wrap .browse-photo-area .attachment-guide {
  display: inline-block;
  color: #159E9E;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-decoration-line: underline;
  text-transform: capitalize;
  margin-top: 8px;
}

.review-ss .btn-del-ss {
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/icon/btn_del_ss.svg') no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}

.review-popup-wrap .btn-white {
  display: block;
  width: 260px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #333;
  background: transparent;
  color: #333;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.review-popup-wrap .btn-white:hover {
  background-color: #333;
  color: #fff;
}

.review-popup-wrap .btn-black {
  display: block;
  width: 260px;
  height: 40px;
  box-sizing: border-box;
  background: #333;
  color: #fff;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.review-popup-wrap .btn-black:hover {
  background-color: #3CB0B4;
  color: #fff;
}

.review-popup-wrap .btn-black:disabled {
  background: #E9E9E9;
  color: #B3B3B3;
  cursor: default;
}

.write-review-note {
  background-color: #f7f7f7;
  padding: 16px 16px 16px 32px;
  border-radius: 0 0 8px 8px;
}

.write-review-note ul {
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow-y: hidden;
  padding-right: 16px;
}

.write-review-note ul.active {
  display: block;
  overflow-y: auto;
}

.write-review-note ul li {
  color: #666;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.write-review-note .prior-notice {
  padding-left: 6px;
}

.write-review-note .notice-less {
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
  justify-content: flex-end;
  margin: 4px 4px 0 0;
}

.prior-notice a {
  display: block;
}

.review-popup-wrap .popup-contents .example-wrap {
  max-height: calc(100vh - 215px);
}

.popup-contents .browse-popup-txt {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.popup-contents .browse-popup-txt strong {
  font-weight: 500;
}

.popup-contents ul.browse-popup-txt {
  padding-left: 5px;
}

.popup-contents .example {
  margin-top: 8px;
}

.popup-contents .example+.example {
  margin-top: 12px;
}

.popup-contents .example .example-ttl {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.popup-contents .example-photo-list {
  display: flex;
  margin-top: 8px;
}

.popup-contents .example-photo-list li {
  width: 168px;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-contents .example-photo-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-contents .example-photo-list li+li {
  margin-left: 16px;
}

.popup-contents .popup-foot {
  display: flex;
  background: #F7F7F7;
  padding: 24px 32px;
  border-radius: 0px 0px 8px 8px;
}

.popup-contents .popup-foot.center {
  justify-content: center;
}

.browse-popup .guide-img {
  position: relative;
  border: 1px solid #DDD;
}

.browse-popup .btn-close-guide {
  display: block;
  width: 9px;
  height: 9px;
  background: url('../img/icon/icon_close_guide.svg') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}

.review-popup-wrap .confirm-txt {
  color: #666;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.review-popup-wrap .confirm-txt strong {
  font-weight: 500;
}

.review-popup-wrap .note-txt {
  color: #333;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.review-popup-wrap .popup-btm-btn {
  background-color: #F7F7F7;
  padding: 24px 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.review-popup-wrap .icon-complete {
  text-align: center;
}

.review-popup-wrap .complete-txt {
  color: #666;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.review-popup-wrap .icon-reward {
  display: inline-block;
  padding-left: 70px;
  background: url('../img/icon/icon_reward.svg') no-repeat left center;
  color: #159E9E;

  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
}

.review-popup-wrap .icon-reward.size-s {
  background-size: 36px 40px;
  font-size: 24px;
  padding-left: 44px;
}

.review-popup-wrap .earn-pts {
  border-radius: 2px;
  width: 244px;
}

.review-popup-wrap .earn-pts .earn-pts-ttl {
  color: #FFF;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  background-color: #3CB0B4;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.review-popup-wrap .earn-pts.gray .earn-pts-ttl {
  background-color: #999;
}

.review-popup-wrap .earn-pts .reward-area {
  background-color: #ECFBFC;
  height: 72px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.review-popup-wrap .earn-pts.gray .reward-area {
  background-color: #F7F7F7;
}

.review-popup-wrap .earn-pts.gray .icon-reward.size-s {
  color: #999;
  background: url('../img/icon/icon_reward_gray.svg') no-repeat left center;
}

.review-pts .review-pts-txt {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.reviews-wrap .common-sub-ttl {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.reviews-wrap .vendorname-says {}

.reviews-wrap .vendorname-says-list {
  position: relative;
  margin-top: 12px;
}

.reviews-wrap .vendorname-says-list .swiper-slide {
  width: 232px;
  height: 348px;
  background: url('../img/bg_fg_vs.png');
}

.reviews-wrap .vendorname-says-list .swiper-slide a {
  width: 232px;
  height: 348px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews-wrap .vendorname-says-list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-wrap .vendorname-says-list :is(.swiper-button-next, .swiper-button-prev) {
  width: 32px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}

.reviews-wrap .vendorname-says-list .swiper-button-next {
  right: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCAzMiA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzIgMGgtOC44QzEwLjQzMiAwIC4wNzMgMTAuNjY5IDAgMjMuODZ2LjI4Qy4wNzMgMzcuMzMzIDEwLjQzMiA0OCAyMy4yIDQ4SDMyVjB6IiBmaWxsPSIjOTk5IiBmaWxsLW9wYWNpdHk9Ii44Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4wODMgMTcuMzE2bC0uNTY2LjU2NkwyMi42MzQgMjRsLTYuMTE3IDYuMTE4LjU2Ni41NjVMMjMuNzY2IDI0bC02LjY4My02LjY4M3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=') no-repeat center;
}

.reviews-wrap .vendorname-says-list .swiper-button-prev {
  left: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCAzMiA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDguOEMyMS41NjggMCAzMS45MjcgMTAuNjY5IDMyIDIzLjg2di4yOEMzMS45MjcgMzcuMzMzIDIxLjU2OCA0OCA4LjggNDhIMFYweiIgZmlsbD0iIzk5OSIgZmlsbC1vcGFjaXR5PSIuOCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuOTE3IDE3LjMxNmwuNTY2LjU2Nkw5LjM2NiAyNGw2LjExNyA2LjExOC0uNTY2LjU2NUw4LjIzNCAyNGw2LjY4My02LjY4M3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=') no-repeat center;
}

.reviews-wrap .vendorname-says-list .swiper-button-disabled {
  display: none !important;
}

.reviews-wrap .vendorname-says-list .tip-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 348px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.20);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  pointer-events: none;
}

.reviews-wrap .vendorname-says-txt {
  height: 44px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 12px;
  overflow-wrap:break-word;
  word-break:break-all;
}

.reviews-wrap .vendorname-says-txt.active {
  display: block;
  height: auto;
  overflow: visible;
}

.reviews-wrap .read-toggle {
  margin-top: 2px;
}

.reviews-wrap .read-toggle a {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-decoration-line: underline;
}

.reviews-wrap .reviewed-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #ddd;
  margin-top: 16px;
}

.reviews-wrap .reviewed-date-ttl {
  color: #999;
  font-size: 14px;
  line-height: 22px;
}

.reviews-wrap .reviewed-date-num {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.reviews-wrap .reviewed-date-num strong {
  color: #666;
}

.rewards-history {}

.rewards-history .search-area {
  display: flex;
  margin-top: 32px;
}

.rewards-history .search-area .search-item {
  display: flex;
  align-items: center;
}

.rewards-history .search-area .search-item+.search-item {
  margin-left: 24px;
}

.rewards-history .search-item-ttl {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.rewards-history .search-item select {
  margin-left: 8px;
}

.rewards-history .search-area button {
  width: 100px;
  height: 40px;
  line-height: 38px;
  font-weight: 500;
}

.rewards-history .search-area button+button {
  margin-left: 16px;
}

.rewards-history .history-area {
  padding: 24px;
  margin-top: 24px;
  border: 1px solid #DDD;
  background: #FFF;
}

.rewards-history .history-area .history-filter {
  display: flex;
  justify-content: space-between;
}

.rewards-history .history-list {
  margin-top: 24px;
}

.rewards-history .history-list {
  width: 100%;
}

.rewards-history .history-list th {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 12px 8px;
  background: #DDD;
}

.rewards-history .history-list :is(th:first-of-type, td:first-of-type) {
  padding-left: 12px;
}

.rewards-history .history-list :is(th:first-of-type, td:first-of-type) {
  padding-right: 12px;
}

.rewards-history .history-list td {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  padding: 12px 8px;
  height: 60px;
  box-sizing: border-box;
  vertical-align: top;
}

.rewards-history .history-list tr:nth-of-type(odd) td {
  background: #fff;
}

.rewards-history .history-list tr:nth-of-type(even) td {
  background: #F7F7F7;
}

.rewards-history .history-list .product-name {
  display: flex;
  align-items: center;
}

.rewards-history .history-list .company {
  width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rewards-history .history-list .product-name a {
  display: block;
  max-width: 184px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-decoration-line: underline;
  padding-right: 4px;

}

.rewards-history .history-list .product-name .icon-link {
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMCAwaDF2MTJIMHoiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTIgMTF2MUgwdi0xek0xMSA2aDF2NWgtMXpNMTEgMGgxdjVoLTF6Ii8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTEyIDB2MUg3VjB6Ii8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTExLjI5MyAwTDEyIC43MDdsLTcuOTIgNy45Mi0uNzA3LS43MDd6TTYgMHYxSDFWMHoiLz48L3N2Zz4=') no-repeat center;
  background-size: 12px;
}

.rewards-history .history-list .style-num {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 4px;
}

.rewards-history .history-list .points {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.rewards-history .history-list .txt-red {
  color: #FF5859;
}

.rewards-history .history-list .txt-green {
  color: #159E9E;
}

.rewards-history .history-list .txt-black {
  color: #333;
}

.rewards-history .pagination {
  margin-top: 24px;
}

.rewards-history .pagination-list {
  display: flex;
  justify-content: center;
}

.rewards-history .pagination-list li {
  margin-right: 6px;
}

.rewards-history .pagination-list a {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  padding: 0 7px;
}

.rewards-history .pagination-list .active a {
  color: #CDCDCD;
  pointer-events: none;
}

.rewards-history .pagination-list .txt a {
  font-weight: 400;
  padding: 0 10px 0 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8zMjUwXzEzMTQpIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDFfMzI1MF8xMzE0KSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAyXzMyNTBfMTMxNCkiPjxwYXRoIGQ9Ik0uNTM3IDcuMmwzLjItMy4yTC41MzcuOCIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9Ii44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9nPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzMyNTBfMTMxNCI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjEzNykiIGQ9Ik0wIDBoNHY4SDB6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImNsaXAxXzMyNTBfMTMxNCI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjEzNykiIGQ9Ik0wIDBoNHY4SDB6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImNsaXAyXzMyNTBfMTMxNCI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLS4yNjQpIiBkPSJNMCAwaDQuOHY4SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+') no-repeat center right;
}

.amount-rewards {
  border-top: 1px solid #DDD;
  background: #F7F7F7;
  padding: 16px 24px;
}

.amount-rewards.order-detail {
  box-sizing: border-box;
  border: none;
  width: 348px;
  background: #F7F7F7;
  padding: 16px;
  position: absolute;
  top: 5px;
  left: 12px;
}

.amount-rewards-wrap {
  padding-bottom: 12px;
  border-bottom: 1px solid #CDCDCD;
  display: flex;
  justify-content: flex-end;
}

.amount-rewards-wrap .amount-rewards {
  border-top: none;
  background: none;
  padding: 0;
  width: 224px;
}

.price_info .amount-rewards-wrap {
  display: inline-block;
  background: #F7F7F7;
  padding: 16px;
  width: 348px;
  box-sizing: border-box;
}

.price_info .amount-rewards-wrap .amount-rewards {
  width: 100%;
}

.amount-rewards .total-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.amount-rewards .total-data dt {
  color: #333;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.amount-rewards .total-data dd {
  color: #333;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.amount-rewards .sub-data {
  position: relative;
  padding-left: 8px;
  border-left: 2px solid #D9D9D9;
}

.amount-rewards .sub-data .sub-data-object {
  display: flex;
  justify-content: space-between;
}

.amount-rewards .sub-data .sub-data-object>dt {
  color: #666;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.amount-rewards .sub-data .sub-data-object>dd {
  color: #333;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.amount-rewards .icon-sub-info {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icon_notes.svg) no-repeat center;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  vertical-align: -5px;
}

.amount-rewards .icon-sub-info:hover .cmn-tooltip-wrap {
  display: block;
  top: calc(100% + 2px);
}

.amount-rewards .icon-sub-info .tooltip-ttl {
  text-transform: capitalize;
}

.cmn-tooltip-wrap .tooltip-list {
  text-align: left;
  margin-top: 12px;
}

.cmn-tooltip-wrap .tooltip-list li {
  color: #666;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 16px;
  text-indent: -16px;
}

.popup_main {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}

.scroll-wrap {
  height: 779px;
  margin: 0 12px 24px 0;
  padding: 32px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.scroll-wrap::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
  background-color: transparent;
}

.scroll-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 3px;
}

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

.reviews-wrap .reviews-score-mini {
  display: flex;
  margin-top: 12px;
  align-items: center;
}

.reviews-wrap .reviews-score-mini .reviews-score-num {
  padding-left: 8px;
  font-weight: 500;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

.reviews-wrap .reviews-score-mini .reviews-score-num .count {
  font-weight: 400;
  color: #999;
}

.normal-tab-area {
  margin-top: 40px;
}

.list-normal-tab {
  display: flex;
  border-bottom: 1px solid #cdcdcd;
}

.list-normal-tab .btn-normal-tab.active {
  color: #159E9E;
  font-weight: 500;
  border-bottom: 2px solid #3CB0B4;
}

.list-normal-tab .btn-normal-tab {
  padding: 14px 16px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

.review-info {
  width: 260px;
}

.review-info .vendor-say-ttl {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.review-info .vendor-say-ttl.pick {
  padding-right: 20px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%23CDCDCD'/%3E%3Cpath d='M8.46092 11.7395C8.41977 11.7395 8.37862 11.7239 8.34787 11.6928L4.30765 7.65251C4.25012 7.59498 4.24493 7.5039 4.29526 7.44038C4.30645 7.426 5.42416 6.04143 7.00845 6.77286L8.11657 5.66432L8.52683 4.11876C8.54161 4.06323 8.58475 4.02009 8.63988 4.00531C8.6958 3.99093 8.75412 4.00611 8.79447 4.04685L11.9531 7.20549C11.9938 7.24584 12.0094 7.30496 11.9942 7.36009C11.9794 7.41522 11.9363 7.45836 11.8808 7.47314L10.3356 7.883L9.2271 8.99154C9.95732 10.5767 8.57357 11.6936 8.55918 11.7048C8.53002 11.7279 8.49527 11.7391 8.46012 11.7391L8.46092 11.7395ZM4.6408 7.53266L8.46731 11.3592C8.75732 11.0788 9.49434 10.2043 8.89194 9.03229C8.85998 8.97037 8.87197 8.89527 8.9211 8.84613L10.1407 7.62654C10.1607 7.60657 10.1854 7.59218 10.213 7.58499L11.5312 7.23505L8.76491 4.4695L8.41498 5.78776C8.40779 5.81492 8.39341 5.83969 8.37343 5.85967L7.15386 7.07926C7.10472 7.1284 7.02922 7.13998 6.9677 7.10842C5.79567 6.50522 4.92123 7.24264 4.6408 7.53266Z' fill='white'/%3E%3Cpath d='M8.25998 5.74661H8.26318M8.46092 11.7395C8.41977 11.7395 8.37863 11.7239 8.34787 11.6928L4.30765 7.65251C4.25012 7.59498 4.24493 7.5039 4.29526 7.44038C4.30645 7.426 5.42416 6.04143 7.00845 6.77286L8.11657 5.66432L8.52683 4.11876C8.54161 4.06323 8.58475 4.02009 8.63988 4.00531C8.6958 3.99093 8.75412 4.00611 8.79447 4.04685L11.9531 7.20549C11.9938 7.24584 12.0094 7.30496 11.9942 7.36009C11.9794 7.41522 11.9363 7.45836 11.8808 7.47314L10.3356 7.883L9.2271 8.99154C9.95732 10.5767 8.57357 11.6936 8.55918 11.7048C8.53002 11.7279 8.49527 11.7391 8.46012 11.7391L8.46092 11.7395ZM4.6408 7.53266L8.46731 11.3592C8.75732 11.0788 9.49434 10.2043 8.89194 9.03229C8.85998 8.97037 8.87197 8.89527 8.9211 8.84613L10.1407 7.62654C10.1607 7.60657 10.1854 7.59218 10.213 7.58499L11.5312 7.23506L8.76491 4.4695L8.41498 5.78776C8.40779 5.81492 8.39341 5.83969 8.37343 5.85967L7.15386 7.07926C7.10472 7.1284 7.02922 7.13998 6.9677 7.10842C5.79567 6.50522 4.92123 7.24264 4.6408 7.53266Z' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M4.16009 12C4.11894 12 4.0782 11.9844 4.04704 11.9533C3.98432 11.8909 3.98432 11.7895 4.04704 11.7271L6.3276 9.44615C6.38992 9.38383 6.49138 9.38383 6.5537 9.44615C6.61641 9.50887 6.61641 9.60994 6.5537 9.67226L4.27314 11.9533C4.24198 11.9844 4.20083 12 4.16009 12Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E") right center no-repeat;
}

.review-date {
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

.review-detail {
  width: calc(100% - 216px);
}

.review-box-empty {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #cdcdcd;
}

.review-box-empty .icon-review-empty {
  width: 70px;
  height: 70px;
  background: #ECFBFC url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1194 21.8951C9.08304 22.3496 7.338 22.9585 4.76981 23.3751L4.76371 23.3761C3.19444 23.6245 2.11625 22.035 2.68781 20.7006C3.01314 19.9407 3.31153 18.9773 3.47277 18.0532C1.94111 16.2873 1 14.0531 1 11.6012C1 5.53715 6.59775 1 13 1C19.4023 1 25 5.53715 25 11.6012C25 17.6646 19.4035 22.2015 13.0021 22.2025L10.1194 21.8951ZM4.59315 20.1599C4.86289 19.3186 5.07631 18.3893 5.1597 17.5163C3.5672 15.9347 2.6 13.8644 2.6 11.6012C2.6 6.62998 7.2566 2.6 13 2.6C18.7434 2.6 23.4 6.62998 23.4 11.6012C23.4 16.5725 18.7434 20.6025 13 20.6025C11.9699 20.6038 10.9442 20.4716 9.9489 20.209C9.30753 20.5305 7.96384 21.1017 5.79397 21.5581L5.72536 21.5724C5.50426 21.6183 5.27471 21.663 5.03657 21.7061L5.0347 21.7064C4.86536 21.7371 4.69167 21.7669 4.5136 21.7958C4.2536 21.8369 4.056 21.5695 4.1587 21.3303C4.22627 21.1725 4.29288 21.0069 4.35777 20.8352L4.36045 20.8281C4.43632 20.6269 4.50981 20.4173 4.57965 20.2018L4.59315 20.1599Z' fill='%233CB0B4' stroke='%233CB0B4' stroke-width='0.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3637 8.25672C15.706 7.91443 16.261 7.91443 16.6034 8.25672C16.9457 8.59901 16.9457 9.15398 16.6034 9.49627L10.3558 15.7433C10.0135 16.0856 9.45844 16.0856 9.11612 15.7433C8.77379 15.401 8.77379 14.846 9.11612 14.5037L15.3637 8.25672ZM15.8962 8.78916L15.8961 8.78928C15.8961 8.78924 15.8962 8.7892 15.8962 8.78916ZM9.64872 15.0361L9.64861 15.0362C9.64865 15.0361 9.64869 15.0361 9.64872 15.0361Z' fill='%233CB0B4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.356 8.25672C10.0137 7.91443 9.45868 7.91443 9.11636 8.25672C8.77404 8.59901 8.77404 9.15398 9.11636 9.49627L15.3639 15.7433C15.7063 16.0856 16.2613 16.0856 16.6036 15.7433C16.9459 15.401 16.9459 14.846 16.6036 14.5037L10.356 8.25672ZM9.82353 8.78916L9.82365 8.78928C9.82361 8.78924 9.82357 8.7892 9.82353 8.78916ZM16.071 15.0361L16.0711 15.0362C16.0711 15.0361 16.071 15.0361 16.071 15.0361Z' fill='%233CB0B4'/%3E%3C/svg%3E") center no-repeat;
  border-radius: 50%;
}

.review-box-empty .dsc-review-empty {
  margin-top: 8px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.review-cons-head {
  display: flex;
  height: 22px;
  padding-right: 16px;
  align-items: center;
  justify-content: space-between;
}

.review-cons-head .review-cons-ttl {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.review-tl-wrap {
  border-bottom: 1px solid #cdcdcd;
}