@charset "utf-8";

@media all and (max-width: 1024px) {
    .wrap {
        min-width: 320px;
    }

    .service_title {
        width: 15%;
        font-size: 1.6em;
    }

    .service_type1 {
        width: 85%;
    }

    .service_type1 li img {
        width: 85px;
    }

    .cont_request .row {
        margin-right: 0;
        margin-right: 0;
    }

    .cont_request .row .div_left {
        width: 65%;
        display: inline-block;
        float: left;
    }

    .cont_request .row .div_right {
        width: 35%;
        display: inline-block;
        text-align: right;
    }
}

@media all and (max-width: 768px) {
    .w768 {
        display: none;
    }

    .wDate {
        border-right: 0 !important;
    }

    .service_info {
        padding: 20px;
    }

    .service_title {
        display: none;
    }

    .service_type1 {
        width: 100%;
    }

    .service_type1 li {
        width: 19%;
        padding-left: 0;
        background: none;
    }

    .service_type1 li img {
        width: 90%;
    }

    .service_txt {
        font-size: 0.9em;
    }

    .cont_request td input,
    .cont_request td select {
        width: auto;
        min-width: 50%;
    }

    .cont_request .row .div_right img {
        width: 100%;
    }

    
}

@media all and (max-width: 480px) {
    .w480 {
        display: none;
    }

    .service_info {
        padding: 20px 10px;
    }

    .service_type1 li {
        width: 18%;
    }

    .service_type1 li p {
        font-size: 0.8em;
    }

    .service_txt {
        font-size: 0.85em;
        margin-top: 0px;
    }

    .cont_request td input,
    .cont_request td select {
        width: auto;
        min-width: 100%;
    }

    .cont_request .row .div_left {
        width: 100%;
    }

    .cont_request .row .div_right {
        width: 100%;
        text-align: center;
    }

    .cont_request .row .div_right a {
        float: right;
    }

    .cont_request .row .div_right img {
        width: auto;
    }

    /*block*/
    colgroup {
        display: none;
    }

    .state{
        padding: 0;
    }


    .table_request thead {
        display: none;
    }

    .table_request tr {
        display: block;
        margin-bottom: 10px;
        border-top: none;
    }

    .table_request th,
    .table_request td {
        display: block;
        position: relative;
        padding: 10px 0;
        padding-left: 50%;
        border-width: 0 0 1px 0;
    }

    .table_request td:nth-child(3){
        text-align: center;
    }

    .table_request td:before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        padding: 10px 0;
        background: #337ab7;
        color: #fff;
    }

    .table_request td:nth-child(1):before {
        content: 'No';
    }

    .table_request td:nth-child(2):before {
        content: '분류';
    }

    .table_request td:nth-child(3):before {
        content: '제목';
    }

    .table_request td:nth-child(4):before {
        content: '신청자';
    }

    .table_request td:nth-child(5):before {
        content: '진행상황';
    }

    .table_request td:nth-child(6):before {
        content: '요청일';
    }
    .state span{
        display: inline;
    }

}