/**************************/
/********* Footer ********/
/**************************/
footer {
  background: #fff;
  border-radius: 80px 80px 0 0;
  padding: 40px 0;
  font-size: 14px;
  color: #737373;
}
footer .footer-container {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  footer .footer-container {
    padding: 20px 0;
    border-radius: 40px 40px 0 0;
  }
}
footer .footer-container .footer-main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  footer .footer-container .footer-main {
    display: block;
    padding: 0 20px;
  }
}
footer .footer-container .footer-main .logo {
  width: 186px;
  height: 64px;
  background: url("../images/logo.svg") center center no-repeat;
  background-size: 186px 64px;
  display: block;
}
@media (max-width: 992px) {
  footer .footer-container .footer-main .logo {
    background: url("../images/logo-mob.svg") center center no-repeat;
    background-size: 93px 24px;
    width: 93px;
    height: 24px;
  }
}
footer .footer-container .footer-main .social {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  footer .footer-container .footer-main .social {
    margin-bottom: 20px;
  }
}
footer .footer-container .footer-main .social li {
  margin-right: 10px;
}
footer .footer-container .footer-main .social li a.fb {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/fb.svg") center center no-repeat;
  background-size: 24px 24px;
}
footer .footer-container .footer-main .social li a.line {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/line.svg") center center no-repeat;
  background-size: 24px 24px;
}
footer .footer-container .footer-main .footer-tool {
  order: 1;
}
footer .footer-container .footer-main .footer-tool ul {
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 992px) {
  footer .footer-container .footer-main .footer-tool ul {
    display: block;
  }
}
footer .footer-container .footer-main .footer-tool ul li {
  margin-right: 1em;
}
@media (max-width: 992px) {
  footer .footer-container .footer-main .footer-tool ul li {
    margin-right: 0;
  }
}
footer .footer-container .footer-main .footer-tool ul li a {
  color: #737373;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  footer .footer-container .footer-main .footer-tool ul li a {
    padding: 16px 0;
    border-bottom: 2px dashed rgba(234, 242, 255, 0.7);
  }
}
footer .footer-container .footer-main .footer-tool ul li a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffcb2e;
  margin-left: 1em;
}
@media (max-width: 992px) {
  footer .footer-container .footer-main .footer-tool ul li a:after {
    background: url("../images/footer-arrow.svg") center center no-repeat;
    width: 4.5px;
    height: 9px;
    background-size: 4.5px 9px;
    position: absolute;
    right: 0;
    top: 25px;
  }
}
footer .footer-container .footer-main .footer-tool ul li a:hover {
  color: #333;
}
footer .footer-container .footer-main .footer-tool ul li:nth-last-child(1) a:after {
  display: none;
}
footer .footer-copy {
  border-top: 2px solid #eaf2ff;
  padding-top: 50px;
}
@media (max-width: 992px) {
  footer .footer-copy {
    padding-top: 20px;
  }
}
footer .footer-copy .footer-copy-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  footer .footer-copy .footer-copy-box {
    display: block;
  }
}
footer .footer-copy .footer-copy-box .related {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-copy .footer-copy-box .related li {
  margin-right: 1em;
}
@media (max-width: 992px) {
  footer .footer-copy .footer-copy-box .related li {
    margin-right: 0;
  }
}
footer .footer-copy .footer-copy-box .related li a {
  color: #737373;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}
@media (max-width: 992px) {
  footer .footer-copy .footer-copy-box .related li a {
    padding: 0 0 0 10px;
  }
}
footer .footer-copy .footer-copy-box .related li a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffcb2e;
  margin-left: 1em;
}
@media (max-width: 992px) {
  footer .footer-copy .footer-copy-box .related li a:after {
    width: 2px;
    height: 4px;
    margin-left: 0.5em;
  }
}
footer .footer-copy .footer-copy-box .related li a:hover {
  color: #333;
}
footer .footer-copy .footer-copy-box .related li:nth-last-child(1) a:after {
  display: none;
}
footer .footer-copy .footer-copy-box .copy {
  padding-left: 10px;
}/*# sourceMappingURL=footer.css.map */