@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap");

/*Common*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	word-break: keep-all;
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
li,
dt,
dd,
a,
p,
input,
textarea,
select,
option,
button {
	color: #555;
	font-family: "pretendard", "Inter", "돋움", dotum, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
img,
fieldset,
iframe {
	border: 0 none;
}
ul,
ol,
li {
	list-style: none;
}
em,
address {
	font-style: normal;
}
img,
input,
select,
textarea {
	vertical-align: middle;
}
a {
	color: #7d7d7d;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #333;
	text-decoration: none;
}
button,
label {
	cursor: pointer;
	_cursor/**/: hand;
}
button * {
	position: relative;
}
textarea {
	overflow: auto;
}
option {
	padding-right: 6px;
}
.input_text,
textarea {
	*margin: -1px 0;
	padding-right: 1px;
}
.input_check,
.input_radio {
	width: 13px;
	height: 13px;
}
.blind,
legend,
caption {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
hr {
	display: none;
}
legend {
	*width: 0;
}
:root legend {
	margin-top: -1px;
	font-size: 0;
	line-height: 0;
}
caption {
	*line-height: 0;
}
img {
	max-width: 100%;
}

/*test*/
.test1 {
	border: 1px solid red;
}
.test2 {
	background: #4f7beb;
}

.font1 {
	font-family: "pretendard";
}
.font2 {
	font-family: "Montserrat";
}
.font1 {
	font-family: "Inter";
}

/*로딩 이미지*/
#loading_img {
	text-align: center;
	display: none;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

/* popup */
.pop_today_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}
.pop_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}

/* 메인 인트로 중 레이어 팝업 숨김 — introEndTime 종료 후 body.introDone */
body.mainIntro:not(.introDone) .main_layer_popup {
	visibility: hidden;
	pointer-events: none;
}

@media (max-width: 767px) {
	/* 메인 레이어 팝업 */
	.main_layer_popup {
		width: 96% !important;
		left: 50% !important;
		top: 50px !important;
		transform: translateX(-50%);
	}
	.main_layer_popup .popupContent {
		height: 100% !important;
	}
	.main_layer_popup img {
		width: 100%;
	}
}

@media screen and (max-width: 812px) {
	.innerwrap {
		width: 94%;
	}
	.innerwrap2 {
		width: 94%;
	}
}

#wrap {
	overflow: hidden;
}
.innerwrap {
	width: 87.5%;
	margin: 0 auto;
}
.innerwrap2 {
	width: 75%;
	margin: 0 auto;
}
.more {
	font-family: "Inter";
	font-size: 13px;
	font-weight: 500;
	color: #000;
}
.more i {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(/images/main/more_arr.png) no-repeat;
}

