
/* 캐러셀 최신글 카테고리 디자인*/
.carousel .swiper-slide .bo_cate{
	position:absolute;
	top:0px;
	left:0px;
	z-index:15;
	float:left;
	}
.carousel .swiper-slide .bo_cate:before {
	content: attr(data-cate);
	position:relative;
	padding-left:15px;
	width:100%;
	font-size:13px;
	font-weight:500;
	line-height:33px;
	color:#fff;
	z-index:20;
	}
.carousel .swiper-slide .bo_cate:after {
	content: '';
	position:absolute;
	top:-3px;
	left:-30px;
	padding-left:30px;
	padding-right:80px;
	width:100%;
	display:block;
	height:35px;
	border-radius:3px;
	background: rgba(51,121,250,0.95);
	border:1px solid rgba(0,0,0,0.1);
	-webkit-transform: skew(-35deg);
	transform: skew(-35deg);
	}