* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*



  &::-webkit-scrollbar{width: 6px;}
  &:hover::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.4);}
  &:-webkit-scrollbar-thumb:hover{background-color: rgba(0,0,0,0.4);}
  &::-webkit-scrollbar-thumb{height: 30px;background-color: transparent;background-clip: padding-box;border: 2px solid transparent;border-radius: 10px;}



*/
.pb10 {
  padding-bottom: 10px;
}

.pb50 {
  padding-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.bot_wrap {
  width: 100%;
  height: 100%;
}
.bot_wrap .bot_pos {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.bot_wrap .bot_pos .bot_scroll {
  overflow: hidden scroll;
}
.bot_wrap .bot_pos .bot_scroll::-webkit-scrollbar {
  width: 6px;
}
.bot_wrap .bot_pos .bot_scroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}
.bot_wrap .bot_pos .bot_scroll:-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.bot_wrap .bot_pos .bot_scroll::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 10px;
}
.bot_wrap .bot_pos .bot_scroll {
  padding: 15px 15px 85px 15px;
}
.bot_wrap .bot_pos .bot_scroll .h1_logo {
  height: 34px;
}
.bot_wrap .bot_pos .bot_scroll .h1_logo img {
  max-height: 100%;
}
.bot_wrap .bot_pos .bot_scroll .notice_txt {
  margin: 15px 0 30px;
  padding: 16px 14px;
  background-color: #fafafa;
  border-radius: 5px;
}
.bot_wrap .bot_pos .bot_scroll .notice_txt p {
  font-size: 14px;
  color: #999;
}
.bot_wrap .bot_pos .bot_scroll .notice_txt p::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url(/img/notice_ico.png);
  background-size: contain;
}
.bot_wrap .bot_pos .bot_scroll .first_chat_time {
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .msg_block {
  margin-bottom: 20px;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .msg {
  display: flex;
  align-items: flex-end;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .msg .txt {
  max-width: calc(100% - 64px);
  padding: 14px;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .msg .txt ul, .bot_wrap .bot_pos .bot_scroll .msg_box .msg .txt ol {
  padding-left: 20px;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .time {
  font-size: 12px;
  color: #999;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .gpt .chat_profile {
  display: flex;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .gpt .chat_profile i {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background-image: url(/img/chat_ico.png);
  background-size: contain;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .gpt .chat_profile span {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .gpt .msg {
  margin-left: 40px;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .gpt .msg .txt {
  font-size: 16px;
  color: #333;
  background-color: #fafafa;
  border-radius: 0 10px 10px 10px;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .gpt .msg .txt * {
  font-size: 16px;
  color: #333;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .gpt .msg .time {
  margin-left: 6px;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .user .msg {
  justify-content: flex-end;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .user .msg .txt {
  background-color: #00945E;
  color: #fff;
  font-size: 16px;
  border-radius: 10px 0 10px 10px;
  white-space: pre-line;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .user .msg .txt * {
  font-size: 16px;
  color: #fff;
}
.bot_wrap .bot_pos .bot_scroll .msg_box .user .msg .time {
  margin-right: 6px;
}
.bot_wrap .bot_pos .bot_scroll .input_form_pos {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bot_wrap .bot_pos .bot_scroll .input_form_pos .txt_input_form {
  display: flex;
  margin: 15px;
  padding: 5px 0;
  background-color: #fafafa;
  border-radius: 10px;
}
.bot_wrap .bot_pos .bot_scroll .input_form_pos .txt_input_form .inp {
  width: calc(100% - 45px);
  min-height: 40px;
  padding: 10px 15px;
  border: none;
  background-color: transparent;
  font-size: 14px;
}
.bot_wrap .bot_pos .bot_scroll .input_form_pos .txt_input_form .inp:focus {
  outline: none;
}
.bot_wrap .bot_pos .bot_scroll .input_form_pos .txt_input_form .btn {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background-color: #999;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}
.bot_wrap .bot_pos .bot_scroll .input_form_pos .txt_input_form .btn i {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background-image: url(/img/send_ico.png);
  background-size: contain;
}
.bot_wrap .bot_pos .bot_scroll .input_form_pos .txt_input_form .btn.ready {
  background-color: #00945E;
}
.bot_wrap [contenteditable=true]:empty:before {
  content: attr(placeholder);
  color: #999;
  cursor: text;
}

.chatbot_uploader {
  padding: 20px;
}
.chatbot_uploader .upload_dir {
  margin-top: 50px;
}
.chatbot_uploader .upload_dir ul {
  padding: 20px;
}
.chatbot_uploader .upload_dir ul li {
  margin-bottom: 10px;
  list-style: inherit;
}
.chatbot_uploader .upload_dir ul li .edit_btn {
  display: block;
  width: 100%;
  padding: 10px 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}
.chatbot_uploader .upload_dir ul li .edit_btn:focus {
  border: 1px solid #ddd;
}
.chatbot_uploader .upload_dir ul li .delete_btn {
  border: 1px solid #ddd;
  padding: 5px;
  cursor: pointer;
}
.chatbot_uploader .inp {
  width: 100%;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: transparent;
  font-size: 14px;
}
.chatbot_uploader .upload_btn {
  width: 100%;
  margin-top: 10px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  cursor: pointer;
  background-color: #00945E;
  color: #fff;
}
.chatbot_uploader .reset_btn {
  width: 100%;
  margin-top: 10px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  cursor: pointer;
}
.chatbot_uploader .upload_progress {
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #fafafa;
}
.chatbot_uploader .upload_progress .progress_bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #ddd;
}
.chatbot_uploader .upload_progress .progress_bar_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #00945E;
}

/*# sourceMappingURL=layout.css.map */
