.chat-box {
  background-color: #e5ddd5;
  padding: 20px;
  border-radius: 10px;
  min-height: 400px;
  font-family: 'Apple SD Gothic Neo', sans-serif;
}

.message-left, .message-right {
  margin-bottom: 10px;
  max-width: 70%;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  clear: both;
}

.message-left {
  background-color: #fff;
  float: left;
}

.message-right {
  background-color: #ffe812;
  float: right;
}

.time {
  font-size: 10px;
  color: #666;
  margin-top: 4px;
  display: block;
}
/* 기본 카카오톡 스타일 */
.kakao .chat-box {
  background-color: #e5ddd5;
}
.kakao .message-left {
  background-color: #ffffff;
}
.kakao .message-right {
  background-color: #ffe812;
}

/* 라인 스타일 */
.line .chat-box {
  background-color: #e2f4cb;
}
.line .message-left {
  background-color: #ffffff;
}
.line .message-right {
  background-color: #9eea6a;
}

/* 텔레그램 스타일 */
.telegram .chat-box {
  background-color: #d2e3f3;
}
.telegram .message-left {
  background-color: #ffffff;
}
.telegram .message-right {
  background-color: #cce5ff;
}
