공지사항
|
2026 유소년 주말리그 선수등록 안내
작성자
시스템관리자
2026.01.25(일) 00:00
|
|||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Malgun Gothic', '맑은 고딕', sans-serif; line-height: 1.8; color: #333; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 20px; }
.container { max-width: 1000px; margin: 0 auto; background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.2); }
.hero { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 50px 40px; text-align: center; }
.hero h1 { font-size: 36px; margin-bottom: 15px; font-weight: bold; }
.hero .subtitle { font-size: 18px; opacity: 0.95; margin-bottom: 30px; }
.hero-badge { display: inline-block; background: white; color: #667eea; padding: 10px 25px; border-radius: 25px; font-weight: bold; font-size: 14px; }
.content { padding: 50px 40px; }
.section { margin-bottom: 50px; }
.section-title { color: #667eea; font-size: 28px; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 3px solid #667eea; display: flex; align-items: center; gap: 15px; }
.section-title .icon { font-size: 32px; }
.step-container { display: flex; flex-direction: column; gap: 25px; margin: 30px 0; }
.step { display: flex; gap: 20px; align-items: flex-start; background: #f8f9fa; padding: 25px; border-radius: 12px; border-left: 5px solid #667eea; transition: all 0.3s; }
.step:hover { transform: translateX(10px); box-shadow: 0 5px 20px rgba(102, 126, 234, 0.2); }
.step-number { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: bold; flex-shrink: 0; }
.step-content h3 { color: #333; font-size: 20px; margin-bottom: 10px; }
.step-content p { color: #666; line-height: 1.8; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 25px 0; }
.info-card { background: white; border: 2px solid #e0e0e0; border-radius: 12px; padding: 25px; transition: all 0.3s; }
.info-card:hover { border-color: #667eea; box-shadow: 0 5px 20px rgba(102, 126, 234, 0.15); transform: translateY(-5px); }
.info-card h3 { color: #667eea; font-size: 20px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.info-card .icon { font-size: 24px; }
.requirement-list { list-style: none; padding: 0; }
.requirement-list li { padding: 12px 0; padding-left: 30px; position: relative; border-bottom: 1px solid #f0f0f0; }
.requirement-list li:last-child { border-bottom: none; }
.requirement-list li:before { content: "✓"; position: absolute; left: 0; color: #667eea; font-weight: bold; font-size: 18px; }
.table-container { overflow-x: auto; margin: 25px 0; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.1); }
table { width: 100%; border-collapse: collapse; background: white; }
table thead { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; }
table th { padding: 18px; text-align: left; font-weight: bold; font-size: 15px; }
table td { padding: 18px; border-bottom: 1px solid #e0e0e0; }
table tbody tr:hover { background: #f8f9fa; }
.highlight-box { background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%); color: white; padding: 30px; border-radius: 12px; margin: 30px 0; box-shadow: 0 5px 20px rgba(0,0,0,0.15); }
.highlight-box h3 { color: white; font-size: 24px; margin-bottom: 15px; }
.highlight-box ul { list-style: none; padding: 0; }
.highlight-box li { padding: 10px 0; padding-left: 30px; position: relative; font-size: 16px; }
.highlight-box li:before { content: "⚠️"; position: absolute; left: 0; font-size: 18px; }
.wildcard-section { background: #fff3cd; border: 3px solid #ffc107; border-radius: 12px; padding: 30px; margin: 30px 0; }
.wildcard-section h3 { color: #856404; font-size: 22px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.wildcard-section .icon { font-size: 28px; }
.cta-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 50px 40px; text-align: center; margin-top: 50px; }
.cta-section h2 { font-size: 32px; margin-bottom: 20px; }
.cta-section p { font-size: 18px; margin-bottom: 30px; opacity: 0.95; }
.cta-button { display: inline-block; background: white; color: #667eea; padding: 18px 50px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 18px; margin: 10px; transition: all 0.3s; box-shadow: 0 5px 20px rgba(0,0,0,0.2); }
.cta-button:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.3); }
.contact-footer { background: #2c3e50; color: white; padding: 40px; text-align: center; }
.contact-footer h3 { color: white; margin-bottom: 20px; font-size: 24px; }
.contact-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; margin-top: 25px; }
.contact-item { text-align: center; }
.contact-item .icon { font-size: 32px; margin-bottom: 10px; }
.contact-item strong { display: block; margin-bottom: 5px; font-size: 16px; }
.contact-item span { opacity: 0.9; font-size: 14px; }
@media (max-width: 768px) { .hero h1 { font-size: 28px; }
.content { padding: 30px 20px; }
.section-title { font-size: 22px; }
.step { flex-direction: column; }
.info-grid { grid-template-columns: 1fr; }
table { font-size: 14px; }
table th, table td { padding: 12px 8px; } }
⚾ 2026 시즌 선수 등록
선수 등록 안내
간편하고 빠른 온라인 선수 등록으로 2026 시즌을 시작하세요!
📝 선수 등록 절차
1
홈페이지 접속 및 회원가입
www.kcba.co.kr 접속 → '회원가입' 클릭 → 팀 관리자 또는 일반 회원으로 가입
2
선수 정보 입력
로그인 후 '선수 등록' 메뉴 → 필수 정보 입력 (사진, 생년월일, 연락처, 학교, 학년, 반)
3
등록비 납부
선수 등록비 50,000원 계좌이체 → 입금 확인증 업로드
4
협회 승인 대기
신청 후 영업일 기준 3~5일 소요 → 승인 완료 시 이메일/문자 통보
5
등록 완료 및 출전 가능
홈페이지에서 등록 확인 → 경기 출전 가능!
📋 필수 제출 정보
📷 얼굴 사진
👤 개인 정보
🏫 학교 정보
⚾ 야구 정보
👦 부문별 선수 자격 기준
💡 참고: 학년 또는 출생연도 중 하나만 충족해도 출전 가능합니다. 생일은 무관하며 연도만 확인합니다.
🎴 와일드 카드 규정
상위 연령 선수가 하위 부문에 출전할 수 있는 특례입니다.
⚠️ 와일드 카드 선수는 이중 등록이 불가하며, 오더지에 반드시 'W' 표기가 필요합니다.
💰 등록비 안내
📌 납부 계좌
은행: (은행명 입력) 계좌번호: (계좌번호 입력) 예금주: (사)대한클럽야구협회 입금자명: [팀명]_선수명
⚠️ 중요 안내사항
|
|
|