@charset "utf-8";

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

/* 공통 */
.member_wrap {
	padding: 60px 0 100px;
	width: 560px;
	margin: 0 auto;
}
.member_tab {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 50px;
}
.member_tab li {
	display: table-cell;
	border: 1px solid #ddd;
	border-bottom: 1px solid #000;
	text-align: center;
}
.member_tab li a {
	display: block;
	font-size: 16px;
	color: #afafaf;
	line-height: 45px;
}
.member_tab li.on {
	border: 1px solid #000;
	border-bottom: 0;
}
.member_tab li.on a {
	color: #000;
}
.member_tit {
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 4px solid #000;
	text-align: center;
}
.member_wrap input[type="text"],
.member_wrap input[type="password"] {
	height: 45px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 15px;
	width: 100%;
}
.member_wrap select {
	height: 45px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 15px;
}

/* 공통 버튼 */
.member_btn_wrap {
	margin: 20px 0;
}
a.member_btn {
	width: 100%;
	text-align: center;
	line-height: 60px;
	display: block;
	color: #fff;
	font-size: 17px;
	background: #000;
}
a.phone_btn {
	width: 100%;
	text-align: center;
	line-height: 50px;
	border: 1px solid #ddd;
	display: block;
	color: #757575;
	font-size: 15px;
	background: #f2f2f2;
}
a.phone_btn img {
	vertical-align: top;
	margin-right: 10px;
    margin-top: 12px;
}

/* 로그인 */
.login_check input[type="checkbox"] {
	display: none;
}
.login_check input[type="checkbox"] + label {
	display: inline-block;
	background: url('/image/member/check_off.png') no-repeat left;
	line-height: 22px;
	color: #757575;
	padding-left: 30px;
}
.login_check input[type="checkbox"]:checked + label {
	background: url('/image/member/check_on.png') no-repeat left;
}
a.join_btn {
	width: 200px;
	text-align: center;
	line-height: 48px;
	display: block;
	color: #666;
	font-size: 17px;
	border: 1px solid #ddd;
}
.find_txt {
	margin-top: 15px; 
}
.find_txt a {
	display: inline-block;
	position: relative;
	line-height: 1;
}
.find_txt a:last-child {
	border-left: 1px solid #ddd;
	margin-left: 30px;
	padding-left: 30px;
}
.sns_login {
	margin-top: 40px;
}
.sns_login > div > a {
	display: block;
	line-height: 50px;
	text-align: center;
	background: #f2f1f1;
	border: 1px solid #ddd;
	position: relative;
}
.sns_login > div > a img {
    vertical-align: middle;
    position: absolute;
    top: 15px;
    left: 185px;
}

/* 아이디 찾기 */
.find_tab {
	width: 720px;
	margin: 0 auto;
	text-align: center;
	table-layout: fixed;
	display: table;
	margin-bottom: 70px;
	    margin-left: -80px;
}
.find_tab li {
	display: table-cell;
	border: 1px solid #ddd;
}  
.find_tab li.on {
	border: 1px solid #000;
}
.find_tab li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
}
.find_wrap input:focus {
	outline: 1px solid #000;
}
.member_wrap input.phone,
.member_wrap select.phone {
	width: 32.5%;
}
.member_wrap input.phone {
	margin-left: 1.25%;
}
.box_col03 {
	font-size: 0;
}
.box_col03 > * {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
}

/* 회원가입 */
.join_tit {
	border-bottom: 4px solid #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
    margin-bottom: 30px;
    padding-bottom: 15px;
	position: relative;
}
.join_step {
	position: absolute;
	right: 0;
	top: 10px;
}
.join_step span {
	font-size: 16px;
	font-weight: bold;
	opacity: 0.3;
	display: inline-block;
	vertical-align: top;
}
.join_step span img {
	margin: 2px 0 0 3px;
	vertical-align: top;
}
.join_step span.on {
	opacity: 1;
}
.join_wrap .login_check input[type="checkbox"] + label {
	color: #000;
	font-weight: 500;
}
.join_box {
	border: 1px solid #ddd;
	padding: 20px;
	font-size: 15px !important;
	margin-top: 15px;
	overflow: auto;
	height: 180px;
}
.join_btn {
	font-size: 0;
}
.join_btn a.member_btn {
	width: 49%;
	displaY: inline-block;
}
.join_btn a.member_btn.wt {
	color: #000;
	border: 1px solid #ddd;
	background: #fff;
	margin-right: 2%;
}

.join_write li {
	margin-bottom: 25px;
}
.join_write li .tit {
	font-weight: 500;
	margin-bottom: 8px;
}
.join_check_wrap {
	position: relative;
	padding-right: 130px;
}
.join_check_btn {
	height: 45px;
	width: 130px;
	color: #fff;
	background: #464646;
	position: absolute;
	right: 0; top: 0;
}
.join_check_wrap.adr {
	width: 60%;
}
.join_ok {
	width: 100%;
}
.join_ok th,
.join_ok td {
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	text-align: left;
	padding: 20px 0;
}
.join_ok th {
	width: 100px;
}
.join_ok .black th,
.join_ok .black td {
	border-bottom: 1px solid #000;
}

.member_wrap input.none {
	background: #f2f2f2;
}
.member_wrap textarea {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
	resize: none;
}

.member_footer {
	padding-bottom: 60px;
	    width: 560px;
    margin: 0 auto;
}