﻿.date_ctrl {
    max-width: 750px;
    width: 100%;
    bottom: 0;
    top: auto;
    border-radius: 5px 5px 0 0;
    background: #FEEDC9;
}

.date_grid {
    background: #FEEDC9;
    border-top: 1px solid #36386B;
    box-shadow: #36386B 0px 0px 6px;
}

.date_grid, .date_info_box {
    border-bottom: 1px solid #36386B;
}

.date_class_box .active {
    background-color: #36386B;
    color: #fff;
    position: relative;
}

.date_class {
    color: #36386B;
    border: 1px solid #36386B;
}
.date_btn:nth-child(2) {
    border-left: 1px solid #d4d4d4;
    background-color: #36386B;
    color: #fff;
}

.confirm_tit,.confirm_p b {
    color: #36386B;
}

.date_class_box {
    padding: 2em 0 1em;
}

.date_btn {
    display: inline-flex;
    padding: 0.5em 2.6em;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    border-radius: 0.8em;
    border: 1px solid #36386B;
    color: #36386B;
    text-align: center;
    font-size: 2em;
    font-style: normal;
    font-weight: 600;
}
.confirm_btn_finish {
    background-color: #36386B;
}

.confirm_tit {
    border-bottom: 1px solid #36386B;
}