footer {
  padding-top: 5rem;
  padding-bottom: 3.125rem;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  footer {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  footer {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
footer .logo-social {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  footer .logo-social {
    margin-bottom: 2.5rem;
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 576px) {
  footer .logo-social {
    margin-bottom: 2rem;
    gap: 1.5rem;
  }
}
footer .logo-social .logo-list {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  flex-grow: 1;
  max-width: 45%;
}
@media screen and (max-width: 576px) {
  footer .logo-social .logo-list {
    gap: 1rem;
  }
}
@media screen and (max-width: 800px) {
  footer .logo-social .logo-list {
    max-width: none;
  }
}
footer .logo-social .logo-list .logo {
  height: 70px;
}
@media screen and (max-width: 800px) {
  footer .logo-social .logo-list .logo {
    height: auto;
  }
  footer .logo-social .logo-list .logo:first-child {
    width: 40%;
  }
  footer .logo-social .logo-list .logo:nth-child(2) {
    width: 30%;
  }
  footer .logo-social .logo-list .logo:last-child {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  footer .logo-social .logo-list .logo {
    height: auto;
  }
  footer .logo-social .logo-list .logo:first-child {
    width: 50%;
  }
  footer .logo-social .logo-list .logo:nth-child(2) {
    width: 25%;
  }
  footer .logo-social .logo-list .logo:last-child {
    width: 25%;
  }
}
footer .logo-social .logo-list .logo img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 800px) {
  footer .logo-social .logo-list .logo img {
    width: 100%;
  }
}
footer .logo-social .logo-list .logo:nth-child(3) {
  height: 120px;
}
@media screen and (max-width: 800px) {
  footer .logo-social .logo-list .logo:nth-child(3) {
    height: auto;
  }
}
footer .social-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  footer .social-list {
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 576px) {
  footer .social-list {
    gap: 1.25rem;
  }
}
footer .social-list .social-item {
  color: #16232f;
  font-size: 2rem;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  footer .social-list .social-item {
    font-size: 1.5rem;
  }
}
footer .social-list .social-item:hover {
  top: -2px;
  color: #FF4800;
}
footer .site-info {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 992px) {
  footer .site-info {
    margin-bottom: 3rem;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  footer .site-info {
    margin-bottom: 2rem;
    gap: 1rem;
  }
}
footer .site-info h3 {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  footer .site-info h3 {
    font-size: 1.125rem;
  }
}
footer .site-info .info-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  footer .site-info .info-box {
    align-items: flex-start;
    gap: 0.75rem;
  }
}
footer .site-info .info-box .label {
  color: #000000;
  font-size: 1rem;
  transition: color 0.3s ease-in-out;
  flex-shrink: 0;
}
footer .site-info .info-box span {
  transition: color 0.3s ease-in-out;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  footer .site-info .info-box span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  footer .site-info .info-box span {
    font-size: 1rem;
  }
}
footer .site-info .info-box:is(a):hover .label,
footer .site-info .info-box:is(a):hover span {
  color: #ff4800;
}
footer .site-info + .social-list {
  margin: 2rem 0;
}
@media screen and (max-width: 992px) {
  footer .site-info + .social-list {
    display: flex;
  }
}
footer .partner-list {
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 1480px) {
  footer .partner-list {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 992px) {
  footer .partner-list {
    margin-bottom: 3.5rem;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  footer .partner-list {
    margin-bottom: 2.5rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1480px) {
  footer .partner-list .item-list {
    width: 100%;
  }
}
footer .partner-list .item-list .tit {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #000;
  line-height: 1rem;
}
footer .partner-list .item-list .pic-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 576px) {
  footer .partner-list .item-list .pic-list {
    gap: 1rem;
  }
}
footer .partner-list .item-list .pic-list .item .ele {
  max-height: 3.5rem;
  width: auto;
  height: auto;
}
@media screen and (max-width: 576px) {
  footer .partner-list .item-list .pic-list .item .ele {
    max-height: 2.75rem;
  }
}
footer .copyright-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .copyright-policy {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 2rem;
  }
}
footer .copyright-policy .copyright {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.42);
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  footer .copyright-policy .copyright {
    font-size: 0.875rem;
  }
}
footer .copyright-policy .policy-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 576px) {
  footer .copyright-policy .policy-list {
    gap: 0.75rem;
  }
}
footer .copyright-policy .policy-list .space {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.42);
  line-height: 1.2;
}
footer .copyright-policy .policy-list a {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.42);
  line-height: 1.2;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  footer .copyright-policy .policy-list a {
    font-size: 0.875rem;
  }
}
footer .copyright-policy .policy-list a:hover {
  color: #ff4800;
}
