
[mn="7018"] {
    background-attachment: fixed;
    --itmdiv: 4
} 
/* [mn="7018"] ._secttl:after {
    content: '';
    display: block;
    width: 120vw;
    height: 100%;
    background-color: var(--clr01);
    right: 0%;
    top: 0%;
    position: absolute;
    z-index: -1;
    translate: 0 0;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 45px) 100%, 0% 100%);
} */
[mn="7018"] .itms {
    margin: 0 -21px;
    padding-top: 10px
}

[mn="7018"] .itm {
    flex: 0 0 calc(100% / var(--itmdiv));
    max-width: calc(100% / var(--itmdiv));
    padding: 9px 21px 30px;
    text-align: center
}

[mn="7018"] .itm>div {
    height: 100%; 
} 

[mn="7018"] .txt .smr {
    font-size: 80%;

    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 15px;
}

[mn="7018"] .infobx {
    line-height: 1.1;
    margin: 3px 0 0;
    padding: 9px 0;
    transition: all ease-in-out .4s;
    width: 100%;
    flex: 1 0 0;
}
[mn="7018"] ._subttl {
    margin: 6px 0;
}
[mn="7018"] .ttl { 
    font-size: 120%;
    margin: 6px 0 0;
    color: var(--clr01);
    font-family: var(--ft-t1)
}
 
[mn="7018"] .bimgbx {
    z-index: 1
}
[mn="7018"] .bimgbx:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 11px;
    left: 11px;
    background-color: var(--clr06);
    border-radius: 0 0 0 21%;
}
[mn="7018"] .bimg {
    --bpt: 120%;
    transition: all ease-in-out .4s;
    transform: scale(1);
    border-radius: 0 0 0 21%;
}
[mn="7018"] .btn {
    padding: 9px;
    background-color: transparent;
    border: 0;
    color: var(--clr04x, #aaa)
}
/* [mn="7018"] .bimg:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: var(--clr01);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: .4s all ease;
    display: block;
    content: '';
    
}
[mn="7018"] .itm.mitgal>*:hover .bimg:after { 
    opacity: .5; 
}

[mn="7018"] .itm.mitgal>*:hover .bimg {
    transform: scale(1.05); 
} */ 

[mn="7018"] .itm>* {
    cursor: pointer;
}
[mn="7018"] .itm.mitgal>*:hover div.add {
    opacity: 1;
}

[mn="7018"] .itm>*>* {
    flex-direction: column
}


[mn="7018"] .date {
    font-size: 80%;
}

[mn="7018"] .bimg-w {
    background-color: #000;
}

@media screen and (max-width: 767px) {
    [mn="7018"] {
        --itmdiv: 3;
    }
}

@media screen and (max-width: 575px) { 
    [mn="7018"] {
        --itmdiv: 2;
    }
}

.licht7018.licht .contbx > .contbx-w {
    padding: 35px;
}
.licht7018 .infobx { 
background-color: #fff;
position: sticky;
top: 0;
padding: 15px 0;
}
.licht7018 .infobx > * ~ * {
margin: 6px 0 0;
}

.licht7018 .profile .bimgbx {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}
.licht7018 .profile .bimgbx:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 11px;
    left: 11px;
    background-color: var(--clr06);
    border-radius: 0 0 0 21%;
}
.licht7018 .profile .bimg {
    --bpt: 120%;
    transition: all ease-in-out .4s;
    transform: scale(1);
    border-radius: 0 0 0 21%;
}
.licht7018 ._subttl {
    margin: 0 0 15px;
    font-family: var(--ft-t1);
    font-style: italic;
    color: var(--clr04)
}
.licht7018 .ttl {
    display: flex;
    justify-content: space-between;

    border: 0;
    border-bottom: 6px solid #ccc;
    border-image: linear-gradient(-90deg, var(--clr05) 0%, var(--clr05) 50%, var(--clr02) 50%, var(--clr02) 100%) 1;
    padding: 0 0 6px;
    margin: 0 0 3px;
    color: inherit;
}
.licht7018 .mediabx {
    --iconclr: #fff;
    --iconhovclr: #fff;
    display: inline-block;
    vertical-align: middle;
}
.licht7018 .mediabx a {
    padding: 6px;
    border-radius: 50%;
}
.licht7018 p[style*="margin-left:40px"] {
    border-left: 3px solid #333;
    padding-left: 21px;
    margin-left: 0!important;
}
.licht7018 .btnCtlr i {
    color: var(--clr06)
}
.licht7018 .btnCtlr > * {
    cursor: pointer;
}