#hdb{
  display: none;
}

#hdb ul{
  width: 100%;
}

#hdb ul li{
  width: 25%;
}

#hd0{
  margin: 1rem .5rem;
}

.l-postingMapWrap {
    height: calc(100vh - 92px);
}

#tutorial_posting div{
  width: 150px;
  float: left;
  background: url(/assets/img/ico/beginner.png) no-repeat left;
  padding-left:0.5rem;
  margin: 1.4rem;
}

#tutorial_posting span{
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  font-size: 12px;
  color: #2860D5;
  padding-left: 30px;
}

.map_header {
  padding: 0 1em .3em;
}
.map_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.map_header__hdl {
  display: flex;
}
.map_logo {
  display: flex;
  align-items: center;
  margin-right: 1em;
}
@media screen and (max-width: 959px) {
  .map_guide__list {
    display: none;
  }
}
.map_logo__image {
  margin-right: 1em;
  width: 90px;
}
.map_logo__txt {
  font-size: 10px;
}

.map_guide__list {
  display: flex;
}
.map_guide__item {
  display: flex;
  margin-right: 1em;
}
.map_guide__item:last-child {
  margin-right: 0;
}
.map_guide__link {
  display: flex;
  align-items: center;
}
.map_guide__thumb {
  margin-right: .5em;
}
.map_guide__txt {
  font-size: 11px;
  line-height: 1.3;

}
.map_breadcrumb__list {
  display: flex;
  align-items: center;
}
.map_breadcrumb__item {
  font-size: 11px;
  padding: 0 1rem 0 0;
  margin-right: 0.5rem;
  background: url(../img/ico/arrow4.png) no-repeat right center;
  color: #666;
}
.map_breadcrumb__link {
  color: #2860D5!important;
}
.map_breadcrumb__item:last-child {
  background-image: none;
}

@media screen and (max-width: 959px) {
  #tutorial_posting {
    display: none;
  }
  .map_header {
    padding: 0;
  }
  .map_logo__txt {
    display: none;
  }
  .map_guide__list {
    display: none;
  }
  .map_breadcrumb__list {
    display: none;
  }
  .map_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem;
  }
  .map_logo {
    width: 90px;
    margin-right: 0;
  }
  .map_logo__image {
    text-align: center;
    margin-right: 0;
  }
  #hdb {
    display: block;
  }
  .cid{
    display: none;
  }
  #hd0{
    margin: 0;
  }
  #header {
      padding-top: 0;
  }
  #hd0 {
      float: none;
      position: unset;
      right: 1rem;
      top: 1rem;
  }
}

@media screen and (max-width: 1300px) {
    #hd0 {
        float: none;
        position: unset;
        right: 1rem;
        top: 1rem;
    }
}

@media screen and (max-width: 700px) {
    .l-postingMapWrap {
        height: calc(100vh - 132px);
    }
}
