#footer {
  width: 97%;
  background-color: #333;
  padding: 3% 0 3% 3%;
  margin-bottom: 35px;
}

.f_logo {
  width: 100%;
  color: #ccc;
  font-size: 16px;
  margin-bottom: 9px;
}

.f_logo img {
  margin-right: 10px;
  /*width: 25%;*/
    height: 50px;
  vertical-align: middle;
}

.f_text {
  width: 100%;
  color: #ccc;
  line-height: 2em;
  font-size: 12px;
}

.b_menu {
  width: 100%;
  height: 35px;
  position: fixed;
  bottom: 0;
  background: #2f3996;
}

.kbiz {
  padding: 0;
}

.b_menu ul li a {
  color: #fff;
  font-size: 14px;
}

.b_menu ul li {
  text-align: center;
  width: 33%;
  float: left;
  list-style: none;
}

.b_menu ul li p img {
  width: 42%;
  border-radius: 100%;
  background-color: #fff;
}

.b_menu ul li:nth-child(odd) {
  margin-top: -8px;
}

.b_menu ul li:nth-child(2) {
  width: 34%;
  text-align: center;
}

.b_menu ul li:nth-child(2) p {
  margin-top: -44px;
}

.b_menu ul li:nth-child(3) {
  float: right;
}

.b_menu ul li a img {
  vertical-align: middle;
  padding-right: 5px;
}
