:root {
    --ElFrmThNws-bg1: #fff;
    --ElFrmThNws-bg2: #000;
    --ElFrmThNws-bg3: #ddd;
    --ElFrmThNws-bg4: #eee;
    --ElFrmThNws-bg5: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    --ElFrmThNws-clr1: #000;
    --ElFrmThNws-clr2: #fff;
    --ElFrmThNws-clr3: #4b5ea6;
    --ElFrmThNws-clr4: #555;
    --ElFrmThNws-brd-1: #4b5ea6;
    --ElFrmThNws-shd1: 0 0 0 1px rgba(53, 72, 91, 0.14), 0 3px 2px rgba(0, 0, 0, 0.04), 0 7px 7px rgba(0, 0, 0, 0.03);
    --scrl-track-bg: #eee;
    --scrl-thumb-bg: #aaa;
    --vj-fnt-ElRsTl1: 'Inter', system-ui, sans-serif;
    --vj-fnt-ElRsTl2: 'Noto Sans Devanagari', sans-serif;
}



*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    min-height: 100%;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: var(--vj-cl-ElRsTl1);
}

a:active,
a:hover {
    outline-width: 0
}

*,
a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

ul,
ol,
li {
    list-style: none;
}

b,
strong {
    font-weight: bolder;
}

blockquote,
q {
    quotes: none
}

mark {
    background-color: transparent;
    color: inherit
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

svg:not(:root) {
    overflow: hidden
}


button,
input,
select,
textarea {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    appearance: none
}

.clear-fix:after,
.clear-fix:before {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

html {
    font-size: 16px;
    line-height: 1;
}

.ElFrmThNws_icn {
    --size: 1em;
    font-size: var(--size);
    height: 1em;
    width: 1em;
    display: inline-block;
    color: var(--vj-cl-dr);
    fill: currentColor;
    line-height: 1;
    flex-shrink: 0;
    max-width: initial
}

.ElFrmThNws_wrp {
    width: 100%;
    position: relative;
}

.ElFrmThNws_wrp * {
    font-family: var(--vj-fnt-ElRsTl1);
}

.ElFrmThNws_inn {
    width: 100%;
}

.ElFrmThNws_crd-wrp {
    width: 100%;
    padding: 0 0 0 5px;
    position: relative;
    display: flex;
}

.ElFrmThNws_crd-list {
    width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 1px;
}

.ElFrmThNws_crd-list::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--ElFrmThNws-bg3);
    position: absolute;
    left: 0;
    top: 0
}

.ElFrmThNws_head-wrp {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: .875rem;
    font-weight: 600;
    color: var(--ElFrmThNws-clr3);
    position: relative;
    margin-bottom: 15px
}

.ElFrmThNws_head-wrp::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    width: 12px;
    height: 12px;
    background: var(--ElFrmThNws-bg1);
    border-radius: 50%;
    border: 2px solid var(--ElFrmThNws-brd-1)
}

.ElFrmThNws_Date-wrp {
    margin-left: 5px;
    padding-left: 5px;
    border-left: solid 1px var(--ElFrmThNws-clr3)
}

.ElFrmThNws_crd-item {
    width: 100%;
    position: relative;
    padding: 15px;
    background-color: var(--ElFrmThNws-bg1);
    box-shadow: var(--ElFrmThNws-shd1);
    border-radius: 6px;
    margin-top: 1px;
}



.ElFrmThNws_crd-item:not(:first-child) {
    margin-top: 15px;
}

.ElFrmThNws_bdy-wrp {
    color: var(--ElFrmThNws-clr1);
}

.ElFrmThNws_crd-item::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid var(--ElFrmThNws-clr3);
    position: absolute;
    left: -5px;
    top: 17px
}

.ElFrmThNws_ttl {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    color: var(--ElFrmThNws-clr1);
}

.ElFrmThNws_para {
    font-size: 0.938rem;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 10px;
    color: var(--ElFrmThNws-clr1);
}

