/* Author  : Hyeonmi Jo */
/* Date    : 2017-06-16 */
/* Version : EAP 2.0    */

/* Green  	bg.00bb83 font.00a574 GridSelectTd.d0f0e7 GridSelectTr.f1fcf9 ComboActive.3ecba1 */
/* Sky 		bg.00a6b5 font.00abbb GridSelectTd.d0eff2 GridSelectTr.f0fafa ComboActive.5ecbd2 */
/* Blue 	bg.498ccd font.2e7cc8 GridSelectTd.d6e5f4 GridSelectTr.f1f7fb ComboActive.75a6d5 */
/* pink 	bg.e3547f font.e43c6e GridSelectTd.f8dee5 GridSelectTr.fdf3f7 ComboActive.e584a2 */
/* Orange 	bg.ea6c38 font.ed6431 GridSelectTd.f5e3dd GridSelectTr.fdf5f1 ComboActive.ec8682 */

@charset "utf-8";

/* Login
---------------------------------------------------------*/
html, body {
	overflow: hidden;
}

body {
	background-color: #fff;
	min-width: 600px;
}

*, body, input {
	font-weight: normal;
}

.LblockLogin {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1140px;
	height: 600px;
	margin: -320px -570px;
	border:1px solid #666666;
	box-shadow: 0px 0px 5px #ececec;
	background:#fff;
}

.LoginLang {
	position: absolute;
	right: 80px;
	top: 60px;
	float: right;
}
.LoginLang ul {
    display: block;
}
.LoginLang ul li {
	float:left;
	margin-right:15px;
	font-size:12px;
}
.LoginLang ul li:first-child {
	border-right: 1px solid #dddcdc;
	padding-right: 15px;
}

.LoginLang ul li:last-child {
	margin-right:0;
}
.LoginLang ul li a.here {
	color:#222;
}
.LoginLang ul li a {
	color:#959595;
}

.LblockLogin_bg {
	position: relative;
	border-right:1px solid #d2d2d2;
	width:571px;
	height: 100%;

}
.loginImg {
    float:left;
	width:571px;
	height: 100%;
	border-right:1px solid #d2d2d2;
}

.loginImgBox {
	width:410px;
	height:330px;
	position: absolute;
	left: 79px;
	top: 99px;
}
.loginFooter {
	position: absolute;
    bottom: 0;
    height: 55px;
    background: #f4f4f4;
    width: 1123px;
    border-top: 1px solid #e3e3e3;
    padding-left:17px;
    padding-top:40px;
    font-size: 11px;
}

.loginFooter span.info a {
	color:#dc3580;
}

.loginFooter span.bar {
	margin: 0 14px;
    border-left: 1px solid #c3c1c2;
}

.loginImg > span.bi {
	display: block;
	width: 274px;
	padding: 10px;
	height:51px;
	margin-top: 34px;
	margin-left:79px;
	background: url("../images/new/bi_eap_w.png") no-repeat 50% top;
	text-indent: -9999px;
}

.bi h1 {
	font-size: 27px;
	color: #3d4146;
	line-height: 14px;
	letter-spacing: -0.02em
}

.bi h1 span {
	display: inline-block;
	padding-left: 2px;
	font-size: 10px;
	color: #999
}

.loginform {
	padding: 99px 60px 30px 80px; background-color : white;
	/*box-shadow: 0px 0px 7px #d4d4d4;*/
	background-color: white;
	float:left;
	width:410px;
}

.loginform h2 {
	font-size: 15px;
	color: #999;
	margin-bottom: 15px;
}

.loginform p.id, .loginform p.pw {
	margin-bottom: 10px;
	width: 328px;
	height: 58px;
	color: #666; /* #f2417b  #6c747d */
	padding: 0 0 0 78px;
	background: #fbfbfb url("../images/new/login_icon.png") no-repeat left top;
	border: 1px solid #b0b0b0;
}
.loginform p.pw {
	font-size: 26px;
	background: #fbfbfb url("../images/new/login_icon.png") no-repeat left bottom;
}

.loginform p input {
	width: 328px;
	height: 58px;
	line-height: 46px;
	color: #555; /* #f2417b  #6c747d */
	font-size: 18px;
	border: none;
	background-color: #fbfbfb;
	padding-left: 20px;
}
.loginform p.pw input {
	font-size: 20px;
	color: #777;
}

.loginform p input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin-right:7px;
}

.loginform p.btn a {
	display: block;
	width: 130px;
	height: 80px;
	line-height: 75px;
	color: #fff;
	font-size: 23px;
	text-align: center;
	background-color: /*#00bb83 */ #404040;
	text-decoration: none;
	margin-top: 5px;
}

.loginform p.btn a:hover {
	background-color: /*#f2417b*/ #222 !important;
}

.loginform p.L_button {
	line-height: 38px;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    /*padding: 0px 8px 2px;*/
    border: 1px solid #b0b0b0;
    border-radius: 2px;
    cursor: pointer;
    white-space: nowrap;
    height: 38px;
    background-color:#fbfbfb;
    width:100px;
    text-align: center;
    margin-top:27px;
}

.loginform p.L_button a {
    color: #111;
}
.loginform p.L_button a:hover {
	background-color:#f6f6f6 !important;
	display: block;
	height: 38px;
}


.helpDesk {
	position: relative;
    margin-top:39px;
    height: 64px;
    background-color:#fefef4;
    border: 1px solid #e2e0c7;
    border-radius: 2px;
}
.helpDesk ul {
    position: absolute;
    top: 20px;
    left: 30px;
}
.helpDesk ul li {
	position: relative;
    float:left;
    line-height: 100%;
}

.helpDesk ul li.ti {
	background-color:#efeedc;
	border-radius: 20px;
	height: 19px;
    padding: 4px 19px 2px;
}

.helpDesk ul li.phone {
    font-size: 13px;
    background: url(../images/new/ic_mail2.png) no-repeat 22px 4px;
    padding-left: 45px;
    height: 20px;
    line-height: 160%;
}
.helpDesk ul li.phone a { color:#333;}
.helpDesk ul li.phone a:hover { color:#ee0f59;}

.helpDesk ul li.bar {
    border-left: 1px solid #cbc9ba;
    margin-left: 25px;
}



.copyright {
	padding-top: 25px;
	margin-top: 35px;
	text-align: center;
	font-size: 12px;
	color: #aaa;
	background: url("../images/new/bi_lgcns.png") no-repeat 50% top;
}

input:focus {
	outline:none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fbfbfb inset;
}