.integrate-footer {
  font-family: "Pretendard";
  background: #fff;
  border-top: 1px solid #E0E2E6;
}
.integrate-footer *,
.integrate-footer *::before,
.integrate-footer *::after {
  box-sizing: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: top;
  line-height: 1;
}
.integrate-footer a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.integrate-footer a:hover, .integrate-footer a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.03);
}
.integrate-footer ul,
.integrate-footer ol,
.integrate-footer nav ul {
  list-style: none;
}
.integrate-footer img {
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
}
.integrate-footer address {
  font-style: normal;
}
.integrate-footer .inner-footer {
  display: flex;
  justify-content: space-between;
  padding: 24px 16px 60px;
}
.integrate-footer .footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 4px;
}
.integrate-footer .footer-links li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.integrate-footer .footer-links li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 10px;
  background: #E0E2E6;
}
.integrate-footer .footer-links li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: -0.14px;
  color: #71767F;
}
.integrate-footer .footer-links li a.bold {
	font-weight:700
}
.integrate-footer nav + .footer-address {
  margin-top: 12px;
}
.integrate-footer .footer-address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 6px;
}
.integrate-footer .footer-address p {
  display: inline-flex;
  gap: 6px;
}
.integrate-footer .footer-address p:not(:last-of-type)::after {
  content: "";
  margin-top: 6px;
  width: 1px;
  height: 10px;
  background: #E0E2E6;
}
.integrate-footer .footer-address p strong {
  margin-right: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: -0.14px;
  color: #71767F;
  white-space: nowrap;
}
.integrate-footer .footer-address p,
.integrate-footer .footer-address p a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: -0.14px;
  color: #71767F;
  word-break: break-all;
}
.integrate-footer .copyright {
  margin-top: 24px;
}
.integrate-footer .copyright,
.integrate-footer .copyright a {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  /* 150% */
  letter-spacing: -0.12px;
  color: #71767F;
  word-break: keep-all;
}
.integrate-footer .copyright a {
  text-decoration: underline;
}
.integrate-footer .logo-area {
  position: relative;
  width: 120px;
  height: 80px;
}
.integrate-footer .logo-area img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) opacity(0.4);
}

.integrate-footer.ir-page .inner-footer {
  max-width: 1232px;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .integrate-footer.ir-page .inner-footer {
    display: block;
    padding: 24px 16px 40px;
  }
  .integrate-footer.ir-page .footer-address {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .integrate-footer.ir-page .footer-address p::after {
    display: none;
  }
  .integrate-footer.ir-page .copyright {
    margin-top: 20px;
  }
  .integrate-footer.ir-page .logo-area {
    margin-top: 24px;
  }
}

/*# sourceMappingURL=footer.css.map */
