@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.p_chat_talk .com_list__top {
  justify-content: flex-end;
}
@media screen and (max-width: 767.9px) {
  .p_chat_talk .com_list__top {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_chat_talk .com_list__top .search_area {
    width: 100%;
  }
}