공지사항
|
2026 유소년 주말리그 참가팀 모집안내
작성자
시스템관리자
2026.01.25(일) 00:00
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.8; color: #333; background-color: #f5f7fa; }
.container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; background-color: white; }
.hero-section { text-align: center; padding: 60px 20px; background: linear-gradient(135deg, #1e88e5 0%, #764ba2 100%); color: white; border-radius: 15px; margin-bottom: 50px; position: relative; overflow: hidden; }
.hero-section::before { content: '⚾'; position: absolute; font-size: 300px; opacity: 0.1; top: -50px; right: -50px; transform: rotate(-15deg); }
.hero-section h1 { font-size: 3em; margin-bottom: 20px; font-weight: 800; position: relative; z-index: 1; }
.hero-section .subtitle { font-size: 1.5em; margin-bottom: 30px; opacity: 0.95; position: relative; z-index: 1; }
.hero-badge { display: inline-block; background-color: rgba(255,255,255,0.2); backdrop-filter: blur(10px); padding: 12px 30px; border-radius: 30px; font-weight: bold; margin: 10px; font-size: 1.1em; position: relative; z-index: 1; }
.recruitment-status { background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%); color: white; padding: 20px; text-align: center; border-radius: 10px; margin-bottom: 40px; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.02); } }
.recruitment-status h2 { font-size: 1.8em; margin-bottom: 10px; }
.recruitment-status p { font-size: 1.2em; margin: 5px 0; }
.info-card { background: white; border-radius: 15px; box-shadow: 0 5px 25px rgba(0,0,0,0.1); padding: 30px; margin-bottom: 30px; border: 2px solid #e3e8ef; transition: all 0.3s ease; }
.info-card:hover { box-shadow: 0 10px 40px rgba(30, 136, 229, 0.2); transform: translateY(-5px); border-color: #1e88e5; }
.info-card h2 { color: #1e88e5; margin-bottom: 25px; font-size: 2em; border-bottom: 3px solid #1e88e5; padding-bottom: 15px; }
.division-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin: 30px 0; }
.division-card { background: linear-gradient(135deg, #f5f7fa 0%, #e8f0fe 100%); padding: 30px; border-radius: 15px; text-align: center; border: 3px solid #1e88e5; transition: all 0.3s ease; }
.division-card:hover { transform: scale(1.05); box-shadow: 0 10px 30px rgba(30, 136, 229, 0.3); }
.division-card h3 { color: #1e88e5; font-size: 1.8em; margin-bottom: 15px; }
.division-card .emoji { font-size: 4em; margin-bottom: 15px; }
.division-card p { color: #666; margin: 10px 0; font-size: 1.05em; }
.process-section { background: linear-gradient(135deg, #f5f7fa 0%, #e8f0fe 100%); padding: 40px; border-radius: 15px; margin: 40px 0; }
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 30px; }
.process-step { background: white; padding: 25px; border-radius: 15px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.08); position: relative; }
.process-step::before { content: attr(data-step); position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #1e88e5 0%, #764ba2 100%); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2em; }
.process-step h4 { color: #1e88e5; margin: 20px 0 15px; font-size: 1.2em; }
.process-step p { color: #666; font-size: 0.95em; }
table { width: 100%; border-collapse: collapse; margin: 25px 0; box-shadow: 0 3px 15px rgba(0,0,0,0.08); border-radius: 10px; overflow: hidden; }
table thead { background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%); color: white; }
table th { padding: 18px; text-align: left; font-weight: 600; font-size: 1.05em; }
table td { padding: 15px 18px; border-bottom: 1px solid #e8e8e8; }
table tbody tr:hover { background-color: #f8f9fa; }
.highlight-box { background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%); border-left: 5px solid #fb8c00; padding: 25px; border-radius: 10px; margin: 25px 0; }
.highlight-box h4 { color: #e65100; margin-bottom: 15px; font-size: 1.3em; }
.highlight-box ul { padding-left: 25px; line-height: 2; }
.cta-section { text-align: center; padding: 60px 30px; background: linear-gradient(135deg, #764ba2 0%, #1e88e5 100%); color: white; border-radius: 15px; margin: 50px 0; }
.cta-section h2 { font-size: 2.5em; margin-bottom: 20px; }
.cta-section p { font-size: 1.3em; margin-bottom: 30px; opacity: 0.95; }
.btn { display: inline-block; padding: 18px 50px; background-color: white; color: #1e88e5; text-decoration: none; border-radius: 30px; font-weight: bold; font-size: 1.2em; margin: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(0,0,0,0.2); }
.btn:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.3); background-color: #f5f5f5; }
.btn-secondary { background-color: transparent; color: white; border: 3px solid white; }
.btn-secondary:hover { background-color: white; color: #1e88e5; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 30px 0; }
.contact-item { background: white; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
.contact-item .icon { font-size: 3em; margin-bottom: 15px; }
.contact-item h4 { color: #1e88e5; margin-bottom: 10px; font-size: 1.1em; }
.contact-item p { color: #666; font-size: 1.05em; font-weight: 600; }
@media (max-width: 768px) { .hero-section h1 { font-size: 2em; }
.hero-section .subtitle { font-size: 1.2em; }
.division-grid, .process-steps, .contact-grid { grid-template-columns: 1fr; }
table { font-size: 0.85em; } }
⚾ 2026 시즌 참가팀 모집
(사)대한클럽야구협회
U10 U12 중등부(U15)
🔥 모집 진행 중!
모집 기간: 2026년 2월 1일 ~ 3월 10일
리그 기간: 2026년 3월 ~ 11월
🎯 모집 부문
⚾
U10
초등 저학년부
초등 1~4학년 또는
구장: 안산시 유소년야구장
⚾
U12
초등 고학년부
초등 5~6학년 또는
구장: 안산시 유소년야구장
⚾
중등부(U15)
중학생부
중학교 1~3학년 또는
구장: 신길야구장
📋 신청 절차
회원가입
협회 홈페이지
팀 등록
팀 정보 입력 및
등록비 입금
팀 등록비
승인 완료
협회 승인 후
💰 등록비 안내
💡 등록비 혜택
✨ 참가 혜택
🏟️
최신 시설 구장
인조잔디 야구장
📊
체계적 운영
전문 심판 배정
🏆
다양한 대회
정규리그 + 특별대회
👨👩👧👦
학부모 관람
관람석 완비
⚠️ 중요 안내사항
📞 문의 및 연락처
|