 #chat{width:100%;    background: #f9f9f9;
    padding:2rem 2rem 3rem;}
      .chat_header{display:flex;align-items:center;    font-size: 13px;font-weight: 800;font-family: 'Noto sans-serif';}
      .chat_header img{margin-right:0.5rem;}
      .chat_text_box{display:flex;justify-content: space-between;    margin: 1rem 0;align-items: center;padding:2rem 1.3rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    position: relative;}
      #chat .textarea_style{width:80%;height: 45px;padding: 1%; /* 내부 여백 설정 */
  border: 1px solid #ccc; /* 1px 두께의 회색 테두리 */
  border-radius: 4px; /* 둥근 모서리 설정 */
  font-size: 13px; /* 글꼴 크기 설정 */
  line-height: 1.5; /* 줄 간격 설정 */
  font-family: sans-serif; /* 글꼴 종류 설정 */resize: none; /* 크기 조절 비활성화 */}
  textarea:focus {
  outline: none; /* 포커스 시 기본 외곽선 제거 */
  border-color: #007bff; /* 포커스 시 테두리 색상 변경 */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* 포커스 시 그림자 효과 */
}
      .chat_btn{width:20%; margin-left:0.5rem;   background: #000;border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;}
    #chat .text_size_m{margin:1rem 0 0;border-bottom:1px solid #999;padding-bottom:1rem;}
    .date_text{color:#cfcfcf;margin-left:0.3rem;}
    .text_box_view{margin:1rem 0;}
    .chat_form_list_ul_box li{padding-bottom:1rem;background:#fff;padding:2rem 1rem 1rem;border-bottom:1px solid #ededed;}
    .chat_form_list_ul_box li:last-child{border-bottom:1px solid #ededed;}
    .btn_group {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 11px;
    top: 8px;
}
    .btn_group dd{padding:0.5rem;border:1px solid #999;background:#fff;}
    .btn_group dd:last-child{border-left:0;}