@charset "UTF-8";
.screen {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.screen .div {
  background-color: var(--whitewhite);
  width: 100%;
  min-height: calc(100vh + 126px); /* 헤더 높이만큼 증가 */
  position: relative;
}

.screen .group {
  position: absolute;
  width: 100vw; /* 뷰포트 전체 너비로 화면을 꽉 채움 */
  height: 140px;
  top: 666px; /* 666px + 126px (헤더 높이) */
  left: 49.5%;
  transform: translateX(-50%); /* 중앙 정렬 */
  display: flex;
  align-items: center;
}

/* 헤더와 동일한 좌우 여백 구조 */
.screen .group::before,
.screen .group::after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-grow: 1;
  padding: 0 10px;
}

.screen .overlap-group {
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  width: 1141px; /* 헤더와 동일한 너비 */
  flex-shrink: 0;
}

.screen .group-2 {
  position: absolute;
  width: 100vw; /* 뷰포트 전체 너비로 화면 꽉 채움 */
  height: 140px;
  top: 0; /* 부모(.screen .group) 기준 */
  left: 50%;
  transform: translateX(-50%); /* 중앙 정렬로 화면 꽉 채움 */
  background-image: url(https://c.animaapp.com/mazber4vL5NxJg/img/19965637-6186698-1.png);
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1; /* 다른 콘텐츠 뒤로 보내기 */
}

.screen .rectangle {
  position: absolute;
  width: 25%; /* 좌측 fade out */
  height: 140px;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 1;
}

.screen .rectangle-2 {
  position: absolute;
  width: 25%; /* 우측 fade out */
  height: 140px;
  top: 0;
  right: 0;
  transform: rotate(-180deg);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 1;
}

.screen .rectangle-3 {
  position: absolute;
  width: 100%; /* 전체 너비에서 가운데 흰색 영역 */
  height: 140px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.screen .frame {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  position: relative;
  flex-shrink: 0;
}

.screen .frame-2 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #ebebeb;
}

.screen .img {
  position: relative;
  width: 48px;
  height: 48px;
}

.screen .frame-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.screen .type {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-title-XS-800-font-family);
  font-weight: var(--bold-title-XS-800-font-weight);
  color: #000000;
  font-size: var(--bold-title-XS-800-font-size);
  letter-spacing: var(--bold-title-XS-800-letter-spacing);
  line-height: var(--bold-title-XS-800-line-height);
  font-style: var(--bold-title-XS-800-font-style);
}

.screen .text-wrapper {
  position: relative;
  align-self: stretch;
  font-family: var(--regular-body-s-400-font-family);
  font-weight: var(--regular-body-s-400-font-weight);
  color: #7e7e7e;
  font-size: var(--regular-body-s-400-font-size);
  letter-spacing: var(--regular-body-s-400-letter-spacing);
  line-height: var(--regular-body-s-400-line-height);
  font-style: var(--regular-body-s-400-font-style);
}

.screen .frame-4 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.screen .overlap {
  position: absolute;
  width: 100%;
  height: 598px;
  top: 1597px; /* 1602px + 126px (헤더 높이) */
  left: 0;
}

.screen .frame-wrapper {
  position: absolute;
  width: 100%;
  height: 378px;
  top: 0;
  left: 0;
  background-image: url(https://c.animaapp.com/mazber4vL5NxJg/img/101941-1.png);
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
}

/* 헤더와 동일한 좌우 여백 구조 */
.screen .frame-wrapper::before,
.screen .frame-wrapper::after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-grow: 1;
  padding: 0 10px;
}

.screen .frame-5 {
  display: flex;
  flex-direction: column;
  width: 1141px; /* 헤더와 동일한 너비 */
  align-items: flex-start;
  gap: 16px;
  position: relative;
  top: -4px;
  flex-shrink: 0;
}

.screen .frame-6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .text-wrapper-2 {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--bold-title-s-800-font-family);
  font-weight: var(--bold-title-s-800-font-weight);
  color: #000000;
  font-size: var(--bold-title-s-800-font-size);
  text-align: center;
  line-height: var(--bold-title-s-800-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--bold-title-s-800-letter-spacing);
  font-style: var(--bold-title-s-800-font-style);
}

