@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:28px; white-space:nowrap; vertical-align:top;}
.gx_ptop_listTable td.side{}
.gx_ptop_listTable td.subject{
	/*제목*/
	position:relative;
	padding-right:45px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.gx_ptop_listTable td.subject.icon{padding-right:54px;}/* 새글+인기글 아이콘 둘다 있을때 제목길이 */
.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 .replyNum{position:absolute; top:0; right:0; font-size:12px; color:#000;}/*댓글*/
.gx_ptop_listTable td.subject .replyNum > i{margin-top:9px; font-size:12px; color:#6d6d6d; vertical-align:top;} /*댓글 아이콘*/
.gx_ptop_listTable td.subject .replyNum > .hot_icon i, .gx_ptop_listTable td.subject .replyNum > .new_icon i{vertical-align:top; margin-top:7px; color:#ff0000;} /*새글, 인기글 아이콘*/
.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:83px; color:#6d6d6d; text-align:right;}/*날짜*/
.gx_ptop_listTable tr.empty_tr td{height:200px; line-height:200px; text-align:center; border-radius:8px; font-size:15px;} /*게시물 없음*/