/* basic */

* 	{ margin:0; padding:0; }
html, body { width:100%; height:100% }
html 	{ overflow-y: scroll; overflow: -moz-scrollbars-verticals; }
#wrap 	{ width: 100%; height: 100%;  }
body>#wrap { width: 100%; height: auto; min-height: 100%;  }




body { font: "나눔 고딕", "Nanum Gothic", "돋움", Dotum, Sans-Serief; color: #555; }
.lang-en, :lang(en) { font: 12px/1.4 "Helvetica Neue", Helvetica, Verdana, Arial, Sans-Serief; }


.hp {width: 25%; margin-left: 3px;padding:3px; border:1px solid #d4d4d4; }
.select_type{ padding: 3px; border:1px solid #d4d4d4; margin-left: 5px;}
.content_text{ font-size: 12px; }
.hidden { display:none; position:absolute; font-size:0; width:0; height:0; line-height:0; background:none; }
.blind  { text-indent:-2000px; overflow:hidden; display:none; }
.clearfix:after{ content:" "; display:block; clear:both; visibility: hidden; height:0; }
.clearfix{ display:inline-block; width:99%; }

.inner { width: 1100px; position: relative; margin: 0 auto;}
.inner2 {width: 220px; position: relative;	margin: 0 auto;}





.input_text3 {
	height:28px;
	width:250px;
	}

	/* index & 로그인단 */
#wrapr {
	width: 100%;
	height: 100%;
}
#login_bg {
	width: 100%;
	height: 45%;
	position: relative;
	background: url(../images/bg1.jpg) no-repeat 100% 100%;
}
#login_bg>h5 {
	font-size: 40px;
	position: absolute;
	top: 30px;
	left: 280px;
}
#login_bg>h3 {
	font-size: 20px;
	position: absolute;
	top: 240px;
	left: 280px;
	color: #555;
}
#login_bg>h4 {
	font-size: 10px;
	position: absolute;
	top: 275px;
	left: 280px;
	color: #999;
	border-bottom: 1px solid #ddd;
}
.login_box {
	width: 1100px;
	height: 300px; /*auto*/
	margin-top: 60px;
}
.login_img {
	width: 350px;
	height: 300px;
	float: left;
}
.login_img:after {
	content: " ";	
	display: block;
	clear: both;	
}
.login_img>img {
	margin: 60px 120px;
	background: lightblue;
}
.login_set {
	width: 750px;
	height: 300px;
	float: left;
}
.login_set>.login_set_line {
	width: 650px;
	height: 160px;
	margin: 50px 25px 0;
	border: 2px solid #ddd;
	border-radius: 10px;
}
.login_set>.login_set_line>.login_title {
	width: 100%;
	height: 60px;
	text-align: center;
}
.login_body {
	width: 100%;
	height: 100px;
}
.login_body>form>.login_idpw {
	width: auto;
	height: auto;
	margin-left: 130px;
	margin-top: 10px;
	float: left;
}
.login_body>form>.login_idpw ul li {
	width: auto;
	height:30px;
}
.bT {
	font-size: 8px;
	margin-right: 5px;
}
.login_body>form>.login_check {
	width: auto;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.login_foot {
	width: 100%;
	height: 30px;
}
.login_foot_box {
	float: right;
	margin: 15px 20px 0 0;
}
#footer1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	clear: both;
	margin-top: 50px;
}
/* ///////////////////////////////////// */
