#suggest_nav {
  text-align: center;
  list-style-type: none;
  width: 232px;
  text-decoration: none;
  margin-top: 0;
  z-index: 2;
}

#suggest_nav li {
  text-align: left;
  display: inline-block;
  color: #2F353D;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background-color: #F5F5F5;
  margin-bottom: 2px;
  width: 232px;
}

#suggest_nav li .c5-suggest__nav-num {
  font-size: 18px;
  margin-right: 18px;

}

#suggest_nav li .c5-suggest__nav-miniTxt {
  font-size: 12px;
}



.c5-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: -230px auto 160px;
  top: 250px;
  padding-bottom: 500px;
  gap: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.c5-indexWrapper {
  position: sticky;
  top: 120px;
}

.c5-contents {
  width: calc(100% - 280px);
  max-width: 920px;
}

.c5-index {
  padding-left: 0;
  overflow: visible;
  position: relative;
  height: 335px;
  margin-top: 30px;
}

.c5-index li {
  list-style: none;
  color: #2F353D;
  background: #fff;
}

.c5-index a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  color: inherit;
}

.c5-index a.c5-active {
  color: #fff;
  background: #2F353D;
}

@media screen and (min-width:768px) and (max-width:1220px) {
  .c5-contents {
    max-width: 920px;
  }

  #suggest__index .c5-splide__wrapper {
    width: 82%;
  }

}

@media screen and (max-width: 767px) {
  .c5-contents {
    width: 100%;
  }

  .c5-wrapper {
    display: block;
  }

  #suggest__index .c5-box img,
  #suggest__index .c5-contents h3 {
    margin-left: 0;
  }

  #suggest__index .c5-box img {
    margin-left: 29.45px;
    width: 90%;
  }

  #suggest_nav {
    width: 100%;
  }

  #suggest__index .c5-box__ttl {
    flex-direction: column;
    align-items: flex-start;
  }



  #suggest__index .c5-box__ttl span {
    width: 61px;
    height: 28px;
    margin-bottom: 14px;

  }

  #suggest_nav li {
    width: 100%;
    max-width: 315px;
    display: block;
    margin: 0 auto;
  }

  #suggest__index .c5-splide__wrapper {
    margin-left: 29.45px;
    width: 90%;
  }

  #suggest__BSF .c5-box__items {
    width: 100%;
  }

  #suggest__index .c5-app_about__table {
    width: 100%;
    margin: 30px auto 0;
  }

}