.login_bg, .login_bg410 {
	margin: 0 auto;
}
.login_bg {
	background-image: url(../../images/login_bg.png);
	height: 340px;
	width: 688px;
	position: relative;
}
.login_select {
	width: 218px;
	margin: 0px 20px;
	padding-top: 15px;
	float: left;
}
.login_select img {
	margin: 0px 10px;
}
.login_select a img:hover {
	opacity: 0.6;
}
.login_frame {
	width: 410px;
	float: left;
	margin-top: 20px;
}


#loginbox h2.icon {
	margin-bottom:0px;
}
/* login �� */
.select_bar, .login_explain, .login_typeIn {
	float: left;
}
.select_bar {
	background-image: url(../../images/line_register.png);
	background-repeat: repeat-y;
	height: 248px;
	width: 12px;
	position: relative;	
	display:none;
}


.select_bar_egov, .select_bar_fb, .select_bar_proof {
	width: 12px;
	height: 20px;
	position: absolute;
}
.select_bar_egov {
	top: 21px;
}
.select_bar_fb {
	top: 83px;
}
.select_bar_proof {
	top: 145px;
}
.login_explain, .login_typeIn {
	font-family: "敺株�迤暺��", "HelveticaNeueLT Std Thin", Arial;
	font-size: 14px;
	width: 358px;
}
.login_explain {
	margin: 0 20px 10px 20px;
}
.login_explain h5 {
    font-size: 16px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #e0e0e0;
    border-left: 13px solid #e0e0e0;
    padding: 2px 10px;
    border-radius: 3px;
    background: #fff;
    color: #333;
}
.login_typeIn {
/* 	height: 158px;
 *//* 	margin: 0 20px;
 */	text-align: center;
/* 	position: relative;
 */}
.login_typeIn_acc, .login_typeIn_pass {
	position: absolute;
	border: 0px;
	height: 29px;
	width: 180px;
	padding: 0 5px;
}
.login_typeIn_acc {
	top: 5px;
	left: 120px;
}
.login_typeIn_pass {
	top: 46px;
	left: 120px;
}
.bu4_out {
    display: inline-block;	
    margin: 30px auto 0px auto;
}
.bu4_login, .bu4_register {
    width: 127px;
    height: 35px;
    float: left;
    margin: 5px 2px;
	background-repeat: no-repeat;	
}
.bu4_login {
	background-image: url(../../images/bu4_login.png);
}
a .bu4_login:hover, .bu4_login:hover {
	background-image: url(../../images/bu4_login_.png);
}
.bu4_login:hover, .bu4_register:hover, .forget_pass:hover, .bu222_loginProof:hover, .frame_close:hover {
	cursor: pointer;
}
.bu4_register {
	background-image: url(../../images/bu4_register.png);
}
a .bu4_register:hover, .bu4_register:hover {
	background-image: url(../../images/bu4_register_.png);
}
a .forget_pass {
    width: 100%;
    margin: 0 auto;
    color: #436fb6;
    font-size: 12px;
    text-decoration: underline;
    padding-top: 15px;
        float: left;
    
}
a .forget_pass:hover, .forget_pass:hover {
	color: rgba(153,0,0,1);
}
.bu222_loginProof {
	width: 222px;
	height: 36px;	
	background-repeat: no-repeat;
	margin: 0px auto;
	background-image: url(../../images/bu222_loginProof.png);
}
a .bu222_loginProof:hover, .bu222_loginProof:hover {
	background-image: url(../../images/bu222_loginProof_.png);
}
.frame_close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
	background-image: url(../../images/ui_cancel_gr.png);
}
a .frame_close:hover, .frame_close:hover {
	opacity: 0.6;
}

.login-wrap {
	overflow: hidden;
    width: 668px;
    margin: 0 auto;
    padding-bottom: 40px;
    
}
@media screen and (max-width: 768px){
	.login_frame{
		width:67%;
	}
	.login_select{
		width:30%;	
		margin:0 1% 0 2%;	
	}
	.login_bg, .login_bg410 {
		width:100% !important;
		
	}
}
@media screen and (max-width: 710px){
	.login_frame {
    	width: 100%;
    	height: auto;
    	overflow: hidden;
    	background-image:none;
	}
	
	.select_bar {
		display:none;
	}
	.login_select img {
	    margin: 0 2%;
	    width: 45%;
	    height: auto;
    }
	.login_select, .login-wrap{
		width:100% !important;	
		margin:0 !important;	
	}
	.login_explain, .login_typeIn {
	    margin: 0% !important;
	    width: 100% !important;
	    overflow: hidden !Important;
	    height: 100% !important;
	}
    .login_explain, .login_typeIn, .login_frame, .login_select {
    	float:none !important;
    }
    .login_typeIn {
    	margin:0px !important;
    }
}
