* {
  margin: 0;
  padding: 0;
}
img {
  display: flex;
}
li {
  list-style: none;
  text-decoration: none;
  color: #000;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
html {
  font-size: calc((100vw - 17px) / 40);
}
button {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.full {
  width: 100%;
  height: 100%;
}
.footer {
  width: 1920px;
  height: 191px;
  position: relative;
}
.footer > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.footer > .footerContent {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}
.footer > .footerContent > .line {
  width: 2px;
  height: 73px;
  margin: 0 45px;
  background-color: #434343;
}
.footer > .footerContent > .logo {
  width: 175px;
}
.footer > .footerContent > .text .gap {
  width: 10px;
}
.footer > .footerContent > .text > p {
  display: flex;
  line-height: 35px;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer > .footerContent > .text p a,
.footer > .footerContent > .text p {
  color: #5e5e5e;
}
