.l-footer {
  background-color: #fff;
}
.l-footer .p-info {
  border: none;
}
.l-footer .p-info__inner {
  height: auto;
  padding: 80px 0 60px 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer .p-info__inner {
    padding: 11px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-info__logo {
    margin-bottom: 0;
  }
}
.l-footer .p-info__logo img {
  width: 146px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer .p-info__logo img {
    width: 120px;
  }
}
.l-footer .p-footer-nav {
  padding: 0 0 50px 0;
  border: none;
  border-bottom: 1px solid #e6e8ee;
  line-height: 1.6;
  gap: 0 30px;
}
@media screen and (max-width: 1050px) {
  .l-footer .p-footer-nav {
    gap: 0 20px;
    padding: 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer-nav {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer-nav li {
    width: 100%;
    margin: 0;
  }
}
.l-footer .p-footer-nav li a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
  color: #303336;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer-nav li a {
    display: block;
    width: 100%;
    padding: 20px 10px;
    font-size: 11px;
    border-bottom: 1px solid #e6e8ed;
  }
}
.l-footer .p-footer-nav li a span {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.84px;
  color: #1c1d1d;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer-nav li a span {
    display: inline-block;
    margin-right: 8px;
  }
}
.l-footer .p-footer-nav li a:hover {
  opacity: 0.7;
}
.l-footer .p-footer-nav02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 40px;
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer-nav02 {
    justify-content: flex-start;
    padding: 40px 10px 60px;
  }
}
.l-footer .p-footer-nav02 li {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer-nav02 li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-footer .p-footer-nav02 li a {
  font-size: 12px;
  letter-spacing: 0.96px;
  text-align: center;
  color: #595a5a;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer-nav02 li a {
    font-size: 11px;
  }
}
.l-footer .p-footer-nav02 li a:hover {
  opacity: 0.7;
}
.l-footer .p-copyright {
  padding: 40px 0;
  background-color: #17400B;
}
@media screen and (max-width: 767px) {
  .l-footer .p-copyright {
    padding: 33px 0 60px 0;
  }
}