.screen .frame-7 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.screen .text-wrapper-3 {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: #5871bc;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.screen .icon-left {
  position: relative;
  width: 20px;
  height: 20px;
}

.screen .frame-8 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  width: 517px; /* 전체 1141px - frame-15(576px) - gap(48px) */
  flex-shrink: 0;
}

.screen .frame-9 {
  display: flex;
  flex-direction: column;
  width: 285px;
  height: 232px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}

.screen .rectangle-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.screen .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.screen .group-3 {
  position: absolute;
  width: 100%;
  height: 290px;
  top: 308px;
  left: 0;
}

.screen .footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
  padding: 48px 360px;
  position: absolute;
  top: 70px;
  left: 0;
  background-color: #efefef;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #e1e1e1;
}






.screen .icon-left-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 1850px;
  background-color: #ffffff;
  border-radius: 88px;
  border: 1px solid;
  border-color: #e1e1e1;
  box-shadow: 0px 0px 8px #0000001a;
}

.screen .icon-left-2 {
  position: relative;
  width: 30px;
  height: 30px;
}

.screen .frame-14 {
  display: flex;
  gap: 48px;
  position: absolute;
  top: 855px; /* 854px + 126px (헤더 높이) */
  left: 0;
  width: 100%;
}

/* 헤더와 동일한 좌우 여백 구조 */
.screen .frame-14::before,
.screen .frame-14::after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-grow: 1;
  padding: 0 10px;
}

.screen .frame-15 {
  display: flex;
  flex-direction: column;
  width: 576px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex-shrink: 0; /* 고정 너비 유지 */
}

.screen .frame-16 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 12px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border: 1px solid;
  border-color: #ebebeb;
}

.screen .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.screen .p {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: #5871bc;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  letter-spacing: 0;
}

.screen .text-wrapper-5 {
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: #7b7b7b;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.screen .frame-18 {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .text-wrapper-6 {
  flex: 1;
  margin-top: -1.00px;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  letter-spacing: 0;
}

.screen .text-wrapper-7 {
  position: relative;
  width: fit-content;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: #7b7b7b;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.screen .overlap-group-wrapper {
  position: relative;
  width: 282px;
  height: 326px;
}

.screen .overlap-group-2 {
  position: relative;
  width: 278px;
  height: 326px;
  background-color: #0c1323;
  background-image: url(https://c.animaapp.com/mazber4vL5NxJg/img/mask-group-1.png);
  background-size: 100% 100%;
}

.screen .type-2 {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #ffffff;
  font-size: var(--bold-title-l-8000-font-size);
  line-height: var(--bold-title-l-8000-line-height);
  white-space: nowrap;
  font-family: var(--bold-title-l-8000-font-family);
  font-weight: var(--bold-title-l-8000-font-weight);
  letter-spacing: var(--bold-title-l-8000-letter-spacing);
  font-style: var(--bold-title-l-8000-font-style);
}

.screen .type-3 {
  position: absolute;
  top: 85px;
  left: 30px;
  font-family: var(--regular-body-m-400-font-family);
  font-weight: var(--regular-body-m-400-font-weight);
  color: #ffffff;
  font-size: var(--regular-body-m-400-font-size);
  letter-spacing: var(--regular-body-m-400-letter-spacing);
  line-height: var(--regular-body-m-400-line-height);
  font-style: var(--regular-body-m-400-font-style);
}

.screen .frame-19 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  position: absolute;
  top: 264px;
  left: 30px;
  background-color: #00000099;
  border-radius: 99px;
}

