/* 푸터 전체 (max-width 1920px) */
.main-footer {
  width: 100%;
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

/* 내부 컨테이너: width calc(100% - 160px) */
.footer-container {
  width: calc(100% - 80px);
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
}

/* 왼쪽 로고/회사정보 */
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.footer-logo img {
  max-width: 14rem;
  height: auto;
}

.footer-company {
  font-size: 1.6rem;
  font-weight: 500;
}

.footer-info-list > div {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.fot-num {
  font-size: 2.8rem;
}

/* 오른쪽 연락처 + 아이콘 + 저작권 */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3rem;
  justify-content: flex-end;
}

/* 연락처 (가로 배치 가능, 여기서는 세로 예시) */
.footer-contact {
  list-style: none;
  margin: 1rem 0 2rem;
  padding: 0;
  text-align: right;
}

.footer-contact li {
  margin-bottom: 0.3rem;
}

/* 아이콘 */
.footer-icons a {
  display: inline-block;
  margin-left: 1rem;
}

.footer-icons img {
  max-width: 3rem;
  max-height: 3rem;
}

/* 저작권 */
.footer-copy {
  font-size: 1.2rem;
  color: #ccc;
  margin-top: 0.5rem;
}
.footer-menu {
  position: absolute;
  font-size: 1.6rem;
  margin-top: 10px;
  left: 30%;
  display: inline-flex;
  align-items: center;
  gap: 5rem;
}

.fot-num-tit {
  font-size: 1.6rem;
}
