@media (max-width: 1024px) {
  .awards {
    gap: 8px;
  }

  .award {
    padding: 0;
  }
  .award img {
    margin-bottom: 0px;
  }
  .award p {
    margin-bottom: 0px;
  }

  #chance .award img {
    height: 60px;
    width: auto;
    object-fit: contain;
  }
  #chance .award .title {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }

  .badge figure {
    width: 120px;
  }
  .badge .label {
    font-size: 1.5rem;
    padding: 10px 15px;
    transform: translateY(-80%);
    min-width: 160px;
  }

  .award {
    padding: 0;
  }
  .award img {
    margin-bottom: 0px;
  }
  .award p {
    margin-bottom: 0px;
  }

  #overview .squares {
    padding-right: 8px;
  }
  #overview .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  #intro-video .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro-video .container-bg {
    padding-bottom: 0px;
  }

  #qualification .container-bg::before {
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
    left: 0;
    width: 110%;
    transform: translateX(-5%);
  }
  #qualification .container {
    padding-left: 10%;
    padding-right: 20px;
  }
  #qualification article .items {
    align-items: flex-start;
    gap: 9px;
  }
  #qualification .bottom {
    left: 50%;
    width: 68%;
    transform: translate(-50%, 50%);
  }
  #qualification .bottom img {
    width: 150px;
  }

  #prize {
    margin-bottom: 0;
  }
  #prize .container-bg {
    padding-bottom: 0;
  }
  #prize .groups {
    margin-top: 100px;
  }
  #prize .groups .group {
    width: 50%;
    padding-bottom: 30px;
  }
  #prize .groups .group .badge {
    top: -25px;
    left: 42%;
    transform: scale(0.8) translate(-50%, -50%);
    transform-origin: center;
  }
  #prize .groups .group .awards {
    gap: 8px;
    align-items: flex-start;
  }
  #prize .groups .group .awards .award:nth-child(2), #prize .groups .group .awards .award:last-child {
    width: 40%;
  }
  #prize .groups .group:first-child .bg::before {
    clip-path: polygon(0% 0%, 75% 0, 100% 50%, 75% 100%, 0% 100%);
  }
  #prize .groups .group:first-child .special-line-top {
    transform: translateX(-25%);
  }
  #prize .groups .group:first-child .special-line-bottom {
    transform: translateX(-25%);
  }
  #prize .groups .group:first-child .special-line-bottom .line::before {
    content: "";
    width: 8px;
    height: 8px;
    left: -8px;
    top: -3px;
  }
  #prize .groups .group:last-child .bg::before {
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  }
  #prize .groups .group:last-child .special-line-top {
    transform: translateX(25%);
  }
  #prize .groups .group:last-child .special-line-bottom {
    transform: translateX(25%);
  }
  #prize .groups .group:last-child .special-line-bottom .line::after {
    content: "";
    width: 8px;
    height: 8px;
    right: -8px;
    top: -3px;
  }
  #prize .special-line-bottom .line {
    width: 35%;
  }

  #awards-2 .container-bg {
    padding-bottom: 0px;
  }
  #awards-2 .container {
    padding: 20px 30px;
  }
  #awards-2 img {
    margin-bottom: 0;
    height: 80px;
    width: auto;
    object-fit: contain;
  }
  #awards-2 .title {
    font-size: 1.125rem;
    padding-top: 0;
  }
  #awards-2 .money {
    font-size: 1.125rem;
  }

  #chance {
    margin-bottom: 30px;
  }
  #chance .container-bg::before {
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
  }
  #chance .container {
    padding: 10px 0px;
  }
  #chance .special-line {
    width: 60%;
  }
  #chance .special-line .line.line-2::after {
    width: 150%;
    right: -150%;
  }
  #chance article {
    width: 70%;
  }
  #chance .award img {
    height: 60px;
    width: auto;
    object-fit: contain;
  }
  #chance .award .title {
    font-size: 0.9375rem;
  }

  #schedule {
    margin-bottom: 0px;
  }
  #schedule .container-bg {
    padding-bottom: 0px;
  }
  #schedule .container-bg::before {
    clip-path: polygon(0% 0%, 80% 0, 100% 50%, 80% 100%, 0% 100%);
    right: -10%;
    width: 120%;
  }
  #schedule .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #schedule .special-line .line.line-1::after {
    width: 40vw;
  }
  #schedule h1 {
    font-size: 1.5rem;
  }
  #schedule article figure {
    width: 100%;
    text-align: center;
  }
  #schedule article figure:before {
    display: none;
  }

  #qna {
    margin-bottom: 0px;
  }
  #qna .container {
    padding: 20px;
  }
  #qna .button img {
    width: 150px;
  }
  #qna .email-btn {
    font-size: 1.125rem;
    padding: 10px 20px;
  }
}