/*----- Default Start ------*/
div#list-screen {
    background-color: #141920;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

div#list-screen div#list-screen-header {
    background-color: #141920;
    padding: 15px;
    text-align: center;
    height: 55px;
    position: relative;
    color: white;
    font-family: "Lato", sans-serif;
    cursor: pointer;
}

div#list-screen div#list-screen-header img#up-arrow {
    position: absolute;
    top: 23px;
    left: 15px;
    cursor: pointer;
}

div#list-screen div#list-screen-header span.list-active-song-name {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.5px;
}

div#list-screen div#list {
    overflow-y: scroll;
}

div#list-screen div#list div.song {
    padding: 15px;
    background-color: #242b33;
    margin-bottom: 1px;
    cursor: pointer;
    line-height: 24px;
}

div#list-screen div#list div.song span.song-number-now-playing {
    display: inline-block;
    width: 24px;
    text-align: center;
}

div#list-screen div#list div.song span.song-number-now-playing span.number {
    opacity: 0.5;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
}

div#list-screen div#list div.song span.song-number-now-playing img.now-playing {
    display: none;
}

div#list-screen div#list div.song.amplitude-active-song-container {
    background-color: #30363e;
}

div#list-screen div#list div.song.amplitude-active-song-container span.song-number-now-playing img.now-playing {
    display: inline-block;
}

div#list-screen div#list div.song.amplitude-active-song-container span.song-number-now-playing span.number {
    display: none;
}

div#list-screen div#list div.song div.song-meta-container {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    width: calc(100% - 80px);
}

div#list-screen div#list div.song div.song-meta-container span.song-name {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #55b560;
    letter-spacing: 0.47px;
    display: block;
}

div#list-screen div#list div.song div.song-meta-container span.song-artist-album {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    letter-spacing: 0.47px;
    display: block;
}

div#list-screen div#list div.song span.song-duration {
    display: inline-block;
    opacity: 0.5;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    width: 35px;
    text-align: center;
}

div#list-screen div#list div.song span.song-artist-album {
    color: #5277b0;
}

div#list-screen div#list-screen-footer {
    height: 80px;
    padding: 15px;
}

div#list-screen div#list-screen-footer div#list-screen-meta-container {
    width: calc(100% - 123px);
    float: left;
}

div#list-screen div#list-screen-footer div#list-screen-meta-container span.song-name {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 24px;
}

div#list-screen div#list-screen-footer div#list-screen-meta-container div.song-artist-album {
    opacity: 0.5;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 16px;
}

div#list-screen div#list-screen-footer div.list-controls {
    width: 90px;
    float: right;
    margin-top: 8px;
}

div#list-screen div#list-screen-footer div.list-controls div.list-previous {
    cursor: pointer;
    width: 15px;
    height: 17px;
    background-image: url("/static/kr/img/ladio/test/small-previous.svg");
    background-repeat: no-repeat;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}

div#list-screen div#list-screen-footer div.list-controls div.list-play-pause {
    cursor: pointer;
    width: 17px;
    height: 24px;
    background-repeat: no-repeat;
    float: left;
}

div#list-screen div#list-screen-footer div.list-controls div.list-play-pause.amplitude-playing {
    background-image: url("/static/kr/img/ladio/test/small-pause.svg");
}

div#list-screen div#list-screen-footer div.list-controls div.list-play-pause.amplitude-paused {
    background-image: url("/static/kr/img/ladio/test/small-play.svg");
}

div#list-screen div#list-screen-footer div.list-controls div.list-next {
    cursor: pointer;
    width: 15px;
    height: 17px;
    background-image: url("/static/kr/img/ladio/test/small-next.svg");
    background-repeat: no-repeat;
    float: left;
    margin-left: 15px;
    margin-top: 4px;
}

div.player-header {
    background-color: #141920;
    padding: 15px;
    text-align: center;
    height: 55px;
    position: relative;
    margin-top: 40px;
    cursor: pointer;
    color: white;
    font-family: "Lato", sans-serif;
}

div.player-header img#down {
    position: absolute;
    top: 23px;
    left: 15px;
    cursor: pointer;
}

div#player-top {
    position: relative;
    overflow: hidden;
}