/* header */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.8);
	transition: background 0.35s ease;
}
#header.headerHide {
	background: transparent;
}
.head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 6.25vw;
	transition: transform 0.35s ease;
}
#header.headerHide .head {
	transform: translateY(calc(-100% - 20px));
}
.head h1 {
	position: relative;
	z-index: 3001;
}
.head h1 a {
	display: block;
	width: 240px;
	height: 54px;
	background: url(/images/common/logo2.png) no-repeat center / cover;
	text-indent: -9999px;
}
.head .gnb {
	display: flex;
	align-items: center;
}
.head .gnb .language {
	position: relative;
}
.head .gnb .language > a {
	display: block;
	position: relative;
	width: 45px;
	font-family: "Inter";
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.head .gnb .language > a:after {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
}
.head .gnb .language > ul {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 67px;
	margin-top: 35px;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 8px 24px;
}
.head .gnb .language > ul > li {
	padding: 5px 0;
}
.head .gnb .language > ul > li a {
	font-family: Inter;
	font-size: 14px;
	color: #808080;
	font-weight: 500;
}
.head .gnb .language > ul > li a:hover {
	color: #000;
	border-bottom: 2px solid #000;
}
.head .gnb .btnMenu {
	/* width: 30px; */
	margin-left: 24px;
	cursor: pointer;
}
.head .gnb .btnMenu .icon {
	display: none;
	width: 30px;
	height: 28px;
	background: url(/images/common/icon_menu.png) no-repeat;
}
.head .gnb .btnMenu .tit {
	font-family: "Inter";
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

/* allMenu */
.allMenu {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000;
	width: 100%;
	height: 100vh;
	background: #fff;
	overflow-y: auto;
	transition:
		opacity 0.4s,
		visibility 0.4s;
}
.allMenu.on {
	opacity: 1;
	visibility: visible;
}
.allMenu .allMenuInner {
	display: flex;
	align-items: stretch;
	min-height: 100vh;
}

/* 좌측 영역 */
.allMenu .leftCol {
	flex-shrink: 0;
	width: 33.75%;
	max-width: 648px;
	padding: 80px 40px 80px 6.25vw;
	background: #f9f9f9;
	border-right: 1px solid #b0b0b0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.allMenu .leftCol h1 a {
	display: block;
	width: 240px;
	height: 54px;
	background: url(/images/common/logo2.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
.allMenu .leftCol .info {
	padding: 0 20px;
}
.allMenu .leftCol .info dl {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}
.allMenu .leftCol .info dl:last-child {
	margin-bottom: 0;
}
.allMenu .leftCol .info dl dt {
	font-family: "Inter";
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 1.4;
}
.allMenu .leftCol .info dl dd {
	font-family: "pretendard";
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 1.5;
}
.allMenu .leftCol .info dl dd a {
	color: inherit;
}

/* 중앙 영역 (메뉴) */
.allMenu .centerCol {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 80px 0;
}
.allMenu .centerCol .menus {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}
.allMenu .centerCol .menus > li {
	flex: 1 1 0;
	min-height: 120px;
	display: flex;
	align-items: center;
	padding: 2vw 4vw;
	border-bottom: 1px solid #e3e3e3;
	/* depth2 줄바꿈 시 나의지원현황 등 하단 링크가 잘려 클릭 불가하던 문제 방지 */
	position: relative;
	overflow: visible;
	transition: background 0.6s;
}
.allMenu .centerCol .menus > li:last-child {
	border-bottom: 0;
}
.allMenu .centerCol .menus > li .depth1 {
	display: block;
	width: 12vw;
	max-width: 240px;
	flex-shrink: 0;
	font-family: "Inter";
	font-size: clamp(25px, 2vw, 32px);
	font-weight: 500;
	color: #666;
	line-height: 1;
	transition: color 0.3s;
}
.allMenu .centerCol .menus > li .depth2 {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 2vw;
	padding: 4px 0;
}
.allMenu .centerCol .menus > li .depth2 li a {
	display: inline-block;
	font-family: "pretendard";
	font-size: clamp(15px, 1.3vw, 20px);
	font-weight: 500;
	color: #999;
	line-height: 1.5;
	border-bottom: 1px solid transparent;
	transition:
		color 0.6s,
		border-color 0.6s;
}
.allMenu .centerCol .menus > li .depth2 li a.on,
.allMenu .centerCol .menus > li .depth2 li a:hover {
	color: #333;
	border-bottom-color: #333;
}

/* Project 행 hover시에만 컬러 배경 적용 */
.allMenu .centerCol .menus > li:hover {
	background: #d00576;
}
.allMenu .centerCol .menus > li:hover .depth1 {
	color: #f3f3f3;
}
.allMenu .centerCol .menus > li:hover .depth2 li a {
	color: rgba(255, 255, 255, 0.8);
	border-bottom-color: transparent;
}
.allMenu .centerCol .menus > li:hover .depth2 li a.on,
.allMenu .centerCol .menus > li:hover .depth2 li a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

/* 우측 영역 */
.allMenu .rightCol {
	flex-shrink: 0;
	width: 120px;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.allMenu .rightCol .btnClose {
	width: 40px;
	height: 40px;
	padding: 10px;
	background: transparent;
	border: 0;
	position: relative;
	cursor: pointer;
}
.allMenu .rightCol .btnClose::before,
.allMenu .rightCol .btnClose::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 1.5px;
	background: #0d0d0d;
}
.allMenu .rightCol .btnClose::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.allMenu .rightCol .btnClose::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.allMenu .rightCol .lang {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
}
.allMenu .rightCol .lang a {
	font-family: "Inter";
	font-size: 16px;
	font-weight: 400;
	color: #808080;
	line-height: 1.6;
	border-bottom: 1px solid transparent;
}
.allMenu .rightCol .lang a.on {
	color: #0d0d0d;
	border-bottom-color: #0d0d0d;
}
.allMenu .rightCol .sns {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}
.allMenu .rightCol .sns li {
	width: 30px;
	height: 30px;
}
.allMenu .rightCol .sns li a {
	display: block;
}
.allMenu .rightCol .sns li img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

/* footer */
#footer {
	padding: 55px 0;
	background: #000;
}
#footer .foot > div {
	display: flex;
	justify-content: space-between;
}
#footer .foot > div h1 {
	width: 240px;
}
#footer .foot > div .contact {
	box-sizing: border-box;
	width: calc(100% - 240px - 540px);
	padding: 0 60px;
}
#footer .foot > div .contact dl {
	display: flex;
	margin-bottom: 10px;
}
#footer .foot > div .contact dl:last-child {
	margin: 0;
}
#footer .foot > div .contact dl dt {
	width: 110px;
	font-family: "Inter";
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
#footer .foot > div .contact dl dd {
	width: calc(100% - 110px);
	font-size: 17px;
	color: rgba(191, 191, 191, 0.7);
	font-weight: 400;
}
#footer .foot > div div:last-child {
	width: 540px;
	text-align: right;
}
#footer .foot > div div:last-child .copy {
	font-family: "Inter";
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
}
#footer .foot > div div:last-child .copy .designBy {
	margin-left: 30px;
	color: rgba(255, 255, 255, 0.4);
}
#footer .foot > div div:last-child .sns {
	display: inline-flex;
	margin-top: 55px;
}
#footer .foot > div div:last-child .sns li {
	margin-left: 40px;
}
#footer .foot > div div:last-child .sns li img {
	height: 24px;
}

