.join-page{  }
 
 

.join-agree-list{
	display:flex;
	flex-direction:column;
	gap:14px;
	margin-top:20px;
}

.join-agree-item{
	background:#f5f5f5;
	border-radius:16px;
	padding:18px;
	display:flex;
	flex-direction:column;
	gap:10px;
}

.join-agree-head{
	width:100%; 
	border:0; 
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size:18px;
	font-weight:650;
	cursor:pointer;
}
 

.join-agree-body{
	display:none; 
}

.join-agree-item.active .join-agree-body{
	display:block;
} 
.join-agree-item:not(.active) .arrow{
	transform: rotate(45deg);
    margin-top: -6px;
}

.join-agree-content{
	height:180px; 
	background: #fff;
	padding :14px;
	border-radius:8px;
	font-size:14px;
	line-height:1.9;
	overflow-y:auto;
	color:#444;
}
 



.join-complete-page{
	min-height:70dvh;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.join-complete-content{
	text-align:center;
	margin-bottom: 30px;
}
 
.join-complete-title{
	position:relative;
 
	margin-bottom:12px;

	font-size:1.625rem;
	font-weight:650;
	line-height:1.4;
	text-align:center;
}
 
.join-complete-desc{
	text-align:center; 
	color:#666;
} 
 