/*                             reset         */

@charset "utf-8";


/* 요소(element) 여백 초기화  */

html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td,figure,
section,nav,article,aside,hgroup,header,footer,iframe {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;/* auto//150%*/ /* 모바일은 웹킷대상임..선언을안해주면 기기크기에따라 자동으로커짐*/
	text-shadow:none !important;
	}
html,body{
	height:100%;
	line-height:1.5em;
}
	
/* 제목요소 */
h1, h2, h3, h4, h5, h6 {  
	font-size:100%;   
	font-weight:normal;   
	} 

/* 테두리 없애기 */
fieldset, img, abbr, acronym { border:0 none; } 


/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
table {
	border-collapse: collapse;
	border-spacing:0;
	border:0 none;
	}
	
caption, td {
	text-align:left;
	font-weight: normal;
}

/* 텍스트 관련 요소 초기화 */
address, caption, strong, em, cite {
	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; }




/* body 스타일 */
body {
	color:#000;	
	font-size:75%;
	line-height:1.2;
	font-family:"돋움", Dotum, "굴림", Gulim, Verdana, AppleGothic, sans-serif;
	background: url(../images/common/bg_body.gif) repeat-x 0 0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* 이미지, 폼관련 요소 */
img {
	vertical-align:top;
}
label, select, input, textarea {
	vertical-align:middle;	
}

/* display관련*/
section,nav,article,aside,hgroup,header,footer{
display:block;
}
input,textarea,select,button,table{
	font-family:inherit;font-size:inherit;line-height:inherit;
		}

ol, ul,dl  {list-style:none;}	

article li{
	
	float:left;}

em,address {font-style:normal;
	}
a{ color:inherit;text-decoration:none;
	}

