* {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
}

.header-inner {
  max-width: 1920px;
  padding: 9px 200px;
  height: 70px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
}

.login-btn {
  display: flex;
  width: 128px;
  height: 48px;
  padding: 12px 23px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--Primary-100, #3692ff);
  color: white;
}

.show-btn {
  display: flex;
  width: 357px;
  height: 56px;
  padding: 16px 124px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: var(--brand-blue, #3692ff);
}

.btn-font {
  color: var(--Cool-Gray-100, #f3f4f6);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.main {
  flex: 1;
  background-color: skyblue;
}

.section1 {
  max-width: 100%;
  height: 540px;
  background: #cfe5ff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.section1-box {
  display: flex;
  width: 1110px;
  height: 340px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.section1-title-img {
  display: flex;
  width: 746px;
  height: 340px;
  padding-right: 0;
  justify-content: center;
  align-items: flex-end;
}

.section1-title {
  color: var(--Secondary-700, #374151);
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  padding-bottom: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

.section2 {
  display: flex;
  max-width: 100%;
  max-height: 720px;
  padding: 138px 344px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
}

.section2-box {
  display: flex;
  width: 988px;
  height: 444px;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
  background: #fcfcfc;
  border-radius: 12px;
}

.section2-title-img {
  display: flex;
  width: 588px;
  height: 444px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.section2-title {
  width: 274px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.section2-text1 {
  color: var(--Primary-100, #3692ff);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.section2-text2 {
  color: var(--Secondary-700, #374151);
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.8px;
}

.section2-text3 {
  color: var(--Secondary-700, #374151);
  font-family: Pretendard;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  font-weight: 274px;
}

.section3 {
  display: flex;
  max-width: 100%;
  max-height: 720px;
  padding: 138px 342px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
}

.section3-box {
  display: flex;
  width: 988px;
  height: 444px;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
  background: #fcfcfc;
  border-radius: 12px;
}

.section3-title-img {
  display: flex;
  width: 588px;
  height: 444px;
  justify-content: center;
  align-items: flex-end;
  flex-shrink: 0;
}

.section3-title {
  width: 317px;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: flex;
  justify-content: flex-end;
  gap: 12px;
}

.section3-text1 {
  color: var(--Primary-100, #3692ff);
  text-align: right;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.section3-text2 {
  color: var(--Secondary-700, #374151);
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.8px;
}

.section3-text3 {
  color: var(--Secondary-700, #374151);
  font-family: Pretendard;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.section3-box p {
  text-align: right;
}

.section4 {
  display: flex;
  max-width: 100%;
  max-height: 720px;
  padding: 138px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
}

.section4-box {
  display: flex;
  width: 988px;
  height: 444px;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
  background: #fcfcfc;
  border-radius: 12px;
}

.section4-title-img {
  display: flex;
  width: 588px;
  height: 444px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.section4-title {
  width: 335px;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.section4-text1 {
  color: var(--Primary-100, #3692ff);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.section4-text2 {
  color: var(--Secondary-700, #374151);
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.8px;
}

.section4-text3 {
  color: var(--Secondary-700, #374151);
  font-family: Pretendard;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  font-weight: 274px;
}

.section5 {
  max-width: 100%;
  height: 540px;
  background: #cfe5ff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.section5-box {
  display: flex;
  width: 1110px;
  height: 397px;
  display: inline-flex;
  align-items: center;
  gap: 69px;
}

.section5-title-img {
  display: flex;
  width: 746px;
  height: 397px;
  padding-right: 0;
  justify-content: center;
  align-items: flex-end;
}

.section5-title {
  color: var(--Secondary-700, #374151);
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

.footer {
  color: white;
  background: var(--Secondary-900, #111827);
}

.footer-inner {
  display: flex;
  max-width: 1920px;
  height: 160px;
  padding: 32px 200px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin: 0 auto;
  color: var(--Secondary-400, #9ca3af);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-inner a {
  text-decoration: none;
  color: inherit;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.icon-img {
  flex-shrink: 0;
  margin: 0px 12px;
}
