@charset "UTF-8";
@import "/static/platform/css/default.css";
@font-face {
  font-family: "Montserrat-Italic";
  src: url("/static/font/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("woff"), url("/static/font/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("/static/font/Montserrat/Montserrat-VariableFont_wght.ttf") format("woff"), url("/static/font/Montserrat/Montserrat-VariableFont_wght.ttf") format("woff2");
  font-weight: 500 600 700 800 900;
}
@font-face {
  font-family: "SUIT";
  src: url("/static/font/SUIT-woff2/SUIT-Variable.woff2") format("woff"), url("/static/font/SUIT-woff2/SUIT-Variable.woff2") format("woff2");
  font-weight: 300 500 600 800 900;
}
section {
  min-height: 935px;
}

/* 헤더 */
.header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  width: 100%;
  padding: 22px 70px;
  margin: 0 auto;
  z-index: 10;
  box-sizing: border-box;
}
.header h1 a {
  display: block;
  width: 123px;
  height: 73px;
  background: url(/static/platform/img/main/logo.png) no-repeat;
}

.gnb ul {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.gnb ul li {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
}
.gnb ul li a {
  text-transform: uppercase;
}
.gnb ul li.on {
  position: relative;
  font-weight: 900;
  color: #fba817;
}
.gnb ul li.on::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #fba817;
  left: 0;
  bottom: -6px;
}

/* 꾸민요소 */
.circle {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 505px;
  height: 510px;
  margin: auto 0;
  background: url(/static/platform/img/main/section1-circle.png);
  animation: looprotate 160s linear infinite;
}

.tri {
  width: 23px;
  height: 42px;
  background: url(/static/platform/img/main/grahp1.png);
}

.double {
  width: 74px;
  height: 45px;
  background: url(/static/platform/img/main/grahp2.png);
}

.mix {
  width: 74px;
  height: 74px;
  background: url(/static/platform/img/main/grahp3.png);
}

/* 섹션1 */
.section1 {
  position: relative;
  height: 2250px;
  background: url(/static/platform/img/main/section1-bg.png) no-repeat;
  background-size: cover;
}

@keyframes loop {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes looprotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#ci {
  position: relative;
  padding: 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 980px;
  padding-bottom: 166px;
}
#ci .txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 90px;
  text-align: center;
  z-index: 2;
}
#ci .txt span {
  display: block;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding-bottom: 58px;
}
#ci .txt__loop > div {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: 30px;
  line-height: 1;
  font-family: "Montserrat-Italic";
  font-weight: 700;
  font-size: 200px;
  color: #fff;
  animation: loop 160s linear infinite;
  left: 0;
}
#ci .txt__loop p {
  line-height: 218px;
  white-space: nowrap;
}
#ci .graph {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 510px;
  z-index: 1;
}
#ci .graph i {
  position: absolute;
}
#ci .graph .tri {
  right: 0;
  top: 17%;
  animation: move 1.2s infinite alternate;
}
#ci .graph .double {
  left: -8%;
  bottom: 10%;
  animation: move 1s infinite alternate;
}
#ci .graph .mix {
  left: 12%;
  top: 5%;
  animation: move2 1.8s infinite alternate;
  animation-timing-function: ease-in-out;
}

