@media screen and (max-width: 480px) {
    .selectLecture_title {
        --lh: 1.2;
    }
    .tab-section__event_tab_list li {
        padding: 10px 0;
    }
}
@media screen and (max-width: 1080px) {
    .front-hero {
        padding: 1rem;
    }

    .front-hero_pagination {
        bottom: 0% !important;
    }
}
@media screen and (max-width: 768px) {
    .brsp {
        display: block !important;
    }

    .lectureallcategory_post_item {
        width: calc(50% - 8px);
    }
    .book_child {
        width: calc(50% - 8px);
    }
    .lecture_original .p-postList__item {
        width: 50% !important;
    }

    .fot_info_wrap .swell-block-column {
        width: 100%;
    }

    .lecture-view__menu ul {
        grid-template-columns: 1fr !important;
    }
    .front-hero {
        flex-direction: column-reverse;
    }
    .front-hero-banner {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    .front-hero {
        gap: 30px;
    }
    .front_title {
        margin-bottom: 0.2rem !important;
    }

    .event_tab_content-wrap {
        padding: 1rem 0 !important;
    }
    .tab-section__event_tab_list li {
        padding: 5px 0;
    }

    .information_list {
        grid-template-columns: 1fr;
    }

    .event_item a {
        flex-direction: column;
    }
    .event_item_content,
    .event_item_thumbnail {
        flex: unset;
        width: 100%;
    }
}
