:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

html, body
{
  padding: 0px;
  margin: 0px;
  width: 100%;
  position: relative;
  scroll-behavior: smooth;
}

.main-container {
  overflow: hidden;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  overflow-y: auto;
  margin-top: 60px;
}



.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  overflow: hidden;
  backdrop-filter: blur(10px);
  z-index: 999;
  top: 0px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}


.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 1200px;
  height: 60px;
  padding: 0 50px 0 50px;
  z-index: 1;
}
.logo {
  flex-shrink: 0;
  position: relative;
  height: 22px;
  z-index: 2;
}


.gnb {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 60px;
  position: absolute;
  width: 356px;
  height: 30px;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}


.gnb a
{
  display: flex;
  align-items:center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  height: 100%;
  box-sizing: border-box;
  padding: 8px;
  user-select: none;
}



.language-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 88px;
  z-index: 10;
}
.icon-language {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 11;
  overflow: hidden;
}
.layer {
  position: relative;
  width: 22.5px;
  height: 22.5px;
  margin: 0.75px 0 0 0.75px;
  z-index: 12;
}

.vector {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/722c381a-f8ab-42d9-92db-11dd5fad244c.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 13;
}

.language-togle {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 56px;
  z-index: 14;
}
.en {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 19px;
  height: 17px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.707px;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 15;
  cursor: pointer;
}
.bar {
  flex-shrink: 0;
  position: relative;
  width: 2px;
  height: 12px;
  background: #000000;
  z-index: 16;
  overflow: hidden;
}
.kr {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 19px;
  height: 17px;
  color: rgba(0, 0, 0, 0.3);
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.707px;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 17;
  cursor: pointer;
}
.contnet {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  min-width: 0;
  z-index: 18;
}
.section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  min-height: 100vh; /* 화면 전체 높이 */
  padding: 0;
  z-index: 19;
  overflow: hidden;
}


.main-bg {
  flex-shrink: 0;
  position: absolute;
  width: 100%;
  height: 100vh; /* 뷰포트 전체 높이 */
  top: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
}
.main-bg-video {
  position: absolute;
  width: 100%;
  height: 100%; /* 부모 요소의 높이를 따라감 */
  top: 0;
  left: 0;
  object-fit: cover; /* 비율 유지하며 화면에 맞춤 */
  z-index: 21;
}
.main-bg-grd {
  position: absolute;
  width: 100%;
  height: 100%; /* 부모 요소의 높이를 따라감 */
  top: 0;
  left: 0;
  background: linear-gradient(
    285deg,
    rgba(9, 255, 148, 0.3) 0%,
    rgba(42, 9, 81, 0.5) 55.63%,
    #000 91.18%
  );
  z-index: 22;
}


.content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 40px;
  position: relative;
  width: 1200px;
  min-height: 0;
  padding: 0 50px 0 50px;
  z-index: 23;
}
.main-section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 40px;
  position: relative;
  width: 768px;
  padding: 0 0 120px 0;
  z-index: 24;
}
.typo-1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 768px;
  height: 120px;
  color: #ffffff;
  font-family: Pretendard, var(--default-font-family);
  font-size: 50px;
  font-weight: 600;
  line-height: 59.668px;
  text-align: center;
  text-overflow: initial;
  text-transform: capitalize;
  z-index: 25;
  overflow: hidden;
}
.logo-typo {
  flex-shrink: 0;
  position: relative;
  width: 457.263px;
  height: 120px;
  background: url(./assets/images/04d18441-4d6a-4e3e-98f3-01cfd318f486.png)
    no-repeat center;
  background-size: cover;
  z-index: 26;
}
.section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  background: #f1f1f1;
  z-index: 27;
  overflow: hidden;
}
.content-wrap-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 200px;
  position: relative;
  width: 1200px;
  padding: 260px 50px 200px 50px;
  z-index: 28;
}
.section-1-content-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 40px;
  position: relative;
  width: 1100px;
  z-index: 29;
}
.logo-full-4 {
  flex-shrink: 0;
  position: relative;
  width: 278px;
  height: 60px;
}
.logo-ci {
  position: absolute;
  width: 21.6%;
  height: 100%;
  top: 0;
  left: 0;

}
.doov-typo-hd {
  position: absolute;
  width: 71.99%;
  height: 82.14%;
  top: 9%;
  left: 28.01%;
  z-index: 31;
}
.typo-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 30px;
  position: relative;
  min-width: 0;
  z-index: 33;
}
.content-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  z-index: 34;
}
.section-2 .text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
  width: 1029px;
  height: 120px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-align: right;
  text-overflow: initial;
  text-transform: capitalize;
}
.doov-uses-ai {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 23.867px;
  text-align: right;
  text-overflow: initial;
  z-index: 36;
  overflow: hidden;
}
.section-1-content-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 1100px;
  z-index: 37;
}
.typo-content-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 30px;
  position: relative;
  width: 580px;
  z-index: 38;
}
.content-header-8 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  min-width: 0;
  z-index: 39;
}
.text-9 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 479px;
  height: 180px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-align: left;
  text-overflow: initial;
  text-transform: capitalize;
}
.non-destructive-testing {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 580px;
  min-width: 0;
  height: 168px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 23.867px;
  text-align: left;
  z-index: 41;
}
.ndt-img-box {
  flex-shrink: 0;
  position: relative;
  width: 450px;
  height: 450px;
}

