.slider-contents {width:100%;height:var(--vh);}


.container {
    width: 100%;
    margin: 0 auto;
  }
  h1 {
    margin: 1em 0;
  }
  /* start */
  .filler__wrap {
    height: var(--vh);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    outline: 1px solid #000;
  }
  .panel__section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  /* .panel__section--1 {
    background-color: #fff5eb;
  } */
  .panel__section--2 {
    /* background-color: #deedf0; */
  }
  .panel__section--3 {
    /* background-color: #f4c7ab; */
  }
  .panel__section--4 {
    background-color: #b2b8a3;
  }

  /* .panel_nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    width:100%;
    align-items: center;
    top:50%;
    transform: translate(0,-50%);
    pointer-events: none;
    opacity: 1;
    transition: all .45s;
    -webkit-transition: all .45s;
  }
  .panel_nav.hide {
    opacity: 0;
    top: 52%;
  }
  .panel_nav > div {
    max-width: 1360px;
    width:100%;
    text-align: right;
  } */