/* COLOR TABLES
  #00AEEF #EC008C #0079A5 #B2006B #F39800 #ffc107 #6c757d #f8f9fa #343a40 #c0c0c0
*/
/*body {*/
/*  width: 100%;*/
/*  height: 100vh;*/
/*  margin: 0;*/
/*  font-family: SCDreamRegular;*/
/*  font-size: 13px;*/
/*  background: linear-gradient(#EC008C 50%, #F39800);*/
/*  background-repeat: no-repeat;*/
/*  user-select: none;*/
/*}*/

body {
  width: 100%;
  height: 100vh;
  margin: 0;
  font-family: SCDreamRegular;
  font-size: 13px;
  position: relative;
  user-select: none;
}
body:before {
  width: 100%;
  height: 100vh;
  background: linear-gradient(#ec008c 50%, #f39800);
  background-repeat: no-repeat;
  content: "";
  position: fixed;
}

#header {
  position: relative;
  top: 0;
}
#header .header-logo {
  cursor: auto;
  margin-top: 15px;
  height: 36px;
}
#header .header-button {
  font-family: SCDreamMedium;
  font-size: 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 15px;
  margin-top: 18px;
  padding: 0px 5px;
  height: 24px;
  background: none;
}

#track {
  position: relative;
  top: 20px;
}
#track .track-title {
  font-family: SCDreamBold;
  font-size: 18px;
  color: #ffffff;
  margin: 0 10px 0 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#track .track-artist {
  font-family: SCDreamMedium;
  font-size: 13px;
  color: #ffffff;
  margin: 0 20px 0 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#track .track-coverart {
  background-image: url("/images/coverart/coverart_common.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 160px;
  border-radius: 80px;
  animation: rotateImage 20s linear infinite;
  transform-origin: 50% 50%;
  position: absolute;
  width: 160px;
  height: 160px;
  top: 60px;
  left: 50%;
  margin-left: -80px;
}
@keyframes rotateImage {
  100% {
    transform: rotate(360deg);
  }
}
#track .track-currtime {
  font-family: SCDreamRegular;
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  text-align: right;
  top: 140px;
  right: 50%;
  width: 50px;
  margin-top: 65px;
  margin-right: 60px;
}
#track .track-fulltime {
  font-family: SCDreamRegular;
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  text-align: left;
  top: 140px;
  left: 50%;
  width: 50px;
  margin-top: 65px;
  margin-left: 60px;
}
#track .track-location {
  font-family: SCDreamMedium;
  font-size: 12px;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin: 0 10px 0 10px;
  top: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#track .track-volume-border {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 12px;
  cursor: pointer;
  position: absolute;
  top: 270px;
  left: 50%;
  width: 202px;
  height: 24px;
  margin-left: -100px;
  z-index: 1;
}
#track .track-volume-slider {
  background-color: #00aeef;
  border-radius: 10px;
  position: absolute;
  top: 272px;
  left: 50%;
  width: 150px;
  height: 20px;
  margin-left: -99px;
}
#track .track-volume-onoff {
  font-family: SCDreamMedium;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  text-align: right;
  top: 140px;
  right: 50%;
  width: 50px;
  margin-top: 131px;
  margin-right: 110px;
}
#track .track-volume-value {
  font-family: SCDreamRegular;
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  text-align: left;
  top: 144px;
  left: 50%;
  width: 50px;
  margin-top: 131px;
  margin-left: 110px;
}

#control {
  position: relative;
  top: 275px;
}
#control .container-control {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#control .control-main {
  cursor: pointer;
  font-family: SCDreamBold;
  font-size: 24px;
  color: #ffffff;
  width: 120%;
  text-align: center;
  z-index: 1;
}
#control .control-sub {
  cursor: pointer;
  font-family: SCDreamBold;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#control .control-div {
  cursor: pointer;
  font-family: SCDreamBold;
  font-size: 10px;
  color: #ffffff;
  width: 25%;
  text-align: center;
  z-index: 1;
}
#control .container-circle {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#control .control-main-circle {
  font-family: SCDreamBold;
  font-size: 46px;
  color: #ffffff;
  width: 120%;
  text-align: center;
  position: relative;
  top: -52px;
}
#control .control-sub-circle {
  font-family: SCDreamBold;
  font-size: 36px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
  top: -52px;
}

