@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

#detail1 * {
  font-family: 'Pretendard Variabl';
  /*font-family: '나눔고딕', 'Nanum Gothic', '맑은고딕', 'Malgun Gothic', 'gulim', 'arial', 'Dotum', 'AppleGothic', sans-serif;*/

  /*font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;*/
}
  ol {
    display: block;
    list-style: decimal;
    /*margin-block-start: 1em;
    margin-block-end: 1em;*/
    margin-inline-start: 0;
    /*margin-inline-end: 0;*/
    padding-inline-start: 40px;
  }

  u {
    text-decoration: none;
  }

  p:has(u) > u{
    border-bottom: 1px solid;
  }

#detail1 img{
  margin: 10px 0;
  border: 1px solid #d5d5d5;
  border-radius: 15px;
  padding: 10px;
}

#headerGroup {
  position: sticky;
  top: 0;
  text-align: center;
  background: white;
  padding: 10px 0;
}

#subHeaderArea {
  margin: 10px 0;
}

  li {
    display: list-item;
    text-align: -webkit-match-parent;
  }

  #detail1 a:hover, #detail1 a:active, #detail1 a:link, #detail1 a:visited {
    color: #005AAB;
    text-decoration: underline;
  }

#notice-list p, #notice-list div, .modal-dialog p, .modal-dialog div {
    font-size: 16px;
  }

  #downfile > button {
    padding: .2rem;
    color: #007bff;
    text-decoration: underline;
  }

  .notice_contents strong {
    /*background-color: yellow;*/
    font-weight: bold;
  }

  .modal-dialog {
    max-width: 100%;
    width: 900px;
  }

@media (min-width: 768px) {
    /*.md\:p-3 {
        gap: 1.5rem;
    }*/
}

  table {
    margin: 20px 0;
  }

  table > thead {
    background: #f9f95d;
    font-weight: bold;
  }

  table > thead > tr > th {
    border: 1px solid black;
    font-size: 14px;
    text-align: center;
    padding: 5px;
  }

  table > tbody > tr > td {
    border: 1px solid black;
    font-size: 16px;
    text-align: center;
    padding: 5px;
  }

  .notice_contents .box_contents img {
    width: inherit;
    max-width: 100%;
  }

/*.notice_contents li:has(ul) {
  font-weight: bold;
}*/
.notice_contents li::marker {
  content: "";
}

#detail1 > ul:has(ul) {
  gap: 8px !important;
}

#detail1 ul {
  list-style: none;
  padding-left: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
  .notice_contents li {
    list-style: inside;
    letter-spacing: normal;
  }

#detail1 > h6 + ul {
  margin-left: 0;
}

#detail1 li:before {
      content: '';
      display: inline-block;
      margin-right: 6px;
      margin-top: -2px;
      width: 8px;
      border-radius: 15px;
      height: 8px;
      background: #005AAB;
      vertical-align: middle;
  }

/*li:has(img)::marker {
  content: ""; !* 마커 내용 *!
}*/

  .content h6 {
    margin: 15px 0 5px 0;
    font-size: 1em;
    font-weight: 600;
  }

  #focusGroup {
    margin-left: 10px;
    padding: 10px;
  }

  .content h6:before {
    content: '';
    display: inline-block;
    margin-right: 6px;
    margin-top: -2px;
    width: 8px;
    border-radius: 15px;
    height: 8px;
    background: #005AAB;
    vertical-align: middle;
  }

  .cke_contents.cke_reset {
    height: 400px !important;
  }

  .cke_editable h6 {
    margin: 20px 0px 5px 0px;
    font-size: 1em;
    font-weight: 600;
  }

#detail1 ul li table {
  display: inline;
  margin-top: 0;
}