.registration-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

textarea{
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: solid 0.5px #979797;
    background-color: #666666;
    color: white;
    padding: 5px;
}

.registration-content::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}
#lm-screen-background{
    background: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    flex-direction: column;
    color: #ffffff;
}

img.x-mark-img{
    position: absolute;
    right: -30px;
    top: 0px;
    width: 30px;
    cursor: pointer;
}

#lm-basic-content .head2{
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 17px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #ffffff;
}

#lm-basic-content .title div{
    float: right;
    width: auto;
    height: auto;
    flex-direction: row;
}

#lm-basic-content .title div span{
    float: right;
    padding: 0px 0px 0px 6px;
    line-height: 15px;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.14px;
    cursor: pointer;
}

#lm-screen-background #lm-basic-content{
    background: #353535;
    width: 90%;
    height: calc(90%);
    display: flex;
    border-radius: 2px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

#lm-screen-background #lm-basic-content .lm-content-child{
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

#lm-screen-background #lm-basic-content .reservation-left-area{
    flex: 1;
    border-right: 1px solid #97979750;
    max-width: 310px;
}

#lm-screen-background #lm-basic-content .reservation-center-area{
    flex: 2;
    border-right: 1px solid #97979750;
    padding: 20px;
    max-width: 50%;
}

#lm-screen-background #lm-basic-content .reservation-right-area{
    flex: 1;
}
.flex-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reservation-left-area .reservation-lessoninfo-top{
    width: 100%;
    padding: 20px;
    flex: 1;
    min-height: 210px;
}

.reservation-left-area .reservation-lessoninfo-middle{
    width: 100%;
    padding: 0px 20px 20px;
    flex: 4;
    overflow-y: scroll;
}

.reservation-left-area .reservation-lessoninfo-middle > div{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: max-content;
    -webkit-transition: .4s;
    transition: .4s;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    flex-direction: column;
}

.reservation-left-area .reservation-lessoninfo-middle > div > label:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    cursor: pointer;
}

.reservation-left-area .reservation-lessoninfo-middle > div > div{
    width: 100%;
    height: max-content;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.reservation-left-area .schedule-popup-infobox {
    width: 100%;
    display: flex;
    height: 41px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    align-content: flex-start;
}
.reservation-left-area .schedule-popup-infobox > h5{
    width: 100%;
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a4a4;
    padding: 0px;
    padding-bottom: 6px;
}

.reservation-left-area .schedule-popup-infobox > div{
    width: 100%;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.reservation-left-area .week-board{
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ccc;
    align-items: flex-start;
}

.reservation-left-area .reservation-lessoninfo-top .reservation-popup-infozone {
    width: 100%;
    height: 128px;
    padding: 12px;
    border-radius: 8px;
    border: solid 2px #4a4a4a;
    background-color: #353535;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-top: 12px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

#lm-screen-background #lm-basic-content .addschedule-left-area{
    flex: 1;
    border-right: 1px solid #97979750;
    max-width: 300px;
}

#lm-screen-background #lm-basic-content .addschedule-right-area{
    flex: 2;
}

#lm-screen-background #lm-basic-content .addschedule-right-area>span{
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #9a9a9d;
}
.addschedule-lesson-list{
    padding: 20px 0 20px 20px;
    overflow: scroll;
    position: relative;
    width: 100%;
    height: calc(100% - 80px);
}
.addschedule-left-area button, .addschedule-right-area button{
    font-size: 17px;
    font-weight: 300;
    width: 100%;
    height: 40px;
    border: none;
}

.addschedule-left-area label, .addschedule-right-area label{
    font-size: 17px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    width: calc(100% - 40px);
    text-align: left;
    height: 20px;
    border: none;
    padding: 20px 20px 0 20px;
}
.click-active-category,.click-active-lesson{
    color: white !important;
    font-weight: 700 !important;
}

.addschedule-lesson-list .lm-category-title{
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    height: 40px;
    font-family: AppleSDGothicNeo, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    padding-right: 40px;
    color: rgba(255, 255, 255, 0.71);
}

.addschedule-lesson-list .lm-category-title:hover{
    color: white;
    font-weight: 700;
}

.addschedule-lesson-list .lm-category-title img{
    width: 27px;
    height: 25px;
    margin-right: 5px;
}

