@charset "UTF-8";

.inner-container{
  width:100%;
  height:100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.content__wrapper{
  width: 100%;
  height: 100%;
}

.content__wrapper_color{
  width: 100%;
  height: 0;
}


.content{

}

.content__header-main-wrapper{
  width: 100%;
  background: transparent;
  z-index: 100;
  transition: .3s;
}

.content__header{
  background: #fff;
}

.content__inner{

}
