#memberInventory .myarticle {
    clear: both;
    margin: 7px 0 0 0;
    width: 650px;
    padding-bottom: 10px;
}
#memberInventory .myarticle .articleTotal {
    margin-top: 30px;
    width: 650px;
    text-indent: 25px;
}
#memberInventory .myarticle .articleTable {
    margin-top: 15px;
    width: 650px;
    border: 1px solid #999;
}
#memberInventory .myarticle .articleTable .tblArticle {
    margin: 25px 0 0 25px;
    padding-bottom: 15px;
}
#memberInventory .myarticle .articleTable .tblArticle .selectBox { display: inline; float: left; padding-bottom: 5px; width: 600px;}
#memberInventory .myarticle .articleTable .tblArticle .selectBox .order { display: inline; float: left;}
#memberInventory .myarticle .articleTable .tblArticle .selectBox .limit { display: inline; float: right;}
#memberInventory .myarticle .articleTable .tblArticle table { display: inline; float: left;}
#memberInventory .myarticle .articleTable .tblArticle table col.boardName{width: 200px;}
#memberInventory .myarticle .articleTable .tblArticle table col.articleCnt{width: 100px;}
#memberInventory .myarticle .articleTable .tblArticle table col.commentCnt{width: 100px;}
#memberInventory .myarticle .articleTable .tblArticle table col.lastDate{width: 200px;}
#memberInventory .myarticle .articleTable .tblArticle table th { color: #fff; background: #999; font-weight: bold; letter-spacing:-1px; padding: 4px 0 0 3px;}
#memberInventory .myarticle .articleTable .tblArticle table tr { background-color: #fff;}
#memberInventory .myarticle .articleTable .tblArticle table tr.over { background-color: #f7f7f7;}
#memberInventory .myarticle .articleTable .tblArticle table td { padding: 6px 0 3px 0; border-bottom: 1px solid #ccc;}
#memberInventory .myarticle .articleTable .tblArticle table td.boardName { padding-left: 10px; }
#memberInventory .myarticle .articleTable .tblArticle table td.boardName a:hover { color: #F35122; text-decoration: none; }
#memberInventory .myarticle .articleTable .tblArticle table td.articleCnt { text-align: center; }
#memberInventory .myarticle .articleTable .tblArticle table td.commentCnt { text-align: center; }
#memberInventory .myarticle .articleTable .tblArticle table td.lastDate { text-align: center; }
#memberInventory .myarticle .articleTable .tblArticle .tblArticlePaging { width: 600px; margin: 5px; text-align: center; }
#memberInventory .myarticle .articleTable .tblArticle table td.articleCnt span,
#memberInventory .myarticle .articleTable .tblArticle table td.commentCnt span { cursor: pointer; }
#memberInventory .myarticle .articleTable .tblArticle .bottomDesc { margin-top:20px; font-size: 8pt; }
/* powerBBS pbCommendViewer : Layer  */
#pbCommendViewer {
    position: absolute;
    z-index: 999;
    width: 330px;
    overflow: hidden;
    border: 2px solid #d9dbda;
    padding: 0px;
    line-height: 15px;
    background: #f6f6f6;
    display: none;
}
#pbCommendViewer ul {width:330px; overflow: hidden; margin-top: 5px; padding-bottom: 5px;}
#pbCommendViewer ul li {width: 330px; overflow: hidden;}
#pbCommendViewer ul li {
    line-height: 15px;
    padding: 4px 0 2px 0;
    text-indent: 10px;
}
#pbCommendViewer ul li.over { background: #ddeff9; }
#pbCommendViewer.loading {
    background: url('https://static.inven.co.kr/image/wow/dataninfo/edb_item/loading.gif') no-repeat left top;
    width: 200px;
    height: 100px;
    border: none;
}
#pbCommendViewer.loading ul {
    display: none !important;
}