.page-news {
  position: relative;
  padding-top: 60px;
  flex: 1;
}
@media (min-width: 768px) {
  .page-news {
    background: #f6f6f6 url("../../images/h_bg_line_01.svg") no-repeat right bottom/contain;
    background-size: 834px 422px;
    background-position: top -67px right -479px;
  }
}
@media (min-width: 1200px) {
  .page-news {
    padding-top: 75px;
    background-size: 1043px 528px;
    background-position: top -23px right calc(50% - 423px - 198px);
  }
}

.section-breadcrumb {
  padding: 20px 0 24px;
}
@media (min-width: 768px) {
  .section-breadcrumb {
    padding: 48px 0 20px;
  }
}
@media (min-width: 1200px) {
  .section-breadcrumb {
    padding: 32px 0 20px;
  }
}
@media (min-width: 768px) {
  .section-breadcrumb .container {
    padding: 0 34px;
    max-width: 768px;
  }
}
@media (min-width: 1200px) {
  .section-breadcrumb .container {
    padding: 0 40px;
    max-width: 880px;
  }
}

.section-news-article {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .section-news-article {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .section-news-article .container {
    padding: 0 34px;
    max-width: 768px;
  }
}
@media (min-width: 1200px) {
  .section-news-article .container {
    padding: 0 40px;
    max-width: 880px;
  }
}

.news-article {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .news-article {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 20px;
  }
}
@media (min-width: 1200px) {
  .news-article {
    padding: 40px;
  }
}

.article-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .article-title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.44px;
  }
}
@media (min-width: 1200px) {
  .article-title {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1.68px;
  }
}

.time {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.48px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.6);
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .time {
    margin-bottom: 32px;
  }
}

.article-content {
  border-top: 1px solid rgba(34, 34, 34, 0.1019607843);
  padding-top: 24px;
  color: rgba(34, 34, 34, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media (min-width: 1200px) {
  .article-content {
    padding-top: 32px;
  }
}
.article-content h2 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .article-content h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.44px;
  }
}
@media (min-width: 1200px) {
  .article-content h2 {
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 1.92px;
    margin-bottom: 12px;
  }
}
.article-content h3 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .article-content h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
}
.article-content p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .article-content p {
    margin-bottom: 12px;
  }
}
.article-content ol {
  padding-left: 20px;
  margin: 8px 0;
}
@media (min-width: 1200px) {
  .article-content ol {
    margin: 12px 0;
  }
}
.article-content ol li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.56px;
  color: rgba(34, 34, 34, 0.8);
}
.article-content ul {
  padding-left: 20px;
  margin: 8px 0;
  list-style: disc;
}
@media (min-width: 1200px) {
  .article-content ul {
    margin: 12px 0;
  }
}
.article-content ul li {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.8);
  position: relative;
}
.article-content a {
  display: inline-block;
  color: #009143;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .article-content a {
    margin-bottom: 12px;
  }
}
.article-content a:hover {
  color: #007e3a;
}
.article-content img {
  width: 100%;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.56px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .article-content table {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .article-content table {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
  }
}
.article-content table thead tr {
  background: #f6f6f6;
}
.article-content table th {
  padding: 12px;
  text-align: left;
  font-weight: 600;
  color: #222222;
  width: auto;
}
@media (min-width: 768px) {
  .article-content table th {
    padding: 16px 20px;
  }
}
.article-content table tbody tr {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1019607843);
}
.article-content table td {
  padding: 12px;
  color: #222222;
  width: auto;
}
@media (min-width: 768px) {
  .article-content table td {
    padding: 12px 20px;
  }
}
.article-content .download-files {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .article-content .download-files {
    margin-bottom: 32px;
  }
}
.article-content .download-files a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  background: #f6f6f6;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .article-content .download-files a {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .article-content .download-files a {
    padding: 14px 20px;
  }
}
.article-content .download-files a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background: url("../../images/icon-download_file.svg") no-repeat right bottom/contain;
  background-size: contain;
  pointer-events: none;
}
.article-content .download-files a:hover {
  background: #e7f9e8;
}
.article-content .download-files a span {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #222222;
  font-weight: 500;
}

.news-nav {
  display: flex;
  align-items: stretch;
  border-top: 1px solid rgba(34, 34, 34, 0.1019607843);
  gap: 0;
  padding-top: 24px;
}
@media (min-width: 1200px) {
  .news-nav {
    padding-top: 32px;
  }
}

.news-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: rgba(34, 34, 34, 0.6);
  height: 59px;
  flex: 1;
  min-width: 0;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .news-nav-item {
    gap: 12px;
  }
}
.news-nav-item:hover .news-nav-arrow,
.news-nav-item:hover .news-nav-label {
  color: #009143;
}
.news-nav-item.disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.news-nav-prev {
  padding-right: 20px;
}
.news-nav-prev::after {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  background: rgba(34, 34, 34, 0.1019607843);
  position: absolute;
  right: 0;
  top: 8.5px;
}
@media (min-width: 768px) {
  .news-nav-prev::after {
    height: 59px;
    top: 0;
  }
}

.news-nav-next {
  padding-left: 20px;
  justify-content: flex-end;
}

.news-nav-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #222222;
  transition: 0.3s;
}

.news-nav-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
@media (min-width: 1200px) {
  .news-nav-content {
    gap: 4px;
  }
}
.news-nav-next .news-nav-content {
  align-items: flex-end;
}

.news-nav-label {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #222222;
  transition: 0.3s;
}

.news-nav-title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.48px;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: rgba(34, 34, 34, 0.6);
  width: 100%;
}
@media (min-width: 768px) {
  .news-nav-title {
    width: 229px;
  }
}
@media (min-width: 1200px) {
  .news-nav-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.56px;
    width: 224px;
  }
}
