@charset "UTF-8";

.geumho-apply-main {
	--geumho-apply-bg: #FAF6F0;

	overflow: hidden;
	background:
		radial-gradient(circle at 10% 6%, rgba(239, 47, 111, 0.055), transparent 23rem),
		radial-gradient(circle at 91% 8%, rgba(32, 174, 136, 0.055), transparent 25rem),
		var(--geumho-apply-bg);
}

/* 상단 인트로 */
.geumho-apply-hero {
	padding: 72px 0 0;
}

.geumho-apply-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
	align-items: center;
	gap: 46px;
	min-height: 290px;
}

.geumho-apply-hero__content {
	position: relative;
	z-index: 2;
	padding: 12px 0 24px;
}

.geumho-apply-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 17px;
	font-size: 22px;
	font-family: 'HighTeenChoiHyoryeong';
}

.geumho-apply-hero__eyebrow span {
	color: var(--geumho-pink);
	font-weight: 700;
}

.geumho-apply-hero__eyebrow i {
	width: 4px;
	height: 4px;
	background: var(--geumho-brown);
	transform: rotate(45deg);
}

.geumho-apply-hero__eyebrow strong {
	color: var(--geumho-brown);
	font-weight: 700;
}

.geumho-apply-hero__title {
	margin: 0;
	color: var(--geumho-brown);
	font-size: clamp(40px, 4.3vw, 70px);
	font-weight: 800;
	line-height: 1.08;
	font-family: 'HighTeenChoiHyoryeong';
}

.geumho-apply-hero__description {
	margin: 24px 0 0;
	color: #5f554d;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.75;
}

.geumho-apply-hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 280px;
}

.geumho-apply-hero__visual::before {
	content: "";
	position: absolute;
	inset: 18px -130px 4px 35px;
	/* background: rgba(255, 255, 255, 0.42); */
}

.geumho-apply-hero__visual .key--visual-img {
    position: absolute;
    height: 100%;
    right: -400px;
    bottom: -60px;
    object-fit: cover;
    overflow: inherit;
}

.geumho-apply-hero__visual img {
	position: relative;
	z-index: 1;
	width: min(650px, 112%);
	max-height: 270px;
	object-fit: contain;
	object-position: right center;
}

.geumho-apply-period {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 160px 1fr auto;
	align-items: center;
	gap: 8px;
	min-height: 78px;
	padding: 18px 26px;
	border: 1px solid rgba(60, 35, 21, 0.1);
	background: rgba(255, 255, 255, 0.93);
	box-shadow: 0 13px 34px rgba(73, 47, 28, 0.08);
}

.geumho-apply-period__label {
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--geumho-pink);
}

.geumho-apply-period__icon {
	position: relative;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	background: var(--geumho-pink);
	border-radius: 50%;
}

.geumho-apply-period__icon::before,
.geumho-apply-period__icon::after {
	content: "";
	position: absolute;
	left: 9px;
	right: 9px;
	border: 2px solid #fff;
}

.geumho-apply-period__icon::before {
	top: 9px;
	height: 15px;
}

.geumho-apply-period__icon::after {
	top: 13px;
	border-width: 2px 0 0;
}

.geumho-apply-period__label strong {
	font-size: 16px;
	font-weight: 750;
}

.geumho-apply-period p {
	margin: 0;
	color: var(--geumho-brown);
	font-size: 20px;
	font-weight: 750;
}

.geumho-apply-period small {
	position: relative;
	padding-left: 22px;
	color: var(--geumho-sub);
	font-size: 14px;
	white-space: nowrap;
}

.geumho-apply-period small::before {
	content: "!";
	position: absolute;
	top: 50%;
	left: 0;
	display: grid;
	width: 16px;
	height: 16px;
	border: 1px solid #b7ada5;
	place-items: center;
	font-size: 10px;
	font-style: normal;
	transform: translateY(-50%);
}

/* 폼 전체 */
.geumho-apply-form-area {
	padding: 28px 0 100px;
}

