

/*---------- pc --------------------------------------------------------------*/

@media (min-width:1200px){


.table_group{width:calc(100% -60px); margin:0 auto 62px}
.table_group > table {
            width: 100%;
            border-collapse: collapse; /* 추가된 속성 */
        }

.table_group table thead{height:4rem}


.table_group > table > thead th{
    border-top: 1px solid rgba(0,48,112,0.3);
    border-bottom: 1px solid rgba(0,48,112,0.3);
    background-color:rgba(0,48,112,0.05);
    font-size:19px;
}
.table_group td{
    padding:24px 0;
    font-size:14pt;
    border-bottom: 1px solid rgba(0,48,112,0.3);
}


/* 페이징 css -S */
.page_control {
    margin: 15px auto 180px;
    width: 75%;
    text-align: center;
	
}

.page_control li {
    width:2rem;
    height:2rem;
    text-align:center;
    line-height:2rem;
    display: inline-block;
    font-size:10pt;
    background-color:#fff;
    border:1px solid rgba(0,48,112,0.55);
    border-radius:5px;
    margin:0 5px;
    }
    .page_control li a {
    padding: 4px 10px;
    color:#003070
    }

    .page_control li.active{background-color: #003070;}
    .page_control li.active a{color:#fff; font-weight:bold}

/* 페이징 css -E */

/*검색창*/
.search_group{float:right; margin-bottom:15px;}

.search-type {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px;
	width: 6rem;
}

.search-text {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px;
    width: 15rem;
}

.search-button {
    padding: 0.5rem;
    width: 6rem;
    border-radius: 5px;
    background-color: #003070;
    color: white;
    cursor: pointer;
    border:1px solid #003070;
    transition: all 0.5s;
}

.sb1{margin-right:3px}

.search-button:hover {
    background-color: rgba(0,48,112,0.55)
}

}



/*---------------------------- tablet -----------------------------------------------*/

@media (min-width:768px) and (max-width:1199px){

    #cont_pc{width:100%;}


    .table_group{margin:0 auto 40px}
    .table_group > table {
                width: 100%;
                border-collapse: collapse; /* 추가된 속성 */
            }
    
    .table_group table thead{height:4rem}
    
    
    .table_group > table > thead th{
        border-top: 1px solid rgba(0,48,112,0.55);
        border-bottom: 1px solid rgba(0,48,112,0.55);
        background-color:rgba(0,48,112,0.1);
        font-size:19px;
    }
    .table_group td{
        padding:1.2rem 0;
        font-size:1.2rem;
        border-bottom: 1px solid rgba(0,48,112,0.1);
    }
    
    
    /* 페이징 css -S */
    .page_control {
        margin: 0px auto 70px;
        width: 100%;
        text-align: center;
        
    }
    
    .page_control li {
        width:2rem;
        height:2rem;
        text-align:center;
        line-height:2rem;
        display: inline-block;
        font-size:10pt;
        background-color:#fff;
        border:1px solid rgba(0,48,112,0.5);
        border-radius:5px;
        margin:0 5px;
        }
        .page_control li a {
        padding: 4px 10px;
        color:#003070
        }

    /* 페이징 css -E */
    
    /*검색창*/
    .search_group{width:100%; margin-bottom:15px; }
    .search_group form{width: 100%; display: flex; flex-direction: row; justify-content: space-between;}
    .search-type {
        padding: 0.5rem;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 5px;
        width: 17%; font-size:15px
    }
    
    .search-text {
        padding: 7px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 5px;
        width:58%;font-size:15px
    }
    
    .search-button {
        padding: 0.5rem;
        width: 10%;
        border-radius: 5px;
        background-color: #003070;
        color: white;
        cursor: pointer;
        border:1px solid #003070;
        transition: all 0.5s;font-size:15px
    }
    


}



/*---------------------------- mobile -----------------------------------------------*/


@media (min-width:320px) and (max-width:767px){


    .table_group{margin:0 auto 30px}
    .table_group > table {
                width: 100%;
                border-collapse: collapse; /* 추가된 속성 */
            }
            .table_group > table .hidecol{display: none;}
    
    .table_group table thead{height:40px}
    .table_group table colgroup{}
    
    .table_group > table > thead th{
        border-top: 1px solid rgba(0,48,112,0.3);
        border-bottom: 1px solid rgba(0,48,112,0.3);
        background-color:rgba(0,48,112,0.1);
        font-size:16px;  
    }
    .table_group td{
        padding:12PX 0;
        font-size:14px;
        border-bottom: 1px solid rgba(0,48,112,0.1);
    }
    .table_group td.tablecont{padding-left:15px}
    
    
    /* 페이징 css -S */
    .page_control {
        margin: 0px auto 40px;
        width: 100%;
        text-align: center;
        
    }
    
    .page_control li {
        width:2rem;
        height:2rem;
        text-align:center;
        line-height:2rem;
        display: inline-block;
        font-size:10pt;
        background-color:#fff;
        border:1px solid rgba(0, 48,112,0.2);
        border-radius:5px;
        margin:0 5px;
        }
        .page_control li a {
        padding: 4px 10px;
        color:#003070
        }

    /* 페이징 css -E */
    
    /*검색창*/
    .search_group{width:100%; margin-bottom:15px; }
    .search_group form{width: 100%; display: flex; flex-direction: row; justify-content: space-between;}
    .search_group form .hidebtn{display: none;}
    .search-type {
        padding: 0.3rem 0.5rem;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 5px;
        width: 20%; font-size:15px
    }
    
    .search-text {
        padding: 3px 7px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 5px;
        width:58%;font-size:15px
    }
    
    .search-button {
        padding: 0.3rem;
        width: 15%;
        border-radius: 5px;
        background-color: #003070;
        color: white;
        cursor: pointer;
        border:1px solid #003070;
        transition: all 0.5s;font-size:15px
    }
    






}


/*검색창*/



@media (min-width: 2560px) {
            .table_group th, .table_group td {
                font-size: 1.5rem; /* 더 큰 화면에서 폰트 크기 조정 */
                padding: 2rem 0; /* 패딩 조정 */
            }
        }