@charset "UTF-8";

/*로그인*/
#_UlgnS_basic{
	border-top:2px solid #366fcc;
	border-bottom:1px solid #366fcc;
	box-sizing:border-box;
	padding:5% 10%;
	background-color: #fff;
}
/*로그인 전*/
	/*제목*/
	#_UlgnS_basic._loginBefore h2{
		display: none;
	}
	/*아이디비번입력,로그인,회원가입*/
	#_UlgnS_basic._loginBefore ._loginInputWrap{
		margin: 10px;
		position: relative;
	}
	#_UlgnS_basic._loginBefore ._loginInputWrap ._loginInput {
		/* border-right: 1px #ccc solid; */
		/* margin-right: 70px; */
		padding-right: 120px;
	}
	#_UlgnS_basic._loginBefore ._loginInputWrap ._loginInput ._inputArea{
		position: relative;
		width: 100%;
	}
	#_UlgnS_basic._loginBefore ._loginInputWrap ._loginInput ._inputArea ._input{
		width: 100%;
		border: 0;
		padding: 0;
		height: 45px;
		line-height: 45px;
		background-color: #f7f7f7;
		padding-left: 10px;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 5px;
		border: 1px solid #ddd;
	}
	#_UlgnS_basic._loginBefore ._loginInputWrap ._loginInput ._inputArea ._input#userId{
		border: 1px #ddd solid;
	}
	#_UlgnS_basic._loginBefore ._loginInputWrap ._loginSubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 98px;
		height: 95px;
		line-height: 95px;
		border: 0;
		color: #fff;
		font-size: 22px;
		border-radius: 10px;
		font-weight:600;
		background-color: #366fcc;
		cursor: pointer;
	}
	#_UlgnS_basic._loginBefore ._loginInput ._formCheck{
		position: absolute;
		top: 4px;
		left: 110px;
		margin: 0;
	}
	/*아이디찾기,비번찾기*/
	#_UlgnS_basic._loginBefore ._findInfo{
		margin: 0 10px 10px;
		width:100%;
		border-bottom: 1px solid #cecece;
		padding-bottom: 20px;
		margin-top: 10px;
		overflow: hidden;
		float: left;
	}
	#_UlgnS_basic._loginBefore ._findInfo li{
		line-height: 30px;
		float:left;
		background-position:left center;
		margin-right:20px
	}
	#_UlgnS_basic._loginBefore ._findInfo li.icon-01{
		background:url(./../images/icon-01.png) left 3px no-repeat;
		padding-left: 32px;
	}
	#_UlgnS_basic._loginBefore ._findInfo li.icon-02{
		background:url(./../images/icon-02.png) no-repeat;
		padding-left:23px;
	}
	#_UlgnS_basic._loginBefore ._findInfo li.icon-03{
		background:url(./../images/icon-03.png) left 3px no-repeat;
		padding-left:33px;
	}
	#_UlgnS_basic._loginBefore ._findInfo li ._gotoLoginMember,
	#_UlgnS_basic._loginBefore ._findInfo li ._findLoginId,
	#_UlgnS_basic._loginBefore ._findInfo li ._findLoginPw{
		float: right;
		height: 30px;
		line-height: 30px;
		background-color: transparent;
		border: 0;
		color: #000;
		font-size: 17px;
		font-family: 'Noto DemiLight';
		cursor: pointer;
	}
/*로그인 후*/
	/*제목*/
	#_UlgnS_basic._loginAfter h2{
		display: none;
	}
	/*로그인정보*/
	#_UlgnS_basic._loginAfter ._loginInfo{
		margin: 10px;
		text-align: center;
		font-size: 1em;
	}
	#_UlgnS_basic._loginAfter ._loginInfo ._loginMsg {
		height: 73px;
		line-height: 73px;
	}
	#_UlgnS_basic._loginAfter ._loginInfo ._loginMsg strong{
		color: #009df5;
		display: inline-block;
		font-size: 20px;
		font-family: 'Noto Regular';
		margin-right: 5px;
}
	}
	#_UlgnS_basic._loginAfter ._uInfo {
		overflow: hidden;
		position: relative;
		border: 1px #ccc solid;
		margin: 0 10px 10px;
	}
	#_UlgnS_basic._loginAfter ._uInfo li{
		width: 50%;
		float: left;
	}
	/*버튼*/
	#_UlgnS_basic._loginAfter ._uInfo li ._btnLogout,
	#_UlgnS_basic._loginAfter ._uInfo li ._btnEditInfo{
		display: block;
		width: 100%;
		text-align: center;
		line-height: 1.4;
		border-style: solid;
		background-color: #f7f7f7;
		cursor: pointer;
		padding: 12px 0;
		font-size: 16px;
		font-family: 'Noto Regular';
	}
	#_UlgnS_basic._loginAfter ._uInfo li ._btnLogout{
		border-width: 1px 1px 0 0;
		border-color: #fff #ccc #ccc #ccc;
	}
	#_UlgnS_basic._loginAfter ._uInfo li ._btnEditInfo{
		border-width: 1px 0 0 0;
		border-color: #fff #ccc #ccc #ccc;
	}
