@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacityAni {
  -webkit-animation: opacity .5s 0s ease-out forwards;
  animation: opacity .5s 0s ease-out forwards;
}

.title {
  text-align: center;
  line-height: normal;
  letter-spacing: 0;
}

section.i_sec00 {
  width: 100%;
  height: 100%;
  background: #222;
  color: #2D8EFF;
  min-height: 100vh;
  position: relative;
}
section.i_sec00 .inner {
  padding: 77px 0 0;
  text-align: left;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  min-height: 1080px;
}
section.i_sec00 .inner .img-hover {
  width: 856px;
  height: 570px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../icons/introduction/i-00.png") no-repeat;
}
section.i_sec00 .inner .img-hover:hover {
  background: url("../icons/introduction/i-00-hover.png") no-repeat;
}
section.i_sec00 .inner .title-area {
  position: absolute;
  left: -201px;
  top: -86px;
  z-index: 1;
}
section.i_sec00 .inner .title-area .title-82 {
  font-size: 8rem;
  text-align: left;
  font: normal normal 800 82px/76px Pretendard;
  letter-spacing: 0px;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2D8EFF;
  margin-bottom: 0.8rem;
}
section.i_sec00 .inner .title-area .title {
  text-align: left;
}
section.i_sec00 .inner article {
  position: absolute;
  right: 0;
  bottom: -180px;
  color: #fff;
  font-weight: 600;
  display: flex;
  gap: 2rem;
}
section.i_sec00 .inner article h3 {
  line-height: 2.7rem;
}

section.i_sec01 {
  width: 100%;
  height: 100vh;
}

/*# sourceMappingURL=introduction.css.map */