.ndt-img-box > img
{
  width: 100%;
}

.section-1-content-3 {
  flex-shrink: 0;
  position: relative;
  width: 1100px;
  height: 493px;
  z-index: 43;
}
.content-header-b {
  position: relative;
  width: 427px;
  height: 51px;
  margin: 0 0 0 336px;
  z-index: 44;
}
.logo-full-c {
  position: absolute;
  width: 236.13px;
  height: 51px;
  top: 0;
  left: 0;
  z-index: 46;
}
.logo-d {
  position: absolute;
  width: 21.6%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/ebd84ca5-78cc-47b8-8fda-2d5a5a95d385.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 48;
}
.typo-e {
  position: absolute;
  width: 71.99%;
  height: 82.14%;
  top: 9%;
  left: 28.01%;
  background: url(./assets/images/ebde1bb6-8f64-49c1-9092-80de4d952c40.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 47;
}
.role {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 185px;
  height: 42px;
  top: 4px;
  left: calc(50% - -28.5px);
  color: #8b8b8b;
  font-family: Pretendard, var(--default-font-family);
  font-size: 60px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 45;
}
.section-1-content-3 .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  width: 1100px;
  margin: 60px 0 0 0;
  z-index: 49;
  overflow: hidden;
}
.section-1-content-3 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 280px;
  z-index: 50;
}
.section-1-content-3 .img-box {
  flex-shrink: 0;
  position: relative;
  width: 280px;
  height: 240px;
  z-index: 51;
}
.doov-role-item {
  position: absolute;
  width: 280px;
  height: 240px;
  top: 50%;
  left: 50%;
  background: url(./assets/images/dba40b79-052a-4d25-82e6-f598e224eb04.png)
    no-repeat center;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: 52;
}



