ADVERTISEMENT

Unification Church leader arrested in bribery case involving former South Korean president's wife

Published Sep 23, 2025 11:55 am
Hak Ja Han, bottom center, the leader of South Korea's Unification Church, arrives at Seoul Central District Court in Seoul, South Korea Monday, Sept. 22, 2025. (AP Photo/Lee Jin-man)
Hak Ja Han, bottom center, the leader of South Korea's Unification Church, arrives at Seoul Central District Court in Seoul, South Korea Monday, Sept. 22, 2025. (AP Photo/Lee Jin-man)
SEOUL, South Korea (AP) — The 82-year-old leader of the Unification Church was arrested in South Korea early Tuesday as investigators probe allegations that the church bribed the wife of jailed former President Yoon Suk Yeol and a conservative lawmaker.
Hak Ja Han, the widow of the church’s South Korean founder, Sun Myung Moon, has denied allegations that she directed church officials to bribe Yoon’s wife, Kim Keon Hee, and the lawmaker.
The Seoul Central District Court approved investigators’ request for an arrest warrant for Han, saying she posed a risk of destroying evidence.
Han did not speak to reporters as she arrived at the Seoul court on Monday for a hearing on the warrant request. After an hours-long hearing, the court issued its decision in the early hours of Tuesday as Han awaited the verdict at a detention center near Seoul, where she will now be held.
The Unification Church had criticized investigators’ attempt to arrest Han, noting that she appeared for questioning last week while still recovering from a heart procedure earlier this month, and accused them of disrespecting an “internationally respected religious leader.”
Kim was arrested and charged last month on allegations including bribery, stock manipulation and meddling in the selection of a legislative candidate.
The lawmaker, Kweon Seong-dong , a staunch Yoon loyalist who was arrested last week, has denied receiving money from the church. Investigators also last week visited the headquarters of his conservative People Power Party to obtain documents for examining claims that Unification Church members signed up en masse ahead of the party’s 2023 leadership race to boost Kweon’s candidacy.
The investigation into Kim is one of three special prosecutor probes launched under Seoul’s new liberal government targeting Yoon’s presidency. The others focus on Yoon’s planning and execution of his short-lived martial law imposition on Dec. 3 and his government’s alleged cover-up of a marine’s drowning death during a 2023 flood rescue operation.
Yoon’s martial law lasted only a few hours before the liberal-led legislature voted to lift it. He was impeached later in December and formally removed from office in April. He was re-arrested in July and now faces rebellion and other charges.
Kim has been investigated over various criminal allegations, stemming from events both before and during her husband’s presidency. The suspicions include accepting luxury gifts through an intermediary from a Unification Church official who allegedly sought various business favors, including the church’s participation in a Cambodian development project. The official, who has been arrested, is also suspected of providing 100 million won ($71,800) in bribes to Kweon.
Han was questioned for nearly 10 hours on Wednesday last week and denied the allegations against her in brief comments to reporters. She and her church have insisted that the arrested church official, Yoon Young-ho, overstepped his authority and acted on his own.
Han is the top leader of the church, officially called the Family Federation for World Peace and Unification, which her husband founded in 1954.
A self-proclaimed messiah who preached new interpretations of the Bible and conservative family values, Moon built the Unification Church into an international movement with millions of followers and extensive business interests. The church is widely known for mass weddings, pairing thousands of couples who often are from different countries.

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.