<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>love my actor</title>
    <link>https://prominence.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Tue, 22 Sep 2026 23:40:53 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>love my actor</managingEditor>
    <item>
      <title>NOTICE</title>
      <link>https://prominence.tistory.com/notice/4</link>
      <description>&lt;div&gt;
&lt;style&gt;
/* =====================================================
   기본
===================================================== */

.tistory-music-wrap,
.tistory-music-wrap * {
    box-sizing:border-box;
}

.tistory-music-wrap {
    width:350px;
    height:720px;
    margin:30px auto;
    position:relative;

    font-family:-apple-system,BlinkMacSystemFont,
        &quot;Apple SD Gothic Neo&quot;,&quot;Malgun Gothic&quot;,sans-serif;
}


/* =====================================================
   휴대폰
===================================================== */

.tistory-phone-screen {
    position:absolute;
    top:0;
    left:0;

    width:350px;
    height:720px;

    background:#fff;
    color:#17181b;

    border:7px solid #f8f8f8;
    border-radius:42px;

    overflow:hidden;

    box-shadow:0 25px 55px rgba(0,0,0,.11);

    display:flex;
    flex-direction:column;

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transition:opacity .22s ease;
}

.tistory-phone-screen.active {
    opacity:1;
    visibility:visible;
    pointer-events:auto;

    z-index:2;
}


/* =====================================================
   상태바
===================================================== */

.tistory-status-bar {
    height:43px;
    padding:15px 22px 0;

    display:flex;
    justify-content:space-between;

    font-size:11px;
    font-weight:600;

    flex-shrink:0;
}

.tistory-status-icons {
    display:flex;
    gap:6px;

    font-size:9px;
}


/* =====================================================
   헤더
===================================================== */

.tistory-header {
    height:53px;

    display:grid;
    grid-template-columns:1fr auto 1fr;

    align-items:center;

    padding:0 20px;

    flex-shrink:0;
}

.tistory-header-left {
    justify-self:start;

    font-size:21px;
    font-weight:300;

    color:#555;

    cursor:pointer;
    user-select:none;
}

.tistory-header-title {
    font-size:13px;
    font-weight:600;
}

.tistory-header-right {
    justify-self:end;

    font-size:17px;
}


/* =====================================================
   NOW PLAYING
===================================================== */

.tistory-now-playing {
    flex:1;

    padding:22px 26px 0;

    overflow:hidden;
}

.tistory-album {
    width:100%;
    aspect-ratio:1;

    border-radius:22px;

    overflow:hidden;

    background:#ddd;

    box-shadow:0 15px 28px rgba(0,0,0,.12);
}

.tistory-album img {
    width:100%;
    height:100%;

    display:block;

    object-fit:cover;
}

.tistory-song-area {
    position:relative;

    text-align:center;

    margin-top:22px;
}

.tistory-song-title {
    font-size:25px;
    line-height:1.1;

    font-weight:700;

    letter-spacing:-1px;
}

.tistory-artist {
    margin-top:7px;

    color:#858991;

    font-size:14px;
}

.tistory-song-actions {
    position:absolute;

    top:0;
    left:0;
    right:0;

    display:flex;
    justify-content:space-between;
}

.tistory-song-actions button {
    border:0;

    background:transparent;

    color:#96999e;

    font-size:19px;

    cursor:pointer;
}


/* =====================================================
   재생바
===================================================== */

.tistory-player {
    margin-top:25px;
}

.tistory-progress-bar {
    width:100%;
    height:4px;

    background:#d7d8db;

    border-radius:10px;

    position:relative;
}

.tistory-progress-fill {
    width:42%;
    height:100%;

    background:#202124;

    border-radius:inherit;

    position:relative;
}

.tistory-progress-fill:after {
    content:&quot;&quot;;

    position:absolute;

    right:-5px;
    top:50%;

    width:10px;
    height:10px;

    transform:translateY(-50%);

    border-radius:50%;

    background:#202124;
}

.tistory-time {
    display:flex;

    justify-content:space-between;

    margin-top:7px;

    color:#858990;

    font-size:9px;
}

.tistory-controls {
    display:flex;

    align-items:center;
    justify-content:center;

    gap:24px;

    margin-top:16px;
}

