/**--member--**/
/*--login--*/
.login-title {
	font-family:'noto-m';
	text-align:center;
	font-size:50px;
	margin:100px auto 0;
}
.login-wrap {
	width:350px;
	margin:50px auto 30px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom:30px;
}
.login-input {
	width:100%;
	height:48px;
	border:1px solid #ddd;
	border-radius:5px;
	margin-bottom:10px;
	padding-left:10px;
	box-sizing:border-box;
}
.btn-login {
	width:100%;
	height:50px;
	color:#fff;
	background: #f53d7e;
    font-size: 16px;
	border:0;
	border-radius:5px;
}
.login-etc-wrap {
	margin: 0 auto 100px;
    text-align: center;
}
.login-etc {
	display:inline-block;
	margin-bottom:10px;
}
.login-etc a {
	position:relative;
	display:block;
	text-align:center;
	font-size: 14px;
    color: #333;
	margin:20px 8px;
}
.login-etc.join a{
	color: #f53d7e;
    font-family: 'noto-m';
}
.login-etc:first-child a:after{
	content:'';
	position:absolute;
	top:0;
	right:-15px;
	margin:0 5px;
	width:1px;
	height:14px;
	background:#ccc;
}

/** 회원가입 약관 **/
#terms{
	overflow: auto;
	position: relative;
	width: 100%;
	height:300px ;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #ddd;
    padding: 5px;
    font-size: 13px;
}
#policy{
	overflow: auto;
	position: relative;
	width: 100%;
	height:300px ;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #ddd;
    padding: 5px;
    font-size: 13px;
}
.terms_wrap,
.use_term,
.private_term {
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.use_term h3 {
	margin-top:0;
}
.private_term {
	margin-top:10px;
}
.use_agree,
.private_agree {
	margin-top:10px;
	text-align:right;
	font-size:14px;
}
.use_agree label,
.private_agree label {
	vertical-align:3px;
}
.btns_wrap {
	width:100%;
	margin-top:20px;
	text-align:center;
	margin-bottom:80px;
}
.btn_agree {
	display:inline-block;
	width:180px;
	line-height:48px;
	background:#444;
	color:#fff;
	text-align:center;
	font-size:16px;
	border:none;
	outline-style:none;
	cursor:pointer;
	border-radius:5px;
}
.btn_submit {
	width:180px;
	line-height:48px;
	border:0;
	background:#444;
	color:#fff;
	text-align:center;
	font-size:16px;
	outline-style:none;
	cursor:pointer;
	border-radius:5px;
}
.btn_back2 {
	width:180px;
	height:48px;
	background:#fff;
	color:#111;
	border:1px solid #444;
	font-size:16px;
	border-radius:5px;
	outline-style:none;
	cursor:pointer;
}
	
/**회원가입**/
.join_table {
	width:100%;
	border-collapse:collapse;
	margin:10px 0;
	border-top:2px solid #222;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size:14px;
}
.join_table tr {
	height:40px;
	border-bottom:1px solid #ddd;
}
.t_name {
	width:200px;
	font-weight:bold;
	padding-left:10px;
	background:#f1f1f1;
}
.t_cont {
	padding-left:10px;
}
.t_cont label {
	vertical-align:3px;
}
.join-input {
	width:330px;
	height:48px;
	border:1px solid #ddd;
	border-radius:5px;
	margin-bottom:10px;
	padding-left:10px;
	box-sizing:border-box;
}
#birth_y, #birth_m, #birth_d {
	width:80px;
	height:30px;
}
#post {
	width:100px;
	height:24px;
	margin:5px 5px 5px 0;
}
#find_join_zip {
	width:100px;
	height:30px;
	border:0;
	background:#444;
	color:#fff;
	cursor:pointer;
}
#addr1, #addr2 {
	width:500px;
	height:24px;
	margin:2px 0;
}
#birth_year, #birth_month, #birth_day, #tel1, #hp1 {
	width:60px;
	height:30px;
}
#tel2, #tel3,
#hp2, #hp3,
#find_id_hp2, #find_id_hp3,
#find_pw_hp2, #find_pw_hp3 {
	width:100px;
	height:24px;
}
.alert_message, .err_text{
	font-size:11px;
	display:block;
}
.err_text{
	color:#ff1f14;
}

.join_table tr.tr_agree .use_agree, .join_table tr.tr_agree .private_agree {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
}
	
