#project_footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  background-color: #bfbfbf;
}

#project_footer .center .footer_logo {
  margin-bottom: 25px;
}

#project_footer .center .footer_logo a {
  display: block;
  width: 160px;
}

@media screen and (max-width: 600px) {
  #project_footer .center .footer_logo a {
    width: 150px;
  }
}

#project_footer .center .footer_logo a img {
  display: block;
  max-width: 100%;
}


#project_footer .center .footer_logo a svg {
  display: block;
  max-width: 100%;
}

#project_footer .center > ul > li {
  float: left;
}

#project_footer .center > ul > li.footer_info {
  width: 40%;
}

#project_footer .center .footer_add_new {
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	line-height: 1.5;
}

@media screen and (max-width: 850px) {
  #project_footer .center > ul > li.footer_info {
    width: 55%;
    margin-right: 5%;
  }
}

#project_footer .center > ul > li.footer_info > ul > li {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 650px) {
  #project_footer .center > ul > li.footer_info > ul > li {
    font-size: 12px;
  }
}

/* @media screen and (max-width: 350px) {
  #project_footer .center > ul > li.footer_info > ul > li {
    font-size: 12px;
  }
} */

#project_footer .center > ul > li.footer_info .footer_copy {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 650px) {
  #project_footer .center > ul > li.footer_info .footer_copy {
    font-size: 12px;
  }
}

/* @media screen and (max-width: 350px) {
  #project_footer .center > ul > li.footer_info .footer_copy {
    font-size: 12px;
  }
} */

#project_footer .center > ul > li.footer_info .footer_design {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #555;
}

@media screen and (max-width: 650px) {
  #project_footer .center > ul > li.footer_info .footer_design {
    font-size: 13px;
  }
}

@media screen and (max-width: 350px) {
  #project_footer .center > ul > li.footer_info .footer_design {
    font-size: 12px;
  }
}

#project_footer .center > ul > li.footer_info .footer_design .age, #project_footer .center > ul > li.footer_info .footer_design .adm {
  display: inline-block;
  margin: 0 2px;
}

#project_footer .center > ul > li.footer_etc {
  width: 30%;
}

@media screen and (max-width: 850px) {
  #project_footer .center > ul > li.footer_etc {
    width: 20%;
  }
}

@media screen and (max-width: 650px) {
  #project_footer .center > ul > li.footer_etc {
    width: 40%;
    float: right;
  }
  #project_footer .center > ul > li.footer_etc.footer_etc1 {
    margin-bottom: 20px;
  }
}

#project_footer .center > ul > li.footer_etc h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media screen and (max-width: 650px) {
  #project_footer .center > ul > li.footer_etc h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 350px) {
  #project_footer .center > ul > li.footer_etc h4 {
    font-size: 16px;
  }
}

#project_footer .center > ul > li.footer_etc a,
#project_footer .center > ul > li.footer_etc p {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 650px) {
  #project_footer .center > ul > li.footer_etc a,
  #project_footer .center > ul > li.footer_etc p {
    font-size: 12px;
  }
}

/* @media screen and (max-width: 350px) {
  #project_footer .center > ul > li.footer_etc a {
    font-size: 12px;
  }
} */

#project_footer .center > ul > li.footer_etc a.footer_mail {
  text-decoration: underline;
}



#project_footer .center > ul > li.footer_etc p {}