@charset "utf-8";
/* souzo 21030607 reset */
/* 각 주요 태그 마진 패딩 제거 */
html, body, ul, ol, li, form, fieldset, legend, input { margin:0;	padding:0; }
/* 헤딩과 문단(p)의 마진top값 제거*/
html, body, fieldset, img { border:0; }
/* 테두리와 간격 설정 */
table { border-collapse:collapse; border-spacing:0; }
/* 정렬 값을 설정 */
caption, th, td { text-align: left; vertical-align:top; font-weight: normal; }
/* IE문제 해결을 위해 fieldset 색상 부여 */
legend { color: #000; }
/* liststlye 제거 */
ul, ol, li{ list-style:none; }

