@charset "UTF-8";

.guestbook__title {
  font-size: xx-large;
  font-weight: bold;
  padding: 64px 0px;
  text-align: center;
}

/* 방명록에서는 입력 폼을 가장 위로 */
.guestbook .tt-comment-cont {
  display: flex;
  flex-direction: column-reverse;
}

.guestbook .tt-comment-cont .tt-list-reply {
  display: flex;
  flex-direction: column-reverse;
}

/* 방명록에서는 총 개수 표시 안함 */
.guestbook .tt-box-total {
  display: none;
}

.guestbook .tt-area-write {
  padding: var(--space-large) 0;
}

/* 답글 수정하는 경우는 구분선 없음 */
.guestbook .tt-item-reply .tt-area-write {
  padding: 0;
}