.pref-cc-wrap{
    margin-top:calc(constant(safe-area-inset-top) + 18vh);
    margin-top:calc(env(safe-area-inset-top) + 18vh);
}
.date-bg{
    position: fixed;
    top:calc(constant(safe-area-inset-top) + 17vh);
    top:calc(env(safe-area-inset-top) + 17vh);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
}
.date-table{
    padding: 5px 10px;
    border-bottom: 1px solid #2b9a69;
    width: 99vw;
    overflow-x: auto;
    background-color: #fff;
    z-index: 1;
}
.date-table.none-table{
    display: none;
}
.pref-cal{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 500%;
}
.pref-cal li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc( 99vw/7 );
    height: 70px;
    font-size: 1.5rem;
    padding: 0 5px;
    font-family: "Pretendard-Medium", 'NanumBarunpenB', sans-serif;
}
.pref-cal li p{
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 5px;
}
.pref-cal .select-date{
    background-color: var(--main-color);
    color: #fff;
    border-radius: 5px;
}
.sat-day{
    color: #1937e0;
}
.sun-day{
    color: #ff4444;
}
.list-all.pref-all{
    margin-top:calc(constant(safe-area-inset-top) + 17vh+ 95px);
    margin-top:calc(env(safe-area-inset-top) + 17vh + 95px);
}
.pref-cc-wrap .no-pref{
    text-align: center;
    font-size: 2rem;
}
.title-set{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.list-right .list-title .title-set p{
    margin-left: 3px;
    border-left: 2px solid #707070;
    padding-left: 3px;
    color:#707070;
    font-size: 11px;
    font-weight: 400;
    /*margin-top:13px;*/
}