@charset "UTF-8";
           
/* 여백 초기화 */
html {height: 100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {margin: 0; padding: 0}

/* 테두리 초기화 */
fieldset, img {border: 0 none}
textarea:focus {outline: none;}
button:focus {outline: none;}
input:focus {outline: none;}

/* 리스트 스타일 초기화 
dl, ul, ol, menu, li {list-style: none}
*/

/* 폰트 초기화 */
body, th, td, input, select, textarea, button {font-size: 14px; font-family: 'Noto Sans KR', '나눔 고딕', 'Nanum Gothic', 'Malgun Gothic', '맑은 고딕', '돋움', sans-serif;}
a {color: #000; text-decoration: none}
a:hover {color: #000; text-decoration: none}
a:active {background-color: transparent}

/* 폰트 스타일 초기화 */
address, caption, cite, code, dfn, em, var{font-style: normal; font-weight: normal}