html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
*{
    font-family: sans-serif,"Microsoft Jhenghei";
    box-sizing: border-box;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}
body header, body main, body footer {
    transition: all 0.3s ease;
}
header .social img:hover {
    border: solid 3px #e2e2e2;
}
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding-bottom: 0;
    box-shadow: rgba(0,0,0,0.1) 0 3px 3px 3px;
    background-color: #ffffff;
    z-index: 9999;
    transition: transform 0.7s cubic-bezier(0.15, 0.38, 0, 0.86) 0s;
}
header .wrap {
    width: 100%;
    padding: 10px 2%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
a {
    cursor: pointer;
    display: block;
    background-color: transparent;
    text-decoration: none;
    color: #000000;
}
img {
    border-style: none;
    max-width: 100%;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Header */
header .myv-logo img {
    height: 50px;
    width: auto;
    transition: height .05s ease-in;
    transform: translate(0px, 3px);
}
header .social {
    display: -ms-flexbox;
    display: flex;
}
header .social .download  img, header .social .facebook img, header .social .line img,.social .download-m img{
    width: 46px;
    height: 46px;
    margin-left: 0px;
    border-radius: 100%;
    margin: 0 2px;
    transition: width .05s ease-in;
}
header .social .share {
    display: -ms-flexbox;
    display: flex;
}
/* download */
.download{
    display: block;
}
.download-m{
    display: none;
}


/* section1 */
.section1{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.kv-btn{
    position: absolute;
    right: 0.3vw;
    top: 500px;
    
    
}

.kv-btn li{
    width: 22vw;
   
}

.kv-btn li:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}
/* KV */
.kv{
    display: flex;
    justify-content: center;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
}
.kv img{
    max-width: 1500px;
    width: 90%;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
}
/*  */
.section2{
    margin: 100px 0;
}
.topic-wrap{
    display: flex;
    justify-content: center;

}
.topic-wrap a{
    width: 40%;
    margin: 0 1%;
    cursor: auto;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
}
.topic-wrap a:nth-child(2):hover{
    transform: scale(1.05);
    transition: all 0.5s;
    cursor: pointer;

}


/*  */
/*  */
.section3{
    margin: 100px 0;
}
.topic-wrap{
    display: flex;
    justify-content: center;

}
.topic-wrap a{
    width: 40%;
    margin: 0 1%;
    cursor: auto;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
}
.topic-wrap a:nth-child(2):hover{
    transform: scale(1.05);
    transition: all 0.5s;
    cursor: pointer;

}


/*  */


.main {
    font-family:Arial;
    width:1400px;
    display:block;
    margin:30px auto;
}
  
/* .action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
}
.action a {
    display:inline-block;
    padding:5px 10px; 
    background:#f30;
    color:#fff;
    text-decoration:none;
}
.action a:hover{
    background:#000;
} */

.movie{
    margin: 0 10px;
    
}
.movie img{
    
    border: 3px solid rgb(255, 222, 88);
}
.movie p{
    display: flex;
    text-align: center;
    line-height: 1.2;
    justify-content: center;
    color: #fff;
    font-weight: bolder;
}
.movie-title{
    display: flex;
    justify-content: center;
    margin: 30px auto;
    
}

.slider-nav-m{
    display: none;
}
.slider-nav{
    display: block;
}
.slick-prev img,
  .slick-next img {
    transform: scale(2);
    
    margin-top: -30px;
}
.slick-prev img{
    position: absolute;
    left: -30px;
}
.slick-next img{
    position: absolute;
    right: -30px;
}
.slick-active:hover{
    opacity: 0.8;
}
.slick-active:focus{
    outline: none;
}
.slick-prev img:hover,.slick-next img:hover {
    opacity: 0.7;
}
.movie-title img{
    width: 100%;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
}
/* 活動說明 */
.section4{
    
    position: relative;
    width: 100%;
    background-color: #fff;
    
}
.content-wrap{
    padding: 50px 0;
    background-color: #fff;
}
.content-title{
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    background-color: #AA251B;
    
}
.content-title img{
    width: 220px;
    padding: 20px 0;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
}
.content{
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 5%;
    
    
    
}
.content-m{
    display: none;
}
/*  */
.pattern01{
    position: absolute;
    top: 300px;
    left: -350px;
    z-index: -1;
}
.pattern01-1{
    position: absolute;
    top: 2200px;
    left: -350px;
    z-index: -1;
}
.pattern02{
    position: absolute;
    top: 50px;
    right: -150px;
    z-index: -1;
}
.pattern02-1{
    position: absolute;
    top: 1500px;
    right: -150px;
    z-index: -1;
}
/* Footer */
footer {
    z-index: 10;
    position: relative;
    bottom: 0;
    left: 0;
    font-family: sans-serif,"Microsoft Jhenghei";
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}
footer .copyright {
    text-align: center;
    color: #FFF;
    padding: 15px 10px;
    margin-top: 0;
    font-size: 12px;
    position: relative;
}
footer .twm-logo {
    display: inline-block;
    position: relative;
    top: 4px;
}
footer .twm-logo img {
    width: 94px;
}
body{
    background-color: #ED4B43;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    background-size: contain;
}
.pattern-wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
    
}

/* Footer END */
@media (max-width: 1500px){
    .kv img{
        width: 1200px;
        height: 700px;
        margin: 0 auto;
        text-align: center;
        
    }
    .kv-btn {
        position: absolute;
        right: 0.3vw;
        top: 30vw;
    }
    .main {
        font-family:Arial;
        width:1200px;
        display:block;
        margin:30px auto;
    }


}
@media (max-width: 1300px){
    .kv img{
        width: 1100px;
        height: 600px;
        margin: 0 auto;
        text-align: center;
        
    }
    .kv-btn {
        position: absolute;
        right: 0.3vw;
        top: 30vw;
    }
    .main {
        font-family:Arial;
        width:1000px;
        display:block;
        margin:30px auto;
    }


}
@media (max-width: 1024px){
    .kv img{
        max-width: 1500px;
        width: 90%;
        height: initial;
        
    }
    .kv{
        height: 50vw;
    }
    .main {
        font-family:Arial;
        width:600px;
    }
    .slider-nav-m{
        display: none;
    }
    .slider-nav{
        display: block;
    }
    
    .slick-prev img,
    .slick-next img {
        transform: scale(1);
        
        margin-top: -30px;
    }
    .slick-prev img{
        position: absolute;
        left: 0px;
    }
    .slick-next img{
        position: absolute;
        right: 0px;
    }
    /* download */
    .download{
        display: none;
    }
    .download-m{
        display: block;
    }
    /*  */
    .content{
        padding: 0 5%;
    }
    /*  */
    .section2,.section3{
        margin: 50px 0;
    }
    /*  */
    .kv-btn{
        position: absolute;
        right: 0.3vw;
        top: 30vw;
    }
    /*  */
    .movie-title{
        width: 90%;
        height: 8vw;
        
        
    }
    
    /*  */
    .content-title img{
        height: 9.5vw;
        width: 220px;
    }
    /*  */
    .pattern01{
        position: absolute;
        width: 400px;
        top: 300px;
        left: -100px;
        z-index: -1;
    }
    .pattern01-1{
        position: absolute;
        width: 400px;
        top: 1200px;
        left: -100px;
        z-index: -1;
    }
    .pattern02{
        position: absolute;
        width: 350px;
        top: 50px;
        right: -150px;
        z-index: -1;
    }
    .pattern02-1{
        position: absolute;
        width: 350px;
        top: 700px;
        right: -150px;
        z-index: -1;
    }
 }
 @media (max-width: 500px){
    
    .kv{
        height: 50vw;
        width: initial;
    }
    .kv img{
        max-width: 1500px;
        width: 90%;
        height: initial;
        
        
    }
    .content-m{
        padding: 0 5%;
        display: block;
    }
    .content{
        display: none;
    }
    .content-title img{
        width: 220px;
    }
    /*  */
    .main {
        font-family:Arial;
        width:300px;
    }
    .slider-nav-m{
        display: block;
    }
    .slider-nav{
        display: none;
    }
    .slick-prev img,
    .slick-next img {
        transform: scale(1);
        
        margin-top: -30px;
    }
    .slick-prev img{
        position: absolute;
        left: 0px;
    }
    .slick-next img{
        position: absolute;
        right: 0px;
    }
    /*  */
    .section2,.section3{
        margin: 20px 0;
    }
    .topic-wrap{
        display: inline-block;
        margin: 0 auto;
        text-align: center;

    }
    .topic-wrap a{
        width: 90%;
        margin: 20px auto;
        cursor: auto;
    }
    .topic-wrap a:nth-child(2):hover{
        transform: scale(1.05);
        transition: all 0.5s;
        cursor: pointer;

    }
    .movie-title{
        height: 8vw;
        padding: 0 10%;
    }
    /*  */
    /* section1 */
    .section1{
        position: relative;
        display: block;
        
        width: 100%;
    }
    .kv-btn{
        display: block;
        position: relative;
        right: initial;
        top: initial;
        margin: 0 auto;
        text-align: center;
    }

    .kv-btn li{
        width: 70vw;
        margin: 0 auto;
    }

    .kv-btn li:hover{
        transform: scale(1.1);
        transition: all 0.5s;
    }
    /*  */
    .content-title img {
        width: 150px;
        height: 16vw;
        padding: 20px 0;
    }
    body{
        background-color: #ED4B43;
        background-image: url(../images/pattern.png);
        background-repeat: repeat;
        background-size: auto;
    }
    /*  */
    
    .pattern01{
        position: absolute;
        width: 300px;
        top: 300px;
        left: -100px;
        z-index: -1;
    }
    .pattern01-1{
        position: absolute;
        width: 300px;
        top: 1800px;
        left: -100px;
        z-index: -1;
    }
    .pattern02{
        position: absolute;
        width: 250px;
        top: 50px;
        right: -150px;
        z-index: -1;
    }
    .pattern02-1{
        position: absolute;
        width: 250px;
        top: 700px;
        right: -150px;
        z-index: -1;
    }
 }
 @media (max-width: 450px){
    
 }
 @media (max-width: 350px){
    
 }

