@charset "UTF-8";
/***************************************************************
scss 에서 수정해주세요!!!
****************************************************************/
.chat {
  margin-top: 60px;
  padding-inline: 0 !important;
  padding-bottom: 0;
}
.chat .view_area .date_field {
  color: #666;
  margin-right: 15px;
  padding-block: 6px 30px;
}
.chat .view_area .send {
  border-radius: 10px 0 10px 10px;
  background: #e2efff;
  font-size: 14px;
  line-height: 1.4;
  color: #1e1e1e;
}
.chat .view_area .send:after {
  display: none;
}
.chat .view_area .send .btn_area .btn {
  border-radius: 50px;
}
.chat .date_area {
  padding-block: 20px;
  color: #666;
}
.chat .write_area {
  position: fixed;
  bottom: 64px;
}
.chat .write_area .btn_plus {
  border: none;
  border-radius: 0;
}

.talk_notice {
  text-align: center;
  color: #5c6f82;
  font-size: 13px;
  line-height: 1.5;
  background: #f6f9fc;
  border: 1px solid #dce8f4;
  border-radius: 12px;
  padding: 10px 14px;
  margin-inline: 17px;
  margin-top: -10px;
  margin-bottom: 10px;
  word-break: keep-all;
}