.tinymce-content {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12pt;
  line-height: 1.4;
  border: 0;

  h1 {
    margin: 0 0;
    line-height: 72px;
    font-size: 24pt;
    font-weight: bold;
  }

  h2 {
    margin: 0 0;
    line-height: 60px;
    font-size: 20pt;
    font-weight: bold;
  }

  h3 {
    margin: 0 0;
    line-height: 48px;
    font-size: 16pt;
    font-weight: bold;
  }

  h4 {
    margin: 0 0;
    line-height: 42px;
    font-size: 14pt;
    font-weight: bold;
  }

  h5 {
    margin: 0 0;
    line-height: 36px;
    font-size: 12pt;
    font-weight: bold;
  }

  h6 {
    margin: 0 0;
    line-height: 30px;
    font-size: 10pt;
    font-weight: bold;
  }

  p {
    margin: 0 0;
    line-height: 28px;
    font-size: 12pt;
  }

  table {
    th, td {
      padding: 6px;
      border: 1px solid #000;
    }
  }

  img {
    display: inline;
  }

  .cont_box {
    text-align: left;
    border: 1px soild #a0a0a0;
    padding: 20px;
    background: #f4f4f4;
    margin: 7px 0px 10px 0px;
    display: block;
    font-size: 1rem;
    line-height: inherit;
    letter-spacing: inherit;
  }
  
  .table_list {
      margin-bottom: 40px;
      width: 100%;
      border-collapse: separate;
      border-spacing: 0px;
      border: 1px solid #dddddd; 
      border-collapse: collapse; 
      width: 100%;
  }

  .table_list th {
      background: #ea4509;
      color: white;
      text-align: center;
      border: 1px solid #999999; /* th 테두리 색은 조금 더 진하게 */
      padding: 8px;
  }

  .table_list td {
      border: 1px solid #dddddd; /* td 테두리 색 */
      padding: 8px;
  }

  .table_list th:first-child
  {
      text-align: center;
  }
}