
[mn="7015"] {
    background-attachment: fixed;
    --itmdiv: 4
}  
[mn="7015"] .itms {
    margin: 0 -8px;
    padding-top: 10px;
    line-height: 1.1; 
}

[mn="7015"] .itm {
    flex: 0 0 calc(100% / var(--itmdiv));
    max-width: calc(100% / var(--itmdiv));
    padding: 9px 8px 21px; 

    .post{
        font-size: 80%;
    }
    .infobx-{
        padding: 0 9px;
    }

    .mediabx{
        --iconclr: #000;
        --iconhovclr: #fff;
        --bgclr: #fff;
        --bghovclr: var(--clr02);
        --a-pd: 11px;

        width: 100%;

        &>*{
            justify-content: flex-end;
        }

        .unit{
            border: 1px solid #eee;
        }
    }

    .titlebx > *{
        border-bottom: 1px solid #eee;
        padding: 0 0 9px;
    }
} 

[mn="7015"] .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="7015"] .infobx { 
    transition: all ease-in-out .4s;
    width: 100%;
    flex: 1 0 0;
}
[mn="7015"] ._subttl {
    margin: 6px 0;
}
[mn="7015"] .ttl {  
    margin: 6px 0 0; 
    font-family: var(--ft-t2)
}
 
[mn="7015"] .bimgbx.profile {
    z-index: 1;
    .bimg {
        --bpt: 70%;
        transition: all ease-in-out .4s;
        transform: scale(1); 
    }
}  
[mn="7015"] .btn {
    padding: 9px;
    background-color: transparent;
    border: 0;
    color: var(--clr04x, #aaa)
} 
[mn="7015"] .itm>* {
    height: 100%; 
    border: 1px solid #eee;
    cursor: pointer;
}
[mn="7015"] .itm.mitgal>*:hover div.add {
    opacity: 1;
}

[mn="7015"] .itm>*>* {
    flex-direction: column
}


[mn="7015"] .date {
    font-size: 80%;
}

[mn="7015"] .bimg-w {
    background-color: #000;
}

@media screen and (max-width: 767px) {
    [mn="7015"] {
        --itmdiv: 3;
    }
}

@media screen and (max-width: 575px) { 
    [mn="7015"] {
        --itmdiv: 2;
    }
}

.licht7015.licht .contbx > .contbx-w {
    padding: 35px;
}
.licht7015 .infobx { 
background-color: #fff;
position: sticky;
top: 0;
padding: 15px 0;
}
.licht7015 .infobx > * ~ * {
margin: 6px 0 0;
}

.licht7015 .profile .bimgbx {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}
.licht7015 .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%;
}
.licht7015 .profile .bimg {
    --bpt: 120%;
    transition: all ease-in-out .4s;
    transform: scale(1);
    border-radius: 6px;
}
.licht7015 ._subttl {
    margin: 0 0 15px;
    font-family: var(--ft-t1);
    font-style: italic;
    color: var(--clr04)
}
.licht7015 .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;
}
.licht7015 .mediabx {
    --iconclr: #fff;
    --iconhovclr: #fff;
    display: inline-block;
    vertical-align: middle;
}
.licht7015 .mediabx a {
    padding: 9px; 
}
.licht7015 p[style*="margin-left:40px"] {
    border-left: 3px solid #333;
    padding-left: 21px;
    margin-left: 0!important;
}
.licht7015 .btnCtlr i {
    color: var(--clr06)
}
.licht7015 .btnCtlr > * {
    cursor: pointer;
}