/* 댓글 css */
/*.reply_view {
	width:100%;
	margin-top:30px; 
	word-break:break-all;
}
.dat_view {
	font-size: 14px;
	padding:10px 0 15px 0;
	border-bottom: solid 1px gray;
}
.dat_ins {
	margin-top:50px;
}
.dat_edit_t{
	width:520px;
	height:70px;
	position: absolute;
	top: 40px;
}
.rep_con {
	width:80%;
	height: 56px; 
}
.rep_btn {
	position: absolute;
	width:120px;
	height:56px;
	font-size:16px;
	margin-left: 10px; 
}*/
.dat_view {
	/*font-size: 14px;*/
	padding:15px 0 15px 0;
	/*border-bottom: solid 1px gray;*/
}
.rep_count{
	font-size: 12px;
	font-weight: normal;
	color:#4A4F5A;
}
.rep_con {
	width:80%;
	height: 56px; 
	margin-left: 15px;
}
.rep_btn {
	position: absolute;
	width:120px;
	height:56px;
	font-size:16px;
	margin-left: 10px; 
}
.rep_title {
	font-size: 12px;
	color:#4A4F5A;
	padding:7px 15px 7px 15px;
	background-color: #d3d3d3;
	border-radius: 8px;
}
.rep_nick {
	width:30%;
	float:left;
}
.rep_date {
	width:70%;
	float:right;
	text-align: right;
}
.rep_content {
	padding: 5px 10px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	color:#4A4F5A;
}
.rep_content.del {
	color:#d3d3d3;
}
.rep_delbtn {
	padding: 5px 10px 0px 10px;
	cursor:pointer;
	font-size: 12px;
	color:#FF3399;
}
.clear {
	clear: both;
}