ADVERTISEMENT

BTS returning as a whole group in 2025 not guaranteed, says HYBE chairman

Published Mar 16, 2023 04:13 am
Members of K-pop superstar BTS are not 100 percent guaranteed to return as a whole and complete group in 2025 due to their military service.  BTS members are enlisting in the military one by one with Jin going first last December to be followed by J-Hope. Military service is a mandatory duty for all Korean men that lasts at least 18 months.  (Clockwise from left) BTS' Jin in the military, BTS and BTS members sending off Jin to the military last December (Big Hit Music, Twitter, online community)
According to Bang Si-hyuk, HYBE chairman, BTS are not guaranteed to return as a complete group in 2025 in connection with their announcement last October.  "We never set the year of their return to 2025. HYBE, as well as the boys, said that we 'hope' for them to resume activities as a 7-member group in 2025. Those were our exact words. Both our agency and BTS will try the best to achieve this goal by 2025. However, we can't guarantee anything,” said Bang Si-hyuk on March 15 during the Kwanhun Forum hosted by the Kwanhun Club at the Korea Press Center in Seoul, SBS News reported.  Bang Si-hyuk added, "I would say the same thing even if they didn't have their military issue, because they also need time to fully prepare themselves for their return. But let me be clear. It is not just our desire to see all members of BTS making a comeback together in 2025; in fact, we all strive to make it happen."  Last Oct. 17, Big Hit Music, the agency under HYBE that handles BTS, announced that all BTS members were preparing for their military service.  “Both the company and the members of BTS are looking forward to reconvening as a group again around 2025 following their service commitment,” according to the original statement by Big Hit Music.  During the Kwanhun Forum, Bang Si-hyuk was also asked if BTS would stay with HYBE after their military service.  "You're referring to our contract, I believe? The renewal of contract with superstars like BTS has a big impact, society-wise. It's a matter to be discussed and dealt with cautiously," he explained.  He added, "In the case of BTS though, our contract period has been disclosed to the public, and as you know, there is still time. We'll talk over our contract when it's time.”  “I feel that it may be impolite to talk about it before that. It's my way of showing respect to the members of BTS and their fans. We'll inform you of the details of our contract once we have reached a mutual agreement," he said.  In the same forum, the HYBE chairman was asked to explain his remarks that K-pop is facing a crisis. He said the absence of BTS as a whole group has an effect to the K-pop crisis.   "The main reason why we are seeing a drop in K-pop is the absence of BTS. According to a survey, BTS is more publicly-known than K-pop itself. I'm talking about this on a global level. If we don't consider BTS when mentioning K-pop, the market becomes much smaller," he said.  According to him, "But if anybody asked me if the market will go back to being big again if BTS returned tomorrow, I would say no. That's because the K-pop market has been seeing slow growth for some time already. We have to put BTS aside, and find other ways to expand the market." 

Related Tags

#BTS BTS Jin
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.