.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;
}

.screen .color-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.screen .color {
  position: relative;
  width: 67.51px;
  height: 33.31px;
  background-image: url(./img/group-1.png);
  background-size: 100% 100%;
}

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

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

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

.screen .news-box-mb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .news-img-mb {
  background-image: url(./img/0220_WDTT-3.jpg);
  position: relative;
  align-self: stretch;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  background-size: cover;
  background-position: 50% 50%;
  aspect-ratio: 16 / 9;
}

.screen .news-img-pad {
  background-image: url(./img/0220_WDTT-3.jpg);
  position: relative;
  flex: 1;
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: 50% 50%;
  aspect-ratio: 16 / 9;
}

.screen .news-img {
  background-image: url(./img/0220_WDTT-3.jpg);
  position: relative;
  flex: 1;
  min-width: 370px;
  height: 236px;
  border-radius: 20px;
  background-size: cover;
  background-position: 50% 50%;
}

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

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

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

.screen .news-date {
  position: relative;
  width: fit-content;
  
  font-family: var(--web-web-5-font-family);
  font-weight: var(--web-web-5-font-weight);
  color: var(--color-non-semantic-color-gray-400);
  font-size: var(--web-web-5-font-size);
  letter-spacing: var(--web-web-5-letter-spacing);
  line-height: var(--web-web-5-line-height);
  white-space: nowrap;
  font-style: var(--web-web-5-font-style);
}

.screen .news-site {
  position: relative;
  width: fit-content;
  
  font-family: var(--web-web-5-bold-font-family);
  font-weight: var(--web-web-5-bold-font-weight);
  color: var(--color-WDTT-wdtt-orange);
  font-size: var(--web-web-5-bold-font-size);
  letter-spacing: var(--web-web-5-bold-letter-spacing);
  line-height: var(--web-web-5-bold-line-height);
  white-space: nowrap;
  font-style: var(--web-web-5-bold-font-style);
}

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

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

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

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

.screen .frame-5 {
  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-6 {
  display: flex;
  flex-direction: column;
  width: 120px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  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 .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-7 {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  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-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.div-6 {
  display: flex;
  flex-direction: column;
  min-width: 700px;
  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-8 {
  display: flex;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  align-items: center;
  position: relative;
}

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

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

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

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

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

.screen .news-box-pad {
  display: grid;
  flex-wrap:nowrap;
  align-items: center;
  justify-content: center;
  gap: 40px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .news-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .news-box:hover {
  background-color: var(--color-semantic-color-background-bg-default);
  outline: 20px solid var(--color-semantic-color-background-bg-default);
  border-radius: 8px;
}

.screen .text {
  display: flex;
  flex-direction: column;
  min-width: 460px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.screen .news-date-2 {
  position: relative;
  width: fit-content;
  
  font-family: var(--web-web-4-font-family);
  font-weight: var(--web-web-4-font-weight);
  color: var(--color-non-semantic-color-gray-400);
  font-size: var(--web-web-4-font-size);
  letter-spacing: var(--web-web-4-letter-spacing);
  line-height: var(--web-web-4-line-height);
  white-space: nowrap;
  font-style: var(--web-web-4-font-style);
}

.screen .news-site-2 {
  position: relative;
  width: fit-content;
  
  font-family: var(--web-web-4-bold-font-family);
  font-weight: var(--web-web-4-bold-font-weight);
  color: var(--color-WDTT-wdtt-orange);
  font-size: var(--web-web-4-bold-font-size);
  letter-spacing: var(--web-web-4-bold-letter-spacing);
  line-height: var(--web-web-4-bold-line-height);
  white-space: nowrap;
  font-style: var(--web-web-4-bold-font-style);
}

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

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

.screen .frame-11 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 40px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-left: -40.00px;
  margin-right: -40.00px;
  background-color: var(--color-semantic-color-background-bg-default);
  border-radius: 8px;
  border: 20px solid;
  align-items: center;
  position: relative;
  border-color: var(--color-semantic-color-background-bg-default);
}

.screen .text-2 {
  margin-left: -20.00px;
  display: flex;
  flex-direction: column;
  min-width: 460px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.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-12 {
  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-13 {
  display: inline-flex;
  flex-wrap: wrap;
  min-width: 200px;
  align-items: flex-start;
  gap: 40px 40px;
  position: relative;
  flex: 0 0 auto;
}

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

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

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

.screen .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 .color-2 {
  position: relative;
  width: 67.51px;
  height: 33.31px;
  background-image: url(./img/group-2.png);
  background-size: 100% 100%;
}

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

.screen .text-3 {
  margin-top: -1.95px;
  display: flex;
  flex-direction: column;
  min-width: 460px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

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

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

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