*{font-family: 'Noto Sans KR', sans-serif;}


/* ������ */
.member_table table{margin-bottom:30px;}
.member_table table tr th{
	box-sizing:border-box;
	text-align:center;
	width:20%;
	background:#eee;
}
.member_table table tbody tr td{
	text-align:left;
	color:#464646;
	font-size:14px;
}
.member_table table tbody tr td button.ps_btn{
	border:1px solid #dedede;
	background:linear-gradient(#fff, #eee);
	color:#363636;
	height:26px; width:70%;
	border-radius:3px;
	outline:none;
	cursor:pointer;
	width:100%;
	font-size:12px;
}
.member_table .button_btn{position:relative;width:100%; height:35px;}
.member_table .page_num{position:absolute; left:50%; margin-left:-120px; width:250px;}
.member_table .page_num button.prev_btn{
	width:30px; height:30px;
	border:1px solid #eee;
	border-radius:3px;
	background:#fff;
	outline:none;
	cursor:pointer;
	float:left;
	margin-right:5px;
	color:#959595;
}
.member_table .page_num button.next_btn{
	width:30px; height:30px;
	border:1px solid #eee;
	border-radius:3px;
	background:#fff;
	outline:none;
	cursor:pointer;
	float:left;
	color:#959595;
}
.member_table .page_num p{
	float:left;
	width:30px; height:30px;
	text-align:center;
	line-height:30px;
	margin-right:5px;
}
.member_table .page_num p a{font-size:15px; color:#777; display:block;}
.member_table .page_num p:hover{background:#F57A14; border-radius:3px;}
.member_table .page_num p:hover a{color:#fff;}

.member_table .btn_box{float:right;}



/* ============== ��ư ==============*/
.member_table .btn_box button{
	color:#fff;
	font-weight:600;
	font-size:14px;
	height:40px;
	width:120px;
	line-height:40px;
	border-radius:3px;
	border:none;
	outline:none;
	cursor:pointer;
	background:#1C8DB9;
}
.member_table .btn_box button.id_check{background:#444;}
.member_table .btn_box button.sign{background:#4A5567;}
.member_table .btn_box button:hover{background:#186d8e;}

.pls_btn{ width: 400px; height: 50px; margin: 90px auto; text-align: center;}
.pls_btn p{     
    display:inline-block;
    margin-right: 5px;
}
.pls_btn a{
	display: inline-block;
    color: #666;
    width: 35px;
    height: 33px;
    border: 2px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
}
.active_p{border-color:#1f208a !important; color: #1f208a !important}

