@charset "utf-8";

/*리스트형*/
.gx_ptop_listDiv{position:relative;}/*리스트 div*/
.gx_ptop_listTable{width:100%; font-size:13px; border:0; border-spacing:0;}
.gx_ptop_listTable td{border:0; font-size:13px; line-height:28px; white-space:nowrap; vertical-align:top;}
.gx_ptop_listTable td.side{line-height:25px; padding-left:5px;}
.gx_ptop_listTable td.subject{width:100%; white-space:normal;}/*제목*/
.gx_ptop_listTable td.subject a{color:#5c5c5c;}
.gx_ptop_listTable td.subject a:hover{text-decoration:underline;}
.gx_ptop_listTable td.subject i{font-size:15px; vertical-align:top; margin-top:5px;}
.gx_ptop_listTable td.subject .hot_icon i{color:#ff0000;}
.gx_ptop_listTable td.subject .new_icon i{color:#ff0000;}
.gx_ptop_listTable td.subject .replyNum{color:#ff4948; font-size:12px;}/*댓글*/
.gx_ptop_listTable tr:first-child td.subject a.title{color:#333; font-weight:700;}/*제목 첫줄*/
.gx_ptop_listTable td.nick{color:#6d6d6d;}
.gx_ptop_listTable td.date{padding-left:8px; color:#6d6d6d;}/*날짜*/
.gx_ptop_listTable tr.empty_tr td{height:200px; line-height:200px; background-color:#f0f0f0; text-align:center; border-radius:8px;} /*게시물 없음*/