.geumho-apply-form-shell {
	width: 100%;
}

#contestForm {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0;
}

.geumho-apply-page .geumho-apply-section,
.geumho-apply-page .submission-block {
	margin: 0;
}

.geumho-apply-page .form-section,
.geumho-apply-page #submission1 {
	position: relative;
	padding: 30px;
	border: 1px solid rgba(60, 35, 21, 0.09);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--geumho-shadow);
}

.geumho-apply-page .geumho-apply-section-title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: auto;
	margin: 0 0 26px;
	padding: 0 0 18px 26px;
	border-bottom: 1px solid var(--geumho-line);
	background: transparent;
	color: var(--geumho-brown);
	font-size: 21px;
	font-weight: 750;
	line-height: 1.35;
}

.geumho-apply-page .geumho-apply-section-title::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 1px;
	width: 12px;
	height: 12px;
	background: var(--section-color, var(--geumho-pink));
	transform: rotate(45deg);
}

.geumho-apply-page .geumho-apply-section-title span {
	color: inherit;
	font: inherit;
	font-family: 'HighTeenChoiHyoryeong';
    font-size: 30px;
}

.geumho-apply-page .first_line {
	--section-color: var(--geumho-pink);
}

.geumho-apply-page #basicInfoSection {
	--section-color: var(--geumho-teal);
}

.geumho-apply-page #teamMembersSection {
	--section-color: var(--geumho-blue);
}

.geumho-apply-page #submission1 {
	--section-color: var(--geumho-yellow);
}

.geumho-apply-page .geumho-apply-agreement {
	--section-color: var(--geumho-teal);
}

.geumho-apply-page .geumho-apply-section-content {
	margin: 0;
	padding: 0;
}

.geumho-apply-page .geumho-apply-section-content.row {
	margin-right: -8px;
	margin-left: -8px;
}

.geumho-apply-page .geumho-apply-section-content.row > [class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}

/* 참가 구분 */
.geumho-apply-page .first_line .geumho-apply-section-content {
	display: block !important;
}

