@charset "utf-8"; 
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);            /* 나눔고딕- Nanum Gothic  */ 


* { margin:0px ; padding:0px ; font-size:1em ; line-height:0px ; color:#595959 ; word-break:break-all ; vertical-align:top ;
	font-family:'Nanum Gothic','Malgun Gothic',sans-serif ; text-decoration:none }
	
html , body , #KIIP_wrap {width:100% ; height:100% }
body { background-color:#ffffff }
	
img , legend , fieldset { border:0px }
ul,li,dt,dd,dl,ol { list-style:none ; vertical-align:top }
html, body { width:100% ; height:100% }
a , button { cursor:pointer }
legend { font-size:0px ; line-height:0px ; overflow:hidden ; height:0px ; text-indent:-9999px } 
#KIIP_wrap { min-width:350px } 


 
/* SKIP MENU */
.skipMenu , .skipMenu a { display:block ; overflow:hidden ; width:100% ; text-align:center }
.skipMenu { position:fixed ; top:0px ; left:0px ; z-index:99 } 
.skipMenu a { font-size:0px ; line-height:0px  }
.skipMenu a:focus , 
.skipMenu a:hover , 
.skipMenu a:active { background-color:#1e54b1 ; color:#ffffff ; font-size:1em ; line-height:1.2em ; padding:10px 0px ; border-bottom:solid 1px #d7d7d7 } 
.skipMenu a:hover  { background-color:#000000 }
 