/************************ 
        footer  
************************/
.footer {
  position: relative;
  margin: 0;
  padding: 20px 20px;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #121212;
  overflow: hidden;
  width: 100%;
}

.footer * {
  color: #aaa;
}


.footer ul {
  list-style-type: square;
}


.footer-bottom {
  font-size: 16px;
  letter-spacing: 2px;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #999;
}

.footer a:hover {
  color: #ff3662;
}
.ob-logo {
  max-width: 150px;
  vertical-align: text-bottom;
}
.it-info {
  font-size: 15px;
}
.it-info a::after {
  content: "|";
  padding: 2px 5px;
  color: #ffffff;
}

.foot-bottom a::after {
  content: "|";
  padding: 5px 10px;
  color: #fff;
}
.it-info a:last-child:after,
.foot-bottom a:last-child:after {
  content: "";
  padding: 0;
}

@media(max-width: 576px) {
  .foot-top .year ul {
      padding: 10px 0 0;
  }

  .foot-bottom a {
      display: grid;
  }

  .foot-bottom a::after {
      display: none;
  }
}
