@charset "utf-8";
/*선거 포스터*/
/*.list_vote1{display: flex; flex-wrap: wrap;}
.list_vote1 > li{margin-bottom: 20px; margin-right: 20px;}
.list_vote1.dv2 > li{width: calc(50% - 10px);}
.list_vote1.dv2 > li:nth-child(even){margin-right: 0;}
.list_vote1.dv3 > li{width: calc(33.3333333333% - 13.34px);}
.list_vote1.dv3 > li:nth-child(3n){margin-right: 0;}
.list_vote1.dv4 > li{width: calc(25% - 15px);}
.list_vote1.dv4 > li:nth-child(4n){margin-right: 0;}*/


@media only screen and (max-width: 1023px) {
    .list_vote1.t2 > li{width: calc(50% - 10px);}
    .list_vote1.t2 > li:nth-child(3n){margin-right: 20px;}
    .list_vote1.t2 > li:nth-child(even){margin-right: 0;}
}

@media only screen and (max-width: 767px) {
    .list_vote1.t2 > li{width: calc(50% - 10px);}
    .list_vote1.t2 > li:nth-child(3n){margin-right: 20px;}
    .list_vote1.t2 > li:nth-child(even){margin-right: 0;}

/*    .list_vote1.m1 > li{width: 100%;}
    .list_vote1.m1 > li:nth-child(odd){margin-right: 0;}
    .list_vote1.m1 > li:nth-child(even){margin-right: 0;}*/

    .list_vote1.m2 > li{width: calc(50% - 10px);}
    .list_vote1.m2 > li:nth-child(3n){margin-right: 20px;}
    .list_vote1.m2 > li:nth-child(even){margin-right: 0;}
}
