.container,
.footer,
.header {
  visibility: hidden;
}

:root {
  --color-normal: #0a3d60;
  --color-normal-light: #8bc0b6;
  --color-normal-light-2: #87b1a9;
  --color-normal-dark: #184e47;
  --color-highlight: #c19e74;
  --color-highlight-dark: #877055;
  --color-white: #fff;
  --color-red: #db595e;
  --color-pink: #ee849f;
  --color-black: #222;
  --color-grey: #646875;
  --color-grey-light: #aaa;
  --color-light: #ddd;
  --color-white-grey: #efefef;
  --color-bg: #ececec;
  --color-bg-black: #000;
  --color-text-scroll: #f2f2f2;
  --color-blue: #14799e;
  --color-orange: #dc6f27;
  --color-white-alpha: rgba(255, 255, 255, 0.5);
  --color-black-alpha: rgba(0, 0, 0, 0.5);
  --color-normal-alpha-03: rgba(10, 61, 96, 0.3);
  --color-normal-alpha-05: rgba(10, 61, 96, 0.5);
  --color-dark-alpha: rgba(24, 78, 71, 0.5);
  --color-highlight-alpha: rgba(171, 135, 104, 0.5);
  --color-white-zero: rgba(255, 255, 255, 0);
  --color-white-alpha-01: rgba(255, 255, 255, 0.1);
  --color-white-alpha-02: rgba(255, 255, 255, 0.2);
  --color-white-alpha-03: rgba(255, 255, 255, 0.3);
  --color-white-alpha-04: rgba(255, 255, 255, 0.4);
  --color-white-alpha-05: rgba(255, 255, 255, 0.5);
  --color-white-alpha-06: rgba(255, 255, 255, 0.6);
  --color-white-alpha-07: rgba(255, 255, 255, 0.7);
  --color-white-alpha-08: rgba(255, 255, 255, 0.8);
  --color-white-alpha-09: rgba(255, 255, 255, 0.9);
  --color-black-zero: rgba(0, 0, 0, 0);
  --color-black-alpha-01: rgba(0, 0, 0, 0.1);
  --color-black-alpha-02: rgba(0, 0, 0, 0.2);
  --color-black-alpha-03: rgba(0, 0, 0, 0.3);
  --color-black-alpha-04: rgba(0, 0, 0, 0.4);
  --color-black-alpha-05: rgba(0, 0, 0, 0.5);
  --color-black-alpha-06: rgba(0, 0, 0, 0.6);
  --color-black-alpha-07: rgba(0, 0, 0, 0.7);
  --color-black-alpha-08: rgba(0, 0, 0, 0.8);
  --color-black-alpha-09: rgba(0, 0, 0, 0.9);
  --color-bg-hide: linear-gradient(90deg, rgba(17, 74, 90, 1) 30%, rgba(17, 74, 90, 0) 80%);
  --color-black-alpha: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  --color-hide-top: linear-gradient(0deg, rgba(5, 44, 56, 0) 15%, rgba(5, 44, 56, 0.8) 40%, rgba(5, 44, 56, 0.8) 70%);
  --color-bg-banner: linear-gradient(0deg, rgba(17, 74, 90, 1) 0%, rgba(17, 74, 90, 0.3) 100%);
  --color-block-hide: linear-gradient(0deg, rgba(24, 78, 71, 0) 20%, rgba(24, 78, 71, 1) 100%);
  --color-black-thumb: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  --color-border: linear-gradient(0deg, #184e47 0%, #8bc0b6 50%, #ab8768 100%);
  --color-black-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
  --color-banner-hide: linear-gradient(0deg, rgba(10, 61, 96, 1) 10%, rgba(10, 61, 96, 0) 60%);
  --color-border-gradient: linear-gradient(135deg, #ab8768 0%, rgba(255, 255, 255, 0) 50%, #e1cab0 100%);
  --color-mask: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  --color-dot: linear-gradient(135deg, #ab8768 0%, #dc6f27 100%);
  --color-dot-2: linear-gradient(135deg, #cb4600 0%, #7f1417 100%);
  --color-text-gradient: linear-gradient(90deg, #c69b77 0%, #62b9d3 30%, #fff 70%, #7b9164 100%);
  --color-text-red: linear-gradient(90deg, #fff 0%, #8bc0b6 30%, #fff 50%, #ab8768 80%, #dc6f27 100%);
  --color-bg-news: linear-gradient(0deg, #8bc0b6 0%, #184e47 50%, #0a3d60 100%);
  --color-bg-blur: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  --color-bg-gradient: linear-gradient(135deg, #ab8768 0%, #877055 50%, #ab8768 100%);
  --color-bg-gradient-2: linear-gradient(135deg, #8bc0b6 0%, #184e47 50%, #8bc0b6 100%);
  --block-A: #184e47;
  --block-B: #877055;
  --office: #6b90b8;
  --shophouse: #c9b8a6;
  --trendy: #dfdc8e;
  --classy: #ffd57e;
  --morden: #f37477;
  --morden-1: #beddd8;
  --morden-2: #81ccba;
  --morden-3: #ffd1d1;
  --morden-4: #f5acac;
  --elegant: #9ea2cc;
  --font-note: "Oswald";
}

img:not([src]) {
  visibility: hidden;
}

.splitting .char,
.splitting .word {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.splitting .char::after,
.splitting .char::before {
  content: attr(data-char);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.section-news-post {
  color: #fff;
  background: url("../img/common/common_bg_03.jpg") top center/100% auto no-repeat;
  position: relative;
}

.section-news-post::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 80, 75, 0)), color-stop(9.39%, #0F504B), to(#0F504B));
  background: linear-gradient(180deg, rgba(15, 80, 75, 0) 0%, #0F504B 9.39%, #0F504B 100%);
  pointer-events: none;
}

.section-news-post .heading-title {
  font-weight: 400;
}

.section-news-post .heading-time {
  display: block;
}

@media print, (min-width: 768px) {
  .section-news-post {
    padding: 0.56rem 0 1.11rem;
  }
  .section-news-post::before {
    top: 7.71rem;
  }
  .section-news-post .wrapper {
    max-width: 14.42rem;
  }
  .section-news-post .title-common-primary {
    margin-bottom: 0.6rem;
  }
  .section-news-post .post-heading {
    margin-bottom: 0.2rem;
  }
  .section-news-post .heading-title {
    margin-bottom: 0.08rem;
    font-size: 0.4rem;
    line-height: 1.6;
  }
  .section-news-post .heading-time {
    font-size: 0.2rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-news-post {
    padding: 0.8rem 0 0.6rem;
  }
  .section-news-post .title-common-primary {
    margin-bottom: 0.2rem;
  }
  .section-news-post .post-heading {
    margin-bottom: 0.1rem;
  }
  .section-news-post .heading-title {
    margin-bottom: 0.08rem;
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .section-news-post .heading-time {
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1em;
  color: #fff;
}

.post-content h1 {
  font-size: 0.3rem;
}

.post-content h2 {
  font-size: 0.25rem;
}

.post-content h3 {
  font-size: 0.2rem;
}

.post-content h4 {
  font-size: 0.16rem;
}

.post-content h5 {
  font-size: 0.13rem;
}

.post-content h6 {
  font-size: 0.1rem;
}

.post-content p {
  margin-bottom: 1em;
}

.post-content a {
  color: #007bff;
  text-decoration: underline;
}

.post-content a:hover {
  opacity: 0.8;
}

.post-content ul,
.post-content ol {
  padding-left: 2em;
  margin: 1em 0;
}

.post-content li {
  margin-bottom: 0.5em;
}

.post-content blockquote {
  border-left: 4px solid #ddd;
  padding: 0.5em 1em;
  margin: 1.5em 0;
  font-style: italic;
  background: #fafafa;
}

.post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
}

.post-content figure {
  margin: 1.5em 0;
  text-align: center;
}

.post-content figcaption {
  font-size: 0.2rem;
  margin-top: 0.5em;
}

.post-content div:has(img) {
  width: 100% !important;
}

.post-content .wp-caption {
  width: 100% !important;
}

.post-content strong {
  font-weight: 700;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95rem;
}

.post-content table th,
.post-content table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.post-content table th {
  background: #f5f5f5;
  font-weight: 600;
}

.post-content code {
  background: #f0f0f0;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 0.16rem;
  font-family: "Courier New", monospace;
}

.post-content pre {
  background: #2d2d2d;
  color: #eee;
  padding: 15px;
  overflow-x: auto;
  border-radius: 6px;
  margin: 1.5em 0;
}

.post-content pre code {
  background: none;
  padding: 0;
  color: inherit;
}

.post-content iframe {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 1.5em 0;
}

.post-content video {
  max-width: 100%;
  display: block;
  margin: 1em 0;
}

.post-content hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2em 0;
}

.post-content .wp-block-button__link {
  background: #007bff;
  padding: 0.6em 1.2em;
  border-radius: 4px;
  text-decoration: none;
}

.post-content .wp-block-button__link:hover {
  opacity: 0.85;
}

.post-content .wp-block-quote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
}

.post-content .alignleft {
  float: left;
  margin-right: 1em;
}

.post-content .alignright {
  float: right;
  margin-left: 1em;
}

.post-content .aligncenter {
  display: block;
  margin: 0 auto;
}

.post-content .wp-caption-text {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.post-content a {
  color: #fff;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .post-content {
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .post-content p {
    margin-bottom: 0.24rem;
  }
  .post-content h2 {
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .post-content h2 {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    line-height: 1.2;
  }
  .post-content figcaption {
    font-size: 0.12rem;
  }
}
@media print, (min-width: 768px) {
  .section-common-news {
    padding: 0.56rem 0 0.7rem;
  }
}
/*# sourceMappingURL=news.css.map */