@charset "utf-8";

/* 요소(element) 여백 초기화  */
*
 {
	margin:0;
	padding:0;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }

/* 제목요소 */
h1, h2, h3, h4, h5, h6 {  
	font-size:100%;   
	font-weight:normal;   
	} 

/* 테두리 없애기 */
fieldset, img, dl,dd,dt, abbr,acronym { border:0 none; } 
video { max-width:100%; vertical-align:top; }


/* 이미지, 폼관련 요소 */
img {
	vertical-align:top;
}

label, select, input, textarea {
	vertical-align:middle;	
}

/* 목록 */
ol, ul, li, dl, dt, dd, form, fieldse, p { list-style:none; }

/* 테이블 - 마크업에 'cellspacing="0"' 지정  */
table {
	border-collapse:collapse; 
	border-spacing:0;
	border:0 none;
	}
caption {
	text-align:left;
	font-weight: normal;
	border:0;
}

/* 텍스트 관련 요소 초기화 */
address, caption, cite, em {
	font-weight:normal;
	font-style:normal;
	}
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* 인용문 */
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* 수평선*/
hr{/*display:none;*/}
legend,caption{display:none;}

/* 버튼*/
button,label{cursor:pointer;_cursor /**/:hand;}

/* png24 */
.png24{ tmp:expression(setPng24(this)); } 
