.swiper-wrapper .swiper-slide.page7 {
  position: relative;
  overflow: hidden;
  background: url(../image/section7/bg.jpg) no-repeat;
  background-size: 100%;
  align-items: initial;
}

.page7 .page7-top {
  position: absolute;
  top: 0.4rem;
}

.page7-top .page7-title {
  width: 3.7rem;
  height: 2rem;
  background: url(../image/section7/title-7.png) no-repeat;
  background-size: 100%;
}
.page7-top .page7-title::before {
  top: -0.7rem;
}

.page7 .page7-tab-bar {
  position: absolute;
  top: 2.2rem;
}

.page7 .page7-tabs {
  /* width: 4.15rem;
  height: .45rem;
  background:url(../image/section7/tabs-bg.png) no-repeat; */
  /* margin-top: 0.5rem; */
  background-size: 100%;
  margin: 0 auto;
  display: flex;
  text-align: center;
  box-sizing: border-box;
}

.page7-tabs .page7-tab1 {
  width: 4.46rem;
  height: .56rem;
  background:url(../image/section7/tabs-bg.png) no-repeat;
  background-size: 100%;
 position: absolute;
 left: 0.12rem;
}
.page7-tabs .page7-tab1 span {
  padding-bottom: 0.15rem;
}
.page7-tabs .page7-tab2 span {
  padding-bottom: 0.15rem;
}
.page7-tabs .page7-tab2 {
  width: 4.46rem;
  height: .56rem;
  background:url(../image/section7/tabs-bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
 left: -0.2rem;
}

.page7-tabs .page7-tab {
  width: 4.46rem;
  height: .56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif KR", serif;
  color: #4f4e4e;
  font-size: 0.24rem;
  cursor: pointer;
  font-weight: 700;
  position: relative;
}

.page7-tabs .page7-tab.active {
  width: 4.46rem;
  height: .56rem;
  background: url(../image/section7/tab-btn-active.png) no-repeat;
  background-size: 100%;
  color: #bca77e;
  font-weight: 400;
  position: relative;

}


.page7 .page7-tab-content {
  position: absolute;
  top: 2.7rem;
  margin: 0 auto;
  width: 8.31rem;
  height: 4.66rem;
  z-index: -1;
}
.page7 .page7-tab-content.active {
  z-index: 1;
}

/* tab-content start */
/* .tab-content1 .content1-pic-wrapper,
.tab-content2 .content2-pic-wrapper {
  width: 8.59rem;
  height: 4.92rem;
  background:url(../image/section7/g-bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.01rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
} */


.content1-pic-wrapper .content1-pic,
.content2-pic-wrapper .content2-pic {
  width: 8.31rem;
  height: 4.66rem;
  /* background:url(../image/section7/g1.jpg) no-repeat; */
  background-size: 100%;
  transition: background 0.5s;
}

.content1-pic-wrapper .content1-pic {
  background:url(../image/section7/f1.png) no-repeat;
  background-size: 100%;
}

.tab-content1 .content1-swiper-container,
.tab-content2 .content2-swiper-container {
  overflow: hidden;
  width: 8.31rem;
  height: 0.9rem;
  position: absolute;
  top:4.8rem;
  right: 0;
  padding-left: 0.01rem;
}


.tab-content1 .content1-swiper-container .swiper-slide,
.tab-content2 .content2-swiper-container .swiper-slide {
  display: block;
  width: 1.59rem;
  height: 0.89rem;
  filter: brightness(0.5);
  transition: filter 0.5s;
  box-sizing: border-box;
}
.tab-content1 .content1-swiper-container .swiper-slide.swiper-slide-active,
.tab-content2 .content2-swiper-container .swiper-slide.swiper-slide-active {
  filter: brightness(1);
}
.tab-content1 .content1-swiper-container .swiper-slide img,
.tab-content2 .content2-swiper-container .swiper-slide img {
  border: 0.01rem solid #B2A593;
  box-sizing: border-box;
}

.tab-content1 [class^=content1-swiper-button-],
.tab-content2 [class^=content2-swiper-button-] {
  cursor: pointer;
  width: .55rem;
  height: .64rem;
  background:url(../image/section7/btn-prev.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -1.6rem;
  top: 1.9rem;
  z-index: 1;
}
.tab-content1 .content1-swiper-button-next,
.tab-content2 .content2-swiper-button-next {
  background-image: url(../image/section7/btn-next.png);
  left: 9.39rem;
}
/* tab-content end */

.page7-footer {
  width: 8.38rem;
  height: .22rem;
  color: #fff;
  font-size: .2rem;
  position: absolute;
  text-align: center;
  line-height: .2rem;
  bottom: .2rem;
  margin: 0 auto;
  font-weight: 100;
}

.tab-content2 .video-g {
  width: 1.31rem;
  height: 1.32rem;
  background:url(../image/section7/btn-play.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: absolute;
  top: 1.6rem;
}