ADVERTISEMENT
970x220

Big Hit Music asks fans not to send gifts, letters to BTS' Jin during his entire military service

Published Jan 5, 2023 11:59 am

Grammy-nominated K-pop group BTS member Jin is currently fulfilling his mandatory military service and his agency has asked fans not to send him gifts and letters.

Jin enlisted on Dec. 13 and is under military training at the 5th Infantry Division recruit training center in Yeoncheon, Gyeonggi Province.

BTS' Jin in the military (5th Infantry Division recruit training center)

In a notice on Jan. 5, Big Hit Music said due to the volume of mail that may arrive at Jin’s training center, “it would be difficult to store them and they could be easily lost.”

“Thank you to all the fans who always give all their love to BTS. Thanks to your kind consideration and support this past December, BTS member Jin has entered the military and is now performing his duties responsibly at the training camp,” the agency said.

It added, “Thank you for showing your interest and support on the day he entered. Below is additional information for fans to keep note of throughout Jin's military service period.”

“Jin is stationed at a training center designated specifically for military training together with regular military personnel. If a large number of letters and gifts from the fans arrive at the center all at once, it would be difficult to store them and they could be easily lost,” according to Big Hit Music.

It said instead of sending gifts, fans can post messages on the Weverse app.

“We ask that you please refrain from sending anything by mail. BIGHIT MUSIC will assist in making sure Jin is able to personally see any kind and warm messages fans leave on Weverse using the hashtag #Dear_Jin_from_ARMY,” it said.

Even after Jin finished his military training, Big Hit Music said fans should not also send him anything.

“Please refrain from sending letters and gifts even after he has finished his military recruit training and gets stationed at his military base,” it said.

After finishing the training, Jin will attend a completion ceremony and the agency said fans should not also visit the training site for the event.

“We would also like to ask for your cooperation during Jin’s recruit training graduation ceremony. In order to prevent any issues that might occur from crowding, we ask fans to please refrain from visiting the site. Instead, we ask you to keep your heartwarming words of support and farewell in your hearts,” according to Big Hit Music.

It said, “We ask for your continued love and support for Jin until he finishes his military service and comes back. Our company will also strive to provide every support he needs during this time.”

Jin will be discharged from the military on June 12, 2024.

Related Tags

bts BTS Jin
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.