@media (max-width: 1023px) {
    .display-1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 133.4%; /* 48.024px */
        letter-spacing: -0.972px;
    }
    .display-2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 135.8%; /* 38.024px */
        letter-spacing: -0.661px;
    }
    .reveal-mid-bar,.reveal-mid-bar-overlay{
        height: 28px;
    }
    .reveal-color-overlay,.container-reveal-text{
        height: 144px;
        width: 313px;
        margin: 0 auto;
    }
    .section-02,.section-01,.section-hero{
        min-height: 640px;
    }
    .reveal-text img, .reveal-second-text img{
        width: 100px !important;
        margin-left: 7px;
    }

    .container-card-img{
        width: 100%;
        height: 280px;
    }
    .container-hero-catch-phrase {
        top: 50%;
        left: 24px;
    }
    .container-main {
        width: 90%;
        /* margin: 0 24px; */
    }

    .container-title{
        font-size: 24px;
        font-weight: 700;
        line-height: 133.4%; /* 32.016px */
        letter-spacing: -0.552px;
        margin: 0 auto 40px auto;
    }
    .container-card{
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    .card{
        height: 226px;
        max-width: 304px;
    }
    .section-03 {
        height: 100%;
    }
    .container-section-03 {
        padding: 100px 0;
    }
    

}
/* 반응형: 세로 레이아웃 */
@media (max-width: 768px) {
    .section-02-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .container-card-img {
        width: 100%;
        max-width: 448px;
    }
    
    .container-card-text-wrapper {
        width: 100%;
    }
    .container-card-text{
        align-items: center;
        text-align: center;
    }
    .card-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 133.4%; /* 32.016px */
        letter-spacing: -0.552px;
    }
    .card-content{
        font-size: 16px;
        font-weight: 500;
        line-height: 162.5%; /* 26px */
        letter-spacing: 0.091px;
    }
    .container-review-title{
        text-align: center;
        font-feature-settings: 'ss10' on;
        font-size: 24px;
        font-weight: 700;
        line-height: 133.4%; /* 32.016px */
        letter-spacing: -0.552px;
    }
    .container-review-slide.swiper-slide {
        width: 220px !important;
        min-width: 220px;
        max-width: 220px;
        margin-top: 48px;
        margin-bottom: 40px;
        height: 336px !important;
        min-height: 336px;
        max-height: 336px;
        padding: 12px;
    }
    .container-star {
        width: 100%;
        height: 20px;
    }
    .review__star img {
        height: 20px;
        width: 20px;
    }
    .section-04 {
        padding: 100px 0;
    }
    .review-type,.review-category{
        font-size: 13px;
        font-weight: 600;
        line-height: 138.5%; /* 18.005px */
        letter-spacing: 0.252px;
    }
    .review-summary{
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .review-thumb-box img {
        width: 100%;
        height: 120px;
    }
    .container-review-thumb{
        gap:8px;
    }
    .review-thumb-box {
        height: auto;

    }
    .container-review-text{
        gap: 8px;
    }
    .review-title{
        font-size: 14px;
        font-weight: 600;
        line-height: 142.9%; /* 20.006px */
        letter-spacing: 0.203px;
    }
    .review-content{
        font-size: 14px;
        font-weight: 500;
        line-height: 157.14%; /* 22px */
        letter-spacing: 0.203px;
    }
    .container-review-thumb {
        margin-bottom: 24px;
    }
    .section-05-bg-icon-box svg{
        width: 284.942px;
        height: 210.336px;
    }
    .section-05-main-phrase p{
        font-size: 24px;
        font-weight: 700;
        line-height: 133.4%; /* 32.016px */
        letter-spacing: -0.552px;
        text-align: center;
    }
    .section-05-main-phrase {
        padding: 100px 0;
    }
    .section-05-bg-icon-box {
        width: auto;
        height: auto;
    }
    .section-05 {
        height: auto;
    }
    .container-direct-link-main-section-05{
        margin-top: 32px;
    }
    .container-direct-link-main-section-05 button{
        width: 320px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
    }



}

video {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

/* 기본: 모바일 비디오 숨김 */
.hero-vid-mo {
    display: none;
}

.hero-vid {
    display: block;
}

/* 세로 모드 (9:16 비율에 가까운 화면) - 모바일 */
@media (max-aspect-ratio: 9/16) {
    .hero-vid {
        display: none;
    }
    .hero-vid-mo {
        display: block;
    }
    .container-hero-catch-phrase {
        top: 50%;
        left: 24px;
    }
}

/* 가로 모드 (16:9 비율에 가까운 화면) - 모바일 */
@media (min-aspect-ratio: 16/9) and (max-width: 1023px) {
    .hero-vid {
        display: block;
    }
    .hero-vid-mo {
        display: none;
    }
    .container-hero-catch-phrase {
        top: 17%;
        left: 24px;
    }
    .reveal-color-overlay, .container-reveal-text {
        height: 144px;
        width: 313px;
        margin: 0 auto;
        top: -20%;
    }
}


/* 중간 비율 - 태블릿 세로 모드 */
@media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) {
  .hero-vid {
    display: none;
  }
  .hero-vid-mo {
     display: block;
     height: auto;
  }
  .container-hero-catch-phrase {
    position: absolute;
    top: 50%;
  }
}

/* 가로 모드 (16:9 비율에 가까운 화면) - 태블릿 가로, PC */
@media (min-aspect-ratio: 3/4) {
  .hero-vid {
    display: block;
  }
  .hero-vid-mo {
    display: none;
  }
}

/* 중간지점 */
@media screen and (max-aspect-ratio: 1219 / 685) {
    #background_video {
        height: 100vh;
        width: auto;
    }
    .container-hero-catch-phrase {
        position: absolute;
        top: 50%;
    }
    .reveal-color-overlay {
        position: absolute;
        top: -83px;
    }
}
/* 아이패드 전용 (769px ~ 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .section-02-wrapper {
        flex-direction: column;  
    }
    
    .container-card-img {
        width: 380px;  
        height: 390px;
    }
    
    .container-card-text-wrapper {
        flex: 1;
        width: 100%;
    }
    
    .container-card-text {
        align-items: center;
        text-align: center;
    }
    
    .card-title {
        font-size: 28px;
        line-height: 135.8%;
        letter-spacing: -0.661px;
    }
    
    .card-content {
        font-size: 18px;
        line-height: 160%;
    }
}