@charset "UTF-8";

/* footer#global_footer {
margin-top: 0 !important;
} */
#contents {
  max-width: 1500px !important;    
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  z-index: 0;
}

body {
	position: relative;
}
body:before {
	position: absolute;
	z-index: -1;
	content: '';
	background: #e5e5e5;
	width: 30%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
  }


  @media only screen and (max-width: 1024px) {
	body:before {
	width: 35%;
	}
}

@media only screen and (max-width: 835px) {
	body:before {
	width: 20%;
	}
}