@charset "utf-8";

.home .main_img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 523px;
}
@media screen and (max-width:768px) {
  .home .main_img {
    height: 300px !important;
  }
  body.home #content {
    background: none;
  }
  .home #content #main {
    padding-top: 250px !important;
  }
}