@import url(../css-reset.css);
#menu {
  display: none; }

.flex {
  display: flex; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.relative {
  position: relative; }

body {
  padding-top: 50px; }
  body > input {
    outline: none; }
    body > input::-webkit-inner-spin-button, body > input::-webkit-outer-spin-button {
      -webkit-appearance: none; }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #ffffff;
    line-height: 0;
    font-size: 20px;
    background-color: #29bde0;
    z-index: 99; }
    body header .flex-box {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      body header .flex-box > label {
        display: inline-block;
        height: 20px;
        width: 20px;
        border-bottom: 4px solid #fff;
        border-left: 4px solid #fff; }
      body header .flex-box img {
        height: 20px; }
  body footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99; }

body {
  background-color: #29bde0;
  padding-bottom: 96px; }
  body header > .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    body header > .flex-box label {
      border: none;
      transform: none; }
  body main > .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background-color: #b9e9f5; }
    body main > .flex-box > audio {
      position: absolute;
      right: 25px;
      visibility: hidden;
      transform: rotate(180deg); }
    body main > .flex-box > img {
      height: 40px; }
    body main > .flex-box::after {
      content: "";
      position: absolute;
      bottom: -20px;
      border: 10px solid;
      border-color: #b9e9f5 transparent transparent transparent; }
  body main > p {
    padding: 25px;
    color: #ffffff; }
  body main > .wrap {
    padding: 25px 5%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap; }
    body main > .wrap > .inner-box {
      padding: 3px;
      margin-bottom: 50px;
      height: 23vw;
      max-height: 200px;
      width: 23vw;
      max-width: 200px;
      background-color: #ffffff; }
      body main > .wrap > .inner-box > .inner-top {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 75%;
        font-size: 24px;
        background-color: #f5c97b; }
      body main > .wrap > .inner-box > .inner-bot {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 25%;
        color: #ffffff;
        background-color: #83b09a; }
      body main > .wrap > .inner-box > .icon-box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 -3px;
        padding: 10px 0 20px 0; }
        body main > .wrap > .inner-box > .icon-box > img {
          height: 5vw;
          max-height: 40px;
          background-color: #ffffff;
          display: none; }
  body footer {
    padding: 20px 25px;
    text-align: center;
    background-color: #29bde0; }
    body footer > input {
      padding: 20px 0;
      width: 80%;
      color: #ffffff;
      background-color: #fbb435;
      outline: none;
      border: none; }

/*# sourceMappingURL=vote.css.map */
