/*:root {*/
/*        --code-color: darkred;*/
/*        --code-bg-color: #f6f6f6;*/
/*        --code-font-size: 14px;*/
/*        --code-line-height: 1.4;*/
/*        --scroll-bar-color: #c5c5c5;*/

/*    }*/

    /*pre {*/
    /*    color: var(--code-color);*/
    /*    font-size: var(--code-font-size);*/
    /*    line-height: var(--code-line-height);*/
    /*    background-color: var(--code-bg-color);*/
    /*}*/

/*.code-block {*/
/*    max-height: 100px;*/
/*    overflow: auto;*/
/*    padding: 8px 7px 5px 15px;*/
/*    margin: 0px 0px 0px 0px;*/
/*    border-radius: 7px;*/
/*}*/

* {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-color);
    border-radius: 20px;
    border: 3px solid var(--scroll-bar-bg-color);
}
.calendar {
    width: 25%;
    margin: auto;
    /*padding-bottom: 50px;*/
}

.calendar_header {
    display: flex;
    justify-content: flex-end;
}

.calendar_contents_head{
    height: 200px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 42px;
}

.another_contents_day{
    padding-top: 75px;
    display: flex;
    margin-left: 25px;
    flex-direction: row;
    align-items: center;
    color: #9e8874;
}
.another_contents_day>img{
    height: 23px;
    width: 31px;
}

.another_contents_day_title{
    margin-left: 10px;
    font-size: 15px;
}
.day_all_contents{
    height: 100px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    margin-left: 70px;
    color: #9e8874;
    justify-content: flex-start;
}
.calendar_contents_head .contents_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 40px;
    font-size: 15px;
    margin-left: 25px;
    margin-bottom: 10px;
    align-items: center;
    border-bottom: 1px solid #8f7058;
}
.calendar_contents_head .contents_text >ul{
    display: flex;
    justify-content: flex-start;
    width: 170px;
    color: #c0ab96;
}
.cDelete_btn {
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-image: url(/media/new/images/manager/icon-delete-button.png);
    background-repeat: no-repeat;
    border: aliceblue;
    background-color: #e5ded6;
}
.cUpdate_btn {
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-image: url(/media/new/images/icons/btn_todo_list-write.png);
    background-size: 15px;
    background-repeat: no-repeat;
    border: aliceblue;
    background-color: #e5ded6;
}
.calendarlist{
     border: 0px;
    width: 170px;
    background-color:  #e5ded6;
}
/*.calendarlist:focus{*/
/*    background-color: #FFDAB9;*/
/*}*/