.ElFrmThNws_img {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.ElFrmThNws_img img,
.ElFrmThNws_img svg,
.ElFrmThNws_img video {
    max-width: 100%;
    width: 100%;
    display: block;
}

.ElFrmThNws_img~.ElFrmThNws_ttl {
    margin-top: 10px;
}



.ElFrmThNws_crd-item::after,
.ElFrmThNws_more,
.scroll-indicator {
    display: none;
}



@media screen and (max-device-width: 560px) {
    .ElFrmThNws_crd-wrp {
        padding: 0;
        overflow: hidden;
        overflow-x: auto;
    }

    .ElFrmThNws_crd-wrp::-webkit-scrollbar {
        display: none;
    }

    .ElFrmThNws_crd-list {
        display: flex;
        flex-wrap: nowrap;
        width: auto;
        float: left;
        padding: 0;
    }

    .ElFrmThNws_crd-list::before,
    .ElFrmThNws_crd-list::after,
    .ElFrmThNws_head-wrp::before,
    .ElFrmThNws_crd-item::before {
        display: none;
    }

    .ElFrmThNws_crd-item {
        width: 80vw;
        float: left;
        margin: 1px 0 5px 15px;
        height: 100%;
        max-height: 300px;
        position: relative;
        overflow: hidden;
    }

    .ElFrmThNws_crd-item:last-child {
        margin-right: 15px;
    }

    .ElFrmThNws_crd-item::-webkit-scrollbar {
        display: none;
    }

    .ElFrmThNws_crd-item:not(:first-child) {
        margin-top: 1px;
    }

    .ElFrmThNws_crd-item:last-child {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        flex-direction: column;
    }

    .ElFrmThNws_crd-item::after {
        content: "";
        width: calc(100% + 30px);
        margin-left: -15px;
        height: 100px;
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        bottom: -15px;
        display: block;
        background: var(--ElFrmThNws-bg5);
    }

    .VrtScl-on .ElFrmThNws_crd-item {
        overflow-y: auto;
    }

    .VrtScl-on .ElFrmThNws_crd-item::-webkit-scrollbar-track {
        display: block;
        border-radius: 10px;
        background-color: var(--scrl-track-bg);
    }

    .VrtScl-on .ElFrmThNws_crd-item::-webkit-scrollbar {
        width: 5px;
        display: block;
    }

    .VrtScl-on .ElFrmThNws_crd-item::-webkit-scrollbar-thumb {
        display: block;
        border-radius: 10px;
        background-color: var(--scrl-thumb-bg);
    }

    .VrtScl-on .ElFrmThNws_crd-item::after {
        display: none;
    }


    .ElFrmThNws_crd-item:last-child:after {
        display: none;
    }

    .ElFrmThNws_more {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px;
        margin-bottom: 10px;
        background-color: var(--ElFrmThNws-bg4);
        color: var(--ElFrmThNws-clr1);
    }

    .loadmore {
        font-size: 0.938rem;
        line-height: 1.5;
        font-weight: 400;
        color: var(--ElFrmThNws-clr1);
    }

    .scroll-indicator {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    .scroll-info {
        width: 100%;
        height: 36px;
        appearance: none;
        -webkit-appearance: none;
        background-color: var(--ElFrmThNws-bg4);
        border: 0;
        outline: 0;
        border-radius: 4px;
        padding: 5px;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: var(--ElFrmThNws-clr4);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scroll-icon {
        width: 20px;
        height: 20px;
        display: inline-flex;
        flex-shrink: 0;
    }

    .scroll-icon svg {
        width: 100%;
        display: block;
    }

    .scroll-txt {
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
        color: var(--ElFrmThNws-clr4);
    }

}

@media screen and (min-device-width: 561px) {
    .ElFrmThNws_crd-item {
        background-color: transparent;
        box-shadow: none;
    }

    .ElFrmThNws_crd-item::before {
        display: none;
    }


    .ElFrmThNws_crd-item {
        padding: 10px 0;
    }


    .ElFrmThNws_head-wrp::before {
        left: -20px;
    }

    .loadmore {
        display: inline-flex;
        align-items: center;
        padding: 5px 25px;
        min-height: 40px;
        background-color: var(--ElFrmThNws-bg4);
        border-radius: 50px;
        box-shadow: var(--ElFrmThNws-shd1);
        cursor: pointer;
        color: var(--ElFrmThNws-clr1);
    }

    .loadmore::after {
        content: "";
        flex-shrink: 0;
        display: inline-flex;
        border: solid var(--ElFrmThNws-clr1);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-left: 10px;
    }
}