/*
* 21대 대선 후보자 여론조사 시작
*/
.poll2025_hidden {
    display: none;
}

#poll2025_hubo_chartdiv {
    width: 100%;
    height: 320px;
}

#poll2025_hubo_information{
    display:inline-block;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 13px;
    width: 640px;
    margin: 24px 8px 0 0;
    font-size: 13px;
    line-height: 1.54;
    text-align: left;
    color: #999;
}
#poll2025_hubo_information .row01{
	color:#000;
}

#poll2025_hubo_information a{font-size:13px;color:#3061ff;text-decoration:underline;text-underline-position:under;}
/* #poll2025_hubo_information a:hover{} */

#poll2025_hubo_tooltipdiv{
    position: absolute;
    overflow: hidden;
}

#poll2025_hubo_tt_bg_box {
    width: 116px;
    /* height: 198px; */
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    font-family: Pretendard;

    & .poll2025_hubo_tt_title  {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #666;

        text-anchor:start;
        alignment-baseline:middle;

    }

    & .poll2025_hubo_tt_circle {
		&.hubo_0 {
            fill: #999999;
        }

        &.hubo_1 {
            fill: #578CEF;
        }

        &.hubo_2 {
            fill: #F35A5A;
        }

		&.hubo_3 {
            fill: #EF8E4E;
        }
    }

    & .poll2025_hubo_tt_hubo_name {
        font-size: 14px;
        font-weight: 400;
        text-anchor:start;
        alignment-baseline:middle;
    }

    & .poll2025_hubo_tt_hubo_rate {
        font-size: 16px;
        font-weight: 700;
        text-anchor:end;
        alignment-baseline:middle;

		&.hubo_0 {
            fill: #999999;
        }

        &.hubo_1 {
            fill: #578CEF;
        }

        &.hubo_2 {
            fill: #F35A5A;
        }

		&.hubo_3 {
            fill: #EF8E4E;
        }
	}

    & .poll2025_hubo_tt_hubo_rate_per {
        font-size: 12px;
        text-anchor:start;
        alignment-baseline:middle;

		&.hubo_0 {
            fill: #999999;
        }

        &.hubo_1 {
            fill: #578CEF;
        }

        &.hubo_2 {
            fill: #F35A5A;
        }

		&.hubo_3 {
            fill: #EF8E4E;
        }
	}

}
