/*·»ÅÍÄ« ¸ÞÅ¸¼­Ä¡ datepicker 2022-01-14 17:46 by hclee@jeju.com*/


.calendar-wrap .ui-widget-content{
    padding:0;
    border:0;
    width: 730px !important;
    display: flex !important;
    justify-content: space-between;
    column-gap: 64px;
    height:361px;

}

.calendar-wrap .ui-widget-content:before, 
.calendar-wrap .ui-widget-content:after {
    content: none;
}

.calendar-wrap .ui-widget-content .ui-datepicker-row-break{
    display: none;
}


.calendar-wrap .ui-datepicker-multi .ui-datepicker-group{
    margin-top:33px;
}


.calendar-wrap .ui-datepicker-prev, .calendar-wrap .ui-datepicker-next{
    width: 33px;
    height:33px;
}

.calendar-wrap .ui-datepicker .ui-datepicker-prev span, .calendar-wrap .ui-datepicker .ui-datepicker-next span{
    background: url(/publishing21/ren_v2/resources/images/icon.png) no-repeat;
    position:initial;
    margin:0;
}
.calendar-wrap .ui-datepicker .ui-datepicker-prev span{
    background-position: 100% -108px;
}

.calendar-wrap .ui-datepicker .ui-datepicker-next span{
    background-position: 100% -75px;
}

.calendar-wrap .ui-datepicker .ui-datepicker-header{
    padding:0;
    height:auto;
}

.calendar-wrap .ui-widget-header .ui-datepicker-title,
.calendar-wrap .ui-widget-header .ui-datepicker-year, 
.calendar-wrap .ui-widget-header .ui-datepicker-month{
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight:normal;
    line-height: 1.5;
    margin:0;
}

.calendar-wrap .ui-datepicker-multi .ui-datepicker-group table{
    width: 100%;
    margin:21px 0 0 0 !important;
}



.calendar-wrap .calendar th, 
.calendar-wrap .calendar td,
.calendar-wrap .calendar td > * {
    font-size: 16px;
    border: 0 !important;
    padding: 0;
}
.calendar-wrap .calendar th, 
.calendar-wrap .calendar td{
    /* height: 40px; */
    width: 48px;
    text-align: center;
}

.calendar-wrap .calendar td > * {
    height: 30px;
    line-height: 30px;
}

.calendar-wrap .calendar td > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 28px;
    position: relative;
    margin: 0 auto;
}

td.datepicker-selected.datepicker-start, td.datepicker-selected.datepicker-end
{
    position: relative;
}

.calendar-wrap .calendar td.datepicker-selected.datepicker-start a, 
.calendar-wrap .calendar td.datepicker-selected.datepicker-end a{
    /* width: 30px; */
    background-color: #ff5722;
    color: #fff;
}
.calendar-wrap .calendar td.datepicker-selected.datepicker-start a{
    /* margin-left: calc(100% - 30px); */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.calendar-wrap .calendar td.datepicker-selected.datepicker-start a::before{
    content: "";
    left: 50%;
    right: -9px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(254, 87, 34, 0.1);
}

.calendar-wrap .calendar td.datepicker-selected.datepicker-start.datepicker-end a{
    /* margin: 0 auto; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.calendar-wrap .calendar td.datepicker-selected.datepicker-end a{
    /* margin-right: calc(100% - 30px); */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.calendar-wrap .calendar td.datepicker-selected.datepicker-end a:before {
    content: "";
    right: 50%;
    left: -9px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(254, 87, 34, 0.1);
}

/* .calendar-wrap .calendar td.datepicker-selected-term > *{
    background-color: rgba(254, 87, 34, 0.1);
} */

.calendar-wrap .calendar td.datepicker-selected-term a:before{
    content: "";
    left: -9px;
    right: -9px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(254, 87, 34, 0.1);
}