<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, * { box-sizing: border-box; margin: 0;}

body {
  background: url("../images/bg.jpg?20220317") top no-repeat #101532;
  background-size: 105%;
  width: 100%;
  font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  animation-delay: 0.5s;
  animation: shrink 10s 1;
  animation-fill-mode: forwards;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  background-color: #000;
}
#loading .loader-inner{
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
}

.text_yellow {
	
  color: #fff;
}

.text_white {
  color: #fff;
}

.text_black {
  color: #fff;
}

.block_red {
  height: 20px;
 border: solid 1px #ff030f ;
  max-width: 10rem;
  margin: 0 auto 5% auto;
  padding: 20px;
}

button {
  border-radius: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  -moz-outline-style: none;
}

a:focus, a:active {
  outline: none;
  -moz-outline-style: none;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0.8rem;
  text-align: center;
}

p {
  float: left;
  text-align: justify;
  text-justify:inter-ideograph;
  line-height: 2rem;
  letter-spacing: .05rem;
  font-size: 1.2rem;
}

section {
  position: relative;
  overflow: hidden;
  color: #fff;
  margin: 0 0 10% 0;
  height: 100%;
}

section .blockade {
  width: 100%;
  height: 100px;
  width: 105%;
  margin: 5% -2.5% 8%;
  background: url("../images/mist-left.png") center no-repeat;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  position: relative;
  animation-timing-function: ease-out;
}

section .blockade.style01 {   
  animation-name: blockade_l;
  left: -100%;
}

section .blockade.style02 {
  animation-name: blockade_r;
  right:-100%;
}

section h1 { 
  font-size: 2.2rem;
}

section h3 { 
  font-size: 1.3rem;
  letter-spacing: .2rem;
}

section h6{
  letter-spacing: .6rem;
}

.left {
  float: left;
}

.right {
  float: right;
}

.container { padding: 0px 15px 0px 15px; }

.content {
  line-height: 0;
  width: 85%;
  margin: 0 7.5%;
  padding: 2% 0;
}

#dramalogo {
  
  height: 300px; 
  
}

#home {
  margin: 0;
}

#intro .content img {
  float: left;
  width: 100%;
  border: solid 1px rgba(255, 255, 255, .0);
}

#intro .content p {
  width: 100%;
  padding: 5% 0 0 0;
}

#cast .content img {
  border: solid 1px rgba(255, 255, 255, .0);
  transition: 0.5s;
  float: left;
  width: 100%;
}

#cast .content img:hover {
  border: solid 1px rgba(255, 204, 0, 1);
}

.cast-popup {
  background: #fff;
  text-align: left;
  width: 100%;
  margin: auto;
}

.cast-popup .content {
  float: left;
  margin: 0 80px;
  padding: 50px;
  background:rgba(0,0,0,0.8);
  width: 80%;
}

.cast-popup .content h4 {
  width: 100%;
  text-align:left;
  font-weight:normal;
  float: left;
  margin: 0;
  color:#ff030f;
  font-size: 1.65rem;
  letter-spacing: 0.05rem;
  line-height: 1.5rem;
  font-weight: 200;
}

.cast-popup .content p {
  width:  100%;
  margin: 0;
  padding: 2% 0;
  font-size: 0.8rem;
  line-height: 1.3rem;
  letter-spacing: 0.02rem;
  color:  #fff;
}

.cast-popup .content span {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  color:#fff;
}

.cast-popup .content button {
  margin: 5% 35% 0;
  width: 30%;
  height: 40px;
  background-color: #fff;
}

.cast-popup .content button:hover {
  background-color: #ff030f;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

#promo img.play {
  width: 20%;
  margin: -40% 50%;
  left: -10%;
  position: relative;
  z-index: 1;
  transition: transform .3s;
  cursor: pointer;
}

#promo img.play:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#promo .content img.left {
  float: left;
  border: solid 1px rgba(255, 255, 255, .0);
  position: relative;
  margin: 0;
  width: 100%;
}
#story .content div {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;

}

