

/*회원가입*/
.join_group{background: #fff;}

/*탭*/

.join_tab{
  width: 50%!important;
  margin: 0 0;
  padding: 25px 0;
  font-size: 20px;
  background-color: #f1f1f1;
  color: #a0a0a0;
  border-top: 1px solid #ccc;
}
.join_con_active{
	background-color: #fff; 
	border-bottom: 2px solid #333!important; 
	color: #333;}

/*******/

.join_switch{}
.join_wrap{width:100%;}
.join_inner{width:100%;margin:0 auto;}
.join_tb{
  width:100%; 
  border-top: 1px solid #ddd;
  margin-top: 40px;
}

.join_tb tr{
	border-bottom:solid 1px #ddd;
	display:block;}

.join_tb th{
	width:200px;
	background:#eee;
	padding: 20px;
	color:#333;
	font-weight: 500;

}

.join_tb tr td{padding: 20px 10px; color: #676767!important; font-size: 14px!important;}
.join_tb tr td input[type="text"], input[type="password"], .join_slt{
	padding: 5px;
	border:2px solid #eee!important;
	border-radius: 5px;
	color: #676767
}


.join_tb tr td input[type="button"], .btn{
	background:#333;
	color:white;
	border: 1px solid #333;
	padding: 5px 10px!important;
	border-radius: 5px;
}

.join_tb tr td ul li{margin:10px 0 0;}

.join_tb input[type=checkbox]{margin-right: 5px; }

.join_text{
	width:100%;
	height:200px;
	display:block;
	overflow-y: scroll;
	margin:10px 0;
	padding: 30px 20px;
	border: 1px solid #eee; 
	font-size: 13px;
	color: #999
}

.join_wd{width: 100%!important}

.view_rht{
	float:right;
	display:block;
	margin-bottom: 10px;
}

.join_mg{
	margin-bottom:500px;
	display:block;
}



.join_bord{
	border:solid 1px #ddd;
}

.overfnone{overflow-y: hidden!important}
.join_inner span{
  display: inline-block;
  font-size: 13px; padding: 5px }

 .join_inner h1{
 	font-size: 2em; font-weight: 500; color: #2D4B85;
 	margin-top: 30px; text-align: center;
 	text-decoration : underline;
 }
 .join_inner h1 i{color: #2D4B85; font-size: 30px; }
.red_b {
 color:#c60505;
 padding: 0 10px;
 font-weight: 400
}

.black_b {
 color: #333333;
 padding: 0 10px;
 font-weight: 400
}
