/*
	- Project : shopinside
	- Author : koreacenter
	- Description : 회원가입 style sheet
	- Create : 2010-11-05
	- Modify : YYYY-MM-DD
	- Version : ver 1.0

	* 수정 주석처리 순서 : 날짜 이름 수정사항

	- MODIFY HISTORY (수정 부분, 수정일 반드시 작성)
		-
*/

/*
========================================================================
 회원가입 공통
========================================================================
*/
#join h2 {
	margin-top: 20px;
}
#join h3 {
	min-height: 18px;
	_height: 18px;
	margin-top: 45px;
}
#join tab-tit {
	height:18px;
	margin-top:30px;
}
#join .benefit {
	width: 755px;
	height: 157px;
	margin-top: 20px;
	background: url(/img/join/img_benefit.gif) no-repeat 0 0;
}
/* 회원가입 텝 */
#join .join-tab {
	position: relative;
	height: 55px;
	text-align: right;
	top: -50px;
	margin-bottom: -50px;
	font-size: 0;
	line-height: 0;
	border-bottom: 4px solid #d3e874;
}
#join .join-tab li {
	display: inline;
	font-size: 0;
	line-height: 0;
}
#join .join-tab li a {
	overflow: hidden;
	display: inline-block;
	height: 55px;
	text-align: center;
	line-height: 55px;
	background-image: url(/img/join/tab_join.gif);
	background-repeat: no-repeat;
}
#join .join-tab li a span {
	visibility: hidden;
}
#join .join-tab li.list01 a {
	width: 116px;
	background-position: 0 0;
}
#join .join-tab li.list02 a {
	width: 116px;
	background-position: -116px 0;
}
#join .join-tab li.list03 a {
	width: 117px;
	background-position: -233px 0;
}
	/* 선택 */
	#join .join-tab li.list01 a.now {
		background-position: 0 -55px;
	}
	#join .join-tab li.list02 a.now {
		background-position: -116px -55px;
	}
	#join .join-tab li.list03 a.now {
		background-position: -232px -55px;
	}
#join .join-tab-dsc {
	text-align: right;
	margin-top: 5px;
}
/*
========================================================================
	약관확인/동의
========================================================================
*/
#join .terms h4 {
	margin-top: 20px;	
}
#join .terms .temrs-txtarea {
	overflow: hidden;
	border: 1px solid #bbb;
	height: 100px;
	margin-top: 10px;
}
#join .terms .temrs-txtarea textarea {
	float: left;
	width: 748px;
	height: 90px;
	border: 0;
	overflow-y: scroll;
	padding:5px 0 5px 5px;
	text-align:justify;
}
#join .terms .chk-msg {
	text-align: center;
	margin-top: 10px;
}
#join .terms .btn-foot-chk {
	margin-top: 45px;
	padding-top: 20px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	border-top: 3px dotted #cacaca;
}
/*
========================================================================
	기본정보 입력
========================================================================
*/
#join .default-info h4 {
	margin-top: 20px;
}
#join .default-info .table-wrap {
	margin-top: 10px;
}
#join .default-info .btn-foot {
	margin-top: 30px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#join .default-info .realname-txt {
	margin-top: 5px;
}
#join .default-info #realNameOpt {
	margin-top: 10px;
}
#join .default-info #realNameOpt label {
	margin-right: 10px;
}
#join .default-info .form-realname-chk {
	padding: 15px 0;
	margin-top: 5px;
	text-align: center;
	border: 1px solid #b5b5b5;
}
#join .default-info .form-realname-chk label {
	padding-left: 5px;
	margin-left: 10px;
	font-weight: bold;
	background: url(/img/bull/bull_h2_w2_sqr_4747.gif) no-repeat 0 45%;
}
#join .default-info .form-realname-chk .txt-form {
	border: 1px solid #8bc378;
	height: 15px;
	padding: 2px 0 0 2px;
	width: 145px;
}
.form-realname-chk-foreigner{
	padding: 15px 0;
	margin-top: 5px;
	text-align: center;
	border: 1px solid #b5b5b5;
}

.form-realname-chk-foreigner .txt-form {
	border: 1px solid #8bc378;
	height: 15px;
	padding: 2px 0 0 2px;
	width: 145px;
}
/*
========================================================================
	회원가입 완료
========================================================================
*/
#join .success .msg-success {
	text-align: center;
	margin-top: 60px;
	font-size: 0;
	line-height: 0;
}
#join .success .login-wrap {
	position: relative;
	width: 755px;
	height: 138px;
	margin-top: 30px;
	background: url(/img/join/img_login_section.gif) no-repeat 0 0;
}
#join .success .login-wrap .form-list,
#join .success .login-wrap .save-id,
#join .success .login-wrap .btn-login,
#join .success .login-wrap .find-comm {
	position: absolute;
}
#join .success .login-wrap .save-id {
	left: 265px;
	top: 64px;
	height: 20px;
	line-height: 20px;
}
#join .success .login-wrap .btn-login {
	left: 265px;
	top: 89px;
}
#join .success .login-wrap .form-list {
	left: 64px;
	top: 64px;
	width: 200px;
}
#join .success .login-wrap .form-list li {
	float: left;
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
}
#join .success .login-wrap .form-list li label,
#join .success .login-wrap .form-list li .txt-form {
	float: left;
}
#join .success .login-wrap .form-list li label {
	padding-left: 7px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	background: url(/img/bull/bull_h2_w2_sqr_4747.gif) no-repeat 0 45%;
}
#join .success .login-wrap .form-list li .txt-form {
	height: 16px;
	padding: 2px 0 0 2px;
	border: 1px solid #87ac4c;
}
#join .success .login-wrap .find-comm {
	overflow: hidden;
	height: 16px;
}
#join .success .login-wrap .find-comm span {
	visibility: hidden;
}
#join .success .login-wrap .find-id {
	left: 554px;
	top: 24px;
	width: 68px;
}
#join .success .login-wrap .find-pwd {
	left: 565px;
	top: 88px;
	width: 77px;
}










