h3.in-title {
  margin-bottom: 30px;
  line-height: 1;
}

h3.in-title span {
  font-size: 15px;
  color: var(--color-mute);
}

.nt-content {
  margin-bottom: 100px;
}

.tip-card {
  background-color: #24252d;
  padding: 20px 30px 40px;
  border-radius: 5px;
  margin: 40px 0;
  color: #fff;
  font-size: 16px;
  white-space: pre-line;
}

.tip-card::before {
  content: "사용 Tip";
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ff6969;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width: 1024px) {
}

/* Laptop ( 1024px ~ 1440px)*/
@media all and (min-width: 1024px) and (max-width: 1440px) {
}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
}

/* Mobile ( ~ 767px)*/
@media all and (max-width: 767px) {
  .tip-card {
    padding: 20px 20px 30px;
    font-size: 14px;
  }

  .tip-card::before {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
