/*!
 * cm_gallery 겔러리 스타일2
 */
.gallery_style2 .cbp-l-grid-projects-title{
	padding:20px 0 0px;
	text-align:center;
}

.gallery_style2 .cbp-l-grid-projects-title:after{
	display:block;
	width:25%;
	height:2px;
	background:#333;
	margin:15px auto;
	content:"";

}

.gallery_style2 .cbp-l-grid-projects-title.color_1:after{
	background:#3aa1a4;
}
.gallery_style2 .cbp-l-grid-projects-title.color_2:after{
	background:#f4f1e0;
}
.gallery_style2 .cbp-l-grid-projects-title.color_3:after{
	background:#f14c38;
}
.gallery_style2 .cbp-l-grid-projects-title.color_4:after{
	background:#f2d66a;
}
.gallery_style2 .cbp-l-grid-projects-title.color_0:after{
	background:#333;
}

.gallery_style2 .cbp-l-grid-projects-desc{
	margin-bottom:20px;
	padding:0 15px;
	text-align:center;
	margin-top:0;
}
.gallery_style2 .cbp-l-grid-projects-tag-wrapper{
	margin-bottom:20px;
	padding:0 15px;
	text-align:center;
}
.gallery_style2 .cbp-l-grid-projects-tag{

	margin-right: 7px;
    margin-bottom: 10px;
    padding: 3px 7px;
	background: #efefef;
    border-radius: 10px;
    font-size: .8em;
	color:#333;
    line-height: 3em;
    text-transform: capitalize;

}

.cbp-l-grid-projects-tag:hover{
	color:#999;
}

.cbp-l-grid-projects-tag:last-child{
	margin-right:0;
}

.cbp-l-grid-work .cbp-item-wrapper{
	padding:0;
	border-radius:10px;
	overflow:hidden;
}

.cbp-l-grid-work .cbp-item{
	padding:0;
	
}

.cbp-caption-opacity .cbp-caption{
	border:none;
}
.cbp-caption{
	border-radius:0 0 10px 10px;
}
@media (max-width: 767px) {

	.gallery_style2 .cbp-l-grid-projects-tag{
		font-size:.9em;
	}

}
