/** @format */

/**
 * 메인 - intro
 *
 *
 */
#intro {
  z-index: 13;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background-color: var(--wh-color);
}
#intro .intro-box {
  height: 100vh;
  display: flex;
  align-items: center;
}
#intro .intro__slide-logo {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__slide-logo ul {
  position: relative;
  width: 34.5vw;
}
#intro .intro__slide-logo.loaded {
  display: flex;
  align-items: center;
  justify-content: center;
}
#intro .intro__slide-logo li {
  position: absolute;
  font-size: 5.2vw;
  opacity: 0;
  font-family: "NanumSquareNeoExtraBold", sans-serif;
  transition: all 0.5s ease;
  color: var(--main-color);
}
#intro .intro__slide-logo li:nth-child(1) {
  top: -6vw;
  left: -34vw;
}
#intro .intro__slide-logo li:nth-child(2) {
  top: -26.5vw;
  left: -11vw;
}
#intro .intro__slide-logo li:nth-child(3) {
  top: 17vw;
  left: -16vw;
}
#intro .intro__slide-logo li:nth-child(4) {
  top: -2vw;
  left: 0vw;
}
#intro .intro__slide-logo li:nth-child(5) {
  top: 13vw;
  left: 16vw;
}
#intro .intro__slide-logo li:nth-child(6) {
  top: -16vw;
  left: 21vw;
}
#intro .intro__slide-logo li:nth-child(7) {
  top: 17vw;
  left: 35vw;
}
#intro .intro__slide-logo li:nth-child(8) {
  top: 2vw;
  left: 48vw;
}
#intro .intro__slide-logo li:nth-child(9) {
  top: 0vw;
  left: 63vw;
}
#intro .intro__slide-logo li:nth-child(10) {
  top: -18vw;
  left: 65vw;
}
@media screen and (max-width: 1440px) {
  .intro__slide-logo ul {
    width: 47.6vw;
  }
  #intro .intro__slide-logo li {
    font-size: 7.2vw;
  }
  #intro .intro__slide-logo li:nth-child(1) {
    left: -28vw;
  }
}
@media screen and (max-width: 767px) {
  .intro__slide-logo ul {
    width: 64vw;
  }
  #intro .intro__slide-logo li {
    font-size: 10vw;
  }
  #intro .intro__slide-logo li:nth-child(1) {
    left: -20vw;
    top: -16vw;
  }
  #intro .intro__slide-logo li:nth-child(2) {
    top: -44.5vw;
    left: -8vw;
  }
  #intro .intro__slide-logo li:nth-child(3) {
    top: 30vw;
    left: -9vw;
  }
  #intro .intro__slide-logo li:nth-child(4) {
    top: -2vw;
    left: 0vw;
  }
  #intro .intro__slide-logo li:nth-child(5) {
    top: 15vw;
    left: 21vw;
  }
  #intro .intro__slide-logo li:nth-child(6) {
    top: -26vw;
    left: 33vw;
  }
  #intro .intro__slide-logo li:nth-child(7) {
    top: 33vw;
    left: 54vw;
  }
  #intro .intro__slide-logo li:nth-child(8) {
    top: 2vw;
    left: 48vw;
  }
  #intro .intro__slide-logo li:nth-child(9) {
    top: -11vw;
    left: 68vw;
  }
  #intro .intro__slide-logo li:nth-child(10) {
    top: -40vw;
    left: 76vw;
  }
}

/**
 * section[1] - 메인프로젝트
 *
 *
 */