.geumho-apply-page .applicant-type-group {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.geumho-apply-page .applicant-type-group input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.geumho-apply-page .applicant-card {
	position: relative;
	display: flex;
	min-height: 96px;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 20px 58px 20px 25px;
	border: 1px solid #ded7d1;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.geumho-apply-page .applicant-card::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 22px;
	height: 22px;
	border: 1.5px solid #c8c0ba;
	transform: translateY(-50%);
}

/* .geumho-apply-page .applicant-card::after {
	content: "✓";
	position: absolute;
	top: 50%;
	right: 24px;
	display: grid;
	width: 22px;
	height: 22px;
	background: var(--geumho-pink);
	color: #fff;
	place-items: center;
	font-size: 13px;
	font-weight: 800;
	opacity: 0;
	transform: translateY(-50%) scale(0.75);
	transition: 0.2s ease;
} */
.geumho-apply-page .applicant-card::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 22px;
	height: 22px;
	background-color: var(--geumho-pink);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.4 12 13 4.5' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	opacity: 0;
	transform: translateY(-50%) scale(0.75);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.geumho-apply-page .applicant-card:hover {
	border-color: rgba(239, 47, 111, 0.5);
	transform: translateY(-1px);
}

.geumho-apply-page .applicant-card .title {
	color: var(--geumho-brown);
	font-size: 20px;
	font-weight: 700;
}

.geumho-apply-page .applicant-card .desc {
	margin-top: 6px;
	color: #8a817a;
	font-size: 13px;
	font-weight: 500;
}

.geumho-apply-page .applicant-type-group input[type="radio"]:checked + .applicant-card {
	border-color: var(--geumho-pink);
	background: var(--geumho-pink-soft);
	box-shadow: 0 9px 24px rgba(239, 47, 111, 0.1);
}

.geumho-apply-page .applicant-type-group input[type="radio"]:checked + .applicant-card::before {
	border-color: var(--geumho-pink);
}

.geumho-apply-page .applicant-type-group input[type="radio"]:checked + .applicant-card::after {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.geumho-apply-page .applicant-type-group input[type="radio"]:checked + .applicant-card .title {
	color: var(--geumho-pink);
}

/* 신청자 정보 배치 */
.geumho-apply-page .geumho-apply-info > .geumho-apply-section-content.row:not(#teamInfo) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 24px;
	margin: 0;
}

.geumho-apply-page .geumho-apply-info > .geumho-apply-section-content.row:not(#teamInfo) > div {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.geumho-apply-page .geumho-apply-info > .geumho-apply-section-content.row:not(#teamInfo) > div:last-child {
	grid-column: 1 / -1;
}

/* 기본 입력 요소 */
.geumho-apply-page .form-label,
.geumho-apply-page .geumho-apply-form-group > label,
.geumho-apply-page .geumho-apply-upload-group > label {
	display: block;
	margin: 0 0 9px;
	color: #453a33;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.geumho-apply-page .required::after {
	content: " *";
	color: var(--geumho-pink);
}

.geumho-apply-page .form-control,
.geumho-apply-page input[type="text"],
.geumho-apply-page input[type="email"],
.geumho-apply-page textarea {
	display: block;
	width: 100%;
	min-width: 0;
	min-height: 50px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid #ddd5ce;
	background: #fff;
	color: var(--geumho-ink);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.4;
	box-shadow: none;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.geumho-apply-page textarea.form-control,
.geumho-apply-page textarea {
	min-height: 150px;
	padding: 15px 16px;
	resize: vertical;
	line-height: 1.65;
}

.geumho-apply-page .form-control:focus,
.geumho-apply-page input[type="text"]:focus,
.geumho-apply-page input[type="email"]:focus,
.geumho-apply-page textarea:focus {
	border-color: var(--geumho-teal);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(32, 174, 136, 0.1);
}

.geumho-apply-page input::placeholder,
.geumho-apply-page textarea::placeholder {
	color: #aaa19a;
	opacity: 1;
}

/* 팀명 */
.geumho-apply-page #teamInfo {
	display: block;
	margin: 0 0 22px;
	padding: 20px;
	border: 1px solid rgba(32, 174, 136, 0.19);
	background: var(--geumho-teal-soft);
}

.geumho-apply-page #teamInfo.d-none {
	display: none !important;
}

.geumho-apply-page #teamInfo > div {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* 체크박스 공통 */
/* 체크박스 공통 */
.geumho-apply-page input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin: 0;
	border: 1px solid #bdb4ad;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* .geumho-apply-page input[type="checkbox"]::after {
	content: "✓";
	position: absolute;
	inset: 0;
	display: grid;
	color: #fff;
	place-items: center;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	opacity: 0;
	transform: scale(0.75);
	transition: opacity 0.2s ease, transform 0.2s ease;
} */

/* .geumho-apply-page input[type="checkbox"]:checked {
	border-color: var(--geumho-teal);
	background: var(--geumho-teal);
} */
.geumho-apply-page input[type="checkbox"]:checked {
	border-color: var(--geumho-teal);
	background-color: var(--geumho-teal);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.4 12 13 4.5' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}

/* .geumho-apply-page input[type="checkbox"]:checked::after {
	opacity: 1;
	transform: scale(1);
} */

.geumho-apply-page input[type="checkbox"]:focus-visible {
	outline: 2px solid rgba(32, 174, 136, 0.28);
	outline-offset: 2px;
}

/* 소속 입력칸과 없음 체크박스 */
.geumho-apply-page .affiliation_box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
}

.geumho-apply-page .affiliation_box .form-control {
	width: 100%;
	min-width: 0;
}

