@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Nanum+Myeongjo&display=swap&subset=korean'); 
body { 
	font-family: 'Nanum Gothic', serif; 
	line-height:150%;
	} 
p { 
	font-family: 'Nanum Gothic', sans-serif; 
	}

a { text-decoration:none !important } 
a:hover { text-decoration:none !important }
a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: none; color: blue;}
a:hover {text-decoration: underline; color: blue;}

출처: https://storyhong.tistory.com/82 [감성공간]
}