.tistory-control {
    width:25px;
    height:25px;

    border:0;

    background:transparent;

    color:#17191d;

    display:flex;

    align-items:center;
    justify-content:center;

    font-size:14px;

    cursor:pointer;
}

.tistory-control.small {
    color:#92959a;

    font-size:13px;
}

.tistory-play {
    width:51px;
    height:51px;

    border-radius:50%;

    background:#17191d;

    color:#fff;

    font-size:16px;

    box-shadow:0 7px 15px rgba(0,0,0,.14);
}


/* =====================================================
   하단 메뉴
===================================================== */

.tistory-bottom-nav {
    height:67px;

    border-top:1px solid #eeeeef;

    background:#fff;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    padding:5px 7px 3px;

    flex-shrink:0;
}

.tistory-nav-item {
    display:flex;

    flex-direction:column;

    align-items:center;
    justify-content:center;

    gap:4px;

    color:#96999f;

    font-size:8px;
}

.tistory-nav-icon {
    font-size:17px;

    line-height:1;
}

.tistory-nav-item.active {
    color:#17191d;

    font-weight:600;
}


/* =====================================================
   PROMISE 앨범 페이지
===================================================== */

.tistory-album-page {
    flex:1;

    padding:20px 19px 0;

    overflow:hidden;
}

.tistory-album-header {
    display:grid;

    grid-template-columns:112px 1fr;

    gap:13px;

    align-items:center;

    margin-bottom:17px;
}

.tistory-small-album {
    width:112px;
    height:112px;

    border-radius:17px;

    overflow:hidden;

    background:#ddd;
}

.tistory-small-album img {
    width:100%;
    height:100%;

    object-fit:cover;

    display:block;
}

.tistory-album-info {
    min-width:0;
}

.tistory-album-type {
    color:#90949a;

    font-size:9px;

    margin-bottom:5px;
}

.tistory-album-title {
    font-size:25px;

    line-height:1;

    font-weight:700;

    letter-spacing:-1px;
}

.tistory-album-artist {
    margin-top:6px;

    font-size:12px;

    color:#858990;
}

.tistory-click-text {
    display:block;

    margin-top:5px;

    font-size:10px;

    color:#858990;
}

.tistory-album-icons {
    display:flex;

    gap:14px;

    margin-top:12px;
}

.tistory-album-icons button {
    border:0;

    background:transparent;

    padding:0;

    color:#222;

    font-size:16px;

    cursor:pointer;
}


/* =====================================================
   PLAY / SHUFFLE
===================================================== */

.tistory-album-buttons {
    position:relative;

    z-index:10;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:9px;

    margin-bottom:13px;
}

.tistory-album-buttons button {
    position:relative;

    z-index:11;

    display:block;

    width:100%;
    height:40px;

    border:0;

    border-radius:11px;

    font-family:inherit;

    font-size:11px;

    font-weight:500;

    cursor:pointer;

    pointer-events:auto;

    -webkit-tap-highlight-color:transparent;
}

.tistory-album-play {
    background:#181a1f;

    color:#fff;
}

.tistory-album-shuffle {
    background:#f0f1f3;

    color:#202226;
}


/* =====================================================
   곡 목록
===================================================== */

.tistory-track-list {
    display:flex;

    flex-direction:column;
}

.tistory-track {
    min-height:51px;

    display:grid;

    grid-template-columns:31px 1fr 25px;

    align-items:center;

    gap:7px;

    border-bottom:1px solid #f0f0f1;
}

.tistory-track-number {
    font-size:10px;

    color:#72767d;
}

.tistory-track-info {
    min-width:0;
}

.tistory-track-name {
    font-size:11px;

    font-weight:600;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;
}

.tistory-track-meta {
    margin-top:3px;

    color:#92969c;

    font-size:8px;
}

.tistory-track-more {
    color:#999;

    font-size:10px;

    text-align:center;
}

.tistory-track.current {
    background:#f5f5f6;

    border-radius:9px;

    padding:0 5px;

    border-bottom:0;
}

.tistory-track.current .tistory-track-number {
    color:#17191d;

    font-weight:600;
}


/* =====================================================
   미니 플레이어
===================================================== */

.tistory-mini-player {
    position:absolute;

    left:7px;
    right:7px;

    bottom:66px;

    height:57px;

    background:#181b21;

    border-radius:17px;

    color:#fff;

    display:grid;

    grid-template-columns:42px 1fr auto;

    align-items:center;

    gap:9px;

    padding:7px 8px;

    box-shadow:0 8px 20px rgba(0,0,0,.17);

    z-index:5;
}