.addschedule-lesson-list .lm-category-title span{
    display: block;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.addschedule-lesson-list .lm-lesson-area{
    height: 0;
    width: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
    cursor: default;
    overflow: hidden;
    font-size: 14px;
}
.addschedule-lesson-list .lm-lesson-area.down{
    height: auto !important;
    padding: 10px 0 10px 20px;
}
.addschedule-lesson-list .lm-lesson-area.up{
    height: 0;
    padding: 0px 0 0px 20px;
}

.addschedule-right-area .right-parent{
    width: 100%;
    height: 100%;
    position: relative;
}
.lm-lesson-area .lm-lesson-row{
    width: 100%;
    height: 25px;
    font-family: AppleSDGothicNeo, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    padding-right: 20px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
}
.lm-lesson-area .lm-lesson-row:hover{
    color: white;
    font-weight: 700;
}

.lm-lesson-area .lm-lesson-row img{
    width: 12px;
    margin-right: 2px;
}

.lm-lesson-area .lm-lesson-row span{
    display: block;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#lm-basic-content .title{
    height: 25px;
    width: 100%;
}

.reservation-standard-row{
    height: 45px;
    width: 100%;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
}

.summary{
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #9a9a9d;
}

.void-box{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.none-padding{
    padding: 0 0 0 0 !important;
}

.reservation-lessoninfo-bottom .week-board{
    width: 100%;
    height: auto;
    align-items: baseline;
}

.reservation-center-area .reservation-lessoninfo-top{
    width: 100%;
    height: 95px;
    padding-bottom: 20px;
    flex-direction: column;
}

.reservation-center-area .reservation-lessoninfo-top .reservation-standard-row input{
    width: 100%;
    height: 29px;
    border-radius: 3px;
    border: solid 1px #979797;
    background-color: #353535;
    color: white;
    padding: 0px 6px 0px 30px;
    align-items: flex-start;
    box-sizing: border-box;
}

.reservation-center-area .reservation-lessoninfo-top .reservation-standard-row label{
    display: inline-flex;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #979797;
    background-color: #353535;
    color: #979797;
    padding: 0px 30px 0px 6px;
    height: 29px;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.reservation-center-area .reservation-lessoninfo-top .reservation-standard-row #brand-group-list-popup{
    position: absolute;
    top: 50px;
    width: 40%;
    height: max-content;
    max-height: 400px;
    border: solid 1px #979797;
    background-color: #353535;
    color: #979797;
    border-radius: 3px;
    z-index: 1;
}

.reservation-standard-row #brand-group-list-popup li:hover{
    color: white;
}

.reservation-center-area .reservation-lessoninfo-bottom{
    height: calc(100% - 75px);
    width: 100%;
    overflow-y: scroll;
    justify-content: normal;
}

.reservation-center-area .reservation-lessoninfo-bottom .reservation-members-zone{
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.reservation-center-area .reservation-lessoninfo-bottom .reservation-memberlist-zone{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 10px;
}

.reservation-center-area .reservation-lessoninfo-top .title .head-right-btn{
    float: right;
    width: 130px;
    height: 26px;
    border-radius: 3px;
    border: solid 1px #0091ff;
    color: #0091ff;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
}

.reservation-right-area .reservation-lessoninfo-top .title .head-right-btn{
    float: right;
    width: 30px;
    height: 26px;
    color: #0091ff;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
}

.reservation-right-area .reservation-lessoninfo-top{
    width: 100%;
    height: 100px;
    padding: 20px;
}

.reservation-right-area .reservation-lessoninfo-top{
    width: 100%;
    height: 65px;
    padding: 20px;
}

.reservation-right-area .reservation-lessoninfo-contents{
    width: 100%;
    height: calc(100% - 65px);
    padding: 0 20px 20px 20px;
}

.reservation-right-area .reservation-lessoninfo-contents textarea{
    width: 100%;
    height: 100%;
    padding: 5px;
    border:none;
    border-radius: 5px;
    background: none;
    pointer-events: none;
    resize: none;
    color: white;
    font-family: AppleSDGothicNeo,sans-serif;
}

textarea.active{
    background: #2e2e2e !important;
    pointer-events: auto !important;
}

.memberlist-info-zone{
    width: 100%;
    height: 30px;
    padding-bottom: 5px;
}

.memberlist-info-zone span{
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #ffffff;
}

.memberlist-info-zone .memberlist-sort-btn {
    width: 108px;
    height: 24px;
    border-radius: 4px;
    background-color: #6C6C6c;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;

}

.memberlist-info-zone .memberlist-sort-btn :hover{
    background-color: #828282;
}
/*.memberlist-info-zone .memberlist-sort-btn: active{*/
/*    background-color: #6C6C6C;*/
/*    color: #CCCCCC;*/
/*}*/

.memberlist-info-row{
    width: 100%;
    height: 70px;
    padding: 10px 0;
    flex-direction: row;
    border-bottom: solid 1px #97979760;
    position: relative;
}

.memberlist-info-row:hover{
    background: rgba(0, 0, 0, 0.2);
}

.memberlist-info-row .holding-check-box{
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    pointer-events: none;
    color: white;
}

.member-unit{
    width: max-content;
    min-width: 100px;
    height: 27px;
    margin-right: 5px;
    border: 1px solid #ff6400;
    border-radius:  3px;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #ffffff;
    cursor: pointer;
}

.memberlist-info-row > div:nth-child(1){
    width: 50px;
    float: left;
    margin-right: 20px;
    border-radius: 3px;
    position: relative;
}
.memberlist-info-row > div:nth-child(1) > span{
    height: 12px;
    font-size: 9px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    width: max-content;
    border-radius: 3px;
    position: absolute;
    left: 0px;
    top: -6px;
}

.memberlist-info-row > div:nth-child(1) > img{
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
}

.memberlist-info-row > div:nth-child(1) > label{
    position: absolute;
    flex-wrap: wrap;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #1b1b1b70;
    font-size: 12px;
    text-align: center;
    display: inline-flex;
    white-space: break-spaces;
}

.memberlist-info-row .member-info-box{
    height: 50px;
    /*width: calc(100% - 230px);*/
    float: left;
    overflow: hidden;
    padding: 5px 0;
    flex: 1;
    flex-direction: column;
}

.memberlist-info-row .member-info-box .member-info-detail{
    width: 100%;
    height: 17px;
    padding: 1px 0;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    overflow: hidden;
}

.reservation-members-zone .memberlist-info-row .memberlist-reservation-btn{
    width: 73px;
    height: 26px;
    border-radius: 3px;
    float: left;
    border: solid 1px #0091ff;
    color: #0091ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
}
.reservation-members-zone .memberlist-info-row .memberlist-reservation-btn.fix-button{
    border: solid 1px #bce1fd;
    color: #bce1fd;
}

.reservation-memberlist-zone .memberlist-reservation-btn{
    width: 80px;
    height: 26px;
    border-radius: 3px;
    background-color: #666666;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;
}

.reservation-memberlist-zone .memberlist-reservation-btn:hover{
    background-color: #7b7b7b;
}
.reservation-memberlist-zone .memberlist-reservation-btn:active{
    background-color: #909090;
}

.reservation-memberlist-zone .memberlist-watingBtn-btn{
    width: 86px;
    height: 26px;
    border-radius: 3px;
    background-color: #666666;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;
}

.reservation-memberlist-zone .memberlist-watingBtn-btn:hover{
    background-color: #7b7b7b;
}
.reservation-memberlist-zone .memberlist-watingBtn-btn:active{
    background-color: #909090;
}

.triangle-border {
    position:relative;
    padding:15px;
    margin:1em 0 3em;
    border:5px solid #5a8f00;
    color:#333;
    background:#fff;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

.mini-popup {
    position:absolute;
    margin: 50px;
    width: 120px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #000000;
    border: solid 1px #979797;
    background-color: #353535;
    z-index: 10001 !important;
    padding: 5px 0px;
}
.mini-popup:after {
    border-top: 0px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #353535;
    content:"";
    position:absolute;
    top:-10px;
    left:30px;
}

.mini-popup:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 28px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #979797 transparent;
    border-top: 0px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #979797;
    display: block;
    width: 0;
}

.mini-popup .mini-popup-row{
    width: max-content;
    height: auto;
    padding: 5px 20px;
    text-align: left;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: white;
    cursor: pointer;
}

.mini-popup .mini-popup-row:hover{
    color: #0091ff;
    background-color: black;
}

.customer-list-popup {
    position:absolute;
    margin: 50px;
    width: 500px;
    height: 600px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #000000;
    border: solid 1px #979797;
    background-color: #353535;
    z-index: 100;
    color: white;
}
.customer-list-popup:after {
    border-top: 4px solid transparent;
    border-left: 8px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 11px solid #353535;
    content: "";
    position: absolute;
    top: 325px;
    left: -9px;
}

.customer-list-popup:before {
    content: "";
    position: absolute;
    top: 325px;
    left: -13px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #979797 transparent;
    border-top: 0px solid transparent;
    border-left: 12px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 16px solid #979797;
    display: block;
    width: 0;
}

.seat-deployment-popup{
    width: 305px;
    height: auto;
    flex-direction: column;
    padding: 13px 15px 30px 15px;
}

.seat-deployment-popup h4{
    width: 100%;
    height: 17px;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #ffffff;
}
.seat-deployment-popup .deployment-seat-info{
    width: 100%;
    height: 45px;
    padding: 10px 0px 20px 0px;
    line-height: 13px;
}

.seat-deployment-popup .deployment-seat-info .tmp-box{
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: solid 0.5px #797979;
    float: left;
    margin: 0 5px;
    position: relative;
}

.seat-deployment-popup .deployment-real-seat{
    width: 100%;
    height: calc(100% - 62px);
    flex-direction: row;
    justify-content: end;
    flex-wrap: wrap;
}
.seat-deployment-popup .deployment-real-seat .seat-arrangement{
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #797979;
    background-color: #2e2e2e;
    margin: 0 4px 4px 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.seat-deployment-popup .deployment-real-seat .seat-arrangement img{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
}

.seat-deployment-popup .deployment-real-seat .seat-arrangement:hover{
    background-color: #797979;
}

.schedule-edit-popup{
    width: 500px;
    height: 370px;
    flex-direction: column;
    padding: 13px 15px 30px 15px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #000000;
    border: solid 1px #979797;
    background-color: #353535;
}

.loopschedule-edit-popup{
    width: 500px;
    height: 180px;
    flex-direction: column;
    padding: 13px 15px 20px 15px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #000000;
    border: solid 1px #979797;
    background-color: #353535;
}

.schedule-edit-popup .schedule-edit-content h4,.loopschedule-edit-popup .schedule-edit-content h4{
    width: 100%;
    height: 17px;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #ffffff;
}

.schedule-edit-popup .schedule-edit-content{
    height: calc(100% - 36px);
    width: 100%;
    padding: 15px;
}

.loopschedule-edit-popup .schedule-edit-content{
    height: calc(100% - 36px);
    width: 100%;
    padding: 15px 15px 0px 15px;
}

.schedule-edit-popup .schedule-edit-info,.loopschedule-edit-popup .schedule-edit-info{
    height: calc(100% - 17px);
    width: 100%;
    padding: 10px;
}

.schedule-edit-info .schedule-edit-row{
    width: 100%;
    height: auto;
    font-family: NotoSansKR,serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    align-items: flex-start;
    padding: 10px 0;
}


.schedule-edit-row .edit-row-input{
    background: none;
    border: none;
    border-bottom: solid 1px #97979760;
    margin: 10px 0px 10px 38px;
    color: white;
    font-size: 16px;
    font-family: AppleSDGothicNeo,sans-serif;
    font-weight: 800;
}

.schedule-edit-row .edit-row-adddata{
    width: auto;
    height: 45px;
    padding: 10px 0 10px 38px;
}

.schedule-edit-row .edit-row-adddata .add-data-btn{
    width: 80px;
    height: auto;
    padding: 5px 0;
    border-radius: 10px;
    border: solid 1px #0090ff;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #0090ff;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.schedule-edit-row .edit-row-date{
    width: 100%;
    height: 70px;
    flex-direction: column;
    padding: 10px 0 10px 38px;
}

.row-date-title{
    width: 100%;
    height: 20px;
}

.row-date-title div{
    width: 125px;
    height: 15px;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: left;
    float: left;
}

.edit-row-date .row-date-contents{
    width: 100%;
    height: 30px;
    position: relative;
}

.row-date-contents input{
    background: none;
    width: 80px;
    color: white;
    height: 25px;
    border: none;
    border-bottom: solid 1px #4d4d4d;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.ui-timepicker-standard{
    z-index: 101 !important;
    font-size: 16px;
    color: white;
    background: #2e2e2e;
}

.ui-timepicker-standard .ui-corner-all{
    color: white !important;
    background: #353535 !important;
}

.row-date-contents img{
    position: absolute;
    width: 15px;
    top: 7px;
    cursor: pointer;
}

.schedule-edit-row .edit-row-title{
    width: 100%;
    height: 20px;
}

.mini-popup .fix-schedule-date{
    width: 100%;
    height: auto;
    padding: 7px 0;
}
.fix-schedule-date .fix-schedule-row{
    font-family: NotoSansKR,sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #ffffff;
    border-bottom: solid 1px #97979760;
    cursor: pointer;
    margin-bottom: 5px;
}
.fix-schedule-date .fix-schedule-row:hover{
    background-color: rgba(59, 59, 59, 0.5);
}
.fix-schedule-date .fix-schedule-row.active{
    background-color: rgba(16, 16, 16, 0.5);
}
#fix-date-check img{
    height: 10px;
}

.mini-popup .fix-schedule-time{
    width: 100%;
    height: 140px;
    padding: 25px 30px;
}

.mini-popup .fix-schedule-btnzone{
    width: 100%;
    height: auto;
    flex-direction: row;
}

.mini-popup .fix-schedule-btnzone div{
    width: 50%;
    height: 36px;
    color: white;
    background: #4d4d4d;
    cursor: pointer;
}

.fix-schedule-time .schedule-time-box{
    width: 100%;
    height: 36px;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.47px;
    color: #ffffff;
}

.fix-schedule-time .schedule-time-box div{
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}

.fix-schedule-time .schedule-time-box div input{
    width: 75px;
    background: none;
    color: white;
    height: 20px;
    border: none;
    border-bottom: solid 1px #4d4d4d;
    font-size: 14px;
    text-align: center;
}
#time-box-datepicker{
    padding-right: 20px;
}

#count-input{
    width: 50px;
    background: none;
    color: white;
    height: 20px;
    border: none;
    border-bottom: solid 1px #4d4d4d;
    font-size: 14px;
    text-align: center;
}