div#player-top img[amplitude-main-song-info="true"] {
    width: 100%;
    height: 370px;
}

div#player-middle {
    background-color: #000;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

div#player-middle div#time-container {
    color: white;
    width: 100%;
    background-color: #000;
    font-size: 14px;
    font-weight: bold;
}

div#player-middle div#time-container span.amplitude-duration-time {
    position: absolute;
    top: 0px;
    right: 5px;
}

div#player-middle div#time-container span.amplitude-current-time {
    position: absolute;
    top: 0px;
    left: 5px;
}

div#player-middle span.song-name {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 24px;
    display: block;
}

div#player-middle div.song-artist-album {
    opacity: 0.5;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 16px;
}

div#player-bottom {
    background-color: #192029;
    padding-left: 25px;
    padding-right: 25px;
}

div#player-bottom div#control-container {
    height: 140px;
    padding-top: 40px;
    padding-bottom: 40px;
}

div#player-bottom div#control-container div#shuffle-container {
    float: left;
    width: 20%;
    height: 60px;
    padding-top: 21px;
}

div#player-bottom div#control-container div#shuffle-container div#shuffle {
    width: 16px;
    height: 17px;
    cursor: pointer;
    margin: auto;
    opacity: 0.7;
}

div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-off {
    background: url("/static/kr/img/ladio/test/shuffle.svg");
}

div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-off:hover {
    background: url("/static/kr/img/ladio/test/shuffle-on.svg");
    opacity: 0.8;
}

div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-on {
    background: url("/static/kr/img/ladio/test/shuffle-on.svg");
    opacity: 1;
}

div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-on:hover {
    opacity: 1;
}

div#player-bottom div#control-container div#prev-container {
    width: 20%;
    float: left;
    height: 60px;
    padding-top: 18px;
}

div#player-bottom div#control-container div#prev-container div#previous {
    background: url("/static/kr/img/ladio/test/previous.svg");
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: auto;
}

div#player-bottom div#control-container div#prev-container div#previous:hover {
    background: url("/static/kr/img/ladio/test/previous-hover.svg");
}

div#player-bottom div#control-container div#play-pause-container {
    width: 20%;
    float: left;
    height: 60px;
}

div#player-bottom div#control-container div#play-pause-container div#play-pause {
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin: auto;
}

div#player-bottom div#control-container div#play-pause-container div#play-pause.amplitude-playing {
    background: url("/static/kr/img/ladio/test/pause.svg");
}

div#player-bottom div#control-container div#play-pause-container div#play-pause.amplitude-paused {
    background: url("/static/kr/img/ladio/test/play.svg");
}

div#player-bottom div#control-container div#next-container {
    width: 20%;
    float: left;
    height: 60px;
    padding-top: 18px;
}

div#player-bottom div#control-container div#next-container div#next {
    background: url("/static/kr/img/ladio/test/next.svg");
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: auto;
}

div#player-bottom div#control-container div#next-container div#next:hover {
    background: url("/static/kr/img/ladio/test/next-hover.svg");
}

div#player-bottom div#control-container div#repeat-container {
    float: left;
    width: 20%;
    height: 60px;
    padding-top: 20px;
}

div#player-bottom div#control-container div#repeat-container div#repeat {
    background: url("/static/kr/img/ladio/test/repeat.svg");
    width: 18px;
    height: 20px;
    cursor: pointer;
    margin: auto;
    opacity: 0.7;
}

div#player-bottom div#control-container div#repeat-container div#repeat:hover {
    background: url("/static/kr/img/ladio/test/repeat-on.svg");
    opacity: 0.8;
}

div#player-bottom div#control-container div#repeat-container div#repeat.amplitude-repeat-on {
    background: url("/static/kr/img/ladio/test/repeat-on.svg");
    opacity: 1;
}

div#player-bottom div#control-container div#repeat-container div#repeat.amplitude-repeat-on:hover {
    opacity: 1;
}

div#player-bottom div#control-container::after {
    content: "";
    display: table;
    clear: both;
}

div#player-bottom div#volume-container {
    padding-bottom: 20px;
    text-align: center;
}

