


.notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap {
    padding: 10px 10px 25px 10px;
    text-align: center;
}

.notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap .view_btn {
    padding: 10px 20px;
    background: #333;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
}


    .notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap .title {
        text-align: center;
        padding-bottom: 15px;
    }

    .notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap .subtitle {
        display: none;
    }

.notice-wrap .list-wrap .table-wrap .box-wrap .box .info-wrap {
    display: none;
}

.notice-wrap .list-wrap .table-wrap .box-wrap .box .image {
    padding: 20px 20px 10px 20px;
}
    .notice-wrap .list-wrap .table-wrap .box-wrap .box .image img {
        border-radius: 10px;
    }

    .notice-wrap .list-wrap .table-wrap .box-wrap .box {
        border: unset;
        background: #f9f9f9;
        border-radius: 20px;
        margin: 10px 5px;
    }



@media screen and (max-width: 767px) {

    .notice-wrap .list-wrap .table-wrap .box-wrap .box .image {
        padding: 12px 12px 16px 12px;
    }

    .notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap {
        padding: 0 0 15px 0;
    }
        .notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap .title {
            padding-bottom: 10px;
        }


        .notice-wrap .list-wrap .table-wrap .box-wrap .box .title-wrap .view_btn {
            padding: 8px 14px;
            font-size: 14px;
        }
}