*{
    margin: 0;
    padding: 0;
    font-family:'Apple SD Gothic Neo',Arial, sans-serif !important;
    letter-spacing: normal;
}

footer{
    width: 100%;
    z-index: 999999;
    position: fixed;
    bottom: 0;
    left: 0;
}

.footer_wrap {
    width: 800px;
    margin: 0 auto;
}

.footer_wrap ul li {
    list-style: none;
}

.footer_wrap img{
    border: 0;
    vertical-align:top;
    pointer-events: none;
}

.footer_wrap a{
    width: 25px;
    height: 25px;
    text-decoration: none;
    color: inherit;
}

.footer_wrap .clearfix{
    display: inline-block;
    content: "";
    clear:both;
}

.footer_wrap h2{
    margin: 30px 0;
    font-weight: 700;
    font-size: 25px;
}

.footer_wrap .clearfix{
    display: block;
    content: "";
    clear: both;
}

.footer_wrap .wrap{
    margin:0 auto;
}

.footer_wrap .container{
    position: relative;
}

.footer_wrap .footer_wrap{
    position: relative;
}

.footer_wrap .music{
    overflow-x: scroll;
    overflow:auto;
}

.footer_wrap .music ul li {
    margin-bottom: 20px;
}

.footer_wrap .f_play{
    display:flex;
    height: 80px;
    background: #1C1C1C;
    padding: 10px 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.footer_wrap .f_play_info{
    display: flex;
    align-items: center;
}

.footer_wrap .f_play .f_play_info h2{
    font-weight: normal;
    font-size: 21px;
    margin: 0 0 5px 0;
    line-height: 25px;
}

.footer_wrap .f_play .f_play_info h3{
    font-weight: normal;
    font-size: 18px;
    color: #c4c4c4;
    line-height: 20px;
    margin: 0 !important;
}

.footer_wrap .f_btn_wrap{
    display: flex;
    align-items: center;
}

.footer_wrap .f_btn_wrap .playlist_btn label{
    background-image: url(image/icon/Playlist.svg);
}

.footer_wrap button label{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: none;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

.f_btn_wrap button:nth-of-type(2){
    width: 35px;
    height: 35px;
}

.f_btn_wrap button:nth-of-type(4) {
    margin-bottom: 8px;
    width: 35px;
    height: 35px;
}

.f_btn_wrap button label{
    display: block;
    width: 100%;
    height: 100%;
}

.f_btn_wrap button:nth-of-type(1) label{
    background-image: url(image/icon/Prev.svg);
}

.f_btn_wrap button:nth-of-type(2) label{
    background-image: url(image/icon/Play.svg);
}

.f_btn_wrap button:nth-of-type(2) label.on{
    background-image: url(image/icon/Stop.svg);
}


.f_btn_wrap button:nth-of-type(3) label{
    background-image: url(image/icon/Next.svg);
}

.footer_wrap .line{
    border-top: 1px solid #404040;
    margin: 0 !important;
}

.footer_wrap .f_menu{
    padding: 10px 0;
    display: flex;
    align-content: space-between;
    flex-direction: row;
    justify-content: space-around;
    background-color: black;
}

.footer_wrap .f_menu .f_menu_wrap button{
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.f_menu .f_menu_wrap span{
    font-size: 16px;
    font-weight: normal;
    color:#fff;
    display: block;
    line-height: 25px;
    padding-top: 7px;
}

.f_menu_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 8px;
}

.f_menu_wrap:nth-of-type(1) button{
    background-image: url(image/icon/Home.svg);
}

.f_menu_wrap:nth-of-type(2) button{
    background-image: url(image/icon/Search.svg);
}

.f_menu_wrap:nth-of-type(3) button{
    background-image: url(image/icon/Library.svg);
}

.f_menu_wrap:nth-of-type(4) button{
    background-image: url(image/icon/Mypage.svg);


}

footer button {
    background: none;
    outline: 0px;
    border: 0;
    font-size: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 10px;
}