caption { overflow: hidden; width: 0; height: 0; font-size: 0; line-height: 0; }

.stamp table td {
    position: relative;
    width: 129px;
    height: 117px;
}

.stamp table td.blank {
    background-image: none;
}

.chk-board .tit {
    width: 100%;
    height: 93px;
    padding: 35px 0;
    margin: 0 auto 47px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background-color: #131313;
}

.ch-attend > .title > span {
    color: #000000;
}

.ch-attend > .title .date {
    border-bottom: 1px solid #000;
}

.ch-attend {
    padding: 0px;
}

.ch-attend > div {
    width: 1240px;
    margin: 0 auto;
}

.num-attend {
    height: 100px;
    line-height: 45px;
    text-align: center;
    box-sizing: border-box;
}

.num-attend > p {
    display: inline-block;
    padding: 14px 127px;
    border-radius: 0;
    width: 800px;
    background-color: #3c3c3c;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
}

.stamp {
    /*padding:70px 0 50px; margin-left: 38px;*/
    width: 100%;
    padding: 55px 0 50px;
    margin-left: 6px;
}

.day1,
.day2,
.day3,
.day4,
.day5,
.day6,
.day7,
.day8,
.day9,
.day10,
.day11,
.day12,
.day13,
.day14,
.day15,
.day16,
.day17,
.day18,
.day19,
.day20,
.day21,
.day22,
.day23,
.day24,
.day25,
.day26,
.day27,
.day28,
.day29,
.day30,
.day31 {
    top: auto;
    left: auto;
}

.attend-ok {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

#calendar {
    width: 800px;
    margin: 0 auto;
}

.intro {
    width: 1240px;
    margin: 0 auto;
}

.intro_bg {
    width: 1240px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
    top: -1px;
}

/*
table {
    clear: both;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 27%;
}
*/

th {
    height: 100px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    border: 1px solid #6b6b6b;
}


.sun { color: #ff4f4f; }
.sat { color: #008fff; }
.holiday { color: #ff4f4f; }

td {
    color: #8b8b8b;
    height: 120px;
    width: 100px;
    background-color: #fff;
    border: 1px solid #c0cdf6;
    padding: 0px 10px;
}
td.today { background-color: #ddedf9; }

td > div {
    height: 80%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

td > div > img {
    margin: 0% 10%;
    width:80px;height:80px;
}

td > div > img.attend {
    cursor: pointer; 
}
/*
input {
    height: 50px;
    width: 70px;
    border: none;
    background-color: #ddedf9;
    font-size: 30px;
}
*/
.year_mon {
    font-size: 25px;
}

.colToday {
    background-color: #ddedf9;
}


.btn-type2 {
    line-height: 64px;
    padding: 0 20px;
    border-radius: 50px;
    font-family: 'Pretendard';
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    width: 300px;
    margin-bottom: 1%;
    cursor: pointer;
}

.num-attend {
    padding-bottom: 100px;
}

.notice-bot {
    width: 1240px;
    margin: 0 auto;
}

.num-attend > p > em {
    color: #89fb1d;
}
.bg-color{
    margin-top: 30px;
}
/*
.event-detail .inner {
    padding-bottom: 100px;
}
*/
/* 공통 주간 타이틀 색상 */
.th-color { background-color: #3c3c3c; }

/* 공통 달력 백그라운드 */
.intro_bg { background: #1e66b8; }

/* 공통 달력하단 출석체크 버튼 색상 */
.back-color { background: #d11339 !important; color:#fff;}

/* 공통 달력하단 ?회 출석성공 색상 */
.num-attend > p > em { font-size: 40px; color: #fff12d !important; display: inline-block; width: 80px; border-bottom: 3px solid #ffffff; }

.day_wrap{display:flex;align-items:baseline}
span.cc_day{display:inline-block;padding-right:5px;}
span.holidayname{display:inline-block;font-size:13px;font-weight:300;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; display:none;}

/* 출석체크 버튼 */
.btn-attend {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 380px;
    height: 110px;
    line-height: 110px;
    font-family: 'Pretendard';
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1%;
    border: none;
    cursor: pointer;
    background-color: unset;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/* 달력을 이미지로 처리시 출력체크 */
.attend { position: absolute; top: 100px; left: 50%; transform: translateX(-50%); width: 800px; display: flex; flex-wrap: wrap; }
.attend li { width: 14.28%; height: 121px; padding: 0 10px; box-sizing: border-box; }
.attend li.today { background-color: #ddedf9; opacity: 0.3; }
.attend li > div { height: 100%; font-family: 'Montserrat', sans-serif; font-size: 18px; }
.attend li > div > img { width: 70px; height: 70px; margin: 40% 13% 0; }
