﻿/* 
	문서명 : 모바일 스타일 초기화문서 
	제작일 : 2012.06.29
	
*/ 


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;margin:0; padding:0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
legend {
	position:absolute; 
	top:0; 
	left:0; 
	width:0; 
	height:0; 
	overflow:hidden;
	visibility:hidden; 
	font-size:0; 
	line-height:0;
} 
textarea {
	overflow:auto;
} 
a{text-decoration:none;}
a:hover, a:active, a:focus{text-decoration:none;}
