@charset "utf-8";

footer {
  background-color: var(--mainColor);
}

#officialSNS {
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
}

#officialSNS p {
  color: #fff;
  font-weight: 700;
  margin-right: 1rem;
}

.officialSNSListItem {
  width: 2.5rem;
  margin-right: 0.5rem;
}

#footerTop {
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  padding: 1rem 0;
}

#footerBannerList {
  display: flex;
  flex-wrap: wrap;
}

.footerBannerListItem {
  width: 80%;
  margin: 0 auto 1rem;
}

.title {
  color: #fff;
  padding: 1rem 2rem;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  position: relative;
}

#footerNavList,
#aboutCompanyList {
  display: none;
}

.footerNavListItem,
.aboutCompanyListItem {
  padding: 1rem 4rem;
  border-bottom: 1px solid #fff;
}

.footerNavListItem a,
.aboutCompanyListItem a {
  color: #fff;
  text-decoration: none;
}

#footerContact {
  background-color: #fff;
}

#copylight {
  text-align: center;
  padding: 1rem 2rem;
}

#copylight p,
#copylight small {
  color: #fff;
  font-size: .8rem;
}

@media screen and (min-width: 1446px) {
  #officialSNS {
    border: none;
  }

  #footerTop {
    border: none;
  }

  #footerBannerList {
    display: flex;
    flex-wrap: wrap;
  }

  .footerBannerListItem {
    width: 48%;
    margin: 0 1% 2%;
  }

  #footerMiddle {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    padding: 1rem 0;
  }

  #footerNav {
    width: 60%;
    border-right: 1px solid #fff;
  }

  .title {
    border: none;
    font-size: 1.1rem;
    padding: 1rem 3rem;
  }

  #footerNavList,
  #aboutCompanyList {
    display: flex;
    flex-wrap: wrap;
  }

  .footerNavListItem,
  .aboutCompanyListItem {
    width: 33.3333333333%;
    padding: 0.75rem;
    text-align: center;
    border: none;
    font-size: 0.9rem;
  }

  #aboutCompany {
    width: 40%;
  }

  #footerContact {
    text-align: center;
  }

  #copylight {
    text-align: center;
    padding: 1rem 2rem;
  }

}