@charset "utf-8";

/****************************************************
	Index Wrap Style
*****************************************************/

html, body			{ position: relative; height: 100%; margin: 0; padding: 0; overflow: auto !important; }

/****************************************************
	Index User Style
*****************************************************/
#wrap			{ height: 100%; }
#wrapper		{ width: 100%; height: 100%; }
#wrapper iframe { width: 100%; height: 100%; background-color: transparent; overflow:scroll; }

#bgm			{ position: fixed; top: 0; right: 0; text-align: center; width: 145px; z-index: 9999 !important; }
#bgm a			{ display: none; width: 15px; height: 15px; text-indent: -999px; overflow: hidden; }
#bgm a.on		{ display: inline-block; }
#site_bgm_box	{ width: 0px; height: 0px; overflow: hidden; }


/* 🎵 뮤직 플레이어 스타일 */
.music-player {
    position: fixed !important;
    right: 20px !important;
    top: 50px !important;
    z-index: 999999 !important; /* 다른 요소 위에 유지 */
    background: var(--music-base);
    width: 265px;
    height: 145px;
    border-radius: 5px;
    padding: 7px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--music-point);
}

/* 📌 플레이어 접기 버튼 스타일 */
#toggle-playlist {
    display: block !important;
    position: absolute;
    top: 5px !important;
    left: 5px !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 10px !important;
    border: none !important;
    background: var(--music-point) !important;
    color: white !important;
    cursor: pointer !important;
    z-index: 9999999 !important;
    border-radius: 50% !important;
}

/* 📌 접기 기능 */
.collapsed {
    height: 30px !important;
    overflow: hidden !important;
}

