@charset "utf-8";
.topics__temp03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 900px;
}
.topics__temp03-left, .topics__temp03-right {
  width: 50%;
}
.topics__temp03-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.topics__temp03-right .topics__temp03-fitbtn a {
  border: 1px solid #946229;
  padding: 8px 20px;
  margin: 20px 0px;
  display: inline-block;
  text-align: center;
}
.topics__temp03 .swiper-slide img {
  max-width: 100%;
    
}
.topics__temp03 .swiper-wrapper {
  width: 100%;
  height: 100% !important;
}
.topics__temp03 .swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.topics__temp03 .mySwiper2 {
  height: 100%;
  width: 100%;
}
.topics__temp03 .mySwiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.topics__temp03 .mySwiper .swiper-slide {
  /*opacity: 0.4;*/
  width: 23% !important;
  height: 100%;
  cursor: pointer;
}
.topics__temp03 .mySwiper .swiper-slide img{
    outline: 1px solid #f5ece0;
    outline-offset:1px;
}
.topics__temp03 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.topics__temp03 .swiper-button-prev:after, .swiper-button-next:after {
  color: #946229;
  font-size: 2rem !important;
}
@media screen and (max-width:767px) {
  .topics__temp03 {
    display: block;
    gap: 0px;
  }
  .topics__temp03-left, .topics__temp03-right {
    width: 100%;
  }
  .topics__temp03-right-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .topics__temp03-right .topics__temp03-fitbtn a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    height: auto;
  }
  .topics__temp03 .mySwiper {
    margin-top: 10px;
  }
}