.fc-button {
    box-shadow: none !important;
}
#calendarPopup .fc-toolbar-chunk:first-child{
    display: flex;
    align-items: center;
    justify-content: center;
}
#calendarPopup .fc-toolbar-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #585757;
}
#calendarPopup .fc-toolbar-chunk:first-child button{
    color: #212121;
    border-radius: 50%;
    border: 0px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(202, 202, 202, 0.5);
}
#calendarPopup .fc-addBtn-button{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #FF5862;
    border: 0px;
    border-radius: 10px;
    padding: 10px 20px;
}
#calendarPopup .fc-addBtn-button:before{
    font-family: 'xeicon';
    content: '\2b ';
    font-size: 13px;
}
.fc-theme-standard .fc-scrollgrid{
    border: none !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
}
.fc td, .fc th {
    border-style: none !important;
}
#calendarPopup .fc-col-header-cell-cushion{
    padding-top: 12px;
    font-weight: 500;
    font-size: 12px;
    color: #969696;
}
#calendarPopup .fc-daygrid-day-top{
   justify-content: center;
    font-weight: 500;
    font-size: 13px;
    color: #969696;
}
.fc table{
    width: 100% !important;
}
.fc .fc-daygrid-body{
    width: 100% !important;
}
.fc .fc-daygrid-day.fc-day-today{
    background-color: unset;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number{
    color: #fff;
    font-weight: 500;
    background: #000000;
    border-radius: 8px;
    padding: 4px;
}
.fc .fc-highlight{
    background-color: unset;
}
.fc .fc-daygrid-event.active{
    background: #FF5862 !important;
}
.fc .fc-daygrid-event{
    border: unset !important;
    background: #DFE9F8;
    height: 4px !important;
    border-radius: 4px !important;
}
.fc-h-event .fc-event-title-container{
    display: none !important;
}
.fc .fc-daygrid-day-frame{
    height: 80px;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events{
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: unset;
    /*margin-top: 1em;*/
    padding-top: 1.5em;
}
/*.fc-day-grid-event .fc-content {*/
/*    white-space: normal;*/
/*}*/
.fc-direction-ltr .fc-daygrid-more-link{
    float: unset !important;
    text-align: center;
    background: #FF5862;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}
.fc .fc-daygrid-day-bottom{
    position: absolute;
    top: 0;
    left: 38%;
    text-align: center!important;
}
/* 달력 옆 UI */
#authorCalendarModal .modal-body-right{
    position: relative;
    display: flex;
    flex-flow: column;
    /*grid-template-rows: 100px auto;*/
}
#authorCalendarModal .modal-body-right .select-day-area{
    width: 100%;
    background: #F3F3F3;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    color: #585757;
    padding: 17px 14px;
    /*margin-bottom: 10px;*/
    display: flex;
    flex-flow: column;
    gap: 5px;
}
#authorCalendarModal .modal-body-right .select-day-div-area{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
#authorCalendarModal .modal-body-right .select-day-div-area .schedule-all-remove-btn{
    border-radius: 10px;
    background: #9E9184;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}
#authorCalendarModal .modal-body-right .select-day-area .select-day{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #585757;
}
#authorCalendarModal .modal-body-right .select-day-area .select-sub-day{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #585757;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#authorCalendarModal .modal-body-right .select-day-schedule-list{
    display: flex;
    flex-flow: column;
}
#authorCalendarModal .modal-body-right .empty-box{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 25%;
}
#authorCalendarModal .modal-body-right .empty-box .empty-img{
    background-image: url(/host/statics/img/empty_0.png);
    height: 87px;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
