.section-vote { overflow: visible; background: #ffffff; }
.section-vote h1 { line-height: 1; text-align: center; font-family: 'Binggrae-Bold'; font-size: 40px; }
/* .vote-container { margin-top: 30px; background: #e6eaed; } */

.item-box .rank { z-index: 2; position: absolute; top: 5px; left: 5px; padding: 8px; color: #ffffff; font-weight: 700; line-height: 1; background-image: linear-gradient(45deg, #297ab6 0%, #063268 90%); border-radius: 4px; }
@media(max-width:1200px){
    .section-vote h1 { font-size: 30px; }

}
@media(max-width:768px){
    .section-vote h1 { font-size: 20px; }
    .item-box .rank { padding: 5px; font-size: 13px; }
}
