.atten-check-wrap{
    margin-top:calc(constant(safe-area-inset-top) + 17vh);
    margin-top:calc(env(safe-area-inset-top) + 17vh);
    padding-bottom:calc(constant(safe-area-inset-bottom) + 15vh + 60px);
    padding-bottom:calc(env(safe-area-inset-bottom) + 15vh + 60px);
    overflow-x: hidden;
}
.check-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}
.check-event{
    width: 100%;
    height: 100px;
    text-align: center;
    position: relative;
}
.chk-left-img img{
    position: absolute;
    left:-25px;
    bottom: -24px;
    height: 143px;
}
.chk-right-img img{
    position: absolute;
    right: 0;
    bottom: -48px;
    height: 190px;
}
.chk-txt{
    width: 100%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.chk-txt1{
    display: inline-block;
    font-size: 2.9rem;
    font-family: "Pretendard-Bold", sans-serif;
    color: #40c380;
    line-height: 4rem;
}
.chk-txt1 .bold-txt{
    font-size: 4rem;
    font-family: "Pretendard-Bold", sans-serif;
    color: #40c380;
}
.chk-txt2{
    font-size: 2rem;
    font-family: "Pretendard-Bold", sans-serif;
    color:#000;
}
.check-calender{
    width: 100%;
    border-top: 3px solid #e8e8e8;
}
.cal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.year-month{
    font-size: 2rem;
}
.cal-nav{
    display: flex;
    border: 1px solid #000;
    border-radius: 5px;
}
.cal-nav-btn{
    width: 14px;
    height: 30px;
    border: none;
    font-size: 1rem;
    line-height: 2rem;
    background-color: transparent;
    cursor: pointer;
}
.go-today{
    width: 40px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
.cal-days{
    display: flex;
    align-items: center;
    /*margin: 25px 0 0;*/
    border-bottom: 1px solid #528c70;
    border-top: 1px solid #528c70;
    height: 30px;
}
.cal-days .day{
    width: calc(100% / 7);
    text-align: center;
}
.cal-dates{
    width: 100%;
    display: flex;
    flex-flow : row wrap;
    justify-content: center;
    height: 500px;
    border-top:1px solid var(--main-color);
    border-right:1px solid var(--main-color);
}
.cal-dates .date{
    /*width: calc(100% / 7.2);*/
    width: calc(98% / 7.1);
    border-bottom: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
}
.cal-dates .date:nth-child(7n-6){
    border-left: none;
}
.cal-dates .date .chk{
    margin: 10px auto;
    width: 40px;
    height: 40px;
}
.cal-dates .date .chk.atten-chk-img{
    background-image: url("../../img/attenCheckIcon-02.png");
    background-position: center center;
    background-size: 105%;
}
.cal-dates .date .chk.atten-no-chk{
    background-image: url("../../img/attenCheckIcon.png");
    background-position: center center;
    /*background-size: 105%;*/
}
.date p{
    width: 10px;
    padding: 5px;
    text-align: left;
}
.cal-days .day:nth-child(7n ),
.cal-dates .date:nth-child(7n){
    color: #d13e3e;
}
.cal-days .day:nth-child(7n-1),
.cal-dates .date:nth-child(7n-1){
    color: #396ee2;
}
.other {
    opacity: 0.3;
}

.today{
    position: relative;
    color: #ffffff;
}
.today::before{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    width: 20px;
    height: 20px;
    display: block;
    background-color: #ffaeae;
    border-radius: 50%;
    content: '';
}
.atten-check-wrap .nav-menu-footer{
    bottom: calc(15vh + constant(safe-area-inset-bottom));
    bottom: calc(15vh + env(safe-area-inset-bottom));
    height: 60px;
    background-color: #fff;
    border-top:1px solid #ddebff
}
.atten-check-wrap .nav-menu-footer .btn-group{
    width: 120px;
}
.atten-check-wrap .nav-menu-footer .btn-group button{
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    font-size:2rem;
    font-family: "Pretendard-Bold", sans-serif;
}
.atten-check-wrap .nav-menu-footer .btn-group .chk-save.off-chk{
    color: #8a8a8a;
    background-color: #fff;
    border: 2px solid #8a8a8a;
}
