/* ------------------------------
 	body.home
------------------------------ */

body.home .wrp_ev {
  padding-bottom: 30px;
}
body.home .wrp_ev ul {
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  body.home .wrp_ev {
    padding-bottom: 20px;
  }
  body.home .wrp_ev ul li {
    width: 100%;
  }
  body.home .wrp_ev ul li a .box {
    justify-content: center;
  }
  body.home .wrp_ev ul li a .box .txt {
    width: auto;
    margin: 0 10px;
  }
}

.footer .footer-logo-3 {
  margin: 25px 0 33px;
  padding-left: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer .footer-logo-3 {
    padding-left: 0;
  }
}

.footer .footer-logo-3 a {
  display: inline-block;
}

.footer .footer-logo-3 img {
  max-width: 100% !important;
  width: 150px;
  /* height: 80px; */
  /* background-color: #fff; */
  object-fit: contain;
}
