:root {
    --vj-bg-ElRsTl1: #ffffff;
    --vj-bg-ElRsTl2: #f5f8fa;
    --vj-bg-ElRsTl3: #dddddd;
    --vj-bg-ElRsTl4: rgb(50 120 1/100%);
    --vj-bg-ElRsTl5: rgb(50 120 1/65%);
    --vj-bg-ElRsTl6: #000000;
    --vj-bg-ElRsTl7: rgba(216, 246, 255, 0.15);
    --vj-bg-ElRsTl8: rgba(253, 243, 206, 0.15);
    --vj-bg-ElRsTl9: rgba(253, 206, 206, 0.15);
    --vj-bg-ElRsTl10: #f2f5fe;
    --vj-bg-ElRsTl11: #3e5279;
    --vj-bg-ElRsTl12: #f0f8ff;
    --vj-bg-bjp: rgb(244, 113, 31);
    --vj-bg-cong: rgb(25, 170, 237);
    --vj-bg-jds: rgb(0, 186, 63);
    --vj-bg-bjp10: #fef1ea;
    --vj-bg-cong10: #ebf6fe;
    --vj-bg-jds10: #eaf8ec;
    --vj-cl-ElRsTl1: #000000;
    --vj-cl-ElRsTl2: #ffffff;
    --vj-cl-ElRsTl3: #c0c0c0;
    --vj-cl-ElRsTl4: #555;
    --vj-cl-ElRsTl5: #305ca4;
    --vj-cl-ElRsTl6: #ccd8eb;
    --vj-brd-ElRsTl1: #eaeaea;
    --vj-brd-ElRsTl2: rgba(0 0 0 /20%);
    --vj-shd-ElRsTl1: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0) 80%);
    --vj-fnt-ElRsTl1: -apple-system, 'Inter', system-ui, sans-serif;
}


.ElTl_icn {
    height: 1em;
    width: 1em;
    display: inline-block;
    color: currentColor;
    fill: currentColor;
    line-height: 1;
    flex-shrink: 0;
    max-width: initial;
}

.ElTl_wrp {
    width: 100%;
    background-color: var(--vj-bg-ElRsTl1);
    border-radius: 6px;
    position: relative;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .03);
    border: solid 1px var(--vj-brd-ElRsTl1);
    display: inline-block;
}

.ElTl_wr {
    display: inline-block;
    width: 100%;
}

.ElTl_wrp-inr {
    width: 100%;
    position: relative;
}

.ElTl_tbl {
    border-collapse: collapse;
    width: 100%;
}

.ElTl_thed-stky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 109;
}

@media screen and (min-width:561px) {
    .ElTl_top-stky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 109;
        border-bottom: solid 1px var(--vj-brd-ElRsTl1);
    }

}





.ElTl_tr {
    border-bottom: 1px solid var(--vj-brd-ElRsTl1)
}

.ElTl_cell {
    background-color: var(--vj-bg-ElRsTl1);
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    color: var(--vj-cl-ElRsTl1);
    line-height: 18px;
    text-align: left;
    position: relative;
}

.ElTl_th {
    height: 50px;
    font-weight: 500;
    background-color: var(--vj-bg-ElRsTl2);
}

.ElTl_th:last-child,
.ElTl_cell:last-child {
    border-right: none;
}

.ElTl_cell-ttl {
    position: relative;
}

.ElTl_bdy .ElTl_tr:hover .ElTl_cell {
    background-color: var(--vj-bg-ElRsTl2);
}


.ElTl_srt {
    -webkit-user-select: none;
    user-select: none;
}

.ElTl_srt-icn {
    --size: 10px;
    margin-left: 4px;
}

.ElTl_cell-srtWrp {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
}

.ElTl_srt-up,
.ElTl_srt-dwn {
    fill: var(--vj-cl-ElRsTl3);
}

.ElTl_srt-act {
    fill: var(--vj-cl-ElRsTl1);
}


.ElTl_cell-div {
    display: flex;
    align-items: center;
    position: relative;
}

