/*===============================================================*
	공통
*===============================================================*/
body, td, th, form, input, select, textarea, input, div, p, span {
     margin: 0; font-size: 9pt; font-family: Tahoma, 굴림; color: #666; line-height: 18px;
	}

body { background: #fff; }
a:link { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:active { color: #666; text-decoration: none; }
a:hover { color: #999; text-decoration: underline; }
img { border: none; }
table { border-collapse: collapse; }


/*===============================================================*
	레이아웃
*===============================================================*/
#head { position: relative; width: 980px; height: 60px; }
#menu { float: left; display: inline; width: 650px; height: 60px; }
#menu ul { margin: 25px 0 0 0; }
#menu ul li	{ float: left; margin: 0 50px 0 0; list-style: none; }
#menu ul li a	{ font: bold 11pt 'dotum'; }
#key { float: right; display: inline; width: 80px; margin-top: 10px; }
	#key a { display: block; width: 80px; height: 15px; margin-bottom: 5px; padding: 2px 0; font-size: 10px; font-family: Arial, Tahoma; font-weight: 600; color: #e9e9e9; text-align: center; text-transform: uppercase; background: #0d2c73; }
#subVis { position: relative; height: 250px; border-bottom: 20px solid #f2f2f2; background: url('../img/common/bgVis.gif') repeat-x 0 0; }
#allBox { position: relative; width: 980px; margin: 0; padding: 0; }
#side { float: left; display: inline; width: 230px; margin-left: 20px; }
	#side ul { list-style: none; margin: 0 20px 0 10px; padding: 0; }
		#side ul li { padding: 3px 0 3px 15px; border-bottom: 1px dashed #c4c4c4; background: url('../img/common/bulSide.gif') no-repeat 0 8px; }
	#side a { display: block; color: #000; }
	#side a:hover { position: relative; font: bold; color: #0d80bc; text-decoration: none; }
#column { float: right; display: inline; width: 730px; }
#contents { padding: 0 0 30px 30px; border-left: 1px solid #c4c4c4; }
#foot { clear: both; background: url('../img/common/bgFoot.gif') repeat-x 0 0; }
	#footAdd { width: 795px; padding: 44px 185px 10px 0; color: #808080; text-align: right; background: url('../img/common/bgCopy.gif') no-repeat 0 0; }
	*html #footAdd { width: 980px; }
		#footAdd a { color: #808080; }
		#footAdd img { margin-top: 5px; }


/*===============================================================*
	타이틀
*===============================================================*/
h1.h1_logo { float: left; display: inline; width: 250; height: 60px; margin: 0; padding: 0; text-indent: -1000cm; background: url('../img/common/logo.png') no-repeat 50% 50%; cursor: pointer; }
h2.h2_title { margin: 0; padding: 0; }
h3.h3_title { margin: 0; padding: 25px 60px 10px 20px; font-size: 16px; font-family: Dotum, "돋움"; color: #666; text-align: left; }


/*===============================================================*
	정렬
*===============================================================*/
.disAlign0 { text-align: left; }
.disAlign1 { margin: 10px 0; text-align: left; }
.disAlign2 { margin: 20px 0; text-align: left; }
.disAlign3 { margin: 30px 0; text-align: left; }
.disAlignC0 { text-align: center; }
.disAlignC1 { margin: 10px 0; text-align: center; }
.disAlignC2 { margin: 20px 0; text-align: center; }
.disAlignC3 { margin: 30px 0; text-align: center; }
.disAlignR0 { text-align: right; }
.disAlignR1 { margin: 10px 0; text-align: right; }
.disAlignR2 { margin: 20px 0; text-align: right; }
.disAlignR3 { margin: 30px 0; text-align: right; }


/*===============================================================*
	메인
*===============================================================*/
#mainVis { position: relative; height: 300px; border-bottom: 20px solid #f2f2f2; background: url('../img/main/bgVis.gif') repeat-x 0 0; }
#mainContents { position: relative; width: 940px; height: 185px; margin: 20px; }
.mainPro { float: left; display: inline; width: 485px; height: 140px; padding-top: 45px; padding-left: 5px; background: url('../img/main/bgPro.gif') no-repeat 0 0; }
*html .mainPro { width: 490px; height: 185px; }
	.mainPro div { float: left; cursor: pointer; }
	.mainPro img { width: 130px; height: 120px; margin: 0 15px; }
	.mainPro strong { display: none; }
.mainLatest { float: left; display: inline; margin: 10px 0 0 20px; padding-left: 20px; border-left: 1px solid #ccc; }
	.mainLatest p { margin-bottom: 7px; }
	.mainLatest ul { list-style: none; width: 230px; padding: 0; padding-top: 7px; }
	.mainLatest li { padding-left: 15px; height: 16px; }
	.mainLatest a { display: block; color: #000; }
	.mainLatest a:hover { color: #000; }
	.mainLatest span { display: none; }
	.mainNotice { height: 43px; margin: 0; margin-bottom: 20px; background: url('../img/main/bgQna.gif') no-repeat 0 0; }
	*html .mainNotice { height: 50px; }
	.mainQna { height: 60px; margin: 0; background: url('../img/main/bgNotice.gif') no-repeat 0 0; }
	*html .mainQna { height: 70px; }
.mainBan { float: right; display: inline; }
	.mainSearchInput { width: 120px; height: 20px; padding-top: 3px; border: 1px solid #0d2c73; border-right: none; font: 8pt 돋움; color: #999; text-align: center; vertical-align: middle; background: #e9e9e9 }
	.mainSearchBtn { width: 39px; height: 20px; border: 1px solid #0d2c73; font: 8pt 돋움; color: #e9e9e9; vertical-align: middle; background: #0d2c73;cursor:pointer; }
	*html .mainSearchBtn { padding-top: 3px; }


/*===============================================================*
	기타
*===============================================================*/
.comGreet { margin-bottom: 20px; text-align: left; }
.comMap { padding: 20px 0; border: 1px solid #ccc; text-align: center; }
.history { width: 699px; margin-bottom: 20px; border-top: 1px solid #000; }
	.history th { width: 18%; padding: 5px 0; border-bottom: 1px solid #e5e5e5; }
	.history td { padding: 5px 0; border-bottom: 1px solid #e5e5e5; }