/*  PROJECT MAP  */

.mod-pm {
    display: none;
    background-color: #DCDCDC;
    position: absolute;
    z-index: 14;
    padding: 0;
    top: 4rem;
    width: 65rem;
    height: calc(100% - 4rem);
}

.mod-pm .back {
    display: none;

}

.mod-pm .front {
    width: 100%;
    height: 100%;
}

/* mod p-add */

.mod-pm.m-padd {
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    z-index: 101;
}

.mod-pm.m-padd .back {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #4f4f4fe6;
}

.mod-pm.m-padd .front {
    background-color: #DCDCDC;
    position: absolute;
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    width: 558px;
    height: calc(100% - 4rem);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mod-pm.m-padd .mpm-sel {
    display: none;
}

.mod-pm.m-padd .mpm-prj {
    width: 100%;
}

.mod-pm.m-padd .mpm-head {
    display: none;
}

.mod-pm.m-padd .mpm-main {
    height: 100%;
}

/*  */

.mod-apm,
.mod-spm {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 100;
}

.mod-pm.open,
.mod-apm.open,
.mod-spm.open {
    display: block;
}

.mod-spm .mspm-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mod-spm .txt-1 {
    margin-top: 2rem;
}

.mod-spm .txt-pn,
.mod-spm .txt-2 {
    margin-top: 12px;
}

.mod-spm .btt-tpm {
    margin-top: 50px;
}

.mod-spm .btt-cls {
    margin-top: 24px;
}

.mod-spm .btt-tpm,
.mod-spm .btt-cls {
    height: 51px;
    line-height: 51px;
    background-color: var(--az-color);
    color: var(--af-color);
    padding: 0 32px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 24px;
    cursor: pointer;
}



.mod-apm .front {
    background-color: #fff;
    position: absolute;
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    top: 2rem;
    left: calc(50% - 195px);
    width: 390px;
    height: calc(100% - 4rem);
}

.mod-spm .front {
    background-color: #fff;
    position: absolute;
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    top: calc(50% - 157px);
    left: calc(50% - 156px);
    width: 312px;
    height: 315px;
}


.mod-apm .back,
.mod-spm .back {
    width: 100%;
    height: 100%;
    background-color: #4f4f4fe6;
}


.mpm-head {
    position: relative;
    top: 0rem;
    left: 0rem;
    height: 61px;
}

.mpm-head .txt {
    text-align: left;
    font-size: 1.5rem;
    line-height: 61px;
    height: 61px;
    font-family: Verdana;
    letter-spacing: 0rem;
    margin-left: 1rem;
    width: 19rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mpm-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
}

.mpm-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.add-txt {
    max-width: 130px;
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    height: 37px;
    line-height: 37px;
}

.add-txt .az {
    color: var(--az-color);
}

.mpm-head .bttClose {
    top: 1rem;
    right: 1rem;
}

.mpm-main {
    width: 100%;
    height: calc(100% - 3.8125rem);
    display: flex;
}

.mpm-sel {
    width: 378px;
    height: 100%;
}

.mod-apm .mpm-sel {
    width: 100%;
    height: 100%;
}

.mpm-prj {
    height: 100%;
    width: calc(100% - 378px);
    background-color: #fff;
}

.mpm-srch {
    height: 4.1875rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.mod-apm .mpm-srch .bar {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}

.mod-apm .mpm-srch_icon {
    margin-right: 8px;
    margin-top: 6px;
}

.mpm-srch .bar {
    width: 259px;
    height: 35px;
    background-color: #fff;
    margin-left: 1rem;
    border-radius: 5px;
    position: relative;
}

.mpm-srch form {
    height: 100%;
    width: calc(100% - 0rem);
}

.mpm-srch_icon {
    height: 22px;
    width: 21px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: .5rem;
    margin-top: 7px;
    cursor: pointer;
}


.mpm-srch_icon .ico_s {
    display: block;
}

.mpm-srch_icon .ico_c {
    display: none;
}

.mpm-srch_icon.act .ico_s {
    display: none;
}

.mpm-srch_icon.act .ico_c {
    display: block;
}

.mpm-srch_icon .ico_s,
.mpm-srch_icon .ico_c {
    background-size: 100%;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.mpm-srch_icon .ico_c {
    background-size: 66%;
}

.mpm-srch .btt-sort {
    width: 21px;
    height: 35px;
    margin-left: 1rem;
    cursor: pointer;
}

.mpm-srch .btt-sort .ico {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.mpm-srch .btt-add {
    width: 33px;
    height: 33px;
    border-radius: 19px;
    margin-left: 1rem;
    cursor: pointer;
    margin-right: 1rem;
}

.mpm-srch .btt-add .ico {
    width: 100%;
    height: 100%;
}

.mpm-list {
    height: calc(100% - 4.1875rem);
    width: calc(100% - 1px);
    overflow-x: auto;
    border-right: 1px solid #DCDCDC;
    background-color: #fff;
}

.prj-head {
    height: 4.1875rem;
    line-height: 4.1875rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 33px;
}

.prj-head .btts {
    height: 24px;
    width: 100px;
    margin-top: 22px;
}

.prj-hub {
    width: 100%;
    height: calc(100% - 4.1875rem);
}

.prj-hub .btts {
    height: 37px;
    width: calc(100% - 49px);
    margin-left: 1rem;
    display: flex;
    justify-content: space-between;
}

.prj-hub .btts .btt {
    width: calc(((100% - 2px) / 3));
    background-color: var(--dg-color);
    vertical-align: top;
    height: 100%;
    color: var(--af-color);
    text-align: center;
}

.prj-hub .btt.act {
    background-color: var(--az-color);
}

.prj-pg {
    height: calc(100% - 45px);
    margin-top: 0px;
    width: 100%;
    margin-left: 0rem;
    overflow: auto;
    padding-top: 8px;
}

.prj-pg .pg {
    width: 100%;
    height: auto;
    min-height: 100%;
    height: 100%;
    display: none;
}

.prj-pg .pg.act {
    display: block;
}

.prj-pg .prj-fav,
.prj-pg .prj-dat {
    margin-left: 0rem;
    width: calc(100% - 0rem);
}

.prj-chip-r {
    margin-left: 1rem;
    height: calc(100% - 1rem);
}

.prj-chip {
    width: 615px;
    height: 208px;
    border-bottom: 1px solid #DCDCDC;
    padding-top: 17px;
    display: flex;
    position: relative;
    margin-left: 1rem;
}

.prj-chip .img-hold {
    width: 236px;
    height: 160px;
    overflow: hidden;
}

.prj-chip-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prj-chip-btts {
    background-color: var(--az-color);
    color: var(--af-color);
    display: flex;
    justify-content: space-evenly;
}

.prj-chip-btts .btt {
    margin: 0 .5rem;
}

.prj-chip-l {
    width: 236px;
}

.prj-edit {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 16px;
    right: 0;
    cursor: pointer;
}

.prj-edit .ico {
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.prj-chip-name {
    margin-bottom: 4px;
}

.prj-chip-date {
    margin-bottom: 26px;
}

.prj-chip-comt {
    margin-bottom: 4px;
}

.prj-chip-txt {
    line-height: 20px;
    height: 101px;
    white-space: normal;
    width: 363px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mpm-cnt {
    height: 100%;
}

.prj-fav-chip {
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
    margin-bottom: 1rem;
    position: relative;
    margin-top: 1rem;
}

.prj-fav-chip .icons {
    position: absolute;
    right: 0.3125rem;
    top: 0.3125rem;
}

.prj-fav-chip .icons .btt {
    width: 1.5625rem;
    height: 1.5625rem;
    display: inline-block;
    margin-left: 0.3125rem;
    vertical-align: top;
    border-radius: 0.3125rem;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.prj-fbx .head {
    display: flex;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    border-top: 1px solid #696461;
    width: 613px;
}

.prj-fbx .head .ico {
    width: 14px;
    height: 14px;
    margin-left: 14px;
    margin-top: 10px;
    margin-right: 1rem;
}

.prj-fbx .head .ico div {
    width: 100%;
    height: 100%;
}

.prj-fbx.closed .head .ico .svg_minus {
    display: none;
}

.prj-fbx .head .ico .svg_minus {
    display: block;
}

.prj-fbx.closed .head .ico .svg_plus {
    display: block;
}

.prj-fbx .head .ico .svg_plus {
    display: none;
}

.prj-fbx .head .num {
    margin-left: 0.25rem;
}

.prj-fbx.closed .container {
    display: none;
}

.prj-fbx.open .container {
    display: block;
}

.prj-pg .prj-dat {
    padding-top: 1rem;
    height: calc(100% - 1rem);
    padding-right: 1rem;
    width: calc(100% - 1rem);
    min-height: calc(100% - 1rem);
}

.dat-adr,
.dat-knt {
    display: flex;
}

.dat-adr,
.dat-knt,
.dat-ntz {
    padding-left: 1rem;
}

.dat-ntz {
    padding-bottom: 2rem;
}

.adr-txt,
.knt-txt,
.ntz-txt {
    width: 126px;
}

.adr-dat .txt,
.knt-dat .txt {
    line-height: 20px;
}

.adr-dat,
.dat-knt {
    margin-bottom: 30px;
}

.ntz-txt {
    margin-bottom: 1rem;
}

.prj-map {
    height: 72px;
    border-bottom: 1px solid #DCDCDC;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}

.map-inf {
    margin-left: 1rem;
    margin-top: 1rem;
    width: calc(100% - 107px);
}

.map-lc {
    margin-top: 14px;
    margin-right: 10px;
}

.map-date {
    margin-top: 4px;
}


.prj-map.act {
    background-color: var(--az-color);
}



.prj-map.act .map-name,
.prj-map.act .map-date,
.prj-map.act .map-lc {
    color: var(--af-color);
}

.map-date,
.map-lc {
    color: #757575;
}

.map-name {
    color: #000000;
    width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mpm-main.s-add .mpm-add,
.mpm-main.s-redit .mpm-redit {
    display: block;
}

.mpm-main.s-add .mpm-cnt,
.mpm-main.s-redit .mpm-cnt {
    display: none;
}

.mpm-add,
.mpm-redit {
    display: none;
    overflow: auto;
    height: 100%;
}

.mpm-add .add-line,
.mpm-redit .add-line {
    margin-left: 1rem;
    display: flex;
    height: 37px;
}

.mpm-add .add-head,
.mpm-redit .add-head {
    margin-left: 1rem;
}

.add-inp {
    width: 362px;
    height: 35px;
    border: solid 1px #000;
    cursor: pointer;
}

.add-inp input {
    width: calc(100% - 0.5rem);
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    padding-left: 0.5rem;
}

.mpm-add .line {
    background-color: var(--az-color);
    height: 1px;
    width: calc(100% - 47px);
    margin-left: 1rem;
}

.add-line.p-pn {
    margin-bottom: 24px;
}

.add-line.p-fn,
.add-line.p-st,
.add-line.p-nr,
.add-line.p-plz,
.add-line.p-and,
.add-line.p-vnm,
.add-line.p-nnm {
    margin-bottom: 15px;
}

.add-line.p-ort {
    margin-bottom: 22.5px;
}

.mpm-add .add-head {
    color: #000;
}

.mpm-add .add-head.h-1,
.mpm-redit .add-head.h-1 {
    margin-top: 24px;
}

.add-text {
    width: 488px;
    height: 166px;
    margin-left: 1rem;
    border: 1px solid rgb(0, 0, 0);
    margin-top: 1rem;
    margin-bottom: 24px;
}

.mpm-add .add-head.h-2,
.mpm-redit .add-head.h-2 {
    margin-top: 24px;
    margin-bottom: 19px;
}

.mpm-add .add-head.h-3,
.mpm-redit .add-head.h-3 {
    margin-top: 18.5px;
    margin-bottom: 18px;
}

.prj-data {
    height: calc(100% - 69px);
    overflow: auto;
}

.prj-data-btm {
    height: 68px;
    width: calc(100% - 2rem);
    border-top: 1px solid var(--az-color);
    display: flex;
    box-shadow: 0px -3px 6px #00000029;
    line-height: 68px;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: space-between;
    align-items: center;
}

.prj-data-btm .btt-abort {
    color: var(--az-color);
    cursor: pointer;
}

.prj-data-btm .btt-save,
.prj-data-btm .btt-edit {
    background-color: var(--az-color);
    color: var(--af-color);
    cursor: pointer;
    height: 31px;
    line-height: 31px;
    padding: 0 12px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 24px;
}

.mpm-redit .btt_save {
    display: block;
}

.mpm-add.m-add .prj-data-btm .btt-save {
    display: block;
}

.mpm-add.m-add .prj-data-btm .btt-edit {
    display: none;
}

.mpm-add.m-edit .prj-data-btm .btt-save {
    display: none;
}

.mpm-add.m-edit .prj-data-btm .btt-edit {
    display: block;
}

.mpm-srch .bar input {
    border: none;
    width: calc(100% - 3rem);
    height: 100%;
    padding-left: 0.5rem;
    border-radius: 5px;
    padding-right: 3rem;
}

.mod-apm .mpm-srch .bar input {
    border-radius: 5px;
    border: none;
    width: calc(100% - 40px);
    height: calc(100% - 2px);
    padding-left: 0.5rem;
    padding-right: 2rem;
}

.mod-pm .btt-bx .btt-edt {
    width: 24px;
    height: 24px;
}

.mod-pm .btt-bx .btt-cpy {
    width: 20px;
    height: 24px;
}

.mod-pm .btt-bx .btt-del {
    height: 24px;
    width: 17px;
}

.mod-pm .btt-bx .ico {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: 100%;
    background-repeat: no-repeat;
}

.mod-pm .btt-bx {
    display: flex;
    justify-content: space-between;
    margin-right: 11px;
}

.prj-head .txt {
    color: #000;
}

.prj-head .btt-back {
    display: none;
}

.btt-pic-dat,
.prj-pic-dat {
    display: none;
}

.prj-add-head {
    height: 59px;
    line-height: 59px;
    margin-left: 10px;
}

.add-more {
    display: none;
}

.mod-apm .save-hold {
    display: none;
}

.mod-apm .save-hold.shown {
    position: absolute;
    bottom: 29px;
    height: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

.mod-apm .save-hold.shown .btt-save {
    color: #fff;
    background-color: var(--az-color);
    height: 31px;
    line-height: 31px;
    margin-top: -31px;
    cursor: pointer;
    padding: 0 12px;
    border-radius: 24px;
}

.txt-ne {
    text-align: center;
    /* width: calc(100% - 49px);
    padding-top: 1rem; */
}

.mpm-sort-pop {
    border-radius: .5rem;
    color: var(--dg-color);
    box-shadow: 0px 0px 1rem #888888;
    background-color: #fff;
    overflow: hidden;
}

.mpm-sort-txt {
    height: 1rem;
    line-height: 1rem;
    padding: .5rem 1rem;
    font-weight: 600;
}

.mpm-sort-opt {
    min-height: 1rem;
    line-height: 1rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.mpm-sort-opt:hover {
    background-color: #5050500a;
}

.mpm-sort-opt:hover,
.mpm-sort-opt.act {
    color: var(--az-color);
}

.mpm-sort-opt.act {
    background-color: #50505030;
}

.mod-pm .bttLogOut {
    width: 1.4375rem;
    height: 1.375rem;
    border-radius: 0rem;
    position: absolute;
    left: 21.1875rem;
    top: 1.4375rem;
    cursor: pointer;
}

.mod-pm .bttLogOut .ico {
    background-size: 100%;
    width: 100%;
    height: 100%;
}

/*HELPER*/


.prh-head {
    background-color: #fff;
    height: 63px;
    line-height: 55px;
}

.prh-img-hld {
    flex: 1;
    background-size: 100%;
    background-position: center;
}

.prh-img-hld .ico {
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.help-one {
    background-size: 100%;
    background-position: center;
}

/* .help-two {
    width: 152px;
    height: 196px;
}

.help-three {
    width: 271px;
    height: 121px;
}

.help-four {
    width: 152px;
    height: 200px;
} */

.prh-chip-head {
    padding: 1rem;
}

.prh-ca {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.prh-head-2 {
    height: 63px;
    line-height: 63px;
    text-align: center;
    color: var(--dg-color);
}

.prh-chip {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 307px;
    box-shadow: 3px 3px 6px #00000029;
    border-radius: 16px;
}

.prh-chip .ico-dt {
    display: block;
}

.prh-chip .ico-ph,
.prh-chip .ico-pq {
    display: none;
}

/* 
.prj-pic-main {
    background-color: #DCDCDC;
    padding-bottom: 1rem;
} */

.prj-pic-main {
    padding-left: 0rem;
    height: 100%;
}

.prj-room-help,
.prj-fav-help {
    background-color: #DCDCDC;
    /* padding-bottom: 1rem; */
    height: 100%;
}

/* .prj-pic {
   background-color: #DCDCDC;
} */

.prh-cnt {
    padding: 0 1rem 2rem 1rem;
    height: fit-content;
    background-color: #DCDCDC;
}

/* .prh-chip .ico {
    height: 100%;
    width: 100%;
} */

.prj-fbx {
    padding-left: 1rem;
}


@media (min-width: 992px) {
    /* DESKTOP ONLY */
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {
    /* TABLET ONLY */

    .mod-pm {
        width: 100%;
    }

    .mpm-head {
        height: 53px;
    }

    .mpm-head .txt {
        line-height: 53px;
        height: 53px;
    }

    .mpm-main {
        height: calc(100% - 53px);
    }
}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {

    /* PHONE HOCH */

    .mod-pm {
        width: 100%;
        top: 3.3rem;
        height: calc(100% - 6.3rem);
    }

    .mod-pm.m-padd .front {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
    }

    .mod-pm.m-padd .mpm-main.s-add.m-sel {
        height: 100%;
    }


    .mpm-main.m-sel .mpm-sel {
        display: none;
    }

    .mpm-prj {
        display: none;
    }

    .mpm-main.m-sel .mpm-prj {
        display: block;
    }

    .mpm-srch .bar {
        border-radius: 5px;
    }

    .mpm-srch .bar input {
        border-radius: 5px;
    }

    .mpm-head {
        height: 53px;
    }

    .mpm-head .txt {
        line-height: 53px;
        height: 53px;
        width: 17rem;
    }

    .mpm-srch {
        height: 61px;
    }

    .mpm-main {
        height: calc(100% - 66px);
        margin-top: 13px;
    }

    .mpm-list {
        height: calc(100% - 61px);
        border: none;
    }

    .mpm-prj {
        width: 100%;
    }

    .prj-hub .btts {
        width: 100%;
        margin-left: 0rem;
    }

    .prj-head {
        background-color: #DCDCDC;
        flex-direction: column-reverse;
        height: 91px;
        padding: 0;
    }

    .prj-head .txt {
        background-color: #fff;
        height: 51px;
        line-height: 51px;
        padding-left: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .prj-head .btts {
        margin: 0 0 1rem 0px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .btt-back {
        width: 31px;
        height: 24px;
        margin-left: 11px;
    }

    .btt-back .ico {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .mod-pm .btt-bx .btt-cpy,
    .mod-pm .btt-bx .btt-edt {
        margin-right: 24px;
    }

    .prj-head .btt-back {
        display: block;
    }

    .prj-pg {
        width: 100%;
        margin-left: 0rem;
        height: calc(100% - 37px);
        padding-top: 0px;
    }

    .prj-fbx .head {
        width: 100%;
        border-bottom: 1px solid #696461;
        border-top: none;
    }

    .prj-fav-chip {
        margin: 0;
        padding: 0;
    }

    .mpm-cnt {
        height: 100%;
    }

    .prj-hub {
        width: 100%;
        height: calc(100% - 91px);
    }

    .prj-fav-chip {
        width: calc((100% - 10px) / 2);
    }

    .prj-fav-chip .fav-data {
        margin-top: 0;
        vertical-align: top;
        margin-bottom: 12px;
    }

    .prj-fav-chip .fav-inf {
        height: 15px;
        line-height: 15px;
        margin-top: 5px;
    }

    .prj-fbx.open .container {
        padding-left: 8px;
        padding-right: 12px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #696461;
        padding-top: 5px;
    }

    .prj-fbx.open .head {
        border-bottom: none;
    }

    .mpm-sel {
        width: 100%;
    }

    .prj-chip {
        width: calc(100% - 24px);
        height: 126px;
        margin-left: 12px;
        border-bottom: 1px solid var(--az-color);
        padding: 0;
    }

    .prj-chip-btts,
    .prj-edit,
    .prj-chip-comt,
    .prj-chip-txt {
        display: none;
    }

    .prj-chip .img-hold {
        width: 165px;
        height: 93px;
        margin-top: 1rem;
    }

    .prj-chip-l {
        width: auto;
    }

    .prj-chip-r {
        margin-top: 1rem;
    }

    .prj-chip-l {
        width: 165px;
    }

    .prj-chip-r {
        width: calc(100% - 180px);
        margin-left: 15px;
        position: relative;
    }

    .prj-chip-name,
    .prj-chip-date {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .btt-pic-dat {
        display: block;
        width: 23px;
        height: 18px;
        position: absolute;
        right: 0;
        bottom: 1rem;
    }

    .btt-pic-dat .ico {
        width: 100%;
        height: 100%;
        background-size: 100%;
        transform: rotate(180deg);
        cursor: pointer;
    }

    .prj-pic.m-show .prj-pic-main {
        display: none;
    }

    .prj-pic.m-show .prj-pic-dat {
        display: block;
    }

    .prj-pic-dat .dat-img {
        width: 100%;
    }

    .prj-pic-dat .dat-pic {
        height: 219px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .prj-ftm {
        width: 100%;
        height: 1rem;
        border-bottom: 1px solid #696461;
    }

    .prj-fav {
        /* border-top: 1px solid #696461; */
        /* margin-top: 1rem; */
        height: calc(100% - 1rem);
    }

    .dat-btm {
        margin-left: 11px;
        margin-right: 11px;
        margin-top: 16px;
        display: flex;
        justify-content: space-between;
    }

    .dat-btm-l {
        color: #000;
        width: calc(100% - 26px);
    }

    .dat-btm-r {
        width: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dat-btm-r .ico {
        width: 100%;
        height: 100%;
    }

    .dat-txt-2 {
        margin-top: 24px;
    }

    .dat-txt-com,
    .dat-txt-date {
        margin-top: 4px;
    }

    .btt-dat-edt,
    .btt-dat-opt,
    .btt-dat-shr,
    .btt-dat-del {
        cursor: pointer;
    }

    .btt-dat-opt,
    .btt-dat-shr,
    .btt-dat-del {
        margin-top: 1.5rem;
    }

    .btt-dat-edt {
        width: 24px;
        height: 24px;
    }

    .btt-dat-opt {
        width: 24px;
        height: 24px;
    }

    .btt-dat-shr {
        width: 22px;
        height: 24px;
    }

    .btt-dat-del {
        width: 17px;
        height: 24px;
    }

    .dat-btt-back {
        height: 31px;
        line-height: 31px;
        cursor: pointer;
        color: var(--af-color);
        background-color: var(--az-color);
        width: fit-content;
        padding: 0px 12px;
        box-shadow: 0px 0px 10px #00000029;
        border-radius: 24px;
    }

    .dat-btt-con {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        height: 5rem;
    }

    .prj-pg .prj-dat {
        margin: 0px 11px 0px 11px;
        width: calc(100% - 22px);
        height: auto;
        padding-bottom: 2rem;
        padding-top: 1.5rem;
        color: #000;
    }

    .mpm-main.s-add.m-sel {
        margin-top: 0;
        height: calc(100% - 53px);
    }

    .mpm-main.s-add.m-sel .mpm-add {
        width: 100%;
    }

    .mpm-main.s-add.m-sel .prj-head {
        height: 59px;
        display: block;
        background-color: #fff;
        line-height: 59px;
    }

    .mpm-main.s-add.m-sel .add-inp {
        width: calc(100% - 143px);
    }

    .mpm-main.s-add.m-sel .prj-head .txt {
        padding-top: 8px;
    }



    .add-field {
        display: none;
        width: 100%;
        overflow: hidden;
    }

    .add-field.open {
        display: block;
    }

    .add-text {
        width: calc(100% - 28px);
        margin-left: 11px;

    }

    .mpm-add .line {
        width: calc(100% - 22px);
        margin-left: 11px;
    }

    .add-more {
        display: flex;
        justify-content: center;
        margin-top: 18.5px;
    }

    .add-more-btt .more-txt-close {
        display: none;
    }

    .add-more-btt {
        display: flex;
        cursor: pointer;
    }

    .add-more-btt .ico {
        width: 15px;
        height: 13px;
        margin-right: 8px;
    }

    .add-more-btt .more-txt {
        height: 13px;
        line-height: 13px;
        color: var(--az-color);
    }

    .mpm-add.m-more .more-txt-open {
        display: none;
    }

    .mpm-add.m-more .add-field {
        display: block;
    }

    .mpm-add.m-more .add-more-btt .more-txt-close {
        display: block;
    }

    .mpm-add.m-more .add-more-btt .ico {
        transform: rotate(180deg);
    }

    .mpm-redit .add-line {
        width: calc(100% - 27px);
    }


    .mod-apm .front {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
    }

    .mod-pm .bttLogOut {
        left: unset;
        right: 61px;
        top: 14px;
    }

    .prh-head {
        height: 64px;
        line-height: 64px;
    }

    .prh-chip .ico-ph {
        display: block;
    }

    .prh-chip .ico-dt,
    .prh-chip .ico-pq {
        display: none;
    }

    .prh-chip {
        height: auto;
    }

    .prh-ca {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    .prj-pic .help-one .ico-ph {
        height: 77px;
    }

    .prj-pic .help-two .ico-ph {
        height: 201px;
    }

    .prj-pic .help-three .ico-ph {
        height: 261px;
    }

    .prj-pic .help-four .ico-ph {
        height: 200px;
    }

    /**/
    .prj-fav .help-one .ico-ph {
        height: 260px;
    }

    .prj-fav .help-two .ico-ph {
        height: 201px;
    }

    .prj-fav .help-three .ico-ph {
        height: 298px;
    }

    .prj-fav .help-four .ico-ph {
        height: 200px;
    }

    .prj-pic-main {
        padding-left: 0rem;
    }

    .prj-pic-main {
        padding-bottom: 2rem;
    }

    .ico-ph {
        margin: 24px 0px;
    }

    .prj-pg .prj-fav,
    .prj-pg .prj-dat {
        margin-left: 0rem;
        width: calc(100% - 0rem);
    }

    .prj-pg .prj-dat {
        width: calc(100% - 2rem);
        height: auto;
        min-height: auto;
    }


    .prj-room-help,
    .prj-fav-help {
        padding-bottom: 2rem;
    }

    .prj-fbx {
        padding-left: 0rem;
    }

    .prj-room-help,
    .prj-fav-help {
        background-color: #DCDCDC;
        padding-bottom: 1rem;
    }

}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-pm {
        width: calc(100% - 3.3rem);
        top: 0;
        height: 100%;
        z-index: 21;
        background-color: #FFFFFF;
    }

    .mpm-head .bttClose {
        position: fixed;
        right: 4.3rem;
        z-index: 2;
    }

    .mpm-main.m-sel .mpm-sel {
        display: none;
    }

    .mpm-prj {
        display: none;
    }

    .mpm-main.m-sel .mpm-prj {
        display: block;
        background-color: transparent;
    }

    .mpm-srch .bar {
        border-radius: 5px;
        width: calc(100% - 29px);
        margin-left: 0;
        margin-right: 18px;
    }

    .mpm-srch .bar input {
        border-radius: 5px;
    }

    .mpm-head {
        height: 53px;
        width: 279px;
        background-color: #DCDCDC;
    }

    .mpm-head .txt {
        line-height: 53px;
        height: 53px;
    }

    .mpm-srch {
        width: 279px;
        height: 113px;
        margin-top: 53px;
        background-color: #DCDCDC;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;

    }

    .mpm-main {
        margin: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: calc(100% - 46px);
    }

    .mpm-list {
        height: 100%;
        border: none;
        width: calc(100% - 279px);
    }

    .mpm-prj {
        width: 100%;
    }

    .prj-hub .btts {
        margin-left: 0rem;
        display: flex;
        width: 279px;
        flex-direction: column;
    }

    .prj-hub .btts .btt {
        width: 100%;
        margin-bottom: 2px;
    }

    .prj-head {
        background-color: #DCDCDC;
        flex-direction: column-reverse;
        height: 115px;
        padding: 0;
        width: 279px;
        margin-top: 53px;
    }

    .prj-head .txt {
        background-color: #fff;
        height: 51px;
        line-height: 51px;
        padding-left: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .prj-head .btts {
        margin: 13px 0 24px 0px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .btt-back {
        width: 31px;
        height: 24px;
        margin-left: 11px;
    }

    .btt-back .ico {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .mod-pm .btt-bx .btt-cpy,
    .mod-pm .btt-bx .btt-edt {
        margin-right: 24px;
    }

    .prj-head .btt-back {
        display: block;
    }

    .prj-pg {
        width: calc(100% - 279px);
        margin-left: 0rem;
        height: 100%;
        padding-top: 0px;
        margin-top: -168px;
    }

    .prj-fbx .head {
        width: 100%;
        border-bottom: 1px solid #696461;
        border-top: none;
    }

    .prj-fav-chip {
        margin: 0;
        padding: 0;
    }

    .mpm-cnt {
        height: 100%;
    }

    .prj-hub {
        width: 100%;
        height: 100%;
        display: flex;
    }

    .mod-pm .fav-img-hold,
    .mod-pm .fav-color,
    .prj-fav-chip {
        width: 180px;
    }


    .prj-fav-chip .fav-data {
        margin-top: 0;
        vertical-align: top;
        margin-bottom: 12px;
    }

    .prj-fav-chip .fav-inf {
        height: 15px;
        line-height: 15px;
        margin-top: 5px;
    }

    .prj-fbx.open .container {
        padding-left: 8px;
        padding-right: 12px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        border-bottom: 1px solid #696461;
        padding-top: 5px;
        column-gap: 10px;
    }

    .prj-fbx.open .head {
        border-bottom: none;
    }

    .mpm-sel {
        width: 100%;
        display: flex;
    }

    .prj-chip {
        width: calc(100% - 12px);
        height: 126px;
        margin-left: 12px;
        border-bottom: 1px solid var(--az-color);
        padding: 0;
    }

    .prj-chip-btts,
    .prj-edit,
    .prj-chip-comt,
    .prj-chip-txt {
        display: none;
    }

    .prj-chip .img-hold {
        width: 165px;
        height: 93px;
        margin-top: 1rem;
    }

    .prj-chip-l {
        width: auto;
    }

    .prj-chip-r {
        margin-top: 1rem;
    }

    .prj-chip-l {
        width: 165px;
    }

    .prj-chip-r {
        width: calc(100% - 180px);
        margin-left: 15px;
        position: relative;
    }

    .prj-chip-name,
    .prj-chip-date {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .btt-pic-dat {
        display: block;
        width: 23px;
        height: 18px;
        position: absolute;
        right: 0;
        bottom: 1rem;
    }

    .btt-pic-dat .ico {
        width: 100%;
        height: 100%;
        background-size: 100%;
        transform: rotate(180deg);
        cursor: pointer;
    }

    .prj-pic.m-show .prj-pic-main {
        display: none;
    }

    .prj-pic.m-show .prj-pic-dat {
        display: block;
    }

    .prj-pic-dat .dat-img {
        width: 100%;
    }

    .prj-pic-dat .dat-pic {
        height: 219px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .prj-fav {
        /* border-top: 1px solid #696461;
        margin-top: 1rem; */
        height: calc(100% - 1rem);
    }

    .pg.prj-dat,
    .pg.prj-fav {
        height: calc(100% - 1rem);
        min-height: calc(100% - 1rem);
    }

    .prj-ftm {
        border-bottom: 1px solid #696461;
        margin-top: 1rem;
        margin-left: 1rem;
    }

    .dat-btm {
        margin-left: 11px;
        margin-right: 11px;
        margin-top: 16px;
        display: flex;
        justify-content: space-between;
    }

    .dat-btm-l {
        color: #000;
        width: calc(100% - 26px);
    }

    .dat-btm-r {
        width: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dat-btm-r .ico {
        width: 100%;
        height: 100%;
    }

    .dat-txt-2 {
        margin-top: 24px;
    }

    .dat-txt-com,
    .dat-txt-date {
        margin-top: 4px;
    }

    .btt-dat-edt,
    .btt-dat-opt,
    .btt-dat-shr,
    .btt-dat-del {
        cursor: pointer;
    }

    .btt-dat-opt,
    .btt-dat-shr,
    .btt-dat-del {
        margin-top: 1.5rem;
    }

    .btt-dat-edt {
        width: 24px;
        height: 24px;
    }

    .btt-dat-opt {
        width: 24px;
        height: 24px;
    }

    .btt-dat-shr {
        width: 22px;
        height: 24px;
    }

    .btt-dat-del {
        width: 17px;
        height: 24px;
    }

    .dat-btt-back {
        height: 31px;
        line-height: 31px;
        cursor: pointer;
        color: var(--af-color);
        background-color: var(--az-color);
        width: fit-content;
        padding: 0px 12px;
        box-shadow: 0px 0px 10px #00000029;
        border-radius: 24px;
    }

    .dat-btt-con {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        height: 5rem;
    }

    .prj-pg .prj-dat {
        margin: 0px 11px 0px 11px;
        width: calc(100% - 22px);
        height: auto;
        min-height: auto;
        padding-bottom: 2rem;
        padding-top: 1.5rem;
        color: #000;
        padding-right: 0rem;
    }

    .mpm-main.s-add.m-sel {
        margin-top: 0;
        height: 100%;
    }

    .mpm-main.s-add.m-sel .mpm-add {
        width: 100%;
    }

    .mpm-main.s-add.m-sel .prj-head {
        height: 59px;
        display: block;
        background-color: #fff;
        line-height: 59px;
    }

    .mpm-main.s-add.m-sel .add-inp {
        width: calc(100% - 143px);
    }

    .mpm-main.s-add.m-sel .prj-head .txt {
        padding-top: 8px;
    }


    .add-field {
        display: none;
        width: 100%;
        overflow: hidden;
    }

    .add-field.open {
        display: block;
    }

    .add-text {
        width: calc(100% - 28px);
        margin-left: 11px;

    }

    .mpm-add .line {
        width: calc(100% - 22px);
        margin-left: 11px;
    }

    .add-more {
        display: flex;
        justify-content: center;
        margin-top: 18.5px;
    }

    .add-more-btt .more-txt-close {
        display: none;
    }

    .add-more-btt {
        display: flex;
        cursor: pointer;
    }

    .add-more-btt .ico {
        width: 15px;
        height: 13px;
        margin-right: 8px;
    }

    .add-more-btt .more-txt {
        height: 13px;
        line-height: 13px;
        color: var(--az-color);
    }

    .mpm-add.m-more .more-txt-open {
        display: none;
    }

    .mpm-add.m-more .add-field {
        display: block;
    }

    .mpm-add.m-more .add-more-btt .more-txt-close {
        display: block;
    }

    .mpm-add.m-more .add-more-btt .ico {
        transform: rotate(180deg);
    }

    .mpm-srch .btt-add {
        margin-right: 10px;
    }

    .prj-data {
        height: calc(100% - 69px);
        overflow: auto;
        margin-left: 279px;
    }

    .mod-apm {
        width: 100%;
        height: 100%;
    }

    .mod-apm .front {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
    }

    .mod-apm .mpm-head {
        width: 100%;
    }

    .mod-apm .mpm-list {
        margin-top: 0;
        height: 100%;
    }

    .mod-apm .front {
        background-color: #DCDCDC;
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
    }

    .mod-apm .mpm-main {
        height: calc(100% - 53px);
        top: 53px;
    }

    .mod-apm .mpm-srch {
        margin-top: 0;
    }

    .mod-apm .mpm-head .bttClose {
        right: 1rem;
    }

    .mod-apm .mpm-main {
        width: 100%;
    }

    .mod-apm .mpm-sel {
        background-color: #fff;
    }

    .mod-apm .save-hold.shown {
        width: 279px;
    }

    .mod-pm.m-padd .front {
        background-color: #fff;
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
    }

    .mod-pm.m-padd .prj-data {
        height: calc(100% - 69px);
        overflow: auto;
        margin-left: 0;
    }

    .mod-pm.m-padd .mpm-main {
        width: 100%;
    }

    .mod-pm .bttLogOut {
        top: 18px;
        left: 246px;
        z-index: 1;
    }

    .prh-chip .ico-pq {
        display: block;
    }

    .prh-chip .ico-dt,
    .prh-chip .ico-ph {
        display: none;
    }

    .prh-chip {
        height: auto;
    }

    .prh-ca {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        padding-bottom: 2rem;
    }

    .prj-pic .help-one .ico-pq {
        height: 77px;
    }

    .prj-pic .help-two .ico-pq {
        height: 201px;
    }

    .prj-pic .help-three .ico-pq {
        height: 121px;
    }

    .prj-pic .help-four .ico-pq {
        height: 200px;
    }

    /* --- */

    .prj-fav .help-one .ico-pq {
        height: 258px;
    }

    .prj-fav .help-two .ico-pq {
        height: 201px;
    }

    .prj-fav .help-three .ico-pq {
        height: 298px;
    }

    .prj-fav .help-four .ico-pq {
        height: 200px;
    }

    .prj-pic-main {
        padding-bottom: 0rem;
    }

    .ico-pq {
        margin: 24px 0px;
    }

    .prh-head {
        height: 66px;
        line-height: 66px;
    }

    .prj-room-help,
    .prj-fav-help {
        z-index: 1;
        width: calc(100% - 234px);
        position: absolute;
        height: 100%;
    }

    .prh-cnt {
        overflow: auto;
        height: calc(100% - 64px);
    }

    .prj-room-help,
    .prj-fav-help {
        background-color: #DCDCDC;
        padding-bottom: 1rem;
    }
}