/*비밀번호변경/개인정보재동의*/
	#_UlgnS_basic._pInfoChangeWrap{
		padding: 20px;
	}
	#_UlgnS_basic._pInfoChangeWrap ._pInfoChangeHead{
		background-color: #f7f7f7;
	    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
	    padding: 1em;
	    margin-bottom: 1em;
	}
	#_UlgnS_basic._pInfoChangeWrap ._pInfoChangeHead h3{
		text-align: center;
	    font-size: 1.2em;
	    margin-bottom: 1em;
	    color: #000;
	    background-color: #C6DEEB;
	    padding: 0.5em;
	    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
	}
	#_UlgnS_basic._pInfoChangeWrap ._pInfoChangeHead ._pInfoChangMsg {
		padding-left: 110px;
		min-height: 80px;
		height: auto !important;
		_height: 80px;
		text-align: left;
		line-height: 2.4;
	}
	#_UlgnS_basic._pInfoChangeWrap ._pInfoChangeHead ._pInfoChangMsg._pwdChange {
		background: url("../images/iconPwdChange.png") no-repeat 10px 0;
	}
	#_UlgnS_basic._pInfoChangeWrap ._pInfoChangeHead ._pInfoChangMsg._indAgree {
		background: url("../images/iconIndAgree.png") no-repeat 10px 0;
	}
	#_UlgnS_basic._pInfoChangeWrap ._pInfoChangeHead ._pInfoChangMsg p:after{

	}
	#_UlgnS_basic._pInfoChangeWrap ._form ._insert{
		text-align: left;
	}

.info-login-text{
	font-size: 18px;
	line-height: 1.7;
	margin-bottom:20px;
}
.info-login-text li{
	padding-left:20px;
	display:block;
	position: relative;
	margin-bottom: 20px;
}

.info-login-text li:before{
	content:'';
	width: 6px;
	height: 6px;
	background-color:#343978;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left:0;
}

.info-login-text strong{
		color:#366fcc;
	}
.login-btn{
	clear:both;
	overflow:hidden;

}
.login-btn li a{
	font-size: 16px;
	line-height: 1.4;
	padding: 5px 0;
	display:inline-block;
	border:1px solid #366fcc;
	color:#366fcc;
	vertical-align:middle;
	float:right;
	text-align: center;
	width: 180px;
	border-radius:20px;
	position: absolute;
	right: 0;
}
.login-btn li {
	margin-bottom: 15px;
	width:100%;
	font-size: 18px;
	position: relative;
	line-height: 1.4;
}
.login-btn li.text {
	font-size: 18px;
	font-weight:600;
	color:#343978;
	margin-top:10px;
	position:relative;
	left:0;
	top:0;
	padding-left:10px;
}
.login-btn li.text:before{
	content: '';
	width: 2px;
	height: 12px;
	background-color: #343978;
	position: absolute;
	left: 2px;
	top: 6px;
}

.site-join input[type=submit] {
    display: block;
    margin: 10px auto 0;
    padding: 10px 20px;
    background-color: rgba(77, 82, 206, 0.8);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
}
@media screen and (max-width:767px) {
	#_UlgnS_basic{
		margin:5% 0%;
		padding: 5% 0%;
	}
	.login-btn li strong		{
		display:block;
	}
	.login-btn li a{
		float:inherit;
		position:relative;
		display:block;
		margin:10px 0 20px;
		width:100%;
	}
	#_UlgnS_basic._loginBefore ._findInfo li ._gotoLoginMember, #_UlgnS_basic._loginBefore ._findInfo li ._findLoginId, #_UlgnS_basic._loginBefore ._findInfo li ._findLoginPw{
		font-size:1.1em;
	}
	#_UlgnS_basic._loginBefore ._findInfo li{
		padding-left: 0 !important;
		background:none !important;
	}
	#_UlgnS_basic._loginBefore ._findInfo li a{
		height:20px;
		line-height:20px;
	}
	#_UlgnS_basic._loginBefore ._findInfo li + li{
		padding-left:10px !important;
		margin-right:10px !important;
		border-left:1px solid #ddd;
	}
}

.red-color{color:#ff3526;display: block;}

#Application .agreement{border-radius: 15px;border:1px solid #ccc;padding: 35px 25px;text-align: center;margin-bottom:40px;}
#Application .agreement .agree_check{margin-top:-5px;margin-right:5px;}
#Application .agreement label{font-size: 16px;font-family: 'Noto Light';line-height: 1.5;}
#Application .agreement .leiUeser_redio{margin-top:25px;}
#Application .agreement .inner{height: 180px;overflow-y: scroll;border: 1px dashed #eaeaea;margin-bottom: 30px;padding: 20px;border-radius: 10px;}
#Application .agreement .inner .agreement_title{font-size: 22px;font-family: 'Noto Regular';display: block;margin-bottom: 15px;}

#Application .btn-style2.type33{display:inline-block;transition: all ease .4s;cursor: pointer;position:relative;border: 1px solid #bbbbbb;font-size: 18px;font-family: 'Noto Regular';padding: 10px 15px 10px 45px;color: #000;line-height: 1.3;border-radius: 5px;background: #fff url('../images/ico_btn1.png') no-repeat 10px center;}
#Application .btn-style2.type33:hover{background: rgba(12, 44, 103, 0.95) url('../images/ico_btn1_ov.png') no-repeat 10px center;color:#fff; border-color: rgba(12, 44, 103, 0.95);}
