.screen.div {
  display: flex;
  flex-direction: column;
  min-width: 360px;
  align-items: center;
  position: relative;
  background-color: var(--white);
}

.screen .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  position: sticky; /*상단 고정*/
  top: 0px; /*sticky 옵션과 항상 함께*/
  z-index: 1; /*보여지는 순서를 가장 최상단에*/
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-semantic-color-background-bg-null);
}

.screen .navigation-mb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 24px;
  gap: 20px;
  position: sticky; /*상단 고정*/
  top: 65px; /*sticky 옵션과 항상 함께*/
  z-index: 2; /*보여지는 순서를 가장 최상단에*/
  flex: 0 0 auto;
  background-color: var(--color-semantic-color-background-bg-null);
  min-width: 360px;
  align-self: stretch;
}

.screen .frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  flex-grow: 1;
  cursor: pointer; /*마우스 커서*/
}

.screen .img {
  position: relative;
  flex: 0 0 auto;
  cursor: pointer; /*마우스 커서*/ 
}

.screen .frame-2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
}

.screen .frame-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
}

.screen .text-wrapper /*언어 선택*/ {
  position: relative;
  width: fit-content;
  font-family: var(--body-body-1-font-family);
  font-weight: var(--body-body-1-font-weight);
  color: var(--color-semantic-color-text-txt-title-default);
  font-size: var(--body-body-1-font-size);
  letter-spacing: var(--body-body-1-letter-spacing);
  line-height: var(--body-body-1-line-height);
  white-space: nowrap;
  font-style: var(--body-body-1-font-style);
  background-color: var(--color-semantic-color-background-bg-null);
  border: none; /* 테두리 제거 */
  cursor: pointer; /*마우스 커서*/
}

.screen .divider {
  position: relative;
  width: 1px;
  height: 12px;
  background-color: var(--collection-1-gray-200);
}

.screen .text-wrapper-2 /*언어 미선택*/{
  position: relative;
  width: fit-content;
  font-family: var(--body-body-1-font-family);
  font-weight: var(--body-body-1-font-weight);
  color: var(--color-semantic-color-text-txt-title-information);
  font-size: var(--body-body-1-font-size);
  letter-spacing: var(--body-body-1-letter-spacing);
  line-height: var(--body-body-1-line-height);
  white-space: nowrap;
  font-style: var(--body-body-1-font-style);
  background-color: var(--color-semantic-color-background-bg-null);
  border: none; /* 테두리 제거 */
  cursor: pointer; /*마우스 커서*/
}

.screen .menu {
  position: relative;
  width: 24px;
  height: 24px;
}

.screen .body {
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  align-items: center;
  gap: 80px;
  padding: 40px 24px 80px;
  position: relative;
  flex: 0 0 auto;
}

.screen .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .home-beforelogin {
  font-family: var(--homepage-homepage-1-font-family);
  font-weight: var(--homepage-homepage-1-font-weight);
  font-size: var(--homepage-homepage-1-font-size);
  line-height: var(--homepage-homepage-1-line-height);
  position: relative;
  align-self: stretch;
  color: var(--collection-1-gray-800);
  letter-spacing: var(--homepage-homepage-1-letter-spacing);
  font-style: var(--homepage-homepage-1-font-style);
}

