.banner{
  max-width: 1320px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .banner{
    margin: 0 0 1rem;
  }
}

.slide {
  min-width: 1200px;
}

.bx-controls.bx-has-pager {
  position: relative;
  z-index: 9998;
  top: -30px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;

  width: 10px;
  height: 10px;
  margin: 0 5px;

  text-indent: -9999px;

  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  background: transparent;
}

.line_bnr {
  min-width: 1200px;
  margin: 0 auto 40px;

  text-align: center;
}

.line_bnr a {
  display: block;

  width: 90%;
  max-width: 830px;
  margin: auto;
}

.schedule_wrap {
  background: url("../img/schedule/bg.jpg") center top no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.schedule_wrap h3 {
  margin: 0 0 30px;
  padding: 10px 0;

  background: url("../img/all/menu_bg.jpg") no-repeat center center;
  background-size: cover;
}
.schedule_wrap h3.schedule_title_bg {
  background: url("../img/index/schedule_title_bg.jpg") no-repeat center center;
  background-size: cover;
}

.schedule_wrap h3 img {
  width: auto;
  height: 40px;
}

#schedule_frm {
  width: 100%;
  min-height: 400px;

  vertical-align: top;
}

.event {
  min-width: 1200px;
  margin: 0 0 40px 0;
  padding: 40px 0 35px;

  background: #212914;
  background: url("../img/slide/bg.jpg") no-repeat center center;
  background-size: cover;
}

.event_inner {
  width: 950px;
  margin: auto;
}

.event .event-slider {
  list-style: none;
}

#event-pager {
  padding: 20px 0 0;
}

#event-pager a {
  display: inline-block;

  margin: 0 0 5px;
}

#event-pager img {
  width: 100px;
  height: auto;

  opacity: 0.5;
}

#event-pager a.active img {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .slide {
    min-width: auto;
  }
  .info_wrap {
    min-width: auto;
    padding: 40px 0;
  }
  .information {
    width: auto;
    margin: auto;
  }
  .information .item {
    width: 31.6%;
    min-height: 20%;
    /* margin: 0 0 0 2.5%; */
    /* padding: 30px 0; */

    background-size: cover;
  }
  .information .item.first {
    margin: 0 0 0 0px;
  }
  .information .item .inner {
    width: 80%;
    min-height: 400px;
    margin: 0 auto;
  }
  .information .item .inner iframe {
    width: 100%;
    height: 400px;
  }
  .information .title {
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
  }
  .information .title img {
    width: auto;
    height: 40px;
  }
  .schedule_wrap {
    min-width: auto;

    background-size: cover;
  }
  .schedule_wrap h3 {
    margin: 0 0 30px;
    padding: 10px 0;

    background: url("../img/all/menu_bg.jpg") no-repeat center center;
    background-size: cover;
  }
  .schedule_wrap h3 img {
    width: auto;
    height: 40px;
  }
  #schedule_frm {
    width: 100%;
    min-height: 400px;

    vertical-align: top;
  }
  .event {
    min-width: auto;
    margin: 0 0 40px 0;
    padding: 40px 0 35px;
  }
  .event_inner {
    width: 80%;
    margin: auto;
  }
  .event .event-slider {
    list-style: none;
  }
  #event-pager {
    padding: 20px 0 0;
  }
  #event-pager a {
    display: inline-block;

    margin: 0 0 5px;
  }
  #event-pager img {
    width: 100px;
    height: auto;

    opacity: 0.5;
  }
  #event-pager a.active img {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .bx-controls.bx-has-pager {
    top: 9px;
  }
  .slide {
    min-width: 320px;
  }
  .info_wrap {
    min-width: 320px;
    padding: 40px 0 10px;
  }
  .information {
    width: auto;
    /* min-width: 320px; */
    margin: auto;
  }
  .information .item {
    display: block;
    float: none;

    width: auto;
    margin: 0 10px 30px;
    padding: 0px 0;
  }
  .information .item.first {
    margin: 0 10px 30px;
  }
  .information .item .inner {
    width: 100%;
    margin: 0 0px;

    background: url("../img/all/wht70.png");
  }
  .information .title {
    width: auto;
    margin: 0 0px;
    padding: 5px 0;
  }
  .line_bnr {
    min-width: 320px;
    margin: 0 auto 30px;
  }
  .line_bnr a {
    width: 90%;
    min-width: 280px;
    max-width: 750px;
  }
  .schedule_wrap {
    /* min-width: 320px; */
  }
  .event {
    min-width: 320px;
    margin: 0 0 40px 0;
    padding: 20px 0 15px;
  }
  .event_inner {
    width: auto;
    margin: auto;
  }
  .iframe_container {
    display: inline-block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    width: 100%;
    height: 400px;
  }
  .iframe_container iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: none;
  }
}

.slide_20180827{
  position: relative;

  max-width: 1920px;
  margin: auto;
}
.slide_20180827 .slide_logo{
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;

  display: flex;
  align-items:center;
  justify-content: center;

  width: 100%;
  height:100%;
}
.slide_20180827 .slide_logo img{
  width: 30%;
  height:auto;
  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  .slide_20180827 .slide_logo img{
    width: 40%;
  }
}

#slide_wrapp {
  position: relative;

  overflow: hidden;
}
#slide_wrapp .slide_item {
  position: relative;
  z-index: 1;

  margin: auto;

  transition: opacity 2s linear, transform 7.5s linear;
  transform: scale(1);

  opacity: 0;
}
#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
  transform: scale(1.2);
}
#slide_wrapp .slide_item img {
  display: block;
}
