#s06 {}

#s06 .eff-2020 {
  position: absolute;
  left: 176px;
  top: 0px;
}

#s06 .eff-piece {
  position: absolute;
  top: -178px;
  left: 169px;
}

#s06 .eff-piece .inner {
  color: #f8f7f2;
  z-index: 2;
  font-size: 350px;
  letter-spacing: 3px;
  opacity: 0.1;
}

#s06 .eff-piece .outer {
  color: blue;
  z-index: 1;
  font-size: 350px;
  letter-spacing: 3px;
}

#s06 .tit {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 104px;
  color: #1f1f1f;
  line-height: 1;
}

#s06 .tabs {
  position: absolute;
  left: 0;
  right: 0;
  top: 290px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

#s06 .tabs .tab.active {
  border-bottom-color: #c4a967;
  color: #c4a967;
  font-weight: bold;
}

#s06 .tabs .tab {
  width: 150px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

#s06 .tab-cont {
  position: absolute;
  bottom: 170px;
  left: 0;
  right: 0;
  z-index: 1;
}

#s06 .swiper-container {
  overflow: visible;
}

#s06 .swiper-container .swiper-slide {
  width: 400px;
  height: 600px;
  overflow: hidden;
  cursor: pointer;
}

#s06 .swiper-container .swiper-slide .img-outer {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: transform 1.2s ease;
}

#s06 .swiper-container .swiper-slide:hover .img-outer {
  transform: scale(1.1);
}