.common-footer {
  margin-top: 60px;
  background: #18263b;
  color: #d9e0e8;
  font-family: "Pretendard", "Noto Sans KR", Arial, sans-serif;
}

.common-footer-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 24px 28px;
}

.common-footer-top {
  display: table;
  width: 100%;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.common-footer-brand,
.common-footer-links {
  display: table-cell;
  vertical-align: top;
}

.common-footer-brand {
  width: 48%;
}

.common-footer-brand h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
}

.common-footer-brand p {
  margin: 0;
  color: #aebbc8;
  font-size: 13px;
  line-height: 1.6;
}

.common-footer-links {
  text-align: right;
}

.common-footer-links a {
  display: inline-block;
  margin: 0 0 8px 16px;
  color: #d9e0e8;
  font-size: 13px;
  text-decoration: none;
}

.common-footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.common-footer-business {
  padding: 23px 0 18px;
  color: #c2ccd6;
  font-size: 13px;
  line-height: 1.9;
}

.common-footer-business p {
  margin: 0;
}

.common-footer-business strong {
  color: #ffffff;
  font-weight: 700;
}

.common-footer-business span {
  margin: 0 8px;
  color: #718094;
}

.common-footer-copy {
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: #8f9cab;
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (max-width: 700px) {
  .common-footer-wrap {
    padding: 32px 20px 24px;
  }

  .common-footer-top,
  .common-footer-brand,
  .common-footer-links {
    display: block;
    width: auto;
  }

  .common-footer-links {
    margin-top: 18px;
    text-align: left;
  }

  .common-footer-links a {
    margin: 0 14px 8px 0;
  }

  .common-footer-business {
    font-size: 12px;
  }

  .common-footer-business span {
    display: none;
  }

  .common-footer-business strong {
    display: inline-block;
    margin-top: 4px;
  }
}