/* font */
/* color */
/* font-size */
@media (max-width: 768px) {
  .custom-cursor {
    display: none;
  }
  header {
    padding: 32px 22px;
  }
  header .img-wrap {
    pointer-events: none;
  }
  header .hambuger .down {
    display: none;
  }
  main {
    padding: 204px 24px 84px;
  }
  main .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 40px;
  }
  main .title-wrap .story-title h1 {
    font-size: 60px;
    font-weight: 900;
    margin: 10px 0;
  }
  main .title-wrap .select .option {
    left: 0;
    width: 200px;
    top: 60px;
  }
  main .title-wrap .select .option p {
    text-align: left;
  }
  main .card-wrap {
    grid-template-columns: 80vw;
  }
  main .card-wrap .card img {
    width: 87vw;
    height: 130vw;
  }
  main .card-wrap .card p {
    font-size: 18px;
    margin: 30px 0 10px 0;
  }
  main .card-wrap .card h2 {
    font-size: 26px;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  footer {
    height: 80vh;
    padding: 91px 21px;
  }
  footer .footer-content {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-content .footer-img {
    display: none;
  }
  footer .footer-content .footer-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  footer .footer-content .bottom-wrap {
    gap: 10px;
  }
  footer .footer-content .bottom-wrap a {
    pointer-events: none;
    margin-bottom: 20px;
    border: none;
    font-size: 1.3rem;
    width: 150px;
  }
  footer .footer-content .footer-text {
    width: 90%;
    margin: auto;
  }
  footer .footer-content .bottom-logo {
    display: none;
  }
  .space {
    height: 80vh;
  }
}