
.using{
  padding: 2rem;  border: 1px solid #d1e3dc;
  border-radius: 12px;border-radius: 120px 0 0 0px;
  margin-top: 60px;
}
.info-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: #161616;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.info-left{
    width: 150px;
}
.info-m{
  display: none;
}
.info-text{
  width: calc(100% - 200px);
}
.info-text h2 {
  margin-bottom: 0.5rem;
}
.info-text p {
}
.info-text ul {
  list-style: none;
  padding: 1rem;
  margin: 0;
}

.times img{
  width: 22px;
  margin-right: 10px;
}
.times.two{
  display: flex;
  align-items: center;
}

.grid {
  color: #161616;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 0 auto;
  margin-top: 60px;
}

.section h3 {
  font-weight: 800;
  color: #161616;
  margin-bottom: 1rem;
  border-bottom: 2px solid #222;
  padding-bottom: 0.5rem;
}

.section ul {
  padding-left: 1rem;
}

.section ul li {
  margin-bottom: 0.5rem;
  position: relative;
}

.section ul li::before {
  content: "•";
  color: #444;
  font-weight: bold;
  position: absolute;
  left: -1rem;
}


.rules-grid {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 4rem;
    margin-top: 70px;
}

.rule-card {
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid #e6e6e6;
  width: 28.33%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  text-align: center;
  position: relative;
}
.rule-card .par{
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translate(-50%,0);
}
.rule-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}

.rule-title {
  font-weight: 700;
  color: #161616;margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

.rule-desc {
  line-height: 1.5;
  color: #161616;
}

.faq {
      margin: 0 auto;
    }
    .faq-item {
      border-bottom: 1px solid #ddd;
      padding: 20px 0;
    }
    .faq-header {
      display: flex;
      align-items: center;
      cursor: pointer;
    }
    .faq-thumb img {
      width: 64px;
      height: 64px;
      object-fit: cover;
      border-radius: 50%;
      margin-right: 20px;
    }
    .faq-meta {
      flex: 1;
    }
    .faq-number {
      display: inline-block;
      font-weight: bold;
      color: #00a86b;
      margin-right: 10px;
    }
    .faq-question {
      font-weight: bold;
    }
    .faq-toggle {
      transition: transform 0.3s ease;
    }
    .faq-item.active .faq-toggle {
      transform: rotate(180deg);
    }
    .faq-content {
      display: none;
      padding: 15px 0 0 84px;
      color: #444;
      line-height: 1.6;
    }

@media (max-width: 950px) {
  .rules-grid{
    gap: 2rem;
  }

  }
@media (max-width: 768px) {
  .grid {
      grid-template-columns: 1fr;
  }
  .info-box {
      flex-direction: column;
      align-items: flex-start;
  }
  .faq-item {
      flex-direction: column;
      align-items: flex-start;
  }
  .faq-img {
      width: 100%;
      height: auto;
  }
  .info-text{
    width: 100%;
  }
  .using{
    border-radius: 70px 0 0 0px;
  }
  .info-pc{
    display: none;
  }
  .info-m{
      width: 100%;
      display: flex;
        align-items: center;
  }
 
  .info-m img{
    width: 50px;margin-right: 20px;
  }
  
  .times.two{
    align-items: flex-start;
  }
  .rules-grid{
    gap: 1rem;
  }
  .rule-card{
    width: 47.33%;padding: 1rem;
    margin-bottom: 60px;
  }
}
