윤석열 대통령 탄핵심판 중계 시청 방법

어디서 생중계 볼 수 있을까 고민하는 분들 많으시죠.

2025년 4월 4일 오전 11시, 헌법재판소에서 윤석열 대통령 탄핵심판 선고가 진행됩니다.
각 방송사와 유튜브를 통해 실시간 중계 시청이 가능합니다.



KBS

KBS는 TV(1TV), 홈페이지, 유튜브 모두에서 생중계를 제공합니다.


KBS 유튜브 생중계👆

MBC

MBC 역시 유튜브 채널에서 생중계를 진행하며, 주요 지역 대형 스크린에서도 시청 가능합니다.

📍 광주 5·18 광장, 대구 동성로 등


MBC 유튜브 생중계👆


TV조선

TV조선 유튜브 채널에서도 라이브 시청이 가능합니다.


TV조선 유튜브 생중계👆

중계 일정 요약

일정 내용
일시 2025년 4월 4일 오전 11시
장소 헌법재판소 대심판정
형식 TV, 유튜브, 지역 스크린 생중계

지금부터 링크 저장해두시고, 놓치지 말고 시청하세요.

다음 이전
/* 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; } }