* { 
    font-family: "Noto Sans KR";  
    font-size:1rem;
    line-height:150%;      
  }

  h2 {
    font-size:1.3rem;
    margin-top:0.5rem; margin-bottom:0.5rem;
  }
  h4 {
    font-size:1.2rem;
    margin-top:0.6rem; margin-bottom:0.3rem;
  }
  h5 {
    font-size:1rem;
    margin-top:0.4rem; margin-bottom:0.2rem;
  }

  ol {
    margin-top:0;
  }

  table {
    width:100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;      
    margin:0; padding:0; border-spacing: 0;
    margin-bottom:1rem;
    border-top:1px solid #555;
    border-bottom:1px solid #555;
  }
  table th, table td {
      border-left: 1px black #ccc;
      border-right: 1px black #ccc;
  }
  table th:first-child,
  table td:first-child {
      border-left: 0;
  }
  table th:last-child,
  table td:last-child {
      border-right: 0;
  }
  table > tbody {      
    vertical-align: inherit;
  }
  table > thead {
    background:#ccc;
    text-align:center;
    vertical-align: bottom;
  }
  td {
    padding:3px 10px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    
  }
  .bg-white {
    background:#fff;
  }
