

.notice-wrap .list-wrap .table-wrap .box-wrap .box .info-wrap {
    display:none;
}


.notice-wrap .list-wrap .table-wrap .box-wrap .box {
    border: none;
    width: calc((100% / 4) - 24px);
}

    /*¿ø´õÇ®½ºÅ¸*/
    .notice-wrap .list-wrap .table-wrap .box-wrap .box.star_cal {
        border: none;
        width: calc((100% / 3) - 24px);
    }

        .notice-wrap .list-wrap .table-wrap .box-wrap .box.star_cal .title-wrap .title {
            text-align: center;
        }

    /*¿ø´õÇ®½ºÅ¸*/


    .notice-wrap .list-wrap .table-wrap .box-wrap .box .image img {
        border-radius: 20px;
    }

    .notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap .subtitle {
        display: none;
    }


    @media screen and (max-width: 767px) {


        .notice-wrap .list-wrap .table-wrap .box-wrap .box {
            width: calc((100% / 2) - 13px);
        }

            /*¿ø´õÇ®½ºÅ¸*/
            .notice-wrap .list-wrap .table-wrap .box-wrap .box.star_cal {
                width: calc((100% / 2) - 13px);
            }

        .notice-wrap .list-wrap .table-wrap .box-wrap .box .image {
            padding: 0 0 10px 0;
        }



    }
