.guide-top-picture{
  position: relative;
}
.guide-top-picture h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 4vW;
  line-height: .8;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}
.guide-top-picture h1 span{
  font-size: 2vW;
}
.mob{
  display: none;
}
.detail-text {
    margin: 30px auto 50px;
    text-align: justify;
    max-width: 1200px;
    font-size: 18px;
    line-height: 1.5;
    padding: 0px 20px;
}
.guide-cat{
  width: 33.3%;
  float: left;
  text-align: center;
}
.guide-cat h2{
    margin: 20px 0 0px;
    padding-top: 10px;
}
.guide-cat:nth-child(odd) .poloski{
  border-right: 1px solid #808080;
  border-left: 1px solid #808080;
}
.guide-cat ul{
    display: inline-block;
    text-align: left;
    list-style: none;
    min-width: 250px;
    padding: 15px 10px;
    margin: 0;
    font-size: 18px;
}
.guide-cat ul li{
    padding: 5px 8px;
}
.guide-cat ul li a{
    text-decoration: underline;
    color: #333;
    font-weight: 600;
}
.guide-cat ul li a:hover{
    color: #af8959;
}
.guide-cat ul li a img{
    margin-bottom: -9px;
}
@media screen and (max-width: 1200px){
  .mob{
    display: block;
  }
  .dsc{
    display: none;
  }
  .guide-top-picture h1{
    font-size: 7vW;
  }
  .guide-top-picture h1 span{
    font-size: 5vW;
  }
}
@media screen and (max-width: 730px){
  .guide-cat{
    width: 100%;
    text-align:left;
  }
  .guide-cat h2{
    text-align:left;
    margin-left: 25px;
  }
  .guide-cat:nth-child(odd) .poloski{
    border-right: none;
    border-left: none;
  }
  .guide-cat-img{
    display: none;
  }
}
@media screen and (min-width: 1025px){
  .section.topmenu.with-border .nav {
      border-bottom: none;
  }
}