마라톤풀코스 기록증 제출 런카이브

2025 서울마라톤 풀코스 참가를 위해 반드시 제출해야 하는 기록증 기준과 제출 절차를 확인하세요. 기한 내 제출 필수!



서울마라톤 풀코스 기록 기준

2025 서울마라톤 풀코스에 참가하려면 2023년 1월 1일 이후 국내외 공식 대회에서 기록한 아래 기준을 충족해야 합니다:

  • 풀코스: 4시간 59분 59초 이내
  • 하프코스: 2시간 11분 59초 이내
  • 10km: 59분 59초 이내

⚠️ 개인 앱 기록은 인정되지 않으며, 공식 기록증만 유효합니다.

기록증 제출 방법

  1. 런카이브 웹사이트 접속: RUN ARCHIVE 바로 가기
  2. ‘2025 서울마라톤’ 선택
  3. 기록증 종류 선택: 풀코스, 하프코스, 10km 중 해당 사항
  4. 최종 기록 입력: 기록증에 명시된 시간을 정확히 입력
  5. 기록증 업로드: JPG 또는 PNG 파일 형식으로 업로드
  6. 제출 완료: ‘확인’ 버튼을 눌러 제출

기록증 제출 기한

제출 마감일: 2024년 12월 31일

기한 내 제출하지 않으면 참가 자격이 취소됩니다.

자주 묻는 질문 (FAQ)

Q1. 유효한 대회 목록은 어디서 확인할 수 있나요?

유효한 대회 목록은 런카이브 웹사이트 또는 서울마라톤 공식 홈페이지에서 확인할 수 있습니다.

Q2. 기록증 제출 후 승인 상태는 어떻게 확인할 수 있나요?

런카이브 내 ‘기록 확인’ 메뉴에서 승인 상태를 확인할 수 있습니다.

Q3. 제출 오류를 예방하려면 어떤 점을 주의해야 하나요?

  • 기록증은 반드시 JPG 또는 PNG 형식으로 업로드하세요.
  • 기록증의 기록과 입력 정보가 정확하게 일치해야 합니다.
  • 공식 대회 기록만 제출 가능합니다.


다음 이전
/* Sliding Banner */ .customBannerArea { position: relative; overflow: hidden; margin: 20px auto; padding: 0 20px; text-align: center; } .customBox { position: relative; overflow: hidden; margin-bottom: 10px; } .customBox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .customBox .backward { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; object-fit: cover; } .customBanner { position: absolute; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 2; } .customBanner img.cover { width: 100%; height: 100% !important; object-fit: cover; opacity: 0.93; } .customBanner.active img { box-shadow: none !important; } .customBanner.active a { height: 100% !important; } .customBanner .arrow { position: absolute; top: calc(50% - 15px); background-color: #2196f3; width: 24px; height: 24px; border-radius: 24px; } .banner-bubble { position: absolute; top: 10px; background-color: #bd0000; height: 24px; width: 77px; color: white !important; font-size: 0.75em !important; border-radius: 5px; padding-top: 2px; line-height: 1.2rem !important; } .sliding-banner-300 .banner-bubble:after, .sliding-banner-150 .banner-bubble:after, .sliding-banner-250 .banner-bubble:after { content: ""; position: absolute; bottom: 0; width: 0; height: 0; border: 10px solid transparent; border-top-color: #bd0000; border-bottom: 0; border-left: 0; margin-left: -2.5px; margin-bottom: -5px; } .sliding-banner-280 .banner-bubble:after { content: ""; position: absolute; bottom: 0; width: 0; height: 0; border: 10px solid transparent; border-top-color: #bd0000; border-bottom: 0; border-right: 0; margin-left: -45.5px; margin-bottom: -5px; } .customBanner.active { animation: customMv1 1.2s ease-out infinite; } @keyframes customMv1 { 0% { transform: translate3d(-7%, 0, 0); } 20% { transform: translate3d(-10%, 0, 0); } 40% { transform: translate3d(-5%, 0, 0); } 60% { transform: translate3d(-10%, 0, 0); } 80% { transform: translate3d(-5%, 0, 0); } 100% { transform: translate3d(-7%, 0, 0); } } @media (min-width: 1200px) { .customBannerArea { background-color: #ffffffc9; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding: 0px; z-index: 1000; text-align: center; } }