.main_background{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
 }

 .img_background{
	width:100%;
	height:44%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
 }

 .img_background.img_bottom{
	bottom: 0;
  height: auto;
  top: auto;
 }

 .img_obj{
	position:absolute;
	z-index:-1;
 }

.img_obj01{
	left: -175px;
  bottom: -31px;
	width:140px;
}

.img_obj02{
	width: 221px;
	left: -252px;
	bottom: 111px;
}

.img_obj03{
	width: 152px;
	right: -232px;
	bottom: -57px;
}

.img_obj04{
	width: 117px;
	right: -152px;
	bottom: 121px;
}

.gbak_line{
	width: 34.5%;
	height: 4px;
	background-color: #0e1632;
	position: absolute;
	top: 246px;
  left: 0;
	z-index:-1;
}

.plusicon img {
	transition: transform 0.3s ease-in-out;
}

.plusicon:hover img {
	transform: rotate(180deg);
}

.fc-day-grid > div{
	max-height:120px !important;
}

.fc-scroller{
	height:auto !important;
}

.popup_td{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

  -webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

}