body {width:100%;height:100%}
body,div,dl,dt,dd,ul,ol,li,h1,h2,a,button,form,fieldset,p {
	margin:0;
	padding:0;
	font-family:"맑은 고딕", "돋움", sans-serif;
}
ul, ol {list-style:none}
table {border-collapse:collapse}
#inis_login {
	background:#f5f5f5;
}
.container {
	position:relative;
    width: 800px;
	margin: 50px auto;
}

.header {
	width:100%;
	margin-bottom:20px;
}
h1 {
	text-indent: -1000px;
	background:url(../images/cmmn/img_ci.png) no-repeat 0 0;
	width:283px;
	height:62px;
	margin-bottom:10px;
	float:left;
}
.btn {
	display:inline-block;
	font-weight:bold;
	color:#fff;	
	text-align:center;
	text-decoration:none;
}
.login a {
}
.login a.cert:link, .login a.cert:visited {
	position:absolute;
	background:url(../images/cmmn/btn_user.png) no-repeat left top;
	font-size:14px;	
	width:90px;
	height:51px;
	line-height:51px;
	top:200px;
   *top:207px; /* ie7 only */
	left:270px;
}
.login a.cert:hover {
	background:url(../images/cmmn/btn_cert_O.png) no-repeat 0 0;
	color:#fff:
}
.login a.user:link, a.user:visited {
	position:absolute;
	background:url(../images/cmmn/btn_user.png) no-repeat left top;
	font-size:14px;	
	width:90px;
	height:51px;
	line-height:51px;
	top:147px;
   *top:154px; /* ie7 only */
	left:270px;
}
.login a.user:hover {
	background:url(../images/cmmn/btn_user_O.png) no-repeat left top;
	color:#fff;
}
.login {
	width: 320px;
	border-top:#5b85d2 solid 2px;
	background: #e7e7e7;
	padding:0 30px;
	height:200px;
	float:left;
}
.call_login {
	height:170px !important;
}
.login h2 {
	font-size:14px;
	color:#444444;
	margin:20px 0 30px 0;	
}
.login p {
	width:250px;
	float:left;
	margin-bottom:3px;
   *margin-bottom:0; /* IE7 only */
}
h2.cert {
	background:url(../images/cmmn/blt_cert.png) no-repeat 0 2px;
	padding-left:17px;
}
h2.user {
	background:url(../images/cmmn/blt_user.png) no-repeat 0 2px;
	padding-left:20px;
}
input[type="text"],input[type="password"] {
	width: 160px;
	height: 20px;
	border: 1px solid #ccc;
	color:#3f5ca2;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:5px;
}
.m40L {
	margin-left:40px;
}
label {
	font-family:"맑은 고딕", "돋움", sans-serif;
	font-size:12px;
	text_align:left;
	color:#333;
	width:60px;
	float: left;
	display:block;
}
.save_id {
	clear:both;
	padding-left:57px;
	position:relative;
	width:100%;
}
.user_login {
	position:relative;
}
.user_login ul li {
	float:left;
}
.clearfix {
	clear:both;
}
/*.login select {
	font-family: "맑은 고딕", "돋움", sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	width: 160px;
	border: 1px solid #999;
	margin:30px 0 0 30px;
	padding:3px;
	background:#fff4c7;
}*/



/* install page */
#wrap {
	width:100%;
	margin:0;
	padding:0;
}
#header {
	width:960px;
	height:80px;
	margin:0 auto;
	background:url(../images/cmmn/bg_header.gif) repeat-x bottom left;
	margin-top:20px;
}
#header .tit {
	font-weight:bold;
	letter-spacing:-2px;
	font-size:24px;
	color:#35384b;
	line-height:86px;
	padding-left:30px;
}
#content {
	width:960px;
	margin:0 auto;
}
#content .main_copy {
	font-size:21px;
	font-weight:bold;
    letter-spacing:-1px;
	margin:30px 0 12px 0;
	color:#333;
}
#content p {
	font-size:16px;
	color:#555;
}
strong {
	color: #1e439b;
}
#content table caption {
	text-align:left;
	font-size:18px;
	color:#0189ac;
	margin:30px 0 10px 0;
}
table.install_program {
	border-collapse:collapse;
	width:960px;
	border: 1px solid #ccc;
	font-size:14px;
	line-height:22px;
}
table.install_program th {
	color:#000;
	padding: 0.8em 1em;
}
table.install_program td {
	color:#555;
	padding: 0.3em 1em;
	border-bottom: 1px solid #ccc;
}
table.install_program col {
	border: 1px solid #eee;
}
table.install_program thead {
	background:#f0f0f0;
	border-top: 2px solid #555;
	border-bottom: 1px solid #999;
}
table.install_program a {
	color:#0066FF;
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;
	letter-spacing:-1px;
}
td.notice {
	text-align:center;
	font-weight:bold;
	color:#03F;
	font-size:13px;
}
.install_all {
	position:absolute;
	background:url(../images/cmmn/btn_install_all.png) no-repeat left top;
	font-size:14px;	
	width:112px;
	height:55px;
	line-height:55px;
	top:0px;
   *top:30px; /* ie7 only */
	right:0px;
}
.install_notice {
	position:relative; 
	width:960px;
}
.install {
	background:url(../images/cmmn/btn_install.png) no-repeat left top;
	font-size:14px;
	width:100px;
	height:46px;
	line-height:46px;
}
.cancel {
	background:url(../images/cmmn/btn_cancel.png) no-repeat left top;
	font-size:14px;
	width:100px;
	height:46px;
	color:#222;
	line-height:46px;
}
.btn_area {
	margin:20px 0;
	text-align:center;
}


/* loading page */
.loading {
	border-top:#999 solid 1px;
	background: #e7e7e7 url(../images/cmmn/bg_loading.png) no-repeat left top;
	padding:0 30px;
	height:250px;
}
.loader {
	position:absolute;
	left:270px;
	top:120px;
}
#loading_wrap {
	position:relative;
    width: 560px;
	margin: 50px auto;
}
.loading ul.info {
	margin-left:240px;
	margin-top:70px;
}
.loading ul.info li {
	font-family:"맑은 고딕", "돋움", sans-serif;
	font-size:14px;
	color:#333;
	line-height:2em;
}
.loading ul.info li.act_main {
	font-size:18px;
	font-weight:bold;
	color:#1e439b;
}
.loading ul.info li.act_sub {
	font-weight:bold;
	color:#222;
}
	