@charset "utf-8";

/* Type Selector */
hr, .hidden{display:none;}
em, address{font-style:normal;}
textarea{overflow:auto; background:#f2f1f0}
table{border-collapse:collapse;}
td, th {display: table-cell; vertical-align:top;}
div{display:block}
html:first-child select{padding-right:6px; height:20px;} /* Opera 9 & Below Fixf */
option {padding-right:6px;} /* Firefox Fix */
caption, legend, .alt {position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; display:none; font-size:0; line-height:0;}

/* form */
select{color:#333;font-size:11px;height:20px}
input{font-size:12px ;color:#333;}
input.text{border:1px solid #cfcfcf;line-height:1.6;padding:3px 5px 3px 5px;}
textarea, select{border:1px solid #cfcfcf; background:#fff; font-size:12px; color:#777; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border:0 none; }
body, input, button, textarea { font-size:12px; line-height:1.5em; font-family: "돋움", Dotum, Helvetica, AppleGothic, Sans-serif; color:#666; text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:12px; text-align:left; }
img, fieldset, iframe { border:0 none}
table, div { border-collapse: collapse}
textarea { overflow:auto; }
select, input, img, li { vertical-align: middle; text-align:left;}
input {border:1px solid #cccccc; background:#FFF}
address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; }
ul, li, ol { list-style-type: none;}
legend,  caption { display: none; }
hr { border-collapse:collapse; display:none; }
a {color: #333333; text-decoration: none;}
a:hover {text-decoration:none;}
a:visited {}


html, body{
	height:100%;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#333;
}
#container{
	height:100%;
}
#header{
	height:100px;
	position:relative;
	z-index:1;
	background:url('/images/gongsi/common/header_line.gif') repeat-x 0px 65px;
}
#header-area{
	height:60px;
}
#content{
	min-height: 100%;
	margin-top:-100px;
}
#content #content-area{
	padding-top:100px;
}
#content #footer {
	float:right;
	width:695px;
	border-top:2px solid #636870;
	text-align:center;
}

#footer {
	margin-top:30px;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #9d9d9d;
	text-align:center;

}

.area {width:910px; margin:auto;}
.area2 {width:695px; margin:auto;}