.login > .login_header{
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.login > .login_contents{
	width: 100%;
	height: 320px;
	background-color: #e9ecf1;

}

.login > .login_header > ul > li {
	float: left;
}
.login > .login_header > ul > .login_header_title{
	position: absolute;
	top: 25px;
	left: 50%;
	text-align: center;
}

.login > .login_header > ul > .login_header_close {
	position: absolute;
	top: 25px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
}

.login > .login_header > ul > .login_header_title > img,
.login > .login_header > ul > .login_header_close > img{
	width: auto;
	height: 20px;
}


.align_center{
	position: relative;
	left: 5%
}

.tx_icon{
	display: inline-block; 
	background-color: #abafb6;
	float:left;
	width: 40px;
	height: 40px;
	text-align: center;
}

.tx_icon > img{
	width: auto;
	height: 40px;
}
.tx_id, .tx_pw{
	border: 0px;
	height: 40px;
	width: 90%;
	border-radius: 0px;
	text-indent: 10px;
}
.tx_id{
	margin: 0 0 10px;
}
.tx_pw{
	margin: 0 0 20px;
}

.login_btn{
	width: 90%;
	height: 50px;
	background-color: #007dab;
	margin: 0 auto 10px;
	text-align: center;
}

.login_btn img{
	width: auto;
	height: 15px;
	margin: 17px auto;
}

.check_area li{
	float: left;
}

.check_area > li > img{
	width: auto;
	height: 20px;
}
.ck_pw{
	margin-left: 30px;
}