/* header / footer / allMenu — tablet (813px~1399px) */
@media screen and (max-width: 1399px) {
	.head {
		padding: 12px 3%;
	}
	.head h1 a {
		width: 180px;
		height: 41px;
		background-size: contain;
	}
	.head .gnb .language > a {
		width: 40px;
		font-size: 13px;
	}
	.head .gnb .btnMenu {
		margin-left: 16px;
	}

	#footer {
		padding: 48px 0;
	}
	#footer .foot > div {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 40px 0;
	}
	#footer .foot > div h1 {
		width: 180px;
		flex: 0 0 180px;
	}
	#footer .foot > div h1 img {
		width: 100%;
		height: auto;
	}
	#footer .foot > div .contact {
		width: calc(100% - 180px);
		padding: 0 0 0 40px;
		box-sizing: border-box;
	}
	#footer .foot > div div:last-child {
		width: 100%;
		text-align: left;
	}
	#footer .foot > div div:last-child .sns {
		display: flex;
		margin-top: 32px;
	}
	#footer .foot > div div:last-child .sns li {
		margin-left: 0;
		margin-right: 24px;
	}
	#footer .foot > div div:last-child .sns li:last-child {
		margin-right: 0;
	}

	.allMenu .allMenuInner {
		flex-direction: column;
		min-height: 100vh;
	}
	.allMenu .leftCol {
		display: none;
	}
	.allMenu .centerCol {
		order: 2;
		flex: 1 1 auto;
		padding: 70px 0 40px;
		border: 0;
	}
	.allMenu .centerCol .menus > li {
		flex: none;
		min-height: 0;
		flex-direction: column;
		align-items: flex-start;
		cursor: pointer;
		padding: 0;
	}
	.allMenu .centerCol .menus > li .depth1 {
		width: 100%;
		position: relative;
		padding: 22px 3%;
		max-width: none;
	}
	.allMenu .centerCol .menus > li .depth1::after {
		content: "";
		position: absolute;
		right: 4.5%;
		top: 50%;
		width: 9px;
		height: 9px;
		border-right: 2px solid #666;
		border-bottom: 2px solid #666;
		transform: translateY(-75%) rotate(45deg);
		transition: transform 0.3s, border-color 0.3s;
	}
	.allMenu .centerCol .menus > li:hover .depth1::after {
		border-color: #f3f3f3;
	}
	.allMenu .centerCol .menus > li.on .depth1::after {
		transform: translateY(-25%) rotate(-135deg);
	}
	.allMenu .centerCol .menus > li .depth2 {
		display: none;
		width: 100%;
		padding: 0 0 4px;
	}
	.allMenu .centerCol .menus > li.on .depth2 {
		display: flex;
		padding: 22px 3%;
	}
	.allMenu .centerCol .menus > li .depth2 li a {
		font-size: var(--font-size-18);
		padding: 10px 0;
		display: inline-block;
	}
	.allMenu .centerCol .menus > li.project:hover {
		background: transparent;
	}
	.allMenu .centerCol .menus > li.project:hover .depth1 {
		color: #666;
	}
	.allMenu .centerCol .menus > li.project:hover .depth2 li a {
		color: #999;
		border-bottom-color: transparent;
	}
	.allMenu .centerCol .menus > li.project::after {
		display: none;
	}

	.allMenu .rightCol {
		order: 1;
		width: 100%;
		height: 60px;
		padding: 0 3%;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 0;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
	}
	.allMenu .rightCol .lang,
	.allMenu .rightCol .sns {
		display: none;
	}
}

