@charset "utf-8";

/*리스트형*/
.gx_ptop_listDiv{position:relative;}/*리스트 div*/
.gx_ptop_listTable{width:100%; font-size:13px; border:0; border-spacing:0; table-layout:fixed;}
.gx_ptop_listTable td{border:0; font-size:13px; line-height:26px; 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{color:#ff0000;}
.gx_ptop_listTable td.subject .hot_icon i{font-size:11px;}
.gx_ptop_listTable td.subject .new_icon i{color:#ff0000; font-size:13px;}
.gx_ptop_listTable td.subject .replyNum{color:#ff4948; font-size:12px; font-weight:800;}/*댓글*/
.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{width:85px; color:#6d6d6d; text-align:right;}/*날짜*/
.gx_ptop_listTable tr.empty_tr td{/* height:200px; line-height:200px; background-color:#f7f7f7; */ text-align:center; border-radius:8px;} /*게시물 없음*/