 

[mn="7200"] { 
    padding: 0; 
} 
[mn="7200"] .rowbxlist {
    padding: 60px 0; 
} 
[mn="7200"] .verticalbar:after {
    height: 40px;
    width: 40px;
    right: 0;
    bottom: 50%;
    transform: translate(50%, 50%) rotate(45deg) ;
    background-color: var(--clr03);
}
[mn="7200"] .rowbxlist:nth-child(even) {
    /* background-color: #ebebeb; */
}
[mn="7200"] .rowbxlist:nth-child(even) .verticalbar:after { 
    right: auto;
    left: 0;
    transform: translate(-50%, 50%) rotate(45deg) ;
    background-color: var(--clr05)
}
[mn="7200"] .rowbxlist:nth-child(even) .rowcont .row, 
[mn="7200"] .rowbxlist:nth-child(even) .itm.lr-w {
    flex-direction: row-reverse
} 
[mn="7200"] .bg-mask {
    background-color: #fff
}
[mn="7200"] .textbx {
    padding: 0 0 0 0;
    max-width: calc(100% - 30px);
    width: 500px;
    margin: 0 auto;
    /* text-align: justify; */ 
}
[mn="7200"] .rowbxlist .rowcont {
    min-height: 50vh;
}
[mn="7200"] .itm.lr-w {
    flex: 0 0 100%;
    max-width: 100%; 
    /* flex-direction: row-reverse;  */
    padding: 0;
}  
[mn="7200"] .itm .l,
[mn="7200"] .itm .r {
    flex: 0 0 50%;
    max-width: 50%; 
}
[mn="7200"] .itm .l {
    min-height: 300px
} 
[mn="7200"] .ttldecor-btm {
    border-bottom: 3px solid #ccc;
} 
/* [mn="7200"] .itm .l:after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    display: block; 
    height: 100%;
    width: 250px;
    background: rgb(236,241,243);
    background: linear-gradient(90deg, rgba(236,241,243,1) 0%, rgba(236,241,243,0) 100%);
}  */

[mn="7200"] ._subttl {
    font-family: var(--ft-t1);
}
[mn="7200"] .textbx ~ .textbx  { 
    margin: 30px 0 0;
}  
[mn="7200"] .main {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
} 
 
@media (max-width: 575px) {  
    [mn="7200"] .rowbxlist .rowcont {
        min-height: auto;
    }
    [mn="7200"] .rowbxlist {
        padding: 25px 0;
    }
    [mn="7200"] .textbx {
    padding: 0  0 0 0 !important
}
    [mn="7200"] .itm .l:after { 
        display: none
    }
    [mn="7200"] .main {
        position: inherit; 
        padding: 15px
    } 
    [mn="7200"] .itm .l,
    [mn="7200"] .itm .r {
        flex: 0 0 100%;
        max-width: 100%
    } 
} 