@keyframes move {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move2 {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating {
  position: absolute;
  top: 186px;
  right: 70px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
.floating div {
  width: 115px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 15px;
  overflow: hidden;
}
.floating a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.floating .intranet {
  background: #fba817;
  border-radius: 15px 15px 0 0;
}
.floating .sitemap {
  border-radius: 0 0 15px 15px;
}

.scroll {
  position: absolute;
  left: 80px;
  bottom: 0;
}
.scroll > div {
  display: flex;
  align-items: center;
  z-index: 3;
  gap: 0 20px;
  transform: rotate(270deg);
  transform-origin: left;
}
.scroll > div > span {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.scroll .scrollbar {
  position: relative;
}
.scroll .scrollbar__bg {
  display: block;
  width: 83px;
  height: 2px;
  background: #fff;
  opacity: 0.6;
}
.scroll .scrollbar__progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 2px;
  background: #fff;
  z-index: 1;
}

#business {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  padding: 136px 34px 0 52px;
  z-index: 2;
}
#business p {
  position: relative;
  width: 710px;
  font-family: "SUIT";
  font-size: 60px;
  font-weight: 900;
  color: #fff;
}
#business p span {
  font-weight: 200;
}
#business p strong {
  font-weight: 900;
  background: linear-gradient(to left, #7196fc, #b98bfd 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#business .card {
  position: absolute;
  top: 62px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1312px;
  margin-left: -260px;
}
#business .card__bottom {
  display: flex;
  margin-top: 50px;
  gap: 0 55px;
}
#business .card__bottom a:nth-of-type(1) {
  margin-top: -134px;
}
#business .card__bottom a:nth-of-type(3) {
  margin-top: -282px;
}
#business .card a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 385px;
  height: 496px;
  padding: 52px 38px 60px 45px;
  border: 2px solid #fff;
  border-radius: 30px;
  box-sizing: border-box;
  transition: border 0.4s;
}
#business .card a::before {
  content: "";
  opacity: 0;
  position: absolute;
  width: 381px;
  height: 492px;
  left: -2px;
  top: -2px;
  padding: 2px;
  background: linear-gradient(70deg, #7196fc, #b98bfd);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 30px;
  transition: opacity 0.4s;
}
#business .card a:hover {
  border: 2px solid transparent;
}
#business .card a:hover::before {
  content: "";
  opacity: 1;
}
#business .card a span {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 33px;
  color: #fff;
  text-transform: uppercase;
}
#business .card a ul {
  margin-top: 24px;
}
#business .card a li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  font-family: "SUIT";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}
#business .card a li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
#business .card a.link {
  width: 386px;
  border: none;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 387 498'%3E%3Cpath d='M325.9,444.05c1.77-2.87,4.22-5.29,7.1-7.04,8.94-5.46,18.57-4.59,26.76-4.59,13.44,0,26.06-9.85,26.06-24.07V26.53c0-14.1-11.43-25.53-25.53-25.53H26.32C12.24,1,.82,12.42.82,26.5v444.97c0,14.1,11.43,25.54,25.54,25.54h267.54c15.54,0,27.54-14.27,27.54-28.96,0-7.58-.58-15.8,4.47-23.97v-.02Z' style='fill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: background 0.4s;
}
#business .card a.link:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 387 498'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0%25' x2='100%25' y1='0%25' y2='100%25' gradientTransform='rotate(-60)'%3E%3Cstop offset='0%25' style='stop-color:%237195fc;stop-opacity:1'/%3E%3Cstop offset='100%25' style='stop-color:%23b585fd;stop-opacity:1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill='none' stroke='url(%23a)' stroke-width='2' d='M325.9 444.05c1.77-2.87 4.22-5.29 7.1-7.04 8.94-5.46 18.57-4.59 26.76-4.59 13.44 0 26.06-9.85 26.06-24.07V26.53c0-14.1-11.43-25.53-25.53-25.53H26.32C12.24 1 .82 12.42.82 26.5v444.97c0 14.1 11.43 25.54 25.54 25.54H293.9c15.54 0 27.54-14.27 27.54-28.96 0-7.58-.58-15.8 4.47-23.97v-.02Z'/%3E%3C/svg%3E");
}
#business .card a.link:hover::before {
  display: none;
}
#business .card a.link:hover::after {
  background: url(/static/platform/img/main/b-link-on.png) no-repeat;
}
#business .card a.link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 54px;
  height: 54px;
  background: url(/static/platform/img/main/b-link.png) no-repeat;
  transition: background 0.2s;
}
#business .double {
  transform: scale(0.77) translate(106px, -26px);
}
#business .mix {
  position: absolute;
  top: 195%;
  transform: scale(0.716) translateX(30px);
}
#business .tri {
  transform: scale(0.74);
  transform: scale(0.74) translate(360px, -340px);
}
#business .txt-stroke {
  display: block;
  position: absolute;
  left: 0;
  top: calc(197% + 53px + 24px);
  width: 1412px;
  height: 137px;
  background: url(/static/platform/img/main/txt-stroke.png);
  z-index: -1;
}