.section-1-content-3 .description {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 280px;
  min-width: 0;
  height: 57px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.094px;
  text-align: center;
  text-overflow: initial;
  z-index: 53;
  overflow: hidden;
}
.item-f {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 280px;
  z-index: 54;
}
.img-box-10 {
  flex-shrink: 0;
  position: relative;
  width: 280px;
  height: 240px;
  z-index: 55;
}
.doov-role-item-11 {
  position: absolute;
  width: 280px;
  height: 240px;
  top: 50%;
  left: 0;
  background: url(./assets/images/a4f135a9-7249-4c2b-9ee3-c65d377f0669.png)
    no-repeat center;
  background-size: cover;
  transform: translate(0, -50%);
  z-index: 56;
}
.description-12 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 280px;
  min-width: 0;
  height: 76px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.094px;
  text-align: center;
  z-index: 57;
}
.item-13 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 280px;
  z-index: 58;
}
.img-box-14 {
  flex-shrink: 0;
  position: relative;
  width: 280px;
  height: 240px;
  z-index: 59;
}
.doov-role-item-15 {
  position: absolute;
  width: 280px;
  height: 240px;
  top: 0;
  left: 0;
  background: url(./assets/images/6a5ce59aaa2c2da3a84887bb48d2bf6b29d5c501.png)
    no-repeat center;
  background-size: cover;
  z-index: 60;
}
.description-16 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 280px;
  min-width: 0;
  height: 57px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.094px;
  text-align: center;
  z-index: 61;
}
.typo-element {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  z-index: 62;
}
.typo-17 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  width: 1100px;
  height: 96px;
  color: #b8b8b8;
  font-family: Pretendard, var(--default-font-family);
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  z-index: 63;
}
.section-content-18 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 60px;
  position: relative;
  width: 1100px;
  z-index: 64;
}
.content-header-19 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 452px;
  z-index: 65;
}
.text-1a {
  flex-shrink: 0;
  position: relative;
  width: 452px;
  font-family: Pretendard, var(--default-font-family);
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 66;
}
.key-application-areas {
  position: relative;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-align: left;
  text-transform: capitalize;
}
.dot {
  position: relative;
  color: #63eaaf;
  font-family: Pretendard, var(--default-font-family);
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-align: left;
  text-transform: capitalize;
}
.wrap-1b {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  min-width: 0;
  z-index: 67;
  overflow: hidden;
}
.item-1c {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 280px;
  z-index: 68;
}
.img-box-1d {
  flex-shrink: 0;
  position: relative;
  width: 280px;
  height: 240px;
  z-index: 69;
}
.key-application-item {
  position: absolute;
  width: 280px;
  height: 240px;
  top: 0;
  left: 0;
  background: url(./assets/images/88e08f6c-6bf9-4384-bce9-e51d40f197af.png)
    no-repeat center;
  background-size: cover;
  z-index: 70;
}
.item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 280px;
  min-width: 0;
  height: 48px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 23.867px;
  text-align: center;
  z-index: 71;
}
.description-1e {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 280px;
  min-width: 0;
  height: 38px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.094px;
  text-align: center;
  z-index: 72;
}
.item-1f {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 280px;
  z-index: 73;
}
.img-box-20 {
  flex-shrink: 0;
  position: relative;
  width: 280px;
  height: 240px;
  z-index: 74;
}
.key-application-item-21 {
  position: absolute;
  width: 280px;
  height: 240px;
  top: 50%;
  left: 50%;
  background: url(./assets/images/71ebaab1-0a90-4e3e-aca8-56327211bafb.png)
    no-repeat center;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: 75;
}
.item-header-22 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 280px;
  min-width: 0;
  height: 48px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 23.867px;
  text-align: center;
  text-overflow: initial;
  z-index: 76;
  overflow: hidden;
}
.description-23 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 280px;
  min-width: 0;
  height: 38px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.094px;
  text-align: center;
  z-index: 77;
}
.item-24 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 280px;
  z-index: 78;
}
.img-box-25 {
  flex-shrink: 0;
  position: relative;
  width: 280px;
  height: 240px;
  z-index: 79;
}
.key-application-item-26 {
  position: absolute;
  width: 280px;
  height: 240px;
  top: 50%;
  left: 0;
  background: url(./assets/images/9690a2cd-57cb-4b1d-8988-09af90721147.png)
    no-repeat center;
  background-size: cover;
  transform: translate(0, -50%);
  z-index: 80;
}
.item-header-27 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 280px;
  min-width: 0;
  height: 48px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 23.867px;
  text-align: center;
  text-overflow: initial;
  z-index: 81;
  overflow: hidden;
}
.description-28 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 280px;
  min-width: 0;
  height: 38px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.094px;
  text-align: center;
  z-index: 82;
}
.section-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  background: #ececec;
  z-index: 83;
  overflow: hidden;
}
.content-wrap-2a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  width: 1200px;
  padding: 260px 50px 260px 50px;
  z-index: 84;
}