.geumho-apply-page .affiliation_none {
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

/* .geumho-apply-page .affiliation_none input {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--geumho-teal);
} */

.geumho-apply-page .affiliation_none label {
	margin: 0;
	color: var(--geumho-sub);
	font-size: 13px;
	cursor: pointer;
}

/* 팀원 정보 */
.geumho-apply-page #teamMembersSection > .d-flex {
	margin-bottom: 20px !important;
	border-bottom: 1px solid var(--geumho-line);
}

.geumho-apply-page #teamMembersSection .geumho-apply-section-title {
	margin-bottom: 0;
	border-bottom: 0;
}

.geumho-apply-page #teamMembersSection .geumho-apply-section-title small {
	margin-left: 4px;
	color: #8a817a !important;
	font-size: 13px !important;
}

.geumho-apply-page #addMemberBtn {
	min-width: 118px;
	margin-bottom: 14px;
	padding: 9px 15px;
	border: 1px solid var(--geumho-blue);
	background: #fff;
	color: var(--geumho-blue);
	font-size: 13px;
	font-weight: 700;
}

.geumho-apply-page #addMemberBtn:hover {
	background: var(--geumho-blue);
	color: #fff;
}

.geumho-apply-page #teamMembersContainer {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.geumho-apply-page .member-row {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) 68px;
	gap: 12px;
	align-items: end;
	margin: 0;
	padding: 18px;
	border: 1px solid #dfe6ef;
	background: var(--geumho-blue-soft);
}

.geumho-apply-page .member-row > [class*="col-"] {
	width: auto;
	margin: 0 !important;
	padding: 0;
}

.geumho-apply-page .member-row .remove-member-btn {
	grid-column: 5;
	grid-row: 1;
	align-self: end;
	height: 38px;
	margin: 0;
	border: 1px solid #e3a4a4;
	background: #fff;
	color: #c54d4d;
	font-size: 12px;
	font-weight: 700;
}

.geumho-apply-page .member-row .remove-member-btn:hover {
	background: #c54d4d;
	color: #fff;
}

.geumho-apply-page #emptyTeamMsg {
	margin: 14px 0 0 !important;
	padding: 16px;
	background: #f6f8fb;
	color: #7d858e !important;
	text-align: center;
}

/* 작품 정보 / 파일 업로드 */
.geumho-apply-page #submission1 {
	/* display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 20px; */
}

.geumho-apply-page #submission1 > .geumho-apply-section-title {
	grid-column: 1 / -1;
	margin-bottom: 2px;
}

.geumho-apply-page .apply-section {
	min-width: 0;
	margin: 0;
}

.geumho-apply-page .apply-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid #e2dbd4;
	background: #fff;
}

.geumho-apply-page .apply-card-head {
	min-height: 95px;
	padding: 22px 24px;
	border-bottom: 1px solid #ece5de;
	background: #fbfaf8;
}

.geumho-apply-page .part_1 .apply-card-head {
	border-top: 4px solid var(--geumho-teal);
}

.geumho-apply-page .part_2 .apply-card-head {
	border-top: 4px solid var(--geumho-blue);
}

.geumho-apply-page .apply-card-head h5 {
	margin: 0;
	color: var(--geumho-brown);
	font-size: 19px;
	font-weight: 700;
}

.geumho-apply-page .apply-card-head h5::first-letter {
	color: var(--geumho-teal);
}

.geumho-apply-page .apply-card-head br {
	display: none;
}

.geumho-apply-page .apply-card-head p {
	margin: 10px 0 0;
	color: var(--geumho-sub);
	font-size: 14px;
	line-height: 1.55;
}

.geumho-apply-page .apply-card-body {
	padding: 24px;
}

.geumho-apply-page .geumho-apply-form-group {
	margin: 0 0 22px;
}

.geumho-apply-page .geumho-apply-form-group:last-child {
	margin-bottom: 0;
}

.geumho-apply-page .geumho-apply-upload-group {
	display: grid;
	grid-template-columns: minmax(190px, 1fr) minmax(220px, 1.05fr);
	gap: 7px 16px;
	align-items: start;
	margin: 0;
	padding: 17px 0;
	border-bottom: 1px solid #eee8e2;
}

