.notification-header{
    margin-bottom:0 !important;
}
.mypage-header-wrap .noti-del{
    width: 24px;
    float: right;
    position: relative;
    bottom: 5px;
}
.mypage-header-wrap .del-check{
    width: 25px;
    float: right;
    position: relative;
    bottom: 5px;
}
.del-wrap{
    padding: 13px 20px;
    box-sizing: border-box;
    text-align: right;
    background: #FA7282;
}
.del-wrap .all-del{
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #FFFFFF !important;

}
.noti-list-wrap{
    border-top: 1px solid #E8E8E8;
}
.noti-list-wrap .item{
    display:flex;
    padding:20px 20px;
    gap:14px;
    border-bottom: 1px solid #E8E8E8;
    position:relative;
}
.noti-list-wrap .item .thumb-wrap{
    width:48px;
    height:48px;
    border-radius: 4px;
    text-align: center;
    position: relative;
}
.noti-list-wrap .item .thumb-wrap .thumb{
    width: 100%;
    border-radius: 4px;
}
.noti-list-wrap .item .thumb-wrap .icon{
    width: 24px;
    position: absolute;
    top: calc( 50% - 12px );
    left: calc( 50% - 12px );
}
.noti-list-wrap .item .success{
    background: #FAE372;
}
.noti-list-wrap .item .fail{
    background: #E8E8E8;
}
.noti-list-wrap .item .info-wrap{
    width: calc(100% - 52px);
}
.noti-list-wrap .item .info-wrap .tit{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom:6px;
    display:inline;
}
.noti-list-wrap .item .info-wrap .sub{
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    margin-bottom:3px;
    position: relative;
    bottom: 3px;
}
.noti-list-wrap .item .info-wrap .status{
    font-weight: 500;
    font-size: 10px;
    padding: 1px 4px;
    box-sizing:border-box;
    background: #FA7282;
    color:#fff !important;
    border-radius: 3px;
    margin-left: 6px;
    position: relative;
    bottom: 2px;
}
.noti-list-wrap .item .info-wrap .regdate{
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #959595 !important;
}
.noti-list-wrap .item .del-btn{
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #FA7282 !important;
}

/* modal popup */
.mini-modal .info-text{
    padding:40px 35px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    text-align: center;
}
.mini-modal .info-text .tit{
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 13px;
}
.mini-modal .info-text .reason{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.mini-modal .btn-wrap{
    background: #FAE372;
    text-align: center;
    padding: 14px 0;
    font-size: 14px;
    cursor: pointer;
    display: flex;
}
.mini-modal .btn-wrap div{
    text-align: center;
    width: 50%;
    position: relative;
}
.mini-modal .btn-wrap div:nth-child(1)::after{
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    top: 0px;
    right: 0;
    background: #fff;
}
