@charset "utf-8";
/*-- 의견쓰기  --*/
.comment {position:relative; width:620px; margin:50px 0 0 0; padding:0; background:url(/_layout/images/board/board_comment_bg.gif) repeat-y; clear:both;}
.comment .comment_top {width:620px; height:40px; background:url(/_layout/images/board/board_comment_dtbg.gif) no-repeat;}
.comment .comment_top .tit {margin:0; padding:15px 0 0 32px; float:left;}
.comment .comment_top .con {margin:0; padding:14px 0 0 0; float:left;}
.comment .comment_top .con span {color:#FA4C00; font-weight:bold;}
.comment .comment_center {height:70px; margin:0 0 0 8px; padding:5px 0 0 50px; background:url(/_layout/images/board/board_comment_center_bg.gif) no-repeat;}
.comment .comment_center textarea {width:480px; height:48px; margin:0 5px 0 0; padding:0; float:left; }
.comment .comment_center .comment_bt {float:left;}
.comment .comment_list {position:relative; margin:10px 15px 0 15px; border-top:1px solid #ddd;}
.comment .comment_list .item {overflow:hidden; padding:10px 0 10px 10px; margin:0 0 0 0; border-bottom:1px dotted #E0E1DB;}
.comment .comment_list .item .author { width:60px;color:#3074A5; float:left; padding:0 0 0 15px; background:url(/_layout/images/board/author_img.gif) no-repeat 0 3px;}
.comment .comment_list .item .comment_content {float:left; width:380px;}
.comment .comment_list .item .date {margin:0 4px 0 0; color:#CCCCCC; float:left;}
.comment .comment_bottom {width:620px; height:10px; margin:0; padding:0; background:url(/_layout/images/board/board_comment_bottom.gif) no-repeat; clear:both; }