div#player-bottom div#volume-container img {
    display: block;
    float: left;
    margin-top: -9px;
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider {
    width: calc(100% - 30px);
    -webkit-appearance: none;
    display: block;
    margin-left: 10px;
    float: left;
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider:focus {
    outline: none;
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-webkit-slider-runnable-track {
    width: 75%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(0, 0, 0, 0.5);
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    background-color: white;
    cursor: pointer;
    margin-top: -8px;
    -webkit-appearance: none;
    border-radius: 20px;
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider:focus::-webkit-slider-runnable-track {
    background: rgba(0, 0, 0, 0.5);
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(0, 0, 0, 0.5);
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background-color: white;
    cursor: pointer;
    margin-top: -8px;
    -webkit-appearance: none;
    border-radius: 20px;
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(0, 0, 0, 0.5);
    border-width: 15px 0;
    color: transparent;
    border-color: #192029;
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-lower {
    background: transparent;
    border-radius: 2.6px;
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-upper {
    background: transparent;
    border-radius: 2.6px;
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-thumb {
    height: 18px;
    width: 18px;
    background-color: white;
    cursor: pointer;
    margin-top: 0px;
    border-radius: 50%;
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}

div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-tooltip {
    display: none;
}

div#player-bottom div#volume-container:after {
    content: "";
    display: table;
    clear: both;
}

@-moz-document url-prefix() {
    div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider {
        margin-top: 0px;
    }
}

@supports (-ms-ime-align: auto) {
    div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider {
        margin-top: -4px;
        height: 30px;
        background-color: #192029 !important;
    }
}

@media all and (-ms-high-contrast: none) {

    div#player-bottom div#volume-container *::-ms-backdrop,
    div#flat-black-player-container div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider {
        margin-top: -8px;
        background-color: #192029 !important;
        background: #192029 !important;
    }
}

div#flat-black-player-container {
    position: relative;
    max-width: 400px;
    margin: auto;
}

.ac-loading-layer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #555;
    opacity: 0.5;
    z-index: 99999999;
}

.ac-loading .ac-loading-layer {
    display: block;
}

/*----- Default End ------*/

.player_box__bar {
    opacity: 0.95;
    position: fixed;
    right: 0;
    bottom: -100%;
    left: 0;
    background: #252525;
    z-index: 1001;
    font-size: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.player_box__bar.on {
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.player_box__bar .player__music {
    display: none;
    background: #252525;
}

.player_box__bar .player__music.on {
    display: block;
}

.player__music .content_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*----- Song Thumbnail Start ------*/
.player__music .content_area .song-thumbnail__wrapper {
    -webkit-box-flex: 4;
    -ms-flex: 4 0 auto;
    flex: 4 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    width: 31%;
}

.player__music .song-thumbnail__wrapper .thumbnail-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    position: relative;
    height: 50px;
    background-color: #e5e5e5;
    overflow: hidden;

}

.player__music .song-thumbnail__wrapper .thumbnail-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    image-rendering: auto;
}

.player__music .song-thumbnail__wrapper .thumbnail-image img.music_information {
    object-fit: cover;
}

.player__music .song-thumbnail__wrapper .thumbnail-image img.thumbnail-image-playImg {
    height: 30px;
    width: 30px;
    display: none;
    cursor: pointer;
}

.player__music .song-thumbnail__wrapper .thumbnail-image:hover img.thumbnail-image-playImg {

    display: block;
}

.player__music .song-thumbnail__wrapper .information {
    display: flex;
    height: 50px;
    margin-left: 18px;
    flex: 1;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}

.player__music .song-thumbnail__wrapper .information .track_name {
    height: 20px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player__music .song-thumbnail__wrapper .information .singer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
}

.player__music .song-thumbnail__wrapper .information .singer>span {
    margin-right: 15px;
    color: #fff;
}

.player__music .song-thumbnail__wrapper .information .singer>span.artist_name {
    color: #999999;
}

.player__music .music_information {
    cursor: pointer;
}

/*----- Song Thumbnail End ------*/

/*----- Play Controler Start ------*/
.player__music .content_area .play-control {
    -webkit-box-flex: 4;
    -ms-flex: 4 0 auto;
    flex: 4 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px;
}

.player__music .content_area .play-control>div {
    /* 각 버튼들 */
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.player__music .content_area .play-control>div:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.player__music .content_area .play-control>div:active {
    transform: translateY(0px) scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.player__music .content_area .play-control .amplitude-play-pause>i {
    cursor: pointer;
    font-size: 36px;
    color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}

.amplitude-prev>i,
.amplitude-next>i {
    cursor: pointer;
    font-size: 35px;
    color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}

.player__music .content_area .play-control .amplitude-play-pause>i.play {
    display: inline-block;
}

.player__music .content_area .play-control .amplitude-play-pause>i.pause {
    display: none;
}

.player__music .content_area .play-control .amplitude-play-pause.amplitude-playing>i.play {
    display: none;
}

.player__music .content_area .play-control .amplitude-play-pause.amplitude-playing>i.pause {
    display: block;
}

/*----- Play Controler End ------*/

/*----- Volume Controler Start ------*/
.player__music .content_area .volume-control {
    -webkit-box-flex: 4;
    -ms-flex: 4 0 auto;
    flex: 4 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.player__music .volume-control .vol_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.player__music .volume-control .vol_box .icon_box.amplitude-mute {
    margin-right: 10px;
}

.player__music .volume-control .vol_box .icon_box.amplitude-mute>i {
    cursor: pointer;
    color: #fff;
}

.player__music .volume-control .vol_box .icon_box.amplitude-mute .mute {
    display: block;
}

.player__music .volume-control .vol_box .icon_box.amplitude-mute .not_mute {
    display: none;
}

.player__music .volume-control .vol_box .icon_box.amplitude-not-muted .mute {
    display: none;
}

.player__music .volume-control .vol_box .icon_box.amplitude-not-muted .not_mute {
    display: block;
}

/* Volume Ranger */

input[type="range"].amplitude-volume-slider {
    display: inline-block;
    vertical-align: middle;
    /*width: 100%;*/
    padding: 0;
    background: transparent;
    background: #d92414;
    -webkit-appearance: none;
}

input[type="range"].amplitude-volume-slider:focus {
    outline: none;
}

input[type="range"].amplitude-volume-slider::-webkit-slider-runnable-track {
    width: 75%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: #FAFAFA;
}

input[type="range"].amplitude-volume-slider::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    background-color: #d92414;
    cursor: pointer;
    margin-top: -6px;
    -webkit-appearance: none;
    border-radius: 2px;
}

input[type="range"].amplitude-volume-slider::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(0, 0, 0, 0.5);
    background: #d92414;
}

input[type="range"].amplitude-volume-slider::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background-color: #dc1d46;
    cursor: pointer;
    margin-top: -8px;
    -webkit-appearance: none;
    border-radius: 20px;
}

input[type="range"].amplitude-volume-slider::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(0, 0, 0, 0.5);
    background: #d92414;
    border-width: 15px 0;
    color: transparent;
    border-color: #252525;
}

input[type="range"].amplitude-volume-slider::-ms-fill-lower {
    background: transparent;
    border-radius: 2.6px;
}

input[type="range"].amplitude-volume-slider::-ms-fill-upper {
    background: transparent;
    border-radius: 2.6px;
}

input[type="range"].amplitude-volume-slider::-ms-thumb {
    height: 18px;
    width: 18px;
    background-color: #dc1d46;
    cursor: pointer;
    margin-top: 0px;
    border-color: #dc1d46;
    border-radius: 50%;
}

input[type="range"].amplitude-volume-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 1);
}

