@charset "UTF-8";
/* color */
.app-content-container {
  max-width: 1000px;
}

.main-wrapper {
  padding-bottom: 80px;
  background: radial-gradient(circle, rgb(33, 36, 39) 0%, rgba(4, 4, 5, 0.4) 40%);
}
.main-wrapper .main-section-txt {
  padding-top: 200px;
  text-align: center;
}
.main-wrapper .main-section-txt .title {
  font-size: 22px;
  font-weight: 700;
  color: #868e96;
}
.main-wrapper .main-section-txt .keyword-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 72px;
  margin: 10px auto 0;
  font-style: normal;
  white-space: nowrap;
  transition: all 0.3s;
}
.main-wrapper .main-section-txt .keyword-wrapper .sub-title {
  width: 236px;
  margin-right: 10px;
}
.main-wrapper .main-section-txt .keyword-wrapper .division {
  display: block;
  width: 1px;
  height: 60px;
  margin-right: 10px;
  background-color: #6d767e;
}
.main-wrapper .main-section-txt .keyword-wrapper .keyword {
  display: flex;
  justify-items: flex-start;
  height: 100%;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}
.main-wrapper .main-section-txt .keyword-wrapper .keyword span {
  width: 0;
  line-height: 68px;
  text-align: left;
  overflow: hidden;
  transition: all 0.3s;
}
.main-wrapper .main-section-txt .keyword-wrapper .keyword span:nth-child(1).active {
  animation: pc-keyword-01 1.2s;
}
.main-wrapper .main-section-txt .keyword-wrapper .keyword span:nth-child(2).active {
  animation: pc-keyword-02 1.2s;
}
.main-wrapper .main-section-txt .keyword-wrapper .keyword span:nth-child(3).active {
  animation: pc-keyword-03 2.4s;
}
.main-wrapper .main-section-txt .intro {
  margin-top: 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.18px;
  color: #6d767e;
}
.main-wrapper .main-section-txt .intro em {
  font-weight: 700;
  font-style: normal;
}
.main-wrapper .main-section-txt .main-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 32px;
}
.main-wrapper .main-section-txt .main-btn-container .btn-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 40px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  color: #dadfe3;
  background: #141619;
  border: 1px solid #33363B;
  border-radius: 999px;
  transition: all 0.3s;
}
.main-wrapper .main-section-txt .main-btn-container .btn-info:nth-child(n+2) {
  margin-left: 16px;
}
.main-wrapper .main-section-txt .main-btn-container .btn-info:not(.disabled):hover {
  color: #ffffff;
  background: #33363b;
}
.main-wrapper .main-section-txt .main-btn-container .btn-info:not(.disabled):active {
  color: #ffffff;
  background: #33363b;
}
.main-wrapper .main-section-txt .main-btn-container .btn-info.disabled {
  color: #33363b;
  background: #141619;
  pointer-events: none;
  cursor: not-allowed;
}
.main-wrapper .main-section-img {
  position: relative;
  width: 860px;
  height: 463px;
  margin: 74px auto 0;
  perspective: 1668px;
  z-index: 10;
}
.main-wrapper .main-section-img .img-device, .main-wrapper .main-section-img .img-screen {
  position: absolute;
  top: 0;
}
.main-wrapper .main-section-img .img-device {
  left: 0;
  width: 860px;
  height: 463px;
  z-index: 1;
}
.main-wrapper .main-section-img .img-screen {
  top: -38px;
  left: 50%;
  width: 600px;
  height: 376px;
  transform: translateX(-50%) scale(1.28, 0.86) rotateX(-45deg);
  transform-style: preserve-3d;
  z-index: 10;
}

.strength-wrapper {
  padding-bottom: 100px;
}
.strength-wrapper .strength-section-title {
  position: relative;
  padding-top: 140px;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.4;
  z-index: 1;
}
.strength-wrapper .strength-section-title .title {
  display: block;
  opacity: 0.2;
}
.strength-wrapper .strength-section-img {
  margin-top: 146px;
}
.strength-wrapper .strength-section-img .screen-img {
  display: flex;
  justify-content: space-between;
}
.strength-wrapper .strength-section-img .screen-img img {
  position: relative;
  width: 422px;
  height: 264px;
  z-index: 1;
}
.strength-wrapper .strength-section-img .strength-description {
  margin-top: 86px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  color: #6d767e;
}

.light-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 240px 0;
}
.light-wrapper .app-content-container {
  transform: translateY(500px);
}
.light-wrapper .polygon-turaco {
  display: block;
  width: 156px;
  height: 156px;
  margin: 0 auto;
}
.light-wrapper .scroll-description {
  margin: 6px auto 0;
  font-size: 64px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.scroll-wrapper .app-content-container {
  position: relative;
  height: 1000px;
  transform: translateY(500px);
  overflow-x: hidden;
}
.scroll-wrapper .node-section .img-nodes {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  height: 936px;
}
.scroll-wrapper .node-section .node-text {
  position: absolute;
  top: 252px;
  left: 50%;
  line-height: 1.4;
  text-align: center;
  transform: translateX(-50%);
}
.scroll-wrapper .node-section .node-text .node-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}
.scroll-wrapper .node-section .node-text .node-description {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  color: #6d767e;
  opacity: 0;
  transform: translateY(-10px);
}