.tistory-mini-cover {
    width:42px;
    height:42px;

    border-radius:10px;

    overflow:hidden;

    background:#555;
}

.tistory-mini-cover img {
    width:100%;
    height:100%;

    object-fit:cover;
}

.tistory-mini-info {
    min-width:0;
}

.tistory-mini-title {
    font-size:11px;

    font-weight:600;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;
}

.tistory-mini-artist {
    font-size:8px;

    color:#999;

    margin-top:3px;
}

.tistory-mini-buttons {
    display:flex;

    align-items:center;

    gap:10px;
}

.tistory-mini-heart {
    font-size:18px;
}

.tistory-mini-pause {
    width:37px;
    height:37px;

    border-radius:11px;

    background:#fff;

    color:#17191d;

    display:flex;

    align-items:center;
    justify-content:center;

    font-size:12px;
}


/* =====================================================
   팝업
===================================================== */

.tistory-modal-bg {
    position:fixed;

    inset:0;

    background:rgba(0,0,0,.28);

    backdrop-filter:blur(5px);

    display:flex;

    align-items:center;
    justify-content:center;

    padding:20px;

    opacity:0;

    visibility:hidden;

    pointer-events:none;

    transition:.2s;

    z-index:99999;
}

.tistory-modal-bg.show {
    opacity:1;

    visibility:visible;

    pointer-events:auto;
}

