.list-section {
    padding: 52px 0;
  }
  .list-section .divided {
    border-bottom: 1px solid #E2E1E8;
    max-width: 1087px;
    margin: 0 auto;
  }
  .list-section .divided .breadcrumb {
    white-space: nowrap;
  }
  .list-section .list-box {
    text-align: center;
    max-width: 1087px;
    margin: 0 auto;
  }
  .list-section .list-box p {
    margin-top: 63px;
    font: normal normal 500 28px/42px Poppins;
    text-align: center;
    color: #39325A;
  }
  .list-section .list-box nav {
    margin: 19px auto 0;
    display: inline-flex;
    align-items: center;
    height: 53px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px rgba(139, 61, 255, 0.2705882353);
    border: 1px solid rgba(139, 61, 255, 0.2117647059);
    border-radius: 27px;
    padding: 8px;
    gap: 8px;
  }
  .list-section .list-box nav button {
    padding: 7px 30px;
    background: transparent;
    border-radius: 19px;
    font: normal normal 600 16px/23px Poppins;
    color: #39325A;
    cursor: pointer;
  }
  .list-section .list-box nav button:hover {
    background-color: rgba(139, 61, 255, 0.15);
  }
  .list-section .list-box nav button.active {
    background: #8B3DFF;
    color: #FFFFFF;
  }
  .list-section .list-box .section-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -65px;
  }
  .list-section .list-box .section-box.faq-flex-list {
    display: none;
  }
  .list-section .list-box .section-box > ul {
    margin-top: 78px;
    margin-left: 65px;
    width: 318px;
  }
  .list-section .list-box .section-box > ul:nth-child(-n+3) {
    margin-top: 52px;
  }
  .list-section .list-box .section-box > ul li {
    display: flex;
    align-items: center;
  }
  .list-section .list-box .section-box > ul li a {
    margin-inline-start: 12px;
    font: normal normal 300 16px/24px Poppins;
    padding: 6px;
    text-align: right;
    cursor: pointer;
  }
  .list-section .list-box .section-box > ul li a:hover {
    color: #6D4DFF;
  }
  
  @media screen and (max-width: 1200px) {
    .list-section {
      padding: 20px;
    }
    .list-section .list-box .section-box {
      justify-content: space-between;
    }
  }
  
  