@charset "utf-8";

/*리스트형*/
.story_common_listDiv {
  position: relative;
} /*리스트 div*/
.story_common_listTable {
  width: 100%;
  font-size: 13px;
  border: 0;
  border-spacing: 0;
}

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

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