/*fullcalendar*/

.calendar-wrap{
    width: 100%;
    padding: 40px;
    background: #fff;
    border-radius: 30px;
    position: relative;
    & .title-wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 30px;
        border-bottom: var(--border-checked);
        margin-bottom: 30px;
    }
    & .title-wrap p{
        font-size: var(--font-large);
        font-weight: var(--weight-semi-bold);
    }
}
.custom .fc .fc-button-group {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    background: none;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
}
.custom .fc .fc-button-group > .fc-button{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    position: absolute;
    flex: auto;
    right: 40px;
    top: 40px;
    border: none;
    background: url("/resources/img/icon/icon-arrow-next-circle-black.svg")no-repeat center /contain;
    transform:rotate(0deg) ;
}
.custom .fc .fc-button-group > .fc-button span {
    display: none
}
.custom .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    left: 40px;
    transform: rotate(-180deg);
}
.custom .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2){
    display: none;
}
.custom .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1){
    width: 100%;
}
.custom .fc .fc-toolbar-title {
    font-size: 28px;
    text-align: center;
    width: 100%;
    font-weight: 700;
}
.custom .fc .fc-button-primary:disabled, .custom .fc-today-button {
    display: none;
}
.custom .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 40px;
}

.custom > ul {
    position: absolute;
    width: 500px;
    padding: 8px 38px;
    display: flex;
    gap: 36px;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #f5f5f5;
    border-radius: 10px;
}
.custom > ul li{
    display: flex;
    align-items: center;
}
.custom > ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--blue-color);
    border-radius: 10px;
    margin-right: 10px ;
}
.custom > ul li.impossible::before{
    background: #888888;
}
.custom > ul li.closed::before{
    background: #895118;
}
.custom .fc-theme-standard td, .custom .fc-theme-standard th  {
    border: none;
    width: 60px;
    height: 60px;
    position: relative;
}
.custom .fc .fc-daygrid-day-frame{
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom .fc .fc-daygrid-day-top a {
    font-size: 18px;
    color: var(--dark-gray-color);
}
.custom .fc .fc-daygrid-day-top a:hover{
    color: var(--text-default);
    font-weight: var(--weight-semi-bold);
}
.fc .fc-daygrid-day.fc-day-today{
    background: none;
}
/*.custom .fc .fc-daygrid-day.fc-day-today a{
    color: var(--primary-w);
    font-weight: 700;
    position: relative;
}
.custom .fc .fc-daygrid-day.fc-day-today a::after {
    content: "오늘";
    font-size: 12px;
    position: absolute;
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}*/
.fc .fc-view-harness {
    border: var(--border-light);
    border-radius: 10px;
}
.custom .fc-theme-standard .fc-scrollgrid {
    border: none;
}
.custom .fc .fc-view-harness-active > .fc-view {
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.custom .fc .fc-col-header-cell-cushion {
    padding: 22px 4px;
    font-size: 18px;
    font-weight: 700;
}
.custom .fc-col-header-cell.fc-day-sun a{
    color: #ff0000;
}
.custom .fc-col-header-cell.fc-day-sat a{
    color: var(--blue-color);
}

.custom .fc-day::after  {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: none;
    border-radius: 10px;
    position: absolute;
    right: 2px;
    top: 2px;
}
.custom .fc-day.possible::after{
    background: var(--blue-color);
}
.custom .fc-day.impossible::after{
    background: #888;
}
.custom .fc-theme-standard td.closed::after{
    background: #895118;
}

.no-session{
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;

}

/*작성한 날짜 기준 css*/
.custom .fc .fc-daygrid-day-top a.checked{
    background: var(--primary-w);
    color: var(--white-color);
    width: 50px;
    height: 50px;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--weight-semi-bold);
}

/*calendar wide*/
.custom.wide{
    margin-top: 100px;
    padding: 0;
    margin-bottom: 60px;
}
.custom.wide .common-form-button-wrapper{
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: -70px;
}
.custom.wide .fc .fc-button-group{
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    top: -45px;
}
.custom.wide .fc .fc-toolbar.fc-header-toolbar{
    margin-bottom: 50px;
}
.custom.wide .fc-col-header-cell{
    height: 120px;
    vertical-align: middle;
    background: var(--lignt-blue-gray-color);
    border-bottom: var(--border-default);
}
.custom.wide .fc-daygrid-day {
    height: 120px;
    position: relative;
    border-right: var(--border-light);
    border-bottom: var(--border-light);
}
.custom.wide .fc .fc-view-harness{
    border-radius: 20px ;
    overflow: hidden;
}
.custom.wide .fc-day-today .fc-daygrid-day-top a::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: var(--blue-color);
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
}
.custom.wide .fc .fc-daygrid-day-frame{
    justify-content: start;
    align-items: start;
    padding: 15px;
}
.custom.wide .fc-daygrid-day-events {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.custom.wide .fc-daygrid-day-events::before{
    content:"테스트";
    position:absolute;
    font-size: var(--font-s-basic);
    line-height: var(--font-large);
    color: var(--dark-gray-color);
    left:50%;
    transform: translateX(-50%);
    bottom: -60%;
    width: 130px;
    text-align: center;
}

.custom.wide .fc-daygrid-day-events.good{background: url("/resources/img/icon/icon-weather-sun.svg")no-repeat center/contain;}
.custom.wide .fc-daygrid-day-events.good::before{content:"좋아요"}
.custom.wide .fc-daygrid-day-events.bad{background: url("/resources/img/icon/icon-weather-rain.svg")no-repeat center/contain;}
.custom.wide .fc-daygrid-day-events.bad::before{content:"별로에요"}
.custom.wide .fc-daygrid-day-events.exciting{background: url("/resources/img/icon/icon-weather-rainbow.svg")no-repeat center/contain;}
.custom.wide .fc-daygrid-day-events.exciting::before{content:"신나요"}
.custom.wide .fc-daygrid-day-events.sad{background: url("/resources/img/icon/icon-weather-thunder.svg")no-repeat center/contain;}
.custom.wide .fc-daygrid-day-events.sad::before{content:"슬퍼요"}
.custom.wide .fc-daygrid-day-events.soso{background: url("/resources/img/icon/icon-weather-cloud.svg")no-repeat center/contain;}
.custom.wide .fc-daygrid-day-events.soso::before{content:"그냥 그래요"}

.custom.wide .fc-daygrid-day-bottom{
    position: absolute;
    background: var(--light-gray-color);
    color: var(--dark-gray-color);
    font-size: var(--font-small);
    line-height: var(--font-basic);
    padding: 1px 6px;
    border-radius: 6px;
    width: 45px;
    top: -50%;
    right: -140%;
}

/*selected class 추가*/

.custom.wide .selected .fc-daygrid-day-events.good{background: url("/resources/img/icon/icon-weather-sun-line.svg")no-repeat center/contain;}
.custom.wide .selected .fc-daygrid-day-events.bad{background: url("/resources/img/icon/icon-weather-rain-line.svg")no-repeat center/contain;}
.custom.wide .selected .fc-daygrid-day-events.exciting{background: url("/resources/img/icon/icon-weather-rainbow-line.svg")no-repeat center/contain;}
.custom.wide .selected .fc-daygrid-day-events.sad{background: url("/resources/img/icon/icon-weather-thunder-line.svg")no-repeat center/contain;}
.custom.wide .selected .fc-daygrid-day-events.soso{background: url("/resources/img/icon/icon-weather-cloud-line.svg")no-repeat center/contain;}

.custom.wide .fc-daygrid-day.selected{
    background: var(--blue-color);
}
.custom.wide .selected .fc-daygrid-day-top a{
    color: var(--white-color);
}
.custom.wide .selected .fc-daygrid-day-events::before{
    color: var(--white-color);
}
.custom.wide .selected .fc-daygrid-day-bottom{
    background: var(--white-color);
    color: var(--blue-color);
}