@charset "utf-8";
/* 최근게시물 스킨 (latest) */
.idx_notice {position:relative;}
.idx_notice ul {padding:0;list-style:none}
.idx_notice ul li{line-height:22px;position:relative;padding-left:15px;background:url(img/bulllet.png) no-repeat 5px 50%;}
.idx_notice .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold;color:#993355}
.idx_notice .lt_tit{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display:block;color:#555}
.idx_notice .empty_lt{padding:30px 0;padding-right:0;text-align:center;color:#999}


/* 게시판 목록 */
.td_name{text-align:left}
.td_view,.td_date{width:40px;text-align:center}

#bo_cate{text-align:center}
#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {padding-left:1px;display:inline-block;;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px;}
#bo_cate a {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display:block;position:relative;margin-left:-1px;padding: 0 10px;height:40px;line-height:38px;border:1px solid #d8d8d8;background:#fff;color:#888;text-align:center;text-decoration:none;min-width:80px}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #333;background:#333;color:#fff;font-weight:bold}

@media (max-width: 970px){
    #bo_cate ul{width:100%}
    #bo_cate li {width:20%;}
}

@media (max-width: 640px){
    #bo_cate li {width:33.3333%}
    #bo_cate a{padding:0 5px;font-size:11px}
}
