@font-face {
  font-family: "Roboto";
  src: url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&family=Roboto:wght@700&display=swap");
}

body {
  margin: 0;
  position: relative;
  height: 100vh;
  background: #d2d6d9;
}

.bgImg {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.mainSection {
  position: absolute;
  top: 180px;
  width: 100%;
  text-align: center;
  flex-direction: column;
}

.mainSection > img {
  height: 45px;
  width: 146px;
}

.sloganEng {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #383838;
  margin: 23px 0 0;
}

.sloganKor {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: #343434;
  margin: 0;
}

.mainSection > button {
  width: 335px;
  height: 48px;
  border: 0;
  outline: 0;
  background: #ffffff;
  border-radius: 100px;
  font-family: "Noto Sans KR";
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #1a1a1a;
  margin-top: 58px;
  cursor: pointer;
}
