body,html{
  height:100% !important;
}

.content{
  height:calc(100% - 105px) !important;
}

.main{
  height:100% !important;
}

/* ============================================================================
  slideshow
============================================================================= */
.slideshow{
  height:100%;
  width:100%;
  background-color:#ffffff;
  display:block;
}

/* ============================================================================
  zoomer
============================================================================= */
.zoomer{
  background-color:#ffffff !important;
}



/* ============================================================================
  header
============================================================================= */
@media screen and (max-width:959px){
  .headerNavList2__link{
    font-size:70%;
    margin-right:10px;
  }

  .headerNavList2__item{
    margin:0;
  }
}



.title{
    z-index: 1000;
    /* position: fixed; */
    width: 100%;

    max-width:100%;
    overflow:hidden;
    box-sizing: border-box;
}

.title img{
    max-width:100%;
    box-sizing: border-box;
}
