@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Hachi+Maru+Pop&family=Jura:wght@300..700&family=Kosugi+Maru&family=Noto+Serif+SC:wght@200..900&family=Pixelify+Sans:wght@400..700&family=Hina+Mincho&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Yellowtail&family=Yuji+Boku&family=ZCOOL+XiaoWei&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&family=Zhi+Mang+Xing&display=swap');
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Galmuri7/Galmuri7.css');
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Galmuri9/Galmuri9.css');
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Galmuri11/Galmuri11.css');
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Galmuri14/Galmuri14.css');
@font-face {
  font-family: 'HakgyoansimDunggeunmisoTTF-R';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimDunggeunmisoTTF-R.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HakgyoansimDunggeunmisoTTF-B';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimDunggeunmisoTTF-B.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'KCCImkwontaek';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2202@1.0/KCCImkwontaek.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Handletter';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Handletter.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BookkMyungjo-Bd';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'BookkMyungjo-Lt';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Lt.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Chosunilbo_myungjo';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChosunKm';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunKm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChosunSm';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* 기본 */
:root {
  --p-timing-function: cubic-bezier(0.46, 0.02, 0.56, 1.26);
}

.fix-layout .fullscreen .form-input,.fix-layout .fullscreen input[type="file"],.fix-layout .fullscreen input[type="text"],.fix-layout .fullscreen input[type="password"], .fix-layout .fullscreen textarea,.fix-layout .fullscreen select {
  background: var(--skin-base-color);
  color: var(--skin-base-color-auto);
  border: 1px solid var(--skin-text-color);
  font-family: var(--skin-default-font);
}
.fix-layout * {
  font-family: var(--skin-default-font);
  transition-duration: 0s;
}
.fullscreen *::-webkit-scrollbar {
  display: none; /* Chrome에서 기본 스크롤바 제거 */
}

.sortable-chosen {
  scale: 1.01;
}

.clr-field *, input, #clr-picker *, .clr-picker {
  transition: none;
}

/* 커스텀 스크롤바 */
.fullscreen .custom-scrollbar {
  position: absolute;
  top: 10px;
  right: -4px;
  width: 15px;
  height: calc(100% - 20px);
  background: transparent;
  opacity: 1;
  transition-duration: 0.6s;
  transition-property: opacity;
  top: 100px;
  height: calc(100% - 200px);
}

.fullscreen .custom-scrollbar .thumb {
  position: absolute;
  top: 0;
  width: 10px;
  max-height: 30px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 2;
  left: 5px;
  background: var(--skin-point-color);
}

/* 구조 */
.fullscreen {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  color: var(--skin-text-color);
  background: var(--skin-base-color);
  display: flex;
  font-family: var(--skin-default-font);
  z-index: 1000;
  flex-direction: column;
  overflow: hidden;
}

.fullscreen > .playlist-player {
  position: relative;
  bottom: unset;
}

.fullscreen_inner {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;

  overflow:hidden;
}

.section {
  height: 100%;
  position: relative;
  box-sizing: border-box;
  flex:1;
  max-height:100%;
}

.section.playlist {
  max-width: 25%;
  background: var(--skin-base-color-b);
  padding: 10px;
}

.section.songlist {
  width: 100%;
  color: var(--skin-text-color);
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.section.songlist.active {
  animation: fadeIn 0.9s;
}
.section.background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section.background_pic {
  mask-image: linear-gradient(90deg, #00000000 10%, #0000001a);
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
  filter: blur(6px);
}
.section.background_pic img {
  width: 100%;
  height: 100%;
}

.section.lyrics {
  max-width: 0px;
  position: relative;
  flex-shrink: 0;
  opacity: 0;
}
.gutter {
  background-color: #ddd; /* 경계선 색상 */
  cursor: col-resize;
  height: 100%;
}
.section.lyric.lyric_overlay {
  width: 0px;
  position: absolute;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: cover;
}

.skin-btn#playlist-add {
  width: 40px;
  height: 40px;
  font-family: var(--skin-title-font);
  font-size: 26px;
  margin: 0;
  line-height: 100%;
  font-weight: bold;
  color: var(--skin-point-color-auto-tt);
  padding: 0;
}

.skin-btn#takeout {
  height: 30px;
  position: fixed;
  left: 100px;
  bottom: 20px;
  font-family: var(--skin-title-font);
  font-size: 10px;
  padding: 0px 20px;
  margin: 0;
  z-index: 1002;
  line-height: 100%;
  font-weight: bold;
  color: var(--skin-point-color-auto-tt);
}

.player-divide .skin-btn#playlist-add,
.player-divide .skin-btn#takeout {
  opacity: 0;
  pointer-events: none;
}

