#wrap {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

#content {
  height: calc(100vh - 370px);
  width: 100%;
  flex: 1;
}

#content article {
  width: calc(100% - 87px);
  height: 100%;
  border: 3px solid var(--color-black);
  border-top: none;
  left: 87px;
  position: relative;
  top: 0;
}
.vote-popup {
  box-sizing: border-box;
  width: 960px;
  height: 300px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
.vote-popup > img {
  width: 100%;
  border: 3px solid #000;
  border-top: 0;
  border-right: 0;
}
.main__keyfarme {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}

.main__keyfarme .main__pcKeyImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.main__keyfarme .main__pcDateImg {
  position: absolute;
  width: 230px;
  width: 580px;
  z-index: 10;
  margin-left: 14px;
  margin-top: 10px;
}

.main__keyfarme .main__allLogo {
  position: absolute;
  right: 120px;
  width: 280px;
  z-index: 10;

  display: none;
}

.main__moKeyImg {
  height: 100%;
  display: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
}

.main__moDateImg {
  display: none;
  top: 0;
  position: absolute;
  width: 130px;
  top: 10px;
  left: 10px;
}

/* media */
@media screen and (max-width: 1700px) {
  .footer__inner span:last-of-type {
    display: block;
    padding: 0;
    margin: 0;
  }

  .footer__inner span:last-of-type::after {
    display: none;
  }

  .main__keyfarme .main__pcDateImg {
    width: 460px;
  }
}

@media screen and (max-width: 1500px) {
  .main__keyfarme .main__pcDateImg {
    width: 380px;
  }
}

@media screen and (max-width: 1200px) {
  .main__keyfarme .main__pcDateImg {
    /* width: 143px; */
    margin-left: 0px;
  }
}

@media screen and (max-width: 980px) {
  .main__keyfarme .main__pcDateImg {
    width: 280px;
    margin-left: 0px;
  }

  .main__keyfarme .main__allLogo {
    width: 300px;
    right: 150px;
  }
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 820px) {
  .main__keyfarme .main__pcDateImg {
    width: 230px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .vote-popup {
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    bottom: 0;
    display: inline-block;
  }
  .vote-popup > img {
    border-left: 0;
    border-top: 3px solid #000;
    display: block;
  }
  #content {
    height: auto;
  }

  #content article {
    width: 100%;
    left: 0;
    height: 110vh;
    height: 60vh;
  }

  #content article > a {
    right: -3px;
  }

  .main__pcKeyImg {
    display: none;
  }
  .main__pcDateImg {
    display: none;
  }

  .main__moDateImg {
    display: block;
    width: 280px;
    top: 22px;
    left: 20px;
  }
  .main__moKeyImg {
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
  }

  .main__keyfarme {
    padding: 0;
  }

  .main__keyfarme .main__allLogo {
    bottom: 10px;
    right: 10px;
  }

  .header__inner .header__logo {
    /* padding-left: 18px; */
  }
}

@media screen and (max-width: 600px) {
  .main__moKeyImg {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .main__moDateImg {
    width: 250px;
  }

  .main__keyfarme .main__allLogo {
    width: 280px;
  }

  #content article {
    /* height: 100%; */
    height: 60vh;
  }

  .header__inner .header__logo {
    /* padding-left: 10px; */
  }
}

@media screen and (max-width: 400px) {
  #wrap {
    min-height: 100vh;
  }

  .main__moDateImg {
    width: 180px;
  }
}