.calendar_nav {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}
.main-day{
    margin-top: 50px;
    font-size: 30px;
}
.resv-day{
    height: 200px;
    font-size: 160px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.nav-btn {
    width: 28px;
    height: 30px;
    border: none;
    font-size: 50px;
    line-height: 34px;
    margin: 0 20px;
    background-color: transparent;
    cursor: pointer;
}

.go-today {
    width: 80%;
}

.calendar_main{
    border-collapse: collapse;
    margin: 10px 0px 0px 0px;
    width: 100%;
}

.days {
    display: flex;
    margin: 25px 0 10px;
    justify-content: space-between;
    background-color: #e5ded6;
}

.day {
    width: calc(94% / 7);
    text-align: center;
    transition: all .3s;
}

.dates {
    display: flex;
    margin: 25px 0 10px;
    flex-flow: row wrap;
    height: 430px;
    /*border: 1px solid #33333341;*/
    justify-content: space-between;
}

.date {
    display: flex;
    align-items: center;
    cursor: pointer;
    /* width: calc(100% / 7); */
    /* width: 20%; */
    /* padding: 5% 0%; */
    /* height: 100%; */
    text-align: center;
    /* border: 1px solid #33333341; */
    transition: all .3s;
    border-radius: 100% 100% 100% 100%;
    height: 50px;
    width: 50px;
    justify-content: center;
}
.date_indent{
    word-break:break-all;
}

.date-itm{
    display: inline-block;
    vertical-align: middle;
}

.date_event{
    display: inline-block;
    vertical-align: middle;
}

.event-itm{
    display: block;
    font-size: 15px;
}
.day:nth-child .date:nth-child{
    color: black;
}
.day:nth-child(7n + 1),
.date:nth-child(7n + 1) {
    color: #D13E3E;
}

.day:nth-child(7n),
.date:nth-child(7n) {
    color: #396EE2;
}
/*test*/
.status_days {
display: flex;
    cursor: pointer;
    width: calc(100% / 7);
    /*width: 13%;*/
    /*height: 14%;*/
    /* padding: 5% 0%; */
    text-align: center;
    /* border: 1px solid #33333341; */
    transition: all .3s;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
status_days:nth-child(7n + 1){
    color: #D13E3E;
}

status_days:nth-child(7n + 1){
    color: #396EE2;
}
/*test*/
.other {
    color: rgba(88, 88, 88, 0.315) !important;
}
.flag_status {
    font-size: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #d8bfab;
}
.today {
    position: relative;
    background-color: #d8bfab;
    /*border: 15px solid #ff1c1c96;*/
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.calendar .selected{
    background-color: #4f4c4c;
    /*border: 15px solid black;*/
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.client_group1{
    /*width: 25%;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    height: 45px;
    padding: 1px 0px 0px 5px;
    align-content: center;
}
.client_group1 >label {
    overflow: hidden;
    width: 58px;
    height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slick-initialized .slick-slide {
    height: 45px;
    width: 95px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*color: #e0e0e0;*/
    /*!*outline: 2px solid indigo;*!*/
    /*background-color: #6e614f;*/
    /*!*background-size: 100px;*!*/
    /*border: #cbcac8 solid 1px;*/
    /*border-radius: 15px;*/
}
.slick-list{
position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 500px;
    left: 17px;
}
/*.client_group1 [type=radio]{*/
/*  position: absolute;*/
/*  opacity: 0;*/
/*  width: 0;*/
/*  height: 0;*/
/*}*/
/*.client_group1 [type=radio] + la {*/
/*  cursor: pointer;*/
/*}*/
/*.client_group1 [type=radio]:checked + div {*/
/*  outline: 5px solid indigo;*/
/*}*/
.client_group1 input[type=radio]{
    display: none;
    overflow: hidden;
    width: 58px;
    height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slick-initialized .slick-slide {
    display: flex;

}
.client_group1 input[type=radio] + label {
    color: #000;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    width: 95px;
    height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: darkgrey solid 2px;
    border-radius: 15px;
    /*background-image: url(/media/image/Viewer/btn_classx.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 95px;*/
}
.client_group1 input[type=radio]:checked + label {
    color: #e0e0e0;
    /* outline: 2px solid indigo; */
    /* background-image: url(/media/image/Viewer/btn_class.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 95px; */
    background-color: #6e614f;
    /* background-size: 100px; */
    /* border: #cbcac8 solid 1px; */
    border-radius: 15px;
    overflow: hidden;
    width: 95px;
    height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

}
/* slick css*/
.client_group1 {overflow: hidden;position: relative;height: 50px;}
/*.client_group1 .inner {overflow: hidden;margin: 0 50px;}*/
/*.client_group1 > li {width: 20%;height: 150px;background: #ade9ff;font-size: 20px;line-height: 150px;text-align: center;}*/
/*.client_group1 .slick-prev,*/
/*.client_group1 .swiper-button-next {position: absolute;top: 50%;width: 35px;height: 35px;background:url('https://i.ibb.co/jHRD6th/pngwing-com.png') center center no-repeat;background-size: cover;text-indent: -999em;}*/
/*.client_group1 .swiper-button-prev {left: 0;transform: rotateY(180deg) translate(0,-50%);}*/
/*.client_group1 .swiper-button-next {right:0;transform: translate(0,-50%);}*/

.slick-prev {position: absolute;top: 26%;width:15px;height:15px;background:url('https://i.ibb.co/jHRD6th/pngwing-com.png') center center no-repeat;background-size: cover;text-indent: -999em;border: none;
    cursor: pointer;
    border: none;
    z-index: 1;
}
.slick-next {position: absolute;top: 26%;width:15px;height:15px;background:url('https://i.ibb.co/jHRD6th/pngwing-com.png') center center no-repeat;background-size: cover;text-indent: -999em;border: none;
    cursor: pointer;
    border: none;
    z-index: 1;
}
.slick-prev {left: 0;transform: rotateY(180deg) translate(0,-50%);}
.slick-next {right:0;transform: translate(0,-50%);}

/* RESERVE TAB */
.resv-wrapper{
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #3333335b;
    display: none;
    justify-content: center;
}

.resv-wrapper.open{
    display: flex;
}

.resv-bg{
    width: 90%;
    position: relative;
    padding: 5% 5%;
    background-color: #ffffff;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    font-size: 20px;
}

.resv-close{
    cursor: pointer;
    font-size: 20px;
    background-color: #ffffff;
    text-align: right;
    float: right;
}

/* 예약인 리스트 */
.resv-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    font-size: 15px;
}

.resv-list > p{
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border: 2px solid var(--BG);
}

.resv-event{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    font-size: 15px;
}

.resv-event > p{
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border: 2px solid var(--BG);
}

.resv_set{
    /* cursor: pointer; */
    /* width: 80%; */
    /* margin: auto; */
    /* margin-top: 10px; */
    /* font-size: 20px; */
    cursor: pointer;
    /*width: 90%;*/
    /* margin: auto; */
    margin-top: 10px;
    font-size: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    /*align-items: flex-end;*/
}
.resv-text{
    /*cursor: auto;*/
    /*width: 243px;*/
    /*margin: auto;*/
    /*margin-top: 50px;*/
    /*font-size: 20px;*/
    /*border-radius: 15px;*/
    /*border: 1px solid #CD853F;*/
    /*padding-left: 10px;*/
    cursor: auto;
    width: 240px;
    height: 30px;
    /* margin: auto; */
    margin-top: 50px;
    font-size: 15px;
    border-radius: 15px;
    border: 1px solid #CD853F;
    padding-left: 10px;
    padding-right: 40px;
    background-color: #e5ded6;
}
.resv_btn{
    margin-left: -28px;
    /* padding: 5px 0px; */
    display: flex;
    cursor: pointer;
    font-size: 47px;
    width: 20px;
    height: 20px;
    margin-top: 55px;
    /* padding: 5px 0px; */
    /* float: right; */
    /* left: 25px; */
    z-index: 2;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #CD853F;
}
.resv_btn >img{
    width: 20px;
    height: 20px;
}
/*client group list box*/
.box1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2{
    display: flex;
    /* justify-content: space-between; */
    margin: 50px 0 0 0;
    flex-wrap: wrap;
    width: 538px;
    height: 90px;
    /* overflow-y: scroll; */
    overflow: hidden;
}
.year{
    margin-right: 231px;
    font-size: 38px;
    display: flex;
}
.monthEg{
    width: 110px;
}
@media screen and (max-width: 280px) {

    .calendar {
        width: 90%;
        margin: auto;
        padding-bottom: 50px;
    }


    .calendar_nav {
        font-size: 20px;
    }

    .nav-btn {
        font-size: 20px;
    }

    .date_event{
        display: block;
        width: 10px;
        height: 10px;
        background: rgba(51, 51, 51, 0.2);
        margin: auto;
        border-radius: 100%;
    }

    .event-itm{
        font-size: 0;
    }
}


@media screen and (min-width: 280px) {

    .calendar {
        width: 90%;
        height: 100%;
        margin: auto;
        /*padding-bottom: 50px;*/
    }

    .calendar_nav {
    font-size: 59px;
    margin: 0px 0px 0px 0px;
    }

    .nav-btn {
        font-size: 20px;
    }

    .date_event{
        display: block;
        width: 10px;
        height: 10px;
        background: rgba(51, 51, 51, 0.2);
        margin: auto;
        border-radius: 100%;
    }

    .event-itm{
        font-size: 0;
    }
}

@media screen and (min-width: 600px) {

    .calendar {
        width: 65%;
        height: 100%;
        margin: auto;
        /*padding-bottom: 50px;*/
    }

    .date_event{
        display: inline-block;
        width: auto;
        height: auto;
        background: #ff8f8f00;
        margin: auto;
        padding-bottom: 0%;
        border-radius: 0%;
    }

    .event-itm{
        font-size: 15px;
    }

}