:root {
  --color1: #a7212f;
  --color2: #d3ebff;
  --color3: #c12a39;
  --menu-color3: #d3ebff;
}

.blk_pre a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.blk_pre a:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/**--  animation  --**/
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
/**--  kv  --**/
.kv_pc {
  z-index: 1;
}

.kv_item-pc {
  width: 100%;
  padding-bottom: 39.0625%;
}
.kv_item-pc .glitch-img {
  background: url("../images/kv_bg.jpg") no-repeat;
  background-size: cover;
}

.kv_item {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.kv_item-date {
  width: 26%;
  top: 69%;
  -webkit-animation: text-focus-in 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.8s both;
          animation: text-focus-in 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.8s both;
}

.kv_item-title {
  width: 41%;
  top: 8%;
  -webkit-animation: text-focus-in 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s both;
          animation: text-focus-in 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s both;
}

.kv_item-sale {
  width: 29%;
  top: 70.5%;
  -webkit-animation: text-focus-in 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.4s both;
          animation: text-focus-in 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.4s both;
}

.kv_m {
  position: relative;
  z-index: 1;
}

.demo-stage {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0;
  position: relative;
  z-index: 100;
}

.title-particles {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/750;
  isolation: isolate;
  overflow: hidden;
}

.title-particles__image,
.title-particles__canvas {
  position: absolute;
  display: block;
}

.title-particles__image {
  top: 8%;
  left: 50%;
  width: 41% !important;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 900ms ease, -webkit-filter 900ms ease;
  transition: opacity 900ms ease, -webkit-filter 900ms ease;
  transition: opacity 900ms ease, filter 900ms ease;
  transition: opacity 900ms ease, filter 900ms ease, -webkit-filter 900ms ease;
}

.title-particles__canvas {
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
}

.title-particles.is-dispersing .title-particles__image {
  opacity: 0;
  -webkit-filter: blur(1.8px);
          filter: blur(1.8px);
}

@media (prefers-reduced-motion: reduce) {
  .title-particles__canvas {
    display: none;
  }
  .title-particles__image {
    -webkit-transition: none;
    transition: none;
  }
}
.glitch {
  overflow: hidden;
}

.glitch-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.glitch-img:nth-child(n+2) {
  opacity: 0;
}
.glitch-img:nth-child(n+2) {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.glitch-img:nth-child(2) {
  background-color: transparent;
  background-blend-mode: none;
  -webkit-animation-name: glitch-anim-1;
          animation-name: glitch-anim-1;
}
.glitch-img:nth-child(3) {
  background-color: transparent;
  background-blend-mode: none;
  -webkit-animation-name: glitch-anim-2;
          animation-name: glitch-anim-2;
}
.glitch-img:nth-child(4) {
  background-color: transparent;
  background-blend-mode: none;
  -webkit-animation-name: glitch-anim-3;
          animation-name: glitch-anim-3;
}

@-webkit-keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@-webkit-keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@-webkit-keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
            transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
            transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
            transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
            transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
header {
  z-index: 2;
}

.showByDate {
  /*display: block !important;*/
}

.menustyle2 {
  width: 160px;
  border: unset;
  background-image: url(../images/bg2.jpg);
  background-size: 20% auto;
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    width: 100%;
    background-size: 15% auto;
  }
}
.menustyle2 a {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
}

html,
body {
  background: #000;
}

.bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 49.0104166667%;
}
@media screen and (max-width: 991px) {
  .bg {
    display: none;
  }
}
.bg .glitch-img {
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
}

.btt {
  font-family: "Noto Serif TC", serif;
  font-weight: 800;
  color: var(--color2);
}
.btt small {
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
  font-size: 0.46em;
}

.half ul h3,
.special_5p_1 .stt-sp h3 {
  font-family: "Noto Serif TC", serif;
  font-weight: 800;
  color: var(--color2);
  background-image: url(../images/stt2.png);
  background-size: 15em 1em;
  background-position: left 10em center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .half ul h3,
  .special_5p_1 .stt-sp h3 {
    font-size: 40px;
    background-position: center;
  }
}
@media screen and (max-width: 450px) {
  .half ul h3,
  .special_5p_1 .stt-sp h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .special_5p_1 .stt-sp h3 {
    margin-top: 1em;
  }
}

.half ul h3 {
  background-position: center;
}

.blk_pre {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, #000 90%, rgba(0, 0, 0, 0) 100%);
  padding-bottom: 60px;
  position: relative;
}
.blk_pre img {
  max-width: 100%;
}
.blk_pre .tips:nth-last-of-type(1) img {
  border: 2px solid var(--color1);
}

.blk_bas {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 450px) {
  .blk_bas {
    margin-top: 10px;
  }
}

.blk_head {
  font-size: 64px;
  background: url(../images/btt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.blk_body {
  font-size: 64px;
}
.blk_body:nth-of-type(1) {
  margin-top: 0;
}
.blk_pre .blk_body {
  background-color: unset;
}
.blk_bas .blk_body {
  padding-top: 2em;
  margin-top: -2em;
  background-color: #000;
  border: 8px double var(--color1);
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_body {
    padding-top: 0.5em;
    margin-top: -1em;
    border: unset;
    outline: 8px double var(--color1);
  }
}

.published .font,
.hightlight .font h4,
.special_5p_1 .hightlight_5p ul li h4 {
  background-image: url(../images/bg2.jpg);
  background-size: 20% auto;
}

.half ul {
  background: #343535;
}

.hightlight .scene .font p {
  color: #fff;
}

.published img {
  -o-object-fit: contain;
     object-fit: contain;
}

.published .font p {
  font-weight: 400;
}

.special_5p_1 .hightlight_5p ul li,
.special_5p_1 .hightlight_5p ul li:first-child {
  background-color: #343535;
}

.special_5p_1 .hightlight_5p img {
  background-color: #fff;
}

.special_5p_1 .hightlight_5p ul li p {
  color: #fff;
}