ADVERTISEMENT

Kang Haneul, Jung So-min's 'Love Reset' No. 1 film in South Korea in October

Published Nov 2, 2023 06:27 am

The romantic comedy movie “Love Reset” emerged as the No. 1 film in South Korea for the month of October. 

The Korean Film Council (KOFIC) released the list of the top-grossing films in the country in October. 

Kanghaneul1.jpg

Kang Haneul and Jung So-min in "Love Reset" (KOFIC)

“Love Reset,” released on Oct. 3, is No. 1 with 1.86 million tickets sold and gross of $13.63 million in October. 

The film stars actor Kang Haneul and actress Jung So-min. It tells the story about a couple who gets amnesia in a car accident. They were going to court for their divorce when the accident happened. 

The Japanese film “The Boy and the Heron” placed second with 1.06 million in total admissions and revenue of $7.69 million. 

“Dr. Cheon And The Lost Talisman” grabbed third place with 969,785 tickets sold and $7.12 million in gross in October. 

Here are the 10 top-grossing films in South Korea for the month of October based on total admissions: 

Rank

Title

Release Date

Monthly Gross

(Total)

Admissions

(Total)

Revenue Share

1

Love Reset

South Korea

Oct. 3, 2023

$13,638,534

($13,770,435)

1,861,666

(1,880,122)

27.15%

2

The Boy and the Heron

Japan

Oct. 25, 2023

$7,692,081

($7,692,081)

1,063,666

(1,063,666)

15.31%

3

Dr. Cheon And The Lost Talisman

South Korea

Sep 27, 2023

$7,127,687

($13,868,996)

969,785

(1,914,026)

14.19%

4

Road to Boston

South Korea

Sept. 27, 2023

$3,579,933

($6,859,316)

529,884

(991,281)

7.12%

5

The Creator

U.S.

Oct. 3, 2023

$2,012,319

($2,060,420)

255,753

(261,773)

4%

6

Hopeless

South Korea

Oct. 11, 2023

$1,830,639

($1,838,171)

255,023

(255,986)

3.64%

7

The Nun II

U.S.

Sept. 27, 2023

$1,647,645

($2,794,165)

208,502

(360,355)

3.28%

8

Brave Citizen

South Korea

Oct. 25, 2023

$1,382,602

($1,382,602)

202,132

(202,132)

2.75%

9

PAW Patrol: The Mighty Movie

U.S.

Oct. 6, 2023

$1,004,111

($1,026,764)

146,214

(149,242)

1.99%

10

Killers of the Flower Moon

U.S.

Oct. 19, 2023

$944,605

($944,605)

134,468

(134,468)

1.88%

 

Related Tags

KOFIC Korean films
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.