.badge-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 10rem;
}

@media screen and (max-width: 640px) {
  .badge-container {
    padding: 0 2rem;
  }
}

.badge-container .top-btn {
  display: flex;
  width: 5.7rem;
  height: 5.7rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 50%;
  border: none;
  margin-top: 10rem;
  background-color: #004190;
  font-size: 2rem;
  color: white;
}

.badge-container .top-btn:hover {
  cursor: pointer;
}

.full-container .footer-container {
  width: 100%;
  background-color: #004190;
  position: relative;
  margin-top: 5rem;
  padding: 7rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.full-container .footer-container .second-logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.full-container .footer-container .second-logo-container .text-wrapper {
  color: white;
  text-align: center;
  font-weight: bold;
  font-family: "Yu-b";
  line-height: 1.2;
}

.full-container .footer-container .second-logo-container .image-container {
  width: 21.3rem;
  height: 8rem;
}

.full-container .footer-container .second-logo-container .image-container:hover {
  cursor: pointer;
}

.full-container .footer-container .second-logo-container .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.full-container .footer-container .text-container {
  color: white;
  font-size: 1.4rem;
  text-align: center;
}