.geumho-apply-page .geumho-apply-upload-group:first-child {
	padding-top: 0;
}

.geumho-apply-page .geumho-apply-upload-group:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.geumho-apply-page .geumho-apply-upload-group > label {
	margin: 0;
	line-height: 1.45;
}

.geumho-apply-page input[type="file"] {
	width: 100%;
	min-width: 0;
	color: #8a817a;
	font-size: 14px;
}

.geumho-apply-page input[type="file"]::file-selector-button {
	margin-right: 10px;
	padding: 9px 13px;
	border: 1px solid #d8d0c9;
	background: #fff;
	color: #453a33;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.2s ease;
}

.geumho-apply-page input[type="file"]::file-selector-button:hover {
	border-color: var(--geumho-blue);
	color: var(--geumho-blue);
}

.geumho-apply-page .geumho-apply-upload-group .desc {
	grid-column: 1 / -1;
	display: block;
	margin: 1px 0 0;
	color: #928981;
	font-size: 13px;
	line-height: 1.6;
}

.geumho-apply-page .geumho-apply-upload-group:last-child .desc {
	margin-top: 8px;
	padding: 14px 16px;
	border: 1px solid rgba(32, 174, 136, 0.2);
	background: var(--geumho-teal-soft);
	color: #586c63;
}
.geumho-apply-page .geumho-apply-upload-group:last-child .desc .strong {
	display: block;
	font-size: 15px;

	padding: 2px 0 1px;
	color: darkblue;
}
.geumho-apply-page .geumho-apply-upload-group:last-child .desc i {
	font-style: normal;
	font-size: 14px;
}

/* 약관 */
.geumho-apply-page .geumho-apply-agreement > .alert {
	margin: 0 0 22px !important;
	padding: 14px 17px;
	border: 1px solid #dce6e2;
	background: #f4faf8;
	color: #5d6f68;
	font-size: 14px;
}

.geumho-apply-page .geumho-apply-agreement .geumho-apply-section-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 18px;
}

.geumho-apply-page .geumho-apply-agreement .tt {
	display: block;
	margin: 0 !important;
	padding: 18px 20px 0;
	border: 1px solid #e5ded7;
	border-bottom: 0;
	background: #fff;
	color: var(--geumho-brown);
	font-size: 17px;
	font-weight: 700 !important;
}

.geumho-apply-page .geumho-apply-agreement .tt:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
}

.geumho-apply-page .geumho-apply-agreement .tt:nth-child(4) {
	grid-column: 2;
	grid-row: 1;
}

.geumho-apply-page .terms-box {
	max-height: 210px;
	overflow: auto;
	margin: 0;
	padding: 14px 20px 16px;
	border: 1px solid #e5ded7;
	border-top: 0;
	border-bottom: 0;
	background: #fff;
	color: #6d645e;
	font-size: 12px;
	line-height: 1.65;
}

.geumho-apply-page .terms-box:nth-child(2) {
	grid-column: 1;
	grid-row: 2;
}

.geumho-apply-page .terms-box:nth-child(5) {
	grid-column: 2;
	grid-row: 2;
}

.geumho-apply-page .terms-box p {
	margin: 0 0 8px;
	font-size: 15px;
}

.geumho-apply-page .terms-box ol {
	margin: 0;
	padding-left: 20px;
	font-size: 14px;
}

.geumho-apply-page .form-check {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	margin: 0 !important;
	padding: 16px 20px 18px;
	border: 1px solid #e5ded7;
	border-top: 0;
	background: #fff;
}

.geumho-apply-page .geumho-apply-agreement .form-check:nth-child(3) {
	grid-column: 1;
	grid-row: 3;
}

.geumho-apply-page .geumho-apply-agreement .form-check:nth-child(6) {
	grid-column: 2;
	grid-row: 3;
}