/* header / footer / allMenu — mobile (max 812px) */
@media screen and (max-width: 812px) {
	.head h1 a {
		width: 132px;
		height: 30px;
	}
	.head .gnb .language > a {
		width: 36px;
		font-size: 12px;
	}
	.head .gnb .btnMenu {
		/* width: 30px; */
		margin-left: 12px;
	}
	.allMenu .centerCol .menus > li .depth2 {
		flex-direction: column;
		gap: 0;
	}

	#footer {
		padding: 40px 0 48px;
	}
	#footer .foot > div {
		flex-direction: column;
		gap: 32px;
	}
	#footer .foot > div h1 {
		width: 132px;
		flex: none;
	}
	#footer .foot > div .contact {
		width: 100%;
		padding: 0;
	}
	#footer .foot > div .contact dl {
		flex-direction: column;
		gap: 6px;
		margin-bottom: 16px;
	}
	#footer .foot > div .contact dl dt {
		width: 100%;
		font-size: 14px;
	}
	#footer .foot > div .contact dl dd {
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
	}
	#footer .foot > div div:last-child .copy {
		font-size: 14px;
		line-height: 1.5;
	}
	#footer .foot > div div:last-child .copy .designBy {
		display: block;
		margin-left: 0;
		margin-top: 0px;
	}
	#footer .foot > div div:last-child .sns {
		margin-top: 24px;
	}
	#footer .foot > div div:last-child .sns li {
		margin-right: 20px;
	}
	#footer .foot > div div:last-child .sns li img {
		width: 18px;
		height: 18px;
	}

	.allMenu .centerCol {
		padding: 60px 0 32px;
	}
	.allMenu .centerCol .menus > li {
		gap: 12px;
	}
	.allMenu .centerCol .menus > li .depth1 {
		font-size: 20px;
	}
	.allMenu .centerCol .menus > li .depth2 li a {
		font-size: 15px;
	}
	.allMenu .rightCol {
		height: 52px;
		padding: 0 8px;
	}
}

body.popupOpen {
	overflow: hidden;
}

/* Youtube 레이어 팝업 — 전 구간 공통 (미표시 시 문서 흐름에서 제외) */
.youtubePopup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
}
.youtubePopup.on {
	display: block;
}
.youtubePopup .dim {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(42, 42, 42, 0.7);
	cursor: pointer;
}
.youtubePopup .popCtrl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 80px 40px;
	box-sizing: border-box;
	pointer-events: none;
}
.youtubePopup .popCtrl .popInner {
	pointer-events: auto;
}
.youtubePopup .popInner {
	position: relative;
	width: 1080px;
	max-width: 100%;
}
.youtubePopup .videoWrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	background: #000;
	overflow: hidden;
}
.youtubePopup .videoWrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.youtubePopup .btnClose {
	position: absolute;
	right: 0;
	top: -50px;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.youtubePopup .btnClose::before,
.youtubePopup .btnClose::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 2px;
	margin: -1px 0 0 -14px;
	background: #fff;
}
.youtubePopup .btnClose::before {
	transform: rotate(45deg);
}
.youtubePopup .btnClose::after {
	transform: rotate(-45deg);
}

