.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.nk-biz-intro.cate-custom::before {
  display: none;
}

.nk-biz-intro__desc.cate-custom {
  margin-top: 0;
}

.nk-biz-intro__image.cate-custom {
  max-width: 496px;
}

.nk-top-search__inner.custom {
  padding-top: 19px;
}

.nk-top-search.cate-custom::before {
  display: none;
}

.nk-static-page.cate-custom .nk-section-head__subtitle {
  font-weight: 700;
}

.nk-static-page.cate-custom .nk-section-head__img.viewed {
  width: 310px;
}

@media (max-width: 768px) {
  .nk-static-page.cate-custom .nk-section-head__img.viewed {
    width: 186px;
  }
}

.nk-section-head__img.cate-custom {
  width: 323px;
}

@media (max-width: 768px) {
  .nk-section-head__img.cate-custom {
    width: 260px;
  }
}

.nk-biz-intro__inner.cate-custom {
  margin-top: 36px;
}

.nk-static-page.cate-custom .nk-section-head__img.search {
  width: 190px;
}

@media (max-width: 768px) {
  .nk-static-page.cate-custom .nk-section-head__img.search {
    width: 107px;
  }
}

.nk-flow.cate-custom {
  background: #EDEDED;
  margin-bottom: 100px;
}

.nk-flow__title-img.style {
  width: 323px;
}

.st-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 67px;
  margin-top: 29px;
}

.st-list .st-item .st-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
  padding-bottom: 12px;
}

.st-title {
  font-size: 20px;
  font-weight: 700;
}

.st-desc {
  color: #000;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 768px) {
  .st-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 44px;
  }

  .st-list .st-item .st-box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    text-align: left;
    padding-bottom: 17px;
  }

  .st-list .st-item .st-box p,
  .st-list .st-item .st-box img {
    flex: 1;
    width: 50%;
  }

  .st-title {
    font-size: 16px;
  }

  .st-desc {
    font-size: 14px;
    text-align: left;
  }
}

.cate-custom-head {
  text-align: center;
  max-width: 1240px;
  padding: 62px 20px 103px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cate-custom-head {
    padding: 62px 20px 45px;
  }
}

.cate-custom-head img {
  width: 134px;
  margin-top: -10px;
}

@media (max-width: 768px) {
  .cate-custom-head img {
    width: 100px;
    margin-top: -15px;
  }
}

.cate-subtitle-head {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

.cate-title-head {
  font-size: 35px;
}

@media (max-width: 768px) {
  .cate-title-head {
    font-size: 25px;
  }
}

.head-btn-box {
  margin-top: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.head-btn-box a {
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 600;
  width: 422px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .head-btn-box {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .head-btn-box a {
    font-size: 15px;
    width: 100%;
    height: 50px;
  }
}