.screen .frame-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 320px;
  border-radius: 16px;
  background-image: url(./img/image-1.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.screen .p {
  font-family: var(--homepage-homepage-4-font-family);
  font-weight: var(--homepage-homepage-4-font-weight);
  font-size: var(--homepage-homepage-4-font-size);
  line-height: var(--homepage-homepage-4-line-height);
  position: relative;
  align-self: stretch;
  color: var(--collection-1-gray-800);
  letter-spacing: var(--homepage-homepage-4-letter-spacing);
  font-style: var(--homepage-homepage-4-font-style);
}

.screen .home-beforelogin-2 {
  font-family: var(--homepage-homepage-3-font-family);
  font-weight: var(--homepage-homepage-3-font-weight);
  font-size: var(--homepage-homepage-3-font-size);
  line-height: var(--homepage-homepage-3-line-height);
  position: relative;
  align-self: stretch;
  color: var(--collection-1-gray-800);
  letter-spacing: var(--homepage-homepage-3-letter-spacing);
  font-style: var(--homepage-homepage-3-font-style);
}

.screen .frame-6 {
  height: 300px;
  background-image: url(./img/image-2.jpg);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 16px;
  background-size: cover;
  background-position: 50% 50%;
}

.screen .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .home-beforelogin-3 {
  font-family: var(--homepage-homepage-2-bold-font-family);
  font-weight: var(--homepage-homepage-2-bold-font-weight);
  font-size: var(--homepage-homepage-2-bold-font-size);
  line-height: var(--homepage-homepage-2-bold-line-height);
  position: relative;
  align-self: stretch;
  color: var(--collection-1-gray-800);
  letter-spacing: var(--homepage-homepage-2-bold-letter-spacing);
  font-style: var(--homepage-homepage-2-bold-font-style);
}

.screen .frame-8 {
  height: 300px;
  background-image: url(./img/image-3.jpg);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 16px;
  background-size: cover;
  background-position: 50% 50%;
}

.screen .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 24px;
}

.screen .frame-10 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.screen .text-wrapper-3 {
  position: relative;
  width: fit-content;
  font-family: var(--homepage-homepage-5-bold-font-family);
  font-weight: var(--homepage-homepage-5-bold-font-weight);
  color: var(--color-semantic-color-text-txt-title-information);
  font-size: var(--homepage-homepage-5-bold-font-size);
  text-align: center;
  letter-spacing: var(--homepage-homepage-5-bold-letter-spacing);
  line-height: var(--homepage-homepage-5-bold-line-height);
  white-space: nowrap;
  font-style: var(--homepage-homepage-5-bold-font-style);
}

.screen .logo {
  position: relative;
  width: 99.75px;
  height: 56.25px;
}

.screen .divider-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-color: var(--color-semantic-color-outline-outline-divider);
}

.screen .overlap-group-wrapper {
  position: relative;
  width: 176.44px;
  height: 36px;
}

.screen .overlap-group {
  position: relative;
  width: 176px;
  height: 36px;
}

.screen .minnano_coming {
  position: relative;
  width: 176px;
  height: 68px;
  top: 10px;
  left: 6px;
}

.screen .vector {
  position: absolute;
  width: 37px;
  height: 12px;
  top: 0;
  left: 0;
}

.screen .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 48px 40px 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-semantic-color-background-bg-default);
}