.drag-wrapper {
  overflow: hidden;
}
.drag-wrapper .app-content-container {
  height: 1000px;
  transform: translateY(500px);
}
.drag-wrapper .drag-description {
  margin-top: 156px;
}
.drag-wrapper .drag-description span {
  display: block;
  line-height: 1.4;
}
.drag-wrapper .drag-description span:nth-child(1) {
  font-size: 30px;
  font-weight: 500;
  color: #dadfe3;
}
.drag-wrapper .drag-description span:nth-child(2) {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
}
.drag-wrapper .video-container {
  position: relative;
  width: 1000px;
  margin-top: 68px;
}
.drag-wrapper .video-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.drag-wrapper .video-container .drag-video {
  position: absolute;
  top: 30px;
  left: 118px;
  width: 764px;
  height: 477px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000000;
}

.grid-wrapper {
  height: 1000px;
  background: url("../assets/images/bg-grid-pc.png") no-repeat center/cover;
  overflow: hidden;
}
.grid-wrapper .app-content-container {
  position: relative;
  height: 100%;
  transform: translateY(500px);
}
.grid-wrapper .txt-section {
  position: absolute;
  top: 190px;
  left: 72px;
  width: 360px;
  height: 230px;
  overflow: hidden;
}
.grid-wrapper .description {
  font-size: 56px;
  line-height: 1.4;
  font-weight: 700;
}
.grid-wrapper .description:nth-child(1) span:nth-child(2) {
  opacity: 0.2;
}
.grid-wrapper .description:nth-child(2) {
  margin-top: 16px;
}
.grid-wrapper .description span {
  display: block;
  color: #ffffff;
  white-space: nowrap;
}
.grid-wrapper .img-grid {
  position: absolute;
  width: 874px;
  height: 650px;
  top: 245px;
  right: -130px;
}
.grid-wrapper .img-grid.grid-filled {
  opacity: 0;
}

.application-wrapper {
  overflow: hidden;
}
.application-wrapper .app-content-container {
  position: relative;
  height: 1000px;
}
.application-wrapper .application-description-section {
  position: absolute;
  top: 144px;
  left: 0;
}
.application-wrapper .application-description-section .sub-title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  color: #dadfe3;
}
.application-wrapper .application-description-section .application-description {
  position: relative;
  width: 520px;
  height: 158px;
}
.application-wrapper .application-description-section .application-type {
  position: absolute;
  left: 0;
  top: 0;
}
.application-wrapper .application-description-section .application-type:nth-child(n+2) {
  opacity: 0;
}
.application-wrapper .application-description-section .application-type .name-application {
  margin-top: 8px;
  font-size: 56px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
}
.application-wrapper .application-description-section .application-type .detail-description {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  white-space: nowrap;
  color: #6d767e;
}
.application-wrapper .img-application {
  position: absolute;
  top: 332px;
  right: -76px;
  width: 1170px;
  height: 642px;
  -o-object-fit: contain;
     object-fit: contain;
}
.application-wrapper .img-application:nth-child(n+3) {
  opacity: 0;
}

.pipeline-wrapper {
  padding: 240px 0;
}
.pipeline-wrapper .app-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(500px);
}
.pipeline-wrapper .pipeline-section .sub-txt {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: #6d767e;
  opacity: 0;
}
.pipeline-wrapper .pipeline-section .main-txt {
  margin-top: 20px;
  font-size: 64px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
}

.app-resource-wrapper {
  padding: 240px 0;
}
.app-resource-wrapper .app-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(500px);
}
.app-resource-wrapper .app-resource-description {
  font-size: 64px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
}
.app-resource-wrapper .app-resource-description span {
  display: block;
  white-space: nowrap;
}
.app-resource-wrapper .app-resource-description span:nth-child(n+2) {
  opacity: 0.2;
}
.app-resource-wrapper .sub-section {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #6d767e;
  opacity: 0;
}

.app-list-name-wrapper {
  padding: 160px 0;
}
.app-list-name-wrapper .app-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(500px);
}
.app-list-name-wrapper .list-name-section {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.app-list-name-wrapper .list-name-section span {
  display: block;
}
.app-list-name-wrapper .list-name-section span + span {
  margin-top: 16px;
}

.app-monitoring-wrapper {
  overflow: hidden;
}
.app-monitoring-wrapper .app-content-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(500px);
}
.app-monitoring-wrapper .monitoring-section .content-title {
  font-size: 64px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  opacity: 0;
}
.app-monitoring-wrapper .monitoring-section .content-description {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #6d767e;
  opacity: 0;
  transform: translateY(18px);
}
.app-monitoring-wrapper .img-monitoring {
  width: 1040px;
  height: 650px;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(325px);
}
.app-monitoring-wrapper .img-monitoring.img-pc {
  display: block;
}
.app-monitoring-wrapper .img-monitoring.img-mobile {
  display: none;
}

.msa-wrapper {
  padding: 240px 0;
}
.msa-wrapper .app-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.msa-wrapper .msa-section {
  transform: translateY(500px);
}
.msa-wrapper .content-title {
  font-size: 64px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.msa-wrapper .sub-txt {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: #6d767e;
  opacity: 0;
}

.dev-wrapper {
  padding: 240px 0 120px;
}
.dev-wrapper .app-content-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 1000px;
  transform: translateY(500px);
}
.dev-wrapper .txt-section {
  margin-left: 60px;
  transform: translateY(40px);
}
.dev-wrapper .txt-section .sub-txt {
  display: block;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  color: #dadfe3;
}
.dev-wrapper .txt-section .content-title {
  margin-top: 8px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}
