[data-v-10177d53] .v_deep_attendacne .subZone ul li .zoneAperent {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
[data-v-10177d53] .v_deep_attendacne .subZone ul li .infoZoneA {
    width: 100%;
    padding-top: 26px;
    display: block;
    border-bottom: none;
    background: #222222;
    border-radius: 5px;
}
[data-v-10177d53] .v_deep_attendacne .subZone ul li .infoZoneA .up {
    width: 100% !important;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
    padding-bottom: 10px;
    z-index: 1;
    position: relative
}
[data-v-10177d53] .v_deep_attendacne .subZone ul li .greenBlock .up .txt {
    font-weight: 700;
    font-size: 16px;
    color: #edcd94 !important;
}
[data-v-10177d53] .v_deep_attendacne .subZone ul li .infoZoneA .down {
    width: 100%;
    padding: 15px 0 15px 20px;
    margin-top: -1px;
    z-index: 0
}
[data-v-10177d53] .v_deep_attendacne .subZone ul li .infoZoneA .down ul li {
    color: var(--txtColor66);
    list-style: initial;
    margin-bottom: 14px; 
    letter-spacing: -1px;
    list-style: none;
}
[data-v-1547b184] .btnZone {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
[data-v-1547b184] .btnZone button:hover {
    background-color: #d6ad00 !important;
}
.main_content_wrap_notice .listZoneAttendance table {
    width: 100% !important;
    margin: 0 auto;
    border-spacing: 1px;
    border-collapse: separate;
} 
.main_content_wrap_notice .listZoneAttendance table tr {
    background-color: #171513 !important;
}
.main_content_wrap_notice .listZoneAttendance table tr:hover {
    background-color: #171513 !important;
}
.main_content_wrap_notice .listZoneAttendance table td {
    height: 150px;
    padding: 10px !important;
    vertical-align: top !important;
    text-align: left;
    border-bottom: none !important; 
    background-color: #191919;
}
.main_content_wrap_notice .listZoneAttendance table td.gray .num-day {
	color: #6a6a6a;
}
.main_content_wrap_notice .listZoneAttendance table td .cld-img {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	width: 110px;
}
.main_content_wrap_notice .listZoneAttendance table td .active {
    color: #fff;
    background: #ff4c4a;
    width: 35px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    top: 8px;
    left: 8px;
    font-weight: bold;
    border-radius: 20px;
}
.main_content_wrap_notice .listZoneAttendance table td:first-child,
.main_content_wrap_notice .listZoneAttendance table td:last-child {
    background-color: #242424;
}


.monthDayTitle {
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 16px;
}