@charset "utf-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

/*footer */
.wrap .wrapper  .footer {
  overflow:hidden; 
  width: 100%;
  height: 125px;
  background-color: transparent;

}

.wrap .wrapper .footerbg {
  width: 100%;
  height: 100%;
  background-image: url(/home/assets/img/backbar2.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.wrap .wrapper .footer-fixed-spacer {
  height: 125px !important;
  background: transparent !important;
}

.wrap .wrapper .footerbg01 {
  width: 100%;
  height: 60px;
  text-align: center;
}

.wrap .wrapper .footerbg01 img {
  width: 53px;
  height: 53px;

}



.wrap .wrapper .footerbg02 {
  width: 100%;
  height: 100px;
  padding: 0px 0px 20px 5px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
   grid-gap: 2px;
}

.wrap .wrapper .footerbg02  .footericon {
  width: 70px;
  height: 65px;
}

.wrap .wrapper .footerbg02  .footericon img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}


.wrap .wrapper .footerbg02 .footertext {
  width: 70px;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.wrap .wrapper .footer.footer-scroll-hide {
  transition: bottom 0.22s ease-in-out;
  will-change: bottom;
}

.wrap .wrapper .footer.footer-scroll-hide.is-hidden {
  bottom: -130px !important;
}

/*footer  끝*/
