.footer.footer-caemmun {
  margin-top: 0;
  padding: 0;
  background: #fff;
  color: #4f5158;
}

.footer-caemmun__main {
  padding-top: 2.8rem;
}

.footer-caemmun__top {
  display: grid;
  grid-template-columns: minmax(250px, 1.15fr) minmax(220px, 0.8fr) minmax(280px, 1fr);
  gap: 2rem 5rem;
  align-items: start;
  padding-bottom: 2.3rem;
}

.footer-caemmun__logo {
  display: inline-block;
}

.footer-caemmun__logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
}

.footer-caemmun__contact-line,
.footer-caemmun__email {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #004282;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.footer-caemmun__contact-line {
  margin-top: 0.8rem;
}

.footer-caemmun__contact-line i {
  width: 1.1rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}

.footer-caemmun__email {
  margin-top: 0.95rem;
  color: #4f5158;
}

.footer-caemmun__schedule {
  margin: 0.6rem 0 0;
  font-size: 14px;
  color: #4f5158;
}

.footer-caemmun__social {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.78rem;
}

.footer-caemmun__social-link {
  width: 1.85rem;
  height: 1.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #004282;
  border-radius: 0.58rem;
  color: #004282;
  font-size: 14px;
  transition: opacity 0.2s ease;
}

.footer-caemmun__social-link:hover {
  opacity: 0.72;
}

.footer-caemmun__blog {
  color: #004282;
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: 0.28rem;
}

.footer-caemmun__links-column h3,
.footer-caemmun__payments h3 {
  margin: 0;
  color: #004282;
  font-size: 15px;
  font-weight: 700;
}

.footer-caemmun__links-column ul {
  margin: 1rem 0 0;
  padding: 0;
}

.footer-caemmun__links-column li + li {
  margin-top: 0.85rem;
}

.footer-caemmun__links-column a {
  color: #4f5158;
  font-size: 14px;
}

.footer-caemmun__meta {
  border-top: 1px solid #d3d4d7;
  padding: 2.1rem 0 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.2rem;
}

.footer-caemmun__payments-list {
  margin: 0.95rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  max-width: 560px;
}

.footer-caemmun__payments-item,
.footer-caemmun__seals-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-caemmun__payments-item svg {
  width: 2rem;
  height: auto;
}

.footer-caemmun__seals-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.footer-caemmun__seals-item svg {
  width: 6.6rem;
  height: auto;
}

.footer-caemmun__bottom {
  background: #004282;
  color: #ffffff;
}

.footer-caemmun__bottom-inner {
  min-height: 2.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-caemmun__copyright {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.2;
}

.footer-caemmun__credits {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 15px;
  font-weight: 700;
  text-transform: lowercase;
}

.footer-caemmun__credit-uappi {
  display: inline-flex;
  align-items: center;
  gap: 0.33rem;
}

.footer-caemmun__uappi-bars {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.12rem;
}

.footer-caemmun__uappi-bars i {
  display: block;
  width: 0.11rem;
  border-radius: 0.08rem;
}

.footer-caemmun__uappi-bars .bar-1 {
  height: 0.24rem;
  background: #60d0ff;
}

.footer-caemmun__uappi-bars .bar-2 {
  height: 0.35rem;
  background: #ffaa34;
}

.footer-caemmun__uappi-bars .bar-3 {
  height: 0.5rem;
  background: #ffffff;
}

@media (min-width: 768px) {
  .footer-caemmun__copyright {
    max-width: 72%;
  }
}

@media (max-width: 991px) {
  .footer-caemmun__top {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    text-align: center;
  }

  .footer-caemmun__logo {
    margin: 0 auto;
  }

  .footer-caemmun__brand-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-caemmun__contact-line,
  .footer-caemmun__email {
    width: auto;
    justify-content: center;
  }

  .footer-caemmun__social {
    justify-content: center;
  }

  .footer-caemmun__links-column li + li {
    margin-top: 0.9rem;
  }

  .footer-caemmun__meta {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .footer-caemmun__payments-list {
    justify-content: center;
  }

  .footer-caemmun__seals-list {
    justify-content: center;
  }

  .footer-caemmun__bottom-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 0.7rem;
    padding: 0.8rem 0;
  }

  .footer-caemmun__copyright {
    max-width: 92%;
  }
}
