ADVERTISEMENT

K-pop boy band NU'EST returns with 2nd studio album 'Romanticize,' places 1st on charts

Published Apr 20, 2021 10:34 am
NU’EST at their online global media showcase on April 19 (Pledis Entertainment) 

K-pop boy band NU’EST made their comeback on April 19 with the release of “Romanticize,” their second studio album in seven years since dropping “Re:BIRTH” in 2014.

The five-member idol group composed of JR, Aron, Baekho, Minhyun and Ren have 10 tracks in “Romanticize” consisting of two parts. The first addresses the notion of love in an intuitive manner while the second showcases each member’s talent and musicality.

According to Korea’s Hanteo Chart, “Romanticize” sold 91,416 copies on the first day on April 19 to take first place on the daily physical album chart.

On Gaon Music Chart’s daily retail album chart for April 19, “Romanticize” also placed first with 80,753 copies sold.

Hours before the release of “Romanticize,” NU’EST held their online global media showcase on YouTube where they talked about their album, expectations and plans.

“We are happy and also nervous to unveil this new album,” said Baekho while Minhyun said, “This is our comeback in a year and our new studio album in seven years. We are happy and excited.”

JR said, “The album has been a long time coming but also it's been seven years since we're back in the studio. This is an album that we spent a lot of time preparing with the other members.”

For the promotions of the album, Aron will be participating in selected activities. Last January, Pledis Entertainment announced that Aron would take a break as advised by his doctor due to anxiety.

“I've had the chance to rest and about the promotional activities, I talked a lot with our label and the members. Both the label, our company and the members, they ensured that my wishes are their priority. They said my wishes are their priority and that they will make sure I can take part in selected activities that won't strain my condition,” said Aron.

Ren said, “I'm really happy. I love, love Aron. Your emptiness, I really felt it so I'm really happy that I can do these activities and promotions with you.”

About goals through the album, JR said, “I think everyone feels the same way. For things to improve so we can meet L.O.Λ.E, laugh and cry together and communicate at the concert hall.”

“I'm sure you have been waiting for a very long time for the album. It's not a very short time at all. Thank you for always believing in us and always cheering us on and giving us strength. We will work as hard as we can,” said Baekho.

Ren said, “We have experienced very tough times. Despite that you have been waiting for a long time.”

About the significance of “Romanticize,” Baekho said, “‘Romanticize’ means turning the ordinary into something that's more romantic. We hope that everyone this is what they think about what (being) romantic is and think for a moment to be healed and consoled and feel those emotions together.”

“Romanticize” showcases the carrier track “Inside Out,” which Baekho said, is “about facing a party and you pretend to be nonchalant but after a while, you realize that's not actually how you feel and your true feelings become revealed.”

When asked what they think about being romantic, Minhyun said, “Romantic is taking a step away from your daily activities. Finding happiness in the ordinary” while Aron said, ”Our daily activities, our daily life is romantic.”

When they were asked if there was a special reason why they decided to release a full-length album this time, Minhyun said, “I will say there was a special reason but since it's an album after a while, we want to make a good album and bring you good songs and we worked hard for it. and during the process, we wanted to contain a lot of stories and I thought this was the perfect time to release a full-length album.”

NU’EST debuted in 2012 and through the years, they have changed. Aron said members participated in making “Romanticize.”

“It's been seven years since we released our first full-length album 'Re:BIRTH' and I think the biggest difference and biggest growth that you guys can see is in our participation in producing and making the album. I know all the members participated in the making of this album including the solo songs so i think you can see the most growth within our tracks,” he said.

On their definition of romance, Baekho said, “Usually the word romance is associated with love. That's what many people think. but through our album, we wish to break that stereotype. That's what we are hoping to deliver through our album. I want to suggest finding something romantic in every moment of our ordinary life.”

Here is NU’EST’s music video for “Inside Out’:

Related Tags

NU’EST Aron Jr Baekho Minhyun ren NU’EST Romanticize
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.