footer {
  margin-bottom: 63px;
  padding: 24px 0 17px 0;
  color: #999;
  background-color: #f7f7fb;
}

.footer-company-sns {
  display: flex;
  justify-content: center;
  padding: 15px 0 21px 0;
  margin-bottom: 0;
}

.footer-company-sns svg {
  margin: 0 12px;
}

.footer-company-sns img {
  width: 36px;
  height: 36px;
  margin: 0 12px;
}

.footer-company-info {
  line-height: 16px;
  font-style: unset;
}

.footer-company-info > div {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 400;
  color: #999;
}

.footer-company-address {
  margin-top: 7px;
}

.accordion-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.accordion-menu > li {
  margin-bottom: 8px;
}

.accordion-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.accordion-toggle {
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #999;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.accordion-toggle.active {
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.submenu {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

.submenu.open {
}

.submenu li {
  padding: 4px 0;
}

.submenu li:first-child {
  margin-top: 6px;
}

.submenu li:last-child {
  margin-bottom: 6px;
}

.submenu li a {
  color: #999;
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
  transition: color 0.2s;
}

.submenu li a:hover {
  color: #333;
  font-weight: 500;
}

.m-method-wrap {
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 20px;
  overflow: hidden;
}

.payment-method {
  margin-bottom: 18px;
}

.method-title {
  margin-bottom: 8px;
  color: #000;
  font-family: Pretendard;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}
.method-img img {
  width: 100%;
}
.method-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.method-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}

.method-item img {
  max-width: 36px;
}
