.under .jgroup__contents {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid  #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .under .jgroup__contents {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.under .jgroup__contents h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 20px;
  position: relative;
  border: none;
}

@media only screen and (max-width: 767px) {
  .under .jgroup__contents h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.under .jgroup__contents p {
  line-height: 1.5;
}

.under .jgroup__contents p + p {
  margin-top: 30px;
}

.under .jgroup__contents__category {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .under .jgroup__contents__category {
    font-size: 12px;
  }
}

.under .jgroup + .jgroup {
  margin-top: 70px;
}

.under .jgroup .arrow-md::after {
  top: 6px;
}
