* {
  box-sizing: border-box;
  font-family: Pretendard;
}

html body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

header {
  height: 80px;
  background-color: #fff;
  padding: 0 32px;
  display: flex;
  align-items: center;
}

main {
  background-color: #fff;
}

footer {
  padding: 60px 112px;
  background-color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-btn {
  width: 196px;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

.gnb-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.gnb-item {
  max-width: 200px;
  height: 100%;
  display: flex;
  flex: 1;
  list-style: none;
}

.gnb-btn {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #262626;
  cursor: pointer;
}

.footer-content {
  width: 100%;
  /* max-width: 1216px; */
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
