.concept-title {
  width: 90%;
  margin: 0 auto;
}

.concept-content {
  width: 90%;
  margin: 200px auto;
}
.concept-content .concept-item-wrapper {
  position: relative;
}
.concept-content .concept-item-wrapper .concept-card-back {
  width: 100%;
  height: 300px;
  background-color: #D9D9D9;
}
.concept-content .concept-item-wrapper .concept-card-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.concept-content .concept-item-wrapper .concept-card-wrapper .concept-card {
  width: 30%;
  height: 30vw;
  background-color: #455670;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.concept-content .concept-item-wrapper .concept-card-wrapper .concept-card2 {
  width: 30%;
  height: 30vw;
  background-color: #455670;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.concept-content .concept-item-wrapper .concept-card-wrapper .concept-card3 {
  width: 30%;
  height: 30vw;
  background-color: #455670;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.concept-content .concept-item-wrapper2 {
  width: 100%;
  margin: 200px auto;
}
.concept-content .concept-detail-wrapper {
  width: 100%;
}
.concept-content .concept-detail-wrapper .concept-detail, .concept-content .concept-detail-wrapper .concept-detail2, .concept-content .concept-detail-wrapper .concept-detail3 {
  position: relative;
}
.concept-content .concept-detail-wrapper .concept-detail .concept-ellipse, .concept-content .concept-detail-wrapper .concept-detail2 .concept-ellipse, .concept-content .concept-detail-wrapper .concept-detail3 .concept-ellipse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  border-radius: 50%/40%;
  z-index: 0;
  opacity: 0.7;
  animation: ellipseFloat1 16s ease-in-out infinite alternate;
}
.concept-content .concept-detail-wrapper .concept-detail .concept-detail-title, .concept-content .concept-detail-wrapper .concept-detail .concept-detail-content, .concept-content .concept-detail-wrapper .concept-detail2 .concept-detail-title, .concept-content .concept-detail-wrapper .concept-detail2 .concept-detail-content, .concept-content .concept-detail-wrapper .concept-detail3 .concept-detail-title, .concept-content .concept-detail-wrapper .concept-detail3 .concept-detail-content {
  position: relative;
  z-index: 1;
}
.concept-content .concept-detail-wrapper .concept-detail2 .concept-ellipse {
  animation: ellipseFloat2 18s ease-in-out infinite alternate;
}
.concept-content .concept-detail-wrapper .concept-detail3 .concept-ellipse {
  animation: ellipseFloat3 15s ease-in-out infinite alternate;
}
@keyframes ellipseFloat1 {
  0% {
    transform: scale(1, 1) translate(0, 0);
    border-radius: 50%/40%;
  }
  20% {
    transform: scale(1.08, 0.93) translate(10px, -8px);
    border-radius: 60% 40% 50% 50%/45% 55% 35% 65%;
  }
  40% {
    transform: scale(0.95, 1.07) translate(-12px, 12px);
    border-radius: 55% 45% 60% 40%/60% 40% 50% 50%;
  }
  60% {
    transform: scale(1.03, 0.97) translate(8px, 6px);
    border-radius: 50% 60% 40% 50%/50% 60% 40% 50%;
  }
  80% {
    transform: scale(0.97, 1.05) translate(-8px, -10px);
    border-radius: 45% 55% 50% 50%/55% 45% 65% 35%;
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    border-radius: 50%/40%;
  }
}
@keyframes ellipseFloat2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
    border-radius: 50%/40%;
  }
  15% {
    transform: scale(1.04, 0.98) translate(-8px, 10px);
    border-radius: 60% 40% 55% 45%/50% 60% 40% 50%;
  }
  35% {
    transform: scale(0.96, 1.06) translate(14px, -10px);
    border-radius: 55% 45% 60% 40%/60% 40% 50% 50%;
  }
  55% {
    transform: scale(1.07, 0.92) translate(-10px, 8px);
    border-radius: 50% 60% 40% 50%/55% 45% 65% 35%;
  }
  75% {
    transform: scale(0.93, 1.09) translate(10px, -12px);
    border-radius: 45% 55% 50% 50%/50% 60% 40% 50%;
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    border-radius: 50%/40%;
  }
}
@keyframes ellipseFloat3 {
  0% {
    transform: scale(1, 1) translate(0, 0);
    border-radius: 50%/40%;
  }
  25% {
    transform: scale(1.06, 0.94) translate(12px, 8px);
    border-radius: 60% 40% 50% 50%/45% 55% 35% 65%;
  }
  50% {
    transform: scale(0.94, 1.08) translate(-10px, -14px);
    border-radius: 55% 45% 60% 40%/60% 40% 50% 50%;
  }
  75% {
    transform: scale(1.02, 0.98) translate(8px, 10px);
    border-radius: 50% 60% 40% 50%/50% 60% 40% 50%;
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    border-radius: 50%/40%;
  }
}
.concept-content .concept-detail-wrapper .concept-detail {
  width: 60%;
  margin: 100px 0 100px 0;
  display: flex;
  justify-content: space-around;
}
.concept-content .concept-detail-wrapper .concept-detail .concept-detail-title {
  padding: 0 100px 50px 0;
}
.concept-content .concept-detail-wrapper .concept-detail .concept-detail-title h3 {
  font-size: 24px;
  font-weight: 600;
}
.concept-content .concept-detail-wrapper .concept-detail .concept-detail-title p {
  font-size: 16px;
  font-weight: 400;
}
.concept-content .concept-detail-wrapper .concept-detail2 {
  width: 60%;
  margin: 100px 0 100px auto;
  display: flex;
  justify-content: space-around;
}
.concept-content .concept-detail-wrapper .concept-detail2 .concept-detail-title {
  padding: 0 100px 50px 0;
}
.concept-content .concept-detail-wrapper .concept-detail2 .concept-detail-title h3 {
  font-size: 24px;
  font-weight: 600;
}
.concept-content .concept-detail-wrapper .concept-detail2 .concept-detail-title p {
  font-size: 16px;
  font-weight: 400;
}
.concept-content .concept-detail-wrapper .concept-detail3 {
  width: 60%;
  margin: 100px 0 100px 0;
  display: flex;
  justify-content: space-around;
}
.concept-content .concept-detail-wrapper .concept-detail3 .concept-detail-title {
  padding: 0 100px 50px 0;
}
.concept-content .concept-detail-wrapper .concept-detail3 .concept-detail-title h3 {
  font-size: 24px;
  font-weight: 600;
}
.concept-content .concept-detail-wrapper .concept-detail3 .concept-detail-title p {
  font-size: 16px;
  font-weight: 400;
}

.concept-detail-content-title {
  font-size: 24px;
  font-weight: 600;
}

.concept-detail-content-sub-title {
  font-size: 20px;
  font-weight: 400;
}/*# sourceMappingURL=concept.css.map */