#authorCalendarModal .modal-body-right .empty-box .empty-img.type-0{
    background-image: url(/host/statics/img/empty_1.png);
}
#authorCalendarModal .modal-body-right .empty-box .empty-img.type-1{
    background-image: url(/host/statics/img/empty_2.png);
}
#authorCalendarModal .modal-body-right .empty-box .empty-img.type-2{
    background-image: url(/host/statics/img/empty_3.png);
}
#authorCalendarModal .modal-body-right .empty-box .empty-msg{
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #A8A8A8;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area{

}
#authorCalendarModal .modal-body-right .select-day-schedule-area .hint-text{
    font-weight: 400;
    font-size: 11px;
    color: #979797;
    margin-top: 10px;
    margin-bottom: 10px;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list{
    display: flex;
    flex-flow: column;
    gap: 5px;
    overflow-y: auto;
    height: 100%;
    max-height: 450px;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card{
    padding: 15px 15px;
    background: #FFF9F9;
    border: unset;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card.noopen{
    background: #F4F4F4;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card.active{
    border: 1px solid #FF5862;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card .schedule-header{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card .schedule-header-left{
    display: grid;
    grid-template-columns: 50px auto;
    gap: 10px;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card .schedule-header-right{
    display: flex;
    flex-flow: row;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card .schedule-img img{
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card .schedule-info-area{
    font-weight: 800;
    font-size: 13px;
    color: #252525;
    display: flex;
    flex-flow: column;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card .schedule-btn:first-child{
    margin-right: 10px;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card .schedule-btn:last-child{
    margin-right: unset;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card .schedule-btn{
    background: #FFFFFF;
    border: 0.5px solid #FF5862;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    padding: 12px 11px;
    color: #FF5862;
    cursor: pointer;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card .schedule-footer{
    position: relative;
    background: #FFF9F9;
    border-radius: 0 0 5px 5px;
}
#authorCalendarModal .modal-body-right .select-day-schedule-area .schedule-card-list .schedule-card.noopen .schedule-footer {
    background: #F4F4F4;
}
#authorCalendarModal .schedule-footer ul{
    display: flex;
    flex-flow: column;
}
#authorCalendarModal .schedule-footer ul li:first-child{
    margin-top: 10px;
}
#authorCalendarModal .schedule-footer ul li{
    display: grid;
    grid-template-columns: 36px auto;
    gap: 15px;
    padding: 15px 0;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}
#authorCalendarModal .schedule-footer ul li:last-child{
    border-bottom: unset;
}
#authorCalendarModal .schedule-footer ul li .people-img{
    background-image: url(/host/statics/img/pf-ex.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
#authorCalendarModal .schedule-footer ul li .people-info{
    font-weight: 700;
    font-size: 13px;
    color: #252525;
}
#authorSongModal .modal-song-form{
    display: flex;
    flex-flow: column;
    gap: 15px;
}
#authorSongModal .modal-song-form .modal-song-data{
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
    height: 50px;
    background: #F8F8F8;
    border-radius: 3px;
    padding: 15px 0;
}
#authorSongModal .modal-song-form .modal-song-data .song-data{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #252525;
}
#authorSongModal .modal-song-form .modal-song-data .song-time{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #252525;
}
#authorSongModal .modal-song-form .modal-song-input{
    display: flex;
    flex-flow: column;
    gap: 5px;
}
#authorSongModal .modal-song-form .modal-song-input .song-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #252525;
}
#authorSongModal .modal-song-form .modal-song-input input{
    background: #FFFFFF;
    border: 0.5px solid #E2E2E2;
    border-radius: 3px;
    padding: 15px 15px;
}
#authorSongModal .modal-song-form .modal-song-input input::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #A8A8A8;
}
#authorSongModal .modal-footer{
    width: 100%;
}
#authorSongModal .modal-footer .btn{
    width: 100%;
}
#authorSongModal #songCompleteBtn{
    background: #FF5862;
    color: #fff;
}
#authorScheduleAddModal .modal-hr,
#authorScheduleGatheringAddModal .modal-hr{
    width: 90%;
    /*margin-top: 15px;*/
    /*margin-bottom: 25px;*/
    border: 1px solid #E3E3E3;
    margin: 0 auto;
}
#authorScheduleAddModal .modal-insert-header{
    margin-top: 25px;
    display: flex;
    flex-flow: column;
    padding: 20px 15px;
    background: #F4F4F4;
    border-radius: 10px;
    gap: 20px;
}
#authorScheduleAddModal .modal-insert-header .modal-schedule-type-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #252525;
}
#authorScheduleAddModal .modal-insert-box{
    display: flex;
    flex-flow: column;
    gap: 15px;
    margin-top: 40px;
}
#authorScheduleAddModal .modal-insert-box .modal-insert-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #7E7E7E;
}
#authorScheduleAddModal .modal-insert-box .modal-insert-hint-text{
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #979797;
}
/*.modal .modal-insert-footer{*/
/*    justify-content: left;*/
/*    padding: 10px 45px 45px;*/
/*}*/
#authorScheduleAddModal .modal-insert-day-area{
    display: flex;
    flex-flow: row;
    gap: 10px;
}
#authorScheduleAddModal .modal-insert-day button{
    background-color: #fff;
    border: 1px solid #E6E6E6;
    color: #252525;
    border-radius: 50%;
    padding: 15px 20px;
}
#authorScheduleAddModal .modal-insert-day button.active{
    border: 1px solid #FF5862;
    color: #FFFFFF;
    background: #FF5862;
}
#authorScheduleAddModal .modal-insert-date-add .periodArea2{
    width: 50%;
}
#authorScheduleAddModal .modal-insert-box .modal-insert-select-group{
    display: flex;
    flex-flow: row;
    gap: 10px;
}
#authorScheduleAddModal .modal-insert-box .modal-insert-select-group button{
    border: unset;
    background: #FFF0F1;
    border-radius: 17px;
    padding: 10px 15px;
    color: #252525;
    cursor: pointer;
}
#authorScheduleAddModal .modal-schedule-type-1-area,
#authorScheduleAddModal .modal-schedule-type-2-area{
    /*-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;*/
    /*animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;*/
}
#authorScheduleAddModal .modal-schedule-type-2-area .modal-insert-add-list{
    display: flex;
    flex-flow: column;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    gap: 10px;
    margin-top: 10px;
}
#authorScheduleAddModal .modal-schedule-type-2-area .modal-insert-add-list .modal-insert-add-title-area{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 15px 15px 0 15px;
}
#authorScheduleAddModal .modal-schedule-type-2-area .modal-insert-add-list .modal-insert-add-title-area .modal-insert-add-remove-btn{
    background: #F4F4F4;
    border-radius: 10px;
    color: #555555;
    padding: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
