@charset "utf-8";
/*footer
***************************************************************/

.footer {
  padding: 100px 150px 50px;
  background-color: #2b2b2b;
}

.footer__box {
  display: flex;
  justify-content: space-between;
}

.footer__left {
  width: 310px;
}

.footer__logo {
  width: 163px;
  height: 60px;
}

.footer__info {
  margin-top: 20px;
  color: #fff;
  padding: unset;
}

.footer__info li {
  display: flex;
}

.footer__info__title {
  width: 90px;
  margin-bottom: 2px;
}

.footer__info__text {
  width: 220px;
  margin-bottom: 2px;
}

.footer__nav {
  display: flex;
  gap: 50px;
}

.footer__nav__list {
  font-size: 18px;
  color: #fff;
}

.footer__sns {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 40px;
}

.footer__sns__list {
  font-size: 40px;
  color: #fff;
}

.copy__right {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 120px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1380px) {
  .footer {
    padding: 100px 25px 50px;
  }

  .footer__box {
    display: block;
  }

  .footer__nav {
    padding: 50px 0 0 0;
  }
}

@media (max-width: 767px) {
  /*footer
***************************************************************/

  .footer {
    padding: 50px 20px 30px;
  }

  .footer__box {
    display: flex;
    flex-direction: column;
    padding: 0 5px;
  }

  .footer__left {
    width: 100%;
  }

  .footer__logo {
    width: 149px;
    height: auto;
    margin: 0 auto;
  }

  .footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__info__title {
    width: 90px;
    margin-bottom: 9px;
  }

  .footer__info__text {
    width: 220px;
    margin-bottom: 9px;
  }

  .footer__info__title:last-of-type {
    margin-bottom: 0;
  }

  .footer__info__text:last-of-type {
    margin-bottom: 0;
  }

  .footer__right {
    margin: 0 auto;
  }

  .footer__nav {
    display: none;
  }

  .footer__sns {
    display: flex;
    justify-content: start;
    gap: 25px;
    margin-top: 20px;
    font-size: 14px;
    padding: 0;
  }

  .footer__sns__list {
    width: 35px;
    display: inline-block;
  }

  .copy__right {
    font-size: 12px;
    margin-top: 50px;
  }
}
