/*******************************************************************************
 * version 1.0 release;
 * copyright 2019
 ******************************************************************************/
.Content {
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .Content {
    padding-bottom: 170px;
  }
}

.banner__inner {
  border-bottom: none;
}

.banner__title {
  color: #fff;
  margin-bottom: .25em;
}

.banner__desc {
  color: #fff;
}

.banner__bg {
  background-image: url("../../../images/media/page/banner_2.jpg");
}

.banner__questions {
  margin-top: 35px;
  -webkit-animation: up-in 1s .3s both;
  animation: up-in 1s .3s both;
  position: relative;
  z-index: 2;
}

.banner__imageboxes {
  margin: 0 -4.6% 40px;
  -webkit-animation: up-in 1.25s both cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation: up-in 1.25s both cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@media (min-width: 768px) {
  .banner__imageboxes {
    max-width: 720px;
    margin: 0 auto 80px;
  }
}

.banner__imageboxes::after {
  content: "";
  display: block;
  padding-top: 56.42%;
}

.banner__imagebox {
  position: absolute;
}

.banner__imagebox:nth-child(1) {
  width: 57.6%;
  left: 0;
  top: 1.875em;
  z-index: 2;
}

.banner__imagebox:nth-child(2) {
  width: 56.5%;
  right: 0;
  top: 0;
  z-index: 1;
}

.banner__img {
  animation: float 1.5s infinite alternate-reverse;
}

.section--first {
  padding-top: 0;
}

@media (min-width: 1230px) {
  .section__inner {
    max-width: 1000px;
  }
}

/*# sourceMappingURL=pg_recommend.css.map */