#footer {
  width: 100%;
  height: 294px;
  background-color: #ffffff;
}
#footer .footer-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#footer .footer-inner .txt{
  font-size: 80px;
  font-weight: 900;
}




#footer .footer-inner .sns-group {}
#footer .footer-inner .sns-group > img{
  margin: 0 9px;
  cursor: pointer;
}

#footer .footer-inner .logo-txt {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}
#footer .footer-inner .company-txt {
  margin-top: 13px;
  font-size: 0;
  text-align: center;
}
#footer .footer-inner .company-txt span{
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  padding: 0px 6px;
  margin: 0;
}
#footer .footer-inner .company-txt span::after{
  content: '';
  position: absolute;
  top: 4px;
  right: -1px;
  bottom: 4px;
  width: 1px;
  background-color: #999999;
}
#footer .footer-inner .company-txt span:last-child::after {
  width: 0;
}


#footer .footer-inner .copyright {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}

#footer a {
  cursor: default;
}
#footer a:hover {
  text-decoration: none;
}