@charset "UTF-8";
/*=============================================*/

/* footer 下固定-----------------------------------------*/
  /* html {
    height: 100%;
  } */

  body {
    /* margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column; */
    min-height: 100dvh;
  }

  /* #wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
  } */

  /* #main {
    flex: 1;
  } */

  footer {
    /* margin-top: auto; */
      position: sticky;
  top: 100%;

  }

/* Mobile-----------------------------------*/
  @media screen and (max-width: 480px) {


  }