:root {
    --menueBarHeight: 38px;
}

.c-month-dayname-item {
    position: absolute;
    width: 14.285714285714286%;
    padding-left: 10px;
    padding-right: 0;
    line-height: 31px;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #e5e5e5;
}

.c-weekday-border {
    border-top: 1px solid #e5e5e5;
}

.c-weekday-grid-line {
    width: 14.285714285714286%;
    background-color: inherit;
    font-size: 14px;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    padding: 3px;
    height: 100%;
    min-height: inherit;
}

.c-weekday-grid-date {
    color: rgba(51, 51, 51);
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 15px;
}

.c-date-schedule-more {
    display: none;
    position: absolute;
    width: 245px;
    z-index: 1000;
    border: 1px solid #d5d5d5;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
}

.c-popup-detail {
    left: 0;
    top: 0;
    display: none;
    position: absolute;
    z-index: 1002;
    font-weight: 2.5;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    clear: both;

    width: 300px;
    min-width: 300px;
    padding: 6px;
    border-radius: 6px;
}

.c-popup-container {
    background-color: #fff;
    padding: 2px 6px;
}

.adjacentMonthDate {
    opacity: 0.4;
}

.c-holiday-sun .c-weekday-grid-date,
.c-holiday-sat .c-weekday-grid-date {
    color: rgba(255, 64, 64);
}

.todayCell {
    background: #135de6;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}

.move-day {
    padding: 8px;
    font-size: 0;
}

.btn-calendar {
    border-radius: 25px;
    border-color: #ddd;
}

.calendar-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.ic-arrow-line-left {
    background: url('/src/ic-arrow-line-left.png') no-repeat;
}

.ic-arrow-line-right {
    background: url('/src/ic-arrow-line-right.png') no-repeat;
}

.ic_view_month {
    background: url('/src/ic-view-month.png') no-repeat;
}

.ic_view_week {
    background: url('/src/ic-view-week.png') no-repeat;
}

#lnb {
    position: absolute;
    left: 0px;
    width: 180px;
    top: var(--navBarHeight);
    bottom: 0;
    padding: 0;
}

.lnb-calendars .lnb-calendars-d1 {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
}

.lnb-calendars-item {
    min-height: 14px;
    line-height: 14px;
    padding: 8px 0;
}

.move-today {
    padding: 0 16px;
    line-height: 30px;
}

.lnb-footer {
    color: #999;
}

#calendar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--menueBarHeight);
}

#lnb label,
#lnb .labelSpan {
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
}

#calendarList .roundCheck {
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 8px;
    border-style: solid;
    border-width: 3px;
}

#right {
    position: absolute;
    left: 180px;
    top: var(--navBarHeight);
    right: 0;
    bottom: 0;
}

#dropdownMenu-calendarType {
    padding: 0 6px 0 8px;
}

#calendarTypeName {
    min-width: 56px;
    display: inline-block;
    text-align: left;
    line-height: 30px;
}

.dropdown-menu-calendar {
    padding: 8px 5px;
    border-radius: 10px;
    border: 1px solid #bbb;
}

.dropdown-menu-calendar>li>a {
    text-decoration: none;
    display: block;
    padding: 5px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #333;
}

.dropdown-menu-title .calendar-icon {
    margin-right: 8px;
}

.transparentBackground {
    background-color: transparent !important;
}

#renderRange {
    padding-left: 12px;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.c-weekday-schedule-title {
    margin-bottom: 2px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}

.calendarImg {
    width: 24px;
    height: 24px;
    margin-right: 2px;
}

.c-weekday-moreNote {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0px 2px;
    color: #005aff;
    font-weight: 600;
    font-size: max(0.8rem, 1vw);
    border: #005aff solid 1px;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 720px) {
    #lnb {
        display: none;
    }

    #right {
        left: 0px;
    }
}

@media screen and (max-width: 576px) {
    #renderRange {
        padding-left: 8px;
        font-size: 4vw;
    }
}