@charset "UTF-8";

#term .page-title {
  margin: 40px 0;
}
#term .content-area {
  background: linear-gradient(to bottom, #EDF7F3 0%, #fff 200px, #fff 100%);
  border-radius: 68px 68px 0 0;
  padding-top: 60px;
}

#term .sec {
  margin-bottom: 60px;
}
#term .sec .content-title {
  font-size: 18px;
  font-weight: 500;
  margin: 40px 0 10px;
}
#term .sec p {
  line-height: 1.8;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  #term .section-title-common {
    margin-bottom: 30px;
  }
  #term .content-area {
    border-radius: 30px 30px 0 0;
    padding-top: 40px;
  }
  #term .sec {
    margin-bottom: 40px;
  }
  #term .sec .content-title {
    font-size: 16px;
    margin: 30px 0 10px;
  }
  #term .sec p {
    font-size: 15px;
  }
}