ADVERTISEMENT

K-pop girl group CLC returns with 'Helicopter'

Published Sep 4, 2020 03:02 pm

Seven-member K-pop girl group CLC is back with new single “Helicopter.”

It’s been a year since CLC dropped their song “Devil” and this time, “Helicopter,” a track belonging to the Trap pop and EDM Powerhouse genre, serves as a metaphor for the group taking off anew with confidence. 

“Helicopter” was composed by Hyuk Shin, who has worked on albums with Justin Bieber and EXO; Melanie Joy Fontana, who has co-written songs for artists such as f(x), BTS, TWICE and Dua Lipa; Michel “Lindgren” Schulz; and Jisoo Park. CLC’s Yeeun took part in writing the lyrics. 

CLC debuted in 2015 and the members are Yeeun, Seunghee, Yujin,  Seungyeon, Sorn, Eunbin and Elkie. 

Bulletin Entertainment was invited to CLC’s online media showcase on YouTube where the girls answered questions from the media about the comeback and performed their new song.

Seungyeon said they released a single this time “because full-length albums and mini albums are great, too, but we wanted to dedicate all our energy to ‘Helicopter,’ so we decided to release a single upon discussion with our label.”

She added for the new song, “we tried to put our story into it as much as possible. In terms of performance, we are collaborating with male dancers for the first time, so I hope our performance this time feels more sophisticated and grander.”

“We devoted a lot of effort, and we had many talks not just amongst ourselves but also with our label. We studied a lot, and we practiced a lot. I guess the biggest stand-out point is that ‘Helicopter’ contains our genuine voices and message,” said Seunghee. 

When asked what compliments they want to receive for this comeback, Elkie said, “We definitely dedicated the most effort to the performance this time, so from now on, I hope people will think of CLC when they think of performance. We want to be the leading performance group of K-pop.”

“I wish we could hear things like ‘of course CLC did that.’ Perhaps ‘experts of stage’? I hope people will feel the joy of watching a performance as they see us,” Yeeun added. 

CLC at their online media showcase for “Helicopter” (Cube Entertainment)

During the group’s hiatus, Yeeun explained they "did promotional activities as individuals, and we also spent time for self-development and had a productive year. I would be lying if I said I didn’t get anxious at all, but we relieved ourselves by preparing very hard over the past year. Because of that—I just felt it earlier when we were on stage—we are able to get on stage with ease. We’re confident because we are well-prepared.”

CLC made their comeback just a day after BTS took the No. 1 spot on Billboard Hot 100 with the song “Dynamite,” the first Korean artist to do so. 

“I heard wonderful news recently—I heard that BTS ranked No. 1 on the Billboard Hot 100 Chart. It’s a huge accomplishment, and a sign that K-pop is being loved by people from all over the globe. We also hope to get to see our name on the Billboard charts this time. And I hope all of us enjoy this promotion with no regrets and stay healthy through it,” Seungyeon said. 

CLC's 2019 songs “Me” and “Devil” peaked at Nos. 5 and 7, respectively, on Billboard’s World Digital Song Sales chart. “No” charted at No. 4 on the same chart last year. 

Yeeun added, “I think if we place somewhere on the Billboard charts, then other achievements will naturally come along with it.”

The world is experiencing a pandemic right now and Sorn hopes after this, they will have a concert tour in different countries to meet their fans.  

“We’re in a tough time right now, but when things get better, I hope the seven of us will get to go on a world tour, visit our fans, and share fun and happy moments with them to make up for all the times they spent waiting for us,” she said. 

Related Tags

Seunghee Seungyeon Eunbin CLC Helicopter Yujin Sorn CLC Yeeun
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.