/**id & pw 찾기**/
.find_wrap {
	width:1024px;
	overflow:hidden;
	margin:50px auto;
}
.find_id {
	float:left;
	width:500px;
	height:440px;
	border:1px solid #ddd;
	margin-right:18px;
}
.find_pw {
	float:left;
	width:500px;
	height:440px;
	border:1px solid #ddd;
}
.find_id p,
.find_pw p {
	width:90%;
	margin:10px auto 30px;
	font-size:13px;
	line-height:20px;
}
.find_tit {
	width:90%;
	margin:0 auto;
	color:#6a6a6a;
}
.find_tit h3 {
	text-align: center;
    margin: 30px 0 0;
	font-size:20px;
	color:#000;
}
.find_tit p {
	text-align:center;
	margin-top:10px;
}
.find_id_t,
.find_pw_t,
.find_nid_t,
.find_npw_t {
	width:90%;
	border-collapse:collapse;
	margin:0 auto;
	font-size:14px;
}
.find_id_t tr,
.find_pw_t tr{
	height:45px;
}
.ft {
	width:18%;
	font-weight:bold;
}
.find-input	{
	width:250px;
	height:25px;
}
.find_sel {
	height:30px;
}
#find_id_pnum2, #find_id_pnum3,
#find_pw_pnum2,	#find_pw_pnum3,
#find_nid_pnum2, #find_nid_pnum3,
#find_npw_pnum2, #find_npw_pnum3{
	width:85px;
	height:25px;
}
.btn_find_id,
.btn_find_nid	{
	width:220px;
	height: 48px;
	border:0;
	background:#333;
	color:#fff;
	margin:60px auto 0;
	border-radius: 5px;
	cursor:pointer;
	outline-style:none;
	display:block;
	font-size: 15px;
}
.btn_find_pw,
.btn_find_npw {
	width:220px;
	height: 48px;
	border:0;
	background:#333;
	color:#fff;
	margin:60px auto 0;
	border-radius: 5px;
	cursor:pointer;
	outline-style:none;
	display:block;
	font-size: 15px;
}
.back {
	width:1024px;
	text-align:right;
	clear:both;
}
.btn_back {
	width:150px;
	height:50px;
	border:1px solid #aaa;
	color:#000;
	background:#fff;
	margin-top:10px;
	cursor:pointer;
	outline-style:none;
}


/** 회원가입 완료 **/
.join-title {
    font-family: 'noto-m';
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    color: #f53d7e;
    margin: 100px auto 0;
}
.btn_go {
    margin-top:150px;
	margin-bottom:150px;
    text-align:center;
}
.btn_go_home {
    width:220px;
    line-height:50px;
	display: inline-block;
    background:#333;
    margin-bottom:10px;
	border-radius:5px;
	font-size:16px;
	color:#fff;
}
.btn_go_login {
    width:220px;
    line-height:50px;
	display: inline-block;
    background:#f53d7e;
    color:#fff;
	border-radius:5px;
    margin-bottom:10px;
	font-size:16px;
}
.wrap-loading{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');
}
.wrap-loading div{
    position: fixed;
    top:50%;
    left:50%;
    margin-left: -21px;
    margin-top: -21px;
}
.display-none{
    display:none;
}


/**마이페이지**/
.myinfo-title{
	margin-bottom: 20px;
    text-align: left;
    font-size: 23px;
    font-weight: normal;
}
.mem-left {
	float: left;
    width: 200px;
    margin-right:10px;
    font-family: 'noto-m';
	margin-top:-33px;
}
.mem-left ul {
	overflow:hidden;
	border: 1px solid #ddd;
}
.my_tit {
	border-top: 0 !important;
	line-height: 50px;
	background: #444;
	color: #fff;
	font-size: 20px !important;
	font-weight: bold;
}
.mem-left h5{
	font-size: 22px;
    margin-bottom: 20px;
}
.mem-left ul li {
	line-height:50px;
	padding-left:10px;
	font-size:15px;
}
.mem-left ul li:nth-child(2){
	border-top: 1px solid #ddd;
}
.mem-left ul li a {
	color:#3a3a3a;
}
.mem-wrap {
	float:left;
	width:988px;
	overflow:hidden;
	margin-left:10px;
}
.u_info {
	width:100%;
	border-collapse:collapse;
	font-size:12px;
	margin-top:20px;
}
.edit_table {
	width:100%;
	border-collapse:collapse;
	margin:10px 0 80px;
	border-top:2px solid #222;
	font-size:14px;
}
.edit_table tr {
	height:40px;
	border-bottom:1px solid #ddd;
}
.t_name {
	width: 200px;
    padding: 20px 16px;
    font-family: 'noto-m';
	font-weight:normal;
    background: #fff;
    font-size: 15px;
}
.t_cont {
	padding:10px;
}



/**--탈퇴페이지--**/
.leave {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
	font-size:14px;
	border-top:2px solid #222;
	margin-top:20px;
}
.leave tr {
	height:40px;
	border-bottom:1px solid #ddd;
}
.l_tit {
	width:30%;
	padding:20px 16px;
	font-family:'noto-m';
	background:#fff;
	font-size:15px;
}
.l_cont {
	padding:10px;
}
.l_cont textarea{
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	resize:none;
	height:200px;
	width:100%;
	box-sizing:border-box;
}
.btn_leave_wrap {
	text-align:center;
	margin-bottom: 80px;
}
.btn_l_cancle {
	width:180px;
	height:48px;
	border:1px solid #444;
	background:#fff;
	color:#444;
	cursor:pointer;
	font-size:16px;
	border-radius:5px;
}
.btn_leave {
	width:180px;
	height:48px;
	border:0;
	background:#444;
	color:#fff;
	cursor:pointer;
	font-size:16px;
	border-radius:5px;
}

/**추가**/
.contact_tb_02 {
    width: 100%;
    border-top: 2px solid #222;
	margin-top: 10px;
}
.contact_tb_02 tr:nth-child(1) {
    height: 50px;
}
.contact_tb_02 th {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    line-height: 15px;
    font-family:'noto-m';
	font-weight:normal;
    letter-spacing: 0;
    color: #000000;
    box-sizing: border-box;
}
.contact_tb_02 td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 25px;
	font-family:'noto-r';
    letter-spacing: -0.03em;
    color: #454545;
    vertical-align: top;
    padding: 11px 20px;
    box-sizing: border-box;
}