/* 초기화 */
body {
    font-family:'Nunito Sans', serif ;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -1%;
    margin: 0 auto; padding: 0; 
}


/* 요소(element) 여백 초기화  */
* { margin: 0; padding: 0; }

/* 하이퍼링크 설정 */
a { color: #000; text-decoration: none; }

/* 테두리 없애기 */
fieldset, img, input { border: 0 none; outline: none; } 

/* 목록 불릿 없애기 */
ol, ul { list-style: none;}

/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
table { border-collapse: collapse; border-spacing: 0; border: 0 none; width: 100%; }

/* 웹브라우저에서  */
caption, legend, hr { display: none; }

/* 텍스트 관련 요소 초기화 */
address, caption, em { font-weight: normal; font-style: normal; word-break: normal; }


input, select, textarea { vertical-align: middle; }

button { border: none; background: transparent; outline: none;}


