/* 여백 초기화 */
body, div, ul, li, dl, dt, ol, h1, h2, h3, h4, h5, h6, input, fieldset, legend, p, select, table, th, td, tr, textarea, button, form { margin:0; padding:0; } 

/* a 링크 초기화 */
a { color:#222; text-decoration: none; } 
/*a:hover { color:#c8ac86; } */

/* 폰트 초기화 */
body, input, textarea, select, button, table { font-family: "Pretendard"; } 


/* 폰트 스타일 초기화 */
em,address { font-style: normal; } 



/* 블릿 기호 초기화 */
dl,ul,li,ol,menu { list-style: none; } 



/* 테두리 초기화 */
img, fieldset, option { border:0; } 


/* 버튼 초기화 */
button { border:0; background: unset; cursor: pointer; } 
