@charset "utf-8";

.pac-recruit {
	position: relative;
	padding: 95px 0 105px;
	background:
		radial-gradient(circle at 88% 14%, rgba(98, 183, 255, 0.12) 0%, rgba(98, 183, 255, 0) 25%),
		linear-gradient(180deg, #f5f8fd 0%, #fff 100%);
}

.pac-recruit::before {
	content: "";
	position: absolute;
	top: 70px;
	right: -150px;
	width: 470px;
	height: 470px;
	border: 1px solid rgba(39, 124, 219, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 45px rgba(39, 124, 219, 0.025), 0 0 0 95px rgba(39, 124, 219, 0.018);
	pointer-events: none;
}


.pac-check {
	max-width: 980px;
	margin: 0 auto;
}

/* 조회 폼 */
.pac-check__form {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: flex-end;
	justify-content: center;

	position: relative;
	padding: 38px 46px 34px;
	border: 1px solid #dce5ef;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(36, 67, 105, 0.08);
}

/* 조회 안내 */
.pac-check__intro {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #e3eaf2;
	text-align: left;
}

.pac-check__intro-icon {
	display: flex;
	flex: 0 0 58px;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 17px;
	background: #edf7ff;
	font-size: 24px;
	font-weight: 700;
	color: #1681e8;
}

.pac-check__intro-text strong {
	display: block;
	margin-bottom: 6px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
	color: #172239;
}

.pac-check__intro-text p {
	font-size: 14px;
	line-height: 1.65;
	color: #778397;
}


/* 입력 영역 */
.pac-check__fields {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.pac-check__field { 
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: left;
}
.pac-check__field label { 
	font-size: 14px;
	font-weight: 700;
	color: #273348;
}
.pac-check__field input {

	width: 100%;
	min-width: 0;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #cfd9e5;
	border-radius: 8px;
	outline: none;
	background: #fff;
	font-size: 15px;
	color: #263348;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pac-check__field input::placeholder {
	color: #a2acb8;
}

.pac-check__field input:focus {
	border-color: #1681e8;
	box-shadow: 0 0 0 3px rgba(22, 129, 232, 0.1);
}


/* 조회 버튼 */
.pac-check__submit {
	display: block;
	min-width: 230px;
	height: 50px;
	padding: 0 32px;
	border: 0;
	border-radius: 8px;
	background: #1681e8;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	margin: 24px auto 0;
	transition: background 0.2s ease, transform 0.2s ease;
}
.pac-check__submit:hover {
	background: #0871d4;
	transform: translateY(-1px);
}

/* 기본 안내 */
.pac-check__note {
	margin-top: 16px;
	font-size: 13px;
	line-height: 1.6;
	color: #818b9a;
	text-align: center;
}

/* 조회 실패 */
.pac-check__alert {
	margin-top: 18px;
	padding: 16px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}
.pac-check__alert--error {
	border: 1px solid #ffc9c9;
	background: #fff5f5;
	color: #e03131;
}

/* 조회 결과 */
.pac-check__result {
	margin-top: 28px;
	padding: 10px 30px 30px;
	border: 1px solid #dce5ef;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(36, 67, 105, 0.07);
	text-align: left;
}
.pac-check__result h3 {
	display: flex;
	align-items: center;
	margin: 28px 0 12px;
	padding-left: 12px;
	border-left: 4px solid #1681e8;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #172239;
}

/* 상태 */
.pac-check__badge {
	display: inline-block;
	margin-left: 9px;
	padding: 4px 11px;
	border-radius: 30px;
	background: #edf5ff;
	font-size: 13px;
	font-weight: 700;
	color: #1681e8;
}

/* 일반 정보 테이블 */
.pac-check__table {
	width: 100%;
	margin-top: 8px;
	border-collapse: collapse;
}
.pac-check__table th,
.pac-check__table td {
	padding: 11px 13px;
	border: 1px solid #e2e8ef;
	font-size: 14px;
	line-height: 1.6;
	vertical-align: top;
}
.pac-check__table th {
	width: 170px;
	background: #f5f8fb;
	font-weight: 700;
	color: #334155;
	text-align: left;
}
.pac-check__table td {
	background: #fff;
	color: #4b5563;
}
.pac-check__table a {
	color: #1681e8;
	text-decoration: underline;
}

/* 팀원 테이블 */
.pac-check__members-wrap {
	overflow-x: auto;
	width: 100%;
}

.pac-check__members {
	width: 100%;
	min-width: 760px;
	margin-top: 8px;
	border-collapse: collapse;
}
.pac-check__members th,
.pac-check__members td {
	padding: 10px 11px;
	border: 1px solid #e2e8ef;
	font-size: 13px;
	line-height: 1.55;
	text-align: center;
}

.pac-check__members th {
	background: #f5f8fb;
	font-weight: 700;
	color: #334155;
}

.pac-check__members td {
	background: #fff;
	color: #4b5563;
}

/* 취소 및 변경 안내 */
.pac-check__change-note {
	margin-top: 24px;
	padding: 14px 18px;
	border: 1px solid #f0d7d7;
	border-radius: 8px;
	background: #fff8f8;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	color: #d33d3d;
	text-align: center;
}

/* 다른 내역 조회 */
.pac-check__retry {
	margin-top: 20px;
	text-align: center;
}

.pac-check__retry a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	height: 46px;
	padding: 0 24px;
	border: 1px solid #1681e8;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	color: #1681e8;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.pac-check__retry a:hover {
	background: #1681e8;
	color: #fff;
}


/* 모바일 */

@media all and (max-width: 860px) {
	.pac-check__submit {
		margin: initial;
	}
}

@media all and (max-width: 767px) {
	.pac-visual { min-height: initial; }
	.pac-check {
		width: 100%;
	}

	.pac-check__form {
		padding: 28px 20px;
		border-radius: 14px;
	}

	.pac-check__intro {
		display: block;
		padding-bottom: 22px;
		margin-bottom: 22px;
		text-align: center;
	}

	.pac-check__intro-icon {
		width: 54px;
		height: 54px;
		margin: 0 auto 13px;
		border-radius: 15px;
		font-size: 21px;
	}

	.pac-check__intro-text strong {
		font-size: 17px;
	}

	.pac-check__intro-text p {
		font-size: 13px;
	}

	.pac-check__fields {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.pac-check__field { width: 100%; }
	.pac-check__field input {
		height: 48px;
	}

	.pac-check__submit {
		width: 100%;
		min-width: 0;
		height: 48px;
		margin-top: 20px;
	}

	.pac-check__alert {
		margin-top: 15px;
		font-size: 13px;
	}

	.pac-check__result {
		margin-top: 22px;
		padding: 6px 16px 22px;
		border-radius: 14px;
	}

	.pac-check__result h3 {
		margin-top: 24px;
		font-size: 16px;
	}

	.pac-check__table th,
	.pac-check__table td {
		padding: 10px;
		font-size: 13px;
	}

	.pac-check__table th {
		width: 110px;
	}

	.pac-check__change-note {
		padding: 13px;
		font-size: 12px;
	}
}

@media (max-width:640px){
	.pac-check__field input { min-width: 0; width: 100%; }
	.pac-check__form { flex-direction: column; align-items: stretch; }
	.pac-check__table th { width: 110px; }
}

@media all and (max-width: 578px) {
	/* .pac-visual__keyvisual {
		right: 0;
	} */
	.pac-keyvisual__logos { padding-right: 0; }
}