#authorScheduleAddModal .modal-schedule-type-2-area .modal-insert-add-list .modal-insert-add-area{
    width: 100%;
    max-width: 1280px;
    /*height: 90px;*/
    margin-bottom: 15px;
}
#authorScheduleAddModal .modal-schedule-type-2-area .modal-insert-add-list .modal-insert-add-area ul{
    /*display: flex;*/
    /*flex-flow: row;*/
    /*gap: 12px;*/
    width: 100%;
}
#authorScheduleAddModal .modal-schedule-type-2-area .modal-insert-add-list .modal-insert-add-area ul li{
    display: grid;
    grid-template-columns: auto 10px;
    color: #FF5862;
    padding: 10px 10px;
    background: #FFF0F1;
    border-radius: 10px;
    gap: 20px;
    align-items: start;
    font-weight: 700;
    width: unset;
    height: unset;
}
#authorScheduleAddModal .modal-schedule-type-2-area .modal-insert-add-list .modal-insert-add-area ul li div{
    /*height: 80px;*/
    cursor: pointer;
}
#authorScheduleAddModal .modal-schedule-type-2-area .modal-insert-add-list .modal-insert-add-area ul li .xi-colse{
    cursor: pointer
}
#authorScheduleGatheringAddModal .modal-insert-box{
    display: flex;
    flex-flow: column;
    gap: 15px;
    margin-top: 40px;
}
#authorScheduleGatheringAddModal .modal-insert-box .modal-insert-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #7E7E7E;
}
#authorScheduleGatheringAddModal .modal-insert-box .modal-insert-hint-text{
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #979797;
}
.modal-insert-time-area{
    width: 100%;
    max-width: 1280px;
    margin-right: unset !important;
    margin-left: unset !important;
}
.modal-insert-time-area:after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 60px;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
    transform: rotate(180deg);
}
.modal-insert-time-area:before{
    content: " ";
    position: absolute;
    right: 0;
    width: 30px;
    height: 60px;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
}
.modal-insert-time-area ul{
    width: 100%;
    height: 100px;
}
.modal-insert-time-area ul li{
    width: 15px;
    height: 58px;
    border: 1px solid #E2E2E2;
    border-right: unset;
}
.modal-insert-time-area ul li span:before{
    font-family: 'xeicon';
    content: '\e9C1';
    position: absolute;
    top: -15px;
    left: 4px;
    transform: rotate(90deg);
    font-weight: 700;
    color: #E2E2E2;
}
.modal-insert-time-area ul li.group-time{
    background: #fff;
    border-left: unset;
    border-right: unset;
}
.modal-insert-time-area ul li.group-time.type-1{
    background: #6A82EC;
}
.modal-insert-time-area ul li.group-time.type-2{
    background: #F7B500;
}
.modal-insert-time-area ul li.group-time.type-3{
    background: #8cda3d;
}
.modal-insert-time-area ul li.group-time.type-4{
    background: #f13f97;
}
.modal-insert-time-area ul li.group-time.type-5{
    background: #dfcff8;
}
.modal-insert-time-area ul li.group-time.type-6{
    background: #ee7f3c;
}
.modal-insert-time-area ul li.group-time.type-7{
    background: #c5c8ce;
}
.modal-insert-time-area ul li.group-time.type-8{
    background: #b78fb5;
}
.modal-insert-time-area ul li.group-time.type-9{
    background: #a5d7af;
}
.modal-insert-time-area ul li.group-time.type-10{
    background: #6ae8ec;
}
.modal-insert-time-area ul li.group-time.type-11{
    background: #81c7b5;
}
.modal-insert-time-area ul li.group-time.type-12{
    background: #e3eccf;
}
.modal-insert-time-area ul li.group-time.type-13{
    background: #842fde;
}
.modal-insert-time-area ul li.group-time.type-14{
    background: #8ac905;
}
.modal-insert-time-area ul li.group-time.type-15{
    background: #10839d;
}
.modal-insert-time-area ul li.group-time.type-16{
    background: #1490e8;
}
.modal-insert-time-area ul li.group-time.type-17{
    background: #d59b7e;
}
.modal-insert-time-area ul li.group-time.type-18{
    background: #fff759;
}
.modal-insert-time-area ul li.group-time.type-19{
    background: #d0c111;
}
.modal-insert-time-area ul li.group-time.type-20{
    background: #c40833;
}

