@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); /* 'Nanum Myeongjo' */
 
/* TITLE */
.kiip51_h5 , .kiip51_h6 { margin-bottom:20px }
.kiip51_h5 { 
    font-family:'Nanum Myeongjo',serif ; text-align:center ;  
    font-size:1.4em ; line-height:1.6em ; font-weight:600 ; color:#000000 ; letter-spacing:-1px ; word-break:keep-all 
} 

.kiip51_h6 {  
	background:url(../img_sub/KS51_icons.gif) no-repeat center top ;
    text-align:center ; padding-top:20px ; 
    font-size:1.4em ; line-height:1.2em ; font-family: 'NanumSquare','Nanum Gothic',sans-serif ; color:#0e7b93 }



/* SUB CONTENTS */
.kiip51_sub { margin:auto ; margin-bottom:80px ; width:100% ; max-width:1100px }



/* IMAGE */ 
.kiip51_imgs { display:block ; overflow:hidden ; text-align:center ; padding-top:20px }
.kiip51_img , .kiip51_img img { width:100% ; max-width:500px } 
.kiip51_img { display:inline-block ; margin:5px ; margin-bottom:20px  }
.kiip51_img img  { border-radius:4px ; margin-bottom:5px ; display:block  }  
.kiip51_img_txt { font-size:0.8em ; line-height:1.2em ; text-align:center ; display:block ; padding-top:10px   }
.kiip51_ex { width:150px ; border-radius:4px  }


/* BTN MORE */
#kiip51_btn_more { 
    display:block ; overflow:hidden ; border-radius:6px ; margin:auto ; 
	width:180px ; height:50px ; text-align:center ;
	background:url(../img/btn_bg1.jpg) no-repeat center center }
#kiip51_btn_more > b { 
    display:inline-block ; padding:15px 0px ; padding-left:35px ; 
	font-size:0.9em ; line-height:1.2em ; color:#ffffff ;
	background:url(../img/icon_book.png) no-repeat -5px 0px}
#kiip51_btn_more:hover , #kiip51_btn_more:focus { background:none ; background-color:#111111 }



/* TABLE */
.kiip51_table { display:block ; overflow:hidden ; margin-bottom: 40px }
.kiip51_table , .kiip51_table table { width:100% } 
.kiip51_table table { border:0px ; border-collapse:collapse ; border-spacing:0px }

.kiip51_table caption  { font-size:0px ; overflow:hidden ; text-indent:-9999px }

.kiip51_table th , .kiip51_table td { vertical-align:middle }
.kiip51_table thead th { 
    background-color:#dbebef ; padding:5px ; 
	font-size:0.9em ; line-height:1.2em ; text-align:center ; font-weight:bold ; color:#165d6c ;
	border:solid 1px #c5d3d7 ; border-left:0px }
.kiip51_table tbody td { 
    font-size:1em ; line-height:1.8em ; text-align:center ; padding:7px ; 
	border:solid 1px #d2d2d2 ; border-left:0px ; border-top:0px }
.kiip51_table thead th:last-child ,  .kiip51_table tbody td:last-child { border-right:0px }
.kiip51_table tbody tr:hover td { background-color:#ffffff ; border-bottom:solid 1px #444444} 
.kiip51_table tbody td:last-child { text-align:left }

 

/* PC ********************************************************************/
@media all and (min-width:1000px){

    /* ARTICLE */	
    #KS_AC_PTS1 { width:100% }	
 

    /* IMAGE */  
    .kiip51_img { margin-bottom:20px  }

    .kiip51_table tbody td { padding:7px}
    .kiip51_ex { width:250px }
    .kiip51_table tbody td:nth-child(1) ,
    .kiip51_table tbody td:nth-child(2) { width:15% ; word-break:keep-all  } 

    

}