.footer-container {
  box-sizing: border-box;
  position: relative;
  background-color: #ffffff;
  height: 250px;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 46px;
}

.footer-lf-nav {
  display: flex;
  align-items: center;
}
.footer-lf-nav a {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}
.footer-lf-nav .divider {
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.07);
  margin: 0 22px 0 21px;
}
.footer-lf-tel {
  font-size: 12px;
  line-height: 20px;
  color: #0943a1;
  padding-top: 26px;
}
.footer-lf-tel a {
  color: #0943a1;
  text-decoration: underline;
  margin-right: 50px;
}
.footer-lf-copyright {
  display: flex;
  padding-top: 44px;
}
.footer-lf-copyright .copyright-text {
  font-size: 13px;
  line-height: 24px;
  color: #999999;
  padding-left: 24px;
}
.footer-lf-copyright .copyright-text a {
  color: #999999;
}
.footer-lf-copyright .copyright-text .pl-20 {
  padding-left: 20px;
}
