
  .wz324-gh3-desc,
  .wz324-gh3-desc * {
    box-sizing: border-box;
  }

  .wz324-gh3-desc {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 20px 60px;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    background: #fff;
  }

  .wz324-gh3-header {
    text-align: center;
    margin-bottom: 34px;
  }

  .wz324-gh3-header h2 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
  }

  .wz324-gh3-header p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
  }

  .wz324-gh3-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 42px;
  }

  .wz324-gh3-card {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 22px 22px 20px;
    border: 1px solid #ededed;
  }

  .wz324-gh3-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
  }

  .wz324-gh3-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
  }

  .wz324-gh3-section-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 22px;
    color: #222;
  }

  .wz324-gh3-table-wrap {
    margin-bottom: 38px;
  }

  .wz324-gh3-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
    background: #fff;
  }

  .wz324-gh3-table tr:nth-child(odd) td {
    background: #fafafa;
  }

  .wz324-gh3-table td {
    border: 1px solid #e8e8e8;
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    vertical-align: top;
  }

  .wz324-gh3-table td:first-child {
    width: 34%;
    font-weight: 700;
    color: #222;
  }

  .wz324-gh3-info-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 18px;
  }

  .wz324-gh3-info-box {
    background: #f6f6f6;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 22px;
  }

  .wz324-gh3-info-box h3 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
  }

  .wz324-gh3-info-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
  }

  .wz324-gh3-info-box ul {
    margin: 0;
    padding-left: 20px;
  }

  .wz324-gh3-info-box ul li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
  }

  .wz324-gh3-info-box ul li:last-child {
    margin-bottom: 0;
  }

  .wz324-gh3-bottom-note {
    text-align: center;
    max-width: 900px;
    margin: 26px auto 26px;
    font-size: 15px;
    line-height: 1.9;
    color: #666;
  }

  .wz324-gh3-image {
    margin-top: 12px;
    text-align: center;
  }

  .wz324-gh3-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .wz324-gh3-desc {
      padding: 16px 14px 40px;
    }

    .wz324-gh3-header h2 {
      font-size: 25px;
    }

    .wz324-gh3-header p {
      font-size: 14px;
      line-height: 1.8;
    }

    .wz324-gh3-grid,
    .wz324-gh3-info-row {
      grid-template-columns: 1fr;
    }

    .wz324-gh3-card h3,
    .wz324-gh3-info-box h3,
    .wz324-gh3-section-title {
      font-size: 21px;
    }

    .wz324-gh3-table td {
      padding: 12px 14px;
      font-size: 14px;
    }
  }
