.fixedFooter{
    position: fixed;
    display: flex;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0086e4;
    z-index: 99;
    margin: auto;
    justify-content: space-between;
}

.socialListWrap{
  padding: 0 0 0 7rem;
}

.copyrightWrap{
  padding: 0 4rem 0 0rem;
}

.socialListWrap p,
.newsListWrap p{
  color:#fff;
  margin: 0;
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  font-size: 90%;
  /* position: absolute; */
  /* bottom: 0; */
}

.socialListWrap p span,
.newsListWrap p span{
  display:inline-block;
  margin:0 1em;
}

.socialListWrap_inner{
  display:flex;
  align-items: center;
  height: 5rem;
  /* position: absolute; */
  bottom: 0;
  left: 2rem;
}

.socialListWrap_inner>div{
  height: 70%;
  display:inline-block;
  margin: 0 0.5rem 0;
}

.socialListWrap_inner>div a{
  /* display:block; */
  height: 100%;
}

.socialListWrap_inner>div a img{
  height:100%;
  width:auto;
  max-width:initial;
}

.copyrightWrap{
  /* width: 45rem; */
}

@media screen and (max-width:767px) {
  .fixedFooter{
    display:none;
  }
}

/*
   copyright 
======================== */

.copyright {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  height: 5rem;
  /* position: absolute; */
  bottom: 0;
  color: #fff;
}

@media screen and (max-width:767px) {
  .copyright {
    color: #000;
  }
}

/*
   Social
======================== */
.socialList {
  margin: 0;
  display: flex;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.socialList li{
  margin: 0 0.5rem;
  height: 100%;
}

.socialList li img{
  width:auto;
  height: 100%;
}

.socialList > li > a {
  padding: 0px;
  display: block;
  height: 100%;
}