.tistory-modal {
    position:relative;

    z-index:100000;

    width:min(390px,100%);

    background:#fff;

    border-radius:22px;

    padding:25px 24px 22px;

    box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.tistory-modal-label {
    font-size:10px;

    color:#92959a;

    margin-bottom:7px;
}

.tistory-modal-title {
    font-size:22px;

    font-weight:700;

    margin-bottom:17px;
}

.tistory-modal-text {
    font-size:11px;

    line-height:1.8;

    color:#4e5156;

    white-space:pre-line;
}

.tistory-modal-close {
    width:100%;

    height:39px;

    border:0;

    border-radius:11px;

    background:#f0f1f3;

    font-family:inherit;

    font-size:11px;

    margin-top:21px;

    cursor:pointer;
}


/* =====================================================
   모바일
   ★ 정확히 315px
===================================================== */

@media(max-width:500px) {

    .tistory-music-wrap {
        width:315px !important;
        min-width:315px !important;
        max-width:315px !important;

        height:720px;

        margin:20px auto !important;

        left:auto !important;
        right:auto !important;

        transform:none !important;
    }

    .tistory-phone-screen {
        width:315px !important;
        min-width:315px !important;
        max-width:315px !important;

        height:720px !important;

        border:7px solid #f8f8f8;

        border-radius:42px;

        box-shadow:0 25px 55px rgba(0,0,0,.11);
    }
}


/* =====================================================
   아주 작은 화면
===================================================== */

@media(max-width:330px) {

    .tistory-music-wrap {
        width:315px !important;
        min-width:315px !important;
        max-width:315px !important;

        margin-left:auto !important;
        margin-right:auto !important;
    }
}
&lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-music-wrap&quot;&gt;&lt;!-- =====================================================
     MUSIC PLAYER
===================================================== --&gt;
&lt;div id=&quot;tistoryMusicScreen&quot; class=&quot;tistory-phone-screen&quot;&gt;
&lt;div class=&quot;tistory-status-bar&quot;&gt;&lt;span&gt;3:13&lt;/span&gt;
&lt;div class=&quot;tistory-status-icons&quot;&gt;&lt;span&gt;▮▮▮&lt;/span&gt; &lt;span&gt;⌁&lt;/span&gt; &lt;span&gt;▱&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;header class=&quot;tistory-header&quot;&gt;
&lt;div id=&quot;tistoryBackToPlaylist&quot; class=&quot;tistory-header-left&quot;&gt;&amp;rsaquo;&lt;/div&gt;
&lt;div class=&quot;tistory-header-title&quot;&gt;Now Playing&lt;/div&gt;
&lt;div class=&quot;tistory-header-right&quot;&gt;♫&lt;/div&gt;
&lt;/header&gt;&lt;main class=&quot;tistory-now-playing&quot;&gt;
&lt;div class=&quot;tistory-album&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dna/bCpfTy/dJMcadKceVO/AAAAAAAAAAAAAAAAAAAAAH8UB7XANdxX3y4DbpVGfmLOJMRXXPTtmxYXV2XrRZx2/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&amp;amp;expires=1790780399&amp;amp;allow_ip=&amp;amp;allow_referer=&amp;amp;signature=zcW7vQ2AQBGbr30SJcwfxiZYzb8%3D&quot; alt=&quot;Album Cover&quot; /&gt;&lt;/div&gt;
&lt;section class=&quot;tistory-song-area&quot;&gt;
&lt;div class=&quot;tistory-song-actions&quot;&gt;&lt;button type=&quot;button&quot;&gt;♡&lt;/button&gt; &lt;button type=&quot;button&quot;&gt;&amp;middot;&amp;middot;&amp;middot;&lt;/button&gt;&lt;/div&gt;
&lt;div class=&quot;tistory-song-title&quot;&gt;ACTOR&lt;/div&gt;
&lt;div class=&quot;tistory-artist&quot;&gt;友成空&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;tistory-player&quot;&gt;
&lt;div class=&quot;tistory-progress-bar&quot;&gt;
&lt;div class=&quot;tistory-progress-fill&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-time&quot;&gt;&lt;span&gt;1:04&lt;/span&gt; &lt;span&gt;3:03&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;tistory-controls&quot;&gt;&lt;button class=&quot;tistory-control small&quot; type=&quot;button&quot;&gt; ⇄ &lt;/button&gt; &lt;button class=&quot;tistory-control&quot; type=&quot;button&quot;&gt; |◀ &lt;/button&gt; &lt;button class=&quot;tistory-control tistory-play&quot; type=&quot;button&quot;&gt; ▶ &lt;/button&gt; &lt;button class=&quot;tistory-control&quot; type=&quot;button&quot;&gt; ▶| &lt;/button&gt; &lt;button class=&quot;tistory-control small&quot; type=&quot;button&quot;&gt; ↻ &lt;/button&gt;&lt;/div&gt;
&lt;/section&gt;
&lt;/main&gt;&lt;nav class=&quot;tistory-bottom-nav&quot;&gt;
&lt;div class=&quot;tistory-nav-item active&quot;&gt;
&lt;div class=&quot;tistory-nav-icon&quot;&gt;⌂&lt;/div&gt;
&lt;div&gt;Home&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-nav-item&quot;&gt;
&lt;div class=&quot;tistory-nav-icon&quot;&gt;⌕&lt;/div&gt;
&lt;div&gt;Search&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-nav-item&quot;&gt;
&lt;div class=&quot;tistory-nav-icon&quot;&gt;♫&lt;/div&gt;
&lt;div&gt;Library&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-nav-item&quot;&gt;
&lt;div class=&quot;tistory-nav-icon&quot;&gt;♡&lt;/div&gt;
&lt;div&gt;Playlist&lt;/div&gt;
&lt;/div&gt;
&lt;/nav&gt;&lt;/div&gt;
&lt;!-- =====================================================
     PROMISE
===================================================== --&gt;
&lt;div id=&quot;tistoryPlaylistScreen&quot; class=&quot;tistory-phone-screen active&quot;&gt;
&lt;div class=&quot;tistory-status-bar&quot;&gt;&lt;span&gt;3:13&lt;/span&gt;
&lt;div class=&quot;tistory-status-icons&quot;&gt;&lt;span&gt;▮▮▮&lt;/span&gt; &lt;span&gt;⌁&lt;/span&gt; &lt;span&gt;▱&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;header class=&quot;tistory-header&quot;&gt;
&lt;div id=&quot;tistoryBackToMusic&quot; class=&quot;tistory-header-left&quot;&gt;&amp;lsaquo;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;tistory-header-right&quot;&gt;⌕&lt;/div&gt;
&lt;/header&gt;&lt;main class=&quot;tistory-album-page&quot;&gt;
&lt;section class=&quot;tistory-album-header&quot;&gt;
&lt;div class=&quot;tistory-small-album&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dna/d2ZeHx/dJMcaiSqcC3/AAAAAAAAAAAAAAAAAAAAAHWXkPfwUoNNzi0tq0iqYAiyPU9yTo_X9QgOaVCfia8U/img.jpg?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&amp;amp;expires=1790780399&amp;amp;allow_ip=&amp;amp;allow_referer=&amp;amp;signature=6WQ5EtWRxACcjbLQZV%2BA%2BCyw5Vs%3D&quot; alt=&quot;Album Cover&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;tistory-album-info&quot;&gt;
&lt;div class=&quot;tistory-album-type&quot;&gt;Album &amp;middot; 8 songs &amp;middot; 2026&lt;/div&gt;
&lt;div class=&quot;tistory-album-title&quot;&gt;Promise&lt;/div&gt;
&lt;div class=&quot;tistory-click-text&quot;&gt;Click to button!&lt;/div&gt;
&lt;div class=&quot;tistory-album-icons&quot;&gt;&lt;button type=&quot;button&quot;&gt;♡&lt;/button&gt; &lt;button type=&quot;button&quot;&gt;⇩&lt;/button&gt; &lt;button type=&quot;button&quot;&gt;&amp;middot;&amp;middot;&amp;middot;&lt;/button&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;!-- ★ PLAY / SHUFFLE --&gt;
&lt;div class=&quot;tistory-album-buttons&quot;&gt;&lt;button id=&quot;tistoryPlayButton&quot; class=&quot;tistory-album-play&quot; type=&quot;button&quot;&gt; ▶ &amp;nbsp; Play &lt;/button&gt; &lt;button id=&quot;tistoryShuffleButton&quot; class=&quot;tistory-album-shuffle&quot; type=&quot;button&quot;&gt; ⇄ &amp;nbsp; Shuffle &lt;/button&gt;&lt;/div&gt;
&lt;section class=&quot;tistory-track-list&quot;&gt;
&lt;div class=&quot;tistory-track&quot;&gt;
&lt;div class=&quot;tistory-track-number&quot;&gt;01&lt;/div&gt;
&lt;div class=&quot;tistory-track-info&quot;&gt;
&lt;div class=&quot;tistory-track-name&quot;&gt;Set me free&lt;/div&gt;
&lt;div class=&quot;tistory-track-meta&quot;&gt;Syndrome &amp;middot; 04:23&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-track-more&quot;&gt;&amp;middot;&amp;middot;&amp;middot;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-track current&quot;&gt;
&lt;div class=&quot;tistory-track-number&quot;&gt;♪&lt;/div&gt;
&lt;div class=&quot;tistory-track-info&quot;&gt;
&lt;div class=&quot;tistory-track-name&quot;&gt;ACTOR&lt;/div&gt;
&lt;div class=&quot;tistory-track-meta&quot;&gt;友成空 &amp;middot; 3:03&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-track-more&quot;&gt;&amp;middot;&amp;middot;&amp;middot;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-track&quot;&gt;
&lt;div class=&quot;tistory-track-number&quot;&gt;03&lt;/div&gt;
&lt;div class=&quot;tistory-track-info&quot;&gt;
&lt;div class=&quot;tistory-track-name&quot;&gt;Normal&lt;/div&gt;
&lt;div class=&quot;tistory-track-meta&quot;&gt;友成空 &amp;middot; 00:00&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-track-more&quot;&gt;&amp;middot;&amp;middot;&amp;middot;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-track&quot;&gt;
&lt;div class=&quot;tistory-track-number&quot;&gt;04&lt;/div&gt;
&lt;div class=&quot;tistory-track-info&quot;&gt;
&lt;div class=&quot;tistory-track-name&quot;&gt;点描の唄&lt;/div&gt;
&lt;div class=&quot;tistory-track-meta&quot;&gt;Mrs. GREEN APPLE &amp;middot; 05:08&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-track-more&quot;&gt;&amp;middot;&amp;middot;&amp;middot;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-track&quot;&gt;
&lt;div class=&quot;tistory-track-number&quot;&gt;05&lt;/div&gt;
&lt;div class=&quot;tistory-track-info&quot;&gt;
&lt;div class=&quot;tistory-track-name&quot;&gt;夏音&lt;/div&gt;
&lt;div class=&quot;tistory-track-meta&quot;&gt;優里 &amp;middot; 03:58&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-track-more&quot;&gt;&amp;middot;&amp;middot;&amp;middot;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-track&quot;&gt;
&lt;div class=&quot;tistory-track-number&quot;&gt;06&lt;/div&gt;
&lt;div class=&quot;tistory-track-info&quot;&gt;
&lt;div class=&quot;tistory-track-name&quot;&gt;奏&lt;/div&gt;
&lt;div class=&quot;tistory-track-meta&quot;&gt;SUKIMASWITCH &amp;middot; 05:44&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-track-more&quot;&gt;&amp;middot;&amp;middot;&amp;middot;&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/main&gt;&lt;!-- 미니 플레이어 --&gt;
&lt;div class=&quot;tistory-mini-player&quot;&gt;
&lt;div class=&quot;tistory-mini-cover&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dna/bCpfTy/dJMcadKceVO/AAAAAAAAAAAAAAAAAAAAAH8UB7XANdxX3y4DbpVGfmLOJMRXXPTtmxYXV2XrRZx2/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&amp;amp;expires=1790780399&amp;amp;allow_ip=&amp;amp;allow_referer=&amp;amp;signature=zcW7vQ2AQBGbr30SJcwfxiZYzb8%3D&quot; alt=&quot;Album Cover&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;tistory-mini-info&quot;&gt;
&lt;div class=&quot;tistory-mini-title&quot;&gt;ACTOR&lt;/div&gt;
&lt;div class=&quot;tistory-mini-artist&quot;&gt;友成空&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-mini-buttons&quot;&gt;&lt;span class=&quot;tistory-mini-heart&quot;&gt; ♡ &lt;/span&gt;
&lt;div class=&quot;tistory-mini-pause&quot;&gt;Ⅱ&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;nav class=&quot;tistory-bottom-nav&quot;&gt;
&lt;div class=&quot;tistory-nav-item&quot;&gt;
&lt;div class=&quot;tistory-nav-icon&quot;&gt;⌂&lt;/div&gt;
&lt;div&gt;Home&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-nav-item&quot;&gt;
&lt;div class=&quot;tistory-nav-icon&quot;&gt;⌕&lt;/div&gt;
&lt;div&gt;Search&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-nav-item active&quot;&gt;
&lt;div class=&quot;tistory-nav-icon&quot;&gt;♫&lt;/div&gt;
&lt;div&gt;Library&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;tistory-nav-item&quot;&gt;
&lt;div class=&quot;tistory-nav-icon&quot;&gt;♡&lt;/div&gt;
&lt;div&gt;Playlist&lt;/div&gt;
&lt;/div&gt;
&lt;/nav&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- =====================================================
     팝업
===================================================== --&gt;
&lt;div id=&quot;tistoryModalBg&quot; class=&quot;tistory-modal-bg&quot;&gt;
&lt;div id=&quot;tistoryModal&quot; class=&quot;tistory-modal&quot;&gt;
&lt;div id=&quot;tistoryModalLabel&quot; class=&quot;tistory-modal-label&quot;&gt;PLAY&lt;/div&gt;
&lt;div id=&quot;tistoryModalTitle&quot; class=&quot;tistory-modal-title&quot;&gt;계정 성향&lt;/div&gt;
&lt;div id=&quot;tistoryModalText&quot; class=&quot;tistory-modal-text&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;button id=&quot;tistoryModalClose&quot; class=&quot;tistory-modal-close&quot; type=&quot;button&quot;&gt; 닫기 &lt;/button&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
(function() {

    function tistoryShowMusic() {

        var playlist =
            document.getElementById(&quot;tistoryPlaylistScreen&quot;);

        var music =
            document.getElementById(&quot;tistoryMusicScreen&quot;);

        if (!playlist || !music) return;

        playlist.classList.remove(&quot;active&quot;);
        music.classList.add(&quot;active&quot;);
    }


    function tistoryShowPlaylist() {

        var playlist =
            document.getElementById(&quot;tistoryPlaylistScreen&quot;);

        var music =
            document.getElementById(&quot;tistoryMusicScreen&quot;);

        if (!playlist || !music) return;

        music.classList.remove(&quot;active&quot;);
        playlist.classList.add(&quot;active&quot;);
    }


    function tistoryOpenModal(type) {

        var bg =
            document.getElementById(&quot;tistoryModalBg&quot;);

        var label =
            document.getElementById(&quot;tistoryModalLabel&quot;);

        var title =
            document.getElementById(&quot;tistoryModalTitle&quot;);

        var text =
            document.getElementById(&quot;tistoryModalText&quot;);

        if (!bg || !label || !title || !text) return;


        if (type === &quot;play&quot;) {

            label.innerText = &quot;PLAY&quot;;

            title.innerText = &quot;계정 성향&quot;;

            text.innerText =
`N (엔) 그 외 편하신 호칭 OK!

ARCH SYNDROME ♥
동담불가 극온리 성향 / 연결 후 성향 무관 1T1D 하고 있으며 저 또한 동일한 배려 바랍니다. 타임라인 내에 다른 신드롬 드림러가 있다면 연결 지양 부탁드립니다.`;

        }


        if (type === &quot;shuffle&quot;) {

            label.innerText = &quot;SHUFFLE&quot;;

            title.innerText = &quot;My lover...♡&quot;;

            text.innerText =
`ARCH - 산타, 밴스, 블루, 셰인, 윈터, 해일
FEALESS - 도브, 던, 제레미, 제스테
SERAPHIX - 에테르, 캐리온
BLUE FAIRY - 직살, 빠삐코
EOC - 베이퍼
@MEOM_MEO - 매그넘, 아르비테르, 에단, 키츠네
@OHNYU - ghnull
@SUGAR - 사카이 리츠
ETC - 마사카도, 이공팔

소중한 인연이 있어 더 이상 받지 않습니다.`;

        }


        bg.classList.add(&quot;show&quot;);
    }


    function tistoryCloseModal() {

        var bg =
            document.getElementById(&quot;tistoryModalBg&quot;);

        if (!bg) return;

        bg.classList.remove(&quot;show&quot;);
    }


    function tistoryInit() {

        var backToMusic =
            document.getElementById(&quot;tistoryBackToMusic&quot;);

        var backToPlaylist =
            document.getElementById(&quot;tistoryBackToPlaylist&quot;);

        var playButton =
            document.getElementById(&quot;tistoryPlayButton&quot;);

        var shuffleButton =
            document.getElementById(&quot;tistoryShuffleButton&quot;);

        var modalBg =
            document.getElementById(&quot;tistoryModalBg&quot;);

        var modalClose =
            document.getElementById(&quot;tistoryModalClose&quot;);


        /* 화면 이동 */

        if (backToMusic) {

            backToMusic.addEventListener(
                &quot;click&quot;,
                tistoryShowMusic
            );

        }


        if (backToPlaylist) {

            backToPlaylist.addEventListener(
                &quot;click&quot;,
                tistoryShowPlaylist
            );

        }


        /* ★ PLAY 버튼 */

        if (playButton) {

            playButton.addEventListener(
                &quot;click&quot;,
                function(event) {

                    event.preventDefault();
                    event.stopPropagation();

                    tistoryOpenModal(&quot;play&quot;);

                }
            );

        }


        /* ★ SHUFFLE 버튼 */

        if (shuffleButton) {

            shuffleButton.addEventListener(
                &quot;click&quot;,
                function(event) {

                    event.preventDefault();
                    event.stopPropagation();

                    tistoryOpenModal(&quot;shuffle&quot;);

                }
            );

        }


        /* 팝업 닫기 */

        if (modalClose) {

            modalClose.addEventListener(
                &quot;click&quot;,
                function(event) {

                    event.preventDefault();
                    event.stopPropagation();

                    tistoryCloseModal();

                }
            );

        }


        /* 팝업 바깥 클릭 */

        if (modalBg) {

            modalBg.addEventListener(
                &quot;click&quot;,
                function(event) {

                    if (event.target === modalBg) {

                        tistoryCloseModal();

                    }

                }
            );

        }

    }


    /*
     * Tistory에서 스크립트 실행 시점이 달라지는 경우까지 대응
     */

    if (document.readyState === &quot;loading&quot;) {

        document.addEventListener(
            &quot;DOMContentLoaded&quot;,
            tistoryInit
        );

    } else {

        tistoryInit();

    }

})();
&lt;/script&gt;</description>
      <author>love my actor</author>
      <guid isPermaLink="true">https://prominence.tistory.com/notice/4</guid>
      <pubDate>Sun, 20 Sep 2026 19:03:46 +0900</pubDate>
    </item>
  </channel>
</rss>