footer {
  width: 100%;
}
footer .footer-wrap {
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  background-color: var(--white);
}
footer .footer-top {
  display: flex;
  flex-wrap: wrap;
}
footer .custom-select {
  position: relative;
  flex: 1 0 calc(20% - 1.2rem);
  cursor: pointer;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 1px solid var(--gray-200);
  background: var(--white);
}
footer .custom-select:last-child {
  border-right: 1px solid var(--gray-200);
}
footer .custom-select .select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--spacing-20);
  width: 100%;
}
footer .custom-select .select-trigger span {
  font-size: var(--typography-Body1-R-18-font-size);
  font-weight: var(--typography-Body1-R-18-font-weight);
  line-height: var(--typography-Body1-R-18-line-height);
  letter-spacing: var(--typography-Body1-R-18-letter-spacing);
}
footer .custom-select .select-trigger svg {
  transition: all 0.3s;
}
footer .custom-select .select-options {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  background-color: var(--gray-900);
  border-top: none;
  padding: var(--spacing-10);
  box-sizing: border-box;
  max-height: fit-content;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.5s;
  padding: 0;
}
footer .custom-select .select-options li {
  padding: var(--spacing-10);
  color: var(--white);
}
footer .custom-select .select-options li a {
  font-size: var(--typography-Body2-R-16-font-size);
  font-weight: var(--typography-Body2-R-16-font-weight);
  line-height: var(--typography-Body2-R-16-line-height);
  letter-spacing: var(--typography-Body2-R-16-letter-spacing);
  color: var(--white);
}
footer .custom-select .select-options li:hover {
  background-color: var(--gray-800);
}
footer .custom-select .select-options li:active {
  background-color: var(--gray-200);
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--gray-50);
}
footer .footer-bottom address {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-12);
}
footer .footer-bottom address img {
  min-width: 12rem;
  max-width: 12rem;
  height: 100%;
  width: 8vw;
}
footer .footer-bottom address p {
  font-size: var(--typography-Body2-R-16-font-size);
  font-weight: var(--typography-Body2-R-16-font-weight);
  line-height: var(--typography-Body2-R-16-line-height);
  letter-spacing: var(--typography-Body2-R-16-letter-spacing);
  color: var(--gray-700);
  font-style: normal;
  display: flex;
  gap: var(--spacing-12);
}
footer .footer-bottom address strong {
  font-size: var(--typography-Body2-B-16-font-size);
  font-weight: var(--typography-Body2-B-16-font-weight);
  line-height: var(--typography-Body2-B-16-line-height);
  letter-spacing: var(--typography-Body2-B-16-letter-spacing);
  color: var(--gray-900);
  font-style: normal;
  display: flex;
  gap: var(--spacing-12);
}
footer .footer-bottom address a {
  font-size: var(--typography-Body2-R-16-font-size);
  font-weight: var(--typography-Body2-R-16-font-weight);
  line-height: var(--typography-Body2-R-16-line-height);
  letter-spacing: var(--typography-Body2-R-16-letter-spacing);
  color: var(--gray-900);
  font-style: normal;
}
footer .footer-bottom .footer-bottom-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-24) 0 0;
  border-top: 1px solid var(--gray-200);
  flex-wrap: wrap;
}
footer .footer-bottom .footer-bottom-info strong {
  font-size: var(--typography-Body2-R-16-font-size);
  font-weight: var(--typography-Body2-R-16-font-weight);
  line-height: var(--typography-Body2-R-16-line-height);
  letter-spacing: var(--typography-Body2-R-16-letter-spacing);
  color: var(--gray-700);
}
footer .footer-bottom .footer-bottom-info p a {
  font-size: var(--typography-Body2-R-16-font-size);
  font-weight: var(--typography-Body2-R-16-font-weight);
  line-height: var(--typography-Body2-R-16-line-height);
  letter-spacing: var(--typography-Body2-R-16-letter-spacing);
  color: var(--gray-700);
  font-style: normal;
}
footer .footer-bottom .footer-bottom-wrap {
  width: 100%;
  padding: var(--spacing-40);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--spacing-20);
}

/*# sourceMappingURL=footer.css.map */
