#sec1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../img/index/sec1_bg.jpg") center center/cover;
}

#sec1 .txt {
  padding: 0 2%;
}

#sec2 .top-wrap {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

#sec2 .top-wrap::before {
  content: '';
  width: 92%;
  height: 1px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#sec2 .top-wrap .box {
  margin: 0 4%;
  padding: 5%;
  border: 1px solid #fff;
}

#sec2 .top-wrap .box h4 {
  font-size: 18px;
}

#sec2 .top-wrap .content h3 {
  font-size: 22px;
}

#sec2 .top-wrap .content .price {
  font-size: 18px;
}

#sec2 .top-wrap .content .price span {
  font-size: 14px;
}

#sec2 .bottom-wrap {
  padding-top: 40px;
  padding-bottom: 60px;
}

#sec2 .bottom-wrap .slide .swiper-slide {
  background: #100b04;
}

#sec2 .bottom-wrap .slide .swiper-slide h3 {
  font-size: 22px;
  padding: 10px 2%;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

#sec2 .bottom-wrap .slide .swiper-slide .txt {
  padding: 0 2%;
}

#sec2 .bottom-wrap .slide .swiper-pagination {
  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;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 30px auto 0;
  width: 200px;
  height: 33.125px;
  background: url("../img/index/sec2-page-bg.png") center center/cover;
}

#sec2 .bottom-wrap .slide .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}

#sec2 .bottom-wrap .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

#sec2 .bottom-wrap .slide .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

#sec3 {
  padding: 60px 0;
  background: #060100;
}

#sec3 .box {
  background: #060100;
  margin: 0 4%;
  margin-top: 10px;
  padding: 5%;
  border: 1px solid #fff;
}

#sec3 .box h3 {
  font-size: 18px;
}

#sec3 .thumb .swiper-slide {
  position: relative;
}

#sec3 .thumb .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: .5s all;
  transition: .5s all;
}

#sec3 .thumb .swiper-slide.swiper-slide-thumb-active::after {
  background: transparent;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

#sec3 .swiper-pagination {
  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;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 30px auto 0;
  width: 200px;
  height: 33.125px;
  background: url("../img/index/sec2-page-bg.png") center center/cover;
}

#sec3 .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}

#sec3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

#sec3 .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
#sec3 .swiper-slide-prev{
	opacity: 0!important;
}

#sec3 .swiper-slide .box{
	display: none;
}

#sec3 .swiper-slide-active .box{
	display: block;
}

#sec4 {
  padding: 60px 0;
  background: #110d05;
}

#sec4 .img {
  padding: 2%;
  border: 1px solid #fff;
}

#sec4 .content h3 {
  font-size: 22px;
}

#sec4 .content .price {
  font-size: 18px;
}

#sec4 .content .price span {
  font-size: 14px;
}

#sec5 {
  padding: 60px 0;
  background: #080600;
}

#sec5 .swiper-slide {
  height: auto;
}

#sec5 .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  background: #080600;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 15px;
  position: relative;
}

#sec5 .item::before {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px dashed #fff;
  border-radius: 15px;
}

#sec5 .item .txt {
  padding: 0 2%;
}

#sec5 .item .ttl {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
}

#sec5 .item .sub {
  margin-top: -15px;
  margin-bottom: 15px;
}

#sec5 .swiper-pagination {
  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;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 30px auto 0;
  width: 200px;
  height: 33.125px;
  background: url("../img/index/sec2-page-bg.png") center center/cover;
}

#sec5 .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}

#sec5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

#sec5 .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
/*# sourceMappingURL=index.css.map */