@charset "utf-8";
/* 여백초기화 */
* {
    margin: 0px auto;
    padding: 0px;
	
}

ol, ul, li{
	list-style:none; 
}

a{
	color:#333333;
	text-decoration:none;
}

body {
    font-family: "나눔스퀘어OTF_ac", "맑은고딕", arial, sans-serif;
    font-size: 12px;
    color: #333333;
}
