/* 댓글 쓰기 폼 */
.comment_w .w_con_all input {border:1px solid #c5c5c5;height:18px;vertical-align:middle;}
.comment_w .w_con_all img {border: 1px solid #c5c5c5;}
.comment_w .w_con_all input[type=text],
.comment_w .w_con_all input[type=password] {padding-left:4px;}
.comment_w .w_con_all input.captcha_input {height:40px;}
.comment_w .w_con_all input.btn_comment_submit {font-family:'Nanum Gothic';cursor:pointer;height:32px;line-height:28px;padding:0 17px;border:1px solid #c5c5c5;background:#fff;color:#696969}
.comment_w .w_con_all input.btn_comment_submit:hover {border:1px solid #000;background:#444;color:#fff;}
.comment_w .w_con_allt {margin:20px 5px 5px 15px; }
.comment_w .w_con_allb { width:99%; height:70px;border:1px solid #ccc; padding:2px;margin:0;}

/* 댓글 리스트 */
.comment_v {border-top:1px solid #e5e5e5;margin-top:5px;border-bottom:1px solid #e5e5e5;}
.comment_v .v_title {padding:0 5px;background-color: #f9f9f9;line-height:30px;font-size:11px;}
.comment_v .v_title a {font-size:11px;}
.comment_v .v_con_t { width:670px; height:20px;  margin:5px; font-weight:bold;}
.comment_v .v_con_c {  padding:3px 8px; line-height:25px;  margin-bottom:5px; }