.dev-wrapper .txt-section .content-description {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #6d767e;
  opacity: 0;
}
.dev-wrapper .img-section {
  position: relative;
  width: 260px;
  height: 260px;
}
.dev-wrapper .img-section .img-dev-polygon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 260px;
  transform: translate(-50%, -50%);
}
.dev-wrapper .img-section .img-dev-polygon.light {
  width: 345px;
  height: 375px;
  opacity: 0;
}

.observer-wrapper .app-content-container {
  position: relative;
  width: 100%;
  max-width: none;
  height: calc(100vh - 100px);
}
.observer-wrapper .txt-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  z-index: 10;
  opacity: 0;
}
.observer-wrapper .gradient-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.observer-wrapper .gradient-section .keyword {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16.6666666667%;
  font-size: 36px;
  font-weight: 700;
  color: transparent;
  opacity: 0;
  background: linear-gradient(90deg, #000 0%, #000 100%);
  overflow: hidden;
}
.observer-wrapper .gradient-section .keyword:nth-child(1) {
  transform: translateY(0);
  z-index: 10;
}
.observer-wrapper .gradient-section .keyword:nth-child(2) {
  transform: translateY(100%);
  z-index: 9;
}
.observer-wrapper .gradient-section .keyword:nth-child(3) {
  transform: translateY(200%);
  z-index: 8;
}
.observer-wrapper .gradient-section .keyword:nth-child(4) {
  transform: translateY(300%);
  z-index: 7;
}
.observer-wrapper .gradient-section .keyword:nth-child(5) {
  transform: translateY(400%);
  z-index: 6;
}
.observer-wrapper .gradient-section .keyword:nth-child(6) {
  transform: translateY(500%);
  z-index: 5;
}
.observer-wrapper .description-section {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.4;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.observer-wrapper .description-section .txt-title span {
  display: block;
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}
.observer-wrapper .description-section .description {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  color: #6d767e;
  opacity: 0;
}

.pricing-wrapper {
  padding: 216px 0 0;
  margin: 216px 0 432px;
}
.pricing-wrapper .app-content-container {
  max-width: 1302px;
}
.pricing-wrapper .title {
  font-size: 64px;
  font-weight: 700;
  text-align: center;
}
.pricing-wrapper .plan-section {
  margin-top: 86px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.pricing-wrapper .plan-item {
  position: relative;
  width: 300px;
  height: 592px;
  padding: 40px 32px;
  background: #1C1F21;
  border-radius: 6px;
  border: 1px solid #adb5bd;
  transition: all 0.3s;
  cursor: pointer;
}
.pricing-wrapper .plan-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: -1;
}
.pricing-wrapper .plan-item::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid transparent;
  border-radius: 6px;
}
.pricing-wrapper .plan-item:nth-child(n+2) {
  margin-left: 34px;
}
.pricing-wrapper .plan-item:hover {
  transform: translateY(-24px);
}
.pricing-wrapper .plan-item:hover::before {
  background: #000000;
}
.pricing-wrapper .plan-item:hover::after {
  border: 1px solid #FF5A3C;
  box-shadow: 0px 0px 70px 0px rgba(255, 90, 60, 0.25), 0px 0px 8px 0px rgba(255, 90, 60, 0.6);
}
.pricing-wrapper .plan-item .type {
  display: block;
  height: 41px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: url("../assets/images/bg-dot-underline-pc.png") no-repeat left bottom/contain;
}
.pricing-wrapper .plan-item .price {
  padding: 16px 0;
  text-align: center;
  background: url("../assets/images/bg-dot-underline-pc.png") no-repeat left bottom/contain;
}
.pricing-wrapper .plan-item .price .num {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #FF5A3C;
}
.pricing-wrapper .plan-item .price .per {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  color: #9ba2aa;
}
.pricing-wrapper .plan-item .notice {
  padding: 0 40px;
  margin-top: 126px;
  text-align: center;
}
.pricing-wrapper .plan-item .option-list .option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  font-size: 14px;
  white-space: nowrap;
  color: #E9ECEF;
  border-bottom: 1px solid #495057;
}
.pricing-wrapper .plan-item .option-list .option .value {
  font-weight: 600;
  white-space: nowrap;
}
.pricing-wrapper .plan-item .option-list .option .value .detail {
  display: inline-block;
  font-weight: 400;
}

.move-wrapper {
  padding: 0 0 306px;
}
.move-wrapper .app-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.move-wrapper .txt-section .img-turaco-bird {
  display: inline-block;
  width: 128px;
  height: 128px;
}
.move-wrapper .txt-section .txt-title {
  margin-top: 40px;
  font-size: 64px;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
  color: #ffffff;
}
.move-wrapper .btn-section {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  opacity: 0;
}
.move-wrapper .btn-section a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0 26px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  color: #dadfe3;
  background: #141619;
  border: 1px solid #33363b;
  border-radius: 999px;
  transition: all 0.3s;
}
.move-wrapper .btn-section a:not(.disabled):hover {
  color: #ffffff;
  background: #33363b;
}
.move-wrapper .btn-section a:not(.disabled):active {
  background: #141619;
}
.move-wrapper .btn-section a.disabled {
  color: #33363b;
  background: #141619;
  pointer-events: none;
  cursor: not-allowed;
}
.move-wrapper .btn-section a + a {
  margin-left: 18px;
}

