.pageKv_2025 {
  height: auto;
}

.pageKv_2025 h6 {
  margin-bottom: 30px;
}

.pageKv_2025 h6 img {
  display: block;
  height: 100px;
  width: auto;
}

.pageKv_2025 h3 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

.pageKv_2025 p {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 50%;
}

.comm25_title {
  text-align: center;
  color: #252525;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 50px;
  font-weight: 700;
}

.comm25_title span {
  color: #BA1935;
  padding-right: 10px;
}

.slider_img_out {
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 5px rgba(100, 100, 100, 0.1);
  transform: scale(.7);
  transition: all .3s;
}

.slider_img_out img {
  display: block;
  width: 100%;
  object-fit: cover;
  
}

.swiper-slide-active .slider_img_out{
  transform: scale(1);
}

.swiper-pagination {
  bottom: auto !important;
}

.swiper-pagination span {
  margin: 0 10px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #23514A;
}

.slider_txt_con{
  margin-top: 40px;
}

.slider_txt_con .con{
  display: none;
}

.slider_txt_con p{
  text-align: center;
}
