@charset "utf-8";

.bloghub_category { width:100%; }
.bloghub_category a { text-decoration:none; }



.bloghub_category .category,
.bloghub_category .category li {
    margin:0;
    padding:0;
    list-style:none;
}
.bloghub_category .category {
    float:left;
    display:block;
    width:100%;
    height:30px;
    _height:24px;
    margin-bottom:20px;
    border-bottom:2px solid #BCBCBC;
}

.bloghub_category .category li {
    position:relative;
    top:2px;
    float:left;
    width:85px;
    height:28px;
    padding:0 2px 0 0;
    text-align:center;
    

}
.bloghub_category .category li a {
    display:block;
    color:#000;
    height:28px;
    background:url('./img/category_tab.gif') no-repeat left top;
}
.bloghub_category .category li a span {
    position:absolute;
    float:left;
    display:block;
    padding:9px 0 0;
    width:81px;
    height:19px;
    left:4px;
    text-indent:-2px;
    white-space:nowrap;
    background:url('./img/category_tab.gif') no-repeat right top;
}

.bloghub_category .category li.first { margin-left:0; }
.bloghub_category .category li.active {
	border-bottom:2px solid #FFFFFF;
	margin:0 2px 0 0;
	padding:0;
}
.bloghub_category .category li.active a {
    color:#000;
    font-weight:bold;
    background-position:left -50px;
    height:30px;
}
.bloghub_category .category li.active a span {
    background-position:right -50px;
    height:21px;
}

.bloghub_category .content {
    clear:both;
}

.bloghub_category .content .post_item {
    padding:12px 0;
    line-height:1.4em;
    border-bottom: 1px #ececec solid;
}

.bloghub_category .content .post_item .photo {
    float:left;
}
.bloghub_category .content .post_item .photo a {
    display:block;
    padding:2px;
    background:url('./img/photo_frame.gif') no-repeat right bottom;
}

.bloghub_category .content .post_item .post {
    float:left;
    width:690px;
}
.bloghub_category .content .post_item.existThumb .post {
    width:610px;
    margin-left:10px;
    letter-spacing:-0.5px;
}
.bloghub_category .content .post_item a {
    color:#000;
}
.bloghub_category .content .post_item .title {
    color:#343434;
    margin-bottom:5px;
    padding:3px 0;
    font-weight:bold;
    font-size:1.2em;
}
.bloghub_category .content .post_item .blog {
    color:#F36800;
    font-size:8pt;
}
.bloghub_category .content .post_item .blog .date,
.bloghub_category .content .post_item .blog .dash {
    color:#B4B4B4;
}

.bloghub_category .content .post_item .summary {
	font-family:Gulim, 굴림;
    color:#565656;
    line-height: 1.5em;
}





.bloghub_category .pagination {
    position:relative;
    text-align:center;

    padding:10px;
    *padding-top:5px;
    border:1px solid #E5E5E5;
    border-width:1px 0;
    background:#FAFAFA;
}
.bloghub_category .pagination .viewNextPage {
    display:block;
    height:18px;
    text-indent:-1000em;
    overflow:hidden;
    background:url('./img/viewmore.gif') no-repeat center center;
}
.bloghub_category .pagination .no_more_page {
}
.bloghub_category .pagination .go_top {
    position:absolute;
    width:42px;
    text-indent:-1000em;
    overflow:hidden;
    right:10px;
    top:12px;
    background:url('./img/go_top.gif') no-repeat center center;
}
