

/* Adoption of cumulative and non-cumulative voting */

.gu_table tbody td.left {text-align: center; }
.gu_table tbody td:first-child br{display:none;}



/* ================================== Laptop css ================================== */
@media all and (max-width: 1280px){
    /**********************************************************************************************************************************************************************************************************
       기능
    */

    .gu_table tbody td:first-child br{display:block;}

}

/* ================================== Tablet css ================================== */
@media all and (max-width: 1080px){

}

/* ================================== Mobile css ================================== */
@media all and (max-width: 766px){


}
