* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1 {
  display: inline-block;
  color: var(--gray-700);
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 24px 0;
}

h2 {
  color: var(--gray-700);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}

header {
  display: flex;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.header-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 200px;
  width: 100%;
}

header img {
  width: 40px;
}

.header-logo {
  cursor: pointer;
}

.header-logo > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8.59px;
  text-decoration: none;
}

header span {
  font-family: "ROKAF Sans";
  font-weight: 700;
  font-size: 25.633px;
  color: var(--primary-100);
}

.login-button {
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: var(--gray-100);
  text-decoration: none;
  background-color: var(--primary-100);
  padding: 12px 23px;
  border-radius: 8px;
  width: 128px;
  height: 48px;
  text-align: center;
  cursor: pointer;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 540px;
  background-color: #cfe5ff;
  gap: 10px;
}

.hero h1 {
  margin: 30px 0;
}

.hero-container {
  display: flex;
  align-items: center;
}

.hero-contents {
  display: flex;
  flex-direction: column;
}

.hero-contents a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background-color: var(--primary-100);
  color: var(--gray-100);
  text-decoration: none;
  text-align: center;
  padding: 16px 124px;
  border-radius: 40px;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 60px;
  cursor: pointer;
}

.hero img {
  height: 340px;
}

.section1,
.section2,
.section3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  background-color: #fff;
}

.label {
  color: var(--primary-100);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 12px 0;
}

.section-img {
  width: 588px;
}

.section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  background-color: #fcfcfc;
  width: 988px;
  height: 444px;
}

.section2-contents {
  text-align: right;
}

.closeSection {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 540px;
  background-color: #cfe5ff;
  margin-top: 138px;
}

.closeSection-container {
  display: flex;
  align-items: center;
  gap: 69px;
}

.closeSection-container > img {
  width: 746px;
}

footer {
  background-color: var(--gray-900);
  width: 100%;
  height: 160px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 32px 200px;
}

.footer-copyright {
  color: var(--gray-400);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.footer-contents {
  display: flex;
  gap: 30px;
}

.footer-contents a {
  color: var(--gray-200);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
}

.footer-sns {
  display: flex;
  gap: 12px;
}

.footer-sns > a {
  cursor: pointer;
}
