.s_title{
	margin-bottom:20px;
}
.eb_l a img,
.eveb_img img{
	width:100%;
}

/*-------------------------------------
■ main
-------------------------------------*/
.eb_w{
	text-align:left;
}
.eb_l{
	display:inline-block;
	width:49%;
	margin-left:2%;
	margin-bottom:30px;
	vertical-align:top;
}
.eb_l:nth-child(2n+1){
	margin-left:0;
}
.eb_l a{
	display:block;
	position:relative;
}
.eb_l a img{
	transition:transform .3s;
}
.eb_l a:hover img{
	transform:scale(1.2);
}

.eb_l span.f_p{
	position:absolute;
	left:10px;
	top:10px;
	display:block;
	padding:5px 10px;
	font-size:16px;
	color:#fff;
	border-radius:50px;
	background:rgba(0,0,0,.3);
}
.eb_l p{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:10px;
	color:#fff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:20px;
	line-height:1.8;
	text-align:center;
	background:rgba(0,0,0,.3);
}


/*-------------------------------------
■ detail
-------------------------------------*/
.eve_box{
	margin-bottom:40px;
}
.eveb_img,
.eveb_title,
.eveb_day{
	text-align:center;
}

.eveb_title{
	margin-bottom:10px;
	padding:20px;
	font-size:20px;
	background:#00cccb;
}
.eveb_day{
	font-size:16px;
}

.eveb_text{
	padding-top:20px;
	line-height:1.8;
	font-size:16px;
}





@media screen and (max-width:970px){

}










@media screen and (max-width:767px){
	.eveb_title{
		padding:5px 10px;
	}
	.eb_l{
		margin-bottom:20px;
	}
	.eb_l span.f_p{
		font-size:12px;
	}
	.eb_l p{
		font-size:14px;
	}
}