.review-detail-container {
  padding-bottom: 0 !important;
  padding: 0;
}
.review-detail-container .detail-hr {
  border-top: 1px solid #f5f5f5;
  margin: 25px 0;
}
.review-detail-container .keyword-box {
  padding: 0 20px !important;
}
.review-detail-container .item {
  margin-bottom: 0 !important;
}
.review-detail-container .item .top-wrap {
  padding: 0 !important;
}
.review-detail-container .item .top-wrap .info-wrap {
  margin-bottom: 0 !important;
  padding: 15px 20px 0 20px;
  margin-top: 0 !important;
}
.review-list-container .detail-menu-btn {
  position: absolute;
  top: 25px;
  right: 27px;
  opacity: 1;
  transform: rotate(90deg);
}

.review-list-container .detail-name-wrap {
  border-top: 4px solid #ffd706;
}
.review-detail-container .menu-btn {
  top: 25px !important;
  right: 25px !important;
}
.review-list-container .item .top-wrap .detail-title {
  margin-top: 30px;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}
.review-list-container .item .top-wrap .detail-title span {
  color: #5757ff !important;
  font-weight: 600;
}
.review-list-container .item .top-wrap .detail-title .medal{
  position: relative;
  top: 2px;
  width: 20px;
}
.review-list-container .detail-thumb-wrap {
  position: relative;
  width: 100%;
  height: 286px;
}

.review-list-container .item .top-wrap .info-wrap .detail-info-area {
  width: 100% !important;
}
.review-list-container
  .item
  .top-wrap
  .info-wrap
  .detail-info-area
  .type-regdate-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-detail-container .item .top-wrap .review-wrap {
  margin-top: 0 !important;
}

.review-detail-container .detail-review-wrap1 {
  padding: 0 20px !important;
  margin-bottom: 0 !important;
}
.review-detail-container .detail-review-wrap2 {
  padding: 0 20px 45px 20px !important;
  margin-bottom: 0 !important;
}
.review-detail-container
  .item
  .top-wrap
  .review-wrap
  .review:nth-last-child(1) {
  margin-bottom: 0 !important;
}

/*  상세 페이지 댓글  */
.write-comment-wrap {
  margin: auto;
  justify-content: center;
  display: flex;
  background: #f9f9f9;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.write-comment-wrap input[type="text"] {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  padding: 13px 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #e8e8e8;
  border-right: none;
  width: calc(100% - 63px);
  box-sizing: border-box;
}
.write-comment-wrap input[type="submit"] {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  background: #fae372;
  box-sizing: border-box;
  border-radius: 0px 8px 8px 0px;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 33px;
}
.write-comment-wrap textarea {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  height: 33px;
  padding: 9px 13px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #e8e8e8;
  border-right: none;
  width: calc(100% - 63px);
  box-sizing: border-box;
  resize: none;
}
.write-comment-wrap textarea::placeholder {
  color: #bbb !important;
}

.comment-list-wrap {
  width: 100%;
  height: 60%;
  margin: 0 auto;
  background-color: #f9f9f9;
  min-height: 90px;
  padding-bottom: 85px;
  display: flex;
  justify-content: center;
}
.comment-list-wrap .empty {
  padding-top: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #bbb !important;
}
.comment-list-wrap .list-wrap {
  background: none;
  padding: 0 25px 95px;
  box-sizing: border-box;
  width: 100%;
}
.comment-list-wrap .list-wrap .item {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-bottom: 12px;
}

.comment-list-wrap .list-wrap .item .name-wrap {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 20px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}
.comment-list-wrap .list-wrap .item .name-wrap .profile-box {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
}
.comment-list-wrap .list-wrap .item .name-wrap .profile {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.comment-list-wrap .list-wrap .item .name-wrap .user-name {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #999999 !important;
}
.comment-list-wrap .list-wrap .item .name-wrap .anwser-menu-box {
  width: 16px;
}
.re-item .item-head .anwser-menu,
.comment-list-wrap .list-wrap .item .name-wrap .anwser-menu {
  width: 16px !important;
  vertical-align: middle;
}
.comment-list-wrap .list-wrap .item .name-wrap .report {
  position: absolute;
  background: #fff;
  padding: 13px 60px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  top: 50px;
  right: 20px;
  display: none;
  z-index: 1002;
}
.comment-list-wrap .list-wrap .item .content-wrap {
  padding: 15px 20px;
}
.comment-list-wrap .list-wrap .reply-btn span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #959595 !important;
  margin-top: 10px;
  margin-bottom: 12px;
}
.comment-list-wrap .list-wrap .item .name-wrap .choose {
  padding: 3px 10px;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid #5757ff;
  border-radius: 4px;
}
.comment-list-wrap .list-wrap .item .name-wrap .choose-active {
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2ff;
  border: 1px solid #5757ff;
  border-radius: 4px;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
}
.comment-list-wrap .list-wrap .item .name-wrap .choose-active img {
  width: 12px;
  vertical-align: middle;
  margin-right: 2px;
}
.comment-list-wrap .list-wrap .item .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
  word-break: break-all;
  font-style: normal;
  color: #999999 !important;
}

