:root {
  --sung-news-read-title: 36px;
  --sung-news-read-text: 18px;
  --sung-news-read-padding: 70px;
}

.sung_news_read {
  padding-top: var(--sung-news-read-padding);
  padding-bottom: var(--sung-news-read-padding);
}

.sung_news_read .news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.sung_news_read .news-tit h1 {
  font-size: var(--sung-news-read-title);
  line-height: 1.2;
  font-weight: 700;
  color: var(--title-text-color);
}

.sung_news_read .news-tit .time {
  margin-top: 20px;
}

.sung_news_read .news-tit .time span {
  font-size: var(--sung-news-read-text);
  line-height: 1.4;
  color: #7f7f7f;
}

.sung_news_read .news-content {
  line-height: 1.4;
  font-size: var(--sung-news-read-text);
}

.sung_news_read .news-content p {
  margin-bottom: 20px;
  color: var(--title-text-color);
  font-size: 16px;
}

.sung_news_read .news-content strong {
  color: var(--title-text-color);
}

.sung_news_read .news-content h5 {
  font-size: 22px;
  color: var(--title-text-color);
  font-weight: 700;
  margin-bottom: 20px;
}

.sung_news_read .news-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.sung_news_read .news-content table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  line-height: 24px;
  color: #484848;
  font-size: 14px;
}

.sung_news_read .news-content table tr > th {
  padding: 10px 20px;
  font-weight: 600;
  border: 1px solid #dcdcdc;
  text-align: center;
}

.sung_news_read .news-content table tr > td {
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  text-align: center;
}

.sung_news_read .pnbar {
  padding-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #ccc;
  gap: 20px;
}

.sung_news_read .pnbar > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  background: var(--bg-color);
  transition: background-color 0.3s ease;
}

.sung_news_read .pnbar em {
  padding: 8.5px 15.85px 9.5px 16px;
  font-size: 15px;
  
  line-height: 1;
  background: var(--color-primary);
    color: #fff;
    border-radius: var(--button-radius);
     border: 1px solid var(--color-primary);
}

.sung_news_read .pnbar > a:hover {
  /*background-color: var(--color-second);*/
}
.sung_news_read .pnbar > a:checked {
  /*background: #b81210;*/
}

.sung_news_read .pnbar > a:hover em,
.sung_news_read .pnbar > a:checked em {
background: none;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

@media screen and (max-width: 1500px) {
  :root {
    --sung-news-read-title: 40px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --sung-news-read-padding: 60px;
    --sung-news-read-title: 36px;
    --sung-news-read-text: 17px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --sung-news-read-padding: 50px;
    --sung-news-read-title: 28px;
    --sung-news-read-text: 16px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --sung-news-read-padding: 40px;
    --sung-news-read-title: 28px;
    --sung-news-read-text: 16px;
  }
  .sung_news_read .news-content p {
 
  font-size: 14px;
}

}

@media screen and (max-width: 768px) {
  :root {
    --sung-news-read-padding: 30px;
    --sung-news-read-title: 24px;
    --sung-news-read-text: 15px;
  }
  .sung_news_read .news {
    gap: 20px;
  }
  .sung_news_read .news-content h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .sung_news_read .news-content p {
    margin-bottom: 15px;
  }

  .sung_news_read .pnbar {
    margin-top: 30px;
    padding-top: 30px;
  }

  .sung_news_read .pnbar em {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .sung_news_read .news-content {
    line-height: 1.3;
    font-size: 15px;
    padding: 20px 10px 15px;
  }
   .sung_news_read .news-content p {
  font-size: 13px;
}
}
