#Img_Idle{
    width: 100%;
}

#c_Pagmatist{
    position: absolute;
    width: calc(450 * var(--asR));
    top: calc(767 * var(--asR));
    left: calc(79 * var(--asR));
}

#c_Explorer{
    position: absolute;
    width: calc(440 * var(--asR));
    top: calc(960 * var(--asR));
    left: calc(330 * var(--asR));
}

#c_PathMaker{
    position: absolute;
    width: calc(480 * var(--asR));
    top: calc(600 * var(--asR));
    left: calc(461 * var(--asR));
}

#c_Strategist{
    position: absolute;
    width: calc(480 * var(--asR));
    top: calc(906 * var(--asR));
    left: calc(737 * var(--asR));
}

#Idle_btn_start{
    position: absolute;
    top: calc(1383.25 * var(--asR));
    left: 0%;
    aspect-ratio: 1230/212;
    width: 100%;
    background: url("../ui/Idle/Idle_btn_Start.png");
    background-size: cover;
}


#Img_Idle_HTP{
    width: 100%;
}

#btn_Idle_next{
    position: absolute;
    top: calc(1356.448 * var(--asR));
    left: 0%;
    aspect-ratio: 1230/212;
    width: 100%;
    background: url("../ui/Idle/Idle_btn_Next.png");
    background-size: cover;
}

.Idle_bottom{
    position: absolute;
    width: 100%;
    top: calc(1595 * var(--asR));
    left: 0;
}