@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");


/*=================================================================================
 * Default Tag Style Definition
 =================================================================================*/
body {
    font-family:'Noto Sans KR', sans-serif,'나눔고딕', NanumGothic, 'Nanum Gothic',"맑은고딕", Malgun Gothic, "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;
	font-size: 12px;
	color: #808080;
	line-height: 18px;
	border-collapse: collapse;
	-webkit-text-size-adjust:none;
	position:relative;
	letter-spacing:-0.5px;
}

a:link, a:visited {
	text-decoration: none;
	color:#000;
}
a:hover, a:active {
	text-decoration: none;
	color:#000;
}

/*=================================================================================
 *Reset Tag Style Definition
 =================================================================================*/
/*html { overflow-y:scroll; }*/

html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, 
dl, dt, dd, table, caption,  tbody, tfoot, thead, th, tr, td, form, fieldset, legend, hr, input, button, textarea 
object, iframe, form, caption, select, figure {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

ul, ol ,li{
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

img, fieldset, abbr, input.type-image,  button {
border:none;
}

img, input {
	vertical-align:middle;
	border:0;
	padding:0;
/*	width:100%;*/
}


address, caption, cite, code,  em {
	font-style:normal;
	font-weight:normal;
}


input, select, textarea, button {
	color:#555;
	vertical-align:middle;
	font-family: Dotum, Gulim, Arial, AppleGothic, Sans-serif;
}


caption,legend,#skipNavi {
	width:0;
	height:0;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	font-size:0px; 
	height:0px; 
	line-height:0px
	}

hr {
	display:none;
}

button::-moz-focus-inner{ border:0; padding: 0;} /*FF 초기화*/

button {
	background:transparent;
	overflow:visible;
	cursor:pointer; 
}