.screen .text-wrapper-8 {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.screen .overlap-wrapper {
  position: relative;
  width: 282px;
  height: 326px;
  margin-right: -4.00px;
}

.screen .overlap-2 {
  position: relative;
  width: 278px;
  height: 326px;
  background-color: #0c1323;
  background-image: url(https://c.animaapp.com/mazber4vL5NxJg/img/mask-group-2.png);
  background-size: 100% 100%;
}

.screen .frame-20 {
  display: flex;
  flex-direction: column;
  width: 576px; /* frame-15와 동일한 너비 */
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 1223px; /* 1228px + 126px (헤더 높이) */
  left: calc(50% - 570.5px + 0px); /* 중앙 정렬된 1141px 영역의 좌측 시작점 */
  flex-shrink: 0;
}

.screen .group-4 {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  position: absolute;
  width: 576px; /* overlap-wrapper와 동일한 너비 */
  height: 326px;
  top: 1223px; /* 1228px + 126px (헤더 높이) */
  left: calc(50% - 570.5px + 576px + 48px); /* frame-20 우측 48px 간격 후 위치 */
}

.screen .overlap-3 {
  position: relative;
  width: 576px; /* overlap-wrapper와 동일한 너비 */
  height: 326px;
  flex-shrink: 0;
}

.screen .group-5 {
  position: absolute;
  width: 576px;
  height: 326px;
  top: 0;
  left: 0;
  background-color: #d9e5fe;
  background-image: url(https://c.animaapp.com/mazber4vL5NxJg/img/mask-group-3.png);
  background-size: 100% 100%;
}

.screen .group-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  position: absolute;
  top: 170px;
  left: 15px; /* 좁은 너비에 맞춰 좌측 여백 줄임 */
  background-color: #ffffffcc;
  border-radius: 12px;
}

.screen .group-6 {
  position: relative;
  width: 457px; /* 좁은 너비에 맞춰 조정 (282 - 30px 좌우 여백 - 32px 패딩) */
  height: 106px;
  margin-right: -16.00px;
}

.screen .type-4 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--semibold-body-s-600-font-family);
  font-weight: var(--semibold-body-s-600-font-weight);
  color: #5a6b94;
  font-size: var(--semibold-body-s-600-font-size);
  letter-spacing: var(--semibold-body-s-600-letter-spacing);
  line-height: var(--semibold-body-s-600-line-height);
  white-space: nowrap;
  font-style: var(--semibold-body-s-600-font-style);
}

.screen .type-5 {
  position: absolute;
  top: 0;
  left: 94px;
  font-family: var(--regular-body-s-400-font-family);
  font-weight: var(--regular-body-s-400-font-weight);
  color: #000000;
  font-size: var(--regular-body-s-400-font-size);
  letter-spacing: var(--regular-body-s-400-letter-spacing);
  line-height: var(--regular-body-s-400-line-height);
  white-space: nowrap;
  font-style: var(--regular-body-s-400-font-style);
}

.screen .type-6 {
  position: absolute;
  top: 28px;
  left: 0;
  font-family: var(--semibold-body-s-600-font-family);
  font-weight: var(--semibold-body-s-600-font-weight);
  color: #5a6b94;
  font-size: var(--semibold-body-s-600-font-size);
  letter-spacing: var(--semibold-body-s-600-letter-spacing);
  line-height: var(--semibold-body-s-600-line-height);
  white-space: nowrap;
  font-style: var(--semibold-body-s-600-font-style);
}

.screen .type-7 {
  top: 28px;
  position: absolute;
  left: 94px;
  font-family: var(--regular-body-s-400-font-family);
  font-weight: var(--regular-body-s-400-font-weight);
  color: #000000;
  font-size: var(--regular-body-s-400-font-size);
  letter-spacing: var(--regular-body-s-400-letter-spacing);
  line-height: var(--regular-body-s-400-line-height);
  white-space: nowrap;
  font-style: var(--regular-body-s-400-font-style);
}

.screen .type-8 {
  position: absolute;
  top: 56px;
  left: 0;
  font-family: var(--semibold-body-s-600-font-family);
  font-weight: var(--semibold-body-s-600-font-weight);
  color: #5a6b94;
  font-size: var(--semibold-body-s-600-font-size);
  letter-spacing: var(--semibold-body-s-600-letter-spacing);
  line-height: var(--semibold-body-s-600-line-height);
  white-space: nowrap;
  font-style: var(--semibold-body-s-600-font-style);
}

.screen .type-9 {
  top: 56px;
  position: absolute;
  left: 94px;
  font-family: var(--regular-body-s-400-font-family);
  font-weight: var(--regular-body-s-400-font-weight);
  color: #000000;
  font-size: var(--regular-body-s-400-font-size);
  letter-spacing: var(--regular-body-s-400-letter-spacing);
  line-height: var(--regular-body-s-400-line-height);
  white-space: nowrap;
  font-style: var(--regular-body-s-400-font-style);
}

