/* cover */
section.cover {
  height: calc(100vh - 206px);
  background-color: #FFF;
  margin-top: 0px;
  overflow: hidden;
  padding-bottom: 0px;
  /* banner */
  /* welcome */
}
section.cover .banner-slider-wrap {
  height: 100%;
}
section.cover .banner-slider-wrap .each {
  height: calc(100vh - 206px);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFF;
}
section.cover .banner-slider-wrap .banner-slider.slick-initialized.slick-slider.slick-dotted {
  margin: 0;
}
section.cover .banner-slider-wrap .slick-slider {
  position: relative;
  height: 100%;
  background-color: #e9e9e9;
}
section.cover .banner-slider-wrap .slider-slide {
  position: relative;
}
section.cover .banner-slider-wrap .controls {
  opacity: 0;
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
}
section.cover .banner-slider-wrap .controls.right {
  right: 0;
}
section.cover .banner-slider-wrap .controls.left {
  left: 0;
}
section.cover .banner-slider-wrap .slick-dots {
  bottom: 20px;
}
section.cover .banner-slider-wrap .pager {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  z-index: 1;
}
section.cover .banner-slider-wrap .pager li {
  height: 15px;
  width: 15px;
  margin: 10px;
  list-style: none;
  display: inline-block;
  float: none;
}
section.cover .banner-slider-wrap .pager li.active {
  background-color: #F6AF4F;
}
section.cover .banner_welcome {
  height: 100%;
  width: 100%;
  top: 0px;
  text-align: center;
  align-items: center;
  display: block;
  position: relative;
}
section.cover .banner_welcome .blackcover {
  opacity: 0;
  z-index: 0;
}
section.cover .banner_welcome .title {
  letter-spacing: 27px;
  font-weight: 400;
  font-size: 50px;
  color: white;
  z-index: 1;
  text-shadow: 0px 0px 100px #000;
}
section.cover .banner_welcome .text {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 8.1px;
  color: white;
  z-index: 1;
  margin-bottom: 60px;
  text-shadow: 0px 0px 100px #000;
}
section.cover .banner_welcome a {
  height: auto;
  width: auto;
}
section.cover .banner_welcome .button {
  border: 1px solid white;
  width: 400px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 8.83px;
  cursor: pointer;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
  color: #FFF;
}
section.cover .banner_welcome .button:hover {
  background-color: #FFF;
  color: #555;
}
section.cover .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #bca456;
  /* border: 1px solid #FFF; */
  background-color: #FFF;
  border-radius: 50px;
  font-size: 16px;
  line-height: 22px;
}
section.cover .slick-dots li button:before {
  opacity: 1;
  color: #FFF;
}
@media screen and (max-width: 1080px) {
  .banner01 .title {
    letter-spacing: 15px;
    font-size: 23px;
  }
  .banner01 .text {
    margin-top: 9px;
    font-size: 15px;
  }
  section.cover .banner_welcome .text {
    margin-top: 10px;
    font-size: 17px;
    margin-bottom: 30px;
    letter-spacing: 6px;
  }
  section.cover .banner_welcome .title {
    letter-spacing: 17px;
    font-size: 23px;
  }
  section.cover .banner_welcome .button {
    width: calc(100% - 40px);
    font-size: 15px;
  }
  section.cover {
    height: 84vw;
  }
  section.cover .banner-slider-wrap .each {
    height: 84vw;
  }
}
