.threeaxes-content {
  margin-top:20vh
}

.intro,
.outro {
  min-height: 70vh;
  display: grid;
  place-items: center start;
  padding: 3vw 2vw;
  margin-bottom:5vw
}
.intro h1,
.outro h1 {
  position:relative;
  font-size: clamp(1.7rem, 5vw, 3rem);
  /* height:100%; */
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 600;
  /* color:#1a1a1a; */
  margin-top:0;
  margin-bottom:30px;
  padding-left:20px
}

.intro-inner,
.outro-inner {
  width: min(880px, 100%);
}
.intro-inner p,
.outro-inner p {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.6;
  /* color: #333; */
}

.eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #da1e1d;
  margin-left:20px
}

.intro h1:before,
.outro h1:before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #c50000;
  display: block;
}

.intro.intro-3axes,
.outro.outro-3axes {
  position:relative;
  min-height:100vh;
  margin-bottom:0;
}

.intro.intro-3axes::before {
  content:"";
  position:absolute;
  inset:0;
  background: url(/images/object/ob_15.png) no-repeat;
  background-size: 18%;
  background-position: 85% 60%;
  opacity: 0.7;
  z-index: -1;
}




.pin-spacer {
  display:flex
}
.cards-wrap {
  position: relative;
  height: calc(100svh - 70px);
}

.cards {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.custom-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* background: -webkit-linear-gradient(
    130deg,
    #101010 0%,
    #101010 67%,
    #101010 100%
  );
  background: linear-gradient(-40deg, #101010 0%, #101010 67%, #101010 100%); */
  /* background:#101010; */
  color: #fff;
  /* margin-bottom: 50px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* border-radius: 50px; */
  padding:clamp(2vw, 3vw, 40px);
}
/* .cards-wrap {
  position: relative;
  height:600px
}
.cards {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height: 100%;
  margin-bottom: 90px;
  overflow: hidden;
}
.custom-card {
  position: absolute;
  width: 100%;
  inset:0;
  height: 100%;
  background: -webkit-linear-gradient(
    130deg,
    #101010 0%,
    #101010 67%,
    #101010 100%
  );
  background: linear-gradient(-40deg, #101010 0%, #101010 67%, #101010 100%);
  color: #fff;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 50px;
  padding:clamp(22px, 3vw, 40px);
} */


.custom-card h1 {
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  font-weight: 700;
  color:#d9e2ff
}
.card1 {
}
.card2 {
  top: 0;
  background:#101010;
}
.card3 {
  top: 0;
  background:#101010;
}
.card4 {
  top: 0;
  background:#101010;
}
.opacity {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0.6;
}
.scale {
  moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  width: 95%;
} 
.custom-card h1 span.number-1 {
  color:#000;
  font-weight: 700;
  background: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  font-size: 1rem;
  margin-right: 1rem;
} 


.card-inner {
  position: relative;
  display: grid;
  align-content: center;
  grid-template-columns: 1.1fr 0.9fr;
  /* gap: 24px; */
  gap: 0;
  width:100%;
  height: 100%;
  /* padding: clamp(22px, 3vw, 40px); */
  color: #0f0f0f;
}
.card-inner > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

.card-copy {
  /* align-self: center; */
  max-width: 700px;
  z-index: 2;
}

.card-index {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.88rem;
  color:#0ae977;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.82;
}

.card-title {
  /* font-size: clamp(2rem, 4.4vw, 4.2rem); */
  font-size: clamp(1.7rem, 5vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.card-desc {
  margin-top: 40px;
  /* font-size: clamp(1rem, 2vw, 1.2rem); */
  /* color: rgba(248, 250, 252, 0.86); */
  color: rgba(255, 255, 255, 0.86);
  max-width: 700px;
}

.card-side {
  display: grid;
  align-content: space-around;
  justify-items: end;
  z-index: 2;
}

.card-chip {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.08);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.92);
}

.card-metric {
  /* width: min(280px, 100%); */
  width:100%;
  padding: 22px;
  border-radius: 22px;
  /* background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(14px); */
  text-align: center;
}

.metric-label {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}

.metric-value {
  margin-top: 10px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.metric-text {
  margin-top: 10px;
  font-size: 0.96rem;
  color: rgba(248, 250, 252, 0.82);
}

.card-metric img {
  margin-top: 12px;
  /* width: 100%; */
  height: 270px;
}



/* wave background */
.wave-bg {
   margin: auto;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
    background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}
@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgba(225, 42, 42, 0.25);
    border-radius: 1000% 1000% 0 0;
    position: absolute;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}




/* video bg */
.sub-hero {
  position: fixed;
  width:100%;
  height: 100vh;
  top:0;
  left:0;
  overflow: hidden;
  transform: none !important;
}
/* 영상 */
.bg-video {
  position: absolute;
  /* top: 50%;
  left: 50%; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transform: translate(-50%, -50%); */
  z-index: 1;
}
/* 어둡게 덮는 레이어 (가독성용) */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 2;
}

/* 모바일에서는 영상 끄기 */
@media (max-width: 768px) {
  /* .bg-video {
    display: none;
  }
  .sub-hero {
    background: url('/img/sub-bg.jpg') center/cover no-repeat;
  } */
}
















@media (max-width: 991.98px) { 
    .card-metric img {
      height:170px;
    }

    .intro.intro-3axes::before {
      background-size: 50%;
      background-position: center 80%;
      opacity: 0.2;
      z-index: -1;
    }

}

@media (max-width: 767.98px) { 
    /* .custom-card {
      width:90%;
    } */
    .card-inner {
      grid-template-columns: auto;
      grid-template-rows: 1fr auto;
       gap: 18px;
      
    }
    .card-inner .card-copy {
      max-width:100%;
    }
    /* .cards-wrap {
      height:100svh
    } */
    .intro.intro-3axes::before {
      background-size: 50%;
      background-position: center bottom;
      opacity: 0.2;
      z-index: -1;
    }
}
@media (max-width: 586.98px) { 
    /* .custom-card {
      width:100%;
    } */
     .card-metric img {
        height: 120px;
        margin-top:0
      }
      .intro.intro-3axes::before {
        background-size: 70%;
        background-position: center bottom;
        opacity: 0.2;
        z-index: -1;
      }
}