@media (min-width:0px) and (max-width:550px) {
    .video_pop video.pc{display: none;}
    .video_pop video.mo{display: block;}

    p {
        font-size: 4vw;
        line-height: 1.5;
    }

    h2 .tit {
        font-size: 6.5vw;
    }

    h2 i {
        font-size: 3vw;
    }

    h3 {
        font-size: 5.5vw;
    }


    
    .video_pop video {
    aspect-ratio: 16/9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
        min-height: none;
        height: auto;
        max-width: 100%;
    }
    .f1 h3 {
        margin-bottom: 30px;
    }

    .count_ul h3 {
        margin-bottom: 10px;
        font-size: 4.5vw;
    }

    .count_num {
        font-size: 9vw;
    }

    .count_txt_wrap span {
        font-size: 4vw;
    }

    .arr_box {
        max-width: 20px;
    }

    .f2_box {
        padding: 20px;
        justify-content: space-between;
        font-size: 4vw;
    }

    .partners_map i {
        width: 14px;
    }

    .c2_right {
        gap: 10px;
        padding-bottom: 140px;
    }

    .c2_card .cover {
        padding: 20px 15px;
    }

    .card_inner {
        border-radius: 20px;
    }

    .c2_card ul {
        margin-top: 10px;
        font-size: 3.5vw;
        line-height: 1.6;
    }


    /* 짝수 카드 시각 오프셋 */
    .c2_right>.c2_card:nth-child(2n) {
        transform: translateY(140px);
    }

    /* 짝수 카드는 디자인 배치 때문에 +240px 더 내려가 있음 */
    .c2_right>.c2_card:nth-child(2n) {
        transform: translateY(240px);
        /* 240px(배치) + 60px(애니메이션 오프셋) */
    }

    /* 짝수 카드 최종 위치는 240px */
    .c2_right>.c2_card:nth-child(2n).show {
        transform: translateY(140px);
    }

    .m2_banner .container {
        padding: 30px 10px;
    }

    #m3 h2 {
        margin-bottom: 40px;
    }
    .partners_txt h2{
        text-align: center;
    }
    .partners_date{
        text-align: center;
    }
    .faq-item:first-child .faq-question {
        border-top: 1px solid #ffffff72;
    }

    .faq-answer {
        border-bottom: 1px solid #ffffff72;
    }

    .faq-question {
        border-bottom: 1px solid #ffffff72;
    }

    .faq-question {
        padding: 20px 0;
        gap: 10px;
        font-size: 5vw;
    }

    .faq-question span.toggle-icon {
        font-size: 3.5vw;
    }

    .c4_banner {
        gap: 30px;
    }

    .c4_banner_tit {
        font-size: 5.5vw;
    }

    .c4_banner_btn {
        font-size: 3.5vw;
        padding: 10px 30px;
    }

    .contact_banner {
        padding: 80px 0 30px;
    }

    .contact_banner h2 .tit {
        font-size: 5.5vw;
    }

    .contact_banner .container {
        border-radius: 20px;
        padding: 40px 0;
    }

    .form_group label {
        font-size: 4vw;
    }

    .form_group input,
    .form_group textarea {
        padding: 15px 10px;
        border-radius: 10px;
    }

    .form_group textarea {
        height: 200px;
    }

    .form_group.chk_group {
        padding: 20px 0;
    }

    .form_group.chk_group label {
        font-size: 4vw;
    }

    .submit_btn {
        padding: 12px 45px;
        font-size: 4.5vw;
    }

    .policy_modal h4 {
        font-size: 4.5vw;
        margin-bottom: 10px;
    }

    .policy_modal p {
        font-size: 3.5vw;
        line-height: 1.5;
    }

    .site_tab h4 {
        font-size: 6vw;
        margin: 3rem 0;
    }

    .site_tab {
        font-size: 4vw;
    }

    .site_tab h6 {
        font-size: 4.5vw;
    }


}

@media (min-width:0px) and (max-width:360px) {}