input[type="range"].amplitude-volume-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 1);
}

input[type="range"].amplitude-volume-slider::-ms-tooltip {
    display: none;
}

@-moz-document url-prefix() {
    input[type="range"].amplitude-volume-slider {
        margin-top: 0px;
    }
}

@supports (-ms-ime-align: auto) {
    input[type="range"].amplitude-volume-slider {
        margin-top: -4px;
        background-color: transparent !important;
    }
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    input[type="range"].amplitude-volume-slider {
        margin-top: -8px;
        background-color: #252525 !important;
        background: #252525 !important;
        width: 130px;
        position: relative;
        top: 8px;
    }
}

/*----- Volume Controler End ------*/

input[type="range"].amplitude-song-slider {
    padding: 0;
}

/*----- Player Progress Start -----*/
#player-progress-bar-container {
    position: relative;
    height: 6px;
    background-color: #909192;
}

#song-played-progress {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 6px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    border: none;
    cursor: pointer;
    background: transparent;
    padding-bottom: 14px;
}

#song-played-progress[value]::-webkit-progress-bar {
    background: none;
}

#song-played-progress[value]::-webkit-progress-value {
    background: #d92414;
    padding-bottom: 6px;
}

#song-played-progress[value]::-moz-progress-bar {
    background: #d92414;
    padding-bottom: 6px;
}

