@@ -372,7 +372,9 @@ export default function CoreRecruit() {
372372 />
373373
374374 < div >
375- < div className = 'text-white text-xl' > 팀</ div >
375+ < div className = 'text-white text-xl' >
376+ 팀< span className = 'text-[#EA4336]' > *</ span >
377+ </ div >
376378 < div className = 'flex flex-wrap gap-4 mt-[20px] w-full mobile:gap-3' >
377379 { TEAM_OPTIONS . map ( ( label ) => (
378380 < Checkbox
@@ -392,7 +394,9 @@ export default function CoreRecruit() {
392394 </ div >
393395
394396 < div className = 'flex flex-col gap-2' >
395- < label className = 'text-white text-xl' > GDGoC INHA Core Member에 지원한 동기 (500자 이내) *</ label >
397+ < label className = 'text-white text-xl' >
398+ GDGoC INHA Core Member에 지원한 동기 (500자 이내) < span className = 'text-[#EA4336]' > *</ span >
399+ </ label >
396400 < Textarea
397401 minRows = { 5 }
398402 maxLength = { 500 }
@@ -412,7 +416,9 @@ export default function CoreRecruit() {
412416 </ div >
413417
414418 < div className = 'flex flex-col gap-2' >
415- < label className = 'text-white text-xl' > 코어멤버로서 맡고 싶은 업무/프로젝트/행사/비전 (500자 이내)</ label >
419+ < label className = 'text-white text-xl' >
420+ 코어멤버로서 맡고 싶은 업무/프로젝트/행사/비전 (500자 이내) < span className = 'text-[#EA4336]' > *</ span >
421+ </ label >
416422 < Textarea
417423 minRows = { 5 }
418424 maxLength = { 500 }
@@ -467,7 +473,9 @@ export default function CoreRecruit() {
467473 </ div >
468474
469475 < div className = 'flex flex-col gap-2' >
470- < label className = 'text-white text-xl' > Core Member로서의 각오 (100자 이내)</ label >
476+ < label className = 'text-white text-xl' >
477+ Core Member로서의 각오 (100자 이내) < span className = 'text-[#EA4336]' > *</ span >
478+ </ label >
471479 < Textarea
472480 minRows = { 3 }
473481 maxLength = { 100 }
@@ -493,24 +501,22 @@ export default function CoreRecruit() {
493501 < div className = 'space-y-6 text-white/90' >
494502 < div >
495503 < div className = 'text-xl font-bold mb-4' > 모집 일정</ div >
496- < div className = 'mb-2' > ✅ 서류 지원 기간 : 2025년 09월 8일 (월) ~ 2025년 09월 21일 (일) 11 :59:59</ div >
497- < div className = 'mb-2' > ✅ 서류 결과 발표 : ~ 2025년 09월 21일 (일 )</ div >
498- < div className = 'mb-2' > ✅ 면접 진행 기간 : 2025년 09월 22일 (월) ~ 2025년 09월 26일 (금)</ div >
504+ < div className = 'mb-2' > ✅ 서류 지원 기간 : 2025. 12. 26.(금) - 2026. 01. 09.(금) 23 :59:59</ div >
505+ < div className = 'mb-2' > ✅ 서류 결과 발표 : ~ 2026. 01. 10.(토 )</ div >
506+ < div className = 'mb-2' > ✅ 면접 진행 기간 : 2026. 01. 12. (월) - 2026. 01. 16. (금)</ div >
499507 < div className = 'text-white/70 text-sm mb-2' > ※ 지원자 및 면접관의 일정에 따라 마감 전 조기 면접 진행이 가능할 수 있습니다.</ div >
500- < div className = 'mb-2' > ✅ 최종 결과 발표 : ~ 2025년 09월 28일 (일)</ div >
501- < div className = 'mb-2' > ❗️ 첫 온보딩 : 2025년 09월 30일 (화)</ div >
508+ < div className = 'mb-2' > ✅ 최종 결과 발표 : ~ 2026. 01. 16.(금)</ div >
502509 </ div >
503510 < div className = "border-t border-white/20 my-4" />
504511 < div >
505512 < div className = 'text-xl font-bold mb-4' > 면접 안내</ div >
506- < div className = 'mb-2' > • 원칙적으로 대면 면접을 진행하며, 부득이한 경우에 한해 비대면으로 조정될 수 있습니다.</ div >
513+ < div className = 'mb-2' > • 원칙적으로 대면 면접을 진행하며, 부득이한 경우 비대면으로 조정될 수 있습니다.</ div >
507514 < div className = 'mb-2' > • 면접은 인하대학교 내부 장소에서 진행됩니다.</ div >
508515 </ div >
509516 < div className = "border-t border-white/20 my-4" />
510517 < div >
511518 < div className = 'text-xl font-bold mb-4' > 활동 안내</ div >
512- < div className = 'mb-2' > • 운영진으로 활동 시, 매주 화요일 19:00~21:00 정기 운영진 회의에 필수참석해야합니다.</ div >
513- < div className = 'mb-2' > • 단, 2시간 전체 참석이 아닌 최소 1시간 이상 필참을 원칙으로 합니다.</ div >
519+ < div className = 'mb-2' > • 운영진으로 활동 시, 매주 1회 정기 운영진 회의에 필수 참석해야 합니다. (일정은 1월 내로 공지 드립니다.)</ div >
514520 </ div >
515521 </ div >
516522 </ div >
0 commit comments