/* .geumho-apply-page .form-check-input {
	position: absolute;
	top: 16px;
	left: 20px;
	width: 18px;
	height: 18px;
	margin: 0;
	border-color: #bdb4ad;
	box-shadow: none;
	accent-color: var(--geumho-teal);
} */

.geumho-apply-page .geumho-apply-agreement .form-check-input {
	position: static;
	margin-top: 2px;
}

/* .geumho-apply-page .form-check-input:checked {
	border-color: var(--geumho-teal);
	background-color: var(--geumho-teal);
} */

.geumho-apply-page .geumho-apply-agreement .form-check-label {
	display: block;
	margin: 0;
	color: #6a5f58 !important;
	font-size: 14px;
	font-weight: 600 !important;
	line-height: 1.55;
	cursor: pointer;
}

/* 최종 제출 */
.geumho-apply-page .geumho-apply-actions {
	grid-column: 1 / -1;
	margin: 34px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.geumho-apply-page .geumho-apply-actions .btn-primary {
	width: min(440px, 100%) !important;
	min-height: 62px;
	padding: 17px 28px !important;
	border: 0;
	background: var(--geumho-brown);
	color: #fff;
	font-size: 20px !important;
	font-weight: 700 !important;
	box-shadow: 0 12px 25px rgba(60, 35, 21, 0.2);
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.geumho-apply-page .geumho-apply-actions .btn-primary::after {
	content: "→";
	margin-left: 13px;
}

.geumho-apply-page .geumho-apply-actions .btn-primary:hover {
	background: #2f1a10;
	transform: translateY(-2px);
	box-shadow: 0 15px 30px rgba(60, 35, 21, 0.25);
}

.geumho-apply-page .geumho-apply-actions p {
	margin: 20px 0 0 !important;
	color: #c64d4d !important;
	font-size: 13px;
	line-height: 1.55;
}

/* 상태 제어용 d-none */
.geumho-apply-page .d-none {
	display: none !important;
}

/* 반응형 */
@media (max-width: 1100px) {
	.geumho-apply-hero__inner {
		grid-template-columns: minmax(0, 0.95fr) minmax(350px, 1.05fr);
		gap: 25px;
	}

	.geumho-apply-period {
		grid-template-columns: 145px 1fr;
	}

	.geumho-apply-period small {
		grid-column: 2;
		white-space: normal;
	}

	.geumho-apply-page #submission1 {
		grid-template-columns: 1fr;
	}

	.geumho-apply-page .geumho-apply-upload-group {
		grid-template-columns: minmax(190px, 0.9fr) minmax(250px, 1.1fr);
	}
}

@media (max-width: 900px) {
	.geumho-apply-hero {
		padding-top: 46px;
	}

	.geumho-apply-hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.geumho-apply-hero__content {
		padding-bottom: 0;
	}

	.geumho-apply-hero__visual {
		height: 210px;
		justify-content: center;
	}
	.geumho-apply-hero__visual .key--visual-img {
	    position: initial;
		height: auto;
	}

	.geumho-apply-hero__visual::before {
		inset: 5px -80px 0;
	}

	.geumho-apply-hero__visual img {
		width: min(680px, 100%);
		max-height: 210px;
		object-position: center;
	}

	.geumho-apply-page .geumho-apply-agreement .geumho-apply-section-content {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.geumho-apply-page .geumho-apply-agreement .tt,
	.geumho-apply-page .geumho-apply-agreement .terms-box,
	.geumho-apply-page .geumho-apply-agreement .form-check {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	.geumho-apply-page .geumho-apply-agreement .tt:nth-child(4) {
		margin-top: 0 !important;
	}

	.geumho-apply-page .member-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.geumho-apply-page .member-row .remove-member-btn {
		grid-column: 1 / -1;
		grid-row: auto;
		justify-self: end;
		width: 78px;
	}
}

@media (max-width: 767px) {

	.geumho-apply-page .geumho-apply-info > .geumho-apply-section-content.row:not(#teamInfo) {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.geumho-apply-page .geumho-apply-info > .geumho-apply-section-content.row:not(#teamInfo) > div:last-child {
		grid-column: auto;
	}


.geumho-apply-hero {
		padding-top: 34px;
	}

	.geumho-apply-hero__eyebrow {
		margin-bottom: 12px;
		font-size: 12px;
	}

	.geumho-apply-hero__title {
		font-size: 38px;
	}

	.geumho-apply-hero__description {
		margin-top: 16px;
		font-size: 16px;
	}

	.geumho-apply-hero__visual {
		height: 160px;
	}

	.geumho-apply-hero__visual img {
		max-height: 165px;
	}

	.geumho-apply-period {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 18px;
	}

	.geumho-apply-period p {
		font-size: 17px;
	}

	.geumho-apply-period small {
		grid-column: 1;
	}

	.geumho-apply-form-area {
		padding: 18px 0 70px;
	}

	#contestForm {
		gap: 14px;
	}

	.geumho-apply-page .form-section,
	.geumho-apply-page #submission1 {
		padding: 20px 17px;
	}

	.geumho-apply-page .geumho-apply-section-title {
		margin-bottom: 20px;
		padding: 0 0 15px 23px;
		font-size: 18px;
	}

	.geumho-apply-page .applicant-type-group {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.geumho-apply-page .applicant-card {
		min-height: 82px;
	}

	.geumho-apply-page #teamMembersSection > .d-flex {
		align-items: flex-start !important;
		gap: 12px;
	}

	.geumho-apply-page #teamMembersSection .geumho-apply-section-title {
		flex-wrap: wrap;
	}

	.geumho-apply-page #addMemberBtn {
		flex: 0 0 auto;
	}

	.geumho-apply-page .apply-card-head,
	.geumho-apply-page .apply-card-body {
		padding: 19px 17px;
	}

	.geumho-apply-page .geumho-apply-upload-group {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.geumho-apply-page .geumho-apply-upload-group .desc {
		grid-column: 1;
	}

	.geumho-apply-page .affiliation_box {
		grid-template-columns: 1fr;
		gap: 10px;
		align-items: start;
	}

	.geumho-apply-page .member-row {
		grid-template-columns: 1fr;
		padding: 15px;
	}

	.geumho-apply-page .member-row .remove-member-btn {
		grid-column: 1;
		width: 100%;
	}

	.geumho-apply-page .geumho-apply-actions {
		margin-top: 26px;
	}

	.geumho-apply-page .geumho-apply-actions .btn-primary {
		min-height: 56px;
		font-size: 16px !important;
	}
}

