@charset "utf-8";

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

/* 공통 */
.member_wrap {
	width: 300px;
	margin: 0 auto;
}

.member_wrap .login__logo img {
	margin-bottom: 20px;
	width: 100px;
}

.member_tab {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 25px;
}

.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: 1rem;
	color: #afafaf;
	line-height: 40px;
}

.member_tab li.on {
	border: 1px solid #000;
	border-bottom: 0;
}

.member_tab li.on a {
	color: #000;
}

.member_tit {
	font-size: 1.2rem;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 7px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	text-align: center;
}

.member_wrap input[type="text"],
.member_wrap input[type="password"] {
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 12px;
	width: 100%;
	font-size: 0.9rem;
}

.member_wrap select {
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 15px;
	font-size: 0.9rem;
}

/* 공통 버튼 */
a.member_btn {
	width: 100%;
	text-align: center;
	line-height: 45px;
	display: block;
	color: #fff;
	font-size: 1rem;
	background: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

a.phone_btn {
	width: 100%;
	text-align: center;
	line-height: 45px;
	border: 1px solid #ddd;
	display: block;
	color: #757575;
	font-size: 1rem;
	background: #f2f2f2;
}

a.phone_btn img {
	vertical-align: top;
	margin-right: 10px;
	margin-top: 12px;
	width: 15px;
}

/* 로그인 */
.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: 25px;
	font-size: 13px;
	background-size: 18px 18px;
}

.login_check input[type="checkbox"]:checked+label {
	background: url('/image/member/check_on.png') no-repeat left;
}

a.join_btn {
	text-align: center;
	line-height: 43px;
	display: block;
	color: #666;
	font-size: 17px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.find_txt {
	margin-top: 15px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.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: 15px;
}

.sns_login>div>a {
	display: block;
	line-height: 45px;
	text-align: center;
	background: #f2f1f1;
	border: 1px solid #ddd;
	position: relative;
}

.sns_login>div>a img {
	vertical-align: middle;
	position: absolute;
	top: 15px;
	left: 25px;
}

/* 아이디 찾기 */
.find_tab {
	margin: 0 auto;
	margin-bottom: 25px;
	width: 100%;
	display: flex;
}

.find_tab li {
	width: 50%;
	border: 1px solid #ddd;
	text-align: center;
}

.find_tab li.on {
	border: 1px solid #000;
}

.find_tab li a {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 40px;
}

.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;
	font-size: 0.9rem;
	line-height: 1.4em;
}

.join_box {
	border: 1px solid #ddd;
	padding: 12px;
	margin-top: 5px;
	overflow: auto;
	height: 100px;
	font-size: 0.9rem;
	line-height: 1.4em;
}

.join_btn {
	font-size: 0;
	display: flex;
	justify-content: center;
}

.join_btn a.member_btn {
	width: 48%;
}

.join_btn a.member_btn.wt {
	color: #000;
	border: 1px solid #ddd;
	background: #fff;
	margin-right: 5px;
}

.join_write li {
	margin-bottom: 10px;
}

.join_write li .tit {
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 1rem;
}

.join_check_wrap {
	position: relative;
	display: flex;
}

.join_check_wrap input {
	display: flex;
}

.join_check_btn {
	height: 35px;
	width: 95px;
	font-size: 0.9rem;
	color: #fff;
	background: #464646;
}

.join_check_wrap.adr {
	width: 80%;
}

.join_write .fz12 {
	line-height: 1.4em;
}

.join_ok {
	width: 100%;
}

.join_ok th,
.join_ok td {
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	text-align: left;
	padding: 12px 0;
	font-size: 0.9rem;
}

.join_ok th {
	width: 60px;
}

.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: 45px;
	padding-top: 25px;
	margin: 0 auto;
}