.list_wrap {
    margin-top: 105px;
}

.list_wrap .cat_wrap .cat_head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.list_wrap .cat_wrap .cat_head .head01 {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    text-indent: 2px;
}

.list_wrap .cat_wrap .cat_head .head02 {
    font-size: 21px;
    line-height: 1;
    letter-spacing: 3px;
    text-indent: 3px;
}

.list_wrap .category_block {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.list_wrap .category_block .cat {
    max-width: 134px;
    width: calc(calc(100% - 40px) / 5);
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: solid 1.5px black;
    transition: all 0.3s;
}

.list_wrap .category_block .cat p {
    font-size: 14px;
    letter-spacing: 3px;
    text-indent: 3px;
    color: black;
    transition: all 0.3s;
}

/* .list_wrap .category_block .cat:hover {
    background-color: black;
}
.list_wrap .category_block .cat:hover p {
    color: white;
} */

.list_wrap .category_block .cat.active {
    background-color: black;
}
.list_wrap .category_block .cat.active p {
    color: white;
}

.list_wrap .program_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 70px 35px;
    margin-top: 40px;
}

.list_wrap .program_list a {
    width: calc(calc(100% - 70px) / 3);
    position: relative;
}

.list_wrap .program_list a .stay_mark {
    width: 21.1%;
    position: absolute;
    top: 0;
    right: 3%;
}

.list_wrap .program_list a .img_box {
    width: 100%;
    aspect-ratio: 26/17;
}

.list_wrap .program_list a .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list_wrap .program_list a .text_block {
    margin-top: 8px;
}

.list_wrap .program_list a .text_block .genre {
    width: auto;
    padding: 0 5px;
    height: 23px;
    border-radius: 4.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: white;
    letter-spacing: 2px;
    text-indent: 2px;
}

.list_wrap .program_list a .text_block .genre.g01 {
    background-color: #005fc3;
}
.list_wrap .program_list a .text_block .genre.g02 {
    background-color: #00b614;
}
.list_wrap .program_list a .text_block .genre.g03 {
    background-color: #b93a21;
}
.list_wrap .program_list a .text_block .genre.g04 {
    background-color: #b36e21;
}

.list_wrap .program_list a .text_block .text01 {
    font-size: 11px;
    line-height: 16px;
    margin-top: 5px;
}

.list_wrap .program_list a .text_block h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.list_wrap .program_list a .text_block .date_wrap {
    display: flex;
    gap: 3.5px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.list_wrap .program_list a .text_block .date_wrap .date {
    padding: 3px 5px;
    background-color: rgba(0, 95, 195, 0.2);
    font-size: 13px;
    border-radius: 4.5px;
    letter-spacing: 1px;
    text-indent: 1px;
}

.list_wrap .program_list a .text_block .date_wrap .date.end {
    background-color: rgba(0, 0, 0, 0.2);
}

.pagination {
    justify-content: center;
    margin-top: 90px;
}

@media screen and (max-width: 1100px) {
    .main_wrap {
        padding-top: 20px;
    }

    .main_content .navi_block {
        display: none;
    }

    .list_wrap {
        margin-top: 60px;
    }
}

@media screen and (max-width: 800px) {
    .list_wrap .program_list {
        gap: 60px 30px;
    }

    .list_wrap .program_list a {
        width: calc(calc(100% - 30px) / 2);
    }
}

@media screen and (max-width: 600px) {
    .list_wrap .cat_wrap .cat_head {
        gap: 10px;
    }

    .list_wrap .cat_wrap .cat_head .head01 {
        font-size: 13px;
    }

    .list_wrap .cat_wrap .cat_head .head02 {
        font-size: 18px;
    }

    .list_wrap .program_list {
        gap: 50px 15px;
    }

    .list_wrap .program_list a {
        width: calc(calc(100% - 15px) / 2);
    }

    .list_wrap .program_list a .text_block h3 {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }

    .list_wrap .program_list a .text_block .date_wrap .date {
        padding: 3px 4px;
        font-size: 12px;
    }

    .list_wrap .category_block .cat p {
        letter-spacing: 2px;
        text-indent: 2px;
    }
}

@media screen and (max-width: 450px) {
    .list_wrap .category_block {
        gap: 5px;
    }

    .list_wrap .category_block .cat {
        width: calc(calc(100% - 20px) / 5);
    }

    .list_wrap .category_block .cat p {
        letter-spacing: 0;
        text-indent: 0;
        font-size: 13px;
    }
}
