The top three songs remain the same as last week with IVE’s “HEYA” at No. 1 for the third consecutive week. Congratulations to IVE!
Holding steady at No. 2 is ILLIT’s former chart-topping hit “Magnetic.” Rounding up the top three is SEVENTEEN’s “MAESTRO.”
There are two new songs in the top 10 this week. Debuting at No. 4 is aespa’s “Supernova,” a pre-released track from aespa’s first full-length album “Armageddon.” “Supernova” is a dance track with a catchy top line and synth melody.
Moving up 10 spots to No. 7 is “Girls Never Die,” the first top 10 hit from the 24-member girl group tripleS. “Girls Never Die” is the title track from their first full album “ASSEMBLE24.” It tells a story about girls getting back up when they fall down.
.full-chart {
ul {
margin-block-start: 0;
margin-block-end: 32px;
padding: 0;
}
}
.chart-detailed-view {
* {
font-size: 1rem;
}
ul {
margin-block-start: 0;
margin-block-end: 0;
padding: 0;
}
ul li {
list-style-type: none;
}
img {
margin: 0;
width: 140px;
}
.item {
position: relative;
list-style-type: none;
padding: 8px;
&:after {
content: ”;
display: table;
clear: both;
}
&:nth-child(odd) {
background: #F3F3F3;
}
}
.other-related-items {
margin: 0;
}
}
.chart-title {
text-align: center;
font-size: calc(1.3em + .2vw);
font-weight: bold;
margin-bottom: 16px;
}
.title-container {
font-size: calc(0.9em + .2vw);
margin-bottom: 16px;
font-weight: bold;
display: flex;
border-bottom: 1px solid #333;
.current-rank {
font-size: 2rem;
float: left;
}
.rank-change {
float: left;
font-size: 0.8rem;
}
.item-title {
display: block;
float: left;
font-size: 1.8rem;
margin-top: 4px;
margin-left: 8px;
max-width: 440px;
}
}
.related-items-container {
&:after {
content: ”;
display: table;
clear: both;
}
.img-container,
.txt-container {
display: inline-block;
vertical-align: top;
}
.img-container {
margin-right: 16px;
margin-bottom: 16px;
}
.txt-container {
>div {
text-indent: -57px;
padding-left: 57px;
}
div,
ul li {
margin-bottom: 4px;
text-indent: -57px;
padding-left: 57px;
}
div span,
ul li span {
font-weight: bold;
}
}
}
.stats-container {
display: none;
position: absolute;
right: 8px;
top: 16px;
@media only screen and (min-width : 60.625em) {
display: block;
}
}
.stat-others,
.stat-first {
display: inline-block;
}
.stat-first {
margin-right: 8px;
font-weight: bold;
&:after {
content: ‘:’;
}
}
.stat-others {
background: black;
width: 53px;
height: 30px;
text-align: center;
color: #fff;
padding: 4px;
position: relative;
vertical-align: middle;
margin-right: 16px;
line-height: 1.2;
opacity: 1;
&:last-child {
margin-right: 0;
}
div.icon {
width: 13px;
position: absolute;
top:3px;
right: 3px;
background-repeat: no-repeat;
}
#previous-rank-icon {
background-image:url(‘https://0.soompi.io/soompi/assets/images/chart-icons.png’);
background-position: -14px 0;
}
#number-week-on-icon {
background-image:url(‘https://0.soompi.io/soompi/assets/images/chart-icons.png’);
background-position: 0 0;
}
#peak-on-chart-icon {
background-image:url(‘https://0.soompi.io/soompi/assets/images/chart-icons.png’);
background-position: -28px 0;
}
}
.tooltip#buy span {
top: 44px;
left: -3px;
}
.tooltip span {
position: absolute;
background: #12bdfd;
display: block;
padding: 4px;
top: 32px;
left: -32%;
font-size: 0.8em;
min-width: 90px;
display: none;
color: #000;
&:after,
&:before {
bottom: 100%;
left: 50%;
border: solid transparent;
content: ” “;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
&:after {
border-color: rgba(251, 251, 251, 0);
border-bottom-color: #12bdfd;
border-width: 4px;
margin-left: -4px;
}
&:before {
border-color: rgba(221, 221, 221, 0);
border-bottom-color: #12bdfd;
border-width: 6px;
margin-left: -6px;
}
}
.other-related-items .tooltip{
opacity: 1;
}
.stat-others:hover.tooltip span,
.other-related-items:hover .tooltip span {
display: block;
}
.other-related-items {
float: right;
position: relative;
@media only screen and (min-width : 60.625em) {
position: absolute;
z-index: 1;
bottom: 8px;
right: 8px;
}
.tooltip a {
@extend .btn;
@extend .btn-contrast;
}
}
.chart-simple-view {
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
.rank {
white-space: nowrap;
}
th,
td {
padding: .625em;
}
tr:nth-child(even) {
background: #F3F3F3;
}
td.title {
color: #000;
font-size: 1rem;
}
th.title {
font-weight: bold;
}
th {
font-size: .85em;
letter-spacing: .1em;
text-transform: uppercase;
color: #000;
}
@media only screen and (max-width : 29.9em) {
thead {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
tr {
border-bottom: 2px solid #ddd;
display: block;
margin-bottom: .625em;
margin-bottom: 0;
}
td {
border-bottom: 1px solid #ddd;
display: block;
font-size: 0.8em;
text-align: right;
&:before {
float: left;
font-weight: bold;
text-transform: uppercase;
font-size: 0.8rem;
}
&.rank::before {
content: “Rank”;
}
&.title::before {
content: “Song”;
}
&.other::before {
content: “Artist/Band”;
}
&:last-child {
border-bottom: 0;
}
}
}
.title{
color: #000;
}
}
-
1
(–)
HEYA- Chart Info
- 1 Previous rank
- 3 Number of week on chart
- 1 Peak on chart
-
2
(–)
Magnetic- Chart Info
- 2 Previous rank
- 8 Number of week on chart
- 1 Peak on chart
-
3
(–)
MAESTRO- Chart Info
- 3 Previous rank
- 3 Number of week on chart
- 2 Peak on chart
-
4
(new)
Supernova- Chart Info
- 0 Previous rank
- 1 Number of week on chart
- 4 Peak on chart
-
5
(-1)
SHEESH- Chart Info
- 4 Previous rank
- 7 Number of week on chart
- 2 Peak on chart
-
- Chart Info
- 5 Previous rank
- 4 Number of week on chart
- 5 Peak on chart
-
7
(+10)
Girls Never Die- Chart Info
- 17 Previous rank
- 2 Number of week on chart
- 7 Peak on chart
-
8
(-2)
T.B.H- Chart Info
- 6 Previous rank
- 7 Number of week on chart
- 5 Peak on chart
-
9
(-2)
Fate- Chart Info
- 7 Previous rank
- 11 Number of week on chart
- 2 Peak on chart
-
10
(-1)
plot twist- Chart Info
- 9 Previous rank
- 17 Number of week on chart
- 1 Peak on chart
Rank | Song | Artist/Band |
---|---|---|
11 (-3) | 미안해 미워해 사랑해 (Love You With All My Heart) | Crush |
12 (+6) | 소나기 (Sudden Shower) | ECLIPSE |
13 (new) | Feel the POP | ZEROBASEONE |
14 (-2) | 온기 (Warmth) | Lim Young Woong |
15 (-2) | Midas Touch | KISS OF LIFE |
16 (-2) | Love wins all | IU |
17 (+3) | 천상연 (Heavenly fate) | Lee Changsub |
18 (-8) | 밤양갱 (Bam Yang Gang) | BIBI |
19 (-4) | Smart | LE SSERAFIM |
20 (+5) | Welcome to the Show | DAY6 |
21 (-2) | To. X | Taeyeon |
22 (-6) | Impossible | RIIZE |
23 (-12) | Earth, Wind & Fire | BOYNEXTDOOR |
24 (+5) | 반딧불 (Little Light) | Doyoung |
25 (new) | Fatal Trouble | ENHYPEN |
26 (new) | 소년…소녀를 만나다 (Girls, Love boys, Love girls) | DXMON |
27 (new) | KICK IT | WHIB |
28 (-1) | 비의 랩소디 (Rhapsody of Sadness) | Lim Jae Hyun |
29 (+2) | 에피소드 (Episode) | Lee Mujin |
30 (-8) | Super Shy | NewJeans |
31 (-1) | 그대만 있다면 (If I have you only) | Nerd Connection |
32 (+6) | Smoothie | NCT DREAM |
33 (-10) | BE SOMEBODY | Yook Sungjae |
34 (-6) | 나만큼 (Amaid) | Kim Jae Hwan |
35 (-2) | MANIAC | VIVIZ |
36 (-4) | LOVE ME DO | ASC2NT |
37 (-11) | Mars | Doh Kyung Soo |
38 (new) | 그랬나봐 (I Think I Did) | Yoo Hwe Seung |
39 (new) | Lose My Breath (feat. Charlie Puth) | Stray Kids |
40 (-1) | 인사 (A Letter) | Bumjin |
41 (+9) | You & Me | Jennie |
42 (+5) | 슬픈 초대장 (Sad Invitation) | SoonSoonHee (Jihwan) |
43 (new) | Come back to me | RM |
44 (-23) | 분명 그녀가 나를 보고 웃잖아 (Pitter-Patter-Love) | FANTASY BOYS |
45 (-2) | 어리고 부끄럽고 바보 같은 (Little Things) | Xdinary Heroes |
46 (-1) | Love Lee | AKMU |
47 (-5) | WISH (Korean Ver.) | NCT WISH |
48 (new) | G.T.H.O. | PITTA |
49 (new) | Happy (Prod. Hedyy) | Cha Noeul |
50 (-4) | 헤어지자 말해요 (Let’s Say Goodbye) | Parc Jae Jung |
About the Soompi Music Chart
Soompi Music Chart takes into account rankings by various major music charts in Korea as well as the hottest trending artists on Soompi, making it a unique chart that reflects what’s going on in K-pop not only in Korea but around the world. Our chart is composed of the following sources:
Circle Singles + Albums – 30%
Hanteo Singles + Albums – 20%
Spotify Weekly Chart – 15%
Soompi Airplay – 15%
YouTube K-Pop Songs + Music Videos – 20%