@media (max-width: 578px) {
	.geumho-apply-page .geumho-apply-section-title span { font-size: 24px; }
	.geumho-apply-page .form-control, .geumho-apply-page input[type="text"], .geumho-apply-page input[type="email"], .geumho-apply-page textarea { font-size: 15px; }
	.geumho-apply-page textarea.form-control, .geumho-apply-page textarea { padding: 10px 12px; }
	.geumho-apply-page .geumho-apply-agreement > .alert {
		padding: 10px 14px;
		line-height: 1.4;
	}
	.geumho-apply-page .applicant-card .title { font-size: 18px; }
}

@media (max-width: 420px) {
	.geumho-apply-hero__inner { gap: 15px; }
	.geumho-apply-hero__title {
		font-size: 33px;
	}

	.geumho-apply-hero__description br {
		display: none;
	}

	.geumho-apply-hero__visual {
		height: 135px;
	}

	.geumho-apply-period {
	}

	.geumho-apply-page .form-section,
	.geumho-apply-page #submission1 {
		padding: 18px 14px;
	}

	.geumho-apply-page #teamMembersSection > .d-flex {
		display: block !important;
	}

	.geumho-apply-page #addMemberBtn {
		width: 100%;
		margin-top: 10px;
	}

	.geumho-apply-page .terms-box {
		max-height: 170px;
	}
}


