header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  padding: 0;
}

header .inner .header-logo {
  background: none;
}

nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10000;
}

.bx-wrapper {
  height: 100%;
  margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}
.bx-wrapper .bxslider .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bx-wrapper .bxslider .slide h2 {
  position: absolute;
  top: 20%;
  right: 15%;
}
.bx-wrapper .bxslider .slide p {
  position: absolute;
  top: 20%;
  left: 15%;
}
.bx-wrapper .bx-controls-direction a {
  margin-top: -25px;
  width: 49px;
  height: 130px;
}
.bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
  background: url(../img/index/btn_prev.png) no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
  background: url(../img/index/btn_next.png) no-repeat 0 0;
}
.bx-pager.bx-default-pager {
  display: none;
}
footer {
  display: none;
}

@media screen and (max-width: 767px) {
  .bx-wrapper .bxslider .slide h2,
  .bx-wrapper .bxslider .slide p {
    display: none;
  }

  .bx-wrapper .bxslider .slide {
    height: 600px !important;
  }

  .sp_subtitle {
    display: block;
  }

  .sp_subtitle h2,
  .sp_subtitle p {
    margin: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sp_subtitle {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .sp_subtitle h2,
  .sp_subtitle p {
    margin: 30px 10px;
  }
  .bx-wrapper .bxslider .slide {
    height: 350px !important;
  }
  .bx-pager.bx-default-pager {
    display: inline;
  }
  .bx-controls-direction {
    display: none;
  }
  footer {
    display: block;
    padding: 80px 0 0;
  }
}