#song-buffered-progress {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 6px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    border: none;
    background: transparent;
}

#song-buffered-progress[value]::-webkit-progress-bar {
    background: none;
}

#song-buffered-progress[value]::-webkit-progress-value {
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: width 0.1s ease;
    transition: width 0.1s ease;
}

#song-buffered-progress[value]::-moz-progress-bar {
    background: rgba(255, 255, 255, 1);
}

/*----- Player Progress End -----*/

/*----- Util Button Start -----*/
.util_area {
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    right: 24px;
    max-width: 160px;
    text-align: center;
    padding: 12px 8px;
    border-radius: 4px 4px;
    background: #000;
    border: 1px solid #999;
}

.util_area li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.util_area i {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.util_area i.on {
    color: #7e59e6;
}

/*----- Util Button End -----*/

/*----- Player Video Start -----*/
.player__video {
    font-size: 0;
    display: none;
    padding: 8px 144px 8px 200px;
}

.player__video.on {
    display: block;
}

.player__video embed {
    display: block;
    position: absolute;
    left: 0;
    width: 180px;
    height: 90px;
    background: #000;
    left: 20px;
    bottom: 8px;
}

.player__video .info_area {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 360px);
    padding: 0 20px;
}

.player__video .tit {
    padding: 0 0 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.player__video .uploader {
    color: #7e59e6;
    font-size: 14px;
    cursor: pointer;
}

.player__video .view {
    font-size: 14px;
    color: #ccc;
    margin: 0 0 0 12px;
}

.player__video .date {
    font-size: 14px;
    color: #ccc;
    margin: 0 0 0 12px;
}

.player__video .btn_area {
    display: inline-block;
    vertical-align: middle;
    width: 360px;
    padding: 0 20px;
    text-align: right;
}

.player__video .btn_area:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 62px;
}

.player__video .btn_area .btn {
    margin: 0 12px 0 0;
}

.player__video .btn_area .btn:last-child {
    margin: 0 0 0 0;
}

/*----- Player Video End -----*/


.ply_list_btn {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    cursor: pointer;
    line-height: 4rem;
    text-align: center;
    flex: 1 1 auto;
    transition: transform 160ms ease;
}

.ply_list_btn>i {
    font-size: 40px;
    color: #fff;
    vertical-align: middle;
}

.ply_list_btn:hover {
    transform: translateY(-2px) scale(1.06);
}

.ply_list_btn:active {
    transform: translateY(0px) scale(0.98);
}

.song_favorite,
.play-mode {
    transition: transform 160ms ease;
}

.song_favorite:hover,
.play-mode:hover {
    transform: translateY(-2px) scale(1.06);
}

.song_favorite:active,
.play-mode:active {
    transform: translateY(0px) scale(0.98);
}

.mode_change_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease, background-color 160ms ease;
}

.mode_change_btn>i {
    color: #fff;
    vertical-align: middle;
    font-size: 36px;
    line-height: 1;
}

.mode_change_btn:hover {
    transform: translateY(-2px) scale(1.06);
}

.mode_change_btn:active {
    transform: translateY(0px) scale(0.98);
}

#music-app-container .music-app-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 90px;
    box-sizing: border-box;
}

#music-app-container .music-app-wrapper .album .player-detail__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
}

#music-app-container .music-app-wrapper .album .player-detail__img img {
    max-width: 100%;
    height: 250px;
    border-radius: 5%;
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
    #contents_body>footer>div.player_box__bar.on>div.container>div.player__music.on>div.content_area>div.song-thumbnail__wrapper {
        width: 23%;
    }
}

