@charset "utf-8";


/* TITLE */
#KS_AC_title h2 > br {display:none} 


 
/* TABLE */ 
.KIIP22_table .KIIP22_tb_wrap { display:block ; overflow:hidden }
.KIIP22_table { text-align:center ; padding:20px 0px } 
.KIIP22_table table { width:100% ;  border:0px ; border-spacing:0px ; border-collapse:collapse ; margin-bottom:20px }

.KIIP22_table caption { height:0px ; font-size:0px ; text-indent:-9999px }

#KIIP22_table_title { 
    display:inline-block ; word-break:keep-all ;
	font-family: 'NanumSquare','Nanum Gothic',sans-serif ; font-size:1.2em ; line-height:1.2em ; color:#000000 ;
	border:solid 1px #e5e5e5 ; padding:7px 30px ; border-radius:40px ;
	background-color:#f7f7f7 ; margin-bottom:15px }

.KIIP22_table th { border-bottom:solid 2px #075bba ; font-size:0.8em ; line-height:1em ; text-align:center ; padding-bottom:7px }
.KIIP22_table td { 
    padding:7px 0px ; word-break:break-all ; 
    font-size:1em ; line-height:1.4em ; text-align:center ; border:solid 1px #d7d7d7 ; border-left:0px ; border-top:0px }
.KIIP22_table td:last-child { border-right:0px } 
.KIIP22_table tr:hover td { border-color:#aaaaaa ; background-color:#f7f7f7 }


/* IMAGE */
#Kiip22_map , #Kiip22_map img { width:100% }
#Kiip22_map { margin:auto ; max-width:800px ; padding-top:50px } 




/* PC ********************************************************************/
@media all and (min-width:1000px){ 

/* TABLE */
.KIIP22_table { text-align:center ; padding:30px 0px } 
#KIIP22_table1 , #KIIP22_table2 { width:520px }
#KIIP22_table1 { float:left } 
#KIIP22_table2 { float:right }
#KIIP22_table_title {padding:7px 50px ; margin-bottom:20px}
 
	 
}