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

:root {
  --color-normal: #0a3d60;
  --color-normal-light: #8bc0b6;
  --color-normal-light-2: #87b1a9;
  --color-normal-dark: #184e47;
  --color-highlight: #0084ae;
  --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)));
}

.news-intro .title-common-primary {
  background: -webkit-gradient(linear, right top, left top, from(#a75f3f), to(#642d1e));
  background: linear-gradient(270deg, #a75f3f 0%, #642d1e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.news-intro .title-common-primary .title-label {
  margin: 0;
}
.news-intro .title-main {
  text-align: center;
}
.news-intro .news-block {
  padding: 0 0.1rem;
}
.news-intro .news-block .content-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-intro .news-block .content-detail {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media print, (min-width: 768px) {
  .news-intro .content-main {
    height: auto;
    padding-top: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .news-intro .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1366.98px) {
  .news-intro {
    padding: 0.8rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) and (max-height: 768px) {
  .news-intro .content-main {
    padding-top: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-intro {
    padding: 1.04rem 0 0.4rem;
  }
  .news-intro .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .news-intro .news-block {
    padding: 0 0.1rem;
    margin-bottom: 0.44rem;
  }
  .news-intro .news-block .news-image {
    padding-top: 68.5851318945%;
  }
  .news-intro .news-block .content-title {
    font-size: 0.2rem;
    line-height: 1.4;
    margin-bottom: 0.14rem;
  }
  .news-intro .news-block .content-detail {
    margin-bottom: 0.21rem;
  }
  .news-intro .title-common-primary {
    display: block;
    margin-bottom: 0.18rem;
  }
  .news-intro .title-common-primary .title-label {
    text-transform: none;
    font-family: "1FTV-Photograph-Signature", sans-serif;
    font-size: 0.5rem;
    line-height: 1.2;
  }
}

.slider-news-intro .slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slider-news-intro .swiper-button-prev,
.slider-news-intro .swiper-button-next {
  margin-top: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.slider-news-intro .swiper-button-prev:hover,
.slider-news-intro .swiper-button-next:hover {
  opacity: 0.8;
}
.slider-news-intro .swiper-button-prev::after,
.slider-news-intro .swiper-button-next::after {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url("../img/common/arrow_icon_03.svg") center center/cover no-repeat;
  text-indent: -9999px;
}
.slider-news-intro .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media print, (min-width: 768px) {
  .slider-news-intro {
    max-width: 17rem;
    margin: 0 auto;
    padding: 1.7rem 0.6rem 0.5rem;
  }
  .slider-news-intro .news-grid {
    display: grid;
    grid-auto-rows: minmax(1.6rem, auto);
    grid-template-columns: 7.75rem 1fr 1fr;
    gap: 0 0.3rem;
  }
  .slider-news-intro .news-common-item:first-child {
    grid-row: span 2;
  }
  .slider-news-intro .news-common-item:first-child .news-image {
    margin-bottom: 0.27rem;
    padding-top: 68.6451612903%;
  }
  .slider-news-intro .news-common-item:first-child .content-title {
    margin-bottom: 0.16rem;
  }
  .slider-news-intro .news-common-item:first-child .content-detail {
    margin-bottom: 0.21rem;
  }
  .slider-news-intro .swiper-button-prev::after,
  .slider-news-intro .swiper-button-next::after {
    width: 0.41rem;
    height: 0.41rem;
  }
}
@media (min-width: 768px) and (max-width: 1366.98px) {
  .slider-news-intro {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-news-intro {
    position: relative;
    padding: 0 0.52rem;
  }
  .slider-news-intro .news-common-item {
    margin-bottom: 0.2rem;
  }
  .slider-news-intro .news-common-item:last-child {
    margin-bottom: 0;
  }
  .slider-news-intro .swiper-button-prev,
  .slider-news-intro .swiper-button-next {
    top: 0.82rem;
  }
  .slider-news-intro .swiper-button-prev::after,
  .slider-news-intro .swiper-button-next::after {
    width: 0.25rem;
    height: 0.25rem;
  }
}

.news-common-item {
  display: block;
  text-decoration: none;
}
.news-common-item:hover .news-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-common-item img {
  -webkit-transition: -webkit-transform 3s cubic-bezier(0, 0.6, 0.45, 1);
  transition: -webkit-transform 3s cubic-bezier(0, 0.6, 0.45, 1);
  transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);
  transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1), -webkit-transform 3s cubic-bezier(0, 0.6, 0.45, 1);
}
.news-common-item .news-image {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.news-common-item .news-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.news-common-item .news-content {
  position: relative;
  z-index: 1;
}
.news-common-item .content-title {
  color: #2ea3a1;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-common-item .content-detail {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-common-item .content-detail p:last-child {
  margin-bottom: 0;
}
.news-common-item .content-time {
  display: block;
  color: #c76400;
}
.news-common-item .news-image {
  margin-bottom: 0.1rem;
  padding-top: 64.3431635389%;
}
.news-common-item .content-title {
  margin-bottom: 0.09rem;
  font-size: 0.2rem;
  line-height: 1.5;
}
.news-common-item .content-detail {
  font-size: 0.17rem;
  line-height: 1.5294117647;
}
.news-common-item .content-time {
  font-size: 0.17rem;
  line-height: 1.5294117647;
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .news-common-item .content-title {
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .news-common-item .content-detail,
  .news-common-item .content-time {
    font-size: 0.25rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-common-item .content-title {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
}

.news-post {
  position: relative;
  background-color: #d7d4c0;
}
.news-post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
.news-post .wrapper {
  position: relative;
  z-index: 1;
}
.news-post .title-common-primary {
  background: -webkit-gradient(linear, right top, left top, from(#a75f3f), to(#642d1e));
  background: linear-gradient(270deg, #a75f3f 0%, #642d1e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.news-post .title-common-primary .title-label {
  margin: 0;
}
.news-post .title-main {
  text-align: center;
}
.news-post .heading-title {
  color: #2ea3a1;
  font-weight: 600;
}
.news-post .heading-time {
  display: block;
  color: #bc612b;
}
@media print, (min-width: 768px) {
  .news-post {
    padding: 0.9rem 0 0.3rem;
  }
  .news-post .wrapper {
    max-width: 10.04rem;
  }
  .news-post .title-main {
    margin-bottom: 0.23rem;
  }
  .news-post .post-heading {
    margin-bottom: 0.2rem;
  }
  .news-post .heading-title {
    margin-bottom: 0.11rem;
    font-size: 0.3rem;
    line-height: 1.3333333333;
  }
  .news-post .heading-time {
    font-size: 0.17rem;
    line-height: 1.5294117647;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .news-post .heading-title {
    font-size: 0.44rem;
  }
  .news-post .heading-time {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-post {
    padding: 1.04rem 0 0.4rem;
  }
  .news-post .title-common-primary {
    display: block;
    margin-bottom: 0.18rem;
  }
  .news-post .title-common-primary .title-label {
    text-transform: none;
    font-family: "1FTV-Photograph-Signature", sans-serif;
    font-size: 0.5rem;
    line-height: 1.2;
  }
  .news-post .title-main {
    margin-bottom: 0.44rem;
  }
  .news-post .post-heading {
    margin-bottom: 0.1rem;
  }
  .news-post .heading-title {
    margin-bottom: 0.12rem;
    font-size: 0.25rem;
    line-height: 1.2;
  }
  .news-post .heading-time {
    font-size: 0.17rem;
    line-height: 1.5294117647;
  }
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.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 {
  margin: 1em 0;
  padding-left: 2em;
}

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

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

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

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

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

.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%;
  margin: 1.5em 0;
  border-collapse: collapse;
  font-size: 0.95rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-content .wp-caption-text {
  color: #8d8d8d;
  font-style: italic;
  text-align: center;
}

@media print, (min-width: 768px) {
  .post-content {
    font-size: 0.17rem;
    line-height: 1.5294117647;
  }
  .post-content p {
    margin-bottom: 0.14rem;
  }
  .post-content h2 {
    margin-bottom: 0.16rem;
    font-size: 0.17rem;
    line-height: 1.5294117647;
  }
  .post-content img {
    margin: 0.38rem 0 0.19rem;
  }
  .post-content .wp-caption-text {
    margin-bottom: 0.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .post-content {
    font-size: 0.25rem;
    line-height: 1.5;
  }
  .post-content h2 {
    font-size: 0.3rem;
  }
  .post-content h3 {
    font-size: 0.25rem;
  }
  .post-content h4 {
    font-size: 0.2rem;
  }
  .post-content h5 {
    font-size: 0.16rem;
  }
  .post-content h6 {
    font-size: 0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    font-size: 0.17rem;
    line-height: 1.5294117647;
  }
  .post-content p {
    margin-bottom: 0.15rem;
  }
  .post-content h2 {
    margin-bottom: 0.18rem;
    font-size: 0.17rem;
    line-height: 1.5294117647;
  }
  .post-content figcaption {
    font-size: 0.12rem;
  }
  .post-content .wp-caption-text {
    margin-bottom: 0.34rem;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .post-content img {
    margin: 0.24rem auto 0.1rem;
  }
}
.news-related {
  background: url("../img/common/touch_bg_01.jpg") center center/cover no-repeat;
}
.news-related .title-main {
  text-align: center;
}
.news-related .title-common-primary {
  background: -webkit-gradient(linear, right top, left top, from(#a75f3f), to(#642d1e));
  background: linear-gradient(270deg, #a75f3f 0%, #642d1e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.news-related .title-common-primary .title-label {
  margin: 0;
}
.news-related .news-copy {
  display: block;
  text-align: center;
}
.news-related .news-copy a {
  color: #c76400;
  text-decoration: none;
}
.news-related .news-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .news-related {
    margin-top: -0.02rem;
    padding: 0.27rem 0 0.29rem;
  }
  .news-related .wrapper {
    max-width: 15.84rem;
  }
  .news-related .title-main {
    margin-bottom: 0.34rem;
  }
  .news-related .news-copy {
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
  .news-related .news-controller {
    margin: 0.42rem 0 0.75rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-related {
    padding: 0.32rem 0;
  }
  .news-related .title-main {
    margin-bottom: 0.17rem;
  }
  .news-related .news-copy {
    font-size: 0.11rem;
    line-height: 1.6;
  }
}

.list-news-related .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .list-news-related .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-news-related .list-item {
    width: 33.3333333333%;
    margin-right: 0.365rem;
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
  .list-news-related .list-item:nth-child(3n) {
    margin-right: 0;
  }
  .list-news-related .news-image {
    margin-bottom: 0.23rem;
    padding-top: 68.7250996016%;
  }
  .list-news-related .content-detail {
    margin-bottom: 0.1rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .list-news-related .content-time {
    color: #2ea3a1;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-news-related {
    overflow: visible;
  }
  .list-news-related .list-item {
    margin-bottom: 0.2rem;
  }
  .list-news-related .list-item:last-child {
    margin-bottom: 0;
  }
  .list-news-related .content-detail {
    display: none;
  }
}

.list-related-wrapper {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .list-related-wrapper {
    margin-bottom: 0.3rem;
    padding: 0 0.42rem;
  }
  .list-related-wrapper .btn-prev,
  .list-related-wrapper .btn-next {
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    top: 0.93rem;
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    z-index: 1;
  }
  .list-related-wrapper .btn-prev:hover,
  .list-related-wrapper .btn-next:hover {
    opacity: 0.8;
  }
  .list-related-wrapper .btn-prev::after,
  .list-related-wrapper .btn-next::after {
    content: "";
    position: absolute;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: url("../img/common/arrow_icon_03.svg") center center/cover no-repeat;
    text-indent: -9999px;
    width: 0.25rem;
    height: 0.25rem;
  }
  .list-related-wrapper .btn-prev {
    left: -0.43rem;
  }
  .list-related-wrapper .btn-next {
    right: -0.43rem;
  }
  .list-related-wrapper .btn-next::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/*# sourceMappingURL=news.css.map */