@charset "utf-8";

/* body 스타일 */
html {overflow-y:scroll; }
body {
	color:#4B4B4B;
	font-size:13px;
	line-height:1.6;
	font-family:"나눔고딕", NanumGothic,"Nanum Gothic", "돋움", Dotum, "굴림", Gulim, Verdana, AppleGothic, sans-serif;
}
/* 링크 */
a:link {
	color:#4f4f4f;
	text-decoration:none;
} 
a:visited {
	color:#4f4f4f;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:focus {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#000;
	text-decoration:none;
} 


/* 요소(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 {
	margin:0;
	padding:0;
	}

/* 이미지, 폼관련 요소 */
img {
	vertical-align:top; margin:0px; padding:0px;
}
label, select, input, textarea {
	vertical-align:middle;
}

caption, legend{display:none;}

.hidden { visibility:hidden; position:absolute; font-size:0; width:0; height:0; line-height:0; margin:0; padding:0; background:none}

.border { border:1px solid #606060;}

.input { border: 1px solid #ddd; height:20px; width:99%;}



/* 테두리 없애기 */
fieldset, img, abbr,acronym { border:0 none; } 

/* 목록 */
ol, ul { list-style:none; }

/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
table {
	border-collapse: collapse; 
	border-spacing:0;
	border:0 none;
	}
caption, td {
	font-weight: normal;
}

/* 텍스트 관련 요소 초기화 */
address, caption, 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; }

.line{border-top:1px dotted #444;}


.clear {   clear:both; } 

/* height 여백 */
.sp3 { height: 3px; width:1px; font-size: 0; line-height: 0;}
.sp4 { height: 4px; width:1px; font-size: 0; line-height: 0;}
.sp5 { height: 5px; width:1px; font-size: 0; line-height: 0;}
.sp10 { height: 10px; width:1px; font-size: 0; line-height: 0;}
.sp15 { height: 15px; width:1px; font-size: 0; line-height: 0;}
.sp20 { height: 20px; width:1px; font-size: 0; line-height: 0;}
.sp25 { height: 25px; width:1px; font-size: 0; line-height: 0;}
.sp30 { height: 30px; width:1px; font-size: 0; line-height: 0;}
.sp35 { height: 35px; width:1px; font-size: 0; line-height: 0;}
.sp40 { height: 40px; width:1px; font-size: 0; line-height: 0;}
.sp50 { height: 50px; width:1px; font-size: 0; line-height: 0;}
.sp100 { height: 100px; width:1px; font-size: 0; line-height: 0;}
.sp300 { height: 300px; width:1px; font-size: 0; line-height: 0;}

.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}

.ml50 { margin-left:50px;}
.ml350 { margin-left:350px;}

.w100{ width:100px !important;}

.select {height: 27px;}

.dot {border-top:1px dotted #999999;}

.al{text-align:left;}	.ar{text-align:right;}	.ac{text-align:center;}	.aj{text-align:justify;}
.at{vertical-align:top;}	.am{vertical-align:middle;}	.ab{vertical-align:bottom;}

.fl{float:left;}	.fr{float:right;}

.people_t1 {color: #927f5a; font-family:나눔명조; font-size:17px; font-weight:700; }
.people_t2 {color: #00000; line-height:12pt; font-weight:600; }
.people_t3 {color: #6A6A6A; line-height:15pt; font-weight:500; }