/* [mn="1504"] .postlist .btn {
padding: 0;
min-width: auto;
background-color: transparent;
border: 0;
color: var(--clr04);
font-size: inherit;
} */
[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 {
    padding: 30px;
    background-color: #eee;
    border-radius: 15px;
    max-width: 100%;
    width: 900px;
    margin: 0 auto;

    & h1 {
    font-size: 220%;
    }
    .ttldecor-btm {
        border-bottom: 6px solid var(--clr01);
    }
    .backbtn {
        margin: 15px 0 0;
    }
    ._ittl {
        margin: 9px 0;
    }
    ._date {
        font-family: var(--ft-t1);
        color: var(--clr01);
    }
    .titlebx {
        margin: 0 0 21px;
    }
}
[mn="1504"] .postbx .imgObj {
    max-width: 100%;
    max-height: 70vh;
    margin: 0 auto;
    
}
[mn="1504"] .postbody {
    width: 100%;
    max-width: 800px; 
    /* padding: 0 15px; */
    line-height: 2;
    color: #666;
    text-align: justify;
}
/* ============================== */
 


