@charset "utf-8";

/* 마진과 패딩의 초기화 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, legend
{ margin : 0px; padding : 0px; line-height: 120%; }

/* 헤더 폰트 사이즈 초기화 */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* 리스트의 스타일 제거 */
ol,ul { list-style : none; }

/* 폰트 강조 특성 초기화 */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* 테이블 스타일 초기화 */
table { border-collapse : collapse; border-spacing : 0; }

/* 이미지 및 필드셋에서 보더 표시 초기화 */
fieldset, img { border : 0; vertical-align: top; border:none;}
input { vertical-align: top;}

/* 화면상에 보여지지않는 최적화 */
hr, caption { height: 0; width: 0; line-height: 0; visibility: hidden; overflow: hidden; position: absolute;}
.dpn { height: 0; width: 0; line-height: 0; visibility: hidden; overflow: hidden; position: absolute;}

/* body */
body, * { font-size: 12px; color: #848484; font-family: 돋움;}
a { text-decoration: none; }