/* [mn="1504"] .postlist .btn {
padding: 0;
min-width: auto;
background-color: transparent;
border: 0;
color: var(--clr04);
font-size: inherit;
} */
[mn="1504"] {

    .divlrbx {
        .tmp {
            --count: 3;
        } 
    }

    .tmp-4-2 {
        .date{
            padding: 0;
            margin: 0;
            border: 0;
            background-color: transparent;
        }

        .bimgbx{
            margin: 0;

            .bimgw{
                margin-bottom: 6px;
            }
        } 
    }
    
}
[mn="1504"] [catid] { 
    padding: 3px 15px;
    line-height: 1;
    transition: .6s all ease;
    cursor: pointer;
    margin: 3px 0;
    position: relative;
    font-family: var(--ft-t1);
    font-size: calc(18 / 16 * 100%);
    text-transform: uppercase;
} 
[mn="1504"] [catid]:hover,
[mn="1504"] [catid].active { 
    /* text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px; */ 
    color: var(--clr03);
} 
[mn="1504"] [catid]:after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: var(--clr01x, #999);
    rotate: 15deg;
    top: 0;
    right: 0
}

[mn="1504"] [catid]:last-child:after {
    display: none
}
[mn="1504"] .catbx { 
    margin: 0 0 15px;
    display: none;
} 
[mn="1504"] .rowitm .h4 { 
    padding: 0;
    margin: 0;
    border: 0;
} 
[mn="1504"] .rowitm .h4:after { 
    display: none;
} 
@media (max-width: 991px) {
    [mn="1504"] .tabbx  {
        display: none;
    }
}
[mn="1504"] .divlrw {
    margin: 0 -15px
}
[mn="1504"] .divlr- {
    --div: 300px; 
    padding: 0 15px;
}
[mn="1504"] .divlr-.l,
[mn="1504"] .divlr-.r {
    flex: 0 0 100%;
    max-width: 100%
}  
[mn="1504"] .mediabx.sharer {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}  
@media (max-width: 575px) {
    [mn="1504"] .mediabx.sharer {
        position: relative;
        margin: 0 0 6px;
    }  
}
/* ============================== */
[mn="1504"] .postbx.inner { 
    max-width: 100%; 
    margin: 0 auto;

    & h1 {
    font-size: 220%;
    } 
    .backbtn {
        margin: 15px 0 0;
    }
    ._ittl {
        margin: 9px 0;
    }
    ._date {
        font-family: var(--ft-t1); 
    }
    .titlebx {
        margin: 0 0 21px;
    }
    .blurb{
        margin: 0 0 30px;
    }
}
[mn="1504"] .postbx {

    width: 900px;
    max-width: 100%;
    margin: 0 auto;

    .imgObj {
        max-width: 100%; 
        margin: 0 auto;
        width: 100%;
        
    }
    .blurb{
        & ul{
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            margin: 15px 0;
            padding: 0;
            border-bottom: 1px solid #000;
            border-top: 1px solid #000;

            & > li {
                padding: 15px;
            }
            & > li ~ li{
                border-left: 1px solid #000;
            }

            & > li:nth-child(1){
                flex: 1 0 0;
            }

            @media(width<991px){
                & > li {
                    flex: 0 0 100%;
                    max-width: 100%;
                }
                & > li ~ li{
                    border-left: 0;
                    border-top: 1px solid #000;
                }
            }
        }
    }
}


[mn="1504"] .postbody {
    width: 100%; 
    /* padding: 0 15px; */
    /* line-height: 2; */
    color: #333;
    text-align: justify;

    .categorylistbx.galbx {
        --listset-count: 3;

        @media( width<991px ){
            --listset-count: 2;
        }
        @media( width<575px ){
            --listset-count: 1;
        }
        
    }
}
/* ============================== */
 