.screen .frame-11 {
  display: flex;
  flex-direction: column;
  max-width: 920px;
  align-items: center;
  gap: 40px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.screen .frame-12 {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .frame-13 {
  display: flex;
  flex-direction: column;
  width: 120px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.screen .frame-14 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .footer-title {
  font-family: var(--title-title-4-font-family);
  font-weight: var(--title-title-4-font-weight);
  font-size: var(--title-title-4-font-size);
  line-height: var(--title-title-4-line-height);
  position: relative;
  align-self: stretch;
  color: var(--color-semantic-color-text-txt-body-default);
  letter-spacing: var(--title-title-4-letter-spacing);
  font-style: var(--title-title-4-font-style);
}

.screen .footer-menu-none {
  font-family: var(--body-body-2-font-family);
  font-weight: var(--body-body-2-font-weight);
  font-size: var(--body-body-2-font-size);
  line-height: var(--body-body-2-line-height);
  position: relative;
  align-self: stretch;
  color: var(--color-semantic-color-text-txt-body-information);
  letter-spacing: var(--body-body-2-letter-spacing);
  font-style: var(--body-body-2-font-style);
}

.screen .footer-menu {
  font-family: var(--body-body-2-font-family);
  font-weight: var(--body-body-2-font-weight);
  font-size: var(--body-body-2-font-size);
  line-height: var(--body-body-2-line-height);
  position: relative;
  align-self: stretch;
  color: var(--color-semantic-color-text-txt-body-default);
  letter-spacing: var(--body-body-2-letter-spacing);
  font-style: var(--body-body-2-font-style);
  cursor: pointer;
  text-decoration: none;
}


.screen .footer-menu > a {
  font-family: var(--body-body-2-font-family);
  font-weight: var(--body-body-2-font-weight);
  font-size: var(--body-body-2-font-size);
  line-height: var(--body-body-2-line-height);
  position: relative;
  align-self: stretch;
  color: var(--color-semantic-color-text-txt-body-default);
  letter-spacing: var(--body-body-2-letter-spacing);
  font-style: var(--body-body-2-font-style);
  cursor: pointer;
  text-decoration: none;
}

.screen .frame-15 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .footer-company {
  position: relative;
  width: fit-content;
  font-family: var(--title-title-4-font-family);
  font-weight: var(--title-title-4-font-weight);
  color: var(--color-semantic-color-text-txt-body-information);
  font-size: var(--title-title-4-font-size);
  letter-spacing: var(--title-title-4-letter-spacing);
  line-height: var(--title-title-4-line-height);
  white-space: nowrap;
  font-style: var(--title-title-4-font-style);
}

.screen .frame-16 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .footer-ceo {
  position: relative;
  width: fit-content;
  font-family: var(--body-body-2-font-family);
  font-weight: var(--body-body-2-font-weight);
  color: var(--color-semantic-color-text-txt-body-information);
  font-size: var(--body-body-2-font-size);
  letter-spacing: var(--body-body-2-letter-spacing);
  line-height: var(--body-body-2-line-height);
  white-space: nowrap;
  font-style: var(--body-body-2-font-style);
}

.screen .text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: var(--body-body-2-font-family);
  font-weight: var(--body-body-2-font-weight);
  color: var(--color-semantic-color-text-txt-body-information);
  font-size: var(--body-body-2-font-size);
  letter-spacing: var(--body-body-2-letter-spacing);
  line-height: var(--body-body-2-line-height);
  white-space: nowrap;
  font-style: var(--body-body-2-font-style);
}

.screen.div-2 {
  display: flex;
  flex-direction: column;
  min-width: 700px;
  align-items: center;
  position: relative;
  background-color: var(--white);
}

.screen .navigation-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  position: sticky; /*상단 고정*/
  top: 0px; /*sticky 옵션과 항상 함께*/
  z-index: 1; /*보여지는 순서를 가장 최상단에*/
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-semantic-color-background-bg-null);
}

.screen .body-2 {
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  align-items: center;
  gap: 120px;
  padding: 80px 40px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.screen .home-beforelogin-4 {
  font-family: "Pretendard JP";
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  position: relative;
  align-self: stretch;
  color: var(--collection-1-gray-800);
  letter-spacing: 0;
}

.screen .frame-17 {
  align-self: stretch;
  width: 100%;
  border-radius: 40px;
  background-image: url(./img/image-1.jpg);
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: 50% 50%;
}

.screen .home-beforelogin-5 {
  font-family: var(--homepage-homepage-2-bold-font-family);
  font-weight: var(--homepage-homepage-2-bold-font-weight);
  font-size: var(--homepage-homepage-2-bold-font-size);
  line-height: var(--homepage-homepage-2-bold-line-height);
  position: relative;
  align-self: stretch;
  color: var(--collection-1-gray-800);
  letter-spacing: var(--homepage-homepage-2-bold-letter-spacing);
  font-style: var(--homepage-homepage-2-bold-font-style);
}

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

.screen .frame-19 {
  flex: 1;
  min-width: 420px;
  flex-grow: 1;
  border-radius: 32px;
  background-image: url(./img/image-2.jpg);
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: 50% 50%;
}

.screen .frame-20 {
  display: flex;
  flex-direction: column;
  min-width: 420px;
  align-items: flex-start;
  gap: 40px;
  padding: 24px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.screen .frame-21 {
  flex: 1;
  min-width: 420px;
  flex-grow: 1;
  border-radius: 32px;
  background-image: url(./img/image-3.jpg);
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: 50% 50%;
}

.screen .frame-22 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 40px;
  padding: 40px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 24px;
}

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

.screen .text-wrapper-5 {
  position: relative;
  width: fit-content;
  font-family: var(--homepage-homepage-5-bold-font-family);
  font-weight: var(--homepage-homepage-5-bold-font-weight);
  color: var(--color-semantic-color-text-txt-title-information);
  font-size: var(--homepage-homepage-5-bold-font-size);
  text-align: center;
  letter-spacing: var(--homepage-homepage-5-bold-letter-spacing);
  line-height: var(--homepage-homepage-5-bold-line-height);
  white-space: nowrap;
  font-style: var(--homepage-homepage-5-bold-font-style);
}

.screen .divider-3 {
  height: 56.25px;
  background-color: var(--color-semantic-color-outline-outline-divider);
  position: relative;
  width: 1px;
}

.screen .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 48px 80px 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-semantic-color-background-bg-default);
}

