@charset "utf-8";

/* 여백초기화 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, fieldset, legend, p, select, table, th, td, tr, dl, dt, dd, textarea, button, form {margin: 0; padding: 0;}

/* a 링크 초기화 */
a {color: #222; text-decoration: none;}
a:hover {color: rgb(168, 173, 165);}

/* 폰트 초기화 */
body, input, textarea, select, button, table {
    font-family: 'Noto Sans KR', sans-serif; 
    color: #222; 
    font-size: 13px; 
    line-height: 1.5;
}

/* 폰트 스타일 초기화 */
em, address {font-style: normal; font-family: 'Noto Sans KR', sans-serif;}

/* 블릿기호 초기화 */
dl, ul, li, ol, menu {list-style: none; }

/* 제목 태그 초기화 */
h1, h2, h3, h4, h5, h6 {font-size: 13px; color: #222; font-weight: normal; font-family: 'Noto Sans KR', sans-serif;}

/* 테두리 초기화 */
img, fieldset {border: 0 none;}

