2025 PBA 드림투어 일정 중계

2025년 PBA 드림투어 주요 일정과 중계 보는 법을 알려드립니다. 빠르게 확인하시려면 아래 버튼을 클릭하세요.



2025년 PBA 드림투어 주요 일정

6차전

  • 기간: 2025년 1월 4일(토) ~ 1월 7일(화)
  • 1~2일 차: 국제 당구아카데미 (경기도 고양시 일산서구 중앙로 1564 그린월드빌딩 7층)
  • 3~4일 차: 고양 킨텍스 PBA 스타디움 (경기도 고양시 일산서구 킨텍스로 217-59 킨텍스 제2전시장 1층)

7차전

  • 기간: 2025년 1월 11일(토) ~ 1월 14일(화)
  • 1~2일 차: 국제 당구아카데미
  • 3~4일 차: 고양 킨텍스 PBA 스타디움

각 대회의 세부 일정과 참가 선수 명단은 PBA 공식 홈페이지에서 확인하실 수 있습니다.

PBA 드림투어 중계 보는 법

  1. PBA 공식 홈페이지 및 앱
    PBA 공식 홈페이지와 전용 앱에서는 모든 드림투어 경기를 생중계로 시청할 수 있습니다. 경기 결과와 하이라이트도 바로 확인 가능합니다.
  2. 유튜브 PBA 채널
    PBA 공식 유튜브 채널에서는 주요 경기와 하이라이트를 무료로 제공합니다.
  3. TV 중계
    SBS 스포츠, MBC 스포츠+, 빌리어즈TV 등에서 주요 경기를 중계합니다. 방송 시간은 각 채널의 편성표를 참고하세요.

시청 꿀팁

  • 유튜브 알림 설정: 실시간 중계를 놓치지 않으려면 유튜브 PBA 채널 구독 후 알림 설정을 해두세요.
  • 인터넷 연결: 끊김 없는 시청을 위해 안정적인 인터넷 환경이 중요합니다.
다음 이전
/* 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; } }