.footer {
  /* position: fixed; */
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #F8F8FA;
  display: flex;
  padding: 40px 0 20px 0;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.footer-container {
  min-width: 1120px;
  margin-bottom: 18px;
}

/* 피그마 기준 */
@media (max-width: 768px) {
  .footer-container {
    width: 100% !important;
    max-width: 768px !important;
    min-width: 300px !important;
    padding: 0 40px !important;
    box-sizing: border-box;
  }

  .footer-bottom {
    width: 100% !important;
    max-width: 768px !important;
    min-width: 300px !important;
  }

  .footer-contents {
    flex-flow: column !important;
  }

  .footer-contents-left {
    margin-bottom: 32px;
  }

  .footer-contents-right {
    margin-bottom: 2px;
  }

}

/* Mobile layout */
/* @media screen and (max-width: 844px) {
  .footer-container  {
    min-width: 688px  !important;
  }
} */

@media screen and (min-width:768px) and (max-width: 844px) {
  .footer-container  {
    min-width: 688px  !important;
  }
}

/* iPad Mini layout */
@media screen and (min-width:845px) and (max-width: 1024px) {
  .footer-container  {
    min-width: 888px !important;
  }
}

/* iPad Air layout */
@media screen and (min-width:1025px) and (max-width: 1200px) {
  .footer-container  {
    min-width: 944px !important;
  }
}

/* iPad Pro layout */
@media screen and (min-width:1201px) and (max-width: 1300px) {
  .footer-container  {
    min-width: 1020px !important;
  }
}

/* iPad Pro layout */
@media screen and (min-width:1301px) and (max-width: 1366px) {
  .footer-container  {
    min-width: 1120px !important;
  }
}

.footer-logo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}

.footer-contents {
  display: flex;
  justify-content: space-between;
}

.footer-contents-left {
  flex: 1;
  min-width: 300px;
  margin-right: 20px;
}

.footer-contents-left p {
  font-family: Pretendard;
  font-style: normal;
  color: #777;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  letter-spacing: -0.26px;
  margin: 0;
  margin-bottom: 4px;
}

.footer-contents-left p.footer-compName {
  color: #242424;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;

}

.footer-contents ul {
  display: flex;
}

.footer-contents li {
  color: #777;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: -0.26px;
  margin-right: 24px;
  cursor: pointer;
}

.footer-contents li:hover {
  font-weight: 700;
}

.footer-contents li:last-child {
  margin-right: 0;
}

.footer-bottom {
  margin: 0;
  padding: 0;
  width: 1120px;
  color: #777;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.footer-bottom > p {
  margin-top: 20px;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #eee;
  margin: 0;
  padding: 0;
}