    footer {

  padding: 0rem 0 6.6rem 0;
  background-color: #fafafa;
}
footer .inner {

}
footer .link_wrap {
  margin-bottom: 1.6rem;
  height: 7rem;
}
footer .link_wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
footer .link_wrap ul li a {
  display: block;
  width: 100%;
  padding: 0 8px;
  position: relative;
  font-size: 1.2rem;
  color: #3a3a3a;
  letter-spacing: -0.06rem;
}
footer .link_wrap ul li:not(:last-child) a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #3a3a3a;
}
footer .footer_lnfo {
  width: 100%;
}
footer .footer_lnfo .click_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
}
footer .footer_lnfo .click_box h4 {
  font-size: 1.4rem;
  color: #878787;
  letter-spacing: -0.07rem;
}
footer .footer_lnfo .click_box .arrow {
  width: 1.2rem;
  transform: rotate(180deg);
  transition: 0.25s;
}
footer .footer_lnfo .click_box.active .arrow {
  transform: rotate(0deg);
}
footer .footer_lnfo .content_box {
  padding: 2rem 1.8rem;
  background: #fff;
  border-radius: 0.5rem;
  display: none;
}
footer .footer_lnfo .content_box h5 {
  white-space: nowrap;
}
footer .footer_lnfo .content_box ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
footer .footer_lnfo .content_box ul li {
  display: flex;
  gap: 0.8rem;
  letter-spacing: -0.048rem;
  font-size: 1.2rem;
  line-height: 1.33;
  color: #878787;
}
footer .footer_lnfo .content_box ul li p {
  color: #878787;
}
footer .footer_lnfo .content_box ul li.privacy_item {
  font-size: 1.0rem;
  margin-top: 1rem;
}
footer .footer_lnfo .content_box li .privacy_link {
  color: #878787;
}