#mainbn {
	overflow: hidden;
}
#mainbn .eventList {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mainbn .dateBln .month:after {
	content: '';
	background: url(../common/img/img_slash.png) no-repeat 0 0;
	background-size: 13px 20px;
	width: 13px;
	height: 20px;
	display: inline-block;
	/* vertical-align: bottom; */
	position: absolute;
	top: 7px;
}
#mainbn .eventList li {
	position: relative;
	vertical-align: top;
	background: #fff;
	width: 98%;
	font-size: 14px;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	display: none;
}
#mainbn .eventList li.active {
	display: block;
}
#mainbn .eventList li a{
	display:flex;
	color:#1e8fc7;
	text-decoration:none;
	width: 100%;
}
#mainbn .eventList li .eventDetail{
	width: calc(100% - 180px);
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#mainbn .eventList li .imageWrapper .state.pink{
	background:#ff3c6e;
}
#mainbn .eventList li .state{
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    padding: 2px 15px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#mainbn .eventList li .imageWrapper .dateBln {
	background: #83cf5a;
	background-size: 47px 38px;
	position: absolute;
	color: #fff;
	top: 10px;
	border-radius: 3px;
	left: 10px;
	padding: 0;
}
#mainbn .eventList li .category {
	border: 1px solid #333;
	border-radius: 3px;
	background: #fff;
	color: #333;
	display: inline-block;
	padding: 0px 3px 0px 3px;
	margin:0 8px 0 0;
	letter-spacing: -1px;
	font-size: 12px;
}
#mainbn .eventList li .address {
	color: #999;
	width: 135px;
	float: left;
	line-height: 1.3;
	font-size: 12px;
}
.imageWrapper {
  position: relative;
  width: 50%;
  height: 50%;
  flex-shrink: 0;
}
.imageWrapper img {
  object-fit: cover;
}


