[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: flex-end;
    margin-top: 0px;
    padding: 0px 0px;
}
[data-v-1547b184] .btnZone button {
    height: 40px;
    padding: 0 29px;
    color: #000 !important;
    background-color: #ffb400 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    float: right;
    margin-top: 23px;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    transition: .18s;
    font-family: 'S-Core Dream 4';
}
[data-v-1547b184] .btnZone button:hover {
    background-color: #000000 !important;
	outline:1px solid #ffb400;
	color:#ffffff !important;
}
.main_content_wrap_notice .listZoneAttendance table {
    width: 100% !important;
    margin: 0 auto;
    /* border-radius: 15px; */
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #605e55;
} 
.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 {
    border-bottom: 1px solid #605e55 !important;
    height: 110px;
    vertical-align: top !important;
    text-align: left;
    color: #ffffff !important;
}
.main_content_wrap_notice .listZoneAttendance table td.gray .num-day {
	color: #6a6a6a;
}
.main_content_wrap_notice .listZoneAttendance table td .cld-img {
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
}
.main_content_wrap_notice .listZoneAttendance table td .active {
    color: #000;
    background: #ffb400;
    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:not(:last-child) {
    border-right: 1px solid #555552 !important;
} 
.main_content_wrap_notice .listZoneAttendance table tr:last-child td {
    border-bottom: none !important;
} 
.monthDayTitle {
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 700;
}