.gautech_mobile_intro {
	margin: 30px 15px 18px;
	padding: 34px 22px;
	border-top: 4px solid #3561b5;
	background: #fff;
	text-align: center;
}

.gautech_mobile_intro h1 {
	margin: 0 0 14px;
	font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	color: #13263a;
}

.gautech_mobile_intro p {
	margin: 0;
	font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #5c6e82;
}

.gautech_form,
.gautech_form * {
	box-sizing: border-box;
}

.gautech_form {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 0 70px;
	font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
	color: #24364a;
}

.gautech_form_section {
	margin: 0 0 24px;
	padding: 30px;
	background: #fff;
	border: 1px solid #dfe5ec;
	border-radius: 10px;
	box-shadow: 0 5px 18px rgba(28, 48, 74, 0.06);
}

.gautech_form_title {
	margin: 0 0 24px;
	padding: 0 0 14px;
	border-bottom: 2px solid #24364a;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
	color: #13263a;
}

.gautech_form_grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -22px;
}

.gautech_field {
	width: 50%;
	padding: 0 10px 22px;
}

.gautech_field_full {
	width: 100%;
}

.gautech_field label,
.gautech_field_label {
	display: block;
	margin: 0 0 9px;
	font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	color: #1d3045;
}

.gautech_required {
	padding-left: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #d68221;
}

.gautech_form input[type="text"],
.gautech_form input[type="file"],
.gautech_form select,
.gautech_form textarea {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #cdd6e0;
	border-radius: 7px;
	background: #fff;
	font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif !important;
	font-size: 15px;
	line-height: 1.5;
	color: #203247;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gautech_form input[type="text"],
.gautech_form select,
.gautech_form input[type="file"] {
	min-height: 48px;
}

.gautech_form input[type="text"]:focus,
.gautech_form input[type="file"]:focus,
.gautech_form select:focus,
.gautech_form textarea:focus {
	outline: 0;
	border-color: #3561b5;
	box-shadow: 0 0 0 3px rgba(53, 97, 181, 0.13);
}

.gautech_form textarea.gautech_textarea {
	min-height: 180px;
	resize: vertical;
}

.gautech_form textarea.gautech_privacy {
	min-height: 150px;
	resize: vertical;
	background: #f7f9fc;
	font-size: 13px;
	line-height: 1.65;
}

.gautech_pair {
	display: flex;
	gap: 10px;
}

.gautech_pair > input {
	min-width: 0;
	flex: 1;
}

.gautech_inline_action {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.gautech_inline_action input[type="text"] {
	min-width: 0;
	flex: 1;
}

.gautech_small_button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 48px;
	padding: 10px 16px;
	border: 1px solid #3561b5;
	border-radius: 7px;
	background: #fff;
	font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #28519e;
	cursor: pointer;
}

.gautech_small_button:hover,
.gautech_small_button:focus {
	outline: 0;
	background: #f1f5fb;
}

.gautech_help {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #657487;
}

.gautech_notice {
	padding: 16px 18px;
	border-left: 3px solid #3561b5;
	background: #f1f5fb;
	font-size: 13px;
	line-height: 1.7;
	color: #42566f;
}

.gautech_notice a {
	color: #2456ad;
	font-weight: 700;
	text-decoration: underline;
}

.gautech_check_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 14px;
}

.gautech_check_item {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 9px 12px;
	border: 1px solid #dfe5ec;
	border-radius: 7px;
	background: #fff;
}

.gautech_check_item input,
.gautech_agree input {
	width: 18px;
	height: 18px;
	margin: 0 9px 0 0;
	accent-color: #3561b5;
}

.gautech_check_item label,
.gautech_agree label {
	margin: 0;
	font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	cursor: pointer;
}

.gautech_agree {
	display: flex;
	align-items: flex-start;
	margin-top: 13px;
	padding: 14px 16px;
	border-radius: 7px;
	background: #f7f9fc;
}

.gautech_captcha {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px;
	border: 1px solid #dfe5ec;
	border-radius: 8px;
	background: #f7f9fc;
}

.gautech_captcha_code {
	min-width: 180px;
	padding: 8px 14px;
	border: 1px solid #cdd6e0;
	border-radius: 6px;
	background: #fff;
	text-align: center;
}

.gautech_captcha_code span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
}

.gautech_captcha input[type="text"] {
	flex: 1;
}

.gautech_faq_result:empty {
	display: none;
}

.gautech_faq_result {
	width: 100%;
	margin-top: 14px;
}

.gautech_faq_result table {
	width: 100%;
}

.gautech_faq_result .q_box {
	cursor: pointer;
}

.gautech_actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	padding-top: 8px;
}

.gautech_actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	min-height: 50px;
	border: 1px solid #3561b5;
	border-radius: 7px;
	font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.gautech_actions .gautech_submit {
	background: #3561b5;
	color: #fff;
}

.gautech_actions .gautech_cancel {
	background: #fff;
	color: #27405d;
}

.gautech_actions .gautech_submit:hover,
.gautech_actions .gautech_submit:focus {
	background: #274d98;
}

.gautech_actions .gautech_cancel:hover,
.gautech_actions .gautech_cancel:focus {
	background: #f1f5fb;
}

@media screen and (max-width: 700px) {
	.gautech_form {
		padding: 0 15px 55px;
	}

	.gautech_form_section {
		margin-bottom: 18px;
		padding: 22px 18px;
		border-radius: 8px;
	}

	.gautech_form_title {
		margin-bottom: 20px;
		font-size: 19px;
	}

	.gautech_form_grid {
		display: block;
		margin: 0;
	}

	.gautech_field,
	.gautech_field_full {
		width: 100%;
		padding: 0 0 20px;
	}

	.gautech_form_grid .gautech_field:last-child {
		padding-bottom: 0;
	}

	.gautech_check_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.gautech_captcha {
		display: block;
	}

	.gautech_captcha_code {
		width: 100%;
		margin-bottom: 10px;
	}

	.gautech_inline_action {
		display: block;
	}

	.gautech_small_button {
		width: 100%;
		margin-top: 9px;
	}

	.gautech_actions {
		padding: 2px 15px 0;
	}

	.gautech_actions a {
		width: 50%;
		min-height: 52px;
	}
}

@media screen and (max-width: 420px) {
	.gautech_pair {
		display: block;
	}

	.gautech_pair > input + input {
		margin-top: 9px;
	}

	.gautech_check_grid {
		grid-template-columns: 1fr;
	}
}