/* 지원자 정보 확인 팝업 (전 구간 공통) */
.applyConfirmPopup {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 10000;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	box-sizing: border-box;
}
.applyConfirmPopup.isOpen {
	display: flex;
}
.applyConfirmPopup .popupDim {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}
.applyConfirmPopup .popupPanel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 40px;
	width: 100%;
	max-width: 828px;
	padding: 80px 0 40px;
	background: #f9f9f9;
	box-sizing: border-box;
}
.applyConfirmPopup .btnPopupClose {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.applyConfirmPopup .btnPopupClose img {
	display: block;
	width: 100%;
	height: 100%;
}
.applyConfirmPopup .popupHead {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	padding: 0 80px;
	box-sizing: border-box;
}
.applyConfirmPopup .popupTitle {
	margin: 0;
	font-family: "pretendard";
	font-size: 32px;
	font-weight: 600;
	color: #111;
	line-height: 1.25;
	letter-spacing: -0.16px;
}
.applyConfirmPopup .popupDesc {
	margin: 0;
	font-family: "pretendard";
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 1.4;
}
.applyConfirmPopup .popupDivider {
	width: 100%;
	height: 1px;
	background: #e3e3e3;
}
.applyConfirmPopup .popupBody {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	padding: 0 80px;
	box-sizing: border-box;
}
.applyConfirmPopup .popupAlert {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: rgba(228, 0, 127, 0.08);
}
.applyConfirmPopup .popupAlert img {
	flex: 0 0 20px;
	display: block;
	width: 20px;
	height: 20px;
}
.applyConfirmPopup .popupAlert p {
	margin: 0;
	font-family: "pretendard";
	font-size: 16px;
	font-weight: 400;
	color: #e4007f;
	line-height: 1.4;
}
.applyConfirmPopup .popupInfo {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 40px;
	list-style: none;
	border: 1px solid #e3e3e3;
	background: #fff;
	box-sizing: border-box;
}
.applyConfirmPopup .popupInfo > li {
	display: flex;
	align-items: center;
	gap: 16px;
}
.applyConfirmPopup .popupInfo .dot {
	flex: 0 0 6px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333;
}
.applyConfirmPopup .popupInfo .infoLabel {
	flex: 0 0 100px;
	font-family: "pretendard";
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.4;
}
.applyConfirmPopup .popupInfo .infoValue {
	font-family: "pretendard";
	font-size: 18px;
	font-weight: 500;
	color: #666;
	line-height: 1.4;
}
.applyConfirmPopup .popupActions {
	display: flex;
	gap: 16px;
	padding: 0 80px;
	box-sizing: border-box;
}
.applyConfirmPopup .btnCancel,
.applyConfirmPopup .btnConfirm {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	padding: 20px 24px;
	border: 0;
	cursor: pointer;
	font-family: "pretendard";
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
}
.applyConfirmPopup .btnCancel {
	background: #f2f2f2;
	color: #333;
}
.applyConfirmPopup .btnConfirm {
	background: #2a2a2a;
	color: #fff;
}

/* 개인정보 수집·이용 동의 팝업 — applyConfirmPopup 구조 재사용 */
.privacyAgreePopup .popupTitle {
	font-size: var(--font-size-32);
}
.privacyAgreePopup .popupDesc {
	font-size: var(--font-size-16);
}
.privacyAgreePopup .popupActions {
	justify-content: center;
	width: 100%;
}
.privacyAgreePopup .privacyTerms {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 40px;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	font-family: "pretendard";
	font-size: var(--font-size-18);
	font-weight: 400;
	color: #666;
	line-height: 1.4;
}
.privacyAgreePopup .privacyTerms ol {
	margin: 0 0 10px;
	padding: 0;
	list-style: decimal;
}
.privacyAgreePopup .privacyTerms li {
	margin: 0 0 0 27px;
	list-style: decimal;
	list-style-position: outside;
	font-family: "pretendard";
	font-size: var(--font-size-18);
	font-weight: 400;
	color: #666;
	line-height: 1.4;
}
.privacyAgreePopup .privacyTerms p {
	margin: 0;
	font-family: "pretendard";
	font-size: var(--font-size-18);
	font-weight: 400;
	color: #666;
	line-height: 1.4;
}
.privacyAgreePopup .agreeCheck {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	cursor: pointer;
}
.privacyAgreePopup .agreeCheck input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.privacyAgreePopup .agreeCheck .box {
	flex: 0 0 24px;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #b0b0b0;
	box-sizing: border-box;
}
.privacyAgreePopup .agreeCheck input:checked + .box {
	background: #e4007f url(/images/page/status/check.svg) no-repeat center / 16px 16px;
	border-color: #e4007f;
}
.privacyAgreePopup .agreeTxt {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.privacyAgreePopup .agreeTxt strong {
	font-family: "pretendard";
	font-size: var(--font-size-20);
	font-weight: 600;
	color: #333;
	line-height: 1.25;
}
@media screen and (min-width: 813px) and (max-width: 1399px) {
	.privacyAgreePopup .popupPanel {
		max-height: calc(100vh - 80px);
		overflow-y: auto;
	}
	.privacyAgreePopup .popupTitle {
		font-size: var(--font-size-28);
	}
	.privacyAgreePopup .popupDesc {
		font-size: var(--font-size-15);
	}
	.privacyAgreePopup .privacyTerms {
		padding: 32px 24px;
		gap: 12px;
	}
	.privacyAgreePopup .privacyTerms,
	.privacyAgreePopup .privacyTerms li,
	.privacyAgreePopup .privacyTerms p {
		font-size: var(--font-size-16);
	}
	.privacyAgreePopup .privacyTerms li {
		margin-left: 24px;
	}
	.privacyAgreePopup .agreeCheck {
		gap: 12px;
	}
	.privacyAgreePopup .agreeTxt strong {
		font-size: var(--font-size-18);
	}
}
@media screen and (max-width: 812px) {
	.privacyAgreePopup .popupTitle {
		font-size: var(--font-size-24);
	}
	.privacyAgreePopup .popupDesc {
		font-size: var(--font-size-14);
	}
	.privacyAgreePopup .privacyTerms {
		padding: 24px 20px;
		gap: 12px;
	}
	.privacyAgreePopup .privacyTerms,
	.privacyAgreePopup .privacyTerms li,
	.privacyAgreePopup .privacyTerms p {
		font-size: var(--font-size-16);
	}
	.privacyAgreePopup .privacyTerms li {
		margin-left: 22px;
	}
	.privacyAgreePopup .agreeCheck {
		gap: 12px;
	}
	.privacyAgreePopup .agreeCheck .box {
		flex-basis: 20px;
		width: 20px;
		height: 20px;
	}
	.privacyAgreePopup .agreeCheck input:checked + .box {
		background-size: 14px 14px;
	}
	.privacyAgreePopup .agreeTxt strong {
		font-size: var(--font-size-16);
	}
}

/* 지원완료 팝업 */
.applyDonePopup {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 10000;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	box-sizing: border-box;
}
.applyDonePopup.isOpen {
	display: flex;
}
.applyDonePopup .popupDim {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}
.applyDonePopup .popupPanel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
	width: 100%;
	max-width: 828px;
	padding: 120px 0 80px;
	background: #f9f9f9;
	box-sizing: border-box;
}
.applyDonePopup .btnPopupClose {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.applyDonePopup .btnPopupClose img {
	display: block;
	width: 100%;
	height: 100%;
}
.applyDonePopup .popupBody {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	width: 100%;
}
.applyDonePopup .doneIcon {
	display: block;
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.applyDonePopup .popupText {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	width: 100%;
	padding: 0 80px;
	box-sizing: border-box;
	text-align: center;
}
.applyDonePopup .popupTitle {
	margin: 0;
	width: 100%;
	font-family: "pretendard";
	font-size: 50px;
	font-weight: 600;
	color: #111;
	line-height: 1.2;
	letter-spacing: -0.64px;
}
.applyDonePopup .popupDesc {
	margin: 0;
	width: 100%;
	font-family: "pretendard";
	font-size: 20px;
	font-weight: 500;
	color: #666;
	line-height: 1.6;
}
.applyDonePopup .popupDesc .jobName {
	display: block;
}
.applyDonePopup .popupActions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	padding: 0 80px;
	box-sizing: border-box;
}
.applyDonePopup .btnList,
.applyDonePopup .btnStatus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	padding: 20px 24px;
	border: 0;
	cursor: pointer;
	font-family: "pretendard";
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	box-sizing: border-box;
}
.applyDonePopup .btnList {
	background: #f2f2f2;
	color: #333;
}
.applyDonePopup .btnStatus {
	background: #2a2a2a;
	color: #fff;
}
.applyDonePopup .btnList:hover {
	background: #e8e8e8;
}
.applyDonePopup .btnStatus:hover {
	background: #111;
}
