.projectHead {
    width: 100%;
    padding: 12px 100px;
    box-sizing: border-box;
    position: relative;
}


.project_c_btn {
    display: block;
    width: 32px;
    border: 0;
    padding: 8px 0;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;

}

.c_btn01 {
    display: block;
    border-top: 2px solid #25252c;
    border-right: 2px solid #25252c;
    width: 16px;
    height: 16px;
    transform: rotate(-136deg);

}

.Projecttit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: -0.45px;

}


.wrap_project {
    width: 1280px;
    margin: 32px auto 0;
    align-items: center;
}



.OverviewTit {
    font-size: 3.2rem;
    line-height: 42px;
    letter-spacing: -0.8px;
    font-weight: 600;
}

.overviewList {
    margin-top: 8px;
}

.overviewList>li {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.overviewList>li:first-child {
    margin-top: 0;
}

.overviewlf {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: var(--Font02);
}

.overviewri {
    margin-left: 12px;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: var(--Font01);
}

.hashTag {
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.hashTag>li {
    display: block;
    width: fit-content;
    font-size: 1.4rem;
    line-height: 20px;
    padding: 4px 12px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: var(--SubC01);
    color: var(--BrandC);
    font-weight: 600;
}

.errorCommend {
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 60px;
    color: var(--Font02);
}

.Project {
    width: 360px;
    margin-left: auto;
    height: 780px;
    overflow: hidden;
    border-radius: 32px;
    border: 5px solid #000;
    position: relative;
}

.MainView {
    width: 100%;
    border-radius: 24px;
    background-color: #f7f7fb;
    display: flex;
    flex-direction: column;
}

.TobBar {
    width: 100%;
    margin: 0 auto;
}

.gnbBar {
    width: 100%;
    height: 56px;
    padding: 8px 20px;
    box-sizing: border-box;
}

.SelectStore {
    align-items: center;
    cursor: pointer;
}

.SelectStore svg {
    width: 20px;
    display: block;
}


.icoMain {
    margin-left: auto;
    align-items: center;
}

.icoMain>span {
    cursor: pointer;
}

.Resetico {
    display: block;
    width: 40px;
    margin-right: 8px;
}

.RingBellico {
    width: 40px;
    display: block;
}

.StoreName {
    display: block;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-left: 12px;
    font-weight: 600;
}


.scrollWrapper_Main01 {
    padding: 16px 0 80px;
    height: 494px;
    overflow-y: auto;
}


.MainCon {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.MainCon>li {
    margin-top: 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border-radius: 12px;
    padding: 0 20px;
}

.MainCon>li:first-child {
    margin-top: 0;
}

.dockph01 {
    stroke: #999;
}

.dockph02 {
    fill: #999;
}

.dockBar {
    box-shadow: 0 -2px 12px 4px rgba(0, 0, 0, 0.04);
    height: 56px;
    border-radius: 12px 12px 0 0;
    padding: 7px 0;
    box-sizing: border-box;
    background-color: #fff;
    transition: 0.3s;
}

.dockBarList {
    width: 100%;
    align-items: center;
}

.dockBarList>li {
    width: calc(100%/5);
    cursor: pointer;

}

.dockBarList>li.dockOn .dockBarico .dockph01 {
    stroke: var(--BrandC);
}

.dockBarList>li.dockOn .dockph02 {
    fill: var(--BrandC);
}

.dockBarList>li.dockOn .dockBarTxt {
    color: var(--BrandC);
}


.dockBarico {
    width: 24px;
    display: block;
    margin: 0 auto;
}

.dockBarTxt {
    display: block;
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: -0.3px;
    color: var(--Font04);
    margin-top: 2px;
    text-align: center;
    font-weight: 600;
}

.M01T {
    padding: 24px 0 0;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
}


.M01M {
    margin: 24px 0;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.8px;
    color: var(--Font01);
    text-align: center;
    font-weight: 600;
}

.M01MImg {
    width: 100%;
    display: none;
}

.M01Txt {
    width: 100%;
    border-top: 1px solid #e5e5ec;
    padding: 16px 0;
    box-sizing: border-box;
    margin-top: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.M01Btxt {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: var(--Font02);
}

.M01Bico {
    margin-left: 8px;
    width: 12px;
    display: block;
}

.M01Bico.is-open {
    transform: rotate(180deg);
}

.M01TL {
    align-items: center;
}

.M01tit {
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: var(--Font01);
}

.M01Date {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-left: 12px;
    color: var(--Font02);
}

.M01TR {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: auto;
}

.M01TR svg {
    width: 100%;
}


.M02T {
    padding: 24px 0;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
}

.M02M {
    align-items: center;
    padding: 16px 0 24px;
    border-top: 1px solid #e5e5ec;
}

.M02Mtit {
    font-size: 1.4rem;
    line-height: 20px;
    color: var(--Font02);
    margin-top: 4px;
    letter-spacing: -0.35px;
}

.M02TR {
    display: block;
    width: 16px;
    margin-left: auto;
}



.M02TRL {
    align-items: center;
}

.M02TRLico {
    display: block;
    width: 20px;
}

.M02TRRtxt {
    font-size: 1.4rem;
    line-height: 20px;
    margin-left: 12px;
    letter-spacing: -0.35px;
    color: var(--Font02);
}

.M02TRR {
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: -0.35px;
    color: var(--Font01);
    margin-left: auto;
}

.M01TRRMoney {
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: -0.45px;
    font-weight: 600;
    color: var(--Font01);
    margin-right: 4px;
}

.M03T {
    padding: 24px 0 32px;
    box-sizing: border-box;
}


.M03U {
    width: 100%;
    margin-top: 92px;
    padding-bottom: 32px;
    box-sizing: border-box;
}

.M03tit {
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: var(--Font01);
    padding: 24px 0 16px;
    box-sizing: border-box;
}

.M03MM {
    align-items: center;
    padding: 12px;
    box-sizing: border-box;
    background-color: #f7f7fb;
    border-radius: 12px;
}

.M03Mico {
    width: 20px;
    display: block;
}

.M03MR {
    margin-left: 12px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: var(--Font02);

}

.M03MMoney {
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: -0.4px;
    margin-right: 4px;
    color: #306AFF;
    font-weight: 600;
}

.M03TR {
    display: block;
    width: 60px;
    margin-left: auto;
}

.M04Bt {
    display: block;
    font-size: 1.6rem;
    line-height: 48px;
    letter-spacing: -0.4px;
    font-weight: 600;
    color: #306aff;
    background-color: #ecf1ff;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
}

.MainCon>li.M04B {
    padding: 0 20px 32px;
}

.M05Mico {
    width: 70px;
    display: block;
    margin: 32px auto;
    box-sizing: border-box;
}

.MainCon>li.M05B {
    padding: 24px 20px 32px;
}

.AlotOf {
    position: absolute;
    bottom: 35px;
    left: 0;
    height: 0;
    backdrop-filter: blur(10px);
    z-index: 2;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    transition: 0.3s;
    opacity: 0;
}

.AlotOf.AOn {
    opacity: 1;
    height: 748px;
}

.AlotOfT {
    margin-top: 45px;
    width: 100%;
    align-items: center;
}

.AlotOfCl {
    margin-left: auto;
    width: 40px;
    cursor: pointer;
}

.AlotOfM {
    margin-top: 32px;
    width: 100%;
}

.AlotOfTit {
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.TodayMoney {
    position: absolute;
    top: 45px;
    right: -100%;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    height: 695px;
    transition: 0.3s;
    opacity: 0;
}

.TodayMoney.TOn {
    right: 0;
    opacity: 1;
}

.TodLT {
    align-items: center;
    padding: 14px 20px;
    height: 56px;
    position: relative;
}

.Todico {
    width: 28px;
    display: block;
    cursor: pointer;
}

.Todtit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
}

.TodM {
    padding: 5px 20px;
    box-sizing: border-box;
    width: 100%;
    overflow-x: auto;
}

.TodMimg {
    width: 120%;
}




.TodM::-webkit-scrollbar {
    width: 1px;
}

/* 스크롤바 막대 설정*/
.TodM::-webkit-scrollbar-thumb {
    height: 3%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
}

.TodM::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}


.GuideView {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 2;
}

.GuideTxt {
    font-size: 1.6rem;
    line-height: 24px;
    color: var(--Font02);
    text-align: center;
    letter-spacing: -0.4px;
}

.GuideBt {
    margin-top: 16px;
    background-color: var(--BrandC);
    color: var(--Font05);
    font-size: 1.6rem;
    line-height: 24px;
    padding: 14px 0;
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
}

.PassBookGuide {
    position: absolute;
    top: 45px;
    left: 0;
    background-color: #fff;
    height: 643px;
    z-index: 2;
    width: 100%;
    overflow-y: auto;
    display: none;
}

.PassBookGuideImg {
    width: 100%;
}

.PassBookGuideImg svg {
    width: 100%;
}

.PassBookTxt {
    margin-top: 32px;
    font-size: 2.4rem;
    line-height: 34px;
    letter-spacing: -0.6px;
    text-align: center;
    font-weight: 600;
}


/* 스크롤바 막대 설정*/

.PassBookGuide::-webkit-scrollbar {
    width: 0px;
}


.PassBookGuide::-webkit-scrollbar-thumb {
    height: 3%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
}

.PassBookGuide::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.PassBookGuideBox {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 16px;

}

.PassBookNxtBtn {
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 52px;
    background-color: #306aff;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    letter-spacing: -0.4px;
    display: block;
}

.AlltalkGuide {
    position: absolute;
    top: 45px;
    left: 0;
    background-color: #fff;
    height: 643px;
    z-index: 2;
    width: 100%;
    overflow-y: auto;
    display: none;
}


.AlltalkGuide::-webkit-scrollbar {
    width: 0px;
}


.AlltalkGuide::-webkit-scrollbar-thumb {
    height: 3%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
}

.AlltalkGuide::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.AlltalkNoticeGuide {
    padding: 40px 0;
    box-sizing: border-box;
    background-color: #444;
}

.ATNGtit {
    font-size: 2.4rem;
    line-height: 34px;
    letter-spacing: -0.6px;
    color: #fff;
    font-weight: 600;
}

.AlltalkNoticeGuide {
    padding: 40px 20px;
    box-sizing: border-box;
}

.ATNGM {
    margin-top: 16px;
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
    background-color: #f7f7fb;

}

.ATNGBB {
    align-items: center;
}

.ATNGBico {
    width: 20px;
    display: block;
}

.ATGNGtxt {
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: -0.45px;
    margin-left: 8px;
    font-weight: 600;
}

.ATNGMtxt {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: var(--Font02);
}

.ATNGList {
    margin-top: 32px;

}

.ATNGList>li {
    cursor: pointer;
}

.ATNGBT {
    align-items: center;
}

.ATNGBTtit {
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: -0.45px;
    color: #fff;
}

.ATNGList {
    margin-top: 32px;
}

.ATNGBT {
    align-items: center;
    padding: 12px 0;
    box-sizing: border-box;
}

.ATNGBTico {
    display: block;
    width: 24px;
    margin-left: auto;
    transition: 0.3s;
}

.ATNGBTico.DCOn {
    transform: rotate(-180deg);
}

.UnDocu {
    padding: 12px 20px;
    box-sizing: border-box;
    background-color: #666;
    border-radius: 12px;
    display: none;
}

.UnDoList>li {
    margin-top: 24px;
}

.UnDoList>li:first-child {
    margin-top: 0;
}

.UnDoT {
    align-items: center;
}

.UnDoico {
    display: block;
    width: 24px;
}

.UnDotxt {
    margin-left: 4px;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #fff;
    font-weight: 500;
}


.UnDotxtMM {
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #fff;
}

.UnDoUntxtd {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #fff;
}

.everyDayReport {
    position: absolute;
    top: 45px;
    /*right: -100%;*/
    right: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    height: 695px;
    transition: 0.3s;
    overflow-y: auto;
}


.everyDayReport.TOn {
    right: 0;
    opacity: 1;
}