/* BASIC css start */
.eventCheckIn {
    max-width: 1420px;
    margin: 0 auto;
}

.eventCheckIn * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.eventCheckIn img {
    max-width: 100%;
    display: block;
}

 

/* ================= 상단 콘텐츠 ================= */

.eventCheckIn data-aos="fade-up" {
    position: relative;
    background-color: #EFEFEF;
}

.eventCheckIn #fade01,
.eventCheckIn #fade02,
.eventCheckIn #fade03,
.eventCheckIn #fade04,
.eventCheckIn #fade05,
.eventCheckIn #fade06,
.eventCheckIn #fade07,
.eventCheckIn #fade08,
.eventCheckIn #fade09,
.eventCheckIn #fade10,
.eventCheckIn #fade11,
.eventCheckIn #fade12,
.eventCheckIn #fade13,
.eventCheckIn #fade14 {
    position: absolute;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


.eventCheckIn .wrap {
    width: 100%;
    position: relative;

}




/* AOS 공통 박스 */
.eventCheckIn .aos-box {
    position: relative;
}



.eventCheckIn .floating {
    animation: floatY 2.5s ease-in-out infinite;
}



.eventCheckIn .productinfo {
    margin: 0px 0 0px 0;
}

.eventCheckIn .productinfo_button1,
.eventCheckIn .productinfo_button2 {
    height: 100%;
    line-height: 40px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}

.eventCheckIn .productinfo_view {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
} 
    /* 위아래 움직임 - [수정] 닫는 중괄호 누락 해결로 CSS 먹통 현상 수정 */
    @keyframes floatY {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-15px);
        }

        100% {
            transform: translateY(0px);
        }
    }


/* 캘린더 style */
.checkin-wrap {
    background: #ff77db;
    max-width: 1420px;
    margin: 0 auto;
}

#checkin {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

.calendar {
    margin-top: 0;
    padding-top: 0;
    border: 0;
    font-family: 'Pretendard Variable', Pretendard, Malgun Gothic, "맑은 고딕", Dotum, "돋움", DotumChe, "돋움체", Verdana, monospace, Corbel, AppleGothic, Helvetica, sans-serif;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 1em;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin: 2.2em 0;
}

.fc .fc-toolbar.fc-header-toolbar button {
    display: none;
}

.fc .fc-toolbar-title {
    color: #ff77db;
    font-size: 1.8em;
    font-family: 'Noto Sans KR';
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
    border: 0;
}

.fc-theme-standard th {
    height: 21px;
}

.fc .fc-col-header-cell-cushion {
    font-size: 1.1em;
    font-family: 'Noto Sans KR';
}

#event-calendar .fc-day-sat .fc-col-header-cell-cushion,
#event-calendar .fc-day-sun .fc-col-header-cell-cushion {
    color: #1c1c1c;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events,
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fc .fc-daygrid-day-frame {
    aspect-ratio: 1 / 1;
}

.fc .fc-daygrid-day-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.fc .fc-daygrid-day-number {
    font-size: 1.1em;
    font-weight: 700;
    color: #dbdbdb;
    padding: 0;
    position: relative;
    z-index: 4;
    font-family: 'Noto Sans KR';
}

#event-calendar .fc-day-sat .fc-daygrid-day-number,
#event-calendar .fc-day-sun .fc-daygrid-day-number {
    color: #c7c7c7;
}

#event-calendar .stamp-img {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

#event-calendar .stamp-img.complete,
#event-calendar .stamp-img.attendance {
    background: #ff77db;
}

#event-calendar .stamp-img.future,
#event-calendar .stamp-img.absence,
#event-calendar .stamp-img.goal {
    background: #dbdbdb;
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled,
.fc .fc-daygrid-day.fc-day-today {
    background: transparent;
}

#event-calendar .fc-daygrid-day-frame:has(.stamp-img.complete, .stamp-img.attendance, .stamp-img.absence, .stamp-img.goal, .stamp-img.future) .fc-daygrid-day-top .fc-daygrid-day-number {
    color: #fff;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin: 0.7em;
}

.checkin-foot {
    margin: 0;
    background: #efefef;
    border-radius: 15px;
    padding: 30px 15px 40px;
}

.myCheck {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    font-family: 'Noto Sans KR';
}

#checkin_total_count {
    color: #ff77db;
    font-size: 1.45em;
    border-bottom: 3px solid #ff77db;
    height: 47px;
    display: inline-block;
    margin: 0 10px;
}

.checkin-foot .btn-event-checkin {
    width: 100%;
    border-radius: 15px;
    height: 57px;
    line-height: 57px;
    font-size: 1.5em;
    font-weight: 500;
    outline: 0;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
/* BASIC css end */

