
/* snb 서브카테고리*/
.snb{
    width: 700px;
}
.snb>ul>li{
    width:140px;
}
.snb>ul>li>a{
    width:138px;
}



/* 본콘텐츠 */
.comm_content_cover{
    position: relative;
    padding: 0 55px;
    width: 1000px;
    padding-bottom: 20px;
}

/* 커뮤니티목록 */
.comm_content_cover>.comm_nav_cover{
    float: left;
    position: relative;
    /* padding: 0 55px; */
    width: 200px;
    min-height: 300px;
}

.comm_nav>li{
    width:100%;
    height:40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 400;
    color:#808080;
}
.comm_nav>li>a:hover{
    width:100%;
    height:40px;
    line-height: 40px;
    color:#000;
    border-bottom: 2px solid #808080;
    padding-bottom: 5px;
}
.comm_content_cover>.comm_posts_cover{
    position: relative;
    /* padding: 0 55px; */
    width: 600px;
    min-height: 300px;
    border-left: 2px solid #808080;
    padding-left: 20px;
}
.comm_posts_cover>h2{
    text-align: left;
    margin-left: 10px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    float: left;
}
.comm_posts_cover>a{
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 25px;
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #808080;
    float: right;
}
.comm_posts_cover>ul{
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 245px;
    border: 2px solid #ccc;
    margin-left: 10px;

}
.comm_posts_cover>ul>li{
    width: 100%;
    height: 20px;
    line-height:20px;
    font-size: 20px;
    padding: 5px 5px;
    color: #808080;
    text-align: left;
    list-style-position: inside;
    list-style-type: decimal;

    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}