.clova-chatbot { position: fixed; right: 24px; bottom: 24px; z-index: 9999; font-family: inherit; color: #333; }
.clova-chatbot__toggle {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.clova-chatbot__toggle img {
  display: block;
  width: 178px; /* 원하는 크기로 조정 */
  height: auto;
}
/*.clova-chatbot__toggle { border: 0; border-radius: 30px; padding: 16px 28px; background: #16a765; color: #fff; font-size: 18px; font-weight: bold; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.2); }
.clova-chatbot__toggle:hover, .clova-chatbot__toggle:focus { background: #108c53; }*/
.clova-chatbot__panel { width: 360px; max-width: calc(100vw - 32px); max-height: 520px; margin-bottom: 10px; overflow: hidden; border: 1px solid #d9e4de; border-radius: 14px; background: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.2); }
.clova-chatbot__panel[hidden] { display: none; }
.clova-chatbot__header { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; background: #16a765; color: #fff; }
.clova-chatbot__header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.clova-chatbot__reset { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; padding: 0; background: transparent; color: #fff; font-size: 18px; line-height: 1; cursor: pointer; }
.clova-chatbot__reset:hover, .clova-chatbot__reset:focus { background: rgba(255,255,255,.18); }
.clova-chatbot__close { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; border: 0; padding: 0; background: transparent; color: #fff; font-size: 24px; line-height: 1; cursor: pointer; }
.clova-chatbot__messages { height: 320px; padding: 14px; overflow-y: auto; background: #f7faf8; }
.clova-chatbot__message { max-width: 86%; margin: 0 0 10px; padding: 9px 11px 12px; border-radius: 10px; line-height: 1.5; font-size: 14px; white-space: pre-wrap; word-break: break-word; overflow: hidden; }
.clova-chatbot__message--bot { margin-bottom: 18px; }
.clova-chatbot__message--bot { margin-right: auto; background: #fff; border: 1px solid #e1e9e4; }
.clova-chatbot__message--user { margin-left: auto; background: #d9f5e7; }
.clova-chatbot__message--loading { color: #68756e; }
.clova-chatbot__form { display: flex; align-items: stretch; gap: 8px; padding: 11px; border-top: 1px solid #e5ebe7; background: #fff; }
.clova-chatbot__form textarea { flex: 1; min-width: 0; height: 56px; box-sizing: border-box; resize: vertical; padding: 8px; border: 1px solid #ccd8d1; border-radius: 7px; font: inherit; line-height: 1.4; }
.clova-chatbot__form button { align-self: stretch; height: 56px; box-sizing: border-box; border: 0; border-radius: 7px; padding: 9px 12px; background: #16a765; color: #fff; font-weight: bold; cursor: pointer; }
.clova-chatbot__form button:disabled { background: #aab8b0; cursor: default; }
.clova-chatbot .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.clova-chatbot__links { display: flex; flex-wrap: wrap; gap: 6px; margin: -4px 0 10px; }
.clova-chatbot__detail { display: inline-block; float: right; margin: 8px 0 0 8px; padding: 5px 9px; border-radius: 6px; background: #16a765; color: #fff; font-size: 12px; font-weight: bold; text-decoration: none; white-space: nowrap; }
.clova-chatbot__detail:hover, .clova-chatbot__detail:focus { background: #108c53; color: #fff; }
@media (max-width: 600px) { 
.clova-chatbot { right: 16px; bottom: 16px; } 
.clova-chatbot__toggle img { width: 120px; /* 원하는 크기로 조정 */}
.clova-chatbot__panel { width: 340px; } 
}