.main-txt {
  padding: 17.5rem 3.125rem 6.25rem;
}
.main-txt > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.main-txt h2 {
  font-family: "NanumSquareNeoExtraBold";
  font-size: 3.875rem;
  letter-spacing: 4px;
}
.main-txt p {
  font-family: "NanumSquareNeo";
  font-size: 1.3125rem;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
.main-txt p span {
  font-size: inherit;
  font-family: "NanumSquareNeoExtraBold";
}
.main-project {
  padding: 50px;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 15.6vw;
}
.main .txt-label {
  width: calc(100% - 10.2vw);
}
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 0;
}
.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border: none;
}
.main-project .swiper {
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.main-project img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50%;
}
.main-project .swiper .swiper-pagination {
  transform: translate3d(0px, 10px, 0px);
  width: fit-content;
  position: static;
}
.main-project .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #1e1b1980;
  height: 6px;
  width: 6px;
}
.main-project .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #1e1b19;
  width: 20px;
  border-radius: 30px;
}
.slide-title {
  z-index: 1;
  position: absolute;
  bottom: 200px;
  width: 100%;
  padding: 0 9.375rem 0 9.375rem;
}
.slide-title .year {
  color: #000;
  font-family: "neurimboGothicRegular";
  font-size: 1.3125rem;
}
.slide-title .tit {
  font-family: "NanumSquareNeoExtraBold";
  color: #000;
  font-size: 3.875rem;
}
.slide-controls {
  position: absolute;
  width: 100%;
  bottom: 170px;
  padding: 0px 9.375rem;
  z-index: 1;
  left: 0;
}
.main-project .progress {
  height: 1px;
  background: #1e1b1980;
  position: relative;
  width: 100%;
}
.main-project .progress .bar {
  position: absolute;
  animation: slideAnimation 3s linear forwards;
  height: 1px;
  background: #1e1b19;
}
.animation {
  animation: 3s start linear;
}
@keyframes slideAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.main-project .swiper-navigation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  background: #0000001a;
  bottom: 30px;
  height: 4.6875rem;
  width: 10.625rem;
  z-index: 1;
  border-radius: 60px;
  backdrop-filter: blur(10px);
  border: 1px solid #1e1b19;
}
.main-project .swiper-button-next,
.main-project .swiper-button-prev {
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(255, 255, 255, 0.5);
}
.main-project .swiper-button-next:after,
.main-project .swiper-button-prev:after {
  font-size: 24px;
  background-image: url(/assets/images/ico_swiper_arrow.svg);
  background-repeat: no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
}
.main-project .swiper-button-prev:after {
  transform: rotate(180deg);
}
.main-project .swiper-button-next::before {
  font-size: 24px;
}

/**
 * section[2] - 서브프로젝트
 *
 *
 */
.txt-label {
  width: 100%;
  margin: 0 auto;
}
.sub-project {
  position: relative;
  margin: 8vw auto 0;
}
.sub-project .txt-box {
  display: flex;
  height: 130px;
  align-items: center;
  gap: 10px;
}
.sub-project .txt-box li {
  font-family: "NanumSquareNeoExtraBold";
  font-size: 3.875rem;
  white-space: pre;
}
.sub-project .txt-box li:last-child {
  padding-right: 50px;
}
.sub-project a {
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
  width: fit-content;
  gap: 10px;
}
.sub-project .tit {
  backdrop-filter: blur(10px);
  font-family: "neurimboGothicRegular";
  position: absolute;
  left: auto;
  bottom: 15px;
  right: 15px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  padding: 3px 40px 0;
  border: 1px solid;
  border-radius: 60px;
}
.sub-project .sub.right {
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
}
.sub-project .sub.right::-webkit-scrollbar {
  display: none;
}

.sub-project .project-left .project-title {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 10.2vw;
}
.sub-project .project-left .imb-box {
  margin-left: 0;
  margin-right: calc(30.8vw + 65px);
}
.sub-project .imb-box {
  display: flex;
  gap: 50px;
  margin-left: calc(30.8vw + 65px);
  padding-bottom: 30px;
  overflow-x: auto;
}
.sub-project .imb-box li {
  width: 280px;
  aspect-ratio: 1 / 1;
  border-radius: 30px;
  overflow: hidden;
  flex: 0 0 auto;
}
.sub-project .imb-box li:last-child {
  margin-right: 50px;
}
.sub-project .project-left li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.sub-project .imb-box li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sub-project > div {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid;
  border-color: var(--gy-color);
  background-color: var(--main-color);
}
.sub-project > div:first-child {
  border-top: none;
}
.sub-project > div.on {
  height: auto;
}
.sub-project .project-title {
  display: flex;
  gap: 20.6vw;
  margin-left: 10.2vw;
}
.sub-project .year {
  width: fit-content;
  height: 130px;
  display: flex;
  align-items: center;
  white-space: pre;
}
.sub-project .year span {
  font-family: "neurimboGothicRegular";
}
.project-right {
  flex-direction: row-reverse;
}
.sub-project .project-right .year {
  margin-left: 0;
}

/**
 * section[3] - 사업과정
 *
 *
 */

