[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: #d62000 !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: #ff2600;
    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, 92, 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, #300205 0%, #960810 25%, #eb1c26 50%, #960810 75%, #300205 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, 92, 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;
    }
}

/* === 미출석 도장 ===
   출석 도장과 같은 위치·크기(.attend-stamp)를 쓰고 색만 죽인다.
   SVG 자체도 회색이라 이중으로 옅어지지 않게 opacity 는 살짝만 내린다. */
.attend-stamp.attend-stamp-no {
    opacity: 0.75;
}

/* === 출석 요약 / 안내 문구 === */
.att_summary {
    margin-top: 8px;
    font-size: 13px;
    color: #cfcfcf;
}

.att_summary b {
    color: #eb1c26;
    font-weight: 700;
}

.att_btn_box .att_notice {
    margin: 0;
    font-size: 13px;
    color: #b9b9b9;
}

.att_btn_box .att_msg {
    margin: 10px 0 0;
    font-size: 13px;
    color: #6fcf7f;
}

.att_btn_box .att_msg.err {
    color: #ff6b6b;
}

/* === 출석 보상 안내 (어드민 출석 설정 반영) === */
.att_reward_box {
    max-width: 820px;
    margin: 0 auto 24px;
    padding: 14px 16px;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    background: #1c1c1c;
}

.att_reward_ttl {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.att_reward_daily {
    margin: 0 0 10px;
    font-size: 13px;
    color: #cfcfcf;
}

.att_reward_daily b {
    color: #edcd94;
}

.att_reward_list {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.att_reward_list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid #2e2e2e;
    font-size: 13px;
    color: #cfcfcf;
}

.att_reward_list li:last-child {
    border-bottom: none;
}

.att_reward_list li .days {
    min-width: 110px;
    font-weight: 700;
    color: #fff;
}

.att_reward_list li .amount {
    color: #edcd94;
}

.att_reward_list li .state {
    margin-left: auto;
    font-size: 12px;
    color: #6fcf7f;
}

/* 이미 받은 마일스톤은 흐리게 */
.att_reward_list li.done .days,
.att_reward_list li.done .amount {
    color: #8a8a8a;
}

.att_reward_foot {
    margin: 0;
    font-size: 12px;
    color: #9a9a9a;
    line-height: 1.6;
}

.att_reward_foot b {
    color: #cfcfcf;
}

@media (max-width: 640px) {
    .att_reward_box {
        margin: 0 12px 20px;
        padding: 12px;
    }

    .att_reward_list li {
        gap: 8px;
        font-size: 12px;
    }

    .att_reward_list li .days {
        min-width: 88px;
    }
}