.footer {
  margin-top: -23px;
  height: 544px;
  background-color: #272b2e;
}

.footer-content {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

.footer-section{
  position: absolute;
  top: 134px;
}
.footer-section_01{
  left: 0;
  padding-left: 42px;
}
.footer-section_02{
  left: 352px;
}
.footer-section_03{
  left: 616px;
}
.footer-section_04{
  right: 0;
}

.footer-section__title{
  font-size: 14px;
  line-height: 20px;
  color: #ebebeb;
  margin-bottom: 20px;
}
.footer-section_04 .footer-section__title{
  margin-bottom: 12px;
}
.footer-section__title-icon{
  height: 28px;
  vertical-align: -10px;
}

.footer-section_01 .footer-section__row{
  margin-bottom: 12px;
}
.footer-section_02 .footer-section__row{
  margin-bottom: 5px;
}
.footer-section_03 .footer-section__row{
  margin-bottom: 5px;
}
.footer-section_04 .footer-section__row{
  margin-bottom: 5px;
}

.footer-section__row-title{
  font-size: 14px;
  line-height: 20px;
  color: #ebebeb;
}
.footer-section_01 .footer-section__row-title{
  display: inline-block;
  width: 110px;
}

.footer-section__row-content{
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9b;
}
.footer-section_01 .footer-section__row-content{
  display: inline-block;
}

.footer-link{
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9b;
}
.footer-link:hover{
  color: #ebebeb;
}


.footer .footer-bottom {
  position: absolute;
  width: 100%;
  top: 420px;
  text-align: center
}

.footer .footer-bottom .text-1 {
  color: #9f9f9f;
  font-size: 14px
}

.footer .footer-bottom .text-1 a {
  color: #9f9f9f
}

.footer .footer-bottom .text-1 a:hover {
  color: #fff
}

.footer .footer-bottom .text-2 a {
  color: #707070;
}

.footer .footer-bottom .text-2 a:hover {
  color: #fff
}

.footer .footer-bottom .text-2 {
  color: #707070;
  font-size: 13px;
  margin: 10px 0 0 0
}