ADVERTISEMENT

Top aide of impeached South Korean president pleads for investigators to halt detention efforts

Published Jan 14, 2025 02:37 am

PLEAD PHOTO1.jpg

Supporters of impeached South Korean President Yoon Suk Yeol attend a rally to oppose his impeachment near the presidential residence in Seoul, South Korea, Monday, Jan. 13, 2025. (AP Photo/Lee Jin-man)

 

SEOUL, South Korea (AP) — The top aide of impeached President Yoon Suk Yeol pleaded with law enforcement on Tuesday to abandon their efforts to detain him over last month's martial law imposition, as authorities prepared a second attempt to take him into custody.

In his statement, presidential chief of staff Chung Jin-suk said Yoon could instead be questioned at a "third site" or at his residence and claimed that the anti-corruption agency and police were trying to drag him out like he was a member of a "South American drug cartel."

However, Yoon Kab-keun, one of the president's lawyers, said Chung issued the message without consulting them and that the legal team has no immediate plans to make the president available for questioning by investigators.

Yoon Suk Yeol has not left his official residence in Seoul for weeks, and the presidential security service prevented dozens of investigators from detaining Yoon after a nearly six-hour standoff on Jan. 3.

The Corruption Investigation Office for High-Ranking Officials and police pledged more forceful measures to detain Yoon while they jointly investigate whether Yoon's brief martial law declaration on Dec. 3 amounted to an attempted rebellion. The National Police Agency has convened multiple meetings of field commanders in Seoul and nearby Gyeonggi province in recent days to plan the detainment efforts and the size of those forces fueled speculation that more than a thousand officers could be deployed in a possible multiday operation. The agency and police have openly warned that presidential bodyguards obstructing the execution of the warrant could be arrested on site.

The anti-corruption agency and police haven't confirmed when they would return to the presidential residence, which has been fortified with barbed wire and rows of vehicles blocking paths. But Chung said he understood "D-day" to be Wednesday, without specifying the information he had.

Anti-corruption agency and police officials met with representatives of the presidential security service Tuesday morning for unspecified discussions regarding efforts to execute the detention warrant for Yoon, the agency said. It wasn't immediately clear whether they any kind of compromise was reached.

The country's acting leader, Deputy Prime Minister Choi Sang-mok, had raised concerns on Monday about potential clashes between authorities and the presidential security service, which, despite a court warrant for Yoon's detention, has insisted it's obligated to protect the president.

The anti-corruption agency and police have "completed preparations for a siege," Chung said. "They are ready to tear down the walls at any moment and handcuff President Yoon Suk-yeol, who remains isolated in residence in Hannam-dong and forcibly remove him," he added, accusing investigators of trying to humiliate the president.

"Thousands of citizens are staying up through the night in front of the presidential residence, vowing to protect the president. If a conflict were to break out between the police and citizens, an unimaginable tragedy could occur."

PLEAD PHOTO2.jpg

A supporter of impeached South Korean President Yoon Suk Yeol attends a rally to oppose his impeachment near the presidential residence in Seoul, South Korea, Monday, Jan. 13, 2025. (AP Photo/Lee Jin-man)

 

Over the past two weeks, thousands of anti-Yoon and pro-Yoon supporters have gathered daily at competing rallies near Yoon's office in Seoul, anticipating another detention attempt. Yoon's lawyers have claimed that images of him being dragged out in handcuffs could trigger a huge backlash from his supporters and spark a "civil war" in a country deeply divided over ideological and generational lines.

Yoon made a short-lived declaration of martial law and deployed troops to surround the National Assembly on Dec. 3, which lasted only hours before lawmakers managed to get through the blockade and voted to lift the measure.

His presidential powers were suspended when the opposition-dominated Assembly voted to impeach him on Dec. 14 and accused him of rebellion. His fate now rests with the Constitutional Court, which has begun deliberating on whether to formally remove Yoon from office or reject the charges and reinstate him.

 

Related Tags

WORLDNEWS
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.