.fix-schedule-time .schedule-time-box div img{
    width: 13px;
    cursor: pointer;
}
#ui-datepicker-div{
    box-shadow: 0 0 10px 0 #000000;
    border: solid 1px #979797;
    background-color: #353535;
    color: white;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid #0e99ff;
    background: #0091ff;
    color: #ffffff;
}

.ui-state-default, .ui-widget-content .ui-state-default{
    color: white;
    background: none;
    border: none;
    text-align: center;
    border-radius: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default:hover{
    background: #181818;
}
.ui-datepicker .ui-datepicker-prev{
    cursor: pointer;
}

.ui-datepicker-prev span {
    background-image: url(images/arrow-left.png) !important;
    background-position: 0px 0px !important;
    background-size: 90% 100%;
}

.ui-datepicker-next span {
    background-image: url(images/arrow-right.png) !important;
    background-position: 0px 0px !important;
    background-size: 90% 100%;
}

.basic-edit-btn{
    float: right;
    padding: 0px 0px 0px 6px;
    line-height: 15px;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.14px;
    cursor: pointer;
}

.basic-edit-btn-orange{
    border : solid 1px #ff6400;
    color : #ff6400;
    width: auto;
    padding: 5px;
}

.right-parent .registration-content{
    padding: 20px 20px 0px 65px;
    overflow: scroll;
    position: relative;
    width: 100%;
    height: calc(100% - 40px);
    justify-content: flex-start;
}

.right-parent .first-div{
    font-size: 17px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    width: 100%;
    text-align: left;
    height: 40px;
    border: none;
    padding:  25px 30px 10px;
    font-family: AppleSDGothicNeo,sans-serif;
    letter-spacing: 0.2px;
    color: #ffffff;
    flex-direction: row;
    justify-content: flex-start;
}

.right-parent .registration-confirm{
    width: 80px;
    height: 40px;
    background: none;
    color: white;
    cursor: pointer;
    position: absolute;
    padding: 15px 10px 0 0;
    top: 0px;
    right: 10px;
    flex-direction: row;
    justify-content: space-evenly;

}

.registration-contests-area{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.registration-contests-area .contests-area-title{
    width: 100%;
    height: 20px;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    position: relative;
}

.registration-contests-area .contests-area-main{
    position: relative;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #97979760;
    width: calc(100% - 40px);
    height: max-content;
    align-items: self-start;
    margin-left: 40px;
}

.contests-area-main .text-input{
    background: none;
    border: none;
    border-bottom: solid 1px #979797;
    color: white;
    font-size: 16px;
    font-family: AppleSDGothicNeo,sans-serif;
    font-weight: 800;
    outline:none;
    width: 300px;
    padding: 3px;
    margin: 10px 0;
}

.contests-area-main .contents-area-row{
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: self-start;
    padding-bottom: 20px;
    font-weight: 300;
    overflow: hidden;
}

.low-text{
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    margin-left: 4px;
    margin-right: 25px;

}

.contests-area-main .number-input, .number-input{
    background: none;
    border: none;
    border-bottom: solid 1px #979797;
    color: white;
    font-size: 16px;
    font-family: NotoSansKR,sans-serif;
    font-weight: 800;
    outline: none;
    width: 80px;
    padding: 3px;
    margin: 0 8px 0px 8px;
    text-align: center;
    position: relative;
    top: -5px;
}

.category-time-select{
    width: 77px;
    height: 26px;
    border-radius: 2px;
    background-color: #666666;
    color: white;
    text-align: center;
    margin: 0px 5px;
}

.basic-check-box{
    width: auto;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.basic-check-box img{
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

#category-radio-area{
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    padding: 0px 10px 20px 20px;
    height: 60px;
    flex-direction: row;
    justify-content: space-evenly;
}

.lm-category-title .category-delete{
    width: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.lm-category-title .category-edit{
    width: 20px;
    position: absolute;
    right: 20px;
    top: 0px;
}

.registration-content .sub-text-area{
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 10px 0px;
}

.trainer-area{
    width: 100%;
    height: 50px;
    flex-direction: row;
    justify-content: flex-start;
}

.trainer-area .add-data-btn{
    width: auto;
    height: 25px;
    min-width: 70px;
    padding: 3px;
    border-radius: 3px;
    border: solid 1px #0090ff;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #0090ff;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.trainer-area .add-data-btn:hover{
    background: #1b1b1b;
}

.normal-btn{
    width: 60px;
    height: 30px;
    border-radius: 2px;
    background-color: #4d4d4d;
    color: white;
    text-align: center;
    margin: 0px 5px;
    font-weight: 300;
    cursor: pointer;
}

.count-input{
    width: 100px;
    background: none;
    color: white;
    height: 20px;
    border: none;
    border-bottom: solid 1px #4d4d4d;
    font-size: 14px;
    text-align: center;
}

.updown-btn{
    width: 15px;
    cursor: pointer;
}

.normal-select{
    height: 40px;
    width: 200px;
    background: none;
    border: none;
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    border-bottom: solid 1px #979797;
}

.registration-content .seat-zone{
    width: 100%;
    height: 0px;
    flex-direction: row;
    overflow: hidden;
}

.half{
    width: 50%;
    height: 100%;
    max-width: 330px;
}

.seat-view-screen{
    width: 100%;
    height: calc(100% - 56px);
    padding: 10px;
    overflow: scroll;
}

.scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}

.screen-unit{
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #797979;
    background-color: #2e2e2e;
    float: left;
    cursor: pointer;
    position: relative;
}

.seat-file{
    width: 100%;
    height: calc(100% - 29px);
    border-radius: 5px;
    border: solid 1px #979797;
    background-color: rgba(16, 16, 16, 0.25);
    cursor: pointer;
}

.seat-file:hover {
    background: #3b3b3b;
}

.seat-file img{
    width: 50px;
}

.file-input{
    position: absolute;
    width: 100%;
    height: 100%;
}


.lm-lesson-row .lesson-delete{
    width: 25px;
    position: absolute;
    right: 5px;
    top: 0px;
}

.customer-list-popup .customer-list-search{
    width: 425px;
    height: 23px;
    border-radius: 3px;
    border: solid 1px #979797;
    background-color: #353535;
    color: white;
    padding: 2px 2px 2px 30px;
}

.customer-list-popup h4{
    font-size: 17px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    width: calc(100% - 40px);
    text-align: left;
    height: 20px;
    border: none;
    padding: 20px;
    font-family: AppleSDGothicNeo,sans-serif;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.customer-list-popup .customer-list-content{
    height: 500px;
    padding: 20px;
    width: 100%;
    overflow: scroll;
}

.customer-list-popup .customer-list-content .memberlist-reservation-btn{
    width: 73px;
    height: 26px;
    border-radius: 3px;
    float: left;
    border: solid 1px #bce1fd;
    color: #bce1fd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
}

.member-info-box .member-info-detail .more-btn{
    color: #8c8c8c;
    text-decoration: underline;
    font-weight: 500;
    margin-left: 10px;
}

.member-info-box .member-info-detail .more-btn:hover{
    color: white;
}
.schedule-custom-menu {
    border-radius: 3px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%), 0 2px 4px 0 rgb(0 0 0 / 50%);
    border: solid 1px #7c7c7c;
    background-color: #4a4a4a;
    z-index: 10001;
    position: absolute;
    overflow: hidden;
    padding: 0;
    width: max-content;
    cursor: pointer;
}
.schedule-custom-menu .schedule-custom-menu-item {
    text-align: center;
    font-size: 16px;
    padding: 6px 12px;
    margin: 0 3px;
    border-radius: 3px;
    color: #ccc;
    cursor: pointer;
}
.schedule-custom-menu .schedule-custom-menu-item:hover{
    color: white;
}

.schedule-screen-background{
    background: #1b1b1b50;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    flex-direction: column;
    color: #ffffff;
}

.schedule-screen-background > .fix-reservation-popup{
    width: 900px;
    height: 671px;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #2c2c2c;
}

.fix-reservation-popup > h3{
    box-sizing: border-box;
    height: 75px;
    padding: 24px;
    font-family: NotoSansKR,sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fix-reservation-popup > h3 > img{
    width: 28px;
    cursor: pointer;
}
.fix-reservation-popup > div:nth-child(2) {
    width: 100%;
    height: 30px;
    font-family: NotoSansKR,sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-bottom: 2px solid #383838;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.fix-reservation-popup > div:nth-child(2) > div {
    margin-left: 24px;
    width: 64px;
    color: #a4a4a4;
    padding-bottom: 6px;
}
.fix-reservation-popup > div:nth-child(2) > div.active {
    color: white;
    border-bottom: 2px solid #E87130;
    cursor: default;
}
.fix-reservation-popup > div:nth-child(3) {
    width: 100%;
    height: calc(100% - 161px);
    padding: 24px;
}
.fix-reservation-popup > div:nth-child(4) {
    width: 100%;
    height: 56px;
    display: flex;
}
.fix-reservation-popup > div:nth-child(4) > button {
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    background-color: #7c7c7c;
    font-family: NotoSansKR,sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.67px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.fix-reservation-popup > div:nth-child(4) > button:nth-child(2) {
    background-color: #E87130;
}
.fix-reservation-popup > div:nth-child(3) .calendar-basic-row > .calendar-row-data {
    width: 100%;
    height: max-content;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.fix-reservation-popup > div:nth-child(3) .calendar-basic-row > .calendar-row-data > select{
    background: #4A4A4A;
    border-radius: 3px;
    border: none;
    outline: none;
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 6px;
    line-height: 23px;
    margin: 0px 4px;
    display: flex;
    align-items: center;
    letter-spacing: -0.603637px;
    color: #FFFFFF;
}
.fix-reservation-popup > div:nth-child(3) .calendar-basic-row > .calendar-row-data > label {
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    width: 117px;
    text-align: left;
    height: 28px;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
}
.fix-reservation-popup > div:nth-child(3) .calendar-basic-row > .calendar-row-data .calendar-search-zone {
    border-radius: 3px;
    background-color: #4a4a4a;
    padding: 7px 40px 7px 12px;
    box-sizing: border-box;
    width: 478px;
    height: 36px;
    position: relative;
}
.fix-reservation-popup > div:nth-child(3) .calendar-basic-row > .calendar-row-data .calendar-search-zone > input {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    font-family: NotoSansKR, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    background: none;
}
.fix-reservation-popup > div:nth-child(3) .calendar-basic-row > .calendar-row-data .calendar-search-zone > img {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 12px;
}

.fix-reservation-popup > div:nth-child(3) .calendar-basic-row > .calendar-row-data .calendar-search-zone > .search-list-zone{
    width: 100%;
    height: 300px;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 1;
    border-radius: 3px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #414141;
    padding: 0px 12px;
}

.calendar-row-data .customer-box{
    height: 61px;
    width: 100%;
    justify-content: flex-start;
    padding: 12px 6px;
    margin: 12px 0px;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    color: #fff;
}
.calendar-row-data .customer-box:hover{
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
}

.calendar-row-data .customer-box > img{
    width: 55px;
    height: 55px;
    border-radius: 8px;
}

.calendar-row-data .customer-box > div{
    height: 100%;
    width: calc(100% - 55px);
    padding: 0px 0px 0px 24px;
    align-items: flex-start;
    justify-content: space-between;
}

.fix-reservation-popup > div:nth-child(3) .calendar-basic-row > .calendar-row-data > .lesson-list-inputbox {
    width: 720px;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 3px;
    background-color: #4a4a4a;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #a4a4a4;
    border: none;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.calendar-basic-row > .calendar-row-data .lesson-add-box > input {
    font-size: inherit;
    line-height: inherit;
    border: none;
    background: none;
    width: 100%;
    display: block;
    resize: none;
    padding: 0px;
    height: 18px;
    color: white;
    outline: none;
}
.calendar-basic-row > .calendar-row-data .lesson-add-box .lesson-searchlist-view {
    background: #383838;
    width: calc(100% - 190px);
    height: max-content;
    min-height: 10px;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #a4a4a4;
    position: absolute;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%), 0 2px 4px 0 rgb(0 0 0 / 50%);
    z-index: 1;
    max-height: 250px;
}
.calendar-basic-row > .calendar-row-data > .lesson-list-inputbox > .lesson-searchlist-view {
    background: #383838;
    width: 100%;
    height: max-content;
    min-height: 10px;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #a4a4a4;
    position: absolute;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%), 0 2px 4px 0 rgb(0 0 0 / 50%);
    z-index: 1;
    max-height: 250px;
    left: 0px;
}
.calendar-basic-row > .calendar-row-data > .lesson-list-inputbox > .lesson-searchlist-view > div {
    width: 100%;
    padding: 6px 12px;
    height: 34px;
    background: #383838;
}

.calendar-basic-row > .calendar-row-data > .lesson-list-inputbox > .lesson-searchlist-view > div:hover {
    background: #4a4a4a;
    cursor: pointer;
}
.calendar-basic-row > .calendar-row-data .lesson-box {
    padding: 2px 12px;
    margin: 0px 21px 5px 0px;
    height: 22px;
    font-family: NotoSansKR, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.67px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    width: max-content;
    flex-shrink: 1;
    display: flex;
    position: relative;
    overflow: visible;
}
.calendar-basic-row > .calendar-row-data .lesson-box > img {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -14px;
    top: 5px;
}

.calendar-basic-row > .calendar-row-data > #fix-schedule-trainer-zone{
    width: 117px;
    height: max-content;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ccc;
}
.calendar-basic-row > .calendar-row-data > #fix-schedule-trainer-zone .schedule-trainer-box{
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.39px;
    color: #fff;
    border-radius: 16px;
    border: solid 2px #ccd1da;
    padding: 6px 12px;
    margin-top: 12px;
    opacity: 0.5;
    cursor: pointer;
}

.calendar-basic-row > .calendar-row-data > #fix-schedule-trainer-zone .schedule-trainer-box.active{
    opacity: 1;
}

.calendar-basic-row > .calendar-row-data > #fix-schedule-zone{
    width: calc(100% - 117px);
    height: max-content;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}
.calendar-basic-row > .calendar-row-data > #fix-schedule-zone .fix-schedule-zone{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 24px;
}

