.mainReview {
  position: relative;
  width: 500px;
}
.mainReview .swiper-container {
  width: 500px; 
}
.mainReview .imagegap {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  box-sizing: border-box;
  height: 182px;
  cursor: pointer;
}
.mainReview .imagegap .list_img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden; 
  background: #f1f1f1;
  position: relative;
}
.mainReview .imagegap .list_img .count {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0,0,0,.4);
  width: 35px;
  height: 35px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif; 
  border-radius: 5px;
}
.mainReview .imagegap .list_txt { 
  width: calc(100% - 170px);
}
.mainReview .imagegap .list_txt.full {
  width: calc(100% - 170px);
}
.mainReview .imagegap .list_txt .info_title {
  overflow:hidden;
  text-overflow: ellipsis; 
  white-space: nowrap;
  width: 235px;
}
.mainReview .imagegap .list_txt .starRate {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.mainReview .imagegap .list_txt .starRate .starValue {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin: 0;
  color: #0e0e0e;
  font-weight: 600;
  margin-bottom: -3px;
  margin-left: 5px;
}
.mainReview .imagegap .list_txt .reviewPush {
  color: #ae75cc;
  border: 1px solid #ae75cc;
  border-radius: 3px;
  display: block;
  font-family: 'AppleSDGothicNeoSB';
  font-size: 12px;
  margin-right: 10px;
  padding: 3px 5px 1px 5px;
}
.mainReview .imagegap .list_txt .info_contents {
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  margin: 0;
  margin-top: 10px;
  word-break: break-all; 
}
.mainReview .imagegap .list_txt .info_contents img {
  display: none;
}
.mainReview .imagegap .titleName {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.mainReview .list_txt .date {
  font-family: 'Roboto', sans-serif;
  color: #969696;
  font-size: 15px; 
}
.mainReview .imagegap .info_name { 
  font-family: 'Roboto' , 'AppleSDGothicNeoM';
  color: #969696;
  font-size: 15px; 
  margin: 0;
  margin-top: 10px;
} 
.mainReview .controller {
  position: relative;
  width: 118px;
  margin: 20px auto;
}
.mainReview .controller .swiper-button-prev {
  background: url(/common/image/arrow/arrow.svg) no-repeat center/8px 12px;
  width: 8px;
  height: 12px;
  transform: rotate(180deg);
  left: 0px;
  top: 20px;
  z-index: 2;
  filter: brightness(0.5);
} 
.mainReview .swiper-button-next.swiper-button-disabled, .mainReview .swiper-button-prev.swiper-button-disabled {
  opacity: .3;
}
.mainReview .controller .swiper-button-next {
  background: url(/common/image/arrow/arrow.svg)  no-repeat center/8px 12px ; 
  width: 8px; 
  height: 12px;
  right: 0px; 
  top: 20px;
  z-index: 2;
  filter: brightness(0.5);
}
.mainReview .controller .swiper-pagination-fraction {
  bottom: -13px;
  font-size: 15px;
  color: #979797;
  left: 50%;
  transform: translate(-50%,0);
  width: 70px;
}
.mainReview .controller .swiper-pagination-fraction span {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #979797;
}
.mainReview .controller .swiper-pagination-current {
  color: #191919 !important;;
  font-weight: 600;
}
.mainReview .info_title {
  font-family: 'AppleSDGothicNeoSB';
  font-size: 15px;
  color: #191919 !important;
  margin-bottom: 10px;
}
.mainReview .info_contents {
  font-family: 'AppleSDGothicNeoM';
  font-size: 15px;
  color: #191919 !important;
  line-height: 20px;
}
.mainReview .imagegap .thumb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.mainReview .imagegap .thumb .centered {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(50%,50%);
}
.mainReview .imagegap .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
} 


.list_txt .rating-group {
  display: inline-flex;
  pointer-events: none;
  align-items: center;
}
.list_txt .rating__icon {
  pointer-events: none;
}
.list_txt .rating__input {
    display: none;
}
.list_txt .rating__label {
  cursor: pointer;
  height: 18px;
} 
.list_txt .rating__label--half {
  padding-right: 0;
  margin-right: -9.3px; 
  z-index: 2;
} 
.list_txt .stFull {
    fill: #FFD34F;
    stroke: #F9C34B;
    stroke-miterlimit: 10;
}
.list_txt .stHalf {
    fill:#FFD34F;stroke:#F9C34B;stroke-miterlimit:10;
}
.list_txt .stEmpty {
    fill: #FFFFFF;
    stroke: #D8D8D8;
} 
.list_txt .rating__input:checked ~ .rating__label .stFull {
    fill: #FFF;
    stroke: #d8d8d8; 
}
.list_txt .rating__input:checked ~ .rating__label .stHalf {
    fill: #FFF;
    stroke: #d8d8d8;
}  
.list_txt svg {
    width: 18px;
    height: 18px; 
}
.list_txt .starHalf {
  width: 9px;
  height: 18px;
}
.list_txt .star {
  margin-right: 2px;
}
.list_txt #reviewStar p {
  font-size: 18px;
  font-family:"AppleSDGothicNeoM";
  color: #191919;
}
.list_txt #reviewStar .starPoint {
  color: #FFD34F;
  font-size: 16px;
  font-family:"AppleSDGothicNeoM";
  font-weight: 600; 
  margin-top: 10px;
  padding-left: 6px; 
}
.list_txt #reviewStar .starPoint span {
  color: #FFD34F;
  font-size: 16px;
  font-family:"AppleSDGothicNeoM";
}
.list_txt #reviewStar .starPoint span.rate {
  color: #FFD34F;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.list_txt #reviewStar .starPoint span.txt {
  margin-left: 5px;
  font-weight: 500;
}