.product-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 120px;
  padding: 30px 30px 30px 30px;
  background: #ffffff;
  z-index: 85;
  border-radius: 20px;
  transition:all .3s ease;
}

.product-box:hover
{
  transform: scale(1.05);
  box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.05);
}


.dooov-rt-logo {
  flex-shrink: 0;
  position: relative;
  width: 190.434px;
  height: 30px;
  z-index: 86;
}
.logo-logo {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 50%;
  background: url(./assets/images/d96617b4-5c1e-4e91-b5db-fbe3f76f34b1.png)
    no-repeat center;
  background-size: cover;
  transform: translate(-317.39%, 0);
  z-index: 88;
}
.img-7 {
  position: absolute;
  width: 151.534px;
  height: 24.642px;
  top: 2.675px;
  left: 38.9px;
  background: url(./assets/images/a0ace6d9-2a11-416d-93db-6f90ba750e7e.png)
    no-repeat center;
  background-size: cover;
  z-index: 87;
}
.right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  width: 210px;
  z-index: 89;
}
.text-2b {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 210px;
  height: 30px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: right;
  white-space: nowrap;
  z-index: 90;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  width: 177px;
  height: 32px;
  padding: 0 12px 0 12px;
  background: #965fd4;
  z-index: 91;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .1s ease;
  user-select: none;
}

.button:hover
{
  background: #7934C6;
}

.button:active
{
  background: #6421B0;
}

.text-2c {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 21px;
  color: #ffffff;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 92;
}
.icon-btn {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 93;
}
.arrow-right-short {
  align-self: stretch;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  min-width: 0;
  min-height: 0;
  z-index: 94;
  overflow: hidden;
}
.vector-2d {
  position: relative;
  width: 9.001px;
  height: 7.876px;
  margin: 5.062px 0 0 4.5px;
  background: url(./assets/images/75609bda-8f98-440b-bff1-7b1a646b9142.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 95;
}
.product-soon-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  padding: 0 20px 0 20px;
  z-index: 96;
}


.product-soon-group > .product-box {

  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 75px;
  position: relative;
  height: 100px;
  padding: 30px 30px 30px 30px;
  background: #ffffff;
  opacity: 0.5;
  z-index: 97;
  border-radius: 20px;
}

.product-soon-group > .product-box:hover
{
  transform: scale(1.05);
  opacity: 1;
  box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.04);
}


.product-soon-group > .product-box > .text {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 45px;
  color: #8b8b8b;
  font-family: Pretendard, var(--default-font-family);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 98;
}
.product-box-30 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 75px;
  position: relative;
  height: 100px;
  padding: 30px 30px 30px 30px;
  background: #ffffff;
  opacity: 0.5;
  z-index: 99;
  border-radius: 20px;
}



.text-31 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 45px;
  color: #8b8b8b;
  font-family: Pretendard, var(--default-font-family);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 100;
}
.product-box-32 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 75px;
  position: relative;
  height: 100px;
  padding: 30px 30px 30px 30px;
  background: #ffffff;
  opacity: 0.5;
  z-index: 101;
  border-radius: 20px;
}
.text-coming-soon {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 45px;
  color: #8b8b8b;
  font-family: Pretendard, var(--default-font-family);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 102;
}
.product-box-33 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 75px;
  position: relative;
  height: 100px;
  padding: 30px 30px 30px 30px;
  background: #ffffff;
  opacity: 0.5;
  z-index: 103;
  border-radius: 20px;
}
.text-coming-soon-34 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 45px;
  color: #8b8b8b;
  font-family: Pretendard, var(--default-font-family);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 104;
}
.section-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  background: #f1f1f1;
  z-index: 105;
  overflow: hidden;
}
.content-wrap-36 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 200px;
  position: relative;
  width: 1200px;
  padding: 260px 50px 280px 50px;
  z-index: 106;
}
.section-content-37 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 60px;
  position: relative;
  width: 1100px;
  z-index: 107;
}
.content-header-38 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 219px;
  z-index: 108;
}
.logo-39 {
  flex-shrink: 0;
  position: relative;
  width: 51px;
  height: 51px;

}
.content-header-3a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 158px;
  z-index: 110;
}
.text-team {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 60px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 111;
}