.calendar-basic-row > .calendar-row-data > #fix-schedule-zone .fix-schedule-zone > span{
    padding: 10px 13px;
    border-radius: 20px;
    font-family: NotoSansKR,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.54px;
    color: #fff;
    background: #3b99f5;
}
.calendar-basic-row > .calendar-row-data > #fix-schedule-zone .fix-schedule-zone > .fix-schedule-info-box {
    width: 100%;
    padding: 12px;
    height: 84px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    border: solid 1px #3b9af5;
    margin-top: 24px;
    border-radius: 8px;
    cursor: pointer;
}
.calendar-basic-row > .calendar-row-data > #fix-schedule-zone .fix-schedule-zone > .fix-schedule-info-box:hover{
    background: #4a4a4a;
}

.calendar-basic-row > .calendar-row-data > #fix-schedule-zone .fix-schedule-zone > .fix-schedule-info-box.active{
    background: #3b9af5;
}

#lm-basic-content .title .more-btn-area {
    cursor: pointer;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 3px;
}

.more-btn-area:hover {
    background-color: #545454;
}

.reservation-dropdown {
    position: relative;
    display: inline-block;
    right: -10px;
}

.reservation-dropdown-content {
    display: none;
    position: absolute;
    background-color: #6c6c6c;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    z-index: 1;
    border-radius: 4px;
    padding: 2px;
    top: 26px;

}

.reservation-dropdown-content a {
    color: white;
    display: block;
    margin: 5px 0;
}

.reservation-dropdown:hover .reservation-dropdown-content {
    display: block;
}

.reservation-dropbtn {
    background-color: #6c6c6c;
    color: white;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    width: 108px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.reservation-arrow-image {
    justify-content: flex-end;
    display: flex;
}

.dropdown-item-box {
    width: 104px;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    background: #6C6C6C;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dropdown-item-box span {
    /*display: block;*/
    color: #CCCCCC;
    font-size: 12px;
    font-family: Pretendard;
    font-weight: 400;
    word-wrap: break-word;
}

.dropdown-item-box:hover {
    background: #828282;
}

.dropdown-item-box:hover span {
    font-weight: 700;
    color: white;
}

.dropdown-item-box span:hover {
    font-weight: bold;
}

.rotate {
    transform: rotate(180deg);
}


