#header .event_prd{display: none !important;}

.attend-wrap{
    max-width: 1920px;
    margin: 0 auto;
}
.attend-wrap img{
    width: 100%;
    height: auto;
}
.attend-wrap .attend-type{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 620px;
    height: 80px;
    margin: 0 auto 20px auto;
    padding: 20px 80px;
    border-radius: 8px;
    background: #FFF;
}
.attend-wrap .attend-type > div {
    flex: 0 0 50%;
}

.attend-wrap .attend-type > div:only-child {
    flex: 0 0 100%; /* 자식이 하나면 100% */
    justify-content: center;
}
.attend-content .attend-type div{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: -0.2px;
}

.attend-content .attend-type div span{
    width: 33.3333px;
    height: 33.3333px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    background: #f0f0f0;
    color: #B2BAC2;
}
.attend-content .attend-type div span{
    position: relative;
    background: #4A91E1;
    color: transparent;
}
.attend-content .attend-type div.streak span{
    background: #ED7C20;
}

.attend-content .attend-type div span::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 15px;
    height: 13px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="20" viewBox="0 0 28 20" fill="none"><path d="M2.74985 11.6071L9.17842 18.0357L25.2498 1.96423" stroke="white" stroke-width="3.85714" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
}
.attend-content .attend-type div:nth-child(2){
    justify-content: flex-end;
}
.attend-content .attend-type div:nth-child(2) span {
    background: #ED7C20;
}
.attend-content .attend-type div:nth-child(2){
    border-left: 1px solid #C4C4C4;
}

.attend-content{
    background: #F5F6F8;
    padding: 120px 0;
}

.attend-content .cont{
    max-width: 620px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 6px 24px 0 rgba(169, 175, 187, 0.20);
    margin: 0 auto;
    padding: 50px 34px;
}
.attend-content .cont .attend-info{
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.attend-content .cont .attend-info .round-box{
    width: 50%;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    border: 2px solid #E3E8EC;
    padding: 0 24px;
}
.attend-content .cont .attend-info .round-box__label{
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    color: #3C3C43;
}

.attend-content .cont .attend-info .round-box .round-box__value,
.attend-content .cont .attend-info .round-box .round-box__value span{
    color: #477EEA;
    font-family: Pretendard;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%; /* 22px */
    letter-spacing: -0.22px;
}
.attend-content .cont .attend-days{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - (8px * 22)) / 7), 1fr));
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 22px;
    list-style: none;
    margin-top: 50px;
}

.attend-content .cont .attend-days li{
    aspect-ratio: 1 / 1;
    /*flex: 0 0 calc((100% - (22px * 6)) / 7);*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.attend-content .cont .attend-days li span{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    color: #B2BAC2;
    text-align: center;
    font-family: Pretendard;
    font-size: 28px;
    font-weight: 500;
    line-height: 100%; /* 28px */
    letter-spacing: -0.28px;
}

.attend-content .cont .attend-days li.checked span{
    position: relative;
    background: #4A91E1;
    color: transparent;
}
.attend-content .cont .attend-days li.streak span{
    background: #ED7C20;
}
.attend-content .cont .attend-days li.checked span::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 45%;
    height: 70%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="20" viewBox="0 0 28 20" fill="none"><path d="M2.74985 11.6071L9.17842 18.0357L25.2498 1.96423" stroke="white" stroke-width="3.85714" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
}
.attend-content .cont .attend-days li.chk-today{
    position: relative;
    padding: 0;
}
.attend-content .cont .attend-days li .speech-bubble {
    position: absolute;
    top: -40px;
    display: inline-block;
    width: max-content;
    background: #000;
    color: #FFF;
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%; /* 15px */
    letter-spacing: -0.15px;
    padding: 12px 16px;
    border-radius: 32px;
}

/* 아래쪽 삼각형 꼬리 */
.attend-content .cont .attend-days li .speech-bubble::after {
    content: "";
    position: absolute;
    bottom: -5px;       /* 꼬리 위치 조정 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;  /* 꼬리 색상 (버블색과 동일) */
}

.attend-content .btns{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 620px;
    margin: 50px auto 0 auto;
}
.attend-content .btns button{
    width: 100%;
    height: 80px;
    border-radius: 4px;
    text-align: center;
    font-family: Pretendard;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%; /* 22px */
    letter-spacing: -0.22px;
}
.attend-content .btns button.btn-attend{
    color: #FFF;
    background: #477EEA;
}
.attend-content .btns button.btn-complete{
    color: #FFF;
    background: #8A8A8A;
    cursor: default;
    content: '출석 체크 완료';
}
.attend-content .btns button.btn-detail{
    color: #13171C;
    border: 1px solid #13171C;
    background: #F5F6F8;
}
.attend-notice{
    border-top: 1px solid #D4D4D4;
    background: #EBECF0;
    padding: 100px 0;
}
.attend-notice .cont{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: center;
}
.attend-notice .cont .tit{
    min-width: 145px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00000A;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%; /* 18px */
    letter-spacing: -0.18px;
}
.attend-notice .cont .notice{
    display: flex;
    flex-direction: column;
    gap: 10px;

}
.attend-notice .cont .notice li{
    position: relative;
    padding-left: 1em;
    color: #00000A;
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%; /* 15px */
    letter-spacing: -0.15px;
}
.attend-notice .cont .notice li::before {
    content: "- ";
    position: absolute;
    left: 0;
}

.modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 560px;
    text-align: center;
    color: #000;
    font-family: "NotoSansKR";
    font-size: 28px;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.56px;
}

.modal-content .cont{
    padding: 48px 40px;
}

.modal-content .cont .tit{
    color: #000;
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%; /* 24px */
    letter-spacing: -0.48px;
}
.modal-content .cont .point-info{
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.modal-content .cont .point-info img{
    max-width: 130px;
    aspect-ratio: 1 / 1;
}
.modal-content .cont .point-info .point,
.modal-content .cont .point-info .point span{
    color: #FF621A;
    text-align: center;
    font-family: Pretendard;
    font-size: 28px;
    font-weight: 800;
    line-height: 130%; /* 36.4px */
    letter-spacing: -0.56px;
}
.modal-content .chk-mark {
    display: none;
    width: 130px;
    height: 130px;
    margin: 24px auto;
}
.modal-content .cont .success-msg,
.modal-content .cont .success-msg span{
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%; /* 26px */
    letter-spacing: -0.4px;
}
.modal-content .cont .success-msg span{
    color: #FF621A;
    font-weight: 800;
}
.modal-content .cont .notice-msg{
    color: #3F3F3F;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
    margin-top: 12px;
}

.modal-content .btn-shopping {
    width: 100%;
    height: 64px;
    background: #000;
    color: #FFF;
    font-family: "NotoSansKR";
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}