.page_cont {
    padding: 50px 0;
}

.list_btn {
    margin-bottom: 40px;
    padding: 12px 51px;
}

.btn_default {
    font-size: 18px;
    font-weight: 700;
}

.detail_head {
    padding-bottom: 32px;
    border-bottom: 1px solid #9E9E9E;
}

.detail_head .title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
}


.detail_head .sub_desc {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail_head .sub_desc p {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
}

.detail_head .sub_desc p:not(:last-child)::after {
    content: '';
    display: block;
    width: 0;
    height: 10px;
    border-right: 1px solid #22222280;
}


.detail_head .sub_desc p.dttm {
    color: #5E5E5E;
}

.detail_body {
    padding: 32px 0 30px;
    border-bottom: 1px solid #9E9E9E;
}

.list_wrap {
    margin-top: 50px;
}

.list_head {
    margin-bottom: 24px;
}

.list_head .title {
    font-size: 32px;
    font-weight: 600;
    color: #222;
}


@media screen and (max-width:1023px) {
    .page_cont {
        padding: 24px 0;
    }

    .list_btn {
        margin-bottom: 32px;
        padding: 8px 23px;
    }

    .detail_head {
        padding-bottom: 20px;
    }

    .detail_head .title {
        font-size: 18px;
    }


    .detail_head .sub_desc {
        margin-top: 10px;
    }

    .detail_head .sub_desc p {
        font-size: 14px;
    }

    .list_head .title {
        font-size: 22px;
    }

}