.wrapper .footer {
  width: 100vw;
  background-color: #221815;
}

.wrapper .footer_contents {
  display: flex;
}

@media screen and (min-width: 1000px) {
  .wrapper .footer {
    margin-bottom: -88px;
    padding-left: min(calc((100vw - 978px) * 1 / 2.5), 215px);
  }

  .wrapper .footer_logo {
    width: 120px;
    height: 38px;
    margin-top: 64px;
  }

  .wrapper .footer_contents {
    margin-top: 32px;
    margin-bottom: 64px;
    gap: 88px;
  }

  .wrapper .footer_contents_square {
    display: flex;
    flex-direction: column;
  }

  .wrapper .footer_title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }

  .wrapper .footer_contents_detail {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    font-weight: 300;
  }
}

@media screen and (max-width: 999px) {
  .wrapper .footer {
    display: flex;
    flex-direction: column;
    padding-left: 35px;
    margin-bottom: -89px;
  }

  .wrapper .footer_logo {
    width: 120px;
    height: 38px;
    margin-top: 64px;
  }

  .wrapper .footer_contents {
    margin-top: 40px;
    margin-bottom: 72px;
    gap: 24px;
    flex-wrap: wrap;
  }

  .wrapper .footer_contents_square {
    display: flex;
    flex-direction: column;
    width: 250px;
  }

  .wrapper .footer_title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }

  .wrapper .footer_contents_detail {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    font-weight: 300;
  }
}