.comment-list-wrap .list-wrap .item .tag-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
}
.comment-list-wrap .list-wrap .item .tag-text span {
  color: #5757ff !important;
}

.comment-list-wrap .list-wrap .item .tag-wrap {
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 5px;
}
.comment-list-wrap .list-wrap .item .tag-wrap .tag {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  padding: 4px 16px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #999999 !important;
}
.comment-list-wrap .list-wrap .item .tag-wrap .colored {
  color: rgba(87, 87, 255, 0.8) !important;
  background: #fcfcff;
  border: 1px solid #e2e1ff;
}
.comment-list-wrap .list-wrap .item .tag-wrap .hidden {
  display: none;
}
.reply-container {
  padding: 5px 20px 15px 20px;
}
.reply-container .reply-btn {
}
.reply-container .reply-btn span {
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: 14px !important;
  color: #777777 !important;
}
.reply-container .reply-btn span img {
  width: 7px;
  vertical-align: sub;
  margin-left: 3px;
}
.reply-container .reply-btn span .open {
  transform: rotate(180deg);
  position: relative;
  bottom: 2px;
}

.review-reply-input-wrap {
  flex-wrap: nowrap !important;
  gap: 0 !important;
}
.reply-input-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 15px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.reply-input-wrap > div {
  width: 100%;
}
.qna-write-comment-wrap .textarea-input-wrap,
.reply-input-wrap .textarea-input-wrap {
  width: calc(100% - 32px);
  height: 100%;
  align-items: center;
  display: flex;
}
.reply-input-wrap input[type="text"] {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #e8e8e8;
  border-right: none;
  width: calc(100% - 63px);
  box-sizing: border-box;
}

.reply-input-wrap textarea::placeholder {
  color: #ababab;
}

.reply-input-wrap textarea {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  height: 33px;
  padding: 9px 13px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #e8e8e8;
  border-right: none;
  width: calc(100% - 63px);
  box-sizing: border-box;
}

.reply-input-wrap input[type="submit"] {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  background: #fae372;
  box-sizing: border-box;
  border-radius: 0px 8px 8px 0px;
  outline: none;
  border: none;
  width: 63px;
  height: 33px;
}

.reply-input-img-wrap {
  justify-content: start !important;
  margin-top: 7px;
}

.qna-write-comment-wrap .pic-text-btn-wrap,
.reply-input-wrap .pic-text-btn-wrap {
  width: 100%;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.reply-input-img-wrap .comment-img-wrap {
  display: flex;
  gap: 12px;
  margin-left: 32px;
}
.reply-input-img-wrap .comment-img-wrap {
}
.reply-input-img-wrap .comment-img-wrap .comment-img {
  position: relative;
}
.reply-input-img-wrap .comment-img-wrap .comment-img .close-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -3px;
  right: -3px;
}

.re-item {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-top: 20px;
  width: 86%;
  margin-left: auto;
  position: relative;
}
.re-item .reply-icon {
  position: absolute;
  left: -40px;
  top: 0;
}
.re-item .reply-icon img {
  width: 15px;
}

.re-item .item-head {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px #eee solid;
}
.re-item .item-head .dot-wrap img {
  width: auto;
  height: auto;
  border-radius: 0;
  margin-right: 0;
}

.re-item .item-head img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.re-item .item-head span {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #999 !important;
}
.re-item .item-head .profile-name-wrap {
  display: flex;
  gap: 5px;
  justify-content: start;
  align-items: center;
}

.re-item .item-body {
  font-weight: 400;
  font-size: 10px;
  padding: 15px 20px;
  line-height: 17px;
}
.reply-container .good-box {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #777 !important;
  display: flex;
  align-items: center;
  gap: 3px;
}
.reply-container .regdate-good-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.reply-container .regdate-box {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #cccccc !important;
}
.reply-container .good-box span {
  color: #333333 !important;
  display: flex;
  align-items: center;
}

.reply-container .good-box .arrow-icon {
  width: 6px;
  height: 4px;
}

.reply-container .good-icon {
  width: 12px;
  height: 12px;
  margin-left: 12px;
}
.reply-container .comment-icon {
  width: 12px;
  height: 12px;
}
.re-item .item-body .tag {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7878ff !important;
}

