/* 오디오 컨트롤러 */
.mediaWrap {
    left: 50%;
    top: 97px;
    position: absolute;
    display: none;
    transform: translateX(-50%);
    z-index: 300;
}

.test2 .mediaWrap {
    left: 69px;
    transform: none;
}

.mediaControls {
    /* background: url('../../images/music/control/bg_control.png') 0 0 no-repeat; */
    /* background: #70729d 0 0 no-repeat; */
    height: 62px;
    position: relative;
    /* width: 1759px; */
    display: flex;
    justify-content: start;
    align-items: center;
    /* border-radius: 31px; */
    padding: 0px 10px 0px 8px;
    cursor: auto;
    font-size: 27px;
    line-height: 54px;
    color: #000000;
    text-align: center;
}

.mediaControls[data-measure-total="0"] {}


/* 플레이어 배경 처리용 */
.mediaControls .conBgWrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mediaControls .conBgWrap::after {
    content: '';
    display: block;
    clear: both;
}

.mediaControls .conBgWrap .conBg {
    height: 62px;
    position: relative;
    float: left;
}

.mediaControls .conBgWrap .conBg[data-type="start"] {
    background: url('../../images/music/control/bg_control_a.png') 0 0 no-repeat;
    width: 50px;
}

.mediaControls .conBgWrap .conBg[data-type="center"] {
    background: url('../../images/music/control/bg_control_b.png') 0 0 no-repeat;
    background-repeat: repeat-x;
    width: calc(100% - 50px - 50px);
}

.mediaControls .conBgWrap .conBg[data-type="end"] {
    background: url('../../images/music/control/bg_control_c.png') 0 0 no-repeat;
    width: 50px;
}

/* 리사이징에서 흰선나오는걸 보정 */
/*
.mediaControls .conBgWrap .correctBg {
    background: #70729d;
    width: calc(100% - 30px - 30px);
    height: 62px;
    position: absolute;
    left: 30px;
}
*/

/* start - center - end 로 구성되지 않고, 단색 1개로 표현할 필요가 있을시 */
.mediaControls .conBgWrap .correctBg {
    background: #bccce4;
    height: 62px;
    border-radius: 31px;
    /* border-bottom-left-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
}

.mediaControls .conBgWrap .conBg {
    display: none;
}

/*---------- */



/* 플레이어 용 syncType 선택자 */
.mediaControls .syncTypeWrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mediaControls .syncTypeWrap .syncType {
    background: url('../../images/music/control/txt_all.png') 0 0 no-repeat;
    width: 136px;
    height: 43px;
    position: relative;
    padding-left: 0px;
    margin: 0px 0 0 0;
}

.mediaControls .syncTypeWrap .syncType2 {
    background: url('../../images/music/control/txt_measure.png') 0 0 no-repeat;
    /* width: 114px; */
    /* height: 30px; */
    margin: -1px 12px 0px 4px;
}

.mediaControls .syncTypeWrap .syncType.act {
    background: url(../../images/music/control/txt_all_act.png) 0 0 no-repeat;
}

.mediaControls .syncTypeWrap .syncType2.act {
    background: url('../../images/music/control/txt_measure_act.png') 0 0 no-repeat;
}



.mediaControls .syncTypeWrap .syncType .act {
    background: url(../../images/music/control/txt_all_act_bg.png) 0 0 no-repeat;
    width: 136px;
    height: 43px;
    position: absolute;
    display: none;
    left: -4px;
    top: -7px;
    text-indent: -9999px;
    color: transparent;
}

.mediaControls .syncTypeWrap .syncType .text {
    /* background: url(../../images/music/control/txt_all.png) 0 0 no-repeat; */
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    text-indent: -9999px;
    color: transparent;
}

.mediaControls .syncTypeWrap .syncType.act .act {
    /* display: block; */
}

.mediaControls .syncTypeWrap .syncType.act .text {
    /* background: url(../../images/music/control/txt_all_act.png) 0 0 no-repeat; */
}





.mediaControls .syncTypeWrap .syncType2 {}

.mediaControls .syncTypeWrap .syncType2 .act {
    background: url(../../images/music/control/txt_measure_act_bg.png) 0 0 no-repeat;
    width: 138px;
    height: 44px;
    left: -12px;
    top: -8px;
}

.mediaControls .syncTypeWrap .syncType2 .text {
    /* background: url(../../images/music/control/txt_measure.png) 0 0 no-repeat; */
}

.mediaControls .syncTypeWrap .syncType2.act .act {}

.mediaControls .syncTypeWrap .syncType2.act .text {
    /* background: url(../../images/music/control/txt_measure_act.png) 0 0 no-repeat; */
}



/* 플레이어 용 진행바(통합. mediaPlayer_typeX를 임시 차용)  */
.mediaControls .progress {
    /* background: rgba(133, 22, 171, 0.3); */
    height: 62px;
    position: relative;
    display: inline-block;
    /* float: left; */
    /* margin: 14px 0 0 144px; */
    /*  border-left: 2px solid #d6581f; */
    border: none;
    padding-top: 3px;
    padding-left: 16px;
    padding-right: 17px;
}

.mediaControls .progressBar {
    position: relative;
    display: inline-block;
    /* float: left; */
    width: 102px;
    height: 12px;
    background: #396bb0;
    margin: 22px 0px;
    /* margin-right: 13px; */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /* -moz-box-shadow: 0 -2px 0 0 #d6581f; */
    /* -webkit-box-shadow: 0 -2px 0 0 #d6581f; */
    /* box-shadow: 0 -2px 0 0 #d6581f */
}

.mediaControls .progressBar .timeBar {
    background: #ffdf25;
    width: 50%;
    height: 12px;
    position: absolute;
    top: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.mediaControls .progressBar .timeBar:before {
    background: url(../../images/music/control/duration_btn_tpw.png) 0 0 no-repeat;
    width: 31px;
    height: 33px;
    position: absolute;
    display: block;
    content: '';
    top: -8px;
    right: -16px;
    cursor: pointer;
    /* opacity: 0.5; */
}



.mediaControls .progressBar .thumb {
    position: absolute;
    display: none;
    top: -6px;
    right: -3px;
    width: 18px;
    height: 21px;
    /* background: url('../../images/music/control/duration_btn.png') no-repeat; */
    cursor: pointer
}




.mediaControls .progress .playTime {
    width: 124px;
    height: 48px;
    position: absolute;
    /* display: inline-block; */
    display: none;
    /* float: left; */
    top: 60px;
    left: 0px;
    /* border-left: 2px solid #d6581f; */
    border: none;
    margin-left: 8px;
    pointer-events: none;
    color: #fff;
    font-family: 'goyang';
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 56px;
}

.mediaControls .progress .playTime .currentTime {
    float: left;
    user-select: none;
    color: #fb8601;
    font-size: 20px;
    font-weight: 700;
}

.mediaControls .progress .playTime .totalTime {
    user-select: none;
    color: #000;
    font-size: 20px;
    float: right;
    font-weight: 700;
}

.mediaControls .progress .playTime .totalTime:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 64px;
    width: 2px;
    height: 20px;
    background: #fdec9a;
}






.mediaControls .mediaBtn {
    /* left: 0px; */
    /* top: 0px; */
    position: relative;
    display: flex;
    align-items: center;
}

.mCBtn {
    background-image: none;
    /*
    background-color: #fff !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    */
    width: 48px;
    height: 48px;
    position: relative;
    left: 0px;
    top: 0px;
    /*
    box-sizing: border-box;
    border: 2px solid #1d7dd1;
    border-radius: 14px;
    */
    margin: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    text-align: center;
    /* border-radius: 24px; */
    /* overflow: visible; */
}

.mCBtn::before {
    width: 49px;
    height: 51px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    display: block;
    box-sizing: border-box;
    pointer-events: none;
    /* z-index: 1; */
}

.mIBtn {
    /* background-color: #fff !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important; */
    width: 48px;
    height: 48px;
    position: relative;
    left: 0px;
    top: 0px;
    /* box-sizing: content-box;
    border: 2px solid #1d7dd1;
    border-radius: 16px; */
    margin: 0;
    /* border-radius: 50%; */
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    text-align: center;
}

.mIBtn::before {
    width: 49px;
    height: 51px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    display: block;
    box-sizing: border-box;
    pointer-events: none;
    /* z-index: 1; */
}

.mcLabel {
    width: 134px;
    height: 30px;
    padding-left: 0px;
    margin-right: 13px;
    user-select: none;
    font-family: 'NanumGothicB';
    color: #231f20;
    font-size: 28px;
    letter-spacing: 1.5px;
    font-weight: bold;
    line-height: 34px;
    text-align: left;
    text-indent: -9999px;
    color: transparent;
}

.mCBar {
    background: #ffffff;
    width: 2px;
    height: 56px;
    margin-top: 1px;
    margin-left: 5px;
    opacity: 0.49;
}

.mCBar2 {
    margin-left: 13px;
    /* margin-right: 12px; */
}


/* 열기 닫기 버튼 */
.mBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: -3px;
    margin-left: -3px;
}