/* 플레이리스트 */
.section.playlist {
  transition-duration: 0.8s;
  transition-timing-function: var(--p-timing-function);
  position: relative;
}
.section.playlist.small {
  max-width: 100px;
}
.section.playlist.small  .playlist-item {
  width: 100%;
}
.section.playlist.small  .playlist-add-btn-box {
  width: 100%;
}
.section.playlist.small .playlist-text {
  opacity: 0;
  height: 0;
  padding: 0;
  transition-delay: 0s;
}
.section.playlist.small .mod-btn {
  display: none;
}

.section.playlist.small .custom-scrollbar {
  opacity: 0;
  pointer-events: none;
}
.section.playlist.small #playlist-add {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.section.playlist.small .playlist-add-text {
display: none;
}
.playlist-header {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.playlist-header .skin-btn{
  transition-property: rotate;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 1.24, 0.93, 1);
  padding: 8px;
}
.playlist-header .skin-btn.on {
  rotate: 180deg;
}
.playlist-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  align-content: flex-start;
  overflow-y: auto;
  padding: 5px;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.playlist-item {
  box-sizing: border-box;
  padding: 10px;
  width: 50%;
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: 15px;
  transition: none;
}

.playlist-item.active .playlist-title {
  color: var(--skin-point-color);
}

.playlist-item:hover .playlist-thumb {
  scale: 1.01;
}

.playlist-item .mod-btn {
  opacity: 0;
}

.playlist-item:hover .mod-btn {
  opacity: 1;
}