.re-item .item-body .content {
  color: #999 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.modal-background {
  width: 100%;
  height: 200vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

/* 이미지 상세 보기 팝업 */
.image-view-modal {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background: #000;
  z-index: 1001;
  max-width: 420px;
  display: none;
}

.image-view-modal .swiper-wrapper {
  display: flex;
  align-items: center;
}

.image-view-modal .modal-head {
  height: 24px;
  text-align: right;
  box-sizing: border-box;
  padding: 7px 8px;
}
.image-view-modal .modal-head img {
  width: 48px;
  margin: 0 1px;
}
.image-view-modal .btn-wrap {
  text-align: left;
  padding: calc(env(safe-area-inset-top) / 2) 20px 0;
  margin-top: 16px;
  z-index: 100;
  position: relative;
}
.image-view-modal .btn-wrap img {
  width: 24px;
}
.image-view-modal .btn-wrap img:nth-last-child(2) {
  float: right;
}
.image-view-modal .img-slide-wrap {
  width: 100%;
  position: absolute;
  /* top: calc(45% - 210px); */
  top: 0 !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-view-modal .img-slide-wrap .img-slide-container {
  overflow: hidden;
}
.image-view-modal .img-slide-wrap img {
  width: 100%;
}

.image-view-modal .img-slide-wrap .slide-btn-wrap img {
  width: 30%;
}
.image-view-modal .img-slide-wrap .slide-btn-wrap img:nth-child(1) {
  position: absolute;
  top: 40%;
  left: 0%;
  z-index: 100;
  padding-left: 15px;
  box-sizing: border-box;
}
.image-view-modal .img-slide-wrap .slide-btn-wrap img:nth-child(2) {
  position: absolute;
  top: 40%;
  right: 0%;
  z-index: 100;
  padding-right: 15px;
  box-sizing: border-box;
}

.image-view-modal .swiper-pagination {
  bottom: -6%;
  left: 50%;
  width: 100%;
  left: 0;
  text-align: center;
}
.image-view-modal .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 6px;
  border-radius: unset !important;
  background: #fff !important;
  opacity: 1 !important;
}
.image-view-modal .swiper-pagination-bullet-active {
  background: #fae372 !important;
}

/*  신고하기 팝업  */
.report-modal-wrap {
  width: 100%;
  height: calc(100vh - 74px);
  left: 0;
  position: absolute;
  z-index: 1002;
  background: #fff;
  padding: 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  top: 100%;
  overflow-y: scroll;
  display: none;
}
.report-modal-wrap .modal-close {
  position: absolute;
  top: 27px;
  right: 27px;
  cursor: pointer;
}
.report-modal-wrap .modal-tit {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.report-modal-wrap .contact-wrap {
  padding: 20px 20px;
  box-sizing: border-box;
}
.report-modal-wrap .select-wrap {
  width: 100%;
  margin-bottom: 16px;
}
.report-modal-wrap .select-wrap select {
  padding: 14px 24px 14px 0.9em;
  border: 1px solid #e8e8e8;
  background: url(/image/login/select-box.png) no-repeat 93% 120%;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
.report-modal-wrap .form-wrap input[type="text"] {
  border: 1px solid #e8e8e8 !important;
}
.report-modal-wrap textarea {
  border-radius: 8px;
  font-size: 14px;
  padding: 14px 20px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: #fff;
  border: 1px solid #e8e8e8 !important;
  height: 160px;
  resize: none;
  margin-bottom: 16px;
}
.report-modal-wrap textarea::placeholder {
  color: #ababab;
}
.report-modal-wrap .input-file {
  display: inline-block;
  width: 100%;
  border: 1px dashed #333333;
  border-radius: 8px;
  text-align: center;
  padding: 13px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* Mini Modal  */
.mini-modal {
  /* position: absolute; */
  z-index: 2001;
  border-radius: 8px;
  width: 300px;
  top: 35%;
  left: calc(50% - 150px);
  border-radius: 8px;
  overflow: hidden;
  display: none;
}
.mini-modal .info-text {
  padding: 40px 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  text-align: center;
}
.mini-modal .info-text .tit {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 13px;
}
.mini-modal .info-text .reason {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.mini-modal .btn-wrap {
  background: #fae372;
  text-align: center;
  padding: 14px 0;
  font-size: 14px;
  cursor: pointer;
  display: flex;
}
.mini-modal .btn-wrap div {
  text-align: center;
  width: 100%;
  position: relative;
}

.detail-thumb-wrap .img-video-wrap {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.review-detail-img-wrap .swiper-pagination-bullet-active {
  background: #fae372 !important;
}

.review-detail-img-wrap .swiper-pagination-bullet {
  background: #fff;
}
