footer {
  background-color: #292929;
  position: relative;
}
footer .wrap {
  
  max-width: 100%;
}
footer .wrap ul.fnb {
  
  max-width: 1200px;
  margin: 0 auto;
}
footer .wrap ul.fnb li {
  text-align: center;
  width: 20%;
}
footer .wrap ul.fnb li h2 {
  margin-bottom: 15px;
}

footer .wrap ul.fnb li h2 a {
  color: white;
  width: 100%;
  display: block;
  font-size: 15px;
}
footer .wrap ul.fnb li ul.sublist {
  padding-top: 15px;
  margin-bottom: 50px;
}
footer .wrap ul.fnb li:nth-of-type(1) ul.sublist {
  display: grid;
  grid-template-columns: 50% 50%;
}
footer .wrap ul.fnb li:nth-of-type(1) ul.sublist li:nth-child(-n+5) {
  grid-column: 1;
}
footer .wrap ul.fnb li:nth-of-type(1) ul.sublist li:nth-child(n+6) {  
  grid-column: 2;
}
footer .wrap ul.fnb li:nth-of-type(1) ul.sublist li:nth-child(6) {
  grid-row: 1;
}
footer .wrap ul.fnb li:nth-of-type(1) ul.sublist li:nth-child(7) {
  grid-row: 2;
}
footer .wrap ul.fnb li:nth-of-type(1) ul.sublist li:nth-child(8) {
  grid-row: 3;
}
footer .wrap ul.fnb li:nth-of-type(1) ul.sublist li:nth-child(9) {
  grid-row: 4;
}
footer .wrap ul.fnb li ul.sublist li {  
  width: 100%;
}
footer .wrap ul.fnb li ul.sublist li a {
  color: #7b7b7b;
  font-size: 13px;
  line-height: 2;
  width: 100%;
  display: block;
}
footer .wrap div {
  
  border: 1px solid #343434;
}
footer .wrap ul.fnb2 {
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
footer .wrap ul.fnb2 li {
  
}
footer .wrap ul.fnb2 li a {
  font-size: 13px;
  color: #7b7b7b;
  height: 40px;
  display: block;
  padding: 0 15px;
  line-height: 40px;
}
footer .wrap address {  
  color: #545454;
  text-align: center;
  font-size: 12px;
  padding-top: 40px;
}
footer .wrap .copyright{
  color: #545454;
  text-align: center;
  font-size: 12px;
  padding-bottom: 40px;
}
footer a.btop { 
  position: absolute;
  top: -40px;
  right: 20%;
  width: 50px;
  height: 40px;
  background-image: url(../img/top.png);
  font-size: 13px;
  background-repeat: no-repeat;
  text-align: right;
  color: #004cad;
}
footer a.btop:hover {
  height: 70px;
  top: -70px;
}