/*  프로필 보   */
.profile-container .profile-wrap {
  background: #dedef1;
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
}
.profile-container .profile-wrap .pic-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile-container .profile-wrap .pic-wrap img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}
.profile-container .profile-wrap .user-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
  text-align: center;
}
.profile-container .profile-wrap .user-name img {
  margin-left: 3px;
}

.profile-container .info-wrap {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.profile-container .info-wrap .item {
  width: 50%;
  text-align: center;
}
.profile-container .info-wrap .item .mt {
  margin-top: 5px;
}
.profile-container .info-wrap .item .go-detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.profile-container .info-wrap .item .go-detail img {
  margin-left: 2px;
}
.profile-container .info-wrap .item .name {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding-right: 5px;
}
.profile-container .info-wrap .item .val {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #959595 !important;
}
.keyword-wrap {
  padding: 20px 20px;
  box-sizing: border-box;
}
.keyword-wrap .keyword-list-wrap {
  width: 100%;
  white-space: nowrap;
  overflow: scroll;
  padding: 6px 0;
  margin-bottom: 15px;
}
.keyword-wrap .tit {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 4px;
}
.keyword-wrap .keyword-list-wrap .keyword-red {
  border: 1px solid #ffccd2;
  color: #fa7282 !important;
  background: #fffdfd;
}

.keyword-wrap .keyword-list-wrap .keyword-blue {
  color: #7878ff !important;
  background: #fcfcff;
  border: 1px solid #e2e1ff;
}

.keyword-wrap .keyword-list-wrap .keyword {
  padding: 4px 16px;
  box-sizing: border-box;
  margin-right: 5px;
  border-radius: 16px;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

/* 리뷰 리스트 */

.review-header-wrap {
  display: flex;
  background: #dedef1;
}
.review-header-wrap .item {
  width: 33%;
  padding: 20px 0;
  text-align: center;
}
.review-header-wrap .item .tit {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}
.review-header-wrap .item .val {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}

/* 이미지 상세 보기 팝업 */
.image-view-modal {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100vh;
  background: #000;
  z-index: 1001;
  max-width: 420px;
}
.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: 0 20px;
  margin-top: calc(env(safe-area-inset-top) / 2 + 16px);
}
.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);
}
.image-view-modal .img-slide-wrap .img-slide-container {
  overflow: hidden;
}
.image-view-modal .img-slide-wrap img {
  width: 100%;
}

.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 .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;
}
