.footer-wrap {
  padding: 6px 12px 8px 12px;
  border-top: 1px solid #ddd;
  background: #fafafa;
}
.footer-section {
  padding-bottom: 15px;
  text-align: center;
  font-size: 0;
}
.footer-section .section-right-wrap {
  position: relative;
  text-align: right;
}
.footer-section .label-lang {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
  line-height: 16px;
  color: #333;
}
.footer-section .label-lang .ic-direction-down-s16-c666 {
  margin: -2px 0 0 -2px;
}
.footer-section .select-lang {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  height: 26px;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.footer-section .element-btn.btn-round {
  margin: 0 4px;
  min-width: 120px;
}
.footer-section .terms-link {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-size: 13px;
  line-height: 22px;
  color: #666;
  vertical-align: top;
}
.footer-section .terms-link:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 7px;
  width: 1px;
  height: 8px;
  background: #e4e4e4;
}
.footer-section .terms-link:last-child:after {
  content: none;
}
.footer-section .terms-link.txt-bl {
  color: #333;
}
.footer-section .logo-link {
  display: inline-block;
  padding: 0 10px;
  font-size: 0;
}
.footer-section .copy {
  font-size: 13px;
  line-height: 22px;
  color: #666;
}
