ADVERTISEMENT

Disney's 'Wish' tops monthly box office for January in South Korea

Published Feb 1, 2024 12:44 am

Disney’s animated film “Wish,” featuring the voices of Ariana DeBose and Chris Pine, emerged as the No. 1 top-grossing movie in South Korea for the month of January.

The Korean Film Council (KOFIC) released the list of the top-grossing films in South Korea for January 2024.

“Wish,” which was released in South Korea on Jan. 3, is No. 1 with 1.35 million tickets sold, generating a gross of $9.71 million for the month.

KOFIC_Wish2.jpeg

"Wish" (Disney)

KOFIC_ALienoid1.jpg

"Alienoid" (KOFIC) kofic_1212a.jpg

"12:12: The Day" (KOFIC) KOFIC-NORYANG.jpg"Noryang: Deadly Sea" (KOFIC)

kofic_CITIZEN.jpg

"Citizen of a Kind" (KOFIC)

The Korea movie “Alienoid,” released on Jan. 10 and starring Ryu Jun-yeol, Kim Woo-bin, Kim Tae-ri and So Ji-sub, placed second with 1.34 million in total admissions and monthly gross of $9.76 million.

The Korean movie “12.12: The Day,” released on Nov. 22 last year starring Hwang Jung-min, Jung Woo-sung, Lee Sung-min, Park Hae-joon, is in third place with 1.2 million in total admissions and $8.98 million in revenue.

As of January, “12.12: The Day” has sold 13 million tickets and grossed $95.58 million. It became the No. 1 movie in South Korea in 2023 and No. 9 top-grossing movie of all time.

The Korean historical film “Noryang: Deadly Sea,” released on Dec. 20 starring Kim Yoon-seok, Baek Yoon-sik, Jung Jae-young and Huh Joon-ho, is No. 4 in January with 1.12 million in total admissions and gross of $8.14 million.

“Citizen of a Kind,” released on Jan. 24 starring “Reply 1988” actress Ra Mi-ran, took fifth place with 661,988 in total admissions and gross of $4.58 million.

Here are the 10 top-grossing films in South Korea in January, according to KOFIC:

Rank

Title

Release Date

Monthly Gross

(Total)

Admissions

(Total)

Revenue Share

1

WISH

U.S.

Jan 03, 2024

$9,717,595

($9,725,357)

1,356,018

(1,357,100)

17.33%

2

Alienoid

South Korea

Jan 10, 2024

$9,767,946

($9,767,946)

1,348,747

(1,348,747)

17.42%

3

12.12: THE DAY

South Korea

Nov 22, 2023

$8,983,630

($95,583,220)

1,205,503

(13,060,289)

16.02%

4

Noryang: Deadly Sea

South Korea

Dec 20, 2023

$8,146,382

($33,694,635)

1,121,671

(4,559,480)

14.53%

5

Citizen of a Kind

South Korea

Jan 24, 2024

$4,589,906

($4,589,906)

661,988

(661,988)

8.18%

6

New Dimension! Crayon Shinchan the Movie: Battle of Supernatural Powers ~Flying Sushi~

Japan

Dec 22, 2023

$2,495,841

($6,629,639)

344,604

(912,860)

4.45%

7

Migration

U.S.

Jan 10, 2024

$2,125,867

($2,166,085)

310,166

(315,981)

3.79%

8

Wonka

U.S.

Jan 31, 2024

$1,132,863

($1,132,863)

181,229

(181,229)

2.02%

9

Aquaman and the Lost Kingdom

U.S.

Dec 20, 2023

$1,148,275

($6,748,505)

154,901

(877,874)

2.04%

10

Monster

Japan

Nov 29, 2023

$803,922

($3,650,733)

106,483

(493,910)

1.43%

Related Tags

KOFIC South Korea
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.