* {
	font-family: 나눔고딕, NanumGothic, '맑은 고딕', 'Malgun Gothic', AppleGothic;
}

body {
	padding: 0;
	margin: 0;
}

a {
	text-decoration:none;
}

a:link, a:visited, a:active, a:hover {
	
}

a:active, a:hover {
	text-decoration:underline;
}

.text-center {
	text-align:center;
}

.color-white, .color-white a:link, .color-white a:visited, .color-white a:active, .color-white a:hover {
	color:#FFF
}

.wrap {
}