.form_big{
	width:746px;
	height:403px;
	margin:0 auto;
	margin-top:123px;
	margin-bottom:123px;
}
.welcome{
	font-family:GOTHAM BOOK;
	font-size:15px;
	color:#A5A5A5;
	vertical-align:bottom;
}
.back{
	background-color:#E5E5E5;
	width:746px;
	height:268px;
	border:1px solid #E9E9E9;
}
.img_log{
	border:none;
	background:url(../../_img/member/login_img02.gif); 
	width:120px;
	height:85px;
}
.log_id{
	border:none;
	background:url(../../_img/member/login_img03.gif);
	margin-top:33px;
}
.log_mem{
	background:url(../../_img/product/detail_join.gif);
	margin-top:23px;
}
.id_pass{
	color:#333333;
	display:block;
	width:300px;
	height:35px;
	line-height:35px;
	margin-bottom:15px;
	font-family:나눔바른고딕체;
	font-size:15px;
	padding-left:10px;
}
.pw_pass{
	color:#AFAFAF;
	display:block;
	width:300px;
	height:35px;
	line-height:35px;
	margin-bottom:15px;
	font-family:나눔바른고딕체;
	font-size:15px;
	padding-left:10px;
}
.log_mem_div{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.log_font{
	font-family:나눔바른고딕;
	font-size:14px;
	color:#909090;
	text-align:center;
	margin-top:25px;
}
.img_x{ 
	background:url(../../_img/member/member_img10.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	border:none;
	position:absolute;
	margin-left: 280px;
    margin-top: 10px;
}
.img_x2{ 
	background:url(../../_img/member/member_img10.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	border:none;
	position:absolute;
	margin-left: 280px;
    margin-top: 60px;
}
.find_link:hover{
	color: #007bff;
	cursor: pointer;
}