@charset "utf-8";


.page-top{
  font-size:14px;
  position: absolute;
  top: -2rem;
  right: 5%;
  color:#fff;
  display:flex;
  align-items:flex-end;
  gap:0.5rem;
}

.page-top img{
  width:16px;
}

.footer{
  padding: 3.5rem 0 2.5rem;
  position:relative;
  background:#45584E;
  color:#fff;
}

.footer-swiper{
  margin-bottom:7.5rem;
  opacity: 0.2;
}

.footer-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.footer a{
  color:#fff;
}

.footer-wrap{
  display: flex;
  margin:0 auto 4rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1345px;
  width: 90%;
}

.footer-left{
  width:290px;
}

.footer-left > a{
  margin-bottom:5rem;
}

.footer-left p{
  margin-bottom:1rem;
}

.footer-right{
  width:calc(100% - 380px);
  max-width: 940px;
  display: flex;
  justify-content: space-between;
  margin-top:2rem;
}

.footer-item{
  font-size:clamp(1rem, 0.917rem + 0.28vw, 1.25rem);
  min-width:230px;
}

.footer-item a{
  display:block;
  width:100%;
}

.footer-item:first-child >  a,
.footer-item:nth-child(2) >  a{
  margin-bottom:1.5rem;
  font-size:clamp(0.875rem, 0.833rem + 0.14vw, 1rem);
}

.footer-item:first-child >  a:first-child,
.footer-item:nth-child(2) >  a:first-child{
  margin-bottom:1.5rem;
  padding-bottom:1rem;
  border-bottom:1px solid ;
  font-size:clamp(1rem, 0.917rem + 0.28vw, 1.25rem);
}

.footer-item:last-child a{
  margin-bottom:2rem;
}

.footer-item:last-child{
  min-width:auto;
}

.copyright{
  text-align: center;
}

@media (max-width: 1600px) {
}

@media (max-width: 1279px) {
  .footer-wrap{
    flex-direction: column;
    gap: 3rem;
    margin: 0 auto 5rem;
  }
  .footer-right {
    width: 100%;
  }
  .footer-left > a {
    margin-bottom: 1rem;
  }
  .footer-item{
    width: 25%;
    min-width: auto;
  }
}

@media (max-width: 1024px) {
  .footer-swiper {
    margin-bottom:3rem;
  }
}

@media (max-width: 767px) {
  .copyright{
    text-align: center;
    font-size:12px;
  }
  .footer{
    padding: 1rem 0;
  }
  .footer-wrap{
    gap:0;
  }
  .footer-swiper {
    margin-bottom: 2rem;
  }
  .footer-right {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: end;
  }
  .footer-item {
    width: calc((100% - 1rem ) / 2);
  }
  .footer-item, .footer-item:first-child > a:first-child, .footer-item:nth-child(2) > a:first-child{
    font-size:14px;
  }
  .footer-item:first-child > a, .footer-item:nth-child(2) > a{
    font-size:12px;
  }
}
