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#partner .row {
  row-gap: 3rem;
}
section#partner .partner-card-inner {
  padding-left: 37px;
  width: 100%;
  height: 280px;
  margin: 0;
  min-height: 253px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #707070;
  align-content: flex-start;
}
section#partner .partner-card-inner:hover {
  border-color: #5a80c6;
}
section#partner .partner-card-inner--image {
  width: auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
  margin-top: 25px;
  padding-top: 40px;
}
section#partner .partner-card-inner--image img {
  margin-right: auto;
  width: 100%;
}
section#partner .partner-card-inner--line {
  background-image: url(../images/readmore-line.png);
  margin: 0 auto;
  display: block;
  width: 90%;
  height: 7px;
  background-repeat: no-repeat;
  background-position: right;
}
section#partner .partner-card-inner--bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: 15px 14px 12px 0px;
}
section#partner .partner-card-inner--bottom---title {
  color: #5a80c6;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  min-height: 85px;
}
section#partner .partner-card-inner--bottom---title .init {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: unset;
  margin-bottom: 5px;
}
section#partner .partner-card-inner--bottom---title .desc {
  font-weight: 400;
  font-size: 14px;
  color: inherit;
  margin: 0;
  line-height: 25px;
  height: 8rem;
  overflow: hidden;
}
section#partner .partner-card-inner--bottom---link {
  display: inline-block;
}
section#partner .partner-card-inner--bottom---link a.small-btn {
  display: inline-block;
  font-size: 10px;
  color: white;
  font-family: "Roboto Flex", sans-serif;
  font-weight: bold;
  line-height: 20px;
  padding: 8px 20px;
  background-color: #0A246A;
}
section#partner .partner-card-inner--bottom---link a.small-btn:hover {
  text-decoration: none;
}
