

#mainText{ 
color:#fff;
	font-family: 'Noto Sans KR', Malgun gothic, sans-serif;
	text-shadow:2px  2px  5px  #000000; color:#fff;
  display:none; text-align:left;
  letter-spacing:-1px;
  font-style:italic;
}


#mainText > p { font-family: 'Noto Sans KR', Malgun gothic, sans-serif;}

word{ display:inline-block; font-weight:bold; font-family: 'Noto Sans KR', Malgun gothic, sans-serif;}

a letter{ color:inherit; } /* for links */
/* This is the NORMAL state of a character */
letter{ 
	font-family: 'Noto Sans KR', Malgun gothic, sans-serif;
  display:inline-block; 
  white-space:pre; 
  background:none; 
  transition:.4s; 
}
/* Below is the INITIAL state of a character */
letter.initial{ 
  opacity:0; 
  text-shadow:0 0 9px; 
  color:#FFF; 
  -webkit-transform:scale(8); 
  -webkit-transform-origin:150% 50%; 
  transform:scale(8); 
  transform-origin:150% 50%; 
}

#mtxt > h1 { font-family:Malgun gothic, dotum; font-weight:500;text-shadow:2px  2px  5px  #000000; color:#fff;}
	


/* NOT RELATED 
-------------------------*/
.credit{ position:absolute; bottom:10px; left:10px; padding:10px 20px; color:#777; font-size:11px; text-align:center; background:#EEE; border-radius:10px;  }