.mSbtn {
    left: 0px;
    top: 0px;
    position: relative;
    display: inline-block;
    width: 120px;
    height: 45px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    cursor: pointer;
    text-align: center
}

.mediaWrap .mSubBtn {
    position: absolute;
    display: none;
    /* top: 58px; */
    /* left: 0; */
    /* width: 100%; */
    /* min-height: 50px; */
}

.mCBtn.mPlayCon {
    background: none !important;
    /* left: -70px; */
    /* top: 9px; */
    margin: -4px 0px 0px 7px;
    border: none;
}


.mCBtn.mPause {
    display: none;
}

.mCBtn.mPlayCon::before {
    display: none;
}

.mCBtn.mPlay::before {
    background: url('../../images/music/control/play_off.png') center no-repeat;
}

.mCBtn.mPause:before {
    background: url('../../images/music/control/pause_off.png') center no-repeat;
    left: -1px;
}

.mCBtn.mStop {
    margin: -4px 4px 0px 0px;
}

.mCBtn.mStop:before {
    background: url('../../images/music/control/stop_off.png') center no-repeat;

}

.mIBtn.mPrev {
    display: none;
    left: 405px;
    top: 11px;
    background: url('../../images/music/control/mprev_off.png') center no-repeat;
}

.mIBtn.mNext {
    display: none;
    left: 569px;
    top: 11px;
    background: url('../../images/music/control/mnext_off.png') center no-repeat;
}


.mIBtn.mRepeat,
.mIBtn.mMute {
    margin-top: -1px;
}

.mIBtn.mRepeat {
    /* left: 649px; */
    /* top: 11px; */
    margin-left: 13px;
}

.mIBtn.mRepeatOn:before {
    background: url('../../images/music/control/repeat_on_off.png') center no-repeat;
    background-color: transparent !important;
    border: none;
    /* box-sizing: content-box; */
}

.mIBtn.mRepeatOff::before {
    background: url('../../images/music/control/repeat_off_off.png') center no-repeat;
}


.mIBtn.mMute {
    /* left: 715px; */
    /* top: 11px; */
    margin-left: 8px;
}

.mIBtn.mMuteOff::before {
    background: url('../../images/music/control/volume_on_off.png') center no-repeat;
}

.mIBtn.mMuteOn:before,
.mIBtn.mMute.mMuteOn:hover:before {
    background: url('../../images/music/control/volume_off_on.png') center no-repeat;
    background-color: transparent !important;
    border: none;
}



.mIBtn.mSync {
    /* left: 715px; */
    /* top: 11px; */
    /* width: 63px; */
    /* height: 50px; */
    margin-left: 8px;
    /* display: none; */
}

.mIBtn.mSyncOff::before {
    background: url('../../images/music/control/sync_off_off.png') 0 0 no-repeat;
}

.mIBtn.mSyncOn::before {
    background: url('../../images/music/control/sync_on_off.png') 0 0 no-repeat;
}


.mIBtn.mTxt {
    /* left: 781px; */
    /* top: 11px; */
    /* width: 63px; */
    margin-left: 8px;
    /* display: none; */
}

.mIBtn.mTxtOn::before {
    background: url('../../images/music/control/lyrics_on_off.png') 0 0 no-repeat;
}

.mIBtn.mTxtOff::before {
    background: url('../../images/music/control/lyrics_off_off.png') 0 0 no-repeat;
}




.pc .mCBtn.mPlay:hover:before {
    background: url('../../images/music/control/play_on.png') center no-repeat;
}

.pc .mCBtn.mPause:hover:before {
    background: url('../../images/music/control/pause_on.png') center no-repeat;
}

.pc .mCBtn.mStop:hover:before {
    background: url('../../images/music/control/stop_on.png') center no-repeat;
}

/*
.mIBtn.MPrev:hover {
    background: url('../../images/music/control/mprev_on.png') center no-repeat;
}

.mIBtn.mNext:hover {
    background: url('../../images/music/control/mnext_on.png') center no-repeat;
}
*/
.pc .mIBtn.mRepeatOn:hover:before {
    background: url('../../images/music/control/repeat_on_on.png') center no-repeat;
}

.pc .mIBtn.mRepeatOff:hover:before {
    background: url('../../images/music/control/repeat_off_on.png') center no-repeat;
}

.pc .mIBtn.mSyncOff:hover:before {
    background: url('../../images/music/control/sync_off_on.png') 0 0 no-repeat;
}

.pc .mIBtn.mSyncOn:hover:before {
    background: url('../../images/music/control/sync_on_on.png') 0 0 no-repeat;
}

.pc .mIBtn.mTxtOn:hover:before {
    background: url('../../images/music/control/lyrics_on_on.png') 0 0 no-repeat;
}