#story .content div p { 
	margin: 1rem 0 3rem;
	background:rgba(0,0,0,0.3);
}

.slider {
  margin: auto;
  width: 80%;
}

.slick-slide { 
  margin: 0px 0.3%;
}

.slick-slide img {
  width: 100%;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-prev:before {
    background-image: url('../images/back.png');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
}

.slick-next:before {
    background-image: url('../images/next.png');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
}

@keyframes blockade_l {
  0% {
    left:-100%;
            transform:rotate(5.5deg) scaleY(1);
    -webkit-transform:rotate(5.5deg) scaleY(1);  
  }
  25% {
    left:-50%;
            transform:rotate(5.5deg) scaleY(0);
    -webkit-transform:rotate(5.5deg) scaleY(0);  
  }
  100% {
    left:0;
            transform:rotate(5.5deg) scaleY(1);
    -webkit-transform:rotate(5.5deg) scaleY(1);  
  }
}

@keyframes blockade_r {
  0% {
    right:-100%;
            transform:rotate(174.5deg) scaleY(1);
    -webkit-transform:rotate(174.5deg) scaleY(1); 
  }
  25% {
    right:-50%; 
            transform:rotate(174.5deg) scaleY(0);
    -webkit-transform:rotate(174.5deg) scaleY(0); 
  }
  100% {
    right:0; 
            transform:rotate(174.5deg) scaleY(1);
    -webkit-transform:rotate(174.5deg) scaleY(1); 
  }
}

@keyframes shrink {
  0% {
    background-size: 105%;
  }
  100% {
    background-size: 100%;
  }
}

@keyframes dramalogo {
    0%{
      background-position:2000px 0px;
      opacity: 1;
    }
    2%{
      background-position:2000px 0px;
      opacity: 1;
    }
    3%{
      background-position:1999px 2px;
      opacity: 0.7;
    }
    45%{
      background-position:2000px -1px;
      opacity: 0.9;
    }
    47%{
      background-position:100px 0px;
      opacity: 0.95;
    }
    69%{
      background-position:2000px 0px;
      opacity: 0.9;
    }
    70%{
      background-position:1000px 0px;
      opacity: 0.95;
    }
    72%{
      background-position:1000px 3px;
      opacity: 1;
    }
    75%{
      background-position:1510px -10px;
      opacity: 0.8;
    }
    76%{
      background-position:1500px -3px;
      opacity: 1;
    }
    77%{
      background-position:1500px 0px;
      opacity: 0.9;
    }
    78%{
      background-position:-300px -10px;
      opacity: 0.85;
    }
    90%{
      background-position:2000px -1px;
      opacity: 0.1;
    }
    98%{
      background-position:2000px 0px;
      opacity: 0;
    }
    99%{
      background-position:2000px 1px;
      opacity: 0.1;
    }
    100%{
      background-position:2000px 0px;
      opacity: 0.9;
    }
}

#footer .copyright {
  display: none;
}

/* facebook */

.fb-like{
  margin-left:10px;
  margin-top: -5px;
}

@media (min-width: 0) {

.container { margin-right: auto; max-width: 100%; margin-left: auto; 
}

.container:after { content: " "; display: block; clear: both;
}

#footer {
  position: fixed;
  z-index: 2;
  font-weight: 100;
  bottom: 1.2rem;
  color: #fff;
  left: 0;
  letter-spacing: 0.1rem;
  font-size: 15px;
  width: 100vw;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
}
}
@media (min-width: 576px) {

.container {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;

}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.cast-popup {
  width: 50%;
}

#footer .copyright {
  display: inline-block;
}
}
@media (min-width: 768px) {

p {
  line-height: 2.2rem;
  letter-spacing: .1rem;
  font-size: 1.3rem;
}

section h1 { 
  font-size: 2.6rem;
  letter-spacing: .1rem; 
  font-weight: 600;
}
section h6{
  letter-spacing: .8rem;
	color:#ed063d;
}

.container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;

}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

#dramalogo {
  margin: 40% -250px 2%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

#intro .content img {
  width: 40%;
}

