@charset "UTF-8";

#footer{
  height: 35vh;
  padding-top: 50px;
}
#footer-in .footer-center{
  width: 60%;
	flex: 60%;
}
#footer-in .footer-center ul.menu{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#footer-in .footer-right{
  display: none;
}

#footer-in .footer-center ul.menu li:nth-child(4) {
  font-weight: bold;
}
#footer-in .footer-center ul.menu li:nth-child(4) .sub-menu {
  font-weight: normal;
  padding-left: 0;
}