* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Pretendard";
}
body {
  background-color: #fcfcfc;
}
button {
  font-family: "Pretendard";
}
/* 헤더 css 시작 */
header {
  position: fixed;
  display: flex;
  width: 100%;
  height: 4.375rem;
  /* border: 1px solid #000; */
  background-color: #fff;
  align-items: center;
  padding: 0 12.5rem;
}
header .logoAndlogin {
  /* border: 1px solid #000; */
  width: 100%;
  /* margin: 0 200px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logoAndlogin .login {
  width: 8rem;
  height: 3rem;
  /* border: 1px solid #000; */
  text-align: center;
  line-height: 1.625rem;
  border-radius: 0.5rem;
  background-color: #3692ff;
  margin: 0.4375rem 0;
  padding: 0.75rem 1.4375rem;
  font-size: 1rem;
  font-weight: 600;
  color: #f3f4f6;
  text-decoration: none;
}
header .logoAndlogin .login,
.logo {
  flex-shrink: 0;
}
/* 헤더 css 끝 */
/* 전체 섹션 배경 css 시작 */
/* section01 css 시작/ */
.section01 {
  /* border: 1px solid red; */
  height: 33.75rem;
  display: flex;
  justify-content: center;
  align-items: end;
  background-color: #cfe5ff;
}
.section01 .wrap-section01 {
  /* border: 1px solid #000; */
  max-width: 69.375rem;
  width: 100%;
  height: 21.25rem;
  display: flex;
  align-items: center;
}
.section01 .wrap-section01 .section01-img {
  background-image: url(../Images/section01IMG.png);
  width: 46.625rem;
  height: 21.25rem;
  /* border: 1px solid #000; */
}
.section01 .wrap-section01 .goitem {
  /* border: 1px solid green; */
  width: 22.3125rem;
  height: 16.25rem;
  margin: 2.5rem 0.4375rem 2.5rem 0;
}
.section01 .wrap-section01 .goitem .content-01 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 7rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #374151;
  /* border: 1px solid #000; */
  margin-bottom: 2rem;
  /* text-align: left;
  vertical-align: middle; */
}
.goitem .content-01 p {
  white-space: nowrap;
}
.section01 .wrap-section01 .goitem button {
  border: none;
  background-color: #3692ff;
  width: 100%;
  height: 3.5rem;
  border-radius: 2.5rem;
}
.section01 .wrap-section01 .goitem button a {
  text-decoration: none;
  font-size: 1.25rem;
  color: #f9fafb;
}
/* section01 css 끝 */
/* section02 css 시작 */
.section02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45rem;
  background-color: #fff;
  /* border: 1px solid #000; */
}
.section02 .wrap-section02 {
  /* border: 1px solid #000; */
  background-color: #fcfcfc;
  max-width: 61.875rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.9375rem;
}
.section02-img {
  background-image: url(../Images/section02IMG.png);
  max-width: 100%;
  width: 36.75rem;
  height: 27.75rem;
  flex-shrink: 0;
  margin-right: 4rem;
}
.section02 .wrap-section02 .goitem02 {
  /* border: 1px solid #000; */
  max-width: 100%;
  width: 17.125rem;
  height: 14.875rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.section02 .wrap-section02 .goitem02 .hotbadge {
  height: 1.625rem;
  margin-bottom: 0.75rem;
  color: #3692ff;
  font-size: 1.125rem;
  font-weight: 700;
}
.section02 .wrap-section02 .goitem02 .content-02 {
  height: 7rem;
  margin-bottom: 1.5rem;
}
.section02 .wrap-section02 .goitem02 .content-02 p {
  color: #374151;
  font-size: 2.5rem;
  font-weight: 700;
}
.section02 .wrap-section02 .goitem02 p {
  color: #374151;
  font-size: 1.5rem;
  font-weight: 500;
}
/* section02 css 끝 */
/* section03 css 시작 */
.section03 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45rem;
  background-color: #fff;
  /* border: 1px solid #000; */
}
.section03 .wrap-section03 {
  /* border: 1px solid #000; */
  background-color: #fcfcfc;
  max-width: 61.875rem;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 0.6rem;
}
.section03-img {
  background-image: url(../Images/section03IMG.png);
  max-width: 100%;
  width: 36.75rem;
  height: 27.75rem;
  flex-shrink: 0;
  margin-left: 4rem;
}
.section03 .wrap-section03 .goitem03 {
  /* border: 1px solid #000; */
  max-width: 100%;
  width: 20.9375rem;
  height: 14.875rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.section03 .wrap-section03 .goitem03 .search {
  height: 1.625rem;
  margin-bottom: 0.75rem;
  color: #3692ff;
  font-size: 1.125rem;
  font-weight: 700;
}
.section03 .wrap-section03 .goitem03 .content-03 {
  height: 7rem;
  margin-bottom: 1.5rem;
}
.section03 .wrap-section03 .goitem03 .content-03 p {
  color: #374151;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: right;
}
.section03 .wrap-section03 .goitem03 p {
  color: #374151;
  font-size: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
}
/* section03 css 끝 */
/* section04 css 시작 */
.section04 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45rem;
  background-color: #fff;
  margin-bottom: 8.625rem;
  /* border: 1px solid #000; */
}
.section04 .wrap-section04 {
  /* border: 1px solid #000; */
  background-color: #fcfcfc;
  max-width: 61.875rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.section04-img {
  background-image: url(../Images/section04IMG.png);
  max-width: 100%;
  width: 36.75rem;
  height: 27.75rem;
  flex-shrink: 0;
  margin-right: 4rem;
}
.section04 .wrap-section04 .goitem04 {
  /* border: 1px solid #000; */
  max-width: 100%;
  width: 19.8125rem;
  height: 14.875rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.section04 .wrap-section04 .goitem04 .register {
  height: 1.625rem;
  margin-bottom: 0.75rem;
  color: #3692ff;
  font-size: 1.125rem;
  font-weight: 700;
}
.section04 .wrap-section04 .goitem04 .content-04 {
  height: 7rem;
  margin-bottom: 1.5rem;
}
.section04 .wrap-section04 .goitem04 .content-04 p {
  color: #374151;
  font-size: 2.5rem;
  font-weight: 700;
}
.section04 .wrap-section04 .goitem04 p {
  color: #374151;
  font-size: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
}
/* section04 css 끝 */
/* section05 시작 */
.section05 {
  /* border: 1px solid red; */
  height: 33.75rem;
  display: flex;
  justify-content: center;
  align-items: end;
  background-color: #cfe5ff;
}
.section05 .wrap-section05 {
  /* border: 1px solid #000; */
  max-width: 69.375rem;
  width: 100%;
  height: 24.8125rem;
  display: flex;
  align-items: center;
}
.section05 .wrap-section05 .section05-img {
  background-image: url(../Images/section05IMG.png);
  width: 46.625rem;
  height: 24.8125rem;
  /* border: 1px solid #000; */
}
.section05 .wrap-section05 .goitem05 {
  /* border: 1px solid green; */
  width: 18.4375rem;
  height: 10.75rem;
  margin-right: 4.3125rem;
}
.section05 .wrap-section05 .goitem05 .content-05 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 7rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #374151;
  /* border: 1px solid #000; */
}
.goitem05 .content-05 p {
  white-space: nowrap;
}
.section05 .wrap-section05 .goitem05 button {
  border: none;
  background-color: #3692ff;
  width: 100%;
  height: 3.5rem;
  border-radius: 2.5rem;
  font-size: 1.25rem;
  color: #f9fafb;
}
/* section05 끝 */
/* 전체 섹션 배경 css 끝 */
/* 푸터 css 시작 */
footer {
  height: 10rem;
  background-color: #111827;
  display: flex;
  padding: 2rem 12.5rem 6.75rem;
  justify-content: space-between;
  align-items: center;
}
footer div {
  flex-shrink: 0;
}
footer .copyright {
  width: 7rem;
  height: 1.1875rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #9ca3af;
}
footer .policy {
  /* border: 1px solid #fff; */
  display: flex;
  gap: 1.875rem;
}
footer .policy a {
  color: #e5e7eb;
  text-decoration: none;
}
footer .sns {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 7.25rem;
  height: 1.25rem;
  /* border: 1px solid #fff; */
}
footer .sns a {
  width: 1.25rem;
}
footer .sns i {
  color: #ffffff;
}
/* 푸터 css 끝 */
