footer {
  background: url(../footer_images/footer-bg.jpg) 50% / cover no-repeat;
}

.footer-main {
  padding-top: 30px;
  padding-bottom: 15px;
}

.main-wrap {
  padding: 0 15px;
  margin: auto;
  position: relative;
  max-width: 1200px;
}

.footer-intro-endorse {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 92px;
  justify-content: space-between;
  margin-bottom: 27px;
}

.footer-intro-endorse>* {
  flex: 1;
}

.footer-endorse {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.footer-endorse-head {
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.list-dt-ct {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-logos-icons {
  align-items: flex-start;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 27px;
}

.footer-logos-icons>* {
  flex: 1;
}

.footer-logos {
  display: block;
  height: 44px;
  width: auto;
}

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

.icon-item img {
  display: block;
  height: 42px;
  width: auto;
}

.icon-sns {
  cursor: pointer;
}

.icon-sns:hover {
  opacity: 0.5;
}

.footer-linkslist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}

.footer-linkslist a {
  color: #111;
  font-size: 17px;
  line-height: 23px;
  text-decoration: none;
}

.footer-linkslist a:hover {
  opacity: 0.5;
}

.hr {
  background: #111;
  height: 23px;
  width: 1px;
}

.footer-copy {
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .footer-linkslist a {
    font-size: 16px;
  }

  .icon-item img {
    height: 36px;
  }
}

@media screen and (max-width: 898px) {
  .hr {
    display: none;
  }
}