@charset "utf-8";
/**************************************************

	SUPERBOARD :: BOARD SKIN :: default

**************************************************/
#sb-list{border-top: 2px solid #333;}
#sb-list .list_tbl{width: 100%;}
#sb-list .list_tbl tr > *{position: relative;padding: 20px 15px;border: 1px solid #ddd;border-width: 1px 0;font-size: 15px;line-height: 18px;text-align: center;}
#sb-list .list_tbl tr.tr_notice .sbj a{color: #000;}
#sb-list .list_tbl thead tr th{font-weight: normal;color: #000000;letter-spacing: -1px;border-top: none;background: #f9f9f9;}
#sb-list .list_tbl tbody tr td.no,
#sb-list .list_tbl tbody tr td.date,
#sb-list .list_tbl tbody tr td.view{font-size: 16px;color: #999;letter-spacing: -0.5px;}
#sb-list .list_tbl tbody tr td.sbj{text-align: left;}
#sb-list .list_tbl tbody tr td.sbj a{color: #000;letter-spacing: -0.5px;font-size: 16px;text-decoration: none;}
#sb-list .list_tbl tbody tr td.sbj img{max-height:15px;width: auto;height: auto;}
#sb-list .list_tbl tbody tr td.sbj .cmnt{font-weight: bold;color: #cb0f16;font-size: 13px;margin-left: 10px;}
#sb-list .list_tbl tbody tr td em{display: none;}

/* 답글 들여쓰기 */
#sb-list .list_tbl tbody tr td.sbj.reply1{background: url(/superboard/images/sb_ico_reply.png) no-repeat 20px 19px;padding-left: 40px;}
#sb-list .list_tbl tbody tr td.sbj.reply2{background: url(/superboard/images/sb_ico_reply.png) no-repeat 50px 19px;padding-left: 70px;}
#sb-list .list_tbl tbody tr td.sbj.reply3{background: url(/superboard/images/sb_ico_reply.png) no-repeat 80px 19px;padding-left: 100px;}
#sb-list .list_tbl tbody tr td.sbj.reply4{background: url(/superboard/images/sb_ico_reply.png) no-repeat 110px 19px;padding-left: 130px;}
#sb-list .list_tbl tbody tr td.sbj.reply5{background: url(/superboard/images/sb_ico_reply.png) no-repeat 140px 19px;padding-left: 160px;}