#intro .content p {
  width: 100%;
  padding: 0 0 0 0%;
}

.cast-popup .content h4 {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  margin: 0;
  font-weight: 100;
}

.cast-popup .content p {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}


#promo img.play {
  width: 10%;
  margin: 42% -7%;
  left: -5%;
}

#story .content div p {
  padding: 10px 40px 10px 40px;

}
}
@media (max-width: 992px) {

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;

}

.container:after {
  content: " ";
  display: block;
  clear: both;
}
}
@media (min-width: 1200px) {

section {
  width: 100%;
  overflow: initial;
  height: 100%;
  margin: 12% 0 ;
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
	
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

#dramalogo {
  margin: 42% -250px 0;
  transform: scale(1);
  -webkit-transform: scale(1);
}
}

a {
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-decoration: none;
}

a:hover, a :focus { color: #ff030f; }

.menu-left a {
  display: inline-block;
  position: relative;
  transition: color .35s ease;
  padding-bottom: 0;
  padding-top: .3rem;
}

.menu-left a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: width 0s ease, background .35s ease;
}

.menu-left a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #ff030f;
  transition: width .35s ease;
}

.menu-left a:hover:before {
  width: 100%;
  background: #ff030f;
  transition: width .35s ease;
}

.menu-left a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
#promo .content img.left {
  float: left;
  border: solid 1px rgba(255, 255, 255, .0);
  position: relative;
  margin: 0px -20px;
  width: 100%;
}

header {
  width: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 5;
  will-change: transform;
  transition: background .3s, -webkit-transform .5s cubic-bezier(.694, .048, .335, 1);
  transition: transform .5s cubic-bezier(.694, .048, .335, 1), background .3s;
  transition: transform .5s cubic-bezier(.694, .048, .335, 1), background .3s, -webkit-transform .5s cubic-bezier(.694, .048, .335, 1);
  transform: translateY(0);
  color: whait;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  padding: 0.6rem 0 0.8rem;
  line-height: inherit;
  font-size: 1.25rem;
  letter-spacing: 0.03rem;
  text-align: center;
}

header nav .logo {
  font-weight: 500;
  float: left;
  padding-top: .3rem;
}

header nav .logo:after {
  content: '';
  display: table;
  clear: both;
}

header nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

header nav ul li {
  float: none;
  margin-left: 0;
}
@media (min-width: 992px) {

header nav ul li {
  float: left;
  margin-left: 0.65rem;
}
}

header nav ul li a { display: block; }
@media (min-width: 992px) {

header nav ul li a { display: block; padding: .425rem 0rem;
}
}
 @media (max-width: 992px) {

ul { clear: both; }

ul li { padding: .5em 0; }
}

.hide-nav {
 transform: translateY(-120% !important); -webkit-transform: translateY(-120%) !important; }

ul.menu-left {
  max-height: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 10;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) {

ul.menu-left {
  display: block !important;
  float: right;
  max-height: none;
}
}

ul.menu-left:before {
  content: '';
  display: table;
  clear: both;
}

ul.menu-left.collapse { max-height: 18em !important; }

.nav-toggle {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  float: right;
  padding: 4px 4px;
  width: 32px;
  height: 32px;
}

.nav-toggle.open span:first-child { transform: rotate(45deg) translate(4.4px, 4.4px); }

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-toggle.open span:last-child { transform: rotate(-45deg) translate(4.4px, -4.4px); }
@media (min-width: 992px) {

.nav-toggle { display: none; }
}

.nav-toggle span {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 5.5px;
  background-color: #fff;
  transition: all .25s;
}

/* �臁暺� */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

.noise {
  /*��𣂼之�坔�𠻺iv*/
  width: 100vw;
  height:100vh;
  background-image: url(../images/noise.png);
  background-position:0 0;
  opacity:0.9;
}

.noise-ani{
  position: fixed;
  z-index: 0;
  animation:noise-ani .8s linear infinite; 
}

@keyframes noise-ani{
  50%{background-position:800px 600px;}
  100%{background-position:-600px -400px;

}</pre></body></html>