#channel {
  position: relative;
  top: 230px;
  padding: 0 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #channel {
    top: 195px;
  }
}

#channel .container-channel-lvl01 {
  padding: 0 20px;
  align-items: left;
}
.container .row .col-4 {
  padding: 0 2px;
}
#channel .channel-lvl01 {
  font-family: SCDreamBold;
  font-size: 24px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 2px;
  width: 100%;
  height: 95px;
  white-space: nowrap;
}
#channel .channel-notice-common {
  font-family: SCDreamMedium;
  font-size: 13px;
  color: #ffffff;
  /*background-color: #B2006B;*/
  cursor: auto;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  width: 100%;
  height: 95px;
  text-align: left;
}
#channel .container-channel-lvl02 {
  padding: 0 20px;
  align-items: left;
}
#channel .channel-lvl02 {
  font-family: SCDreamBold;
  font-size: 18px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 2px;
  width: 100%;
  height: 90px;
}
#channel .container-channel-lvl03 {
  padding: 0 20px;
  align-items: left;
}
#channel .channel-lvl03 {
  font-family: SCDreamBold;
  font-size: 14px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 2px;
  width: 100%;
  height: 60px;
  white-space: nowrap;
}
#channel .container-channel-franchise {
  padding: 0 20px;
  align-items: left;
}
#channel .channel-franchise {
  font-family: SCDreamBold;
  font-size: 14px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 2px;
  width: 100%;
  height: 60px;
}
#channel .channel-notice-franchise {
  font-family: SCDreamMedium;
  font-size: 13px;
  color: #ffffff;
  background-color: #0079a5;
  cursor: auto;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  width: 100%;
  height: 60px;
  text-align: left;
}

#channel-navi {
  position: relative;
  top: 316px;
  padding: 0px;
}
#channel-navi .container-channel-updown .channel-up {
  position: relative;
  font-family: SCDreamBold;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  float: left;
  top: 0px;
  z-index: 1;
}
#channel-navi .container-channel-updown .channel-down {
  position: relative;
  font-family: SCDreamBold;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  float: right;
  top: 0px;
  z-index: 1;
}

.music-player-playlist {
  display: none;
}

::-webkit-scrollbar {
  width: 10px;
  display: var(--scrollbar-display);
}
::-webkit-scrollbar-thumb {
  height: 30%;
  background: var(--scrollbar-color-bar);
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: var(--scrollbar-color-backgound);
  border-radius: 5px;
}

@media screen and (min-width: 100px) {
  #channel {
    padding: 0 20px;
  }
}
@media screen and (min-width: 575px) {
  #control {
    padding: 0 60px;
  }
  #channel {
    padding: 0 80px;
  }
  #channel-navi {
    padding: 0 60px;
  }
}
@media screen and (min-width: 660px) {
  #control {
    padding: 0 100px;
  }
  #channel {
    padding: 0 120px;
  }
  #channel-navi {
    padding: 0 100px;
  }
}
@media screen and (min-width: 767px) {
  #control {
    padding: 0 160px;
  }
  #channel {
    padding: 0 180px;
  }
  #channel-navi {
    padding: 0 160px;
  }
}
@media screen and (min-width: 991px) {
  #control {
    padding: 0 260px;
  }
  #channel {
    padding: 0 280px;
  }
  #channel-navi {
    padding: 0 260px;
  }
}
@media screen and (min-width: 1199px) {
  #control {
    padding: 0 360px;
  }
  #channel {
    padding: 0 380px;
  }
  #channel-navi {
    padding: 0 360px;
  }
}
@media screen and (min-width: 1399px) {
  #control {
    padding: 0 460px;
  }
  #channel {
    padding: 0 480px;
  }
  #channel-navi {
    padding: 0 460px;
  }
}
