@charset "utf-8";

/* banner */
@media screen and (max-width: 992px) and (min-width: 0px) {
  .bannerbigbox {
    margin-top: 54px;
  }

  .bannerBoxTxt h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .bannerBoxTxt h2 {
    font-size: 15px;
    line-height: 30px;
  }

  .bannerBoxTxt {
    top: 20%;
  }
}

/* end-banner */
@media screen and (max-width: 992px) and (min-width: 0px) {
  .LyLeft {
    padding-top: 30px;
  }

  .LyLeft>div .LyLeftTxt {
    opacity: 1;
  }

  .LyLeftTxt h1 {
    font-size: 18px;
    left: 15px;
    top: auto;
    bottom: 50px;
    font-weight: 100;
  }

  .LyLeftTxt h3 {
    left: 15px;
    top: auto;
    bottom: 0;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
