<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
    height: 100%;
    width: 100%;
}
img{
	border:0;
}
body{
    margin:0;
    background-color:#bbc8d8;
    color: #fffdf4;
    z-index: -1;
    font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif; 
}
a{
    color:#fffdf4;
    cursor:pointer;
    text-decoration:none;
}
p,h1,h2,h3,h4,h5{
    letter-spacing:1.2px;
}
p{
    font-size:1.2rem;
    line-height: 32px;
	color:#666;	
}
h1{
    font-size: 32px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 16px;
}
.t{
	position:relative;
	left:50%;
	margin:3% 0 3% -150px;
}
title{
	margin-top:-10px;
	text-indent:-9999px;
	overflow:hidden;
    text-align:center;
    background-repeat:no-repeat;
    background-position:center;
}
#showtime::before {
    content: "���";
    color: #f84792;
    -webkit-animation: fadeinout 5s linear 1 forwards;
    animation: fadeinout 2s linear 1 forwards;
    animation-iteration-count: 1;
    animation-iteration-count: infinite;
    font-size: 10px;
    position: relative;
    top: -1px;
    left: -5px;
}
@-webkit-keyframes fadeinout {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fadeinout {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
#header .header{
    width:100%;
}
#header{
    background-size: 100% auto;
    background-position:top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    z-index: -1;
    width:100%;
    height: 100%;
}
.paperTop_bg{
	width:68%;	
    position:absolute;
    padding-top:0%;
    margin-top:0%;
    margin-left:16%;
}
#content{
    float: left;
    padding-top:0;
    margin-left:16%;
    padding-bottom:100px;
    height:100%;
    width:68%;
    background: url(../images/paper_bg.png);
}

#chart, #cast, #story{
    display: inline-block;
	height:auto;
}
.chart{
    width:80%;
    padding:0 10%;
}
.chart_img{
    width:100%;
}
.story{
    width:80%;
    margin:10%;
}
.cast{
    width:80%;
    margin:5% 10% 0 10%;
}
.cast .row{
	float:left;
	width:100%;
    margin: 20px 0;
}
.cast img.pic{	
    width:100%;	
}
.cast .content {
    width: 45%;
    float: left;
    text-align: left;
    padding: 0 2.5%;
}
.cast h3{
    margin: 30px 0 20px;
    font-size: 1.8rem;
    font-weight: 500;
	color:#000;
}
.cast span{
	color:#d72086;
}
.story h2{
    font-size: 24px;
    margin-bottom: 28px;
    margin-left: -10px;
    letter-spacing: 2px;
    text-align: center;
    padding: 8px 25px;
    display: inline-block;
    background-color: #d72086;
    color: #fff;
    font-weight: 500;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.story p{
    margin-top: 20px;
    margin-bottom: 50px;
}
#showtime{
    width: 95%;
    text-align: center;
    font-size: 18px;
    background-color: rgba(34, 28, 26, 0.9);
    position: fixed;
    bottom: 0;
    z-index: 1;
    letter-spacing: 1px;
    padding: 12px 2.5%;
}
.fb-like{
	z-index:999;
	position:absolute;
	margin-left:10px;
}
.lg-outer .lg-thumb{
    padding: 12px 0;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color:#fedbbb;
}

header{
    background-color: rgba(34, 28, 26, 0.9);
    width: 100%;
    height: 50px;
}
header h1 {
    color: #fffdf4;
    text-align: left;
    font-size: 20px;
    line-height: 50px;
    font-weight: normal;
    padding-left: 20px;
}
nav li a{
    letter-spacing: 2px;
    padding: 10px 7px;
    font-size: 20px;
    color: #fffdf4;
}
nav li a:hover{
    color: #f370b1;
}
.body-section{
    padding-top: 48%;
    height: 100%;
    position: relative;
}
.footer-section{
    float: left;
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
    letter-spacing: 1px;
    color: #000;
    margin-top: -70px;
    position: relative;
}
.footer-section .content{
    width: 95%;
    padding: 0 2.5%;
}

@media screen and (max-width: 1200px) { 
    p{
        margin: 0 0 30px;
    }
	.cast h3{
        display: inline-block;
		font-size:22px;
        margin: 0 0 20px;
	}

@media screen and (max-width: 1024px) { 
    header{
        background-color: rgba(34, 28, 26, 1);
        width: 100%;
        height: 50px;
    }
    #header {
        background-size: contain;
        background-repeat: no-repeat;
        top: 50px;
    }
    .paperTop_bg{
        width:100%;  
        position:absolute;
        margin-left:0;
    }
    #content{
        float:left;
        position:relative;
        padding-top:10%;
        margin-top:0;
        margin-left:0;
        width:100%;
    }
    .body-section{
        padding-top: 70%;
        height: 100%;
        position: relative;
    }
}
    
@media screen and (max-width: 780px) { 
    #header{
        background-size: cover;
        top: 0%;
    }
    .paperTop_bg{
        width:100%;  
        position:absolute;
        margin-left:0;
    }
    #content{
        float:left;
        position:relative;
        margin-top:0;
        margin-left:0;
        padding-bottom:100px;
        height:auto;
        width:100%;
    }
    .cast img.pic{
        margin:0 0 5%;  
        float:left; 
        width:100%;  
    }
    .t{
        width: 200px;
        background-position: center;
        left:50%;
        margin:0 0 3% -100px;
    }
    header{
        height: 50px;
    }
    header h1{
        text-align: center;
        padding-left: 0;
    }
    nav{
        color: #fffdf4;
        background-color: #ff76b4;
        border-radius: inherit;
    }
    nav li a{
        padding: 20px;
    }
    nav li a.active, nav li a:hover {
        color: #fffdf4;
        background-color: #ff4097;
    }
    nav li:first-child a.active,
    nav li:first-child a:hover {
        border-radius: inherit;
    }
    #showtime{
        font-size: 16px;
    }
    .body-section{
        padding-top: 70%;
        height: 100%;
        position: relative;
    }
    .footer-section{
        width: 80%;
        letter-spacing: 0;
        font-size: 12px;
        padding: 20px 10% 0;
    }
}

@media screen and (max-width: 500px) { 
    .t{
        width: 100%;
        left: 25%;
        margin-left: -25%;
    }
    .cast .content{
        width: 100%;
        padding: 0;
    }
}</pre></body></html>