body {
  font-family: "Pretendard";
  margin: 0;
  padding: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

img {
  max-width: 100%;
  height: auto;
}

.desktop {
  background-color: rgb(0, 0, 0);
  padding-bottom: 20px;
}

#tablet,
#mobile {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 50px;
}

.header .header-logo img {
  width: 399px;
  height: 115px;
}

.header-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #ffffff;
  border-radius: 100px;
  opacity: 1;
  padding: 16px 35px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.header-button a {
  color: #ffffff;
  text-decoration: none;
}
/* make */
.make {
  position: relative;
  height: 100%;
  width: 100%;
}

.make .make-text {
  font-size: 23px;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #0000004d;
  opacity: 1;
  left: 110px;
  top: 542px;
  position: absolute;
  margin-top: 30px;
}

.make .make-text {
  font-size: 23px;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #0000004d;
  left: 0px;
  margin-left: 6%;
  top: 57%;
  position: absolute;
}

.make .make-start-now img {
  bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -13%);
  cursor: pointer;
  max-width: 1134px;
  width: 100%;
}
/* looking */
.looking {
  position: relative;
  display: grid;
  justify-content: center;
  padding-top: 52px;
  width: 100%;
}

.looking .looking-text {
  position: absolute;
  left: 20%;
  top: 52px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 3px 6px #0000004d;
  left: 50%;
  transform: translate(-98%, 13%);
}

.looking .looking-text-right {
  color: #ffffff;
  font-size: 36px;
  position: absolute;
  left: 20%;
  top: 105px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 3px 6px #0000004d;
  left: 50%;
  transform: translate(-50%, 69%);
  margin-left: 287px;
}

.looking .looking-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.looking .looking-content {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

/* longer */
.longer {
  margin-top: 43.46px;
  display: flex;
  justify-content: center;
  position: relative;
}
.longer .longer-content {
  position: absolute;
  top: 56%;
  margin-left: 260px;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.longer .longer-content .longer-content-top {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}

.longer .longer-content .longer-content-bottom {
  margin-top: 46px;
  color: #eedf16;
  font-weight: bold;
  font-size: 36px;
}
.footer {
  display: flex;
  justify-content: center;
  position: relative;
}

.footer {
  display: grid;
  gap: 10px;
  margin-top: 43px;
}
.footer img:first-child {
  margin: 0 auto;
}
.footer .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.footer .footer-content .footer-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.footer .footer-content .footer-email {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  gap: 13px;
}
.footer .footer-content .footer-email img {
  width: 38px;
}
.footer .footer-button {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.footer .footer-button img {
  width: 460px;
  height: 73px;
}

.footer .footer-text {
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 55px;
  white-space: nowrap;
  margin-top: 10px;
}
.footer .footer-text a {
  color: black;
  text-decoration: none;
}

.footer .footer-copyright {
  font-size: 19px;
  color: #ffffff;
  text-align: center;
  margin-top: 65px;
  font-family: "PretendardExtraLight";
}
