.eb_l a img,
.eveb_img img{
/*
	filter:grayscale(90%) brightness(80%);
*/
	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;
}
.eb_l a img{
	transition:transform .3s;
}
.eb_l a:hover img{
	transform:scale(1.2);
}
.eb_l p{
	padding:10px 0;
	line-height:1.5;
	font-size:16px;
	text-align:center;
}
.eb_l p span{
	display:block;
	font-size:14px;
}

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

.eveb_title{
	padding:20px 0;
	font-size:20px;
	font-weight:bold;
}
.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){

}