@charset "utf-8";

.content{width: 20%;height: 100vh;display: table-cell; }
.total{background-color: #f7f7f7;font-size: 1em;font-weight: bold;/* color: #4853ad; */}
	
.table-box-wrap {
	position: relative;
	/*width:509px;*/
	margin-top: 20px;
	padding-top: 100px;
	border-bottom: 1px solid #808b9a;
	border-top: 2px solid #3171da;
}
.table-box-wrap .table-box {
    max-height: 450px;
    overflow: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #808b9a;
}

.table-box-wrap .table-box{
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.table-box-wrap .table-box::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.table-box-wrap .table-box table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-box-wrap .table-box table thead tr {
    position: absolute;
    top: 0;
    border-bottom: 1px solid #808b9a;
}
.table-box-wrap .table-box table thead tr th {
    font-weight: normal;
    width: 120px;
    height: 100px;
    /* background:darksalmon; */
    color:#353535;
    font-size: 0.85em;
    line-height: 1.2;
    letter-spacing: -.08em;
    padding: 10px 0;
    border-right: 1px solid #e0e0e0;
    background: #f4f8ff;
    font-weight: 700;
    color: #2d3572;
}
.table-box-wrap .table-box table thead tr th:last-child{border-right:0;}
.table-box-wrap .table-box table td:last-child{border-right:0;}

.table-box-wrap .table-box table td {
    text-align: center;
    /* height: 50px; */
    border-top: 1px solid #ccc;
    border-right: 1px solid #e0e0e0;
    padding: 10px 0;
    font-size: 0.9em;
}

.table-box-wrap .table-box table tr {
    display: inline-table;
    width: 100%;
    table-layout: fixed;
}

.table-box-wrap .table-box table tbody tr {
   display: table-row;
}

/*일자별 현황*/
.hide_bubble{width: 380px;padding: 8px;border-radius: 10px;border: 1px solid #000000 !important;word-break: keep-all;font-size: 0.95em;box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);font-weight: 500;color: #333;white-space: normal;font-size: 1em;}

.table_wrap{width: 100%;overflow: hidden;border-radius: 8px;border: 1px solid #b6b8bc;}