.section2 {
  background: url(/static/platform/img/main/section3-bg.png) top center no-repeat;
  background-size: cover;
  height: 935px;
}
.section2 .swiper {
  position: relative;
  display: grid;
  height: 100%;
  grid-template-columns: repeat(4, 1fr);
}
.section2 .swiper-slide {
  display: flex;
  height: 100%;
  padding: 80px 70px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.6s;
}
.section2 .swiper-slide:hover, .section2 .swiper-slide:focus {
  justify-content: flex-start;
  background: url(/static/platform/img/main/section3-hover.png) center center no-repeat;
  background-size: cover;
}
.section2 .swiper-slide:hover .txt__desc p, .section2 .swiper-slide:focus .txt__desc p {
  height: auto;
}
.section2 .swiper-slide:hover .txt__mouse, .section2 .swiper-slide:focus .txt__mouse {
  display: none;
}
.section2 .swiper .txt__tit span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.section2 .swiper .txt__tit strong {
  display: block;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  margin-top: 12px;
}
.section2 .swiper .txt__tit p {
  font-family: "SUIT";
  font-size: 26px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  line-height: 1;
  margin: 38px 0 32px;
}
.section2 .swiper .txt__desc p {
  overflow: hidden;
  height: 0;
  margin-top: 38px;
  font-family: "SUIT";
  font-weight: 500;
  font-size: 18px;
  color: #eaeaea;
  line-height: 1.89;
  letter-spacing: 0.18px;
}
.section2 .swiper .txt__desc p strong {
  font-weight: 900;
  color: #fff;
}
.section2 .swiper .txt__mouse {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-top: 54px;
}
.section2 .swiper .txt__mouse span {
  color: #fff;
  font-weight: 800;
}
.section2 .swiper .txt__mouse i {
  display: inline-block;
  width: 18px;
  height: 25px;
  background: url(/static/platform/img/main/mouse.png) center center no-repeat;
}
.section2 .swiper-btn {
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  width: 71px;
  height: 71px;
  z-index: 1;
}
.section2 .swiper-btn button {
  width: 100%;
  height: 100%;
  background: url(/static/platform/img/main/swiper-btn.png) center center no-repeat;
  outline: 0;
  border: 0;
}
.section2 .swiper-btn__next.swiper-button-disabled {
  display: none;
}
.section2 .swiper-btn__next.swiper-button-disabled + .swiper-btn__prev {
  display: block;
}
.section2 .swiper-btn__prev {
  transform: rotate(180deg);
  transition: 2s;
  transition-delay: 250ms;
  display: none;
}

.section3 {
  position: relative;
  min-height: 0;
  padding: 140px 100px 73px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.section3::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 1195px;
  background: url(/static/platform/img/main/section4-bg.png) top left no-repeat;
  background-size: cover;
  z-index: -1;
}
.section3 .txt {
  display: flex;
  gap: 0 12.34%;
  padding-left: 50px;
  padding-right: 140px;
}
.section3 .txt p {
  font-family: "SUIT";
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.section3 .txt .cmpy {
  display: block;
  width: 460px;
  height: 58px;
  background: url(/static/platform/img/main/txt-gradient.png) no-repeat;
  margin-bottom: 24px;
}
.section3 .txt .info dl {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
}
.section3 .txt .info dt {
  display: table-cell;
  font-family: "Montserrat";
  font-weight: 800;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  text-transform: uppercase;
  padding-right: 4px;
}
.section3 .txt .info dd {
  display: table-cell;
  font-family: "SUIT";
  font-weight: 600;
  color: #fff;
  font-size: 20px;
}
.section3 .b-contack {
  position: absolute;
  top: 110px;
  right: 100px;
  width: 130px;
  height: 130px;
  background: url(/static/platform/img/main/b-more.png) no-repeat;
  color: white;
}
.section3__map {
  width: 100%;
  height: 500px;
  background: #e4e4e4;
  border-radius: 40px;
  margin: 60px auto 0;
  overflow: hidden;
}

/* 푸터 */
.footer {
  display: flex;
  width: 100%;
  height: 260px;
  justify-content: space-between;
  padding: 43px 100px 55px;
}
.footer .site li {
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 42px;
}
.footer .address p {
  font-family: "SUIT";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.67;
  color: #fff;
}
.footer .address ul {
  display: flex;
  gap: 0 40px;
  margin-top: 38px;
}
.footer .address li {
  font-family: "SUIT";
  font-weight: 600;
  color: #fff;
}
.footer .address li:last-of-type {
  position: relative;
  color: #b5b5b5;
}
.footer .address li:last-of-type::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.footer .logo {
  text-align: right;
}
.footer .logo i {
  display: inline-block;
  width: 249px;
  height: 62px;
  background: url(/static/platform/img/main/footer-logo.png) no-repeat;
}
.footer .logo p {
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 27px;
  color: #b5b5b5;
  margin-top: 14px;
}
/*# sourceMappingURL=main.css.map */