.modal-insert-time-area ul li span{
    position: absolute;
    bottom: -25px;
    left: -10px;

    font-weight: 700;
    font-size: 9px;
    line-height: 10px;
    color: #A8A8A8;
}
.modal-insert-time-area ul li:last-child{
    border-right: 1px solid #E2E2E2;
}
.modal-insert-time-area ul li.disabled{
    background-color: #F4F4F4;
    border-color: #E2E2E2;
    border-right: 1px solid #F4F4F4;
}
.modal-insert-time-area ul li.group-time .time-input{
    position: absolute;
    left: 15px;
    z-index: 1;
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;

    display: flex;
    flex-flow: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    pointer-events: none
}
/*.modal-insert-time-area ul li .time-input .time-input-content{*/
/*    position: relative;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-flow: row;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.modal-insert-time-area ul li .time-input .time-input-area{
    position: relative;
    display: flex;
    flex-flow: column;
    height: 58px;
    justify-content: center;
    align-items: center;
}
/*.modal-insert-time-area ul li .time-input .time-input-area .xi-caret-up-min{*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    text-align: center;*/
/*}*/
/*.modal-insert-time-area ul li .time-input .time-input-area .xi-caret-up-min:before{*/
/*    position: absolute;*/
/*    top: -15px;*/
/*    color: black;*/
/*}*/
/*.modal-insert-time-area ul li .time-input .time-input-area .xi-caret-down-min{*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    text-align: center;*/
/*}*/
/*.modal-insert-time-area ul li .time-input .time-input-area .xi-caret-down-min:before{*/
/*    position: absolute;*/
/*    bottom: -15px;*/
/*    color: black;*/
/*}*/
#authorScheduleAddModal .modal-content,
#authorScheduleGatheringAddModal .modal-content{
    width: 1000px;
    height: 700px;
}
#authorScheduleAddModal .periodArea .input-group-addon{
    display: none;
}
#authorScheduleGatheringAddModal .modal-insert-date-area ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
#authorScheduleGatheringAddModal .modal-insert-date-area ul li{
    width: 22%;
}
#authorScheduleAddModal .modal-body,
#authorScheduleGatheringAddModal .modal-body{
    max-height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
}
.modal .modal-body::-webkit-scrollbar {
    display:none /* Chrome , Safari , Opera */
}
.fc-theme-standard .fc-popover{
    display: none !important;
}
.fc-direction-ltr .fc-daygrid-more-link{
    background: #E8E8E8;
    color: #585757;
}
.fc-direction-ltr .fc-daygrid-more-link.active{
    background-color: #FF5862;
    color: #fff;
}
a.fc-col-header-cell-cushion[aria-label="Sunday"]{
    color: #FF5862 !important;
}
a.fc-col-header-cell-cushion[aria-label="Saturday"]{
    color: #46caf1 !important;
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}