.business-page #footer {
  --business-footer-font:
    "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--business-footer-font);
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 80px;
  background: #d0e3e3;
  position: relative;
}

.business-page #footer *,
.business-page #footer *::before,
.business-page #footer *::after {
  box-sizing: border-box;
}

.business-page #footer a {
  color: #9e9e9e !important;
  text-decoration: none;
}

.business-page .company_name {
  font-family: var(--business-footer-font);
  font-size: 12px;
  color: #9e9e9e;
  margin: 0;
  line-height: 20px;
}

.business-page .footer_info_wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0 0 80px;
}

.business-page .footer_copyright {
  width: calc(100% - 60px);
  font-family: var(--business-footer-font);
  font-size: 12px;
  color: #9e9e9e;
  text-align: left;
  padding: 5px 0;
  margin: 158px 0 0 30px;
}

.business-page .footer_info {
  width: 100%;
}

.business-page .footer_info > .footer_header {
  padding-bottom: 0;
}

.business-page .footer_info > .footer_header > img {
  width: 130px;
  margin-bottom: 10px;
}

.business-page .footer_header > h2,
.business-page .footer_header > address,
.business-page .footer_header > span {
  font-size: 12px;
  color: #9e9e9e;
  margin: 0;
  line-height: 20px;
}

.business-page .footer_header > span,
.business-page .footer_header > h2 {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 9px;
}

.business-page .footer_header > address,
.business-page .footer_address {
  font-family: var(--business-footer-font);
  font-style: normal;
}

.business-page .footer_info_main {
  display: block;
}

.business-page .footer_contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  line-height: 20px;
  font-style: normal;
}

.business-page .footer_contacts > p {
  font-family: var(--business-footer-font);
  font-size: 12px;
  color: #9e9e9e;
  margin: 0;
}

.business-page .footer_biz_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

.business-page .footer_biz_info > p {
  margin: 0;
}

.business-page .footer_biz_info > p,
.business-page .footer_biz_info > a {
  font-family: var(--business-footer-font);
  font-size: 12px;
  color: #9e9e9e;
  line-height: 20px;
}

.business-page .middle_line {
  width: 1px;
  height: 10px;
  background-color: #9e9e9e;
}

.business-page .aggree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.business-page .footer_sns {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 100%;
}

.business-page .footer_info_sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

.business-page .footer_info_sns > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 4px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.business-page .footer_info_sns > button > img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.business-page .footer_info_sns > button:nth-of-type(1):is(:hover, :focus) {
  background-color: #3b5998;
}

.business-page .footer_info_sns > button:nth-of-type(2):is(:hover, :focus) {
  background-color: #00a0b6;
}

.business-page .footer_info_sns > button:nth-of-type(3):is(:hover, :focus) {
  background-color: #f9e000;
}

.business-page .footer_info_sns > button:nth-of-type(4):is(:hover, :focus) {
  background-color: #1ec800;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .business-page #footer {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media (max-width: 767px) {
  .business-page #footer {
    padding-bottom: 60px;
  }

  .business-page .footer_sns {
    position: static;
    width: 100%;
    padding: 0 20px;
    text-align: left;
  }

  .business-page .footer_info_sns {
    justify-content: flex-start;
  }

  .business-page .footer_copyright {
    width: calc(100% - 40px);
    margin: 24px 0 0 20px;
  }
}