.profile-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  min-width: 0;
  z-index: 112;
  overflow: hidden;
}


.profile-wrap > .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 310px;
  z-index: 113;
}


.team-profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 310px;
  z-index: 114;
}


.team-profile-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  min-width: 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #c1c1c1;
  z-index: 115;
}


.team-label {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 29px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 24px;
  font-weight: 900;
  line-height: 28.641px;
  text-align: left;
  white-space: nowrap;
  z-index: 116;
}


.team-profile-header .description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 310px;
  height: 50px;
  color: #858585;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.094px;
  text-align: left;
  text-overflow: initial;
  z-index: 117;
  overflow: hidden;
}




.profile-wrap .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  min-width: 0;
}


.profile-wrap .team-sub-label {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 19px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  white-space: nowrap;

}


.description-technology-strategy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 310px;
  height: 34px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
  z-index: 120;
}

.team-sub-label-experience {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 19px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  white-space: nowrap;
  z-index: 122;
}


.profile-wrap .list .description {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
  color: #787878;
}

.profile-wrap .list .description > .wrap
{
  padding-bottom: 8px;
  padding-left: 8px;
  box-sizing: border-box;
}

.profile-wrap .text-b {
  position: relative;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.707px;
  text-align: left;
}

.profile-wrap .text{
  position: relative;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
}


.text-current-40 {
  position: relative;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.707px;
  text-align: left;
}
.text-professor-department-41 {
  position: relative;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
}
.text-current-42 {
  position: relative;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.707px;
  text-align: left;
}
.text-head-of-data-science {
  position: relative;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
}
.list-43 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  min-width: 0;
  z-index: 124;
}
.team-sub-label-expertise {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 19px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  white-space: nowrap;
  z-index: 125;
}
.description-13-ai-related {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 310px;
  height: 118px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
  z-index: 126;
}
.item-44 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 310px;
  z-index: 127;
}

.header-46 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  padding: 0 0 16px 0;
  border-top: 1px solid #c1c1c1;
  z-index: 129;
}
.team-label-cbo {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 29px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 24px;
  font-weight: 900;
  line-height: 28.641px;
  text-align: left;
  white-space: nowrap;
  z-index: 130;
}
.description-h-expert-in-business {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 310px;
  height: 50px;
  color: #858585;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.094px;
  text-align: left;
  text-overflow: initial;
  z-index: 131;
  overflow: hidden;
}
.list-47 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  z-index: 132;
}
.team-sub-label-role-48 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 19px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  white-space: nowrap;
  z-index: 133;
}
.description-business-development {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 310px;
  height: 34px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
  z-index: 134;
}
.list-49 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  z-index: 135;
}
.team-sub-label-experience-4a {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 19px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  white-space: nowrap;
  z-index: 136;
}
.description-4b {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
  z-index: 137;
}
.text-current-4c {
  position: relative;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.707px;
  text-align: left;
}
.text-ai-consulting-team {
  position: relative;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
}
.text-current-4d {
  position: relative;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.707px;
  text-align: left;
}
.text-quality-technical-team {
  position: relative;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
}
.list-4e {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  z-index: 138;
}
.team-sub-label-expertise-4f {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 19px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  white-space: nowrap;
  z-index: 139;
}
.description-bachelor-s-in-material {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 310px;
  height: 184px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
  z-index: 140;
}
.item-50 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 310px;
  z-index: 141;
}

