[[위시스|
||<tablewidth=100%><tablebordercolor=transparent><tablebgcolor=transparent><nopad>
||
]]위시스
WISHes
WISHes
- [ 음반 목록 ]
- ||<tablewidth=100%><tablebgcolor=#fff,#1f2023><tablecolor=#030207,#fff><width=1000><:> ||<width=25%><:>||<width=25%><:>||<width=25%><:>||
[[Dear Moon(WISHes)| Dear Moon]]
{{{#!wiki style="background-color: #fff,#1f2023; display: inline-block; margin: 5px 0px; padding: 1px 2px; border-radius: 4px; border-style: solid; border-width: 1px; border-color: #404c86;"
- [ 참여 음반 ]
- ||<tablewidth=100%><tablebgcolor=#fff,#1f2023><tablecolor=#030207,#fff><width=1000><:>||<width=25%><:> ||<width=25%><:>||<width=25%><:> ||
[[Wish List [위치 ON-LIVE! OST]#| Wish List]]
[위치 ON-LIVE! OST]
{{{#!wiki style="background-color: #fff,#1f2023; display: inline-block; margin: 5px 0px; padding: 1px 2px; border-radius: 4px; border-style: solid; border-width: 1px; border-color: #e18137"[[FESTIVE NIGHT| FESTIVE NIGHT]]
{{{#!wiki style="background-color: #fff,#1f2023; display: inline-block; margin: 5px 0px; padding: 1px 2px; border-radius: 4px; border-style: solid; border-width: 1px; border-color: #c5a4fb"
- [ 관련 문서 ]
- ||<tablewidth=100%><tablebgcolor=#fff,#1f2023><width=10000><colcolor=#fff> 커버 곡 ||<width=50%> ||
#!style
/* Using BEM-style naming only due to the lack of CSS preprocessors and wiki limitations. */
.wishes-profile__table {
display: inline-block;
float: right;
max-width: 400px;
color: #000;
background-color: #ffffff;
border: 2px solid #F6B38E;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
word-break: keep-all;
overflow: hidden;
}
.wishes-profile__td--head {
background-size: 12px 12px;
background-image: linear-gradient(90deg, rgba(150, 210, 246, .15) 50%, transparent 50%), linear-gradient(transparent 50%, rgba(246, 179, 142, .15) 50%);
}
.wishes-profile__logo {
display: inline-block;
padding-right: 10px;
}
.wishes-profile__divider {
display: inline-block;
vertical-align: middle;
font: 1em/1.0 sans;
font-family: revert;
padding-left: 15px;
border-left: 1px solid #000;
}
@theseed-dark-mode {
.wishes-profile__table {
color: #fff;
background-color: #1c1d1f;
border: 2px solid #96D2F6;
}
.wishes-profile__td--head {
background-size: 9px 9px;
background-image: linear-gradient(90deg, rgba(150, 210, 246, .15) 50%, #11111111 50%), linear-gradient(#11111111 50%, rgba(246, 179, 142, .15) 50%);
}
.wishes-profile__divider {
border-left: 1px solid #fff;
}
}
#!style
/* Using BEM-style naming only due to the lack of CSS preprocessors and wiki limitations. */
.wishes-personal-profile {
display: block;
max-width: 400px;
margin: 0 0 20px 0;
padding-top: 5px;
float: none;
border-radius: 20px;
background-color: #ffffff;
background-size: 25px 25px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
color: #000;
overflow: hidden;
}
.wishes-personal-profile--iyla {
border: 2px solid #96D2F6 !important;
background-image: linear-gradient(90deg, rgba(150, 210, 246, .15) 50%, transparent 50%), linear-gradient(rgba(150, 210, 246, .15) 50%, transparent 50%);
}
.wishes-personal-profile--mumune {
border: 2px solid #F6B38E !important;
background-image: linear-gradient(90deg, rgba(246, 179, 142, .15) 50%, transparent 50%), linear-gradient(rgba(246, 179, 142, .15) 50%, transparent 50%);
}
.wishes-personal-profile__title {
display: block;
text-align: center;
padding: 15px 0;
}
.wishes-personal-profile__picture {
margin: -15px 0 0 0;
padding: 0;
}
.wishes-personal-profile__picture--iyla {
border-top: 2px solid #96D2F6 !important;
border-bottom: 2px solid #96D2F6 !important;
}
.wishes-personal-profile__picture--mumune {
border-top: 2px solid #F6B38E !important;
border-bottom: 2px solid #F6B38E !important;
}
.wishes-personal-profile__category {
margin: 0 0 -20px -8px;
}
.wishes-personal-profile__category--iyla {
margin: 0 0 -20px -8px;
color: #96D2F6;
}
.wishes-personal-profile__category--mumune {
margin: 0 0 -20px -8px;
color: #F6B38E;
}
.wishes-personal-profile__row {
display: flex;
align-items: stretch;
width: 100%;
margin-bottom: 5px;
border-radius: 20px;
overflow: hidden;
}
.wishes-personal-profile__row--iyla {
border: 2px solid #96D2F6;
}
.wishes-personal-profile__row--mumune {
border: 2px solid #F6B38E;
}
.wishes-personal-profile__head {
display: flex;
align-items: center;
justify-content: center;
width: 30%;
padding: 10px 6px;
color: #fff;
font-weight: bold;
font-size: 13px;
}
.wishes-personal-profile__head--iyla {
background-color: #96D2F6;
}
.wishes-personal-profile__head--mumune {
background-color: #F6B38E;
}
.wishes-personal-profile__description {
display: flex;
align-items: center;
width: 70%;
padding: 10px 15px;
background-color: #ffffff;
color: #000;
text-align: left;
font-size: 14px;
}
.wishes-personal-profile__description--hashtag--iyla {
display: inline-block;
color: #96D2F6;
}
.wishes-personal-profile__description--hashtag--mumune {
display: inline-block;
color: #F6B38E;
}
.wishes-textbox--iyla {
width: 100%;
max-width: 600px;
margin: 0;
padding: 10px;
border: 2px #ccc dashed;
border-radius: 10px;
background: #f5f5f5,#1c1d1f;
border-left: 5px solid #96D2F6;
border-right: 5px solid #96D2F6;
}
.wishes-textbox--mumune {
width: 100%;
max-width: 600px;
margin: 0;
padding: 10px;
border: 2px #ccc dashed;
border-radius: 10px;
background: #f5f5f5,#1c1d1f;
border-left: 5px solid #F6B38E;
border-right: 5px solid #F6B38E;
}
@theseed-dark-mode {
.wishes-personal-profile {
background-color: #1c1d1f;
background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
background-size: 20px 20px;
}
.wishes-personal-profile--iyla {
color: #96D2F6;
border: 2px solid #96D2F6 !important;
background-image: linear-gradient(90deg, rgba(150, 210, 246, .15) 50%, transparent 50%), linear-gradient(rgba(150, 210, 246, .15) 50%, transparent 50%);
}
.wishes-personal-profile--mumune {
color: #F6B38E;
border: 2px solid #F6B38E !important;
background-image: linear-gradient(90deg, rgba(246, 179, 142, .15) 50%, transparent 50%), linear-gradient(rgba(246, 179, 142, .15) 50%, transparent 50%);
}
.wishes-personal-profile__picture--iyla {
border-top: 2px solid #96D2F6 !important;
border-bottom: 2px solid #96D2F6 !important;
}
.wishes-personal-profile__picture--mumune {
border-top: 2px solid #F6B38E !important;
border-bottom: 2px solid #F6B38E !important;
}
.wishes-personal-profile__description {
background-color: #222;
color: #fff;
}
.wishes-personal-profile__description--hashtag--iyla {
color: #96D2F6;
}
.wishes-personal-profile__description--hashtag--mumune {
color: #F6B38E;
}
}
| <nopad> |
| 므므네 · 아일라 |
<tableclass=wishes-profiletable><class=wishes-profiletd--head> | |
| <class=wishes-profile__td--head> 데뷔일 | 2024년 11월 30일 (데뷔일로부터 [dday(2024-11-29)]일, [age(2024-11-30)]주년) |
| <class=wishes-profile__td--head> 데뷔 음반 | [include(틀:음반 표시, 배경색=#F6B38E, 글자색=#ffffff, 음반종류=OST, 문서명=Wish List [위치 ON-LIVE! OST], 음반명=Wish List [위치 ON-LIVE! OST])] |
| <class=wishes-profile__td--head> 리더 | 아일라 |
| <class=wishes-profile__td--head> 소속사 | 그림프로덕션 |
| <class=wishes-profile__td--head> 유통사 | 마운드미디어 |
| <class=wishes-profile__td--head> 팬덤 | 이루미[1] |
| <class=wishes-profile__td--head> 공식 채널 | |
| <class=wishes-profile__td--head> Music | |
| <class=wishes-profile__td--head> Live | |
1. 개요
그림프로덕션 소속 2인조 버츄얼 아이돌 그룹.
2. 멤버
2.1. 아일라
#!wiki class="wishes-personal-profile wishes-personal-profile--iyla"
{{{#!wiki class="wishes-personal-profile__title"
'''{{{#2e7db3,#96D2F6 {{{+5 아일라}}}[br]Iyla}}}'''
}}}
{{{#!wiki class="wishes-personal-profile__picture"
[[파일:아일라 프로필.jpg|width=100%]]
}}}
{{{#!wiki style="padding: 0 23px 15px 23px"
{{{#!wiki class="wishes-personal-profile__category wishes-personal-profile__category--iyla"
'''{{{+2 🩵 PROFILE}}}'''}}}
{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
생일}}}
{{{#!wiki class="wishes-personal-profile__description"
[[1월 11일]] }}}
}}}{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
키}}}
{{{#!wiki class="wishes-personal-profile__description"
168cm }}}
}}}{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
나이}}}
{{{#!wiki class="wishes-personal-profile__description"
21세 [* 영원한 20세라고 주장하고 싶어 했지만 회사에서 안 받아줬다고 한다.] }}}
}}}{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
소속사}}}
{{{#!wiki class="wishes-personal-profile__description"
[[그림프로덕션]] }}}
}}}{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
마마}}}
{{{#!wiki class="wishes-personal-profile__description"
[[https://x.com/_rucaco_|rucaco]] }}}
}}}{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
파파}}}
{{{#!wiki class="wishes-personal-profile__description"
[[https://x.com/kvxart|KevinX]] }}}
}}}{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
팬덤}}}
{{{#!wiki class="wishes-personal-profile__description"
넙치[* [[https://cafe.naver.com/grimproduction/1643|팬덤명 공모]]를 통해 정해진 명칭이다. 댓글 작성자는 아일라 본인이 희망하기도 했고 구독권으로 사람 납치와 어감이 비슷한 넙치 + 아일라가 물고기를 좋아해서라고 사유를 밝혔다.] }}}
}}}{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
오시마크}}}
{{{#!wiki class="wishes-personal-profile__description"
❄️👑 }}}
}}}{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
마스코트}}}
{{{#!wiki class="wishes-personal-profile__description"
멀린 }}}
}}}{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
데뷔}}}
{{{#!wiki class="wishes-personal-profile__description"
[[2024년]] [[11월 30일]] '''(D[dday(2024-11-30)]일)'''}}}
}}}
{{{#!wiki class="wishes-personal-profile__category wishes-personal-profile__category--iyla"
'''{{{+2 🩵 SOCIAL}}}'''}}}
{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
플랫폼}}}
{{{#!wiki class="wishes-personal-profile__description"
[[https://chzzk.naver.com/ff182197eed405b1130d22aa3a4fefa0|[[파일:치지직 아이콘.svg|width=20]]]]|[[https://www.youtube.com/@Iyla_WISHes|[[파일:유튜브 아이콘.svg|width=20]]]]|[[https://meloming.com/channel/iyla|노래책]]}}}
}}}{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
SNS}}}
{{{#!wiki class="wishes-personal-profile__description"
[[https://x.com/Iyla_WISHes|[[파일:X Corp 아이콘(블랙).svg|width=20]]]] }}}
}}}{{{#!wiki class="wishes-personal-profile__row wishes-personal-profile__row--iyla"
{{{#!wiki class="wishes-personal-profile__head wishes-personal-profile__head--iyla"
해시태그}}}
{{{#!wiki class="wishes-personal-profile__description wishes-personal-profile__description--hashtag--iyla"
팬아트 - '''#iylaart'''[br]일상 - '''#일라에게보일라'''
}}}}}}
{{{#!wiki style="text-align: center; color: #2e7db3;"
{{{#!folding [ 플랫폼 현황 ]
{{{#!wiki style="text-align: left; margin: -5px -1px -11px"
||<-2><tablewidth=100%><tablebgcolor=#fff,#1c1d1f><tablebordercolor=#96D2F6><bgcolor=#96D2F6> '''{{{#fff 치지직}}}''' ||
||<width=50%> 팔로워 ||<:> 6.2천 명 ||
||<-2><bgcolor=#96D2F6> '''{{{#fff 유튜브}}}''' ||
|| 구독자 ||<:> 6.83천 명 ||
||<-2><bgcolor=#96D2F6> '''{{{#fff 유튜브 다시보기}}}''' ||
|| 구독자 ||<:> 308명 ||
||<-2> {{{-2 기준: 2026년 6월 4일}}} ||}}}}}}
}}}
}}}
#!style
.photo-booth__wrapper {
margin: 20px auto;
min-width: 300px;
max-width: 600px;
border-radius: 10px;
border: 1px solid #c8c8c8;
box-shadow: 0 5px 15px #dcdcdc;
overflow: hidden;
font-family: sans-serif;
background: #f6f6f6;
}
.photo-booth__gallery-icon--square {
width: 5px;
height: 5px;
background: #666;
border: 1.5px solid #666;
border-radius: 1px;
box-sizing: border-box;
}
.photo-booth__topbar-icon {
width: 11px;
height: 11px;
border-radius: 50%;
}
"photo-booth__wrapper"
##상단
{{{#!wiki style="display: flex; align-items: center; padding: 0 12px; height: 4px;"
{{{#!wiki style="width: 33.3%; display: flex; gap: 6px; margin-top:22px;"
{{{#!wiki class="photo-booth__topbar-icon" style="background: #FF5F56; border: 1px solid #E0443E;"
}}}{{{#!wiki class="photo-booth__topbar-icon" style="background: #FFBD2E; border: 1px solid #DEA123;"
}}}{{{#!wiki class="photo-booth__topbar-icon" style="background: #27C93F; border: 1px solid #1AAB29;"
}}}
}}}
{{{#!wiki style="width: 33.4%; text-align: center; font-size: 13px; font-weight: bold; color: #333; margin-top:21px;"
Photo Booth
}}}{{{#!wiki style="width: 33.3%;"
}}}
}}}
##움짤
{{{#!wiki style="background: #000; line-height: 0; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0;"
[[파일:사진=사람 임시 프로필 사진.png100%]]
}}}
##하단
{{{#!wiki style="display: flex; align-items: center; padding: 0 15px; height: 40px;"
{{{#!wiki style="width: 33.3%; display: flex; justify-content: flex-start; margin-bottom: 23px;"
##왼쪽 아이콘들
{{{#!wiki style="display: flex; align-items: center; background: #dcdcdc; border-radius: 6px; padding: 2px; height: 26px; box-sizing: border-box;"
##액자 아이콘
{{{#!wiki style="width: 28px; display: flex; justify-content: center; align-items: center;"
{{{#!wiki style="display: flex; flex-wrap: wrap; width: 12px; height: 12px; align-content: space-between; justify-content: space-between; margin-top: 2px;"
{{{#!wiki class="photo-booth__gallery-icon--square"
}}}{{{#!wiki class="photo-booth__gallery-icon--square"
}}}{{{#!wiki class="photo-booth__gallery-icon--square"
}}}{{{#!wiki class="photo-booth__gallery-icon--square"
}}}
}}}
}}}
## 사람 아이콘
{{{#!wiki style="width: 32px; height: 22px; background: #fff; border-radius: 4px; box-shadow: 0 1px 2px #b0b0b0; display: flex; flex-direction: column; align-items: center; justify-content: center;"
{{{#!wiki style="width: 6px; height: 6px; background: #333; border-radius: 50%; margin-bottom: 1px;"
}}}{{{#!wiki style="width: 14px; height: 6px; background: #333; border-radius: 4px 4px 2px 2px;"
}}}
}}}
## 영상 아이콘
{{{#!html <span style="font-family: Ionicons; font-size: 23px; color: #666; margin: 2px 5px 0px 6px;"></span>}}}
}}}
}}}
##카메라 버튼
{{{#!wiki style="width: 33.4%; display: flex; justify-content: center; margin-bottom:23px;"
{{{#!wiki style="width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 1px solid #d0d0d0; box-shadow: 0 1px 3px #dcdcdc; display: flex; align-items: center; justify-content: center; box-sizing: border-box;"
{{{#!wiki style="width: 38px; height: 38px; border-radius: 50%; background: 촬영아이콘색상=#ff0019"width: 10px; height: 4.2px; background: #fff; border-radius: 2px 2px 0 0;"
}}}{{{#!wiki style="width: 20px; height: 13px; background: #fff; border-radius: 3px; display: flex; align-items: center; justify-content: center; margin-top: -1px;"
{{{#!wiki style="width: 6px; height: 6px; border: 1px solid 촬영아이콘색상=#ff0019@; border-radius: 50%; box-sizing: border-box;"
}}}
}}}
}}}
}}}
}}}
##effects
{{{#!wiki style="width: 33.3%; display: flex; justify-content: flex-end; align-items: center; margin-bottom: 23px;"
{{{#!wiki style="background: #e2e2e2; border-radius: 12px; padding: 4px 12px; font-size: 13px; color: #444; font-weight: bold; border: 1px solid #d5d5d5; margin-left: auto;"
Effects
}}}
}}}
}}}
#!wiki class="wishes-textbox--iyla"
그림왕국의 여왕이자 얼음의 마녀
#!wiki class="wishes-textbox--iyla"
아일라는 그림왕국의 여왕으로, 신분 때문에 얼음 마녀라는 사실을 숨긴 채 살아오고 있었습니다. 대관식을 앞두고 과거의 마법 스승인 므므네와 재회하며 본인 자연의 모습을 드러내기로 결심하고 어떠한 계기를 통해 지구로 전이해 온 후 버추얼 아이돌로서의 활동을 시작하였습니다.
그림프로덕션 소속 2인조 그룹 위시스의 리더. 치지직 스트리머이며, 버츄얼 유튜버이다.
2.1.1. 삼면도
| {{{#!wiki style="margin: -5px -10px; padding: 15px 0px; background-image: linear-gradient(to top, #C2E4F8, #C2E4F8)" {{{+2 {{{#FFF 아일라 기본 삼면도 | <tablebgcolor=transparent><tablebordercolor=transparent> | |
| {{{#!wiki style="margin: -5px -10px; padding: 15px 0px; background-image: linear-gradient(to top, #C2E4F8, #C2E4F8)" {{{+2 {{{#FFF 아일라 신의상 삼면도 | <tablebgcolor=transparent><tablebordercolor=transparent> | |
|
| {{{#!wiki style="margin: -5px -10px; padding: 15px 0px; background-image: linear-gradient(to top, #8C8C8C, #8C8C8C)" {{{+2 {{{#FFF 아일라 디어문 의상 | <tablebgcolor=transparent><tablebordercolor=transparent> | |
2.1.2. 방송
2.1.2.1. 성격 및 방송 특징
{{{#!wiki style="border: none; background: transparent;"
방송 시간☀️
방송 초에는 시간대가 일정에 맞추어 유동적으로 변경되었으나, 2025년 하반기 들어서는 별다른 일정이 없을 경우 주로 낮 12시에 방송을 시작한다. 스토리 중심의 게임을 진행할 때는 특유의 몰입력으로 인해 방송 시간이 길어져 새벽 늦게까지 이어지기도 하며, 이 경우 종료 직전에 다음 날 방송 일정을 걱정하는 모습을 보이기도 한다. 방송 일정은 그림프로덕션 팬카페 스케줄 게시판[2]과 X에서 확인할 수 있다. 또한, 유튜브의 경우 2026년 2월 기준 화, 금 주 2회 쇼츠가 업로드 되며 토요일 주 1회 롱폼이 업로드 되고 있다.
}}}방송 시간☀️
방송 초에는 시간대가 일정에 맞추어 유동적으로 변경되었으나, 2025년 하반기 들어서는 별다른 일정이 없을 경우 주로 낮 12시에 방송을 시작한다. 스토리 중심의 게임을 진행할 때는 특유의 몰입력으로 인해 방송 시간이 길어져 새벽 늦게까지 이어지기도 하며, 이 경우 종료 직전에 다음 날 방송 일정을 걱정하는 모습을 보이기도 한다. 방송 일정은 그림프로덕션 팬카페 스케줄 게시판[2]과 X에서 확인할 수 있다. 또한, 유튜브의 경우 2026년 2월 기준 화, 금 주 2회 쇼츠가 업로드 되며 토요일 주 1회 롱폼이 업로드 되고 있다.
반전 목소리🎤
평소에는 귀여운 톤의 목소리를 사용하지만, 노래를 할 때는 낮고 깊은 음색과 특유의 감정 표현이 더해져 반전 매력을 보여준다. 이러한 목소리의 차이로 인해 처음 듣는 사람들은 놀라움을 표하는 경우가 많다. 평소 사용하는 톤이 일상적인 대화에서 쓰는 목소리이며, 노래할 때의 목소리는 노래를 부를 때나 목이 좋지 않아 낮게 말해야 하는 경우에서만 들을 수 있다.[3]
평소에는 귀여운 톤의 목소리를 사용하지만, 노래를 할 때는 낮고 깊은 음색과 특유의 감정 표현이 더해져 반전 매력을 보여준다. 이러한 목소리의 차이로 인해 처음 듣는 사람들은 놀라움을 표하는 경우가 많다. 평소 사용하는 톤이 일상적인 대화에서 쓰는 목소리이며, 노래할 때의 목소리는 노래를 부를 때나 목이 좋지 않아 낮게 말해야 하는 경우에서만 들을 수 있다.[3]
방송 성향💬
귀여운 톤으로 차분하게 말하지만, 은은하게 돌아있어 방송이 예측하기 어려운 방향으로 전개되는 사차원 성향을 보인다. 순두부찌개에 딸기를 넣어 끓여 팬카페에 올리거나 방송에서 몬스터 헌터 와일즈 플레이 하던 중 포스트잇의 맛이 궁금하다며 실제로 먹어보는 등 기이한 행동을 보인 사례가 있다. 또한, 여러 목소리를 구사할 수 있는 장점을 살려 성대모사나 일진 말투 연기 등 다양한 목소리를 통해 넙치들과 WWE를 하기도 한다. 그림프로덕션 멤버 중에서 진행을 잘하는 편이여서 합방을 하면 MC 역할을 자주 담당한다.
귀여운 톤으로 차분하게 말하지만, 은은하게 돌아있어 방송이 예측하기 어려운 방향으로 전개되는 사차원 성향을 보인다. 순두부찌개에 딸기를 넣어 끓여 팬카페에 올리거나 방송에서 몬스터 헌터 와일즈 플레이 하던 중 포스트잇의 맛이 궁금하다며 실제로 먹어보는 등 기이한 행동을 보인 사례가 있다. 또한, 여러 목소리를 구사할 수 있는 장점을 살려 성대모사나 일진 말투 연기 등 다양한 목소리를 통해 넙치들과 WWE를 하기도 한다. 그림프로덕션 멤버 중에서 진행을 잘하는 편이여서 합방을 하면 MC 역할을 자주 담당한다.
노래뱅🎵
스케줄이나 서버 등으로 일정이 바쁠 때가 아니면 주에 한 번은 노래뱅을 한다. 주로 부르는 장르는 한국 발라드와 J-POP이다. 기본적으로는 평범하게 노래뱅이 진행 되는 듯 보여도 어디로 튈지 모르는 사차원 성격 덕분에 RP 노래를 부를 때도 있다. 노래뱅을 한 날은 방종곡으로 n@di - 편지를 부른다. 노래책
스케줄이나 서버 등으로 일정이 바쁠 때가 아니면 주에 한 번은 노래뱅을 한다. 주로 부르는 장르는 한국 발라드와 J-POP이다. 기본적으로는 평범하게 노래뱅이 진행 되는 듯 보여도 어디로 튈지 모르는 사차원 성격 덕분에 RP 노래를 부를 때도 있다. 노래뱅을 한 날은 방종곡으로 n@di - 편지를 부른다. 노래책
게임🎮
예쁜 미소녀 캐릭터를 선호하여 붕괴: 스타레일, 명조 등 서브컬처 게임을 즐긴다. 붕괴: 스타레일에서의 최애 캐릭터는 카스토리스이다. 데뷔 초에는 승리의 여신: 니케도 플레이했으나 2025년 4월 24일 이후 플레이하지 않고 있다. 몰입도가 높은 편이라 서브컬처 PV나 스토리를 보며 눈물을 보이는 경우도 있다. 본인은 스스로를 오타쿠가 아니라고 주장하지만, 주변에 비해 서브컬처 성향이 강한 편으로 평가된다. 게임 경험이 많지는 않지만 끈기가 있어 엘든 링, 스텔라 블레이드처럼 보스 공략 중심의 게임도 재미있게 플레이하는 편이다. 스토리 게임에 경우도 긴 시간을 할애해 몰입하며 플레이한다. 오버워치도 플레이한다고 밝혔으나 방송에서는 므므네와 합방에서 한 차례 플레이한 것이 전부이다. 방송 시간에 지각할 경우 공포 게임을 해야 하는 규칙이 있어, 지각이 발생한 다음 방송에서 공포 게임을 진행한다.
예쁜 미소녀 캐릭터를 선호하여 붕괴: 스타레일, 명조 등 서브컬처 게임을 즐긴다. 붕괴: 스타레일에서의 최애 캐릭터는 카스토리스이다. 데뷔 초에는 승리의 여신: 니케도 플레이했으나 2025년 4월 24일 이후 플레이하지 않고 있다. 몰입도가 높은 편이라 서브컬처 PV나 스토리를 보며 눈물을 보이는 경우도 있다. 본인은 스스로를 오타쿠가 아니라고 주장하지만, 주변에 비해 서브컬처 성향이 강한 편으로 평가된다. 게임 경험이 많지는 않지만 끈기가 있어 엘든 링, 스텔라 블레이드처럼 보스 공략 중심의 게임도 재미있게 플레이하는 편이다. 스토리 게임에 경우도 긴 시간을 할애해 몰입하며 플레이한다. 오버워치도 플레이한다고 밝혔으나 방송에서는 므므네와 합방에서 한 차례 플레이한 것이 전부이다. 방송 시간에 지각할 경우 공포 게임을 해야 하는 규칙이 있어, 지각이 발생한 다음 방송에서 공포 게임을 진행한다.
2.1.2.2. 방송 구독
특이하게도 구독 오픈 당시부터 2026년 2월 14일 신의상 공개 이전까지 구독 명칭이 '왕꿈틀이'로 설정되어 있었다. 구독권 명칭은 왕꿈틀이, 구독티콘의 모습은 멀린, 호칭은 넙치로 각각 달라 혼란스럽다는 반응이 종종 있었다. 데뷔 당시 팬덤명이 정해지지 않은 상태에서 구독 기능을 먼저 오픈해야 했기 때문에 회사 매니저가 위시리스트 녹음 당시 왕꿈틀이 일화를 바탕으로 임의로 정한 명칭이었으며, 변경 방법을 알지 못해 그대로 유지된 것으로 보인다. 이후 신의상 공개와 함께 구독 명칭이 넙치(1티어 구독) / 특대넙치(2티어 구독)로 변경되었다.
2.1.2.3. 방송 밈
| 🔹슈빌 |
| 25년 5월 19일 방송에서 방제를 정하던 중 예전에 넙치들이 오목눈이를 닮았다고 했다며 보여주다 한 넙치가 넓적부리황새를 닮았다고 말한 것을 시작으로 밈이 되었다. 데뷔 1주년 기념 위시스 덕력고사 아일라 영역에서도 가짜 슈빌을 고르는 문제가 출제 되었다. |
| <nopad> |
| 🔹ㅏ.ㅏ.ㅏ.ㅏ.ㅏ. |
| 아일라의 독특한 울음소리가 밈으로 자리잡았다. 아.아.아.아.아. 하고 특이한 소리를 내면서 우는 것이 특징으로 아일라가 울 때면 넙치들이 채팅창에 ㅏ.ㅏ.ㅏ.ㅏ.ㅏ. 를 올리거나 계속 웃는 모습을 볼 수 있다. 종종 울다가 넙치들이 계속 놀리면 나도 분내나게 울고 싶다고 서러워 한다. |
| 🔹일라 형님, 일라 행님 |
| 콩밥특별시 참여 이후 자신을 형님이라고 지칭하는 일이 많아졌으며 넙치들도 종종 아일라를 형님, 행님으로 지칭한다. 챗지피티에게도 자신을 형님이라고 부르게 했다고 한다. [include(틀:X(SNS) 로고, 링크=https://x.com/Iyla_WISHes/status/1943326577020014838?s=20,크기=16])] [include(틀:X(SNS) 로고, 링크=https://x.com/Iyla_WISHes/status/1976212450304520429?s=20,크기=16])] |
| 🔹저치, 무폭단 |
| 저치는 저스트 채팅만 시청하는 넙치의 줄임말이며, 무폭단은 무드 폭발단의 줄임말이다. 주로 몬헌, 엘든 링과 같은 호흡이 긴 게임이나 붕스, 명조 등의 서브컬쳐 게임을 할 때 일어나는 현상이다. 방송 중 넙치들의 푸망 성격 스티커 테스트 결과를 확인하던 과정에서, 당시 대다수의 저스트 채팅 때만 나타나는 넙치들의 결과가 무드 폭발 스티커로 나타난 것에서 유래하였다. 보통 저스트 채팅이 끝나지 않을 타이밍에 저스트 채팅 끝났나요? 하면서 WWE를 거는 템플릿으로도 많이 사용된다. |
| 🔹다섯 번 다시는 버튜버를... |
| 아일라의 사이오시가 졸업한 이후 자주 사용하게 된 말이다. 보통은 아일라가 버튜버 얘기를 신나게 하다가 하지만 이제 다섯 번 다시는...이라고 말하면 넙치들이 점점 숫자를 늘려서 말하는 템플릿으로 쓰이고 있다. |
| 🔹우리일라, 느그일라 |
| 말할 때와 노래할 때 목소리 차이를 두고 어느 쪽이 '우리일라'인지 넙치들과 WWE하는 밈이다. 밈이 처음 형성되었을 당시에는 아일라는 평소 목소리를 우리일라, 넙치들은 노래 부를 때를 진짜 일라라고 칭했으나 대부분의 상황에서 우리일라는 평소 목소리를 지칭하는 경우가 많아졌다. |
| 🔹유출 |
| 데뷔 초에 첫눈 녹음, 2티어 구독권 업데이트 예정, AGF 굿즈 온라인 판매 등의 소식을 많이 유출하여서 밈이 생겼었다. 방송이 익숙해진 후에는 유출을 많이 하지 않고 데뷔한 후배들이 굉장히 유출 사고를 많이 치고 있기 때문에 거의 쓰지 않는 밈이 되었다.[5] |
2.1.2.4. 플레이한 게임
| 동일 게임을 여러 차례 플레이한 경우 최초 방송 날짜만 기재 |
||<tablewidth=100%><tablebordercolor=#96D2F6><tablebgcolor=#fff,#191919><rowbgcolor=#96D2F6><rowcolor=#fff><width=10%> 방송 일자 ||<width=30%> 게임 이름 ||
}}} ||
}}} ||
}}} ||
| <rowcolor=#000> {{{#!folding ▼ 2024년 | <rowcolor=#000,#fff> 12. 05. | 이상한 수영장 | |
| 12. 10. | 파스파투 | ||
| 12. 13. | 서브노티카 | ||
| 12. 14. | 쿠키요미 | ||
| 12. 16. | MiSide | ||
| 12. 17. | 승리의 여신: 니케 | ||
| 12. 20. | Buckshot Roulette | ||
| 12. 22. | 프로스트펑크 | ||
| 12. 24. | Content Warning | ||
| 12. 27. | 아바리아 | ||
| 12. 28. | slither.io | ||
| 12. 30. | 데이브 더 다이버 | ||
| <rowcolor=#000> {{{#!folding ▼ 2025년 | <rowcolor=#000,#fff> 01. 01. | 승리의 여신: 니케 | |
| 01. 02. | 엘든 링 | ||
| 01. 10. | 呪われたデジカメ | ||
| 01. 17. | Carry the Glass 므므네 | ||
| 01. 20. | Make Good Choices | ||
| 01. 24. | 전략적 팀 전투 | ||
| 01. 30. | 위니언 바이러스 | ||
| 02. 02. | 퍼스트 버서커: 카잔 | ||
| 02. 03. | 구구 피자 | ||
| 02. 06. | My Summer Car | ||
| 02. 07. | 유로 트럭 시뮬레이터 2 | ||
| 02. 10. | One Hand Clapping | ||
| 02. 15. | 몬스터 헌터 와일즈 | ||
| 02. 20. | 슬렌더 스레드 | ||
| 02. 21. | 점프킹 | ||
| 02. 24. | Unlucky_Chicken/ | ||
| 03. 01. | R.E.P.O. 합방 | ||
| 03. 17. | 스플릿 픽션 므므네 | ||
| 03. 20. | 러스트 샌드박스 중세서버 | ||
| 03. 22. | Overcooked! 2 | ||
| 03. 25. | Two Point Museum | ||
| 03. 31. | 인조이 | ||
| 04. 14. | 붕괴: 스타레일 | ||
| 04. 23. | Sea:Balloon | ||
| 04. 23. | Get To Work | ||
| 04. 28. | 마인크래프트 생존게임 서버 | ||
| 05. 18. | Pushing it! Together - Sisyphus Co-op 합방 | ||
| 06. 02. | Grand Theft Auto V 콩밥특별시 | ||
| 06. 13. | 명조: 워더링 웨이브 | ||
| 07. 13. | 스텔라 블레이드 | ||
| 07. 27. | 브레드와 프레드 므므네 | ||
| 07. 28. | PUBG: BATTLEGROUNDS 합방 | ||
| 08. 11. | 후즈 앳 더 도어 | ||
| 08. 27. | 포켓몬스터 어나더 레드 | ||
| 09. 04. | 오버워치 므므네 | ||
| 10. 13. | 리틀 나이트메어 3 므므네 | ||
| 10. 14. | 로블록스 | ||
| 10. 17. | CloverPit | ||
| 10. 21. | 폴가이즈 | ||
| 10. 27. | 성세천하: 여제의 탄생 Ⅰ | ||
| 11. 03. | Escape from Duckov | ||
| 11. 21. | 新幹線 0号 | ||
| 11. 21. | MyVoiceZoo | ||
| 12. 08. | Steins;Gate | ||
| <rowcolor=#000> {{{#!folding ▼ 2026년 | <rowcolor=#000,#fff> 01. 03. | 명조: 워더링 웨이브 | |
| 01. 05. | 마인크래프트 므므네 / GrimWorld | ||
| 01. 13. | The Sushi House | ||
| 02. 07. | ウミガリ | ||
| 02. 19. | 붕괴: 스타레일 | ||
| 02. 23. | 검은 신화: 오공 | ||
| 02. 27. | 명일방주: 엔드필드 | ||
| 03. 04. | 파피 플레이타임 챕터 1 | ||
| 03. 09. | Pokémon Pokopia | ||
| 04. 08. | 인생게임합방 | ||
| 04. 13. | Super Bunny Man므므네 | ||
| 04. 17. | Scam Line합방 | ||
| 04. 29. | 이환 | ||
| 05. 08. | 친구모아 아일랜드 두근두근 라이프 | ||
| 05. 11. | Hozy | ||
| 05. 18. | 서브노티카 2므므네 | ||
| 06. 01. | 포르자 호라이즌 6 | ||
2.1.3. 여담
개인 여담
- 빵뽕납빵[6]이 본 아일라 첫인상
{{{#!wiki style="max-width: 750px; border-radius: 10px; overflow: hidden; margin-left: 1px;"
| 므므네 | 모이 | 먀뮤뮤 |
| 이 사람은 누군데 자꾸 나한테 말을 거는거지... 나 공포라디오 들어야 되는데... 질문이 왜 이렇게 많지?? | 아.아.아.아.아. | 얼음속성 포켓몬 |
}}}
* 빵뽕납빵이 본 아일라 현인상[7]
{{{#!wiki style="max-width: 750px; border-radius: 10px; overflow: hidden; margin-left: 1px;"
* 빵뽕납빵이 본 아일라 현인상[7]
{{{#!wiki style="max-width: 750px; border-radius: 10px; overflow: hidden; margin-left: 1px;"
| 므므네 | 모이 | 먀뮤뮤 |
| 둘도 없는 친구 가장 편한 가장 나를 잘 이해해주는 사람 여미새 | 아뇨아뇨아뇨아뇨 | 넓적부리새 (공격력 높은 게임함) |
- 위시스의 리더 자리는 디렉터님 앞에서 가위바위보로 리더를 정했다고 한다. 아일라는 져서 리더가 못 될까봐, 므므네는 이겨서 리더가 될까봐 걱정하며 가위바위보를 했다고 한다.
- 가위바위보로 정한 리더이지만 상당히 리더쉽이 좋은 편이다. 의견을 생각하는데 시간이 걸리는 므므네 대신 회사에 피드백을 해주기도 하고 그림프로덕션 8인이 다 모인 마크 서버에서도 어수선한 분위기를 정리하고 엔더 드래곤 토벌에 낙오된 멤버들을 데리고 한 번 더 토벌하러 가는 등 리더다운 면모를 보인다.
- 실제로도 구피를 기르고 있으며 청새치를 상당히 좋아한다.[8]
- 방송에선 플레이, LCK 응원 등 관련 콘텐츠를 하지 않지만, LCK 직관 썰을 들려주는 등 롤을 상당히 좋아했던는 것으로 보인다. 특히 커즈의 팬이다. 커즈의 친필 사인 유니폼도 소장 중이다. [9]
- 버타쿠력이 강하다. 특히 홀로라이브, 니지산지 등 일본 버튜버에 대해 잘 아는 편이다.
- 심각한 컴맹이다. 예시로 Alt+F4를 몰라서 방송 중에 넙치에게 속아 창을 다 끄거나 신의상 준비 당시 매니저에게 압축 그렇게 푸는 사람 처음 봤다는 이야기를 들었다.[10]
- 카카오톡 이모티콘 중 샴푸와 린스 시리즈를 애용한다. 처음에는 싫어하는 주위 사람들의 질색하는 반응을 보려고 썼지만 지금은 진짜 귀여워서 쓴다고 한다.
- 부모님이 돌아가신 그림왕국에서와 다르게 현재는 대장님, 사모님, 형아와 함께 살고 있다. 통금이 있지만 대형 서버 등에 참여하면 봐주신다고 한다.
- 영어 이름에 대문자 I와 소문자 l이 함께 포함되어 있어 해외 외주 파일을 받을 때 파일명이 잘못 표기되는 경우가 잦다고 한다.[11]
- 해병대 아주머니 영상을 상당히 좋아한다. 특히 짜장면을 먹는 장면을 좋아해서 방송 중 종종 따라한다.
- 데뷔 전 위치 ON-LIVE! 더빙 녹음 당시 므므네와 너무 사이가 좋아서 회식에서 회사 직원들에게 진짜 사귀는 거 아니냐는 질문 받은 적 있다고 한다.
- 2026년 1월 9일 개최된 그림프로덕션 신년회에서 직원들이 주는 상으로 오지상을 받았다.
방송 여담
- 2025 싱드컵 서머 시즌에 참여하였다. 예선 스물 다섯, 스물 하나, 본선 어떻게 사랑이 그래요
- V:MIX2 본선에 참여하였다.
- 샌드박스 러스트 중세 서버에 참여하였다. 참여 당시 일라무스아무거나스안가리고스마구머거스토마스아퀴나스아우구스티누스안셀무스아리스토텔레스부기온앤온을낉여오거라라는 긴 이름으로 참여하였다. [12]
- 스트리머 마크서버 생존게임에 참여하였다. 준비 기간 동안 열심히 준비하였지만, 정작 최종 전쟁 날에는 새벽까지 준비하고 오전 11시 모이 방송에 게스트로 나가 뒤 작업실에서 잠들었다가 늦잠을 자서 참여하지 못했다.[13]
- 콩밥특별시에 3차 입주로 참여하였다. 쌍남자라는 RP로 참여했으며 늦게 입주하여 고생하였지만 길고양이 연합에 들어가 부두목이 되었다. 쌍남자라는 이름과 달리 귀여운 목소리를 가져 놀라는 사람이 많았다. [14]
- 뿔이 아프다라는 말을 자주 쓴다. 주 대상은 넙치들이다. 연애 관련 이야기가 나왔을 때 넙치들이 잘 아는 듯한 반응을 보이면 바로 뿔이 아픈데?라고 하며 WWE를 건다. [15]
- 낯을 가리는 성격 탓에 소속사와 GLIIMMerS 인원 제외하면 스트리머 친구가 없다시피 한 므므네와 달리 다양한 서버 참여를 통해 스트리머 친구가 있는 편이다. 대표적으로 러스트에서 만나 아직까지 인연을 이어오고 있는 폐급즈[16]와 길고양이 연합 사람들이 있다.
- 방송 종료 전 넙치들과 함께 방종 셀카를 촬영하는 루틴이 있다. 방종 셀카를 찍을 때면 넙치들이 채팅창에 V를 올려야 한다. 컴퓨터 활용이 익숙하지 않아 화면 캡처 대신 휴대폰으로 촬영하는 방식이라 찰칵하고 촬영 소리가 들리는 것이 특징이다. 해당 루틴은 원래 아일라가 먼저 진행하던 것을 므므네가 배워 본인 방송에서 동일하게 시행하고 있다.
2.1.4. 관련 틀
| {{{#!wiki style="margin: -10px -10px" | <tablealign=center><tablebordercolor=transparent><tablebgcolor=transparent> | 콩밥특별시 갱단 길고양이 연합 | }}} |
| {{{#!wiki style="margin:0 -10px -5px; min-height:calc(1.5em + 5px); word-break: keep-all" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin:-5px -1px -11px" | <colbgcolor=#a37b2b><colcolor=#fff> 보스 | 쿠트맨 | |
| 조직원 | 괴도라이 냐하꼬 냐코 쌍남자 김소향 김붕야 도라봉 나유랑 남천동 하츠네영길 |
2.2. 므므네
그림프로덕션 소속 2인조 그룹 위시스의 맏언니. 치지직 스트리머이며, 버츄얼 유튜버이다.#!if (문단 == null) == (앵커 == null)
를#!if 문단 != null & 앵커 == null
의 [[므므네#s-|]]번 문단을#!if 문단 == null & 앵커 != null
{{{#!if 문서명 = 문서명 != null ? 문서명 : calleeTitle
의 [[므므네#|]] 부분을}}} 참고하십시오.3. 음악
3.1. 단체 음반
||<tablewidth=700><tablealign=center><tablebgcolor=#ffffff,#1c1d1f><rowbgcolor=#5e626e,#5e626e><rowcolor=#ffffff,#ffffff><tablebordercolor=#5e626e,#5e626e><width=9%>
}}}}}}}}} ||
}}}}}}}}} ||
순서
||<-2><width=55%> 제목 ||<width=15%> 발매 ||<width=10%> 링크
||| 2024년 | |||||||
| 01 | | Wish List [위치 ON-LIVE! OST] | 12.06. | | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 작사 | 작곡 | 편곡 | 보컬 | |||
| Wkly, 진리(Full8loom) | 희창(Coke paris), 김기산 | 희창(Coke paris), 김기산 | 아일라, 므므네 | ||||
| 2025년 | |||||||
| 02 | | Dear Moon | 06.23. | | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 작사 | 작곡 | 편곡 | 보컬 | |||
| 진리(Full8loom) | 영광의얼굴들(Full8loom), 진리(Full8loom), HARRY(Full8loom) | 영광의얼굴들(Full8loom), HARRY(Full8loom) | 아일라, 므므네 | ||||
3.2. 개인 음반
3.2.1. Orange Flare
#!if (문단 == null) == (앵커 == null)
를#!if 문단 != null & 앵커 == null
의 [[Orange Flare#s-|]]번 문단을#!if 문단 == null & 앵커 != null
{{{#!if 문서명 = 문서명 != null ? 문서명 : calleeTitle
의 [[Orange Flare#|]] 부분을}}} 참고하십시오.3.3. 오리지널 곡
3.3.1. 두쫀쿠
| <keepall>2026.02.12 두쫀쿠 | 3' 21" 뚜뚜뚜바이 뚜뚜뚜바이 쫀득쫀득해 ♪ *ꈍ﹃ꈍ)ノ 두바이 쫀득 쿠키를 너무나 사랑한 므네가 만든 자작곡! |
|
|
3.4. 단체 커버
||<tablewidth=1000><tablealign=center><tablebgcolor=#ffffff,#1c1d1f><rowbgcolor=#5e626e,#5e626e><rowcolor=#ffffff,#ffffff><width=5%><tablebordercolor=#5e626e,#5e626e>
}}}}}}}}} ||
}}}}}}}}} ||
}}}}}}}}} ||
}}}}}}}}} ||
순서
||<width=20%> 제목 ||<width=2%> 업로드 ||<width=90%> 링크
||| 2024년 | |||||
| 01 | 첫 눈(EXO) | 12.18 | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| 희창 (Coke paris), 김기산 | 므므네, 아일라 | 소녀인, Aga | |||
| 2025년 | |||||
| 01 | Snow halation | 12.14 | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| 정의균 | 므므네, 아일라, 먀뮤뮤, 모이, 청목, 비화, 매화린, 백희 | 治癒, ムギ | |||
| 2026년 | |||||
| 01 | 마음 예보 | 02.14 | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| - | 므므네, 아일라 | harainikerina, KuRA | |||
| 02 | 夏色えがおで1,2,Jump! | 8.12 | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| Coke Paris | 므므네, 아일라, 먀뮤뮤, 모이, 청목, 비화, 매화린, 백희 | SHIROMASHYU | |||
3.5. 개인 커버
3.5.1. 아일라
||<tablewidth=1000><tablealign=center><tablebgcolor=#f5f5f5,#1c1d1f><rowbgcolor=#a8d1f4,#a8d1f4><rowcolor=#ffffff,#ffffff><width=5%><tablebordercolor=#a8d1f4,#a8d1f4>
}}}}}}}}} ||
}}}}}}}}} ||
}}}}}}}}} ||
}}}}}}}}} ||
순서
||<width=20%> 제목 ||<width=1%> 업로드 ||<width=90%> 링크
||| 2025년 | ||||||
| 01 | 逆夢(역몽) | 03.01 | ||||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | 스트리밍 | ||
| - | 아일라 | 治癒, h2de | | |||
| 02 | 花に亡霊(꽃에 망령) | 05.31 | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| - | 아일라 | yuzu, MUGI | |||
| 03 | 사랑하게 될 거야 | 09.23 | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| - | 아일라 | - | |||
| 2026년 | |||||
| 01 | 花になって(꽃이 되어줘) | 01.11. | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| - | 아일라 | ShotGunMan, YY | |||
3.5.2. 므므네
||<tablewidth=1000><tablealign=center><tablebgcolor=#ffffff,#1c1d1f><rowbgcolor=#e8b692,#e8b692><rowcolor=#ffffff,#ffffff><width=5%><tablebordercolor=#e8b692,#e8b692>
}}}}}}}}} ||
}}}}}}}}} ||
}}}}}}}}} ||
}}}}}}}}} ||
}}}}}}}}} ||
순서
||<width=20%> 제목 ||<width=1%> 업로드 ||<width=90%> 링크
||| 2025년 | |||||
| 01 | BIBBIDIBA(비비디바) | 01.28 | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| - | 므므네 | 소녀인, Aga | |||
| 02 | オトノケ(Otonoke) | 07.05 | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| - | 므므네 | 포롱, Aga | |||
| 03 | Golden | 07.22 | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| - | 므므네 | = | |||
| 04 | きゅうくらりん | 10.03 | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| - | 므므네 | dundun | |||
| 2026년 | |||||
| 04 | WHERE IS MY HUSBAND! | 03.21 | |||
| {{{#!wiki style="word-break: keep-all; margin: 0 -10px -5px; min-height: 25px" {{{#!folding [ 펼치기 · 접기 ] {{{#!wiki style="margin: -6px -1px -11px" | <rowcolor=#ffffff,#ffffff> 편곡 | 보컬 | MV | ||
| - | 므므네 | KREN, HISHA | |||
4. 활동 이력
| 위시스의 단체 출연만 기록. 개인으로 출연한 목록은 멤버별 개인 항목에 기재. |
| <rowcolor=#ffffff,#ffffff> 날짜 | 행사 명 | 장소 | 비고 | |
| 2024년 | ||||
| 12.07~12.08 | AGF 2024 | KINTEX | | |
| 2025년 | ||||
| 09.12~09.14 | 서울 팝콘 2025 | COEX | | |
| 10.01~10.31 | RECLOW X WISHes Halloween Collaboration | RECLOW 명동 플래그십 스토어 | | |
| 11.22~12.21 | 위시스 (WISHes) X 애니메이트 카페 'Gratte(그라떼)' | 애니메이트 카페 홍대점, 롯데잠실점 | | |
| 11.30 | WISHes 3D Showcase 'WISHes On Live!' | - | | |
| 12.06~12.31 | RECLOW X WISHes Halloween Collaboration | RECLOW 홍대 하우스 | | |
| 2026년 | ||||
| 05.23 | 2026 팬심 버추얼 팬미팅 in 일러스타 페스 11 | KINTEX | | |
5. 관련 문서
==# 언론 보도 #==
- 2024-11-27 | 매일경제: [콘텐츠 핫&뉴] 스마일게이트 스토브, 신작 비주얼 노벨 ‘위치 온라이브’ 출시
- 2025-06-12 | 뉴시스: 버추얼 아이돌 듀오 '위시스', 18일 정식 데뷔 '디어 문'
- 2025-06-16 | 스포츠동아: WISHes, ‘Dear Moon’으로 데뷔…가상과 현실 잇는다
- 2025-06-16 | JTBC: 버추얼 아이돌 위시스, 경계 허문 데뷔
- 2025-06-18 | 스포츠경향: 플레이브만 있나!···위시스 떴다
- 2025-06-18 | 뉴시스: 버츄얼 듀오 '위시스', 세상 밖으로…'디어 문'
- 2025-06-18 | 뉴스1: '버추얼 아이돌' 위시스, 18일 첫 오리지널 싱글 '디어 문' 발매
- 2025-11-24 | 머니투데이: "더 입체적인 가상현실의 세계"…버튜버의 세계관이 궁금하다면?
- 2025-11-28 | 스포츠경향: WISHes, 첫 3D 쇼케이스
- 2025-11-28 | JTBC: '버추얼 아이돌' 위시스, 데뷔 1주년 기념 첫 3D 쇼케이스 개최
- 2025-11-28 | 스포츠동아: ‘버추얼돌’ 위시스, 벌써 데뷔 1년…30일 첫 3D 쇼케이스 개최
- 2025-12-09 | 스포츠서울: ‘버추얼 아이돌’ 위시스, 아이웨어 브랜드와 크리스마스 콜라보
- 2025-12-15 | 뉴스1: 그림 프로덕션, 크리스마스 스페셜 커버곡 '스노우 할레이션' 공개
- 2025-12-15 | JTBC: 그림 프로덕션, 소속 버추얼 아티스트 8인 총출동…크리스마스 커버곡 공개
- 2025-12-15 | 매일경제: “첫 단체 프로젝트”…그림 프로덕션, 크리스마스 스페셜 커버곡 영상 공개
- 2026-01-22 | 스포츠경향: 그림 프로덕션, 마인크래프트 서버 프로젝트 ‘그림월드’ 오픈
6. 둘러보기
#!style
/* Using BEM-style naming only due to the lack of CSS preprocessors and wiki limitations. */
.grimproduction-frame {
word-break: keep-all;
text-align: center;
max-width: 50rem;
margin: 0px auto;
padding: 0;
color: #000;
border: 2px solid #000;
}
.grimproduction-frame td {
padding: 0;
}
.grimproduction-frame__logo-section {
display: flex;
padding: 10px 0;
margin: 5px 10px;
justify-content: center;
align-items: center;
gap: 10px;
}
.grimproduction-frame__logo-section-divider {
height: 40px;
border-right: 1px solid #fff;
}
.grimproduction-frame__logo-section-text {
text-align: left;
color: #fff;
font: 1em/1.3 sans;
font-family: revert;
}
.grimproduction-frame__folding {
padding: 5px 0 !important;
border: none !important;
color: #000;
}
.grimproduction-frame__folding div {
margin-bottom: 0px;
}
.grimproduction--member__wrapper {
margin-bottom: 0px;
}
.grimproduction--member__table {
border: none !important;
margin-bottom: 0px;
background: transparent;
}
.grimproduction--member__table td {
padding: 5px;
}
.grimproduction--member__desc {
margin: 5px -10px;
padding: 12px 0 !important;
font: 1em/1.0 sans;
font-family: revert;
}
.grimproduction--member__top {
text-align: center;
letter-spacing: 0.25rem;
font-size: 0.75rem;
line-height: 0.75;
padding: 0 !important;
}
.grimproduction--member__footer {
border: none !important;
padding: 5px 0 0 0 !important;
}
.grimproduction--member__footer a {
color: #000;
font-weight: bold;
}
.grim__top {
background:rgb(141,171,218);
}
.grim__member--yurisa {
background:rgb(141,171,218);
}
.grim__member--yurisa a {
color: rgb(255,255,255);
}
.wishes__top {
color: #141306AA;
background: #96D2F6;
background: linear-gradient(90deg, rgba(150, 210, 246, 1) 0%, rgba(246, 179, 142, 1) 100%);
}
.wishes__member--iyla {
background: #96D2F6;
}
.wishes__member--iyla a {
color: #09466C;
}
.wishes__member--mumune {
background: #F6B38E;
}
.wishes__member--mumune a {
color: #6D2C09;
}
.playground__top {
color: #331F56AA;
background: #B9A4E9;
background: linear-gradient(90deg, rgba(185, 164, 233, 1) 0%, rgba(201, 184, 218, 1) 100%);
}
.playground__member--miamumu {
background: #B9A4E9;
}
.playground__member--miamumu a {
color: #1B0E39;
}
.playground__member--moi {
background: #C9B8DA;
}
.playground__member--moi a {
color: #24192F;
}
.saryeonghwa__top {
color: #e6b9c3AA;
background: #e6b9c3;
background: linear-gradient(90deg, #57784f, #7b160b, #BA7395, #6285F9);
}
.saryeonghwa__member--chungmok {
background: #e1f6de;
}
.saryeonghwa__member--chungmok a {
color: #57784f !important;
}
.saryeonghwa__member--bihwa {
background: #f0c7c6 !important;
}
.saryeonghwa__member--bihwa a {
color: #7b160b !important;
}
.saryeonghwa__member--maehwarin {
background: #f6dedd !important;
}
.saryeonghwa__member--maehwarin a {
color: #BA7395 !important;
}
.saryeonghwa__member--baekhee {
background: #e5dcfe !important;
}
.saryeonghwa__member--baekhee a {
color: #6285F9 !important;
}
@theseed-dark-mode {
.grimproduction-frame__folding {
color: #FFF;
}
.grimproduction--member__table {
background: transparent;
border: 1px solid #fff;
}
.grimproduction--member__footer a {
color: #FFF;
}
.grim__top {
background:rgb(35,63,107);
}
.grim__member--yurisa {
background:rgb(35,63,107);
}
.grim__member--yurisa a {
color: rgb(255,255,255);
}
.wishes__top {
color: #c6a742aa;
background: #09466C;
background: linear-gradient(90deg, #09466C 0%, #6D2C09 100%);
}
.wishes__member--iyla {
background: #09466C;
}
.wishes__member--iyla a {
color: #96D2F6;
}
.wishes__member--mumune {
background: #6D2C09;
}
.wishes__member--mumune a {
color: #F6B38E;
}
.playground__top {
color: #C1AEE2AA;
background: #1B0E39;
background: linear-gradient(90deg, #1B0E39 0%, #24192F 100%);
}
.playground__member--miamumu {
background: #1B0E39;
}
.playground__member--miamumu a {
color: #B9A4E9;
}
.playground__member--moi {
background: #24192F;
}
.playground__member--moi a {
color: #C9B8DA;
}
.saryeonghwa__member--chungmok {
background: #1F2B1C;
}
.saryeonghwa__member--chungmok a {
color: #6F9A65 !important;
}
.saryeonghwa__member--bihwa {
background: #420C06 !important;
}
.saryeonghwa__member--bihwa a {
color: #C02211 !important;
}
.saryeonghwa__member--maehwarin {
background: #4F273A !important;
}
.saryeonghwa__member--maehwarin a {
color: #e1c2d1 !important;
}
.saryeonghwa__member--baekhee {
background: #041E71 !important;
}
.saryeonghwa__member--baekhee a {
color: #89a3fb !important;
}
}
<tableclass=grimproduction-frame > [[그림프로덕션|]] | |||||
| <class=grimproduction-frame__folding> {{{#!folding [ 펼치기 · 접기 ] | <tableclass=grimproduction | <class=grimproduction--membertop wishestop> WISHes | <class=grimproduction--membertop playgroundtop> GRIM PLAYGROUND | ||
| | | | | | |
| <class=grimproduction Yurisa | <class=grimproduction Iyla | <class=grimproduction mumune | <class=grimproduction MIAMUMU | <class=grimproduction Moi | |
| <class=grimproduction--membertop saryeonghwatop> SaRyeongHwa | |||||
| | | | | ||
| <class=grimproduction Chungmok | <class=grimproduction Bihwa | <class=grimproduction Maehwarin | <class=grimproduction Baekhee | ||
| <class=grimproduction--member__footer> GRIM WORKS ( WISHes / 사령화 ) | GRIM PLAYGROUND | |||||
[1] 팬덤명 공모를 통해 정해진 명칭이다. 댓글 작성자는 위시스의 의미인 소원과 자연스럽게 이어지는 가장 긍정적인 표현으로 ‘소원을 이루다’에서 착안했다고 밝혔다.[2] 매주 일요일 저녁 업로드[3] 평소에 노래할 때의 톤으로 말하려고 하면 점차 음높이가 올라가 원래의 톤으로 돌아온다고 한다.[4] 2티어 구독[5] 하지만 애니메이트 카페 그라떼 콜라보 설명을 할 때 콜라보 카페를 원하는 이루미들을 보며 말을 할까말까 고민했다고 한다.
[6] 그림웍스 1기 위시스와 그림플레이그라운드 모이, 먀뮤뮤를 함께 부르는 조합 애칭[7] 25년 8월 8일 방송이므로 현재와 다를 수 있음[8] 마스코트 이름인 멀린도 청새치의 영어 이름인 Striped Marlin에서 따왔다고 한다.[9] 현재 LCK의 감성이 자신과 맞지 않아 관심이 떨어진 상태라고 한다.[10] 파일을 다운로드 후 크롬 다운로드 창에서 파일을 반디집으로 열어 압축풀기를 눌러서 압축을 풀었다고 한다.[11] '라일락', '아일리' 등으로 잘못 표기되는 예로 언급했다. 해당 여담을 읽으며 한국 외주 파일도 이름이 잘못 표기 되어 오는 경우도 많다고 밝혔다.[12] 해당 서버는 중세 말투를 사용했었어야 했는데 말투에 중독되어서 현재도 ~라네 등의 서버 영향을 받은 말투가 약간 남아있다.[13] 늦게 방송을 켜서 울고 전쟁하는 것을 도방한 후 함께했던 스트리머들과 사진을 찍으며 끝냈다.[14] 참여 당시에는 자신이 진짜로 남자 목소리를 내고 있다고 생각했다고 한다.[15] 해당 문서를 읽던 아일라는 WWE가 아닌 UFC라고 생각한다고 밝혔다.[16] 폐급즈 멤버로는 저무콩, 뉴정, 온치가 있다.