/* =========================================================
   Member Register
========================================================= */

.mentor-register-page {
	min-height: calc(100vh - 160px);
	padding: 88px 20px;
	background:
		linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(15, 23, 42, .03)),
		#f8fafc;
}

.mentor-register-shell {
	width: min(980px, 100%);
	margin: 0 auto;
}

.mentor-register-head {
	margin-bottom: 28px;
	text-align: center;
}

.mentor-register-head span {
	display: inline-flex;
	align-items: center;
	height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: #eaf2ff;
	color: #2563eb;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: .08em;
}

.mentor-register-head h1 {
	margin: 16px 0 10px;
	color: #0f172a;
	font-size: 44px;
	font-weight: 950;
	line-height: 1.12;
	letter-spacing: -1.5px;
}

.mentor-register-head p {
	margin: 0;
	color: #64748b;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.65;
}

.register-policy-card,
.register_form_inner,
.register-result-box {
	margin-top: 18px;
	padding: 32px;
	border: 1px solid #e5e7eb;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(15, 23, 42, .08);
}

.register-card-head {
	margin-bottom: 18px;
}

.register-card-head span {
	display: block;
	margin-bottom: 6px;
	color: #2563eb;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.register-card-head h2,
.register_form_inner h2,
.register-result-box h2 {
	margin: 0 0 18px;
	color: #0f172a;
	font-size: 24px;
	font-weight: 950;
	letter-spacing: -.5px;
}

.register-policy-card textarea,
.register_form_inner textarea {
	width: 100%;
	min-height: 220px;
	padding: 20px;
	border: 1px solid #dbe3ef;
	border-radius: 18px;
	background: #f8fafc;
	color: #334155;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.75;
	resize: vertical;
	outline: none;
}

.register-check {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 16px 0 0;
	padding: 0;
	border: 0;
}

.register-check-all {
	justify-content: center;
	margin: 24px 0 0;
	padding: 20px;
	border: 1px solid #dbeafe;
	border-radius: 20px;
	background: #eff6ff;
}

.register-check input,
.chk_box input {
	width: 19px;
	height: 19px;
	margin: 0 8px 0 0;
	accent-color: #2563eb;
}

.register-check label,
.chk_box label,
.chk_li {
	color: #334155;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
}

.register-actions,
.btn_confirm,
.btn_confirm_reg {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 26px;
}

.btn_submit,
.reg_btn_submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	height: 56px;
	padding: 0 24px;
	border: 0;
	border-radius: 18px;
	background: #2563eb;
	color: #fff !important;
	font-size: 16px;
	font-weight: 950;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 16px 34px rgba(37, 99, 235, .24);
}

.btn_close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	height: 56px;
	padding: 0 22px;
	border: 1px solid #cbd5e1;
	border-radius: 18px;
	background: #fff;
	color: #334155 !important;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
}

#register_form {
	display: grid;
	gap: 20px;
}

.register_form_inner ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.register_form_inner li {
	position: relative;
	min-width: 0;
	list-style: none;
}

.register_form_inner li:has(textarea),
.register_form_inner .is_captcha_use,
.register_form_inner .chk_box,
.register_form_inner li:has(.frm_address),
.register_form_inner li:first-child {
	grid-column: 1 / -1;
}

.register_form_inner label,
.register_form_inner .frm_label {
	display: block;
	margin-bottom: 8px;
	color: #0f172a;
	font-size: 14px;
	font-weight: 950;
}

.frm_input,
.full_input {
	width: 100%;
	height: 56px;
	padding: 0 17px;
	border: 1px solid #dbe3ef;
	border-radius: 16px;
	background: #f8fafc;
	color: #0f172a;
	font-size: 15px;
	font-weight: 800;
	outline: none;
	transition: border-color .18s, background .18s, box-shadow .18s;
}

.frm_input:focus,
.full_input:focus,
.register_form_inner textarea:focus {
	border-color: #2563eb;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.twopart_input {
	width: 150px;
	margin-right: 8px;
}

.frm_address {
	margin-top: 8px;
}

.btn_frmline,
.js-open-consent {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 14px;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	background: #fff;
	color: #334155;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.tooltip_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-left: 4px;
	border: 0;
	background: transparent;
	color: #94a3b8;
	cursor: pointer;
}

.tooltip {
	display: none;
	position: absolute;
	z-index: 20;
	max-width: 320px;
	margin-top: 4px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #111827;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.55;
}

.cert_desc,
.cert_req,
.consent-date {
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
}

#msg_certify {
	margin-top: 10px;
	padding: 14px 16px;
	border-radius: 14px;
	background: #eff6ff;
	color: #1d4ed8;
	font-weight: 900;
}

.consent-line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.sub-consents {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 10px !important;
	margin: 12px 0 0 28px !important;
}

.is_captcha_use {
	color: #334155;
	font-weight: 900;
}

.register-result-card {
	padding: 36px;
	border: 1px solid #e5e7eb;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .11);
}

.register-result-box {
	box-shadow: none;
}

.register-result-box p {
	margin: 8px 0;
	color: #475569;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.75;
}

.register-result-box dl {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
}

.register-result-box dl div {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 14px;
	background: #f8fafc;
}

.register-result-box dt {
	color: #64748b;
	font-weight: 900;
}

.register-result-box dd {
	margin: 0;
	color: #0f172a;
	font-weight: 950;
}

.sound_only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

@media (max-width: 760px) {
	.mentor-register-page {
		padding: 46px 14px;
	}

	.mentor-register-head h1 {
		font-size: 34px;
	}

	.register-policy-card,
	.register_form_inner,
	.register-result-card,
	.register-result-box {
		padding: 24px;
		border-radius: 22px;
	}

	.register_form_inner ul {
		grid-template-columns: 1fr;
	}

	.register-actions,
	.btn_confirm,
	.btn_confirm_reg {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.btn_submit,
	.reg_btn_submit,
	.btn_close {
		width: 100%;
	}
}
