* {
  box-sizing: border-box;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
a {
  text-decoration: none;
}

header {
  width: 100%;
  max-width: 1920px;
  height: 70px;
  margin: 0 auto;
  padding: 9px 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}

.header-wrap {
  width: 100%;
  max-width: 1120px;
  height: 51px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.main-banner {
  width: 100%;
  background-color: #cfe5ff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.main-banner-wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: end;
  margin-top: 200px;
  gap: 7px;
}

.main-banner-text {
  margin: 40px auto;
  padding: 0 0 60px;
  gap: 32px;
}

.main-banner-text > h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #374151;
}

.header-wrap > img {
  flex: 0 0 153px;
}
.header-wrap > .login-btn {
  flex: 0 0 128px;
  padding: 12px 23px;
  color: #f3f4f6;
  font-size: 16px;
  line-height: 26px;
  border-radius: 8px;
}

.basic-btn {
  font-weight: 600;
  background-color: #3692ff;
  text-align: center;
  text-decoration: none;
}

.main-banner-btn {
  width: 100%;
  padding: 16px 124px;
  border-radius: 40px;
  color: #f9fafb;
  font-size: 20px;
}

a:hover {
  cursor: pointer;
}

.landing-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-img-container {
  margin: 138px auto;
}
footer {
  background-color: #cfe5ff;
}

footer > img {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.footer-background {
  width: 100%;
  height: 160px;
  margin: 0 auto;
  padding: 32px 400px;
  display: flex;
  justify-content: center;
  background-color: #111827;
  color: #e5e7eb;
}

.footer-container {
  width: 1120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

#footer-links {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  width: 159px;
  align-items: center;
}
#footer-links > a {
  color: #e5e7eb;
}
#footer-web-links {
  width: 116px;
  display: flex;
  gap: 12px;
}
