@charset "UTF-8";
/* 내용관리 */
.ctt_admin {
  text-align: right;
}

#ctt_con {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #3f3f3f;
}
#ctt_con #toc {
  margin: 1em 0.5em;
  max-width: 100%;
  padding: 2em;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  word-break: keep-all;
}
#ctt_con #toc .h1, #ctt_con #toc .h2, #ctt_con #toc .h3, #ctt_con #toc .h4, #ctt_con #toc .h5 {
  display: list-item;
}
#ctt_con #toc .h1 a, #ctt_con #toc .h2 a, #ctt_con #toc .h3 a, #ctt_con #toc .h4 a, #ctt_con #toc .h5 a {
  color: #3f3f3f;
}
#ctt_con #toc .h1 {
  list-style: none;
  margin-bottom: 0.5em;
}
#ctt_con #toc .h2 {
  list-style: square;
  margin-left: 1em;
}
#ctt_con #toc .h2 a {
  color: #4d4d4d;
}
#ctt_con #toc .h3 {
  list-style: disc;
  margin-left: 2em;
}
#ctt_con #toc .h3 a {
  color: #3b71ab;
}
#ctt_con #toc .h4 {
  list-style: circle;
  margin-left: 3em;
}
#ctt_con #toc .h4 a {
  color: #2a9dac;
}
#ctt_con > img {
  width: 100%;
  height: auto;
  margin: 1em 0;
}
#ctt_con h1, #ctt_con h2, #ctt_con h3, #ctt_con h4, #ctt_con h5 {
  text-align: center;
  margin: 2em 0 1em 0;
  word-break: keep-all;
  font-weight: bold;
}
#ctt_con h1, #ctt_con h2 {
  font-size: 2.5em;
}
#ctt_con h3, #ctt_con h4 {
  font-size: 2.2em;
}
#ctt_con p {
  margin: 2em 0;
}
#ctt_con .ifr {
  aspect-ratio: 16/9;
  width: 100%;
  margin: 3em 0;
}
#ctt_con .ifr iframe {
  width: 100%;
  height: 100%;
}

.ctt_img {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */