/* 방문예약 캘린더 */
.visit-calendar-wrap {
    border: 2px solid #b3aba6;
}
.visit-calendar-title1 {
    background-color: #b3aba6;
    padding: 10px 0 10px 0;
    color: white;
    font-size: 16px;
}
.visit-calendar-title2 {
    color: black;
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

.visit-calendar-day {
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
}

.visit-calendar-day .day {
    display: block;
    width: 40px;
    height: 30px;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 3px;
    margin: 1px;
    background: #eee;
    font-size: 16px;
    font-weight: 400;
}

.visit-calendar-day .sel {
    display: block;
    width: 40px;
    height: 30px;
    color: white;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 3px;
    margin: 1px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

/* 가로스크롤-table */
.fixed-table-body {
    overflow-x: auto;
    font-size: 13px;
}

.fixed-table-body span {
    font-size: 13px;
    color: #007a37;
}

.ok-button3 {
    position: relative;
    border-radius: 1;
    text-align: center;
    padding: 50x 70px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.6px;
    background-color: #007a37;
}

/* 부트스트랩 */
/* .btn-primary {
    color: #fff;
    background-color: #c09a7b;
    border-color: #c09a7b;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.6rem;
    font-size: 0.875rem;
    line-height: 1.2;
    border-radius: 0.2rem;
} */

.visit-calendar-day .on {
    background: #c09a7b;
}

.visit-calendar-day .choice {
    background: #b65406;
}

.visit-calendar-day .off {
    background: #999;
}

.visit-calendar-day .noday {
    display: block;
    width: 40px;
    height: 30px;
    color: white;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 3px;
    margin: 1px;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
}

/* 가이드 */
.visit-calendar-day-guide {
    width: 100%;
    font-size: 13px;
    background: #eee;
    padding: 7px 10px;
}

.visit-calendar-day-guide .on {
    background: #c09a7b;
}

.visit-calendar-day-guide .choice {
    background: #b65406;
}

.visit-calendar-day-guide .off {
    background: #999;
}

.visit-calendar-day-guide .on::before {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 3px;
    border-radius: 3px;
}

.visit-calendar-day-guide span {
    height: 20px;
    line-height: 20px;
    margin: 0 20px;
    color: white;
}

.visit-calendar-time {
    padding: 10px 0 10px 0;
    line-height: 2.2;
}

.visit-calendar-time table td div {
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.visit-calendar-time table td.selected div {
    background-color: #005950;
    color: #fff;
}

.ok-keep {
    word-break: keep-all;
}