.ElTl_cell-ttlFill {
    font-weight: 700;
    padding-left: 30px;
    position: relative;
}

.ElTl_cell-ttlFill::before {
    content: "-";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}


.ElTl_srNum {
    width: 20px;
    height: 20px;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: -9px;
    color: var(--vj-cl-ElRsTl4);
    background-color: var(--vj-bg-ElRsTl1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--vj-brd-ElRsTl1);
    z-index: 1;
    font-weight: 700;

}


.ElTl_img-Thmb {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 0.625rem;
    position: relative;
    overflow: hidden;
    box-shadow: 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)
}

.ElTl_img-Thmb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.ElTl_pty-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 5px;
}

.ElTl_pty-symbLM {
    display: block;
}

.ElTl_pty-symbDM {
    display: none;
}


.ElTl_sts {
    min-width: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 3px 0px;
    background-color: var(--vj-bg-ElRsTl3);
    color: var(--vj-cl-ElRsTl1);
}

.ElTl_sts-gains,.ElTl_sts-gain {
    background-color: var(--vj-bg-ElRsTl4);
    color: var(--vj-cl-ElRsTl2);
}


.ElTl_sts-holds,.ElTl_sts-hold {
    background-color: var(--vj-bg-ElRsTl5);
    color: var(--vj-cl-ElRsTl2);
}


.ElTl_col-hl1 {
    background-color: var(--vj-bg-ElRsTl7);
    border-left: solid 1px var(--vj-brd-ElRsTl1);
}

.ElTl_col-hl2 {
    background-color: var(--vj-bg-ElRsTl8);
}


.ElTl_col-hl3 {
    background-color: var(--vj-bg-ElRsTl9);
}



.ElTl_col-hl1+.ElTl_col-hl1,
.ElTl_col-hl2+.ElTl_col-hl2,
.ElTl_col-hl3+.ElTl_col-hl3 {
    border-right: solid 1px var(--vj-brd-ElRsTl1);
}





.ElTl_bgTxt-bjp,
.ElTl_bdy .ElTl_tr:hover .ElTl_bgTxt-bjp {
    background-color: var(--vj-bg-bjp);
    color: var(--vj-cl-ElRsTl2);
    border-left: none;
}

.ElTl_bgTxt-cong,
.ElTl_bdy .ElTl_tr:hover .ElTl_bgTxt-cong {
    background-color: var(--vj-bg-cong);
    color: var(--vj-cl-ElRsTl2);
    border-left: none;
}

.ElTl_bgTxt-jds,
.ElTl_bdy .ElTl_tr:hover .ElTl_bgTxt-jds {
    background-color: var(--vj-bg-jds);
    color: var(--vj-cl-ElRsTl2);
    border-left: none;
}

.ElTl_hlbjp,
.ElTl_bdy .ElTl_tr:hover .ElTl_hlbjp {
    background-color: var(--vj-bg-bjp10);
    border-right: solid 1px var(--vj-brd-ElRsTl1);
}

.ElTl_hlcong,
.ElTl_bdy .ElTl_tr:hover .ElTl_hlcong {
    background-color: var(--vj-bg-cong10);
    border-right: solid 1px var(--vj-brd-ElRsTl1);
}

.ElTl_hljds,
.ElTl_bdy .ElTl_tr:hover .ElTl_hljds {
    background-color: var(--vj-bg-jds10);
    border-right: solid 1px var(--vj-brd-ElRsTl1);
}



.ElTl_arw-spc {
    width: 32px;
    position: relative;
}




.ElTl_brd-bjp,
.ElTl_brd-cong,
.ElTl_brd-jds {
    position: relative;

}

/* .ElTl_brd-bjp .ElTl_td:first-child::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--vj-bg-bjp);
    
} */

.eltl_cell-brd-lft_hig {
    width: 5px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
}

.ElTl_brd-bjp .ElTl_td,
.ElTl_bdy .ElTl_brd-bjp:hover .ElTl_td {
    background-color: var(--vj-bg-bjp10);
}


