[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: #000;
    background: #ffcc00;
    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;
}

/* === 출석하기 버튼 + 빨간 출석 도장 (PC + 모바일 공통) === */
.att_btn_box {
    margin: 16px 0 20px;
    text-align: center;
}

.att_btn_box .btnP {
    display: inline-block;
    padding: 12px 36px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 14px rgba(212, 168, 71, 0.35);
    transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    background: radial-gradient(50% 50% at 50% 0%, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #221600 0%, #4D3500 25%, #987500 50%, #4D3500 75%, #221600 100%);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 3px rgba(0, 0, 0, .9);
}

.att_btn_box .btnP:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(212, 168, 71, 0.5);
}

.att_btn_box .btnP:active {
    transform: translateY(0);
}

.att_btn_box .btnP[disabled],
.att_btn_box .btnP.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* 빨간 출석 도장 */
.att_calendar td,
.attendance-table td {
    position: relative;
}

.attend-stamp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-14deg);
    width: 84px;
    height: 84px;
    pointer-events: none;
    opacity: 0.95;
    z-index: 2;
}

.attend-stamp.pop {
    animation: stamp-pop 360ms ease-out;
}

@keyframes stamp-pop {
    0%   { transform: translate(-50%, -50%) rotate(-14deg) scale(2.2); opacity: 0; }
    60%  { transform: translate(-50%, -50%) rotate(-14deg) scale(0.92); opacity: 1; }
    100% { transform: translate(-50%, -50%) rotate(-14deg) scale(1); opacity: 0.95; }
}

@media (max-width: 640px) {
    .attend-stamp {
        width: 56px;
        height: 56px;
    }
    .att_btn_box .btnP {
        padding: 10px 28px;
        font-size: 14px;
    }
}

/* === PC 출석부 달력 컴팩트 사이즈 (base.css 의 .att_calendar 룰 오버라이드) === */
.att_calendar.att_calendar_compact {
    padding: 12px;
    max-width: 820px;
    margin: 0 auto;
}

.att_calendar.att_calendar_compact table {
    table-layout: fixed;
}

.att_calendar.att_calendar_compact table th {
    padding: 6px 0;
    font-size: 13px;
}

.att_calendar.att_calendar_compact table td {
    width: auto;
    height: 72px;
    padding: 6px;
    font-size: 13px;
}

.att_calendar.att_calendar_compact table td span.date {
    left: 6px;
    top: 6px;
    font-size: 12px;
}

.att_calendar.att_calendar_compact table td img {
    width: 64px;
}

.att_calendar.att_calendar_compact table td .attend-stamp {
    width: 64px;
    height: 64px;
}

@media (max-width: 640px) {
    .att_calendar.att_calendar_compact table td {
        height: 56px;
    }
    .att_calendar.att_calendar_compact table td img {
        width: 48px;
    }
    .att_calendar.att_calendar_compact table td .attend-stamp {
        width: 48px;
        height: 48px;
    }
}

/*
 * [독도] 미출석 도장 (2026-08-26)
 *
 * 출석 도장과 같은 자리·같은 크기 규칙(.attend-stamp)을 쓰되, 지나간 날이라는 뜻이므로
 * 더 흐리게 둔다. 출석(빨강)이 한눈에 구분되는 것이 목적이다.
 */
.attend-stamp.attend-stamp-no {
    opacity: 0.55;
}
