/* 플로우디자인 */
/* www.flowdesign.co.kr */
/* 갤러리 스킨 */
.ic_container{
    vertical-align:baseline;
    margin:10px;
    position:relative;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;*/
}
.overlay{
    opacity:0.3;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	background: #ccc url("../img/view_detail.png") no-repeat 50% 50%;
}
.ic_caption{
    posi tion:absolute;    
    opacity:0.6;   
    overflow:hidden;
    padding:0;
    margin:0;
    left:0px;
    right:0px;
    cursor:pointer;
	text-align: center;
	background: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);}
.ic_category{
    text-transform:uppercase;
    font-size:1em;
    letter-spacing:0.075em;}
.ic_caption h3{
    padding:10px;
    margin:0px;
    font-size:14px;
    letter-spacing:0;
	line-height:1;
	font-weight: 400;}
.ic_year{
	padding:0 0 5px 5px
}
.ic_text{
    padding:5px;
    margin:0px;
    text-align:justify;
    font-size:11px;

}


/*탭 2개*/
#bo_cate li{width:50%;}
#bo_cate a {
    display: block;
    position: relative;
    text-align: center;
    letter-spacing: -0.1em;
    line-height: 1.2em;
    cursor: pointer;
    background: #fff;
    color: #999;
    font-weight: 500;
    text-decoration: none;
    border: none;
    border-bottom: 3px solid #999;
    font-size: 17px;
	font-family: 'nanumgothic','나눔고딕',sans-serif;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active,#bo_cate #bo_cate_on {
	z-index:2;
	background:#fff;
	color:#ca0202;
	font-weight:500;
	text-decoration:none;
	border: none;
	border-bottom: 3px solid #ca0202;
	}