.doc-top-content {
  margin-bottom: 60px;
}

.doc-top-content .cont-left {
  margin-top: 7px;
  text-align: left;
}

.doc-top-content .cont-right {
  width: calc(100% - 380px);
}

.doc-top-content .cont-right .text-xl {
  display: inline-block;
  margin-bottom: 12px;
}

.doc-top-content .cont-right.p-only-gap p + p {
  margin-top: 17px;
}
.title2 + .text-mld.sub-title {
  margin-top: -7px;
}
.text-mld {
  font-weight:bold;
  font-size: 18px;
  line-height: 30px;
  font-family: "NanumSquare", "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-mld.sub-title {
  margin-left: 37px;
  font-size: 18px;
}

.text-mld.sub-title + .indent {
  margin-left: 37px;
}

.indent + .text-mld.sub-title {
  margin-top: 17px;
}
@media (max-width: 1024.98px) {
  .doc-top-content {
    margin-bottom: 28px;
  }
  .doc-top-content .cont-left {
    text-align: center;
  }
  .doc-top-content .cont-right {
	width:100%;
    margin-top: 18px;
  }
	.text-mld {
    font-size: 17px;
    line-height: 25px;
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR", "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}