.screen .type-10 {
  position: absolute;
  top: 84px;
  left: 0;
  font-family: var(--semibold-body-s-600-font-family);
  font-weight: var(--semibold-body-s-600-font-weight);
  color: #5a6b94;
  font-size: var(--semibold-body-s-600-font-size);
  letter-spacing: var(--semibold-body-s-600-letter-spacing);
  line-height: var(--semibold-body-s-600-line-height);
  white-space: nowrap;
  font-style: var(--semibold-body-s-600-font-style);
}

.screen .type-11 {
  top: 84px;
  position: absolute;
  left: 94px;
  font-family: var(--regular-body-s-400-font-family);
  font-weight: var(--regular-body-s-400-font-weight);
  color: #000000;
  font-size: var(--regular-body-s-400-font-size);
  letter-spacing: var(--regular-body-s-400-letter-spacing);
  line-height: var(--regular-body-s-400-line-height);
  white-space: nowrap;
  font-style: var(--regular-body-s-400-font-style);
}

.screen .frame-21 {
  display: flex;
  flex-direction: column;
  width: 310px; /* 좁은 너비에 맞춰 조정 (282 - 30px 좌우 여백) */
  height: 96px;
  align-items: flex-start;
  position: absolute;
  top: 36px;
  left: 15px; /* 좁은 너비에 맞춰 좌측 여백 줄임 */
}

/* group-5 내부의 frame-6 스타일 - 좁은 너비에 맞춰 조정 */
.screen .group-5 .frame-6 {
  position: absolute;
  top: 16px;
  left: 15px; /* 좁은 너비에 맞춰 좌측 여백 줄임 */
  right: 15px; /* 좁은 너비에 맞춰 우측 여백 줄임 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}

.screen .type-12 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  color: #2d3761;
  font-size: var(--bold-title-XS-800-font-size);
  line-height: var(--bold-title-XS-800-line-height);
  font-family: var(--bold-title-XS-800-font-family);
  font-weight: var(--bold-title-XS-800-font-weight);
  letter-spacing: var(--bold-title-XS-800-letter-spacing);
  font-style: var(--bold-title-XS-800-font-style);
}

.screen .type-13 {
  position: relative;
  align-self: stretch;
  font-family: "GangwonEduPower-ExtraBold", Helvetica;
  font-weight: 800;
  color: #2d3761;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 60px;
}

.screen .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 12px;
  position: absolute;
  top: 272px;
  left: 506px;
  background-color: var(--blackblack-40);
  border-radius: 19px;
}

.screen .content-2 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  letter-spacing: 0;
  white-space: nowrap;
}



.screen .header {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.screen .header-2 {
  display: flex;
  height: 78px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 360px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
}

.screen .logo-eng {
  position: relative;
  width: 127px;
  height: 52px;
  margin-top: -7.00px;
  margin-bottom: -7.00px;
}

.screen .frame-22 {
  display: flex;
  width: 138px;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  position: relative;
}

.screen .frame-23 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -22.00px;
}

.screen .content-3 {
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--blackblack-60);
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  letter-spacing: 0;
  white-space: nowrap;
}

.screen .content-4 {
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--blackblack-20);
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  letter-spacing: 0;
  white-space: nowrap;
}

.screen .frame-24 {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #24397a;
}

.screen .content-5 {
  opacity: 0;
  font-family: var(--bold-body-l-800-font-family);
  font-weight: var(--bold-body-l-800-font-weight);
  color: #ffffff;
  font-size: var(--bold-body-l-800-font-size);
  text-align: center;
  line-height: var(--bold-body-l-800-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  letter-spacing: var(--bold-body-l-800-letter-spacing);
  white-space: nowrap;
  font-style: var(--bold-body-l-800-font-style);
}

.screen .frame-25 {
  display: flex;
  width: 163px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-color: #24397a;
}

.screen .content-6 {
  font-family: var(--bold-body-l-800-font-family);
  font-weight: var(--bold-body-l-800-font-weight);
  color: #ffffff;
  font-size: var(--bold-body-l-800-font-size);
  text-align: center;
  line-height: var(--bold-body-l-800-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  letter-spacing: var(--bold-body-l-800-letter-spacing);
  white-space: nowrap;
  font-style: var(--bold-body-l-800-font-style);
}
