.noti_txt {
  background: rgba(0, 64, 103, 0.3);
  padding: 3.5rem 4rem;
  box-sizing: border-box;
}
.noti_txt > li:first-of-type {
  margin-top: 0;
}
.noti_txt > li {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 15px;
  display: block;
  box-sizing: border-box;
  text-align: left;
}
.site_tab .site_tit {
  font-size: 25px;
  font-weight: 600;
  margin: 2rem 0 1rem;
}
.table_sty03 {
  /* margin-top: 50px; */
  line-height: 1.2;
  border-top: 1px solid #343434;
}
.table_sty03 > table {
  width: 100%;
  table-layout: fixed;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  clear: both;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 0px;
  line-height: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.table_sty03 > table thead th {
  background: rgba(0, 64, 103, 0.3);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
  font-weight: 600;
  color: #262626;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  padding: 15px 0;
  min-height: 66px;
  box-sizing: border-box;
  vertical-align: middle;
}
.table_sty03 > table tbody td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  padding: 10px 5px;
  box-sizing: border-box;
  min-height: 60px;
  word-break: keep-all;
  vertical-align: middle;
}
.table_sty03 > table thead tr {
  border-top: 0;
}

/* below 1024 */
@media (max-width: 1200px) {
  .table_sty03 > table thead th {
    letter-spacing: -0.5px;
    font-size: 15px;
  }
  .table_sty03 > table tbody th {
    letter-spacing: -0.5px;
  }
  .table_sty03 > table tbody td {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  .table_sty03 {
    overflow: scroll;
  }
  .table_sty03 > table thead th {
    letter-spacing: -0.8px;
  }
  .table_sty03 > table tbody th {
    letter-spacing: -0.8px;
  }
  .m_scroll {
    overflow: auto;
    display: block;
  }
  .m_scroll table br {
    display: block;
  }
  .m_scroll table {
    min-width: 980px !important;
  }
  .noti_txt > li {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .site_tab {
    padding: 1rem;
  }
  .site_tab h4 {
    font-size: 9vw;
    margin: 3rem;
  }
  .site_tab h6 {
    font-size: 6vw;
    margin: 0rem 0;
  }
  .site_tab {
    font-size: 4.2vw;
  }
}