@media screen and (min-width: 721px) and (max-width: 1024px) {
    #contents_body>footer>div.player_box__bar.on>div.container>div.player__music.on>div.content_area>div.song-thumbnail__wrapper {
        width: 25%;
    }
}

@media screen and (min-width: 721px) and (max-width: 1400px) {
    .player__music .content_area .volume-control {
        justify-content: flex-end;
    }

    .player__music .content_area .volume-control>.vol_box>.ranger_box {
        display: none !important;
    }
}

@media screen and (max-width: 720px) {

    .player_box__bar>.container {
        width: 95%;
        max-width: 95%;
        min-width: 95%;
    }

    .player_box__bar .player__music,
    .player_box__bar .player__music.on {
        /* display: none !important; */
    }

    .player_box__bar .player_close {
        width: 32px !important;
        height: 32px !important;
        top: -40px !important;
        opacity: 1 !important;
    }

    .player_box__bar .player_close>i {
        font-size: 20px;
    }

    .player_box__bar .favorite_mode {
        flex: none !important;
    }

    .player_box__bar .song_favorite {
        margin-right: 9px !important;
    }

    #player-progress-bar-container {
        height: 6px;
    }

    #song-played-progress {
        height: 6px;
    }

    #song-buffered-progress {
        height: 6px;
    }

    .content_area {}

    .player__music .content_area .song-thumbnail__wrapper {
        vertical-align: middle !important;
        flex: none !important;
        max-width: calc(100% - 135px);
        width: 37%;
    }

    .player__music .song-thumbnail__wrapper .thumbnail-image {
        -webkit-box-flex: none !important;
        -ms-flex: none !important;
        flex: none !important;
        position: relative !important;
        background-color: #e5e5e5 !important;
        overflow: hidden !important;
        width: auto !important;
        height: auto !important;
        vertical-align: middle !important;
    }

    .player__music .song-thumbnail__wrapper .thumbnail-image img {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 40px !important;
        width: 40px !important;
        object-fit: cover;
    }

    .player__music .song-thumbnail__wrapper .thumbnail-image img.thumbnail-image-playImg {
        display: none !important;
    }

    .player__music .song-thumbnail__wrapper .information {
        width: 90px;
        margin-left: 5px !important;
        vertical-align: middle;
        height: 40px;
        flex: 1 !important;
    }

    .player__music .song-thumbnail__wrapper .information .track_name {
        font-size: 12px !important;
    }

    .player__music .song-thumbnail__wrapper .information .singer {
        display: block !important;
        -webkit-box-align: auto !important;
        -ms-flex-align: auto !important;
        align-items: auto !important;
        margin-top: 4px !important;
        font-size: 12px !important;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .player__music .content_area .play-control {
        -webkit-box-flex: none !important;
        -ms-flex: none !important;
        flex: none !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin: 0 0 !important;
        display: flex !important;
        vertical-align: middle !important;
        margin-right: 10px !important;
    }

    .player__music .content_area .volume-control {
        vertical-align: middle !important;
        display: none !important;
    }

    .ply_list_btn {
        vertical-align: middle !important;
        width: 45px !important;
        height: 45px !important;
        margin: 0 0 0 0 !important;
        cursor: pointer !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: none !important;
        position: relative;
        left: 5px;
    }

    .amplitude-prev>i,
    .amplitude-next>i,
    .amplitude-play-pause {
        font-size: 34px;
    }

    .player__music .content_area .play-control>div {
        width: 34px;
        height: 45px;
    }

    .player__music .content_area .play-control>div.amplitude-play-pause {
        width: 45px;
    }

    .player__music .content_area .play-control .amplitude-play-pause>i {
        font-size: 45px;
    }

    .player__music .content_area .play-control .amplitude-play-pause>i.play {
        display: inline-block;
    }

    .player__music .content_area .play-control .amplitude-play-pause.amplitude-playing>i.pause {
        display: inline-block;
    }

    .amplitude-prev,
    .amplitude-play-pause,
    .amplitude-next {
        display: inline-block;
        vertical-align: middle;
    }

    .ply_list_btn>i {
        font-size: 32px;
    }

    .mode_change_btn {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .list__player__outer {
        width: calc(100% - 16px);
    }
}
