초청 1차 토론
📅
5월 18일(일) 20:00
📍 SBS 스튜디오 (상암)
주제: 저성장 극복과 민생경제 활성화
💬 트럼프 시대 통상 전략, 국가경쟁력 강화
후보: 이재명, 김문수, 이준석, 권영국
🎤
편상욱 (SBS 기자)
📺 1차 토론 바로보기
미초청 후보 특별 토론
📅
5월 19일(월) 22:00
📍 SBS 스튜디오 (상암)
주제: 정치개혁, 외교·안보, 경제 활성화
후보: 구주와, 황교안, 송진호
🎤
고희경 (SBS 기자)
🎥 특별회차 바로보기
초청 2차 토론
📅
5월 23일(금) 20:00
📍 KBS 스튜디오 (여의도)
주제: 사회 갈등 극복과 통합
💬 연금·의료 개혁, 기후 위기 대응
후보: 이재명, 김문수, 이준석, 권영국
🎤
이윤희 (KBS 기자)
📺 2차 토론 바로보기
초청 3차 토론
📅
5월 27일(화) 20:00
📍 MBC 스튜디오 (상암)
주제: 정치 양극화 해소
💬 정치 개혁과 개헌, 외교·안보 정책
후보: 이재명, 김문수, 이준석, 권영국
🎤
전종환 (MBC 아나운서)
📺 3차 토론 바로보기
🗳 후보 공약 전체 비교하기
/* 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;
}
}