@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);        /* 나눔고딕-Nanum Gothic */
@import url(http://cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css); /* 나눔스퀘어-Nanum Square */  


* { margin:0px ; padding:0px ; font-size:16px ; line-height:28px ; color:#595959 ; word-break:break-all ; 
    vertical-align:top ; border:0px ; vertical-align:top ;
	font-family:"Nanum Gothic","나눔 고딕","나눔고딕","Malgun Gothic","맑은 고딕",sans-serif ; text-decoration:none }
	
html , body , #KUMM_wrap  {width:100% ; height:100% }	
img , legend , fieldset { border:0px }
ul,li,dt,dd,dl,ol { list-style:none  }
html, body { width:100% ; height:100% }
a , button { cursor:pointer }
 
#KUMM_wrap , #KUMM_header , #KUMM_hgroup { min-width:350px }



/* 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 }
  
  
  
/* PC ********************************************************************/
@media all and (min-width:1100px){ 
  
}
 