.foot_popup_caption.chat
{
	background-image: url(../../img/popup/chat.png);
}
.foot_popup[tar="chat"]
{
	
}
#foot_popup_chat
{
	margin-right: 45px;
	overflow-x: visible;
	padding: 0;
}
#foot_popup_chat_seqs
{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
#foot_popup_chat_seq_box
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 60px;
	padding: 8px;
	padding-right: 13px;
	overflow-y: scroll;
	box-sizing: border-box;
}
#foot_popup_chat_seq_input
{
	position: absolute;
	left: 6px;
	right: 11px;
	bottom: 0px;
	height: 50px;
	box-sizing: border-box;
	display: flex;
	align-items:  center;
	justify-content: space-between;
	gap: 5px;
}
#foot_popup_chat_seq_word
{
	width: 100%;
	border: 1px solid #69583d;
	height: 40px;
	border-radius: 20px 0px 0px 20px;
	color: rgba(0,0,0,0.75);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 20px;
	box-sizing: border-box;
}
#foot_popup_chat_seq_input::after
{
	content: attr(alt);
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	border-radius: 5px;
	background-color: rgb(75 78 90 / 85%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	color: #fff;
	letter-spacing: 2px;
}

#foot_popup_chat_seq_send
{
	width: 80px;
	border: 1px solid #69583E;
	background-color: #69583E;
	height: 40px;
	border-radius: 0px 10px 10px 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.7rem;
}
.foot_popup_chat_seq
{
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items:  flex-start;
	margin-bottom: 15px;
	background-color: #fbdba4;
	padding: 8px;
	box-shadow: 0 1px 3px 2px #a13c2d;
}
.foot_popup_chat_seq_pic
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 100%;
	box-sizing: border-box;
}
.foot_popup_chat_seq_box
{
	margin-left: 8px;
	color: #3d445a;
}
.foot_popup_chat_seq_name
{
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items:  center;
	font-size: 1.5rem;
	padding: 8px 0 4px;
}
.foot_popup_chat_seq_text
{
	padding: 15px;
	border-radius: 5px;
	background-color: #fff6e8;
}
.foot_popup_chat_seq_ts
{
	padding: 5px 0 10px;
	font-size: 11px;
}
@media screen and (min-width:800px)
{
	#foot_popup_chat
	{
		margin: 10px 55px 0 95px;
	}
	#foot_popup_chat_seq_box
	{
		padding-right: 34px;
	}
	#foot_popup_chat_seq_input
	{
		right: 45px;
		left: 6px;
	}
}
