@charset "utf-8";
/* CSS Document */

.chatting_form {zoom:1; width:100%; height:400px; overflow-y:scroll;}
.talk_form {position:relative;width:97%; padding:5px 0 15px 10px; clear:both; zoom:1; float:left;}
.chat_info {
	text-align:center;
	color:#fff;
	background:#285874;
	border-radius:10px 10px;
	padding:2px 0 1px 0;
	margin:5px auto;
	clear:both;
	width:98%;
	zoom:1;
	*width:94%;
	font-family:dotum;
	position:relative;
}
.chat_info2 {
	text-align:center;
	color:#fff;
	background:#f79f14;
	border-radius:10px 10px;
	padding:2px 0 1px 0;
	margin:5px auto;
	clear:both;
	width:98%;
	zoom:1;
	*width:94%;
	font-family:dotum;
	position:relative\9;
}
.talk_tit_photo {width:55px; margin:5px 0 0 0; position:relative; float:left;}
.talk_tit_photo img {border-radius:5px; border:solid 2px #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);}
.talk_lt_area {float:left; padding:3px 0 0 10px; display:inline;}
.talk_nick {font-weight:bold; padding:0 0 5px 0; font-size:12px; color: #000;}
.bubble_area {position:relative; float:left; display:inline; zoom:1}
.lt_speech_bubble {
	float:left;
	min-width:20px;
	min-height:16px;
	background-color:white;
	border-radius:5px;
	padding:6px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	word-break:break-all;
	margin-right:15px;
	display:inline; zoom:1;
	max-width: 620px;
	font-weight: bold;
	text-align: left;
}
.lt_talk_data {
	background: #285874;
	font-size: 11px;
	right: -5px;
	bottom: 6px;
	border-radius: 8px;
	color: #ffffff;
	width: 115px;
	padding: 3px 3px 2px 3px;
	font-family: dotum;
	margin: 10px 0 0 0;
	display: inline-block;
	position: relative;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.talk_form2 {position:relative; width:99%; padding:5px 0 15px 0; float:right; zoom:1;}
.talk_tit_photo2 {width:55px; margin:5px 10px 0 0; position:relative; float:right;}
.talk_tit_photo2 img {border-radius:5px; border:solid 2px #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);}
.talk_rt_area { width:90%;float:right; padding:10px 10px 0 0; display:inline;}
.talk_nick2 {font-weight:bold; padding:0 0 5px 0; font-size:12px; float:right;}
.bubble_area2 {width:100%;position:relative; float:right; display:inline; zoom:1; clear:both;}
.rt_speech_bubble {
	float:left;
	min-width:20px;
	min-height:16px;
	background-color:yellow;
	border-radius:5px;
	padding:6px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	word-break:break-all;
	margin-left:15px;
	display:inline; zoom:1;
	max-width: 620px;
	font-weight: bold;
	float:right;
	text-align: left;
}
.rt_talk_data {
	background:#745828;
	border-radius:8px;
	padding: 3px 3px 2px 3px;
	font-size:11px;
	position:relative;
	bottom:0;
	left:0;
	width:115px;
	color:#fff;
	float:right;
}
.meet_speech_bubble {
	float:left;
	width:99%;
	height:16px;
	background-color:tomato;
	border-radius:8px;
	padding:6px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	word-break:break-all;
	margin-left:3px;
	margin-top:5px;
	display:inline; zoom:1;
	font-weight: bold;
	color: #fff;
	min-width: 330px;
}

.lt_talk_data span {margin-left:5px;}
.rt_talk_data span {margin-right:5px;}
.bubble_area:after, .talk_form:after, .talk_form2:after {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}

.chat_tx2 {position: relative;  font-size:12px; color:#666; font-family:'dotum','돋움';  left:415px;}
.chat_tx2  a:link, a:visited, a:hover,a:active {  text-decoration: none; color:#666;  }