
.registeredForm,
.termsForm {
  width: 94%;
  height: 450px;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d4d3db;
  box-sizing: border-box;
  padding: 10px;
  text-align: justify;
  color: #555557;
  font-size: 17px;
  line-height: 28px;
  /* font-weight: bold; */
  font-family: "Noto Sans TC", "Heiti TC", 微軟正黑體, "Microsoft JhengHei";
}

.termsContent {
  width: 100%;
  height: calc(100% - 10px);
  padding: 10px 20px;
  box-sizing: border-box;
  overflow-y: scroll;
}

.termsContent h6 {
  line-height: 26px;
}

.termsContent p {
font-size: 16px;
line-height: 26px;
margin: 0px 0 10px 0;
color: #555557;
}




.termsContent ul {
  text-align: justify;
  color: #555557;
  font-size: 16px;
  line-height: 26px;
}
.termsContent ul li {
  /* margin-left: -15px; */
}
ul.cjk-ideographic {
  list-style-type: cjk-ideographic;
  font-size: 16px;
  color: #555557;
}
ul.cjk-ideographic li {
  margin-bottom: 0px;
  /* font-weight: bold; */
}

ul.decimal {
  /* padding-left: 10px; */
  list-style-type: decimal;
}

ul.disc {
  list-style-type: disc;
}

ul.decimal-leading-zero {
  list-style-type: decimal-leading-zero;
}
ul.none {
  list-style-type: none;
}
ul.none li {
  margin-left: -40px;
}

/* ================================================行動版================================================ */
@media screen and (min-width: 0px) and (max-width: 640px) {
  .termsContent {
    height: calc(100% - 10px);
  }
  
}
