/* 720px+*/
/* 960px+*/
#banner ul.slick-dots {
  z-index: 9;
  position: absolute;
  left: calc(50% - 1.875em);
  bottom: 2em;
}

#banner ul.slick-dots li button {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

#banner .wbox_wrap {
  height: auto;
  position: relative;
  padding-bottom: 100%;
}

#banner .banners {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#banner .banner_wrap {
  padding-bottom: 100%;
  position: relative;
}

#banner .photo_mobile {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#banner .photo_desktop {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#banner .banner_wrap a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#banner .corners {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom-left-radius: 4em;
  border-top-right-radius: 4em;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

@media screen and (min-width: 45em) {
  #banner .wbox_wrap {
    height: auto;
    position: relative;
    padding-bottom: 41.67%;
  }
  #banner .banners {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #banner .banner_wrap {
    padding-bottom: 41.67%;
    position: relative;
  }
  #banner .photo_mobile {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #banner .photo_desktop {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #banner .corners {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom-left-radius: 4em;
    border-top-right-radius: 4em;
  }
  #banner .inwrap {
    font-size: 1.3vw;
    position: absolute;
    bottom: 3em;
  }
  #banner .content h2 {
    font-size: 2.5em;
    line-height: 1.4em;
    width: 80%;
    padding: 0.125em 0;
  }
}
@media screen and (min-width: 70em) {
  #banner .inwrap {
    font-size: 1em;
    position: absolute;
    bottom: 2.5em;
  }
}

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