/* 접수 성공 코드 */
/* 접수 완료 */
.geumho-complete {
	width: min(760px, calc(100% - 40px));
	margin: 80px auto 110px;
	padding: 64px 56px;
	border-top: 5px solid var(--geumho-pink);
	border-right: 1px solid var(--geumho-line);
	border-bottom: 1px solid var(--geumho-line);
	border-left: 1px solid var(--geumho-line);
	background: #fff;
	box-shadow: var(--geumho-shadow);
	text-align: center;
}

.geumho-complete__symbol {
	display: grid;
	width: 72px;
	height: 72px;
	margin: 0 auto 25px;
	background: var(--geumho-teal);
	place-items: center;
}

.geumho-complete__symbol span {
	color: #fff;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
}

.geumho-complete__eyebrow {
	margin: 0 0 12px;
	color: var(--geumho-pink);
	font-size: 14px;
	font-weight: 700;
}

.geumho-complete__title {
	margin: 0;
	color: var(--geumho-brown);
	font-family: 'HighTeenChoiHyoryeong';
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 700;
	line-height: 1.12;
}

.geumho-complete__description {
	margin: 24px 0 0;
	color: var(--geumho-sub);
	font-size: 16px;
	line-height: 1.75;
}

.geumho-complete__receipt {
	margin: 42px 0 0;
	border-top: 1px solid var(--geumho-line);
	border-bottom: 1px solid var(--geumho-line);
	background: var(--geumho-pink-soft);
}

.geumho-complete__receipt p {
	margin: 0;
	padding: 17px 20px 12px;
	color: var(--geumho-brown);
	font-size: 15px;
	font-weight: 700;
}

.geumho-complete__receipt strong {
	display: block;
	padding: 3px 20px 22px;
	color: var(--geumho-pink);
	font-size: clamp(25px, 4vw, 36px);
	font-weight: 800;
	line-height: 1.3;
	word-break: break-all;
}

.geumho-complete__notice {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin: 24px 0 0;
	padding: 18px 20px;
	border: 1px solid rgba(32, 174, 136, 0.22);
	background: var(--geumho-teal-soft);
	text-align: left;
}

.geumho-complete__notice-icon {
	display: grid;
	width: 20px;
	height: 20px;
	border: 1px solid var(--geumho-teal);
	color: var(--geumho-teal);
	place-items: center;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.geumho-complete__notice p {
	margin: 0;
	color: #52675f;
	font-size: 14px;
	line-height: 1.7;
}

.geumho-complete__actions {
	margin: 38px 0 0;
}

.geumho-complete__button {
	display: inline-flex;
	width: min(360px, 100%);
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 15px 25px;
	background: var(--geumho-brown);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	transition:
		background 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.geumho-complete__button:hover {
	background: #2f1a10;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(60, 35, 21, 0.2);
}

.geumho-complete__button span {
	font-size: 20px;
	line-height: 1;
}

@media (max-width: 767px) {
	.geumho-complete {
		width: calc(100% - 28px);
		margin: 45px auto 70px;
		padding: 45px 22px;
	}

	.geumho-complete__symbol {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.geumho-complete__symbol span {
		font-size: 32px;
	}

	.geumho-complete__title {
		font-size: 42px;
	}

	.geumho-complete__description {
		font-size: 14px;
	}

	.geumho-complete__description br,
	.geumho-complete__notice p br {
		display: none;
	}

	.geumho-complete__receipt {
		margin-top: 32px;
	}

	.geumho-complete__receipt strong {
		font-size: 25px;
	}

	.geumho-complete__notice {
		padding: 16px;
	}

	.geumho-complete__actions {
		margin-top: 30px;
	}

	.geumho-complete__button {
		min-height: 54px;
		font-size: 16px;
	}
}
@media (max-width: 578px) {
	.geumho-complete__title {	
        font-size: 32px;
	}
	.geumho-complete__receipt strong { font-size: 21px; }
}