.header-52 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  padding: 0 0 16px 0;
  border-top: 1px solid #c1c1c1;
  z-index: 143;
}
.team-label {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 29px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 24px;
  font-weight: 900;
  line-height: 28.641px;
  text-align: left;
  white-space: nowrap;
  z-index: 144;
}
.description-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 310px;
  height: 50px;
  color: #858585;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.094px;
  text-align: left;
  text-overflow: initial;
  z-index: 145;
  overflow: hidden;
}
.list-53 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  z-index: 146;
}
.team-sub-label {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 19px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  white-space: nowrap;
  z-index: 147;
}
.description-54 {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 17px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
  white-space: nowrap;
  z-index: 148;
}
.list-55 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  z-index: 149;
}
.team-sub-label-56 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 19px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  white-space: nowrap;
  z-index: 150;
}
.description-57 {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
  z-index: 151;
}
.current {
  position: relative;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.707px;
  text-align: left;
}
.senior-researcher-software-development {
  position: relative;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
}
.current-58 {
  position: relative;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 16.707px;
  text-align: left;
}
.deputy-manager-si-technical-team {
  position: relative;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
}
.list-59 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  z-index: 152;
}
.expertise {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 19px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  white-space: nowrap;
  z-index: 153;
}
.description-5a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 310px;
  height: 151px;
  color: #787878;
  font-family: Pretendard, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.707px;
  text-align: left;
  z-index: 154;
}
.doov-team-diagram-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 40px;
  position: relative;
  width: 880px;
  z-index: 155;
}
.typo-element-5b {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  z-index: 156;
}
.typo-5c {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  width: 880px;
  height: 144px;
  color: #b8b8b8;
  font-family: Pretendard, var(--default-font-family);
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  z-index: 157;
}
.doov-team-diagram {
  flex-shrink: 0;
  position: relative;
  width: 880px;
  height: 272px;
  z-index: 158;
  border-radius: 9999px;
}
.wrap-5d {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: -40px;
  position: absolute;
  width: 880px;
  height: 272px;
  top: 0;
  left: 0;
  padding: 32px 32px 32px 32px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  z-index: 159;
  border-radius: 9999px;
}
.group {
  flex-shrink: 0;
  position: relative;
  width: 208px;
  height: 208px;
  font-size: 0px;
  z-index: 160;
}
.data-science-ai {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 99px;
  height: 38px;
  margin: 84.8px 0 0 54.4px;
  color: #ffffff;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.094px;
  text-align: center;
  z-index: 162;
}
.circle {
  position: absolute;
  width: 208px;
  height: 208px;
  top: 0;
  left: 0;
  background: url(./assets/images/96cc3827-43e0-4c78-b444-f2646ee72ca6.png)
    no-repeat center;
  background-size: cover;
  z-index: 161;
}
.group-5e {
  flex-shrink: 0;
  position: relative;
  width: 208px;
  height: 208px;
  font-size: 0px;
  z-index: 163;
}
.domain-expertise {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 72px;
  height: 38px;
  margin: 84.8px 0 0 68px;
  color: #ffffff;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.094px;
  text-align: center;
  z-index: 165;
}
.circle-5f {
  position: absolute;
  width: 208px;
  height: 208px;
  top: 0;
  left: 0;
  background: url(./assets/images/7344321a-494e-4016-8cac-91d6b59c8d77.png)
    no-repeat center;
  background-size: cover;
  z-index: 164;
}
.group-60 {
  flex-shrink: 0;
  position: relative;
  width: 208px;
  height: 208px;
  font-size: 0px;
  z-index: 166;
}
.software-at-scale {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 69px;
  height: 38px;
  margin: 84.8px 0 0 69.6px;
  color: #ffffff;
  font-family: Pretendard, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.094px;
  text-align: center;
  z-index: 168;
}
.circle-61 {
  position: absolute;
  width: 208px;
  height: 208px;
  top: 0;
  left: 0;
  background: url(./assets/images/b8ee7608-47fa-4a9d-9d26-4d62ff46b658.png)
    no-repeat center;
  background-size: cover;
  z-index: 167;
}
.typo-62 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 312px;
  padding: 0 16px 0 64px;
  z-index: 169;
}
.industrial-ai {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 232px;
  height: 38px;
  color: #606060;
  font-family: Pretendard, var(--default-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 170;
}
.section-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  background: #fafafa;
  z-index: 171;
  overflow: hidden;
}
.section-5 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 40px;
  position: relative;
  width: 1200px;
  padding: 280px 50px 280px 50px;
  z-index: 172;
}
.mail-to {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 40px;
  position: relative;
  cursor: pointer;
}

