footer .footer-main {
  padding: 2.5rem 0 5rem;
  background-color: #000D2C;
  color: #fff;
}
footer .footer-main a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

footer .footer-header {
  margin-top: 40px;
  color: #999999;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2
}

footer .footer-main a:hover {
  color: #d9d9d9;
  text-decoration: underline
}

footer .footer-col a > .footer-header {
  margin-top: 2.5rem;
}
footer .footer-col a > ul > li{
  line-height: 1.6;
}
footer .footer-col a > ul > li:last-child{
  margin-bottom: 0
}
footer .sns a{
  font-size: 1.5rem
}
.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.facebook:before,
.linkedin:before,
.youtube:before,
.tiktok:before, 
.instagram:before {
    content: "\f09a";
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
}
.linkedin:before {
  content: "\f08c";
}
.youtube:before {
  content: "\f167"; 
}
.tiktok:before {
  content: "\e07b";
}
.instagram:before {
  content: "\f16d";
}
a.socical-icon {
    border-radius: 2px;
    background-color: transparent;
    width: 24px;
    height: 24px;
    font-size: 1rem;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
footer .footer-main a.socical-icon:hover {
  text-decoration: none !important;
}