table {
	margin-top: 60px;
}
table th {
	text-align: left;
}
table td {
	position: relative;
}
table input {
	display: block;
	width: 100%;
	font-size: 20px;
}
table td .id_form {
	justify-content: space-between;
}
table td .id_form input {
    width: calc(100% - 130px);
}
table td .id_form button {
	display: block;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
	background: #6F00A3;
    color: #fff;
}
table .check {
	gap: 20px;
}
input[type=radio]:checked + label:before {
	border: 1px solid #777;
}
input[type=radio]:checked + label:after {
	background: #777;
}

.join input[type=radio]:checked + label:before {
	border: 1px solid #6F00A3;
}
.join input[type=radio]:checked + label:after {
	background: #6F00A3;
	top: 5px;
}


.pw_table {
	display: none;
	margin-top: 80px;
}

.taR button {
	display: inline-block;
	width: 207px;
	height: 65px;
	font-size: 20px;
	border-radius: 3px;
	margin-top: 40px;
	margin-left: 10px;
}






@media screen and (max-width: 1440px){
	table colgroup {
		display: none;
	}
	table th {
		width: 85px;
	}
}
@media screen and (max-width: 1280px){
	table tr,
	table td {
		position: relative;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	table tr {
		border-bottom: 0;
	}
	table th {
		display: none;
	}
	table td {
		padding-left: 137px;
		border-bottom: 1px dashed #000;
	}
	table tr:last-child td:last-child {
		border-bottom: 0;
	}
	table td:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 117px;
		height: 100%;
		background: #F9F9F9;
	}
	table td:after {
		content: attr(data-cont);
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		z-index: 1;
	}
	table input {
		font-size: 18px;
	}
	table td .id_form {
		margin: -8px 0;
	}
	
	
	.pw_table td {
		padding-left: 167px;
	}
	.pw_table td:before {
		width: 140px;
	}
}
@media screen and (max-width: 1024px){
	table input {
		font-size: 16px;
	}
	table td .id_form {
		margin: -11px 0;
	}
	table td .id_form input {
		width: calc(100% - 105px);
	}
	table td .id_form button {
		font-size: 13px;
	}
	
	.taR button {
		width: 150px;
		height: 48px;
		font-size: 16px;
	}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
	table td .id_form input {
		width: calc(100% - 60px);
	}
	table td .id_form button {
		width: 55px;
		padding: 10px 4px;
	}
}
@media screen and (max-width: 380px){
	table {
		margin-top: 40px;
	}
	table th {
		display: block;
		width: 100%;
		padding: 15px 20px;
		box-sizing: border-box;
	}
	table th br {
		display: none;
	}
	table td {
		padding: 15px 20px;
	}
	table td:before,
	table td:after	{
		display: none;
	}
	
	.pw_table {
		margin-top: 50px;
	}
	.pw_table td {
		padding: 15px 20px;
	}
	
	.taR {
		text-align: center!important;
	}
	.taR button {
		width: 125px;
		margin-left: 0;
	}
}