.mail-to .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 246px;
  z-index: 174;
  transition:all 1.5s ease;
}



.mail-to .wrap .content-header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 246px;
  z-index: 175;
}
.mail-to .wrap .content-header .text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 246px;
  height: 120px;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-align: left;
  text-overflow: initial;
  text-transform: capitalize;
  z-index: 176;
  overflow: hidden;
}

.mail-doov-logo {
  flex-shrink: 0;
  position: relative;
  width: 236px;
  z-index: 177;
}



.line-dc {
  flex-shrink: 0;
  position: relative;
  width: 240px;
  height: 10px;
  background: #000000;
  
  transition:width .3s ease;
  overflow: visible;
}

.mail-to:hover .line-dc
{
  width: 320px;
  transition:width .3s ease;
}



.mail-img {
  flex-shrink: 0;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  transition:all .3s ease;
}

.mail-to:hover .mail-img 
{
  transform: scale(1.3);
  transition:all .3s ease;
}




.section-6{
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  padding: 0 360px 0 360px;
  background: #ffffff;
  z-index: 186;
  overflow: hidden;
}
.content-wrap-6f {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 40px;
  position: relative;
  width: 1200px;
  padding: 280px 50px 280px 50px;
  z-index: 187;
}
.section-content-70 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 110px;
  position: relative;
  min-width: 0;
  z-index: 188;
}
.content-header-71 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 434px;
  z-index: 189;
}
.text-72 {
  flex-shrink: 0;
  position: relative;
  width: 434px;
  font-family: Pretendard, var(--default-font-family);
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 190;
}
.partner-organizations {
  position: relative;
  color: #000000;
  font-family: Pretendard, var(--default-font-family);
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
}
.dot-73 {
  position: relative;
  color: #63eaaf;
  font-family: Pretendard, var(--default-font-family);
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
}
.banner-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 50px;
  position: relative;
  height: 170px;
  z-index: 191;
}
.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  width: 200px;
  height: 60px;
  padding: 0 2px 0 2px;
  background: #ffffff;
  z-index: 192;
}
.logo-hd {
  flex-shrink: 0;
  position: relative;
  width: 176px;
  height: 29px;
  background: url(./assets/images/3a6a5bb780d4b0f1cba0ee2cf739c8b2cd6a6437.png)
    no-repeat center;
  background-size: cover;
}

.logo-saehan {
  flex-shrink: 0;
  position: relative;
  width: 111px;
  height: 51px;
  background: url(./assets/images/1fe8dca00101bfc0ad211cd577a69e7044b1c3dd.png)
    no-repeat center;
  background-size: cover;
}

.logo-h-steel {
  flex-shrink: 0;
  position: relative;
  width: 138px;
  height: 40px;
  background: url(./assets/images/4336b7220ed889997205b66b5560d967aa7ca5a3.png)
    no-repeat center;
  background-size: cover;
}


.logo-kaeri {
  flex-shrink: 0;
  position: relative;
  width: 159px;
  height: 45px;
  background: url(./assets/images/45c4587b32a3a417bcac55eda6019ac3ba087efd.png)
    no-repeat center;
  background-size: cover;
}

.logo-dyp {
  flex-shrink: 0;
  position: relative;
  width: 161.647px;
  height: 24px;
  background: url(./assets/images/e84e33ae1c717e2402bd2d78f3d1ee93412c378e.png)
    no-repeat center;
  background-size: cover;
}

.logo-uc {
  flex-shrink: 0;
  position: relative;
  width: 176px;
  height: 36px;
  background: url(./assets/images/0a076d520760acab2050f00c5a32f45284a6bab2.png)
    no-repeat center;
  background-size: cover;
}

.logo-knde {
  flex-shrink: 0;
  position: relative;
  width: 106px;
  height: 47px;
  background: url(./assets/images/b3752b83-456b-451d-8fba-bf1d50e33886.png)
    no-repeat center;
  background-size: cover;
}

