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

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

.page7-top .page7-title {
  width: 5.36rem;
  height: 0.80rem;
  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: 1.5rem;
}

.page7 .page7-tabs {
  width: 2.63rem;
  height: .42rem;
  background:url(../image/section7/tabs-bg.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 0.8rem;
  display: flex;
  padding-top: 0.03rem;
  padding-left: 0.02rem;
  box-sizing: border-box;
}

.page7-tabs .page7-tab {
  width: 1.28rem;
  height: .36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif KR", serif;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  font-weight: 300;
}
.page7-tabs .page7-tab2 {
  margin-left: 0.03rem;
}

.page7-tabs .page7-tab.active {
  background: url(../image/section7/tab-btn-active.png) no-repeat;
  background-size: 100%;
  color: #221502;
  font-weight: 600;
}


.page7 .page7-tab-content {
  position: absolute;
  top: 3.2rem;
  margin: 0 auto;
  width: 11.60rem;
  height: 5.3rem;
  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.40rem;
  height: 4.73rem;
  background:url(../image/section7/f1.jpg) no-repeat;
  background-size: 100%;
  transition: background 0.5s;
}

.content2-pic-wrapper .content2-pic {
  background:url(../image/section7/g1.jpg) no-repeat;
  background-size: 100%;
  transition: background 0.5s;
}

.tab-content1 .content1-swiper-container,
.tab-content2 .content2-swiper-container {
  overflow: hidden;
  width: 2.8rem;
  height: 4.95rem;
  position: absolute;
  right: 0;
}

.tab-content1 .content1-swiper-container .swiper-slide,
.tab-content2 .content2-swiper-container .swiper-slide {
  display: block;
  width: 2.77rem;
  height: 1.58rem;
  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-] {
  width: .43rem;
  height: .43rem;
  background:url(../image/section7/btn-prev.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 1.22rem;
  top: -0.2rem;
  z-index: 1;
}
.tab-content1 .content1-swiper-button-next,
.tab-content2 .content2-swiper-button-next {
  background-image: url(../image/section7/btn-next.png);
  top: 4.69rem;
}
/* tab-content end */

.page7-footer {
  width: 4.38rem;
  height: .20rem;
  background:url(../image/section7/page7-footer.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: .2rem;
  margin: 0 auto;
}
