body.lang-kor .story_text,
body.lang-kor .spec_title,
body.lang-kor .spec_row,
body.lang-kor .system_desc_item,
body.lang-kor .system_desc_item_title,
body.lang-kor .hero_desc {
  font-family: 'Noto Serif KR', sans-serif !important;
}

body.lang-kor .slogan img:nth-child(2) {
  width: 80%;
  margin-bottom: -9%;
}

/* 韓文行高調整 */
body.lang-kor .system_desc_item_title {
  line-height: 1.6;
}
body.lang-kor .hero_desc {
  line-height: 1.8;
  /* word-break: keep-all; */
}
body.lang-kor .movie_swiper .swiper-slide h3 span {
  white-space: normal;
  line-height: 1.45;
}

body.lang-kor .story_text {
  font-size: 1rem;
  line-height: 1.9;
  width: 90%;

  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  scroll-behavior: smooth;

  /* 底部 fade 提示還有內容 */
  /* -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0.75) 90%, rgba(0, 0, 0, 0.35) 96%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0.75) 90%, rgba(0, 0, 0, 0.35) 96%, rgba(0, 0, 0, 0) 100%); */
  z-index: 9;
}

body.lang-kor .system_tab span {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

body.lang-kor .icon-baha,
body.lang-kor .icon-fb {
  display: none;
}

body.lang-kor .social_gp li:nth-child(2),
body.lang-kor .social_gp li:nth-child(3),
body.lang-kor .social_gp li:nth-child(4),
body.lang-kor .social_gp li:nth-child(5),
body.lang-kor .social_gp li:nth-child(6),
body.lang-kor .social_gp li:nth-child(7),
body.lang-kor .social_gp li:nth-child(8) {
  display: none;
}

@media (max-width: 768px) {
  /* 韓文比較長 */
  body.lang-kor .system_tab span {
    font-size: 1rem;
    letter-spacing: 0em;
  }
}