@keyframes pc-keyword-01 {
  0% {
    width: 0;
  }
  70% {
    width: 130px;
  }
  85% {
    width: 130px;
  }
  100% {
    width: 0;
  }
}
@keyframes pc-keyword-02 {
  0% {
    width: 0;
  }
  70% {
    width: 132px;
  }
  85% {
    width: 132px;
  }
  100% {
    width: 0;
  }
}
@keyframes pc-keyword-03 {
  0% {
    width: 0;
  }
  50% {
    width: 338px;
  }
  80% {
    width: 338px;
  }
  100% {
    width: 0;
  }
}
@media (max-width: 1439px) {
  .grid-wrapper .txt-section {
    left: 0;
  }
  .grid-wrapper .img-section {
    top: 243px;
    right: 0;
  }
  .pricing-wrapper {
    padding: 132px 0 0;
    margin: 300px 0 432px;
  }
  .pricing-wrapper .app-content-container {
    max-width: 1168px;
  }
  .pricing-wrapper .plan-item {
    width: 280px;
  }
  .pricing-wrapper .plan-item:nth-child(n+2) {
    margin-left: 16px;
  }
  .pricing-wrapper .plan-item .notice {
    padding: 0 30px;
  }
  .contact-wrapper .app-content-container {
    transform: translateY(500px);
  }
}
@media (max-width: 1199px) {
  .app-content-container {
    max-width: 100vw;
  }
  .main-wrapper {
    padding-bottom: 179px;
  }
  .main-wrapper .main-section-txt {
    padding-top: 178px;
  }
  .main-wrapper .main-section-txt .keyword-wrapper {
    height: 60px;
    margin-top: 20px;
  }
  .main-wrapper .main-section-txt .keyword-wrapper img {
    width: 148px;
    margin-right: 14px;
  }
  .main-wrapper .main-section-txt .keyword-wrapper .division {
    margin-right: 14px;
  }
  .main-wrapper .main-section-txt .keyword {
    font-size: 50px;
  }
  .main-wrapper .main-section-txt .keyword span {
    line-height: 56px;
  }
  .main-wrapper .main-section-txt .keyword span:nth-child(1).active {
    animation: tab-keyword-01 1.2s;
  }
  .main-wrapper .main-section-txt .keyword span:nth-child(2).active {
    animation: tab-keyword-02 1.2s;
  }
  .main-wrapper .main-section-txt .keyword span:nth-child(3).active {
    animation: tab-keyword-03 2.4s;
  }
  .main-wrapper .main-section-txt .intro {
    margin-top: 25px;
  }
  .main-wrapper .main-section-txt .main-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 51px;
  }
  .main-wrapper .main-section-img {
    width: 608px;
    height: 327px;
    margin: 77px auto 0;
    perspective: 1080px; /* 사진 모양에 영향을 줌 */
  }
  .main-wrapper .main-section-img .img-device {
    width: 608px;
    height: 327px;
  }
  .main-wrapper .main-section-img .img-screen {
    top: -8px; /* 사진 모양에 영향을 줌 */
    width: 364px;
    height: 228px;
    transform: translateX(-50%) scale(1.5, 1) rotateX(-45deg);
  }
  .strength-wrapper {
    padding-bottom: 237px;
  }
  .strength-wrapper .app-content-container {
    width: 608px;
  }
  .strength-wrapper .bottom-title {
    margin-top: 0;
  }
  .strength-wrapper .strength-section-img {
    margin-top: 140px;
  }
  .strength-wrapper .strength-section-img .screen-img img {
    width: 256px;
    height: 160px;
  }
  .strength-wrapper .strength-icon {
    margin-top: 128px;
  }
  .light-wrapper {
    padding: 393px 0;
  }
  .light-wrapper .polygon-turaco {
    width: 160px;
    height: 160px;
  }
  .light-wrapper .scroll-description {
    margin: 12px auto 0;
  }
  .scroll-wrapper .node-section .img-nodes {
    left: 50%;
    width: 982px;
    height: 920px;
    transform: translateX(-50%);
  }
  .scroll-wrapper .node-section .node-text {
    position: absolute;
    top: 341px;
    left: 50%;
    transform: translateX(-50%);
  }
  .drag-wrapper {
    padding-top: 0;
    margin-bottom: 190px;
  }
  .drag-wrapper .drag-description {
    margin: 160px 264px 100px 80px;
    white-space: nowrap;
  }
  .drag-wrapper .video-container {
    width: 721px;
    margin-top: 0;
    margin: 60px auto 0;
  }
  .drag-wrapper .video-container .drag-video {
    top: 22px;
    left: 85px;
    width: 551px;
    height: 344px;
  }
  .grid-wrapper {
    height: 100vh;
  }
  .grid-wrapper .app-content-container {
    position: relative;
    height: 100%;
  }
  .grid-wrapper .txt-section {
    position: absolute;
    top: 154px;
    left: 80px;
    width: 318px;
    height: 210px;
  }
  .grid-wrapper .description {
    font-size: 50px;
  }
  .grid-wrapper .description:nth-child(2) {
    margin-top: 16px;
  }
  .grid-wrapper .img-grid {
    width: 862px;
    height: 641px;
    top: 294px;
    right: -160px;
  }
  .application-wrapper .app-content-container {
    height: 1024px;
  }
  .application-wrapper .application-description-section {
    top: 178px;
    margin-left: 80px;
  }
  .application-wrapper .application-description-section .application-description {
    height: 183px;
  }
  .application-wrapper .img-application {
    position: absolute;
    top: 475px;
    width: 916px;
    height: 502px;
  }
  .pipeline-wrapper {
    padding: 408px 0;
  }
  .pipeline-wrapper .pipeline-section .main-txt {
    font-size: 56px;
  }
  .app-resource-wrapper {
    padding: 372px 0;
  }
  .app-resource-wrapper .app-resource-description {
    font-size: 56px;
  }
  .app-list-name-wrapper {
    padding: 288px 0;
  }
  .app-monitoring-wrapper .app-content-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(500px);
  }
  .app-monitoring-wrapper .monitoring-section .content-title {
    font-size: 50px;
  }
  .app-monitoring-wrapper .img-monitoring {
    width: 648px;
    height: 555px;
    margin-top: 60px;
  }
  .app-monitoring-wrapper .img-monitoring.img-pc {
    display: none;
  }
  .app-monitoring-wrapper .img-monitoring.img-mobile {
    display: block;
  }
  .msa-wrapper {
    padding: 451px 0;
  }
  .msa-wrapper .content-title {
    font-size: 56px;
  }
  .dev-wrapper {
    padding: 237px 0;
  }
  .dev-wrapper .app-content-container {
    flex-direction: column;
    width: 100%;
  }
  .dev-wrapper .txt-section {
    margin-left: 0;
    text-align: center;
  }
  .dev-wrapper .img-section {
    margin-top: 70px;
  }
  .dev-wrapper .img-section .img-dev-polygon {
    transform: translate(-50%, -50%);
  }
  .observer-wrapper .app-content-container {
    height: calc(100vh - 100px);
  }
  .observer-wrapper .description-section .txt-title span {
    font-size: 56px;
  }
  .pricing-wrapper {
    padding: 545px 0 0;
    margin: 300px 0 432px;
  }
  .pricing-wrapper .app-content-container {
    max-width: 560px;
  }
  .pricing-wrapper .title {
    font-size: 56px;
  }
  .pricing-wrapper .plan-section {
    margin-top: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pricing-wrapper .plan-item {
    width: 100%;
    height: 412px;
    padding: 40px 56px;
    cursor: initial;
  }
  .pricing-wrapper .plan-item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
  .pricing-wrapper .plan-item:last-child {
    height: 356px;
  }
  .pricing-wrapper .plan-item:hover {
    transform: none;
  }
  .pricing-wrapper .plan-item:hover::before {
    background: transparent;
  }
  .pricing-wrapper .plan-item:hover::after {
    border: 1px solid transparent;
    box-shadow: none;
  }
  .pricing-wrapper .plan-item .option-section {
    display: flex;
  }
  .pricing-wrapper .plan-item .option-section .option {
    width: calc(50% - 10px);
  }
  .pricing-wrapper .plan-item .option-section .option:nth-child(2) {
    margin-left: 20px;
  }
  .pricing-wrapper .plan-item .notice {
    padding: 0 32px;
    margin-top: 68px;
    font-size: 20px;
  }
  .pricing-wrapper .plan-item .type {
    background: url("../assets/images/bg-dot-underline-tablet.png") no-repeat left bottom/contain;
  }
  .pricing-wrapper .plan-item .price {
    background: url("../assets/images/bg-dot-underline-tablet.png") no-repeat left bottom/contain;
  }
  .move-wrapper {
    padding: 0 0 344px;
  }
  .move-wrapper .txt-section .img-turaco-bird {
    width: 98px;
    height: 98px;
  }
  .move-wrapper .txt-section .txt-title {
    margin-top: 32px;
    font-size: 50px;
  }
  .move-wrapper .btn-section {
    margin-top: 32px;
  }
  .move-wrapper .btn-section a {
    height: 35px;
    padding: 0 20px;
    font-size: 12px;
  }
  .move-wrapper .btn-section a + a {
    margin-left: 16px;
  }
  @keyframes tab-keyword-01 {
    0% {
      width: 0;
    }
    70% {
      width: 109px;
    }
    85% {
      width: 109px;
    }
    100% {
      width: 0;
    }
  }
  @keyframes tab-keyword-02 {
    0% {
      width: 0;
    }
    70% {
      width: 99px;
    }
    85% {
      width: 99px;
    }
    100% {
      width: 0;
    }
  }
  @keyframes tab-keyword-03 {
    0% {
      width: 0;
    }
    50% {
      width: 281px;
    }
    83% {
      width: 281px;
    }
    100% {
      width: 0;
    }
  }
}
@media (max-width: 766px) {
  .app-content-container {
    width: 100%;
  }
  .main-wrapper {
    padding-bottom: 42px;
    background: radial-gradient(circle, rgb(33, 36, 39) 0%, rgba(4, 4, 5, 0.4) 50%);
  }
  .main-wrapper .main-section-txt {
    padding-top: 100px;
  }
  .main-wrapper .main-section-txt .title {
    font-size: 12px;
  }
  .main-wrapper .main-section-txt .keyword-wrapper {
    height: 36px;
    margin-top: 12px;
  }
  .main-wrapper .main-section-txt .keyword-wrapper .sub-title {
    width: 118px;
    margin-right: 12px;
  }
  .main-wrapper .main-section-txt .keyword-wrapper .division {
    height: 30px;
    margin-right: 8px;
  }
  .main-wrapper .main-section-txt .keyword-wrapper .keyword {
    font-size: 26px;
  }
  .main-wrapper .main-section-txt .keyword-wrapper .keyword span {
    line-height: 1.4;
  }
  .main-wrapper .main-section-txt .keyword-wrapper .keyword span:nth-child(1).active {
    animation: mobile-keyword-01 1.2s;
  }
  .main-wrapper .main-section-txt .keyword-wrapper .keyword span:nth-child(2).active {
    animation: mobile-keyword-02 1.2s;
  }
  .main-wrapper .main-section-txt .keyword-wrapper .keyword span:nth-child(3).active {
    animation: mobile-keyword-03 2.4s;
  }
  .main-wrapper .main-section-txt .intro {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: -0.11px;
    white-space: nowrap;
  }
  .main-wrapper .main-section-txt .main-btn-container {
    margin-top: 24px;
  }
  .main-wrapper .main-section-txt .main-btn-container .btn-info {
    height: 28px;
    padding: 0 14px;
    font-size: 10px;
    background: #141619;
    border-radius: 40px;
  }
  .main-wrapper .main-section-img {
    width: 334px;
    height: 180px;
    margin: 50px auto 0;
    perspective: 580px; /* 사진 모양에 영향을 줌 */
  }
  .main-wrapper .main-section-img .img-device {
    width: 334px;
    height: 180px;
  }
  .main-wrapper .main-section-img .img-screen {
    top: -3px; /* 사진 모양에 영향을 줌 */
    width: 198px;
    height: 124px;
    transform: translateX(-50%) scale(1.5, 1) rotateX(-45deg);
  }
  .strength-wrapper {
    padding-top: 180px;
    padding-bottom: 286px;
  }
  .strength-wrapper .app-content-container {
    width: 334px;
  }
  .strength-wrapper .strength-section-title {
    padding-top: 80px;
    font-size: 30px;
  }
  .strength-wrapper .strength-section-img {
    margin-top: 82px;
  }
  .strength-wrapper .strength-section-img .screen-img img {
    width: 140px;
    height: 88px;
  }
  .strength-wrapper .strength-section-img .strength-description {
    margin-top: 74px;
    font-size: 11px;
    text-align: center;
  }
  .light-wrapper {
    padding: 380px 0;
  }
  .light-wrapper .polygon-turaco {
    width: 82px;
    height: 82px;
  }
  .light-wrapper .scroll-description {
    margin: 4px auto 0;
    font-size: 36px;
  }
  .scroll-wrapper {
    padding: 183px 0 20px;
  }
  .scroll-wrapper .app-content-container {
    height: 700px;
  }
  .scroll-wrapper .node-section .img-nodes {
    left: 50%;
    width: 530px;
    height: 492px;
    transform: translateX(-50%);
  }
  .scroll-wrapper .node-section .node-text {
    top: 140px;
  }
  .scroll-wrapper .node-section .node-text .node-title {
    font-size: 22px;
  }
  .scroll-wrapper .node-section .node-text .node-description {
    margin-top: 12px;
    font-size: 11px;
  }
  .drag-wrapper {
    padding: 40px 0 275px;
  }
  .drag-wrapper .app-content-container {
    width: 100%;
    height: 345px;
    transform: translateY(300px);
  }
  .drag-wrapper .drag-description {
    width: 334px;
    margin: 0 auto;
  }
  .drag-wrapper .drag-description span:nth-child(1) {
    font-size: 18px;
  }
  .drag-wrapper .drag-description span:nth-child(2) {
    font-size: 30px;
  }
  .drag-wrapper .video-container {
    width: 412px;
    height: 242px;
    margin: 40px auto 0;
  }
  .drag-wrapper .video-container .drag-video {
    top: 12px;
    left: 48px;
    width: 316px;
    height: 198px;
  }
  .grid-wrapper {
    height: 100vh;
  }
  .grid-wrapper .app-content-container {
    height: 100%;
    transform: translateY(0);
  }
  .grid-wrapper .txt-section {
    top: calc(50% - 144px);
    left: 50%;
    width: 334px;
    height: 126px;
    transform: translate(-50%, -50%);
  }
  .grid-wrapper .description {
    font-size: 30px;
  }
  .grid-wrapper .img-grid {
    top: calc(50% + 93px);
    left: calc(50% + 60px);
    transform: translate(-50%, -50%);
    width: 467px;
    height: 348px;
  }
  .application-wrapper .app-content-container {
    width: 100%;
    height: 896px;
  }
  .application-wrapper .application-description-section {
    width: 334px;
    top: 203px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  .application-wrapper .application-description-section .sub-title {
    font-size: 13px;
  }
  .application-wrapper .application-description-section .application-description {
    width: 100%;
    height: 125px;
  }
  .application-wrapper .application-description-section .application-type .name-application {
    font-size: 30px;
  }
  .application-wrapper .application-description-section .application-type .detail-description {
    margin-top: 12px;
    font-size: 11px;
  }
  .application-wrapper .img-application {
    right: 0;
    top: 390px;
    left: 50%;
    width: 494px;
    height: 323px;
    transform: translateX(-50%) scale(1.3);
  }
  .pipeline-wrapper {
    padding: 200px 0;
  }
  .pipeline-wrapper .pipeline-section .sub-txt {
    font-size: 12px;
  }
  .pipeline-wrapper .pipeline-section .main-txt {
    margin-top: 8px;
    font-size: 30px;
  }
  .app-resource-wrapper {
    padding: 370px 0;
  }
  .app-resource-wrapper .app-resource-description {
    font-size: 30px;
  }
  .app-resource-wrapper .sub-section {
    margin-top: 16px;
    font-size: 11px;
  }
  .app-list-name-wrapper {
    padding: 200px 0 20px;
  }
  .app-list-name-wrapper .list-name-section {
    font-size: 18px;
  }
  .app-list-name-wrapper .list-name-section span + span {
    margin-top: 14px;
  }
  .app-monitoring-wrapper {
    padding: 242px 0;
  }
  .app-monitoring-wrapper .monitoring-section .content-title {
    font-size: 30px;
  }
  .app-monitoring-wrapper .monitoring-section .content-description {
    margin-top: 12px;
    font-size: 11px;
  }
  .app-monitoring-wrapper .img-monitoring {
    width: 354px;
    height: 303px;
  }
  .app-monitoring-wrapper .img-monitoring.img-pc {
    display: none;
  }
  .app-monitoring-wrapper .img-monitoring.img-mobile {
    display: block;
  }
  .msa-wrapper {
    padding: 240px 0;
  }
  .msa-wrapper .content-title {
    font-size: 30px;
  }
  .msa-wrapper .sub-txt {
    margin-top: 16px;
    font-size: 11px;
  }
  .dev-wrapper {
    padding: 280px 0 120px;
  }
  .dev-wrapper .txt-section .sub-txt {
    font-size: 13px;
  }
  .dev-wrapper .txt-section .content-title {
    font-size: 36px;
  }
  .dev-wrapper .txt-section .content-description {
    margin-top: 12px;
    font-size: 11px;
  }
  .dev-wrapper .img-section {
    width: 168px;
    height: 168px;
    margin-top: 46px;
  }
  .dev-wrapper .img-section .img-dev-polygon {
    width: 168px;
    height: 168px;
  }
  .dev-wrapper .img-section .img-dev-polygon.light {
    width: 221px;
    height: 245px;
    opacity: 0.5;
  }
  .observer-wrapper .app-content-container {
    height: calc(100vh - 60px);
  }
  .observer-wrapper .txt-section {
    font-size: 36px;
  }
  .observer-wrapper .gradient-section .keyword {
    font-size: 22px;
  }
  .observer-wrapper .description-section .txt-title span {
    font-size: 30px;
  }
  .observer-wrapper .description-section .description {
    margin-top: 16px;
    font-size: 11px;
  }
  .pricing-wrapper {
    padding: 109px 0 0;
    margin: 109px 0 318px;
  }
  .pricing-wrapper .app-content-container {
    width: 100%;
    max-width: none;
  }
  .pricing-wrapper .title {
    font-size: 30px;
  }
  .pricing-wrapper .plan-section {
    margin-top: 16px;
  }
  .pricing-wrapper .plan-item {
    width: 300px;
    height: 520px;
    padding: 40px 32px;
  }
  .pricing-wrapper .plan-item::before, .pricing-wrapper .plan-item::after {
    display: none;
  }
  .pricing-wrapper .plan-item:nth-child(n+2) {
    margin-top: 20px;
    margin-left: 0;
  }
  .pricing-wrapper .plan-item:nth-last-child(2) {
    height: 553px;
  }
  .pricing-wrapper .plan-item:last-child {
    height: 388px;
  }
  .pricing-wrapper .plan-item .option-section {
    display: block;
  }
  .pricing-wrapper .plan-item .option-section .option {
    width: 100%;
  }
  .pricing-wrapper .plan-item .option-section .option:nth-child(2) {
    margin-left: 0;
  }
  .pricing-wrapper .plan-item .type {
    height: 37px;
    padding-bottom: 12px;
    font-size: 18px;
    background: url("../assets/images/bg-dot-underline-pc.png") no-repeat left bottom/contain;
  }
  .pricing-wrapper .plan-item .price {
    padding: 16px 0;
    background: url("../assets/images/bg-dot-underline-pc.png") no-repeat left bottom/contain;
  }
  .pricing-wrapper .plan-item .price .num {
    font-size: 30px;
  }
  .pricing-wrapper .plan-item .price .per {
    margin-top: 4px;
    font-size: 18px;
  }
  .pricing-wrapper .plan-item .notice {
    padding: 0 40px;
    margin-top: 60px;
    font-size: 16px;
  }
  .pricing-wrapper .plan-item .option-list .option {
    height: 33px;
    font-size: 12px;
  }
  .move-wrapper {
    padding: 250px 0;
  }
  .move-wrapper .txt-section .img-turaco-bird {
    width: 48px;
    height: 48px;
  }
  .move-wrapper .txt-section .txt-title {
    margin-top: 20px;
    font-size: 30px;
  }
  .move-wrapper .btn-section {
    margin-top: 20px;
  }
  .move-wrapper .btn-section a {
    height: 28px;
    padding: 0 14px;
    font-size: 10px;
  }
  .move-wrapper .btn-section a + a {
    margin-left: 12px;
  }
  @keyframes mobile-keyword-01 {
    0% {
      width: 0;
    }
    70% {
      width: 62px;
    }
    85% {
      width: 62px;
    }
    100% {
      width: 0;
    }
  }
  @keyframes mobile-keyword-02 {
    0% {
      width: 0;
    }
    70% {
      width: 56px;
    }
    85% {
      width: 56px;
    }
    100% {
      width: 0;
    }
  }
  @keyframes mobile-keyword-03 {
    0% {
      width: 0;
    }
    50% {
      width: 152px;
    }
    80% {
      width: 152px;
    }
    100% {
      width: 0;
    }
  }
}
@media (max-width: 413px) {
  .main-wrapper .main-section-img {
    width: 280px;
    height: 151px;
    perspective: 500px; /* 사진 모양에 영향을 줌 */
  }
  .main-wrapper .main-section-img .img-device {
    width: 280px;
    height: 151px;
  }
  .main-wrapper .main-section-img .img-screen {
    top: -3px; /* 사진 모양에 영향을 줌 */
    width: 166px;
    height: 105px;
    transform: translateX(-50%) scale(1.5, 1) rotateX(-45deg);
  }
  .strength-wrapper {
    padding-bottom: 100px;
  }
  .strength-wrapper .app-content-container {
    width: 280px;
  }
  .strength-wrapper .strength-section-title {
    padding-top: 106px;
    font-size: 30px;
  }
  .strength-wrapper .strength-section-img {
    margin-top: 80px;
  }
  .strength-wrapper .strength-section-img .screen-img img {
    width: 118px;
    height: 74px;
  }
  .light-wrapper {
    padding: 120px 0;
  }
  .light-wrapper .app-content-container .scroll-description {
    margin: 9px auto 0;
  }
  .scroll-wrapper {
    padding: 183px 0 0;
  }
  .scroll-wrapper .app-content-container {
    transform: translateY(300px);
  }
  .scroll-wrapper .node-section .img-nodes {
    width: 530px;
    height: 492px;
  }
  .scroll-wrapper .node-section .node-text .node-title {
    font-size: 22px;
  }
  .scroll-wrapper .node-section .node-text .node-description {
    margin-top: 12px;
    font-size: 11px;
  }
  .drag-wrapper {
    padding: 20px 0 120px;
  }
  .drag-wrapper .drag-description {
    width: 320px;
    padding-left: 20px;
  }
  .drag-wrapper .drag-description span:nth-child(2) {
    font-size: 25px;
  }
  .drag-wrapper .video-container {
    width: 320px;
    height: 203px;
  }
  .drag-wrapper .video-container .drag-video {
    top: 9px;
    left: 37px;
    width: 246px;
    height: 153px;
  }
  .grid-wrapper .app-content-container {
    height: auto;
  }
  .grid-wrapper .txt-section {
    top: calc(50% + 238px);
    width: 280px;
    height: 105px;
  }
  .grid-wrapper .description {
    font-size: 25px;
  }
  .grid-wrapper .img-grid {
    top: calc(50% + 270px);
    left: calc(50% + 87px);
    transform: translateX(-50%);
  }
  .application-wrapper .app-content-container {
    height: 556px;
  }
  .application-wrapper .application-description-section {
    width: 280px;
    top: 90px;
  }
  .application-wrapper .img-application {
    top: 240px;
    width: 416px;
    height: 272px;
    transform: translateX(-50%) scale(1.1);
    transform-origin: center;
  }
  .app-resource-wrapper {
    padding: 120px 0;
  }
  .app-resource-wrapper .app-resource-description {
    font-size: 25px;
  }
  .app-monitoring-wrapper .monitoring-section .content-title {
    font-size: 25px;
  }
  .app-monitoring-wrapper .img-monitoring {
    width: 298px;
    height: 255px;
  }
  .msa-wrapper {
    padding: 40px 0;
  }
  .msa-wrapper .msa-section {
    width: 250px;
  }
  .pricing-wrapper {
    padding: 43px 0 0;
    margin: 43px 0 86px;
  }
  .pricing-wrapper .plan-item {
    width: 260px;
    height: 494px;
  }
  .pricing-wrapper .plan-item:nth-last-child(2) {
    height: 524px;
  }
  .pricing-wrapper .plan-item:last-child {
    height: 348px;
  }
  .pricing-wrapper .plan-item .type {
    height: 34px;
    font-size: 16px;
  }
  .pricing-wrapper .plan-item .price .num {
    font-size: 28px;
  }
  .pricing-wrapper .plan-item .price .per {
    font-size: 16px;
  }
  .pricing-wrapper .plan-item .notice {
    padding: 0 30px;
  }
  .pricing-wrapper .plan-item .option-list .option {
    height: 31px;
    font-size: 11px;
  }
  .move-wrapper {
    padding: 120px 0;
  }
  .move-wrapper .txt-section .txt-title {
    width: 190px;
    margin: 20px auto 0;
    text-align: center;
    word-break: keep-all;
    white-space: normal;
  }
  .move-wrapper .btn-section {
    margin-top: 20px;
  }
  .move-wrapper .btn-section a {
    height: 28px;
    padding: 0 14px;
    font-size: 10px;
  }
  .move-wrapper .btn-section a + a {
    margin-left: 12px;
  }
  @keyframes mobile-keyword-01 {
    0% {
      width: 0;
    }
    70% {
      width: 62px;
    }
    85% {
      width: 62px;
    }
    100% {
      width: 0;
    }
  }
  @keyframes mobile-keyword-02 {
    0% {
      width: 0;
    }
    70% {
      width: 56px;
    }
    85% {
      width: 56px;
    }
    100% {
      width: 0;
    }
  }
  @keyframes mobile-keyword-03 {
    0% {
      width: 0;
    }
    50% {
      width: 152px;
    }
    80% {
      width: 152px;
    }
    100% {
      width: 0;
    }
  }
}/*# sourceMappingURL=main.css.map */