/* sc_container 스타일 */
.sc_container .inner {
  max-width: 900px;
  margin: 0 auto;
}
.sc_container .inner .headline_area {
  text-align: center;
  margin-bottom: 40px;
}
.sc_container .inner .headline_area .sub_headline {
  width: fit-content;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 1;
  color: #0077aa;
  font-weight: 600;
  font-size: 1.1rem;
}
.sc_container .inner .headline_area .sub_headline span {
  color: #0077aa;
}
.sc_container .inner .headline_area .headline {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.sc_container .inner .headline_area .emphasis {
  color: #222;
}
.sc_container .inner .con_area .txt_box.long_scroll_box {
  max-height: 600px;
  overflow-y: auto;
  font-size: 1.1rem;
  line-height: 2rem;
  color: #333;
  background: #fff;
  padding: 34px 44px;
  border-radius: 15px;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.06);
}
.sc_container .inner .con_area .txt_box .content-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.13rem;
  line-height: 1.9;
}
.sc_container .inner .con_area .txt_box .content-container h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 28px;
  color: #184a7a;
}

.sc_container .inner .con_area .txt_box .content-container li {
  list-style: disc;
  margin-left: 20px;
}
