@font-face {
  font-family: 'Pretendard';
  src: url('./Pretendard/web/variable/woff2/PretendardVariable.woff2') format('woff2-variations');
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {  
  font-family: Pretendard, sans-serif;
}

.nav-outbox {
  width: 100%;
  background-color: #ffffff;
  position: sticky;  
  padding: 0 200px;
  top: 0;
}

nav {
  max-width: 1920px;
  height: 70px;
  border-bottom: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.nav-logo > img {
  width: 153px;
  height: 51px;
  padding: 5px auto;
  justify-content: center;
  align-items: center;
}

.login-button {
  display: flex;
  width: 128px;
  height: 48px;
  padding: 12px 23px;
  justify-content: center;
  align-items: center;
  background-color: #3692ff;
  border-radius: 8px;
  text-decoration: none;
  color: #f3f4f6;
  white-space: nowrap;
}

.header-outbox {
  width: 100%;
  height: 540px;
  background-color: #cfe5ff;
}

header {
  max-width: 1920px;
  height: 540px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}

.header-inbox {
  max-width: 1110px;
  max-height: 340px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 7px;
}

.header-text_and_button {
  display: flex;
  flex-direction: column;
}

.header-text_and_button > h1 {
  font-family: Pretendard;
  font-size: 40px;
  font-weight: 700;
  font-style: noraml;
  line-height: 140%;
  color: #374151;
  font-family: Pretendard;
  letter-spacing: 0%;
}

.header-text_and_button > .header-button {
  max-width: 357px;
  height: 56px;
  border-radius: 40px;
  padding: 16px 124px;
  margin: 32px 0 100px;
  background-color: #3692ff;
  color: #f9fafb;
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.card {
  max-width: 988px;
  max-height: 444px;
  margin: 138px auto;
  background-color: #fcfcfc;
  white-space: nowrap;
}

.card:nth-of-type(odd) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 64px;
}

.card:nth-of-type(even) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 64px;
}

.card:nth-of-type(even) > .card-text {
  align-items: flex-end;
  text-align: right;
}

.card-image {
  max-width: 588px;
  max-height: 444px;
}

.card-image > img {
  width: 100%;
  height: 100%;
}

.card-text {
  max-width: 400px;
  max-height: 444px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.card-text > h2,
p {
  display: inline-block;
}

.card-text > h2 {
  color: #3692ff;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.card-text.p1 {
  margin-top: 12px;
  color: #374151;
  font-family: Pretendard;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.8px;
}

.card-text.p2 {
  margin-top: 24px;
  color: #374151;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

hr {
  opacity: 0;
}

.main-footer-outbox {
  width: 100%;
  background-color: #cfe5ff;
  border-top: 138px solid #fcfcfc;
}

.main-footer {
  max-width: 1920px;
  height: 540px;
  background-color: #cfe5ff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.main-footer-inbox {
  display: flex;
  justify-content: space-between;
  gap: 69px;
}

.main-footer-inbox > h1 {
  display: inline-block;
  color: #374151;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.footer-outbox {
  width: 100%;
  padding: 0 200px;  
  margin: 0 auto;
  background-color: #111827;
  display: flex;
  justify-content: center;
}

.footer-outbox > .footer {
  width: 100%;
  max-width: 1920px;
  height: 160px;
  padding: 32px 0;
  background-color: #111827;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  white-space: nowrap;
}

.footer-left {
  color: #9ca3af;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.footer-center {
  display: flex;
  gap: 30px;
}

.footer-center > a {  
  color: #e5e7eb;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-right {
  display: flex;
  gap: 12px;
}

a {
  cursor: pointer;
  font-family: Pretendard;
}

span {
  font-family: Pretendard;
}