@charset "utf-8";

/* LEAD */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500&display=swap');
.KS20_lead { text-align:justify ; margin-bottom:2rem }
.KS20_lead > b {
    font-family:'Noto Serif KR',serif ; font-size:1rem ; line-height:1.8rem ; font-weight:200 ; color:#111111 ; letter-spacing:-0.5px ;
    border-bottom:solid 1px rgba(0,0,0,0.1) ; padding-bottom:0.2rem ; 
}


 
/* IMG */ 
#KS20_map { max-width:45rem ; margin:auto ; padding-top:3rem }



/* TABLE */
.KS22_tables , .KS22_tables_title { display:block ; overflow:hidden } 
.KS22_tables { padding-top:1.5rem ; margin-bottom:2.5rem }

.KS22_tables .KS_table_title { display:block ; overflow:hidden }

#KS22_table1 { margin-bottom:2rem }
.KS22_tables .KS22_table thead th { width:25% }
.KS22_tables .KS22_table thead th:nth-child(2) { width:50% }




/* PC **********/
@media all and (min-width:1100px){

    /* IMG */
    #KS21_img1 { float:right ; margin:0 ; margin-left:2rem ; padding-top:0.4rem }


    /* TABLE */
    #KS22_table1 , #KS22_table2 { width:49% }
    #KS22_table1 { margin-bottom:0rem ; float:left }
    #KS22_table2 { float:right }
 
} 