@charset "UTF-8";

/*로그인*/
#_UlgnS_basic{
	border: 1px #ccc solid;
}
/*로그인 전*/
	/*제목*/
	#_UlgnS_basic._loginBefore h2{
		display: none;
	}
	/*아이디비번입력,로그인,회원가입*/
	#_UlgnS_basic._loginBefore ._loginInputWrap{
		border: 1px #ccc solid;
		margin: 10px;
		position: relative;
	}
	#_UlgnS_basic._loginBefore ._loginInputWrap ._loginInput {
		border-right: 1px #ccc solid;
		margin-right: 70px;
	}
	#_UlgnS_basic._loginBefore ._loginInputWrap ._loginInput ._inputArea{
		position: relative;
	}
	#_UlgnS_basic._loginBefore ._loginInputWrap ._loginInput ._inputArea ._input{
		width: 100%;
		border: 0;
		padding: 0;
		text-indent: 1em;
		height: 35px;
		line-height: 35px;
	}
	#_UlgnS_basic._loginBefore ._loginInputWrap ._loginInput ._inputArea ._input#userId{
		border-bottom: 1px #ddd solid;
	}
	#_UlgnS_basic._loginBefore ._loginInputWrap ._loginSubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 71px;
		line-height: 71px;
		border: 0;
		color: #333;
		font-size: 1.2em;
		background-color: #f7f7f7;
	}
	#_UlgnS_basic._loginBefore ._loginInput ._formCheck{
		position: absolute;
		top: 4px;
		left: 110px;
		margin: 0;
	}
	/*아이디찾기,비번찾기*/
	#_UlgnS_basic._loginBefore ._findInfo{
		margin: 0 10px 10px;
	}
	#_UlgnS_basic._loginBefore ._findInfo li{
		line-height: 30px;
	}
	#_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: #009df5;
		text-decoration: underline;
	}
/*로그인 후*/
	/*제목*/
	#_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;
	}
	#_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;
		height: 30px;
		line-height: 30px;
		border-style: solid;
		background-color: #f7f7f7;
	}
	#_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{
		/*
		content: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.";
		*/
	}
	#_UlgnS_basic._pInfoChangeWrap ._form ._insert{
		text-align: left;
	}