#times {
    background-color: #fbfdff;
}
#times .backbutton-common {
    color: black;
    border-color: black;
    top: 10px;
    top: calc(env(safe-area-inset-top) + 10px);
    bottom: auto;
}
#times .cont {
    padding: 40px 50px;
}

#times .req-waiting {
    position: absolute;
    top: 20px;
    right: 20px;
}
#times .req-waiting .txt {
    height: 80px;
    border-radius: 10px;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
    background: #F6AE1E;
    z-index: 100;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
}
#times .time {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 26px;
    /* width: 300px; */
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 500;
    color: #909090;
    /* border: 1px solid red; */
    z-index: 200;
    letter-spacing: 0.05em;
}

#times .head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

#times .head .cname {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 55px;
    color: #afafaf;
}
#times .head .tit {
    font-size: 36px;
    font-weight: 600;
}

#times .head .tit-sub {
    margin-top: 20px;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

#times .submit.slide-down {
    transform: translateY(120%);
}

#times .submit {
    transform: translateY(0);
    transition: transform 0.1s ease, background 0.2s ease;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 90%;
    height: 130px;
    margin: 0 auto;
    font-size: 40px;
    border-radius: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    /* letter-spacing: 1em; */
    color: white;
    font-weight: 900;
    background-color: #57a0ec;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);

}

#times .cont {
    /* border: 1px solid red; */
    padding-bottom: 200px;
}


#times .list {
    margin-top: 70px;
    width: 100%;
    display: inline-block;
}

#times .sel-item {
    width: 33.33%;
    /* width: 25%; */
    float: left;
    padding: 2px;
    animation-delay: 0.4s;
}

#times .sel-item.booking:hover .item {
    /* background: #F2F8FF; */
    border: 3px solid #57a0ec;
}

#times .sel-item.active .item {
    border: 3px solid #4688cc;
    font-weight: 700;
    color: white;
    background: #57a0ec;
    /* color: #57a0ec;
    background: #F2F8FF; */
}

#times .sel-item.wait:hover .item {
    /* background: #F2F8FF; */
    border: 3px solid #F6AE1E;
}

#times .sel-item.wait.active .item {
    border: 3px solid #ce9729;
    font-weight: 700;
    color: white;
    background: #F6AE1E;
    /* color: #F6AE1E;
    background: #FDFAF4; */
}

#times .sel-item.wait.active .item .remain {
    color: white;
}


#times .sel-item .item {
    height: 130px;
    padding-left: 39px;
    /* padding-left: 19px; */
    border: 3px solid #e6e2e2;
    border-radius: 10px;
    color: #6d6d6d;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    background-color: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.06);
}

#times .sel-item .item .right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

#times .sel-item .item i {
    font-size: 22px;
    color: #cacaca;
    margin-left: 20px;
    margin-right: 25px;
}

#times .sel-item .item .name {
    font-size: 37px;
    font-weight: 600;
}

/* 상태 */
#times .sel-item .remain {
    font-weight: 500;
    font-size: 17px;
    margin-top: 3px;
    /* padding-left: 16px; */
    text-align: left;
}


#times .sel-item.already-booking .item {
    opacity: 0.7;
    background: #e4e4e4;
    border: 3px solid #d5d5d5 !important;
    cursor: auto;
}

#times .sel-item.already-booking .item .remain {
    color: #538FCF;
}

#times .sel-item.wait .remain {
    color: #F6AE1E;
}

#times .sel-item.disable .remain {
    color: #969696;
}

#times .sel-item.disable .item {
    opacity: 0.3;
    background: #dedede;
    border: 1px solid #d5d5d5 !important;
    cursor: auto;

}

#times .sel-item.time-disable {
    opacity: 0.2 !important;
}

#times .sel-item.time-disable .remain {
    color: #969696;
}

#times .sel-item.time-disable .item {
    /* opacity: 0.3;
    background: #dedede;
    border: 1px solid #d5d5d5 !important;
    cursor: auto; */

}

#times .debug-mode {
    top: 60px;
    left: 10px;
    right: auto;
    font-weight: 400;
}