/* CSS Document */
.pre-inc .footer_nav_area {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.pre-inc .footer_nav_area .f_nav {
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  gap: 2px;
  padding-top: 2px;
}
.pre-inc .footer_nav_area .f_nav li {
  background: url(../images/common/bg-cv.webp) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.pre-inc .footer_nav_area .f_nav li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.pre-inc .footer_nav_area .f_nav li a img {
  width: 30px;
  height: 30px;
}
.pre-inc .footer_nav_area .f_nav .f_inq {
  background: linear-gradient(135deg, #330000 0%, #4e0405 25%, #640909 50%, #4e0405 75%, #330000 100%);
}

/*# sourceMappingURL=footer.css.map */
