footer {
  background: url(../footer_images/footer-bg.png);
}

.d-pc {
  display: block;
}

.d-mb {
  display: none;
}



@media screen and (max-width: 992px) {
 
  .footer-endorse-item img {
    height: 180px !important;
  }
}

@media screen and (max-width: 768px) {
  .d-pc {
    display: none;
  }

  .d-mb {
    display: block;
  }
}

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

.main-wrap {
  margin: auto;
  position: relative;
  max-width: 1200px;
  width: 95%;
}

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

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

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

.footer-endorse-head {
  color: #006719;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.footer-endorse-head p {
  color: #006719;
}

.footer-endorse-item {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 10px;
  justify-content: center;
  color: #006719;
}

.footer-endorse-item img {
  height: 230px;
}

.footer-endorse-hr {
  background: #006719;
  display: block;
  font-size: 0;
  height: 70px;
  width: 1px;
}

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

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

.footer-logos {
  display: block;
  height: max-content;
  width: auto;
}

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

.icon-item img {
  display: block;
  height: auto;
  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: #006719;
  font-size: 13px;
  line-height: 23px;
  text-decoration: none;
}

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

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

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