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

.screen-0 .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-0 .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-0 .frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  flex-grow: 1;
  cursor: pointer; /*마우스 커서*/
}

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

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

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

.screen-0 .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-0 .divider {
  position: relative;
  width: 1px;
  height: 12px;
  background-color: var(--collection-1-gray-200);
}

.screen-0 .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-0 .menu {
  position: relative;
  width: 24px;
  height: 24px;
}

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

.screen-0 .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-0 .home-beforelogin {
  align-self: stretch;
 
  font-family: var(--homepage-homepage-1-font-family);
  font-weight: var(--homepage-homepage-1-font-weight);
  color: var(--color-semantic-color-text-txt-title-default);
  font-size: var(--homepage-homepage-1-font-size);
  line-height: var(--homepage-homepage-1-line-height);
  position: relative;
  letter-spacing: var(--homepage-homepage-1-letter-spacing);
  font-style: var(--homepage-homepage-1-font-style);
}

.screen-0 .WDTT-office {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 263px;
  border-radius: 24px;
  overflow: hidden;
  background-image: url(./img/wdtt-office.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.screen-0 .WDTT-office {
  position: absolute;
  width: 312px;
  height: 263px;
  top: 0;
  left: 0;
  object-fit: cover;
}

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

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

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

.screen-0 .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 4px;
}

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

.screen-0 .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  padding: 32px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-semantic-color-background-bg-default);
  border-radius: 24px;
}

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

.screen-0 .home-beforelogin-3 {
  align-self: stretch;
 
  font-family: var(--homepage-homepage-4-bold-font-family);
  font-weight: var(--homepage-homepage-4-bold-font-weight);
  color: var(--color-semantic-color-text-txt-body-secondary);
  font-size: var(--homepage-homepage-4-bold-font-size);
  line-height: var(--homepage-homepage-4-bold-line-height);
  position: relative;
  letter-spacing: var(--homepage-homepage-4-bold-letter-spacing);
  font-style: var(--homepage-homepage-4-bold-font-style);
}

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

.screen-0 .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-0 .frame-8 {
  display: flex;
  flex-direction: column;
  max-width: 920px;
  align-items: center;
  gap: 40px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.screen-0 .frame-9 {
  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-0 .frame-10 {
  display: flex;
  flex-direction: column;
  width: 120px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

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

.screen-0 .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-0 .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-0 .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-0 .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-0 .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-0 .frame-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen-0 .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-0 .text-wrapper-3 {
  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-0.div-3 {
  display: flex;
  flex-direction: column;
  min-width: 700px;
  align-items: center;
  position: relative;
  background-color: var(--white);
}

.screen-0 .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-0 .view-2 {
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  align-items: center;
  gap: 80px;
  padding: 80px 40px 120px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.screen-0 .home-beforelogin-5 {
  align-self: stretch;
 
  font-family: "Pretendard JP-Bold", Helvetica;
  font-weight: 700;
  color: var(--color-semantic-color-text-txt-title-default);
  font-size: 48px;
  line-height: 57.6px;
  position: relative;
  letter-spacing: 0;
}

.screen-0 .img-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 263px;
  border-radius: 24px;
  overflow: hidden;
  background-image: url(./img/wdtt-office-1-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.screen-0 .WDTT-office-2 {
  position: absolute;
  width: 620px;
  height: 263px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.screen-0 .frame-13 {
  display: flex;
  width: 920px;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -300.00px;
}

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

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


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

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


.screen-0 .home-beforelogin-7 {
  align-self: stretch;
  font-family: var(--homepage-homepage-3-font-family);
  font-weight: var(--homepage-homepage-3-font-weight);
  color: var(--color-semantic-color-text-txt-body-default);
  font-size: var(--homepage-homepage-3-font-size);
  line-height: var(--homepage-homepage-3-line-height);
  position: relative;
  letter-spacing: var(--homepage-homepage-3-letter-spacing);
  font-style: var(--homepage-homepage-3-font-style);
}

.screen-0 .frame-14 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  padding: 56px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-semantic-color-background-bg-default);
  border-radius: 24px;
}

.screen-0 .home-beforelogin-8 {
  align-self: stretch;
  font-family: var(--homepage-homepage-3-bold-font-family);
  font-weight: var(--homepage-homepage-3-bold-font-weight);
  color: var(--color-semantic-color-text-txt-body-secondary);
  font-size: var(--homepage-homepage-3-bold-font-size);
  line-height: var(--homepage-homepage-3-bold-line-height);
  position: relative;
  letter-spacing: var(--homepage-homepage-3-bold-letter-spacing);
  font-style: var(--homepage-homepage-3-bold-font-style);
}

.screen-0 .span {
  font-family: var(--homepage-homepage-4-font-family);
  font-weight: var(--homepage-homepage-4-font-weight);
  color: #2a2a2a;
  font-size: var(--homepage-homepage-4-font-size);
  letter-spacing: var(--homepage-homepage-4-letter-spacing);
  line-height: var(--homepage-homepage-4-line-height);
  font-style: var(--homepage-homepage-4-font-style);
}

.screen-0 .text-wrapper-4 {
  font-family: var(--homepage-homepage-4-font-family);
  font-weight: var(--homepage-homepage-4-font-weight);
  font-style: var(--homepage-homepage-4-font-style);
  letter-spacing: var(--homepage-homepage-4-letter-spacing);
  line-height: var(--homepage-homepage-4-line-height);
  font-size: var(--homepage-homepage-4-font-size);
}

.screen-0 .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-0 .frame-15 {
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
  align-items: flex-start;
  gap: 40px 40px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

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

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

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

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

.screen-0 .navigation-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 80px;
  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-0 .frame-19 {
  display: flex;
  max-width: 920px;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  align-items: center;
  position: relative;
}

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

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

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

.screen-0 .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-0 .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-0 .view-3 {
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  align-items: center;
  gap: 80px;
  padding: 80px 80px 120px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.screen-0 .WDTT-office {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 263px;
  border-radius: 24px;
  overflow: hidden;
  background-image: url(./img/wdtt-office.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.screen-0 .WDTT-office-3 {
  position: absolute;
  width: 920px;
  height: 263px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.screen-0 .frame-23 {
  display: flex;
  width: 920px;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

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

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

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