.footdiv {
  background: #fff;
  padding: 30px 0;
}

.footdiv .footer_inner {
  display: flex;
  max-width: 1040px;
  margin: 0 auto;
}

.footdiv .footer_left a img {
  width: 200px;
}

.footdiv .footer_left p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.footdiv .footer_right {
  margin-left: auto;
}

.footdiv .footer_menu {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
}

.footdiv .footer_menu a {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.06em;
}

.footdiv .copy {
  font-size: 12px;
  font-weight: bold;
  color: #9A9A9A;
  letter-spacing: 0.03em;
  padding-top: 20px;
}


@media (max-width: 991px) {

  .footdiv .footer_inner {
    display: block;
  }

  .footdiv .footer_menu {
      display: flex;
      gap: 25px;
      justify-content: center;
      padding-bottom: 20px;
  }

  .footdiv .footer_left {
    text-align: center;
    padding-top: 10px;
  }

  .footdiv .copy {
    text-align: center;
  }

  .divfoot {
    padding-bottom: 10px;
  }

}
