@charset "utf-8";

.commentCnt{font-weight:bold; font-size:14px; color:#6677c0;}
.commentCntTxt{font-weight:bold; font-size:14px; color:#585858;}
.commentInfo{display:inline-block;float: left;  width: 90%;}
.sortText{display:inline-block; float:right; width: 10%;text-align:right }
.commentList{border-top: 1px solid #e2e2e2; padding: 10px 0px 10px 0px; clear:both}
.replyList{border-top: 1px solid #e2e2e2; padding: 10px 0px 10px 10px; clear:both}
.comment{display:inline-block; float: left;  width: 90%;}
.commentDate{display:inline-block; float:right; width: 10%; text-align: right;}
.replyText{display:inline-block;float: left;  width: 90%;}
.replyDate{display:inline-block; float:right; width: 10%;text-align:right }
.clear{clear: both;}
.commentBottom{margin: 20px 0px 5px 0px; overflow:hidden; padding:2px 3px 1px 0px }
.replyBottom{margin: 10px 0px 5px 30px; overflow:hidden; padding:2px 3px 1px 5px }
.reply_fold{float:left;  width: 95%;}
.commentLike{float:right; width: 5%; text-align:right }
.txt{}
.L{color:#a6a6a6; font-size:20px; margin:5px 5px 0px 0px }
.commentTextarea{ text-align:left;display:inline-block;width:84%; height:80%; padding-left: 10px; padding-top:10px;overflow: auto;  border-radius: 5px; resize: none;}
.commentTextarea::placeholder {color: #737373;}
.commentTextarea:focus {outline-color: #6677c0;}
.replyBtn{display:inline-block; border: 1px solid #e2e2e2; width:45px;padding:5px 3px 5px 3px; text-align:center; font-size:11px !important;}
.replyBtn span{text-align:center; font-size:11px !important;}
.txt-bold{font-weight:bold}