@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);        /* 나눔고딕-Nanum Gothic */
@import url(https://cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css); /* 나눔스퀘어-Nanum Square */  


* { margin:0px ; padding:0px ; font-size:16px ; 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% }
	
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 , #Kiip_header , #Kiip_history { display:block ; min-width:350px } 
#Kiip_wrap { min-height:400px }



/* SKIP MENU */
.skipMenu { overflow:hidden ; position:fixed ; width:100% ; z-index:99} 
.skipMenu a {display:block; font-size:0px ; height:0px ; line-height:0px ; overflow:hidden ; text-align:center }
.skipMenu a:focus, 
.skipMenu a:hover, 
.skipMenu a:active { background-color:#555555 ; color:#ffffff ; font-size:12px ; height:24px; line-height:24px } 
.skipMenu a:hover  { background-color:#000000 }
  