.contain {
	width:100%;
	background:#ffffff;
}
.join-main {
	width:75rem;
	margin:0 auto;
	padding:2.5rem 0 3.75rem;
	height:27.5rem;
	display:flex;
	justify-content:space-between;
}
.join-tips {
	width:25rem;
	height:27.5rem;
}
.join-tip {
	width:23.75rem;
	height:22.75rem;
	background:rgba(255,255,255,1);
	box-shadow:0rem 0.25rem 0.875rem 0rem rgba(12,37,91,0.1);
	text-align:center;
	transition:all .3s;
	margin:1.25rem auto 0;
}
.join-tips:first-child .join-tip {
	margin-left:0;
}
.join-tips:last-child .join-tip {
	margin-right:0;
}
/*.join-tip-img {
	*/
/*    width:23.75rem;
	*/
/*    height:13.8125rem;
	*/
/*
}
*/

.join-tip-img img {
	width:100%;
}
.join-tip h2 {
	font-size:1.5rem;
	font-weight:500;
	color:rgba(9,15,33,1);
	line-height:2.0625rem;
	margin-top:1.875rem;
}
.join-tip p {
	font-size:0.875rem;
	font-weight:400;
	color:rgba(9,15,33,1);
	line-height:1.25rem;
	margin-top:1.25rem;
}
.hd-btn {
	margin:1.5rem 7.6875rem 0;
	opacity:0;
	transition:all .1s;
}
.join-tip:hover {
	width:25rem;
	height:27.5rem;
	box-shadow:0rem 0.375rem 1.25rem 0rem rgba(129,225,237,0.3);
	margin-top:0;
}
.join-tip:hover .hd-btn {
	opacity:1;
	transition:all .3s;
	transition-delay:.2s;
}

