/* ------------------------------------------------------------
main img - slide
------------------------------------------------------------ */
.bg-slider {
  width: 100%;
  height: calc(100vh - 100px);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-slider__title {
  padding: 0 30px;
}

@media only screen and (max-width: 991px) {
  .bg-slider {
    height: 50vh;
  }
}

/* ------------------------------------------------------------
contents
------------------------------------------------------------ */
.in-cont-box {
  font-size: 14px;
  text-align: center;
  padding: 30px 180px;
  background: url(../images/index/bg1.png) no-repeat center center/cover;
}

.in-cont-box .in-logo {
  text-align: center;
  margin: -120px 0 0 0;
  padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .in-cont-box {
    text-align: left;
    padding: 30px 15px;
    background: none;
  }
  .in-cont-box .in-logo {
    text-align: center;
    margin: -80px 0 0 0;
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=index.css.map */