.comment__title {
  color: rgb(68, 68, 68);
  font-size: 32px;
  font-family: PingFangTC-Semibold;
  font-weight: 600;
  text-align: center;
  margin: 120px 0 40px 0;
}

.comment__wrapper {
  margin: 64px 0 120px 0;
}

.comment__item:first-child {
  border-top: none;
}

.comment__item {
  padding: 16px;
  display: flex;
  border-top: 1px #a6a6a64d solid;
  margin: 16px 0;
}

.comment__item:hover {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  border-top: none;
  margin: none;
}

.comment__img {
  width: 95px;
  height: 95px;
  border-radius: 100%;
}

/* === */

.member-item__head {
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}

.member-item__head {
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}

.member-item__name {
  font-weight: 500;
  margin-right: 16px;
}

.member-item__time {
  color: #7f7f7f;
}

.member-item__content {
  color: #444;
  padding: 16px;
  width: 100%;
}

.member-item__place {
  margin-bottom: 16px;
}

.member-item__msg {
  font-weight: 500;
  margin-bottom: 24px;
}

.member-item__star-solid {
  color: #ffcc26;
  font-size: 24px;
  margin-left: 6px;
}

.member-item__star-line {
  color: #a6a6a6;
  font-size: 24px;
  margin-left: 6px;
}

.member-item__like {
  color: rgb(65, 169, 165);
  font-family: Nunito-Bold;
  font-weight: bold;
}

.member-item__reply {
  color: rgb(166, 166, 166);
  font-family: Nunito-Bold;
  font-weight: bold;
}

.member-item__dot {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 16px;
  background: #ececec;
}

@media (max-width: 768px) {
  .member-item__head {
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
  }

  .member-item__star-solid:first-child {
    margin: 0;
  }
}