.playlist-add-btn-box {
  box-sizing: border-box;
  padding: 10px;
  width: 50%;
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: 15px;
  transition: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.playlist-add-text {
  font-size: 14px;
  margin: 10px 0px;
  font-family: var(--skin-title-font);
}

.playlist-thumb {
  width: 100%;
  height: 0%;
  padding-bottom: 100%;
  transition-duration: 0.2s;
}

.playlist-thumb.empty {
  mix-blend-mode: luminosity;
}

.playlist-thumb.empty .playlist-thumb-block {
  background-image: linear-gradient(to top, #c1c1c1, transparent);
}

.playlist-item.active .playlist-thumb-block {
  border: 3px solid var(--skin-point-color);
}

.playlist-thumb-block {
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  box-sizing: border-box;
  transition: 0.2s;
}

.playlist-text {
  padding: 12px 10px;
  pointer-events: none;
  transition-duration: 0.6s, 0s;
  transition-delay: 0.5s, 0s;
  transition-property: opacity, padding;
}

.playlist-title {
  font-weight: bold;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 2em;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1em;
}

.playlist-info {
  opacity: 0.8;
}

.playlist-list .mod-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 10px;
  bottom: 16px;
  border-radius: 10px;
}

/* 노래리스트 */
.songlist-playlist {
  height: 200px;
  width: 100%;
  display: flex;
  padding: 10px;
  margin-bottom: 50px;
  box-sizing: border-box;
  min-width: 380px;
}
.songlist-playlist-thumb {
  height: 100%;
  aspect-ratio: 1 / 1;
  padding: 10px;
}

.songlist-playlist-thumb.empty {
  mix-blend-mode: luminosity;
}
.songlist-playlist-thumb-block {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.songlist-playlist-box {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.songlist-playlist-title {
  font-size: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 1;
  max-height: calc(1.5em* 3);
}

.songlist-songlist {
  overflow-y: auto;
  margin-top: 20px;
  position: relative;
  height: 100%;
  padding-bottom: 100px;
}
.songlist-songs {
  margin-bottom: 400px;
}
.songlist-song {
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  transition-duration: 0.6s;
  position: relative;
  background-repeat: no-repeat;
  background-size: 400px;
  background-position-x: -400px;
  min-height: 46px;
}

.songlist-song:hover {
  background-image: linear-gradient(45deg, var(--skin-point-color-t), transparent 90%);
  background-position-x: 0px;
  text-shadow: 0px 0px 6px var(--skin-text-color);
}

.songlist-song-number {
  width: 30px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  margin-right: 10px;
}

.songlist-song-thumb {
  width: 35px;
  height: 35px;
  aspect-ratio: 1 / 1;
  margin-right: 12px;
}

.songlist-song-title {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: block;
  height: 20px;
  white-space: nowrap;
  width: calc(100% - 250px);
}

.songlist-song-thumb-block {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.songlist-song:hover .mod-btn{
  opacity:1;
  pointer-events: auto;
}
.songlist-song .mod-btn {
  transition-duration:0.6s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0px;
}

.songlist-song .skin-btn.play-btn,
.songlist-song .skin-btn.pause-btn{
  display:inline-flex;
  padding: 12px 30px;
}
.songlist-song:hover .skin-btn.play-btn{
  text-shadow: none;
}

.songlist-song .skin-btn.pause-btn{
  display:none;
}

.songlist-song.active .skin-btn.play-btn{
  display:none;
}

.songlist-song.active .skin-btn.pause-btn{
  display:inline-flex;
}

.songlist-song .comment-number {
  width: 8px;
  height: 8px;
  overflow: hidden;
  color: var(--skin-point-color);
  background: var(--skin-point-color);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
  font-size: 12px;
  pointer-events: none;
  transition-duration: 0.4s;
  font-weight: bold;
}
.songlist-song:hover .comment-number{
  opacity: 1;
  width: 20px;
  height: 20px;
  color: var(--skin-point-color-auto-tt);
}

/* 가사 섹션 */
.lyrics {
  color: var(--skin-text-color);
  transition-duration: 0.8s;
  transition-timing-function: var(--p-timing-function);
  z-index: 1;
}
.lyrics.active {
  min-width: 400px;
  max-width: 500px;
  opacity: 1;
}

.lyric_outer {
  padding: 10px;
  overflow: auto;
  height: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.lyrics.active .lyric_btns {
  opacity: 1;
}
.lyric_btns {
  opacity: 0;
  text-align: right;
  animation: fadeIn 0.6s;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0px 20px;
  right: 0;
  z-index: 2; 
  position: relative;
  top: 20px;
}
.lyric_inner {
  padding: 100px 20px 300px 20px;
  z-index: 1;
  position: relative;
  color: var(--skin-text-color);
  text-shadow: 0px 0px 6px var(--skin-text-color-auto);
  display: flex;
  flex-direction: column;
}

.lyric_inner_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  animation: fadeIn 0.6s;
}
.lyric_inner_overlay_blur {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.lyric_inner.moving {
  user-select: none;
}

.lyric_inner.moving .main_lyric.has_c:not(.now_moving),
.lyric_inner.moving .empty_lyric.has_c:not(.now_moving) {
  opacity: 0.4;
  background: transparent;
  border: 0;
}

.empty_lyric {
  height: 1.5em;
}

.main_lyric {
  font-size: 20px;
  line-height: 1.5em;
  display: inline-flex;
  align-items: center;
  padding: 0px 3px 0px 3px;
  margin-top: 20px;
}

.com_active .main_lyric {
  user-select: none;
}
.com_active .sub_lyric {
  user-select: none;
}

.com_active .main_lyric:hover,
.main_lyric.has_c,
.empty_lyric.has_c {
  background: var(--skin-point-color-t);
  border-width: 0px 3px 0px 3px;
  border-style: solid;
  border-color: var(--skin-point-color-t);
  text-shadow: none;
}

.com_active .main_lyric.has_c:hover,
.com_active .empty_lyric.has_c:hover {
  border-width: 1px 3px 1px 3px;
  border-color: var(--skin-point-color);
  cursor: grab;
}


.now_moving  {
  cursor: grabbing;
}

.sub_lyric {
  opacity: 0.8;
  line-height: 1.5em;
  padding: 0px 3px;
}

.main_lyric.active,
.sub_lyric.active {
  font-weight: bold;
  opacity: 1;
}

.main_lyric.inactive,
.sub_lyric.inactive {
  opacity: 0.5;
}

.lyric_timing {
  background: var(--skin-point-color);
  border-radius: 5px;
  padding: 1px 10px;
  font-size: 11px;
  margin: 3px 0px;
  text-shadow: none;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  display:none;
  margin-right: calc(100% - 4em - 20px);
  bottom: -20px;
  position: relative;
}

.mod_active .lyric_timing {
  display: inline-flex;
  animation: fadeIn .5s;
  animation-fill-mode: forwards;
}

.mod_active .inactive {
  opacity: 1;
}

.skin-btn.time-btn {
  position: relative;
  width: 50px;
  height: 30px;
  padding: 8px;
  margin: 0;
  font-size: 17px;
  opacity: 0;
  pointer-events: none;
  line-height: unset;
  box-sizing: border-box;
}

.mod_active .skin-btn.time-btn {
  opacity: 1;
  pointer-events: auto;
}

.lyric_comment {
  position: fixed;
  color: var(--skin-base-color);
  background: var(--skin-text-color);
  width: fit-content;
  height: fit-content;
  max-width: 300px;
  max-height: 150px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 2;
  text-shadow: none;
}

.lyric_comment::after {
  content: '';
  position: absolute;
  bottom: -13px;
  right: 4px;
  border-style: solid;
  border-width: 0px 13px 17px 0px;
  border-color: transparent var(--skin-text-color) transparent transparent;
}

.lyric_comment_inner {
  word-break: break-word;
  overflow-y: auto;
  position: relative;
  max-height: 130px;
  border-radius: 15px;
  padding: 5px;
  box-sizing: border-box;
}

.text-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px;
}

/* 코멘트 섹션 */
.comment_outer {
  position: absolute;
  width: 400px;
  color: var(--skin-text-color);
  background: linear-gradient(168deg, var(--skin-text-color-auto), transparent);
  height: 100%;
  left: 0px;
  padding: 20px;
  box-sizing: border-box;
  transition-duration: 0.6s;
  backdrop-filter: blur(8px);
  overflow: auto;
}

.comment_outer.active {
  left: -400px;
}

.scroll_gradient {
  position: absolute;
  left: 0;
  right: 0;
  height: 30px; /* 그라데이션 높이 */
  pointer-events: none; /* 클릭 이벤트 무시 */
}

.scroll_gradient.top {
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.scroll_gradient.bottom {
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  display: none; /* 초기 상태에서는 숨김 */
}

.comment_box {
  display: none;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 150px;
}

.comment_box.active {
  display: inline-flex;
  animation: fadeInDown 1s;
}

.comment_info {
  text-align: right;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.comment_single {
  padding: 30px 10px 20px 10px;
  border-bottom: 1px dashed var(--skin-text-color-t);
}

.comment_single:hover .comment_btns {
  height: 36px;
  pointer-events: auto;
}

.comment_name_text {
  font-family: var(--skin-title-font);
}

.comment_content {
  margin-bottom: 20px;
}
.comment_btns {
  height: 0px;
  transition-duration: 0.4s, 0.6s;
  transition-property: width, height;
  text-align: right;
  overflow: hidden;
  pointer-events: none;
}
.comment_btns .skin-btn {
  width: 26px;
  height: 26px;
  margin: 3px;
  border-radius: 8px;
  padding: 0;
  rotate: 45deg;
}

.comment_btns .skin-btn > i {
  rotate: -45deg;
}

/* 코멘트 섹션 여기까지 */

/* 중국어 가사 */
.zh .main_lyric {
font-family: var(--zh-font);
}
/* 일본어 가사 */
.ja .main_lyric {
  font-family: var(--ja-font);
}
/* 영어 가사 */
.en .main_lyric {
font-family: var(--en-font);
}
/* 프랑스어 가사 */
.fr .main_lyric {
  font-family: var(--fr-font);
}


/* 가사 섹션 여기까지 */

/* 작성 */

#lyric_ko,
#lyric_other {
  width: calc(50% - 5px) !important;
}

/* 모바일 */

@media all and (max-width: 1200px) {
  #takeout {
    opacity: 0;
    pointer-events: none;
  }
}

@media all and (max-width: 1000px) {
  .playlist-item {
    width: 100%;
  }
  .playlist-add-btn-box {
    width: 100%;
  }
}

@media all and (max-width: 600px) {
  .songlist-playlist {
    flex-direction: column;
    height: 300px;
    margin-bottom: 10px;
    min-height: 250px;
    min-width: unset;
  }
  .songlist-songlist {
    height: 50%;
  }
  .songlist-song .mod-btn{
    display: none;
  }
  .songlist-playlist-box {
    height: calc(50% - 20px);
  }
  .songlist-playlist-thumb {
    aspect-ratio: 2 / 1;
    max-height: calc(50% - 20px);
  }
}

.section.narrow {
  position: absolute;
  flex: 0;
}

.section.playlist.narrow {
  z-index: 2;
  left: 0;
}

.section.playlist.mobile .playlist-item {
  width: 50%;
}

.section.playlist.mobile.small .playlist-item {
  width:100%;
}

.section.playlist.mobile {
  width: 100%;
  max-width: none;
}

.section.playlist.mobile.small {
  width: 0;
  padding: 0;
}

.section.playlist.mobile.small .playlist-list{
  padding: 0;
}
.section.playlist.mobile.small .playlist-header {
  padding: 10px;
}
.section.playlist.mobile.small .playlist-header .skin-btn {
  padding: 6px 10px;
  margin-top: 20px;
  background: var(--skin-text-color);
  color: var(--skin-base-color);
  border-radius: 10px;
  min-width: 20px;
}

.section.songlist.narrow {
  z-index: 1;
  width: calc(100% - 100px);
  right: 0;
}

.section.songlist.mobile {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  padding-top: 30px;
}

.section.lyrics.narrow {
  z-index: 3;
  right: 0;
}

.section.lyrics.narrow.active {
  width: 100%;
  max-width: calc(100% - 100px);
}

.section.lyrics.narrow.mobile.active {
  max-width: 100%;
}

.section.narrow .comment_outer.active {
  left: 0px;
  z-index: 3;
  width: 100%;
}

/* 메인 스킨 연결 상정 */

@media all and (max-height: 500px) {
  .section.songlist{
    overflow: scroll;
    height: fit-content;
  }
  .songlist-songlist {
    overflow: hidden;
  }
}

