/*기본태그 정의*/
html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
}
body,
td,
select,
textarea,
input {
	font-size: 12px;
	font-family: '돋움', 'Dotum', 'Helvetica', 'verdana';
	color: #666;
}

/* 마진과 패딩의 초기화 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	word-break: break-all;
}

/* 헤더 폰트 사이즈 초기화 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

/* 리스트의 스타일 제거 */
ol,
ul {
	list-style: none;
}

/* 테이블 스타일 초기화 */
table {
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

/* 이미지 및 필드셋에서 보더 표시 초기화 */
fieldset,
img {
	border: 0;
}
img {
	vertical-align: top;
}

/* 캡션 텍스트 정렬 초기화 */
caption {
	text-align: left;
}

/* 폼태그의 초기화 */
select {
	font-size: 12px;
	vertical-align: middle;
	color: #909090;
}
input {
	font-size: 12px;
	vertical-align: middle;
	color: #909090;
}
textarea {
	font-size: 0.75em;
	line-height: 140%;
	color: #909090;
}
input.radio {
	vertical-align: middle;
}
iframe {
	border: 0;
}
a {
	outline: none;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* hidden 처리 */
caption {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}
.hide,
hr {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.Nanum {
	font-family:
		NanumGothic, 나눔고딕, AppleGothic, NanumGothicWeb, '맑은 고딕',
		'Malgun Gothic', Helvetica, sans-serif;
}

address,
caption,
cite,
code,
dfn,
em,
i,
var {
	font-style: normal;
}