.screen .frame-24 {
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
  align-items: flex-start;
  gap: 40px 40px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.screen .frame-25 {
  display: inline-flex;
  flex-wrap: wrap;
  min-width: 200px;
  align-items: flex-start;
  gap: 40px 40px;
  position: relative;
  flex: 0 0 auto;
}

.screen .frame-26 {
  display: flex;
  flex-direction: column;
  width: 150px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.screen .frame-27 {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.screen.div-3 {
  display: flex;
  flex-direction: column;
  min-width: 1080px;
  align-items: center;
  position: relative;
  background-color: var(--white);
}

.screen .navigation-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  position: sticky; /*상단 고정*/
  top: 0px; /*sticky 옵션과 항상 함께*/
  z-index: 1; /*보여지는 순서를 가장 최상단에*/
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-semantic-color-background-bg-null);
}

.screen .frame-28 {
  display: flex;
  max-width: 920px;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  align-items: center;
  position: relative;
}

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

.screen .color {
  position: relative;
  width: 67.68px;
  height: 33.31px;
}

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

.screen .hp-nav-current {
  font-family: var(--homepage-homepage-4-bold-font-family);
  font-weight: var(--homepage-homepage-4-bold-font-weight);
  position: relative;
  width: fit-content;
  color: var(--color-semantic-color-text-txt-title-default);
  font-size: var(--homepage-homepage-4-bold-font-size);
  letter-spacing: var(--homepage-homepage-4-bold-letter-spacing);
  line-height: var(--homepage-homepage-4-bold-line-height);
  white-space: nowrap;
  font-style: var(--homepage-homepage-4-bold-font-style);
  background-color: var(--color-semantic-color-background-bg-null);
  border: none; /* 테두리 제거 */
  padding: 8px 12px;
  cursor: pointer; /*마우스 커서*/
}

.screen .hp-nav {
  font-family: var(--homepage-homepage-4-font-family);
  font-weight: var(--homepage-homepage-4-font-weight);
  position: relative;
  width: fit-content;
  color: var(--color-semantic-color-text-txt-title-default);
  font-size: var(--homepage-homepage-4-font-size);
  letter-spacing: var(--homepage-homepage-4-letter-spacing);
  line-height: var(--homepage-homepage-4-line-height);
  white-space: nowrap;
  font-style: var(--homepage-homepage-4-font-style);
  background-color: var(--color-semantic-color-background-bg-null);
  border: none; /* 테두리 제거 */
  padding: 8px 12px;
  cursor: pointer; /*마우스 커서*/
}

.screen .body-3 {
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  align-items: center;
  gap: 120px;
  padding: 80px;
  position: relative;
  flex: 0 0 auto;
}

.screen .frame-31 {
  align-self: stretch;
  width: 100%;
  border-radius: 40px;
  background-image: url(./img/image-1.jpg);
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: 50% 0%;
}

.screen .frame-32 {
  flex: 1;
  min-width: 420px;
  flex-grow: 1;
  border-radius: 32px;
  background-image: url(./img/image-2.jpg);
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: 50% 50%;
}

.screen .frame-33 {
  flex: 1;
  min-width: 420px;
  flex-grow: 1;
  border-radius: 32px;
  background-image: url(./img/image-3.jpg);
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 699px) {
  .screen.div-2 {
    display: none !important;
  }
  .screen.div-3 {
    display: none !important;
  }
}

@media (min-width: 700px) and (max-width: 1079px) {
  .screen.div {
    display: none !important;
  }
  .screen.div-3 {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .screen.div {
    display: none !important;
  }
  .screen.div-2 {
    display: none !important;
  }
}