.process {
  margin: 25rem 10.4167vw;
}
.process-wrap {
  max-width: 1520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: 5vw 2.5vw 5vw 2.5vw 5vw 5vw 5vw 9vw 5vw 2.5vw 5vw;
  grid-column-gap: 1.5625vw;
  grid-row-gap: 1.5625vw;
}
.process-wrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.process-wrap .number {
  font-size: 1.21em;
}
.process-wrap .txt-box {
  display: flex;
  flex-direction: column;
}
.process-wrap .txt-box > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.process-wrap .txt-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.process-wrap .txt-list div {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 0.52vw;
}
.process-wrap .txt-list div * {
  font-size: 12px;
  font-family: "NanumSquareNeoBold";
  line-height: 1.8;
}
.process-wrap .tit {
  font-size: 1.7rem;
  font-family: "NanumSquareNeoLight";
}
.process-wrap .sub-tit {
  font-size: 16px;
  font-family: "NanumSquareNeoBold";
}
.process-wrap .desc {
  font-size: 12px;
}
.process-wrap > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 1.302vw;
  font-size: 0.834vw;
  border-radius: 30px;
  border: 1px solid var(--wh-color);
}
.process-wrap .box {
  width: 18.59vw;
  max-width: 22.313rem;
  height: 15.625vw;
  max-height: 18.75rem;
  padding: 1.302vw;
}
.process-wrap .grid1 {
  grid-area: 1 / 1 / 4 / 5;
  border: none;
}
.process .grid2 {
  grid-area: 4 / 1 / 4 / 4;
}
.process .grid3 {
  grid-area: 4 / 4 / 6 / 5;
}
.process .grid4.vertical {
  grid-area: 1 / 7 / 7 / 5;
  width: 18.59vw;
  max-width: 22.31rem;
  max-height: 39.375rem;
}
.process .grid5 {
  grid-area: 1 / 7 / 7 / 10;
}
.process .grid6 {
  grid-area: 4 / 7 / 7 / 10;
}
.process-wrap .grid7 {
  grid-area: 10 / 1 / 7 / 7;
  border: none;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 15.625vw;
}
.process .grid7 p {
  color: var(--op-wh-color);
  font-size: 2rem;
}
.process .grid7 div {
  line-height: 1.85;
}
.process .grid7 span {
  font-size: 2rem;
  font-family: "NanumSquareNeoBold";
}
.process .grid8 {
  grid-area: 11 / 4 / 9 / 1;
}
.process .grid9 {
  grid-area: 12 / 4 / 9 / 7;
  max-height: 18.75rem;
  height: 15.625vw;
}
.process-wrap .grid9 .txt-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: end;
}
.process-wrap .grid9 .txt-box > * {
  flex: 1;
  margin-top: 0;
}
.process .grid10 {
  grid-area: 12 / 10 / 7 / 7;
  max-height: 39.375rem;
}

/**
 * section[4] - 회사기술
 *
 *
 */