.ElTl_brd-cong .ElTl_td:first-child::before,
.ElTl_brd-cong~.ElTl_Sub-tr .ElTl_tbl-inWrp .ElTl_td:first-child::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--vj-bg-cong);
    ;
}

.ElTl_brd-cong .ElTl_td,
.ElTl_bdy .ElTl_brd-cong:hover .ElTl_td {
    background-color: var(--vj-bg-cong10);
}


.ElTl_brd-jds .ElTl_td:first-child::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--vj-bg-jds);

}

.ElTl_brd-jds .ElTl_td,
.ElTl_bdy .ElTl_brd-jds:hover .ElTl_td {
    background-color: var(--vj-bg-jds10);
}

.ElTl_Sub-tr>.ElTl_td {
    padding: 0;
}

.ElTl_Sub-tr.ElTl_tr {
    border-bottom: none;
}


.ElTl_inp-wrp {
    background-color: var(--vj-bg-ElRsTl10);
    position: relative;
    width: 100%;
}

.ElTl_inp[type=checkbox] {
    position: absolute;
    cursor: pointer;
    right: 0;
    width: 100%;
    height: 45px;
    opacity: 0;
    margin: 0;
    top: -45px;
    z-index: 109;
}

.ElTl_acrd-icn {
    position: absolute;
    top: -32px;
    right: 5px;
    width: 28px;
    height: 20px;
    border: 1px solid var(--vj-brd-ElRsTl2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 0;
    /*pointer-events: none;*/
}

.ElTl_acrd-icn:after,
.ElTl_acrd-icn:before {
    content: "";
    position: absolute;
    background-color: var(--vj-bg-ElRsTl11);
    width: 2px;
    height: 6px;
    transition: all .2s ease;
}

.ElTl_acrd-icn:before {
    transform: translate(-1px, 0) rotate(45deg);
}

.ElTl_acrd-icn:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.ElTl_inp[type=checkbox]:checked~.ElTl_acrd-icn:before {
    transform: translate(2px, 0) rotate(45deg);
}

.ElTl_inp[type=checkbox]:checked~.ElTl_acrd-icn:after {
    transform: translate(-1px, 0) rotate(-45deg);
}


.ElTl_tbl-inWrp {
    width: 100%;
    background-color: var(--vj-bg-ElRsTl1);
}

.ElTl_tbl-cnt {
    width: 100%;
    opacity: 1;
    transform: translate(0, 0);
    transition: all .2s ease;
}

.ElTl_inp[type=checkbox]:checked~.ElTl_tbl-cnt {
    margin: 0;
    padding: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 0);
}

.ElTl_bdy .ElTl_Sub-tr:hover .ElTl_cell {
    background-color: var(--vj-bg-ElRsTl1);
}

.ElVotSumTl .ElTl_th, .ElVotSumTl .ElTl_td {
    border-right: solid 1px var(--vj-brd-ElRsTl1);
}


.ElTl_ld-mor {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0 8px;
    flex-direction: column;
}

.ElTl_ld-mor .lodr_wrp {
    margin: 10px auto 30px;
}

.ElTl_srch-sgstScrl .lodr_wrp {
    margin: 5px auto 20px;
}

.ElTl_th .ElTl_cell-div {
    white-space: nowrap;
}

.ElTl_ld-btn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 22px;
    background-color: var(--vj-bg-ElRsTl);
    border: 2px solid #a6c8ff;
    color: var(--vj-cl-dr2);
    border-radius: 50px;
    height: 43px;
    cursor: pointer;
}

.ElTl_ld-icn {
    display: inline-flex;
    flex-shrink: 0;
    margin-left: 0.313rem;
}

.ElTl_ld-icn svg {
    transform: rotate(90deg);
    -moz-animation: LoadArw 2s infinite;
    -webkit-animation: LoadArw 2s infinite;
    animation: LoadArw 2s infinite;
}


.ElTl_txt-link {
    position: relative;
    padding: 0 0 1px;
    text-decoration: none;
    background-image: linear-gradient(var(--vj-cl-ElRsTl6), var(--vj-cl-ElRsTl6));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size 0.5s;
}


