.qupid-wrap.main{
  background: var(--neutrals-bg-900);
}
.section{
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}
/* ✅ mian-intro-pop */
.mian-intro-pop{
  
}

/*✅로딩*/
.loadingHeader{
  text-align: center;
  font-family: "Afacad Flux";
  font-size: 280px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(270deg, var(--ico-blue10, #B3BEE9) 32.69%, #F1DBFF 57.21%, var(--ico-pink10, #C49FD5) 78.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.loadingSub{
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  background: linear-gradient(270deg, var(--ico-blue10, #B3BEE9) 26%, #eef2ff 30%, #faf2ff 35%, #F1DBFF 40%, var(--ico-pink10, #C49FD5) 78.37%, var(--ico-blue10, #B3BEE9) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: shine 2s linear infinite;
}
@keyframes shine {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.loadingSubKo{
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; 
  opacity: 0.8;
  background: linear-gradient(270deg, var(--ico-blue10, #B3BEE9) 32.69%, #F1DBFF 57.21%, var(--ico-pink10, #C49FD5) 78.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.loadingIndicator {
    color: #fff;
}
.loadingText {
    color: rgb(250, 250, 250);
}
@keyframes spin {
    from {
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}

@keyframes spin3D {
    from {
        transform: rotate3d(.5,.5,.5, 360deg);
    }
    to{
        transform: rotate3d(0deg);
    }
}
@keyframes pulsate {

}
.leo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border-radius: 50%;
    box-shadow:
    0 0 60px #fff, 
    -60px 0 240px #e414ff, 
    60px 0 240px rgb(23 84 255), 
    inset 0 0 150px #ffffff, 
    inset 150px 0 240px #7925ff, 
    inset -150px 0 240px #ffffff;
}
.spinner-box {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding:180px 0 340px 0;
}

.blue-orbit {
    width: 495px;
    height: 495px;
    -webkit-animation: spin3D 3s linear .2s infinite;
    animation: spin3D 3s linear .2s infinite;
}

.green-orbit {
    width: 360px;
    height: 360px;
    -webkit-animation: spin3D 2s linear 0s infinite;
    animation: spin3D 2s linear 0s infinite;
}

.red-orbit {
    width: 270px;
    height: 270px;
    -webkit-animation: spin3D 1s linear 0s infinite;
    animation: spin3D 1s linear 0s infinite;
}

.white-orbit {
    width: 180px;
    height: 180px;
    -webkit-animation: spin3D 10s linear 0s infinite;
    animation: spin3D 10s linear 0s infinite;
}

.w1 {
    transform: rotate3D(1, 1, 1, 90deg);
}

.w2 {
    transform: rotate3D(1, 2, .5, 90deg);
}

.w3 {
    transform: rotate3D(.5, 1, 2, 90deg);
}


/* ✅ FAQ */
.faq-bg{
  width: 1200px;
  margin: 0 auto;
}
.faq {
    max-width: 750px;
    margin: 2rem auto;
    padding: 1rem;
}

.faq-item {
    border-bottom: 1px solid var(--wh20);
    padding: 1rem 0;
}

.faq-item summary {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.3rem;
    color: var(--wh90);
}

.faq-item p {
    margin-top: 0.5rem;
    display: none;
    color: var(--wh60);
}

.faq-item.active p {
    display: block;
}

.faq-icon {
    font-size: 2rem;
    font-weight: 400;
}
.faq-item .faq-icon {
    transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
    transform: rotate(45deg); 
}




.btn {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(90deg, #fcecfe, #fbf6e7, #e6fcf5);
  border-radius: 11px;
  padding: 12px 20px;
  position: relative;
  line-height: 24px;
  color: #14387e;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02), 0 4px 16px rgba(0, 0, 0, 0.02), 0 4px 24px rgba(0, 0, 0, 0.02);
}
.btn.start svg {
  -webkit-animation: stroke 1s linear;
          animation: stroke 1s linear;
}
.btn .lines {
  position: absolute;
  inset: 0;
  mix-blend-mode: hard-light;
  pointer-events: none;
  z-index: 1;
}
.btn .lines > div {
  position: absolute;
  inset: 0;
}
.btn .lines > div:last-child {
  transform: rotate(180deg);
}
.btn .lines > div svg {
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
  fill: none;
  stroke-width: 2;
  stroke: #c9e9ff;
  width: 100%;
  height: 100%;
  stroke-dasharray: 12 12;
  stroke-dashoffset: 12;
  opacity: 0;
  transform: rotate(-1deg) translate3d(0, 0, 0);
}
.btn .lines > div svg:nth-child(1) {
  stroke: #f8fcff;
}
.btn .lines > div svg:nth-child(2) {
  stroke-width: 6px;
  filter: blur(20px);
}
.btn .lines > div svg:nth-child(3) {
  stroke-width: 5px;
  filter: blur(6px);
}
.btn .lines > div svg:nth-child(4) {
  stroke-width: 10px;
  filter: blur(56px);
}

@-webkit-keyframes stroke {
  30%, 55% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 5;
    opacity: 0;
  }
}

@keyframes stroke {
  30%, 55% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 5;
    opacity: 0;
  }
}




/* 메인 팝업 */
.popup-container {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    width: 380px; 
    background-color: var(--neutrals-bg-600);
    border-radius: 20px;
    border: 1px solid var(--Neutral-wh30, rgba(255, 255, 255, 0.30));
    box-shadow: 0px 10px 17.1px 0px rgba(0, 0, 0, 0.25);
    z-index: 4; 
    overflow: hidden; 
}

.popup-content {
    display: flex;
    flex-direction: column;
}

.popup-image-wrapper {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden; 
}

.popup-image-slider {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out; 
}

.popup-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.popup-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.popup-text-overlay {
    position: absolute;
    top: 15%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 90%; 
}
.popup-txt-wrap{
  padding: 16px;
}
.popup-title {
    font-size: 32px; 
    font-weight: 800;
    line-height: 50px;
}
.popup-title span{
    color: var(--primary-active);
}

.popup-subtitle {
    font-size: 16px;
    line-height: 1.4;
}

.popup-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(1px);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 10; 
    opacity: 0; 
    transition: opacity 0.3s ease; 
}

.popup-image-wrapper:hover .popup-nav-button {
    opacity: 1;
}

.popup-nav-button.prev-button {
    left: 0;
    border-radius: 0 10px 10px 0;
}
.popup-nav-button.prev-button img {
  transform: scaleX(-1);
}
.popup-nav-button.next-button {
    right: 0;
    border-radius: 10px 0 0 10px;
}

.popup-indicator {
    position: absolute;
    bottom: 14px;
    right: 14px;
    padding: 5px 10px;
    z-index: 10;
    background: #fff;
    font-size: 13px;
    border-radius: 24px;
    height: 24px;
    color: var(--neutrals-bg-500);
}
.popup-indicator .current-page{
  font-weight: 800;
}
.popup-buttons {
    display: flex;
    justify-content: space-around;
    height: 60px;
    padding: 8px;
    background: var(--neutrals-bg-500);
}

.popup-buttons button {
    color: var(--wh60);
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.popup-buttons button:hover {
    color: var(--wh100);
    font-weight: 600;
}