.technology {
  margin: 12.5rem 10.4167vw;
}
.technology span {
  text-transform: uppercase;
  font-family: "neurimboGothicRegular";
}
.technology-wrap {
  padding: 1rem 30px 1.8rem;
  max-width: 1520px;
  margin: 0 auto;
  border-radius: 1rem;
  position: relative;
  border: 1px solid #9d9e9f;
  background-color: #ffffff27;
}
.technology-wrap ul {
  display: flex;
  gap: 0.78vw;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.technology-wrap li {
  position: relative;
  text-align: center;
  height: 4vw;
  display: flex;
  align-items: center;
}
.technology-wrap li.github {
  filter: var(--filter);
}
.technology-wrap .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.technology-wrap .img-box img {
  width: 100%;
  max-width: 70px;
}
.technology-wrap .img-box::after {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0;
  background-color: #64666c;
  border-radius: 50%;
  content: "";
  bottom: -1rem;
}
.technology-wrap .tooltip {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 0.52vw;
  border-radius: 5px;
  min-height: 1.72vw;
  align-items: center;
  justify-content: center;
  padding-top: 0.21vw;
  display: flex;
  opacity: 0;
  background: #64666c;
  border: 1px solid #7b7d81;
  transition: 0.3s;
}
.technology-wrap li:hover .tooltip,
.technology-wrap li:hover .img-box::after {
  transition: 0.3s;
  opacity: 1;
}
.technology-wrap .label {
  position: relative;
  color: var(--main-color);
}
.technology-wrap .label::before {
  position: absolute;
  content: "";
  width: 0;
  z-index: -1;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #64666c transparent transparent transparent;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.technology-wrap .bar {
  width: 1px;
  height: 100%;
  background: var(--gy3-color);
}
/**
 * section[5] - service
 *
 *
 */
.service {
  margin: 25rem 10.4167vw;
}
.service .grid {
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: 6.3vw 11.5vw 10vw 4.327vw 8.5vw 10vw;
  row-gap: 1.56vw;
  column-gap: 1.56vw;
  display: grid;
  max-width: 1520px;
  margin: 0px auto;
}
.service .grid > div {
  border-radius: 2rem;
}
.service .grid1 {
  grid-column-start: 5;
  grid-column-end: 11;
  grid-row-start: 1;
  grid-row-end: 6;
  background-color: #2e2e2e;
  display: flex;
  flex-direction: column;
  gap: 1.04vw;
  padding: 1.56vw;
  width: 31vw;
  height: 46.88vw;
  max-width: 37.12rem;
  max-height: 56.26rem;
}
.service .grid1 .inner {
  padding: 0;
  height: 100%;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.service .grid1 .img-box {
  border-radius: 50px;
  height: 100%;
  flex: 1;
  overflow: hidden;
}
.service .grid1 .img-box a {
  display: block;
  position: relative;
  height: 100%;
}
.service .grid1 .img-box a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: url(/assets/images/service.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.service .grid1 .txt-box p {
  line-height: 1.4;
  font-size: 1vw;
  color: #fff;
  font-family: "NanumSquareNeoBold";
}
.service .grid1 p.title {
  font-size: 1.48vw;
}
.service .grid1 .txt-box {
  padding: 0px 1.0416vw;
  display: flex;
  flex-direction: column;
  gap: 1.56vw;
}
.service .grid1 .hash-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service .grid1 .hash-box > div {
  display: flex;
  gap: 15px;
}
.service .grid1 .hash {
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.85vw;
  font-family: "NanumSquareNeoExtraBold";
  color: #fff;
  padding: 0.57vw 1.04vw 0.47vw;

  display: flex;
  align-items: center;
}
.service .grid1 .link {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 4.17vw;

  display: inline-block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url(/assets/images/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30% 30%;
}
.service .grid2 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 6;
  background: #74ddcf;
  display: flex;
  flex-direction: column;
  gap: 1.04vw;
  padding: 2.08vw;
  width: 22.6vw;
  height: 25.94vw;
  max-width: 27.125rem;
  max-height: 31.125rem;
}
.service .grid2 * {
  color: #000;
  padding: 0;
}
.service .grid2 .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service .grid2 span {
  color: #000;
  font-size: 1.09vw;
  font-family: "neurimboGothicRegular";
}
.service .grid2 p {
  font-size: 1.315vw;
  line-height: 1.5;
  font-family: "NanumSquareNeoLight";
}
.service .grid2 ul {
  gap: 1.56vw;
  display: flex;
  flex-direction: column;
}
.service .grid2 li {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service .grid2 .num {
  font-size: 2.19vw;
  font-family: "neurimboGothicRegular";
}
.service .grid2 li p {
  line-height: 1.3;
  font-size: 0.85vw;
  font-family: "NanumSquareNeoBold";
}
.service .grid2 li span {
  font-size: 0.75vw;
  font-family: "NanumSquareNeoBold";
}
.service .grid3 {
  grid-column-start: 15;
  grid-column-end: 11;
  grid-row-start: 4;
  grid-row-end: 2;
  padding: 3.65vw 0 1.56vw;
  border: 1px solid #2e2e2e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 22.5vw;
  height: 23.02vw;
  max-width: 27rem;
  max-height: 27.625rem;
  align-items: end;
  position: relative;
}
.service .grid3::before {
  position: absolute;
  content: "";
  width: 3.49vw;
  height: 4.38vw;
  top: -2.71vw;
  background-repeat: no-repeat;
  left: 50%;
  background-size: 100% 100%;
  transform: translateX(-50%);
  background-position: top;
  background-image: url(/assets/images/ico_link.svg);
}
.service .grid3 ul {
  border-top: 1px solid #2e2e2e;
  display: flex;
}
.service .grid .txt-banner2 li {
  color: #fff;
}
.service .grid3 li {
  height: 5.21vw;
  line-height: 5.21vw;
  font-family: "neurimboGothicRegular";
  font-size: 1.45vw;
  color: var(--wh-color);
}
.service .grid3 .txt-banner-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.service .grid3 .txt-banner-wrap ul {
  display: flex;
  gap: 15px;
}
.service .grid .txt-banner1,
.service .grid .txt-banner2 {
  width: 100%;
}
.service .grid .txt-banner2 {
  background: #2e2e2e;
}
.service .grid3 .hash {
  text-align: right;
  margin-right: 1.56vw;
  min-height: 2.08vw;
  width: fit-content;
  border: 1px solid #2e2e2e;
  border-radius: 50px;
  display: flex;
  font-size: 0.83vw;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  font-family: "neurimboGothicRegular";
}
.service .grid4 {
  grid-column-start: 11;
  grid-column-end: 15;
  grid-row-start: 1;
  grid-row-end: 2;
  display: flex;
  align-items: center;
  background-color: #000;
  justify-content: center;
  width: 22.5vw;
  height: 6.25vw;
  max-width: 27rem;
  max-height: 7.5rem;
}
.service .grid4 p {
  font-size: 1.61vw;
  color: #fff;
  font-family: "neurimboGothicRegular";
}
.service .grid5 {
  background: #2e2e2e;
  grid-column-start: 3;
  position: relative;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 6;
  max-width: 12.5rem;
  max-height: 12.5rem;
  width: 10.42vw;
  height: 10.42vw;
}
.service .grid5::before {
  position: absolute;
  content: "";
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/images/ico_WAF.svg);
  width: 100%;
  height: 100%;
  filter: var(--filter);
}
