.vote-zone +   header{animation-name:head_text_3;}
@keyframes head_text_3{
  0%{top:-0;}
  100%{opacity:1;top:135;}
}

.vote-zone {
  animation-name: head_text_1;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  transition: transform 0.3s ease;
}

@media all and (max-width:1023px){
  .wrap-header .head-navi .a_2.plus {position: relative; background:url('/sites/temp01/images/common/arrow_a2.png') no-repeat 94% center}
}

@media (min-width: 1024px) {
  .menuUItop .div_2 {min-width:200px;left: 50%;	transform: translateX(-50%);}
}

div._nongminNews {position: fixed; opacity: 1; transition: ease all .5s; border-radius: 50%; right: 15px; bottom: 100px; color: #fff; background: #5d6774; z-index: 1}
div._nongminNews.is-scrolled {bottom: 170px}
div._nongminNews.is-bottom {bottom: 370px}
div._nongminNews a {display: flex; align-items: center; width: 60px; height: 60px; justify-content: center; font-size: 20px; color: #fff; background: url(/sites/temp01/images/main/nongmin_60_60.png) no-repeat center / contain; text-indent: -50000px}

@media (max-width: 1000px) {
    ._nongminNews {
        display: none;
    }
