@charset "utf-8";
/**********************************************************************************************/
/* -- 공통 스타일 -- */
form {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

.hand {
	cursor: pointer;
}

/* -- 숨김 콘텐츠 -- */
#skip-navigation,.blind,.location dt,legend {
	position: absolute;
	left: -1000em;
	font-size: 0;
	line-height: 0;
}

/*전체 태그에 대하여 마진, 패딩 서체크기, 서체종류 초기화*/
* {
	margin: 0;
	padding: 0;
}

/* -- 페이지 여백 초기화 -- */
body {
	font: 0.75em dotum, "돋움", gulim, "굴림", sans-serif;
	color: #4f4f4f;
}

/* -- 링크 초기화 -- */
a:link {
	text-decoration: none;
	color: #020202;
}

a:visited {
	text-decoration: none;
	color: #020202;
}

a:hover,a:active,a:focus {
	text-decoration: none;
	color: #020202;
}

/* -- 제목 초기화 -- */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* -- 테두리 초기화 -- */
fieldset,img,abbr,acronym {
	border: 0 none;
}

/* -- 리스트 초기화 -- */
ol,ul,li {
	list-style: none;
}

/*테이블 보더 초기화 (마크업에 cellspacing="0" 지정 함께 필요)*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
}

/* -- 테이블 초기화 -- */
caption,th,td {
	text-align: left;
	font-weight: normal;
}

/* -- 텍스트 초기화 -- */
address,caption,em {
	font-weight: normal;
}

/* -- 수평선 초기화 -- */
hr {
	display: none;
}