footer {
  width: 100%;
  margin: 0 auto;
  height: auto;
  background-color: #393939;
}

.m_footer-container {
  width: 100%;
  max-width: 768px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
}

.m_footer_textArea {
  width: 100%;
  height: auto;
  padding: 0 20px;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
}
.footer_logo {
  font: bolder 24px "Noto sans KR";
  color: white;
  margin-bottom: 0.2rem;
}

.m_footer-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}


.m_office_info {
  text-align: left;
  color: #B7B7B7;
  font: normal 12px "Noto sans KR";
}

.m_office_info p {
  font: bolder 24px "Noto sans KR";
  color: white;
  margin-bottom: 0.9rem;
}

/* 소셜 링크 */
#m_social_link {
  width: 100%;
  max-width: 320px;
  height: auto;
}

#m_social_link ul {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  padding-left: 0;
  margin-bottom: 0rem;
}

#m_social_link ul li {
  list-style: none;
  width: 50px;
  height: auto;
}

#m_social_link ul li img{
  width: 100%;
  height: 100%;
}

.m_office_application {
  width: 100%;
  height: 70px;
  padding-top: 20px;
}

/* 앱스토어 링크 */
.m_application_list {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

.m_application_list li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.m_application_list li a{
  width: 100%;
  height: 35px;
}
.m_application_list li img {
  width: 110px;
}