/* modal */


.modalWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 9999;
	display: none;
}
.modalWrap .modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 500px;
	background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 40px;
} 
.modalWrap .modal .close {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0; 
    right: 0;
    background: #191919;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}
.modalWrap .modal .close img {
    width: 35px;
    height: 35px;
} 
.modalWrap .modal .swiper-container {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.modalWrap .modal .swiper-slide {
    background: #f4f4f4;
	border-radius: 15px;
    overflow: hidden;
}
.modalWrap .modal .swiper-slide .thumb {
    position: relative;
    padding-top: 100%;
}
.modalWrap .modal .swiper-slide .thumb .centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    transform: translate(50%,50%);
}
.modalWrap .modal .swiper-slide .thumb img {
    filter: brightness(.97);
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}
.modal .swiper-button-next, .modal .swiper-button-prev {
    filter: drop-shadow(0px 0px 1px gray);
    width: 14px;
    height: 27px;
    background-size: auto;
    margin-top: -8px;
} 
.modal .swiper-button-next {
    background-image: url(/common/front/img/login/new/arrow_r.svg);
    opacity: 1;
    right: 12px; 
}
.modal .swiper-button-prev {
    background-image: url(/common/front/img/login/new/arrow_l.svg);
    opacity: 1;
    left: 12px;
}
.modal .swiper-button-next:after, .modal .swiper-button-prev:after {
    display: none;
} 

.modal .starRate {
    margin-top: 20px;
}
.modal .rating-group {
    display: inline-flex;
    pointer-events: none;
  }
  .modal .rating__icon {
    pointer-events: none; 
  }
  .modal .rating__input {
      display: none;
  }
  .modal .rating__label {
    cursor: pointer;
  }
  .modal .rating__label--half {
    padding-right: 0;
    margin-right: -15.1px; 
    z-index: 2;
  }  
  .modal .stFull {
      fill: #FFD34F;
      stroke: #F9C34B;
      stroke-miterlimit: 10;
  }
  .modal .stHalf {
      fill: #FFD34F;
      stroke: #F9C34B;
      stroke-miterlimit: 10;
  }
  .modal .stEmpty {
      fill: #FFFFFF;
      stroke: #D8D8D8;
  } 
  .modal .rating__input:checked ~ .rating__label .stFull {
      fill: #FFF;
      stroke: #d8d8d8; 
  }
  .modal .rating__input:checked ~ .rating__label .stHalf {
      fill: #FFF;
      stroke: #d8d8d8;
  }
  .modal svg {
      width: 30px;
      height: 30px; 
  }
  .modal #wrapper { 
      width: 1066px;
      margin:0 auto;
      padding: 200px 0;
  }
  .modal .starHalf {
      width: 15px;
      height: 30px;
  }
  .modal .star {
      margin-right: 2px;
  }
  .modal p {
      font-size: 18px;
      font-family:"AppleSDGothicNeoM";
      color: #191919;
  }
  .modal .starPoint {
      color: #FFD34F;
      font-size: 15px;
      font-family:"AppleSDGothicNeoM";
      font-weight: 600; 
      margin-top: 5px;
      padding-left: 6px; 
  }
  .modal .starPoint span {
      color: #FFD34F;
      font-size: 15px;
      font-family:"AppleSDGothicNeoM";
  }
  .modal .starPoint span.rate {
      color: #FFD34F;
      font-size: 15px;
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
  }
  .modal .starPoint span.txt {
      margin-left: 5px;
      font-weight: 500;
  }


.modal .title {
	font-size: 18px;
	font-family: 'AppleSDGothicNeoSB';
	color: #191919;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}
.modal .text {
	font-size: 17px;
	font-family: 'AppleSDGothicNeoL';
	color: #191919;
  line-height: 23px;
  margin-top: 15px;
  max-height: 180px;
  overflow-y: auto;
  word-break: break-all;
}
.modal .text img {
    display: none;
}
.modal .reviewTab {
    display: flex; 
    justify-content: flex-start;
}
.modal .reviewTab > div {
	display: flex;
	font-size: 16px;
	font-family: 'AppleSDGothicNeoSB';
	color: #b8b8b8;
} 
.modal .reviewTab .date {
	margin-left: 22px; 
	text-align: right;
	position: relative;
}
.modal .reviewTab .date::after {
	position: absolute;
	content: '';
	top: 1px; 
	left: -10px;
	width: 1px;
	height: 12px;
	background: #b8b8b8;
}