.pc .mIBtn.mTxtOff:hover:before {
    background: url('../../images/music/control/lyrics_off_on.png') 0 0 no-repeat;
}



/* 음정 선택 */
.mIntervalWrap {
    /* background: url('../../images/music/control/interval_b_on.png') 0 0 no-repeat; */
    width: 118px;
    height: 50px;
    position: relative;
    display: flex;
    /* justify-content: start; */
    align-items: center;
    /* border-radius: 20px; */
    margin: -1px 0 0 8px;
    /* padding-left: 52px; */
    user-select: none;
}

.mIntervalWrap::before {
    background: url('../../images/music/control/interval_b_on.png') 0 0 no-repeat;
    width: 118px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    display: block;
    box-sizing: border-box;
    pointer-events: none;
}


.mIntervalWrap.dis {
    background: url('../../images/music/control/interval_b_on_dis.png') 0 0 no-repeat;

}

/* 비활성 */
.mIntervalWrap.sampleDis,
/* 국악(노래 > 듣기 > 전문가창) 음정 선택 비활성 */
[data-music-type="kr"] .notesDetail[data-tag="sing_html"] .mIntervalWrap,
/* 곡종류에 관계없이 계명창일때 음정 선택 비활성 */
.notesDetail[data-tag^="syllable_html"] .mIntervalWrap {
    pointer-events: none;
}

.mIntervalWrap.sampleDis::before,
[data-music-type="kr"] .notesDetail[data-tag="sing_html"] .mIntervalWrap::before,
.notesDetail[data-tag^="syllable_html"] .mIntervalWrap::before {
    background: url('../../images/music/control/interval_off.png') 0 0 no-repeat;
}


.mIntervalWrap[data-tune="high"]::before {
    background: url('../../images/music/control/interval_f_on.png') 0 0 no-repeat;
}

.mIntervalWrap[data-tune="low"]::before {
    background: url('../../images/music/control/interval_l_on.png') 0 0 no-repeat;

}

.mIntervalWrap::after {
    background: url('../../images/music/control/interval_label.png') 0 0 no-repeat;
    width: 42px;
    height: 20px;
    position: absolute;
    left: 7px;
    top: 16px;
    content: '';
    display: none;
    pointer-events: none;
    user-select: none;
    font-family: 'NotoSanCJK_kr';
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #7b6cc0;
    text-align: center;
}

.mIntervalWrap .mIBtn.interval {
    background-color: transparent !important;
    /* left: 847px; */
    /* top: 11px; */
    width: 100%;
    height: 100%;
    border: none;
    border-radius: inherit;
    /* pointer-events: none; */
}

.mIntervalWrap .mIBtn.interval .txtWrap {
    display: none;
}

