@charset "utf-8";
/* RESET */

/* BASIC  */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 
 

* {
	margin:0px ; padding:0px ; border:0px ; word-break:keep-all ; 
	text-decoration:none ; color:#595959 ; line-height:0px ;
	font-size:16px ; font-family:'Nanum Gothic','Malgun Gothic','맑은 고딕',dotum,serif ; font-weight:normal}
img {border:0px}
ul,li,dt,dd,dl { list-style:none }
html, body, #OT_wrap {width:100% ; height:100%}
#OT_wrap { min-width:350px }
a , button { cursor:pointer }



/* SKIP MENU */
.skipMenu {overflow:hidden ; position:relative ; width:100% ; z-index:2} 
.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} 


/* SOUND */
.sound , span.sound {
    position:fixed ; left:-10px ; top:-10px ;
    width:0px ; height:0px ; line-height:0px ; overflow:hidden ; color:transparent ; font-size:0px}

