.view_section.page_list_section{
  padding-top: 88px;
}
.top_cat_area{
  position: fixed;
  top: 54px;
  max-width: 430px;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width:420px){
  .view_section.page_list_section{
    padding-top: 20.9524vw;
  }
  .top_cat_area{
    top: 12.8571vw;
  }
  .top_cat_area li a{
    padding: 2.3810vw 0!important;
  }
}
