@media screen and (min-width: 768px) {
  .faq-page {
    padding-top: 6.8rem;
    padding-bottom: 34.3rem;
  }

  .faq-list-section {
    width: calc(100% - 12rem);
    max-width: 99.8rem;
    margin: 9.6rem auto 0;
  }

  .faq-list {
    width: 100%;
  }

  .faq-item {
    border-bottom: 0.1rem solid var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
    min-height: 8.8rem;
    padding: 2.4rem 0;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box;
  }

  .faq-item__question::-webkit-details-marker {
    display: none;
  }

  .faq-item__question-content {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    min-width: 0;
  }

  .faq-item__icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 4rem;
    border-radius: 0.4rem;
    color: var(--JOPT-Games-Color-Style-JG-White);
    font-family: 'Univers', 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04rem;
  }

  .faq-item__icon--question {
    background: var(--JOPT-Games-Color-Style-JG-Blue);
  }

  .faq-item__icon--answer {
    background: var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .faq-item__question-text {
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0.032rem;
  }

  .faq-item__chevron {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }

  .faq-item[open] .faq-item__chevron {
    transform: rotate(180deg);
  }

  .faq-item__answer {
    display: flex;
    gap: 1.6rem;
    align-items: flex-start;
    padding-top: 2.4rem;
    padding-bottom: 6rem;
    border-top: 0.1rem solid var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .faq-item__answer-text {
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3.2rem;
    letter-spacing: 0.032rem;
  }

  .faq-empty {
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .faq-page {
    padding-top: 6.8rem;
    padding-bottom: 22.3rem;
  }

  .faq-list-section {
    width: 35.4rem;
    margin: 4.4rem auto 0;
  }

  .faq-list {
    width: 100%;
  }

  .faq-item {
    border-bottom: 0.1rem solid var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    min-height: 6.4rem;
    padding: 1.6rem 0;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box;
  }

  .faq-item__question::-webkit-details-marker {
    display: none;
  }

  .faq-item__question-content {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    min-width: 0;
  }

  .faq-item__icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 3.2rem;
    border-radius: 0.4rem;
    color: var(--JOPT-Games-Color-Style-JG-White);
    font-family: 'Univers', 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.032rem;
  }

  .faq-item__icon--question {
    background: var(--JOPT-Games-Color-Style-JG-Blue);
  }

  .faq-item__icon--answer {
    background: var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .faq-item__question-text {
    color: var(--JOPT-Games-Color-Style-JG-Black-01);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.2rem;
    letter-spacing: 0.028rem;
  }

  .faq-item__chevron {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }

  .faq-item[open] .faq-item__chevron {
    transform: rotate(180deg);
  }

  .faq-item__answer {
    display: flex;
    gap: 1.6rem;
    align-items: flex-start;
    padding: 1.6rem 0;
    border-top: 0.1rem solid var(--JOPT-Games-Color-Style-JG-Grey-02);
  }

  .faq-item__answer-text {
    max-width: 30.5rem;
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0.028rem;
  }

  .faq-empty {
    color: var(--JOPT-Games-Color-Style-JG-Black-02);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    text-align: center;
  }
}
