@charset "utf-8";
.footer {
  background-color: #F8F8F8;
}
.footer__inner {
  padding: 85px clamp(1.25rem, -11.036rem + 19.2vw, 12rem) 32px;
}
.footer__container {
  display: flex;
      justify-content: space-between;
    column-gap: 20px;
}
.footer__left {
      display: flex;
    column-gap: clamp(1.25rem, -0.179rem + 2.23vw, 2.5rem);
}
.footer__logo {
      width: clamp(10rem, 6.571rem + 5.36vw, 13rem);
    object-fit: contain;
}
.footer-left__1 {
      font-size: 16px;
    font-weight: 700;
}
.footer-content__line {
      margin-top: 11px;
    width: 29px;
    border-bottom: 6px solid #C3C3C3;
}

.footer-left__2 {
      margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s;
}
.footer-left__2 a {
    color: #919191;
}
.footer-left__2 a:hover {
    opacity: 0.7;
}
.footer-left__3 {
        margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s;
}
.footer-left__3 a:hover {
    color: #000;
    opacity: 0.5;
}

.footer-center__1 {
      font-size: 16px;
    font-weight: 400;
}
.footer-center__2 {
      margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s;
}

.footer__right {
      display: flex;
    column-gap: clamp(1.25rem, -5.893rem + 11.16vw, 7.5rem);
}
.footer__items {
      display: flex;
    flex-direction: column;
    row-gap: 28px;
}
.header__item {
      display: flex;
    column-gap: 8px;
}
.header-item__icon {
      width: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    object-fit: contain;
}
.header-item__text {
    font-size: clamp(0.75rem, 0.321rem + 0.67vw, 1.125rem);
    font-weight: 400;
    color: #5F5F5F;
  line-height: 1;
}

.footer__copyright {
      margin-top: 48px;
    margin-left: auto;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
}

.fixed__btn {
      position: fixed;
    bottom: 80px;
    left: clamp(0.625rem, -2.958rem + 7.47vw, 6rem);
    width: clamp(3.563rem, 1.938rem + 3.39vw, 6rem);
  z-index: 9990;
}

@media (max-width: 1023px) {
  .footer__container {
        flex-direction: column;
    row-gap: 40px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__left {
        flex-direction: column;
    row-gap: 37px;
  }
  .footer__logo {
    width: 208px;
  }
}

@media (max-width: 767px) {
  .footer__inner {
    padding: 40px 40px 18px;
  }
  .footer__logo {
    margin: auto;
  }
  .footer-left__content {
    margin: auto;
  }
  .footer__right {
        flex-direction: column;
    row-gap: 28px;
  }
  
  .footer__copyright {
    margin-right: auto;
  }
}

@media (max-width: 389px) {
  .footer__inner {
        padding-left: 20px;
    padding-right: 20px;
  }
  .footer-center__2 {
    font-size: 12px;
  }
}