.ai-draggable-icon {
  width: 159px;
  height: 165px;
  right: 39px;
  top: 80%;
  background-image: url("../images/ai/page1/ai-logo-m.png");
}
.ai-chat-main {
  position: unset;
  margin-top: 142px;
}

.ai-chat-window {
  width: 100vw;
  height: calc(100vh - 142px - 123px);
}
.chat-header {
  padding: 44px;
}
.chat-close-btn {
  width: 31px;
  height: 31px;
}
.chat-content {
  padding: 6px 51px;
  gap: 52px;
}
.chat-message {
  gap: 17px;
}
.chat-message.ai .message-content {
  width: 69vw;
  font-size: 24px;
}

.chat-message .message-content-text {
  font-size: 24px;
  padding: 16px 24px;
  width: 69vw;
}

.chat-input-area {
  padding: 53px 49px;
}

.chat-input {
  font-size: 24px;
  height: 72px;
  padding: 0 24px;
  border-radius: 36px 0 0 36px;
}

.chat-send-btn {
  width: 72px;
  height: 72px;
  border-radius: 0 36px 36px 0;
  background-size: 38px 35px;
}
