#bottombar {
  background: #a4a4a4 url(../../images/bg_bottombar.png) repeat scroll left top;
}
body.we #bottombar {
  background: #b6d6db url(../../images/bg_bottombar_we.png) repeat scroll left top;
}
#bottombar-wrapper {
  max-width: 1280px;
  padding: 0 28px;
  box-sizing: border-box;
  margin: 0 auto;
}
#bottombar-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
#bottombar .sidebar-box {
  box-sizing: border-box;
  width: 33.33%;
  padding: 38px 12px 39px 12px;
  float: left;
}
#bottombar .sidebar-box:nth-child(3n+1) {
  clear: both;
}
#bottombar .sidebar-box .frame {
  position: relative;
}
#bottombar .sidebar-box .frame h2 {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  line-height: 0;
}
#bottombar .sidebar-box .frame h2 a {
  display: inline-block;
  font-family: 'Fjalla One', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #e00808;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
#bottombar .sidebar-box .frame h2 a:hover {
  background: #092c60;
}
#bottombar .sidebar-box .frame img {
  width: 100%;
  float: left;
}
#bottombar .sidebar-box .frame span {
  display: block;
  background: #fff;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  min-height: 70px;
  padding: 15px;
  box-sizing: border-box;
  clear: left;
}

@media screen and (max-width: 767px) {
  #bottombar {
    background-size: 207px auto;
  }
  #bottombar-wrapper {
    padding: 0 14px;
  }
  #bottombar .sidebar-box {
    width: 100%;
    padding: 6px 0 7px 0;
    float: none;
  }
  #bottombar .sidebar-box:first-of-type {
    padding-top: 15px;
  }
  #bottombar .sidebar-box:last-of-type {
    padding-bottom: 21px;
  }
  #bottombar .sidebar-box .frame h2 a {
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
  #bottombar .sidebar-box .frame span {
    font-size: 11px;
    line-height: 15px;
    min-height: 54px;
    padding: 14px 11px 9px 11px;
  }
}