.footer_cont {
  padding: 4.2708vw 0 5.2083vw;
  display: flex;
  justify-content: space-between;
  transition: all 300ms;
}
.footer_cont .footer_cont_list .footer_cont_title {
  font-size: 1.1458vw;
  font-weight: 700;
  color: #000000;
}
.footer_cont .footer_cont_list .footer_cont_title p {
  font-size: 1.1458vw;
  font-weight: 700;
  color: #000000;
}
.footer_cont .footer_cont_list .footer_cont_dec {
  cursor: pointer;
  margin-top: 1.1458vw;
  color: #000000;
  font-size: 0.9375vw;
}
.footer_cont .footer_cont_list .footer_cont_dec:first-child {
  margin-top: 1.5625vw;
}
.footer_cont .footer_cont_list .footer_cont_img {
  margin-top: 2.8125vw;
  display: flex;
}
.footer_cont .footer_cont_list .footer_cont_img > div:nth-child(n + 2) {
  margin-left: 1.5625vw;
}
.footer_cont .footer_cont_list .footer_cont_img > div img {
  width: 2.6563vw;
}
.m_footer_count {
  display: none;
}
@media screen and (max-width: 750px) {
  .footer_cont {
    display: none;
  }
  #footer {
    height: 58px;
  }
  .m_footer_count {
    display: block;
    width: 100%;
    height: 58px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(29px);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
  }
  .m_footer_count .tap_box {
    position: relative;
    display: flex;
    border-top: 1px solid #ebebeb;
  }
  .m_footer_count .tap_box > div {
    width: 50%;
    text-align: center;
    padding-top: 12px;
  }
  .m_footer_count .tap_box > div img {
    width: 28px;
  }
  .m_footer_count .active_pt {
    position: absolute;
    bottom: 8px;
    left: 25%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: #78c750;
    border-radius: 50%;
    transition: all 300ms;
  }
}

.footer_cont_dec {
	display: flex;
    flex-wrap: wrap;
    max-width: 300px;
}