.ElTl_txt-link:hover {
    color: var(--vj-cl-ElRsTl5);
    background-image: linear-gradient(var(--vj-cl-ElRsTl5), var(--vj-cl-ElRsTl5));
    animation: anchorHov 0.3s ease-in-out;
}

@keyframes anchorHov {
    0% {
        background-size: 0 1px;
    }

    100% {
        background-size: 100% 1px;
    }
}


@keyframes LoadArw {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) rotate(90deg);
    }

    40% {
        transform: translateY(-7px) rotate(90deg);
    }

    60% {
        transform: translateY(-2px) rotate(90deg);
    }
}


.VotCp_wr {
    display: inline-block;
    float: left;
    margin: 0 -15px;
    min-width: calc(100% + 30px);
}

.VotCp_lhs,
.VotCp_rhs {
    width: 50%;
    float: left;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.VotCp_ttl {
    display: inline-block;
    float: left;
    padding: 10px 20px;
    margin: 10px 0 0;
    border: 1px solid var(--vj-cl-br1);
    color: var(--vj-cl-dr);
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    background-color: var(--vj-cl-lg1);
    width: 100%;
    border-radius: 8px;
}

.VotCp_grph {
    /* height: 250px; */
    display: inline-block;
}


.ElTl_prcnt-col {
    width: 44px;
    float: right;
}

.candListTl .ElTl_inp[type=checkbox] {
    top: 0;
}

.candListTl .ElTl_acrd-icn {
    top: 50%;
    transform: translateY(-50%);
}


.candListTl .ElTl_tbl {
    position: relative;
    overflow: hidden;
}

.candListTl .ElTl_bdy,
.candListTl .ElTl_bdy * {
    opacity: 0;
    z-index: -1;
    position: absolute;
    visibility: hidden;
    /* transition: 0.3s ease-in-out; */
}

.candListTl .ElTl_thd {
    position: relative;
    z-index: 9;
}

.candListTl .ElTl_show-on .ElTl_bdy,
.candListTl .ElTl_show-on .ElTl_bdy * {
    opacity: 1;
    z-index: 1;
    position: relative;
    visibility: visible;
}

.ElTl_acrd-icn.ElTl_acrd-clkbtn:before {
    transform: translate(2px, 0) rotate(45deg);
}

.ElTl_acrd-icn.ElTl_acrd-clkbtn::after {
    transform: translate(-1px, 0) rotate(-45deg);
}

.ElTl_show-on .ElTl_acrd-icn:before {
    transform: translate(-1px, 0) rotate(45deg);
}

.ElTl_show-on .ElTl_acrd-icn:after {
    transform: translate(2px, 0) rotate(-45deg);
}



.ElTl_tbl.ElTl_show-on {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
}




.candListTl_cell {
    background-color: var(--vj-bg-ElRsTl12);
}


.candListTl_cell:first-child {
    width: 50%;
}


.pd-0{
    padding: 0;
}

.pd-10{
    padding: 10px;
}


@media only screen and (max-width:767px) {

    .VotCp_lhs,
    .VotCp_rhs {
        width: 100%;
    }

    .ElTl_mflColm {
        flex-direction: column;
        align-items: flex-start;
    }

    .ElTl_mflColm .ElTl_cell-ttlFill {
        padding-left: 0;
    }

    .ElTl_mflColm .ElTl_cell-ttlFill::before {
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    .ElTl_cell-stky {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 109;
    }

    .ElTl_cell-stky::before {
        content: "";
        width: 1px;
        height: 105%;
        background-color: var(--vj-brd-ElRsTl1);
        position: absolute;
        right: -1px;
        top: 0;
    }

    .ElTl_cell-stky::after {
        content: "";
        width: 5px;
        height: 100%;
        background-color: transparent;
        box-shadow: 5px 0 5px rgba(0, 0, 0, 0.10);
        position: absolute;
        right: 0;
        top: 0;
    }

    .ElTl_fixCol .ElTl_wrp-inr::after {
        content: "";
        background: var(--vj-shd-ElRsTl1);
        bottom: 0;
        left: auto;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
    }

    .rgtShd-hide.ElTl_fixCol .ElTl_wrp-inr::after {
        width: 0;
    }



    .ElTl_sts {
        min-width: 55px;
    }

    .ElTl_mob-styl {
        flex-direction: column;
    }

    .VotCp_wr {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .ElcLstPg_wrp {
        padding: 0;
    }

    .ElcLstPg_mFull-cnt {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .ElRsTl .ElTl_cell {
        font-size: 13px;
        padding: 5px;
        line-height: 1.2;
    }

}

@media only screen and (max-width: 359px) {
    .ElTl_show-on .ElTl_acrd-icn {
        right: 8px;
    }
}

/* [Dark Mode] */

.day_night .ElTl_pty-symbLM {
    display: none;
}

.day_night .ElTl_pty-symbDM {
    display: block;
}

.ElcPhVd_shd-none .ElcPhVd:before,
.ElcPhVd_shd-none .ElcPhVd:after {
    display: none;
}


@media (prefers-color-scheme: dark) {
    .ElTl_pty-symbLM {
        display: none;
    }

    .ElTl_pty-symbDM {
        display: block;
    }

    .day_night .ElTl_pty-symbLM {
        display: block;
    }

    .day_night .ElTl_pty-symbDM {
        display: none;
    }
}


.ElcPhVd_shd-none .ElcPhVd:before,
.ElcPhVd_shd-none .ElcPhVd:after {
    display: none;
}


.ElTl_Gn-Hld-sts {
    width: 80px;
}

.ElTl_txt-bt {
    margin-top: 10px;
    text-align: right;
    display: inline-block;
    width: 100%;
}

/* Number Right Center Class*/
.Eltl_rt-cntr-prc,
.Eltl_rt-cntr-3,
.Eltl_rt-cntr-4,
.Eltl_rt-cntr-5,
.Eltl_rt-cntr-6,
.Eltl_rt-cntr-7,
.Eltl_rt-cntr-8,
.Eltl_rt-txt {
    float: right;
    justify-content: flex-end;
}

.Eltl_rt-cntr-prc {
    width: 44px;
}

.Eltl_rt-cntr-3 {
    width: 26px;
}

.Eltl_rt-cntr-4 {
    width: 38px;
}

.Eltl_rt-cntr-5 {
    width: 48px;
}

.Eltl_rt-cntr-6 {
    width: 56px;
}

.Eltl_rt-cntr-7 {
    width: 66px;
}

.Eltl_rt-cntr-8 {
    width: 76px;
}

@media(min-width:1200px) and (max-width:1300px) {

    .ElVotSumTl .ElTl_cell {
        padding: 6px 4px;
        font-size: 13px;
    }

}

.ElTl_ddn {
    display: none;
}

.ElTl_flx-cnt {
    justify-content: center;
}

.ElTl_txt-cnt {
    text-align: center;
}

.ElTl_txt-lft {
    text-align: left;
}


.ElTl_txt-rgt {
    text-align: right;
}

.ElTl_anchr-Line {
    text-decoration: underline;
}

.ElTl_anchr-Clr {
    color: var(--vj-cl-ElRsTl5);
}


@media only screen and (max-width: 560px) {
    .ElTl_scrl-X {
        position: relative;
        overflow: hidden;
        overflow-x: auto;
    }

    .ElTl_scrl-Y {
        position: relative;
        overflow: hidden;
        overflow-y: auto;
    }

    .ElTl_mdn {
        display: none;
    }

    .ElTl_ddn {
        display: block;
    }

}
.ElTl_fixCol .ElTl_wrp-inr::after {
    content: none;
 }
 .ElTl_fixCol{ margin-bottom:30px;}
 .ElTl_cell.pd-0{padding:0}

 .ElTl_acrd-icn {
    left: 10px;
    right: auto;
    z-index: 1000;
}

.ElTl_cell-stky .ElTl_cell-div {
    padding-left: 42px
}

.ElTl_srch-icn{font-size:15px}
.ElTl_dn{display:none;}

