
    .board-view-info2-txt:has(.btn1.type2){
        padding: 1rem;

    }
    .board-view-content iframe {
        height: 159rem !important; /* PC (A4 기준, 1123px 근처) */
    }

    @media (max-width: 1440px) {
        .board-view-content iframe {
            height: 140rem !important;
        }
    }

    @media (max-width: 1280px) {
        .board-view-content iframe {
            height: 120rem !important;
        }
    }

    @media (max-width: 1024px) {
        .board-view-content iframe {
            height: 70rem !important;
        }
    }

    @media (max-width: 768px) {
        .board-view-content iframe {
            height: 60rem !important;
        }
    }

    @media (max-width: 480px) {
        .board-view-content iframe {
            height: 48rem !important;
        }
    }