.mIntervalWrap .mIBtn.interval .txt {
    display: none;
    position: relative;
    font-family: 'NotoSanCJK_kr';
    color: #77777a;
    font-size: 21px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.mIntervalWrap .mIBtn.interval .txt::after {
    content: '';
    display: block;
    clear: both;
}


.mIntervalWrap .mIBtn.interval.intervalD {
    /*background: url('../../images/music/control/interval_l_on.png') center no-repeat;*/
}

.mIntervalWrap .mIBtn.interval.intervalB {
    /*background: url('../../images/music/control/interval_b.png') center no-repeat;*/
}

.mIntervalWrap .mIBtn.interval.intervalU {
    /*background: url('../../images/music/control/interval_f_on.png') center no-repeat;*/
}

.mIntervalWrap .mIBtn.interval.intervalD .txt1 {
    display: block;
}

.mIntervalWrap .mIBtn.interval.intervalB .txt2 {
    display: block;
}

.mIntervalWrap .mIBtn.interval.intervalU .txt3 {
    display: block;
}


.mIntervalWrap .mIBtn.intervalChgU,
.mIntervalWrap .mIBtn.intervalChgD {
    background-color: transparent !important;
    width: 28px;
    height: 28px;
    display: none;
    border: none;
    margin: 0;
    pointer-events: all;
}

.mIntervalWrap .mIBtn.intervalChgU.dis,
.mIntervalWrap .mIBtn.intervalChgD.dis {
    pointer-events: none !important;
}


.mIntervalWrap .mIBtn.intervalChgU,
.mIntervalWrap .mIBtn.intervalChgU:hover:before {
    background: url(../../images/music/control/interval_up.png) center no-repeat;
    margin-left: 4px;
}

.mIntervalWrap .mIBtn.intervalChgD,
.mIntervalWrap .mIBtn.intervalChgD:hover:before {
    background: url(../../images/music/control/interval_down.png) center no-repeat;
}

.mIntervalWrap .mIBtn.intervalChgU.dis {
    opacity: 0.3;
}

.mIntervalWrap .mIBtn.intervalChgD.dis {
    opacity: 0.5;
}

/* 음정 콤보박스 */
.mIBtn.mInterval {}

.mIBtn.mInterval::before {
    /* background: url('../../images/music/control/interval_x.png') center no-repeat; */
    width: 13px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 30px;
    display: none;
    content: '';
    pointer-events: none;
}

.mIBtn.mInterval.mIntervalD {}

.mIBtn.mInterval.mIntervalB {}

.mIBtn.mInterval.mIntervalU {}



.mInterval .mSubBtn {
    top: 44px;
    left: -17px;
    width: 167px;
}

.test2 .mInterval .mSubBtn {
    outline: 1px solid black;
}

.mInterval .mSubBtn .bg {
    background: url('../../images/music/control/bg_interval_sub.png') 0 0 no-repeat;
    /* background-color: #ffdca1; */
    width: 191px;
    height: 208px;
    position: absolute;
    left: -14px;
    top: -8px;
    pointer-events: none;
}

.mInterval .mSubBtn .mBtnWrap {
    width: 147px;
    position: relative;
    margin-left: 2px;
    margin-top: 22px;
    text-align: left;
}

.mInterval .mSubBtn .mBtn {
    position: relative;
    display: inline-block;
    /* width: 146px; */
    height: 48px;
    background: transparent;
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    /* outline: 1px solid black; */
    font-family: 'NotoSanCJK_kr';
    font-weight: 700;
    color: #fff;
    font-size: 27px;
    line-height: 27px;
    text-align: center;
    color: transparent;
    text-indent: -9999px;
}


.mInterval .mSubBtn .mBtn:nth-child(1) {
    /* margin-top: 22px; */
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.mInterval .mSubBtn .mBtn:last-child {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-bottom: 0;
}


.mInterval .mSubBtn .mBtn:not(:last-child):after {
    left: 2px;
    top: 100%;
    position: absolute;
    width: 43px;
    height: 3px;
    display: none;
    content: '' !important;
    background: url('../../images/music/control/bg_interval_bar.png') 0 0 no-repeat;
}

.mInterval .mSubBtn .mBtn:before {
    background: url('../../images/music/control/interval_now.png') 0 0 no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 10px;
    top: 7px;
    display: none;
    content: '';
}

.mInterval .mSubBtn .mBtn span {
    pointer-events: none;
}

.mInterval .mSubBtn .mBtn span:nth-child(1) {
    font-size: 15px;
}

.mInterval .mSubBtn .mBtn span:nth-child(2) {
    font-size: 20px;
}

.mInterval .mSubBtn .intervalD {
    /* border-top: 2px solid #d6581f; */
    /* background: url('../../images/music/control/interval_l_sub.png') center no-repeat; */
}

.mInterval .mSubBtn .intervalB {
    /* border-top: 2px solid #d6581f; */
    /* background: url('../../images/music/control/interval_b_sub.png') center no-repeat; */
}

.mInterval .mSubBtn .intervalU {
    /* border-top: 2px solid #d6581f; */
    /* background: url('../../images/music/control/interval_f_sub.png') center no-repeat; */
}


.mSubBtn .intervalD:hover {
    /*  border-top: 2px solid #cd910a;
    background: #fbb819 url('../../images/music/control/interval_l_over.png') center no-repeat; */
}

.mSubBtn .intervalB:hover {
    /* border-top: 2px solid #cd910a;
    background: #fbb819 url('../../images/music/control/interval_b_over.png') center no-repeat; */
}

.mSubBtn .intervalU:hover {
    /* border-top: 2px solid #cd910a;
    background: #fbb819 url('../../images/music/control/interval_f_over.png') center no-repeat; */
}

.mInterval.intervalU .mSubBtn .intervalU:before {
    display: block;
}

.mInterval.intervalB .mSubBtn .intervalB:before {
    top: 9px;
    display: block;
}

.mInterval.intervalD .mSubBtn .intervalD:before {
    display: block;
    top: 5px;
}

.mInterval.intervalU .mSubBtn .bg {
    /* background: url('../../images/music/control/bg_interval_sub_u.png') 0 0 no-repeat; */
}

.mInterval.intervalD .mSubBtn .bg {
    /* background: url('../../images/music/control/bg_interval_sub_d.png') 0 0 no-repeat; */
}



.test2 .mInterval .mSubBtn .mBtn {
    outline: 1px solid black;
}




/* 재생속도 선택 */
.mSpeedWrap {
    /* background: url('../../images/music/control/speed2.png') 0 0 no-repeat; */
    width: 132px;
    height: 50px;
    position: relative;
    /* display: flex; */
    justify-content: start;
    align-items: center;
    margin: -1px 0px 0px 8px;
    /* border-radius: 20px; */
    /* padding-left: 52px; */
    user-select: none;
}

.mSpeedWrap::before {
    background: url('../../images/music/control/speed2.png') 0 0 no-repeat;
    width: 132px;
    height: 61px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    display: block;
    box-sizing: border-box;
    pointer-events: none;
}


.mSpeedWrap[data-speed="0.8"]:before {
    background: url('../../images/music/control/speed1.png') 0 0 no-repeat;
}

.mSpeedWrap[data-speed="1.2"]:before {
    background: url('../../images/music/control/speed3.png') 0 0 no-repeat;
}

.mSpeedWrap::after {
    background: url('../../images/music/control/speed_label.png') 0 0 no-repeat;
    width: 42px;
    height: 20px;
    position: absolute;
    left: 7px;
    top: 16px;
    content: '';
    pointer-events: none;
    user-select: none;
    display: none;
    font-family: 'NotoSanCJK_kr';
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #7b6cc0;
    text-align: center;
}


.mSpeedWrap .mIBtn.speed {
    background-color: transparent !important;
    /* left: 847px; */
    /* top: 11px; */
    width: 100%;
    height: 100%;
    border: none;
    border-radius: inherit;
    /*  pointer-events: none; */
}

.mSpeedWrap .mIBtn.speed .txtWrap {
    display: none;
}

.mSpeedWrap .mIBtn.speed .txt {
    display: none;
    position: relative;
    font-family: 'NotoSanCJK_kr';
    color: #77777a;
    font-size: 21px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.mSpeedWrap .mIBtn.speed .txt::after {
    content: '';
    display: block;
    clear: both;
}


.mSpeedWrap .mIBtn.speed.speedD {
    background: url('../../images/music/control/speed_d_txt_on.png') 0 0 no-repeat;
}

.mSpeedWrap .mIBtn.speed.speedB {
    background: url('../../images/music/control/speed_b_txt_on.png') 0 0 no-repeat;
}

.mSpeedWrap .mIBtn.speed.speedU {
    background: url('../../images/music/control/speed_u_txt_on.png') 0 0 no-repeat;
}

.mSpeedWrap .mIBtn.speed.speedD .txt1 {
    display: block;
}

.mSpeedWrap .mIBtn.speed.speedB .txt2 {
    display: block;
}

.mSpeedWrap .mIBtn.speed.speedU .txt3 {
    display: block;
}


.mSpeedWrap .mIBtn.speedChgU,
.mSpeedWrap .mIBtn.speedChgD {
    background-color: transparent !important;
    width: 28px;
    height: 28px;
    display: none;
    border: none;
    margin: 0;
    pointer-events: all;
}

.mSpeedWrap .mIBtn.speedChgU.dis,
.mSpeedWrap .mIBtn.speedChgD.dis {
    pointer-events: none !important;
}


.mSpeedWrap .mIBtn.speedChgU,
.mSpeedWrap .mIBtn.speedChgU:hover {
    background: url(../../images/music/control/speed_up.png) center no-repeat;
    margin-left: 6px;
}

.mSpeedWrap .mIBtn.speedChgD,
.mSpeedWrap .mIBtn.speedChgD:hover {
    background: url(../../images/music/control/speed_down.png) center no-repeat;
}

.mSpeedWrap .mIBtn.speedChgU.dis {
    opacity: 0.3;
}

.mSpeedWrap .mIBtn.speedChgD.dis {
    opacity: 0.5;
}


/* 재생속도 콤보박스 */
.mIBtn.mSpeed {
    /* background: url('../../images/music/control/speed_bg.png') center no-repeat; */
    /* left: 782px; */
    /* top: 10px; */
    /* width: 93px; */
    /* height: 50px; */
    /* margin-left: 6px; */
}

.mIBtn.mSpeed::before {
    /* background: url('../../images/music/control/speed_x.png') center no-repeat; */
    width: 13px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 30px;
    display: none;
    content: '';
    pointer-events: none;
}

.mIBtn.mSpeed.mSpeedD {
    background: url('../../images/music/control/speed_d_on.png') center no-repeat;
}

.mIBtn.mSpeed.mSpeedB {
    background: url('../../images/music/control/speed_m_on.png') center no-repeat;
}

.mIBtn.mSpeed.mSpeedU {
    background: url('../../images/music/control/speed_u_on.png') center no-repeat;
}

/* .mIBtn.mSpeed::after {
    position: absolute;
    left: 40px;
    top: 20px;
    pointer-events: none;
    font-family: 'NotoSanCJK_kr';
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #1d7dd1;
}

.mIBtn.mSpeed.mSpeedD::after {
    content: '0.8';
}

.mIBtn.mSpeed.mSpeedB::after {
    content: '1.0';
}

.mIBtn.mSpeed.mSpeedU::after {
    content: '1.2';
} */


.mSpeed .mSubBtn {
    top: 38px;
    left: -15px;
    width: 165px;
}

.test2 .mSpeed .mSubBtn {
    outline: 1px solid black;
    /* display: block !important; */
     !i;
     !;
}

.mSpeed .mSubBtn .bg {
    background: url('../../images/music/control/bg_speed_sub.png') 0 0 no-repeat;
    /* background-color: #ffdca1; */
    width: 197px;
    height: 214px;
    position: absolute;
    left: -14px;
    top: -8px;
    pointer-events: none;
}

.mSpeed .mSubBtn .mBtnWrap {
    width: 148px;
    position: relative;
    margin-left: 7px;
    margin-top: 28px;
    text-align: left;
}

.mSpeed .mSubBtn .mBtn {
    position: relative;
    display: inline-block;
    /* width: 146px; */
    height: 48px;
    background: transparent;
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    /* outline: 1px solid black; */
    font-family: 'NotoSanCJK_kr';
    font-weight: 700;
    color: #fff;
    font-size: 27px;
    line-height: 27px;
    text-align: center;
    color: transparent;
    text-indent: -9999px;
}

.mSpeed .mSubBtn .mBtn:nth-child(1) {
    /* margin-top: 22px; */
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.mSpeed .mSubBtn .mBtn:last-child {
    /* height: 22px; */
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0px;
}


.mSpeed .mSubBtn .mBtn:not(:last-child):after {
    left: 2px;
    top: 100%;
    position: absolute;
    width: 43px;
    height: 3px;
    display: none;
    content: '' !important;
    background: url('../../images/music/control/bg_bar.png') 0 0 no-repeat;
}


.mSpeed .mSubBtn .mBtn:before {
    background: url('../../images/music/control/speed_now.png') 0 0 no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 10px;
    top: 6px;
    display: none;
    content: '';
}

.mSpeed .mSubBtn .mBtn span {
    pointer-events: none;
}

.mSpeed .mSubBtn .mBtn span:nth-child(1) {
    font-size: 15px;
}

.mSpeed .mSubBtn .mBtn span:nth-child(2) {
    font-size: 20px;
}


.mSpeed .mSubBtn .speedD {
    /* border-top: 2px solid #d6581f; */
    /* background: url('../../images/music/control/speed_d.png') center no-repeat; */
}

.mSpeed .mSubBtn .speedB {
    /* border-top: 2px solid #d6581f; */
    /* background: url('../../images/music/control/speed_b.png') center no-repeat; */
}

.mSpeed .mSubBtn .speedU {
    /* border-top: 2px solid #d6581f; */
    /* background: url('../../images/music/control/speed_u.png') center no-repeat; */
}

.mSubBtn .speedD:hover {
    /* border-top: 2px solid #cd910a;
    background: #fbb819 url('../../images/music/control/speed_d_over.png') center no-repeat; */
}

.mSubBtn .speedB:hover {
    /* border-top: 2px solid #cd910a;
    background: #fbb819 url('../../images/music/control/speed_b_over.png') center no-repeat; */
}

.mSubBtn .speedU:hover {
    /* border-top: 2px solid #cd910a;
    background: #fbb819 url('../../images/music/control/speed_u_over.png') center no-repeat; */
}


.mSpeedWrap[data-speed="0.5"] .mSubBtn .mBtn[data-speed="0.5"]:before {
    display: block;
}

.mSpeedWrap[data-speed="0.8"] .mSubBtn .mBtn[data-speed="0.8"]:before {
    display: block;
    top: 4px;
}

.mSpeedWrap[data-speed="1"] .mSubBtn .mBtn[data-speed="1"]:before,
.mSpeedWrap[data-speed="1"] .mSubBtn .mBtn[data-speed="1.0"]:before,
.mSpeedWrap[data-speed="1.0"] .mSubBtn .mBtn[data-speed="1.0"]:before {
    display: block;
}

.mSpeedWrap[data-speed="1.2"] .mSubBtn .mBtn[data-speed="1.2"]:before {
    display: block;
    top: 8px;
}

.mSpeedWrap[data-speed="1.5"] .mSubBtn .mBtn[data-speed="1.5"]:before {
    display: block;
    top: 7px;
}


.mSpeedWrap[data-speed="1.2"] .mSubBtn .bg {
    /* background: url('../../images/music/control/bg_speed_sub_u.png') 0 0 no-repeat; */
}

.mSpeedWrap[data-speed="0.8"] .mSubBtn .bg {
    /* background: url('../../images/music/control/bg_speed_sub_d.png') 0 0 no-repeat; */
}

.test2 .mSpeed .mSubBtn .mBtn {
    outline: 1px solid black;
}


/* 음높이, 빠르기 버튼 영역 보정 */
/*
.mInterval .mSubBtn .mBtn:first-child::after,
.mInterval .mSubBtn .mBtn:last-child::after,
.mSpeed .mSubBtn .mBtn:first-child::after,
.mSpeed .mSubBtn .mBtn:last-child::after {
    width: 70px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    transform: translateX(-50%);
}

.mInterval .mSubBtn .mBtn:first-child::after,
.mSpeed .mSubBtn .mBtn:first-child::after {
    top: -10px;
}
*/

.test2 .mInterval .mSubBtn .mBtn:first-child::after,
.test2 .mInterval .mSubBtn .mBtn:last-child::after,
.test2 .mSpeed .mSubBtn .mBtn:first-child::after,
.test2 .mSpeed .mSubBtn .mBtn:last-child::after {
    background: rgba(255, 0, 255, 0.3);
}


/* 전체 듣기 | 소절 듣기 */
.mIBtn.mAll {
    display: none;
    width: 192px;
    /* margin-right: 5px;
    border-right: 2px solid #d6581f; */
    margin-left: 34px;
    margin-top: 18px;
}

.mIBtn.mAll.mAllD {
    background: url(../../images/music/control/all_act.png) 0 0 no-repeat;
}

.mIBtn.mAll.mAllB {
    background: url(../../images/music/control/one_act.png) 0 0 no-repeat;
}

.mAll .mSubBtn .bg {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 196px;
    height: 120px;
    background: url('../../images/music/control/bg_all.png') 0 0 no-repeat;
}

.mAll .mSubBtn .mAllD {
    position: relative;
    display: inline-block;
    width: 176px;
    height: 44px;
    margin-top: 9px;
    margin-bottom: 14px;
    /* border-top: 2px solid #d6581f; */
    background: url(../../images/music/control/all_out.png) center no-repeat;
}

.mAll .mSubBtn .mAllD:after {
    left: 0px;
    top: 49px;
    /* calc(58-9px); */
    content: '' !important;
    position: absolute;
    display: block;
    width: 177px;
    height: 5px;
    background: url('../../images/music/control/bg_all_bar.png') 0 0 no-repeat;
}


.mAll .mSubBtn .mAllB {
    position: relative;
    display: inline-block;
    width: 176px;
    height: 44px;
    /* border-top: 2px solid #d6581f; */
    background: url(../../images/music/control/one_out.png) center no-repeat;
}

.mSubBtn .mAllD:hover {
    /* border-top: 2px solid #cd910a; */
    background: url(../../images/music/control/all_over.png) center no-repeat;
}

.mSubBtn .mAllB:hover {
    /* border-top: 2px solid #cd910a; */
    background: url(../../images/music/control/one_over.png) center no-repeat;
}

.mIBtn.mAll .mSubBtn {
    margin-top: -5px;
    width: 196px;
}


/* 표현하기 Big재생버튼 */
.mSbtn.mBigPlay {
    left: 16px;
    top: 10px;
}

.mSbtn.mBigPlay {
    width: 120px;
    height: 60px;
    background: url('../../images/music/control/btn_bigplay.png') 0 0 no-repeat;
}

.mSbtn.mBigPlay:hover,
.mSbtn.mBigPlay.on {
    background: url('../../images/music/control/btn_bigplay_on.png') 0 0 no-repeat;
}


/* 표현활동 '노래(ar), 반주(mr)' 버튼 */
.mModeWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    /* margin-left: 3px; */
}

.mSbtn.mMode {
    width: 87px;
    height: 43px;
}

.mSbtn.mMode.ar {
    /* left: 14px; */
    /* top: 8px; */
    background: url('../../images/music/control/btn_mode_ar.png') 0 0 no-repeat;
    margin-right: 6px;
}

.mSbtn.mMode.mr {
    /* left: 136px; */
    /* top: 8px; */
    background: url('../../images/music/control/btn_mode_mr.png') 0 0 no-repeat;
}

.mSbtn.mMode.ar:hover,
.mSbtn.mMode.ar.on {
    background: url('../../images/music/control/btn_mode_ar_on.png') 0 0 no-repeat;
}

.mSbtn.mMode.mr:hover,
.mSbtn.mMode.mr.on {
    background: url('../../images/music/control/btn_mode_mr_on.png') 0 0 no-repeat;
}



/* 표현활동 '곡선택버튼' */
.mIBtn.mMusic {
    width: 420px;
    /* margin-right: 5px;
    border-right: 2px solid #d6581f; */
    margin-left: 36px;
    margin-top: 6px;
}

.mIBtn.mMusic.mMusic01 {
    background: url('../../images/music/control/music01_act.png') 0 0 no-repeat;
}

.mIBtn.mMusic.mMusic02 {
    background: url('../../images/music/control/music02_act.png') 0 0 no-repeat;
}

.mMusic .mSubBtn .bg {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 372px;
    height: 118px;
    background: url('../../images/music/control/bg_music.png') 0 0 no-repeat;
}

.mMusic .mSubBtn .mMusicSub {
    position: relative;
    display: inline-block;
    width: 352px;
    height: 44px;
    margin-top: 9px;
    margin-bottom: 3px;
    /* border-top: 2px solid #d6581f; */
    background: url('../../images/music/control/music01_out.png') center no-repeat;
}

.mMusic .mSubBtn .mMusicSub:not(:last-child):after {
    left: 0px;
    top: 49px;
    /* calc(58-9px); */
    content: '' !important;
    position: absolute;
    display: block;
    width: 354px;
    height: 4px;
    background: url('../../images/music/control/bg_music_bar.png') 0 0 no-repeat;
}

.mMusic .mSubBtn .mMusicSub:hover {
    /* border-top: 2px solid #cd910a; */
    background: url('../../images/music/control/music01_out.png') center no-repeat;
}

.mMusic .mSubBtn .mMusicSub02 {
    background: url('../../images/music/control/music02_out.png') center no-repeat;
}

.mMusic .mSubBtn .mMusicSub02:hover {
    background: url('../../images/music/control/music02_out.png') center no-repeat;
}

.mIBtn.mMusic .mSubBtn {
    margin-top: 6px;
    left: -4px;
    width: 372px;
}





/* 발성연습(상하향음, 상향음, 하향음) */
.mSbtn.mspeakB {
    width: 180px;
    background: url(../../images/music/control/mspeak_b_off.png) center 2px no-repeat;
    border-right: 2px solid #d6581f;
    margin-left: 0
}

.mSbtn.mspeakD {
    background: url(../../images/music/control/mspeak_d_off.png) center 2px no-repeat;
    border-right: 2px solid #d6581f
}

.mSbtn.mspeakU {
    background: url(../../images/music/control/mspeak_u_off.png) center 2px no-repeat;
    border-right: 2px solid #d6581f
}

.mSbtn.mspeakB:hover,
.mSbtn.mspeakB.on {
    /* width: 180px; */
    background: url(../../images/music/control/mspeak_b_on.png) center 2px no-repeat;
}

.mSbtn.mspeakD:hover,
.mSbtn.mspeakD.on {
    background: url(../../images/music/control/mspeak_d_on.png) center 2px no-repeat;
}

.mSbtn.mspeakU:hover,
.mSbtn.mspeakU.on {
    background: url(../../images/music/control/mspeak_u_on.png) center 2px no-repeat;
}

.mSbtn.mspeakB.on,
.mSbtn.mspeakD.on,
.mSbtn.mspeakU.on {
    pointer-events: none;

}


/* 소절 표시 */
.measureTxt {
    left: 467px;
    top: 23px;
    position: absolute;
    display: none;
    width: 99px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.measureTxt>span {
    font-family: 'NotoSan_kr';
    font-size: 27px;
    font-weight: 500;
    color: #333333;
    user-select: none;
}

.measureTxt>span:nth-child(2) {
    margin-left: 7px;
    margin-right: 7px;
}


/* 소절 선택 */
.mSubBtn.selectM {
    display: block !important;
    position: relative;
    padding: 0 0px;
    margin: -4px 0 0 0;
    /* left: 350px; */
    /* width: 102px; */
}

.mSubBtn.selectM .bg {
    background: red;
    left: 0px;
    top: 50%;
    position: absolute;
    display: none;
    width: 100%;
    height: 78px;
    /* background: url('../../images/music/control/bg_selectM_cnt2.png') 0 0 no-repeat; */
    transform: translateY(-50%);
}

/*
.mSubBtn.selectM.cnt1 .bg {
    background: url('../../images/music/control/bg_selectM_cnt2.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt2 .bg {
    background: url('../../images/music/control/bg_selectM_cnt2.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt3 .bg {
    height: 120px;
    background: url('../../images/music/control/bg_selectM_cnt3.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt4 .bg {
    height: 156px;
    background: url('../../images/music/control/bg_selectM_cnt4.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt5 .bg {
    height: 190px;
    background: url('../../images/music/control/bg_selectM_cnt5.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt6 .bg {
    height: 229px;
    background: url('../../images/music/control/bg_selectM_cnt6.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt7 .bg {
    background: url('../../images/music/control/bg_selectM_cnt2.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt8 .bg {
    height: 301px;
    background: url('../../images/music/control/bg_selectM_cnt8.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt9 .bg {
    background: url('../../images/music/control/bg_selectM_cnt9.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt10 .bg {
    height: 373px;
    background: url('../../images/music/control/bg_selectM_cnt10.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt11 .bg {
    background: url('../../images/music/control/bg_selectM_cnt2.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt12 .bg {
    height: 444px;
    background: url('../../images/music/control/bg_selectM_cnt12.png') 0 0 no-repeat;
}

.mSubBtn.selectM.cnt16 .bg {
    height: 585px;
    background: url('../../images/music/control/bg_selectM_cnt16.png') 0 0 no-repeat;
}
*/

.mSubBtn.selectM .wrapSelectCurrent {
    /* left: 7px; */
    /* top: 15px; */
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: nowrap;
    /* width: 88px; */
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent {
    /* background: url('../../images/music/control/numBtn/num1.png') 0 0 no-repeat; */
    width: 42px;
    height: 42px;
    position: relative;
    display: inline-block;
    /*
    background: url('../../images/music/control/selectCurrentBgTp1_1.png') center center no-repeat;
    background:rgba(255, 0, 255, 0.5);
    background: #fff 0 0 no-repeat;
    border-radius: 10px;
    border: 2px solid #f17d4d;
    margin-bottom: 9px;
    */
    margin: 0px 3.1px 0 0;
    /* border-bottom-right-radius: 6px; */
    /* border-bottom-left-radius: 6px; */
    /* border-top-right-radius: 6px; */
    /* border-color: #f17d4d; */
    border-radius: 0;
    cursor: pointer;
    color: #f17d4d;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    color: transparent;
    text-indent: -9999px;
}

/* .mSubBtn.selectM .wrapSelectCurrent .selectCurrent *{
    display: none !important;
} */

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent:not(.last):after {
    left: -1px;
    top: calc(100% + 2px);
    /*content: '' !important;*/
    position: absolute;
    display: block;
    width: 90px;
    height: 5px;
    background: url('../../images/music/control/bg_selectM_bar.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent.last {
    /* margin-bottom: 0px; */
    margin-right: 0px;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent span {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    display: none;
    font-family: 'NotoSan_kr';
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: inherit;
    text-align: center;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent .bg {
    /* background: #fff url('../../images/music/control/selectCurrentBg.png') center center no-repeat; */
    /* background-size: contain; */
    background: linear-gradient(-180deg, rgba(255, 255, 255, 1) 1%, rgba(248, 249, 249, 1) 14%, rgba(230, 232, 234, 1) 32%, rgba(201, 205, 210, 1) 53%, rgba(160, 167, 176, 1) 75%, rgba(108, 119, 133, 1) 100%);
    background-size: 100% 300%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    border-radius: 10px;
    border: 2px solid;
    border-color: inherit;
    transform: none;
    /* box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2); */
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent .currentM {}


.mSubBtn.selectM .wrapSelectCurrent .selectCurrent .totalM {
    display: none;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent span:nth-child(3) {
    display: none;
    margin-left: 7px;
    margin-right: 7px;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent.act span {
    color: #fff !important;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent.act .bg {}






.mSubBtn.selectM .wrapSelectCurrent .selectCurrent::before {
    background: url('../../images/music/control/numBtn/num1.png') 0 0 no-repeat;
    width: 43px;
    height: 63px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    display: block;
    box-sizing: border-box;
    pointer-events: none;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="2"]::before {
    background: url('../../images/music/control/numBtn/num2.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="3"]::before {
    background: url('../../images/music/control/numBtn/num3.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="4"]::before {
    background: url('../../images/music/control/numBtn/num4.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="5"]::before {
    background: url('../../images/music/control/numBtn/num5.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="6"]::before {
    background: url('../../images/music/control/numBtn/num6.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="7"]::before {
    background: url('../../images/music/control/numBtn/num7.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="8"]::before {
    background: url('../../images/music/control/numBtn/num8.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="9"]::before {
    background: url('../../images/music/control/numBtn/num9.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="10"]::before {
    background: url('../../images/music/control/numBtn/num10.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="11"]::before {
    background: url('../../images/music/control/numBtn/num11.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="12"]::before {
    background: url('../../images/music/control/numBtn/num12.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="13"]::before {
    background: url('../../images/music/control/numBtn/num13.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="14"]::before {
    background: url('../../images/music/control/numBtn/num14.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="15"]::before {
    background: url('../../images/music/control/numBtn/num15.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="16"]::before {
    background: url('../../images/music/control/numBtn/num16.png') 0 0 no-repeat;
}





.mSubBtn.selectM .wrapSelectCurrent .selectCurrent.act::before {
    background: url('../../images/music/control/numBtn/num1_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="2"].act::before {
    background: url('../../images/music/control/numBtn/num2_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="3"].act::before {
    background: url('../../images/music/control/numBtn/num3_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="4"].act::before {
    background: url('../../images/music/control/numBtn/num4_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="5"].act::before {
    background: url('../../images/music/control/numBtn/num5_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="6"].act::before {
    background: url('../../images/music/control/numBtn/num6_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="7"].act::before {
    background: url('../../images/music/control/numBtn/num7_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="8"].act::before {
    background: url('../../images/music/control/numBtn/num8_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="9"].act::before {
    background: url('../../images/music/control/numBtn/num9_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="10"].act::before {
    background: url('../../images/music/control/numBtn/num10_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="11"].act::before {
    background: url('../../images/music/control/numBtn/num11_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="12"].act::before {
    background: url('../../images/music/control/numBtn/num12_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="13"].act::before {
    background: url('../../images/music/control/numBtn/num13_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="14"].act::before {
    background: url('../../images/music/control/numBtn/num14_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="15"].act::before {
    background: url('../../images/music/control/numBtn/num15_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="16"].act::before {
    background: url('../../images/music/control/numBtn/num16_on.png') 0 0 no-repeat;
}


/*
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="2"] {
    background: url('../../images/music/control/numBtn/num2.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="3"] {
    background: url('../../images/music/control/numBtn/num3.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="4"] {
    background: url('../../images/music/control/numBtn/num4.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="5"] {
    background: url('../../images/music/control/numBtn/num5.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="6"] {
    background: url('../../images/music/control/numBtn/num6.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="7"] {
    background: url('../../images/music/control/numBtn/num7.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="8"] {
    background: url('../../images/music/control/numBtn/num8.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="9"] {
    background: url('../../images/music/control/numBtn/num9.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="10"] {
    background: url('../../images/music/control/numBtn/num10.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="11"] {
    background: url('../../images/music/control/numBtn/num11.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="12"] {
    background: url('../../images/music/control/numBtn/num12.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="13"] {
    background: url('../../images/music/control/numBtn/num13.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="14"] {
    background: url('../../images/music/control/numBtn/num14.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="15"] {
    background: url('../../images/music/control/numBtn/num15.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="16"] {
    background: url('../../images/music/control/numBtn/num16.png') 0 0 no-repeat;
}





.mSubBtn.selectM .wrapSelectCurrent .selectCurrent.act {
    background: url('../../images/music/control/numBtn/num1_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="2"].act {
    background: url('../../images/music/control/numBtn/num2_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="3"].act {
    background: url('../../images/music/control/numBtn/num3_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="4"].act {
    background: url('../../images/music/control/numBtn/num4_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="5"].act {
    background: url('../../images/music/control/numBtn/num5_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="6"].act {
    background: url('../../images/music/control/numBtn/num6_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="7"].act {
    background: url('../../images/music/control/numBtn/num7_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="8"].act {
    background: url('../../images/music/control/numBtn/num8_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="9"].act {
    background: url('../../images/music/control/numBtn/num9_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="10"].act {
    background: url('../../images/music/control/numBtn/num10_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="11"].act {
    background: url('../../images/music/control/numBtn/num11_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="12"].act {
    background: url('../../images/music/control/numBtn/num12_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="13"].act {
    background: url('../../images/music/control/numBtn/num13_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="14"].act {
    background: url('../../images/music/control/numBtn/num14_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="15"].act {
    background: url('../../images/music/control/numBtn/num15_on.png') 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="16"].act {
    background: url('../../images/music/control/numBtn/num16_on.png') 0 0 no-repeat;
}
*/



/*
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="1"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="2"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="3"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="4"] {}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="5"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="6"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="7"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="8"] {
    background: url('../../images/music/control/selectCurrentBgTp2.png') 0 0 no-repeat;
    border-color: #358dd4;
    color: #358dd4;
}


.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="9"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="10"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="11"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="12"] {
    background: url('../../images/music/control/selectCurrentBgTp3.png') 0 0 no-repeat;
    border-color: #3faa92;
    color: #3faa92;
}


.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="13"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="14"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="15"],
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="16"] {
    background: url('../../images/music/control/selectCurrentBgTp4.png') 0 0 no-repeat;
    border-color: #a67dd7;
    color: #a67dd7;
}


.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="1"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="2"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="3"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="4"].act .bg {
    background: url('../../images/music/control/selectCurrentBgTp1_on.png') 0 0 no-repeat;
    background: #f17d4d 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="5"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="6"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="7"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="8"].act .bg {
    background: url('../../images/music/control/selectCurrentBgTp2_on.png') 0 0 no-repeat;
    background: #358dd4 0 0 no-repeat;
}

.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="9"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="10"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="11"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="12"].act .bg {
    background: url('../../images/music/control/selectCurrentBgTp3_on.png') 0 0 no-repeat;
    background: #3faa92 0 0 no-repeat;
}


.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="13"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="14"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="15"].act .bg,
.mSubBtn.selectM .wrapSelectCurrent .selectCurrent[data-measure-idx="16"].act .bg {
    background: url('../../images/music/control/selectCurrentBgTp4_on.png') 0 0 no-repeat;
    background: #a67dd7 0 0 no-repeat;
}
*/


/* .mSubBtn.selectM .selectCurrent:hover {
    border-top: 2px solid #cd910a;
    background: #fbb819
} */



/* 소절 선택 */





















.mediaControls .measureBtn {
    left: 150px;
    top: 50px;
    position: absolute;
    display: none;
    text-align: center;
}


.mediaControls .measureBtn ul {}

.mediaControls .measureBtn li {
    width: 31px;
    height: 30px;
    box-sizing: border-box;
    border: none;
    background: none;
    display: inline-block;
    margin-left: 10px;
    border-radius: 0;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.mediaControls .measureBtn li:after {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '' !important;
    border-radius: 0;
    text-align: center;
    font-family: 'NanumGothic';
    font-weight: bold;
    font-size: 18px;
    color: fff;
    text-shadow: 2px 2px 2px #000;
}

.mediaControls .measureBtn li:nth-child(1):after {
    content: 'count' !important;
    color: whitesmoke;
    background-color: rgba(0, 0, 0, 0.7);
}

.mediaControls .measureBtn li:nth-child(2):after {
    background: url('../../images/music/control/numBtn/num1.png') 0 0 no-repeat;
    width: 31px;
    height: 30px;
}

.mediaControls .measureBtn li:nth-child(3):after {
    background: url('../../images/music/control/numBtn/num2.png') 0 0 no-repeat;
    width: 31px;
    height: 30px;
}

.mediaControls .measureBtn li:nth-child(4):after {
    background: url('../../images/music/control/numBtn/num3.png') 0 0 no-repeat;
    width: 31px;
    height: 30px;
}

.mediaControls .measureBtn li:nth-child(5):after {
    background: url('../../images/music/control/numBtn/num4.png') 0 0 no-repeat;
    width: 31px;
    height: 30px;
}

.mediaControls .measureBtn li:nth-child(6):after {
    background: url('../../images/music/control/numBtn/num5.png') 0 0 no-repeat;
    width: 31px;
    height: 30px;
}

.mediaControls .measureBtn li:nth-child(2):hover:after,
.mediaControls .measureBtn li.act:nth-child(2):after {
    background: url('../../images/music/control/numBtn/num1_on.png') 0 0 no-repeat;
}

.mediaControls .measureBtn li:nth-child(3):hover:after,
.mediaControls .measureBtn li.act:nth-child(3):after {
    background: url('../../images/music/control/numBtn/num2_on.png') 0 0 no-repeat;
}

.mediaControls .measureBtn li:nth-child(4):hover:after,
.mediaControls .measureBtn li.act:nth-child(4):after {
    background: url('../../images/music/control/numBtn/num3_on.png') 0 0 no-repeat;
}

.mediaControls .measureBtn li:nth-child(5):hover:after,
.mediaControls .measureBtn li.act:nth-child(5):after {
    background: url('../../images/music/control/numBtn/num4_on.png') 0 0 no-repeat;
}

.mediaControls .measureBtn li:nth-child(6):hover:after,
.mediaControls .measureBtn li.act:nth-child(6):after {
    background: url('../../images/music/control/numBtn/num5_on.png') 0 0 no-repeat;
}

.test2 .mediaWrap .mediaControls .progress .playTime {
    display: block;
}


.test2 .mCBtn,
.test2 .mIBtn,
.test2 .mSubBtn.selectM .wrapSelectCurrent .selectCurrent {
    outline: 1px solid black;
}
