/* Minification failed. Returning unminified contents.
(404,1): run-time error CSS1019: Unexpected token, found '}'
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1;
    background-color: #111;
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif , 微軟正黑體;
    font-size: 20px;
}
ol, ul {
    list-style: none; 
}

blockquote, q {
    quotes: none; 
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; 
}

table {
    border-collapse: collapse;
    border-spacing: 0; 
}
/* bg */
.bg{
    background-image: url(/images/movie_why_bg.jpg);
    background-size: 120%;
    background-repeat: no-repeat;
    overflow-x: hidden;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 110%;
    height: 130%;
    animation: animated1 110s linear infinite;
}
@keyframes animated1 {
    0% { background-position-x: -100px; }
    50% { background-position-x: -270px; }
    100% { background-position-x: -100px; }
}

br.rwd{
    display: none;
}

article{
    color: #fff;
    line-height: 36px;
    width: 100%;
    margin: 0 auto 100px auto;
    box-sizing: border-box;
    padding: 50px;
    text-shadow: 2px 2px 8px #333;
}
.article1{
    color: #333;
    background-color: rgba(255,255,255,0.8);
    text-shadow: none;
    margin-top: 60px;
}
article.title{
    background-color: transparent;
    color: #fff;
    margin: 200px auto;
}
article h2{
    text-align: center;
    padding: 20px;
    font-size: 55px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 8px #333;
    font-weight: bold;
    line-height: 70px;
}
.detail{
    width: 95%;
    margin: auto;
}
/* 贊助方案說明 */
h3{
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: 100px;
    text-shadow: 2px 2px 8px #333;
}
h3::after{
    content: '';
    width: 70px;
    display: block;
    margin: 20px auto;
    border-bottom: 1px solid #fff;
}
.detail .detail_half{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.detail .program{
    width: 78%;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #333;
    border-radius: 20px;
}
.detail .title{
    width: 50%;
    margin: auto;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 2px solid #333;
    font-weight: bold;
    font-size: 22px;
}
.detail .program .text{
    box-sizing: border-box;
    padding: 20px;
    line-height: 40px;
    font-size: 18px;
}
/* 內容 */
.content{
    width: 80%;
    margin: auto;
    box-sizing: border-box;
}
.content p{
    margin: 20px 0;
    line-height: 32px;
}
.content .name{
    color: #000;
    padding-bottom: 3px;
    border-bottom: 5px solid #000;
}
.content .text{
    display: block;
    margin-top: 15px;
}
/* 我要贊助 */
a.go{
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
}
.go_box{
    width: 100%;
    height: 150px;
}
a.go span{
    display: block;
    margin: auto;
    width: 200px;
    background-color: rgb(252, 102, 102);
    padding: 20px;
    border-radius: 100px;
    box-shadow: 2px 2px 10px #333;
    transition-duration: 0.8s;
    z-index: 100;
    letter-spacing: 4px;
    font-size: 30px;
}
a.go span:hover{
    transform: scale(1.2);
    transition-duration: 0.8s;
}
.sticky {
    position: fixed;
    top: 0;
}
.pics{
    width: 90%;
    margin: auto;
}
.reader{
    margin-top: 0;
}
.pic{
    display: inline-block;
    width: 32%;
}
.pic img{
    width: 100%;
}
.more{
    display: block;
    color: #666;
    background-color: #fff;
    width: 150px;
    padding: 5px 30px;
    border-radius: 100px;
    text-align: center;
    box-shadow: 2px 2px 8px #666;
    text-decoration: none;
    margin: 50px auto 0 auto;
    cursor: pointer;
    border: none; 
    text-shadow: none;
}
.more:hover{
    transition-duration: .3s;
    color: #fff;
    background-color: #000;
}
/* 常見問題 */
.que {
    background-color: #ffae00;
    border: 3px solid #ffae00;
    color: #000;
    border-radius: 8px;
    padding: 1% 2%;
    cursor: pointer;
    transition-duration: 0.8s;
    width: 70%;
    margin: 20px auto;
    word-break: break-all;
    text-shadow: none;
    font-weight: bold;
}
.que:hover {
    border: 3px solid #000;
    transition-duration: 0.5s;
}
.ans {
    background-color: transparent;
    padding: 0 2%;
    width: 70%;
    margin: 20px auto;
    word-break: break-all;
}
.ans a{
    text-decoration: none;
    background-color: #000;
    border-radius: 5px;
    padding: 1px 8px;
    color: #fff;
    transition-duration: 0.3s;
    text-shadow: none;
    margin: 0 8px;
}
.ans a:hover{
    color: #333;
    background-color: #fff;
}
.info{
    font-size: 30px;
    text-align: center;
}
footer {
    background-color: #000;
    text-align: center;
    padding: 2.5%;
    color: #fff;
    margin-top: 7%; 
}
footer a {
    color: #fff;
    text-decoration: none;
    font-size: 20px; 
}
footer a:hover {
    color: #666;
    transition-duration: 0.8s; 
}
.foot1 {
    margin-top: 0; 
}
@media screen and (max-width: 900px) {
    article{
        padding: 30px 5px;
    }
    article.title{
        margin: 50px 0 0 0;
    }
    article h2{
        line-height: 50px;
        font-size: 30px;
    }
    h3{
        line-height: 40px;
        font-size: 25px;
    }
    .detail .title{
        width: 75%;
    }
    .content{
        width: 95%;
    }
    .foot1 {
        margin-top: 15%;
    } 
}
@media screen and (max-width: 1024px) {
    .bg{
        background-size: 205%;
        animation: animated3 90s linear infinite;
        animation: none;
    }
    body:after {
        content:"";
        position:fixed;
        left:0;
        top:0;
        right:0;
        bottom:0;
        z-index:-1;
        display:block;
        background:url(/images/movie_why_bg.jpg) no-repeat 50% 50%;
        background-size:cover;
    }
}
@media screen and (max-width: 768px) {
    footer {
        padding: 6.5%;
        margin-top: 75px;
    }
    footer a {
        font-size: 14px; 
    }
    footer span {
        display: none; 
    }
    footer .why {
        display: block;
        margin-top: 4%; 
    } 
    .foot1 {
        margin-top: 15%; 
    } 
}
@media screen and (max-width: 480px) {
    .bg{
        background-size: 350%;
        background-position-x: 50%;
        /* animation: animatedBackground 90s linear infinite; */
        animation: none;
    }
    body:after {
        content:"";
        position:fixed;
        left:0;
        top:0;
        right:0;
        bottom:0;
        z-index:-1;
        display:block;
        background:url(/images/movie_why_bg.jpg) no-repeat 50% 50%;
        background-size:cover;
        animation: animatedBackground 90s linear infinite;
    }
    @keyframes animatedBackground {
          0% { background-position-x: 50%; }
          50% { background-position-x: 60%; }
          100% { background-position-x: 50%; }
    } 
    br.rwd{
        display: block;
    }
    .detail .detail_half{
        width: 100%;
    }
    .detail .program{
        width: 95%;
    }
    .detail .title{
        width: 80%;
    }
    .detail .program .text{
        font-size: 18px;
    }
    .pic{
        width: 100%;
    }
    .que,.ans{
        width: 90%;
    }
    .info{
        padding: 10%;
        font-size: 25px;
        line-height: 45px;
    }
}