.logo-unist {
  flex-shrink: 0;
  position: relative;
  width: 122px;
  height: 48px;
  background: url(./assets/images/c0d1adbd4b06b3b316518937c574d992c9eec2de.png)
    no-repeat center;
  background-size: cover;
}



.footer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  min-width: 0;
  padding: 60px 10px 60px 10px;
  background: #000000;
  z-index: 208;
  overflow: hidden;
}
.footer-content-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 1200px;
  padding: 0 50px 0 50px;
  z-index: 209;
}
.copy-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 23px;
  position: relative;
  width: 638px;
  z-index: 210;
}

.copy_logo {
  flex-shrink: 0;
  position: relative;
  height: 24px;
  opacity: 0.5;
}


.infomation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 638px;
  z-index: 214;
}
.info-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  
  z-index: 215;
  opacity: 0.5;
}
.info-item-group {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 638px;
  z-index: 216;
}

.info-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
}
.footer .lable {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 13px;
  color: #63eaaf;
  font-family: Pretendard, var(--default-font-family);
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-align: left;
  white-space: nowrap;
}
.footer .text {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 13px;
  color: #d2d2d2;
  font-family: Pretendard, var(--default-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  white-space: nowrap;
}



.copy {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 13px;
  color: #d2d2d2;
  font-family: Pretendard, var(--default-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  white-space: nowrap;
  z-index: 229;
  opacity: 0.5;
}
.social-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  width: 124px;
}

.footer-icon {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  opacity: 0.3;
  overflow: hidden;
  transition:all .15s ease;
  cursor: pointer;
}

.footer-icon:hover
{
  opacity: 0.6;
}
















/* 스피너 컨테이너 스타일 */
.spinner_wrap {
  transform-origin: 35px 35px;
  animation: spin_all 3900ms ease-in-out infinite;
}

/* 개별 그룹 애니메이션 */
.sg_01 > ._01-3 {
  transform-origin: 35px 35px;
  animation: spin1 3900ms ease-in-out infinite;
}

.sg_02 > ._02-3 {
  transform-origin: 35px 35px;
  animation: spin2 3900ms ease-in-out infinite;
}

.sg_03 > ._03-3 {
  transform-origin: 35px 35px;
  animation: spin3 3900ms ease-in-out infinite;
}

/* 각 그룹의 개별 회전 애니메이션 */
@keyframes spin1 {
  0% {
      transform: rotate(-121deg);
  }
  20.51% { /* 800ms / 3900ms * 100% */
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(0deg);
  }
}

@keyframes spin2 {
  0% {
      transform: rotate(-121deg);
  }
  20.51% {
      transform: rotate(-121deg);
  }
  41.03% { /* 1600ms / 3900ms * 100% */
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(0deg);
  }
}

@keyframes spin3 {
  0% {
      transform: rotate(-121deg);
  }
  41.03% {
      transform: rotate(-121deg);
  }
  61.54% { /* 2400ms / 3900ms * 100% */
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(0deg);
  }
}

/* 전체 회전 및 페이드 아웃 애니메이션 */
@keyframes spin_all {
  0% {
      transform: rotate(0deg);
      opacity: 1;
  }
  74.36% { /* 2900ms / 3900ms * 100% */
      transform: rotate(0deg);
      opacity: 1;
  }
  100% {
      transform: rotate(360deg);
      opacity: 0;
  }
}






.mouse {
  width: 26px;
  height: 40px;
  border-radius: 15px;
  border: 2px solid rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  transform: scale(1.5);
  cursor: pointer;
  }
.mouse .roll {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  height: 4px;
  border-radius: 4px;
  background: rgb(255, 255, 255);
  -webkit-animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
  animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
  z-index: 2;
}
.mouse .rollshadow {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  height: 4px;
  background: #aaa;
  border-radius: 4px;
  -webkit-animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
  animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
      animation-delay: 0s;
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
  z-index: 1;
}
@-webkit-keyframes mouseScroll {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
-webkit-transform:translateY(14px);
transform:translateY(14px)
}
}
@keyframes mouseScroll {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
-webkit-transform:translateY(14px);
transform:translateY(14px)
}
}