section#default-content {
  margin-top: 9rem;
  margin-bottom: 4rem;
}
section#default-content a {
  color: #5a80c6;
  font-weight: 800;
}
section#default-content a:hover {
  text-decoration: underline;
}
section#default-content .section-after-title--title {
  padding-top: 8rem;
}
section#default-content .section-after-title--title-header {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  color: #5a80c6;
}
section#default-content .section-after-title--box.maincolor-border {
  border: 0.1rem solid #5a80c6;
  padding: 2rem;
  margin-bottom: 4rem;
  margin-top: 3rem;
}
section#default-content .section-after-title--box--title p {
  color: #1a2421;
  font-size: 2.2rem;
  font-weight: 700;
}
section#default-content .section-after-title--box--content p {
  color: #5a80c6;
  font-size: 1.9rem;
  line-height: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
section#default-content .section-title {
  position: relative;
}
section#default-content .section-title .watermark {
  position: absolute;
  z-index: -9;
  left: -14rem;
  top: -9rem;
}
section#default-content .section-title .watermark img {
  width: 100%;
}
section#default-content .section-title h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
}
section#default-content .section-title h2:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  display: block;
  max-width: 41rem;
  width: 100%;
  border-bottom: 0.1rem dashed #1a2421;
}
section#default-content .section-content {
  margin-top: 4rem;
}
section#default-content .section-content .desc {
  font-size: 1.8rem;
}

section#publications .publication {
  margin: 2rem 0 7rem 0;
}
section#publications .publication-item {
  border: 0.1rem solid #1a2421;
  padding: 4rem 2.2rem;
  color: #707070;
  font-size: 1.6rem;
  line-height: 3rem;
}
section#publications .publication-item--authors, section#publications .publication-item--booktitle, section#publications .publication-item--bookvolume, section#publications .publication-item--pages, section#publications .publication-item--year {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  color: inherit;
}
section#publications .publication-item--title, section#publications .publication-item--doi {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  color: inherit;
}
section#publications .publication-content p {
  font-size: 1.8rem;
  line-height: 4rem;
}
section#publications #loadMore {
  margin-top: 4rem;
  margin-bottom: 10rem;
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  color: #5a80c6;
}

section#default-content {
  margin-top: 0;
  margin-bottom: 0;
}
section#default-content div.section-title {
  display: none;
}
