@charset "UTF-8";@charset "UTF-8";
/* 공모전 팝업창 s */
.blind {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
}
.contest-page {
	background-color: #F4F5F6;
	margin:0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	height: 100vh;
}
header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	padding: 24px;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	background-color: #fff;
	border-radius: 0;
	top: 0;
	position: inherit;
	transform: inherit;
	margin: 0;
}
header svg {
	width: 25px;
	height: 24px;
}
header p {
	font-size: 16px;
	font-weight: 600;
	color: #1E2124;
}

section {
	width: 640px;
	height: auto;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}
section h2{
	
margin: 0;
}
section .title-desc{
	color: #464C53;
	margin: 0;
	padding-bottom: 48px;
	padding-top: 24px;
}
section .title-desc.strong {
	font-size:24px;
}
section .title-desc.strong strong {
	color:red;
}
section .title-desc strong {
	color:#3182F6;
	font-weight: 500;
}
section .contest-item-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex: 1;
}
section .contest-item .top-down {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
}
section .contest-item .top-down .btn-file-down {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	background-color: #F4F5F6;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	padding: 12px;
	box-sizing: border-box;
	color: #464C53;
	font-size: 16px;
	font-weight: 500;
}
section .contest-item .top-down .btn-file-down:hover {
	background-color: #E0E3E6;
}
section .contest-item-wrap .contest-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
section .contest-item-wrap .contest-item.download-form {
	align-items: center;
	gap: 12px;
}
section .contest-item-wrap .contest-item.download-form p:first-child {
	color: #1E2124;
	font-size: 17px;
	display: block;
	text-align: left;
	width: 100%;
}
section .contest-item-wrap .contest-item.download-form .btn-file-upload {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	background-color: #F4F5F6;
	width: 100%;
	justify-content: space-between;
	padding: 12px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
}
section .contest-item-wrap .contest-item.download-form .btn-file-upload p {
	margin: 0;
	color: #464C53;
	font-size: 16px;
	width: auto;
}
section .contest-item-wrap .contest-item.download-form .btn-file-upload .down {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	color: #464C53;
	flex: 0 0 90px;
}
	
section .contest-item-wrap .contest-item label {
	font-size: 17px;
	font-weight: 500;
	color: #1E2124;
}
section .contest-item-wrap .contest-item label .disabled {
	background-color: #CDD1D5;
}
section .contest-item-wrap .contest-item label.error {
	border: 1px solid #F04452;
}
section .contest-item-wrap .contest-item input {
	height: 48px;
	border-radius: 8px;
	border: 1px solid #6D7882;
	box-sizing: border-box;
	padding: 16px;
	color: #7c8287;
	font-size: 16px;
}
section .contest-item-wrap .contest-item input:disabled {
	background-color: #edeeef;
}
section .contest-item-wrap .contest-item input.error {
	border: 1px solid #F04452;
}
section .contest-item-wrap .contest-item .error-txt {
	color: #F04452;
}
section .contest-item-wrap .contest-item p {
	margin: 0;
	color: #464C53;
	font-size: 16px;
	font-weight: 500;
}
section .contest-item-buttom {
	display: flex;
	gap: 16px;
}
section .contest-item-buttom.bottom {
	flex: 1;
	justify-content: flex-end;
	align-items: flex-end;
}
section.contest-application-check .contest-item-buttom.bottom {
	flex: 0 0 auto;
	flex-wrap: wrap;
	padding-top: 40px;
}
section .contest-item-buttom button {
	height: 48px;
	border-radius: 8px;
	border: none;
	width: 50%;
	font-size: 16px;
	color: #464C53;
	cursor: pointer;
	flex: 1 0;
}

section .contest-item-buttom button.btn-next,
section .contest-item-buttom button.btn-submit,
section .contest-item-buttom button.btn-modify {
	background-color: #CDD1D5;
	color: #6D7882;
}

section .contest-item-buttom button.btn-next.on,
section .contest-item-buttom button.btn-submit.on,
section .contest-item-buttom button.btn-confirm,
section .contest-item-buttom button.btn-modify.on {
	background-color: #256EF4;
	color: #fff;
}

.application-footer {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	width: 640px;
	background-color: #fff;
	border-radius: 0;
	position: inherit;
	margin: 0;
	transform: inherit;
	background: none;
	padding: 0;
}
.application-footer p {
	color: #464C53;
}
/* 공모전 팝업창 e */
.custom-file-upload-box {
	width: 100%;
	box-sizing: border-box;
}
.custom-file-label {
	display: flex;
	align-items: center;
	gap: 8px;
	/* background: #F4F5F6; */
	border: 1px solid #6D7882;
	border-radius: 8px;
	padding: 12px;
	box-sizing: border-box;
	height: 48px;
	cursor: pointer;
	/* width: 100%; */
	color: #A1A7AE;
	font-size: 16px;
	transition: border 0.2s;
}
.custom-file-label.disabled {
	background-color: #CDD1D5;
}
#file-label-text {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #8A949E;
	font-size: 16px;
}
.alarm-txt {
	padding: 20px 16px;
	border-radius: 8px;
	margin-bottom: 16px;
}
.alarm-txt p {
	margin: 0;
	color: #464C53;
}
.pink-bg {
	background-color: #FEECEE;
}
.blue-bg {
	background-color: #EAF3FE;
	width: 100%;
	margin: 0;
}

/* 내가 지원한 지원서 pdf */
