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;
}
body{
    background-color: #000000;
}

::-webkit-scrollbar {display:none}
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;
}
main {
    position: relative;
}
@keyframes ani{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 0.5;
    }
}
@keyframes ani_1{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 0.3;
    }
}
@keyframes ani_2{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 0.2;
    }
}
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;
}
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;
}

main{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content{
    max-width: 900px;
    width: 70%;
    height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_bg{
    position: fixed;
    width: 100%;
    height: 100%;
}

.bg{
    width: 100%;
    background: url(../images/title_bg.png);
    background-size: cover;
    background-position: center;
}
.bg_02{
    opacity: 0.5;
    width: 100%;
    background: url(../images/section_02_bg.png);
    background-size: cover;
    background-position: center;
    animation-name:ani;
    animation-duration:2s;
}
.bg_03{
    opacity: 0.5;
    width: 100%;
    background: url(../images/section_03_bg.png);
    background-size: cover;
    background-position: center;
    animation-name:ani;
    animation-duration:2s;
}
.bg_04{
    opacity: 0.3;
    width: 100%;
    background: url(../images/section_04_bg.png);
    background-size: cover;
    background-position: center;
    animation-name:ani_1;
    animation-duration:2s;
    
}
.bg_05{
    opacity: 0.2;
    width: 100%;
    background: url(../images/section_05_bg.png);
    background-size: cover;
    background-position: center;
    animation-name:ani_2;
    animation-duration:2s;
}
.bg_06{
    opacity: 0.2;
    width: 100%;
    background: url(../images/section_06_bg.png);
    background-size: cover;
    background-position: center;
    animation-name:ani_2;
    animation-duration:2s;
}

.section_01,.section_02,.section_03,.section_04,.section_05,.section_06{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   
}
.content_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    width: 100%;
}
.content_wrap a:hover{
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
}

.section_movie_line{
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    height: 1px;
    background-color: #f4daa6;
}

.content_wrap .section_02_title,.content_wrap .section_03_title,.content_wrap .section_04_title,.content_wrap .section_05_title,.content_wrap .section_06_title{
    margin-top: 450px;
    margin-bottom: 150px;
}

.content_wrap .m_section_02_title,.content_wrap .m_section_03_title,.content_wrap .m_section_04_title,.content_wrap .m_section_05_title,.content_wrap .m_section_06_title{
    margin-top: 450px;
    margin-bottom: 150px;
    width: 90%;
    
}
.section_02_rank_title,.section_03_rank_title,.section_04_rank_title,.section_05_rank_title,.section_06_rank_title{
    width: 90%;
    max-width: 500px;
    margin:  0 auto;
}
.movie_list {
    display: flex;
    width: 900px;
    overflow: scroll;
    flex-grow: 0;
}


.movie_list img{
    width: 100px;
    max-width: initial;
    padding: 0 4px;
}
.section_02_rank_title,.section_03_rank_title,.section_04_rank_title,.section_05_rank_title,.section_06_rank_title{
    display: flex;
}

.title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: 50px;

}
.title_main{
    position: absolute;
    width: 50%;
    max-width: 656px;
    padding-left: 2%;
    top: 10%;
    
}


.section_01_line{
    position: relative;
    margin-top: 40px;
    width: 100%;
    height: 1px;
    background-color: #ff6b00;
}
.section_01_line::before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: -10px;
    left: 0;
    background-color: #ff6b00;
}
.section_01_line::after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: -10px;
    right: 0;
    background-color: #ff6b00;
}
.section_01_text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    font-weight: bolder;
}
.section_01_text ul{
    margin: 60px 0;
}
.section_01_text li{
    line-height: 1.5;
    text-shadow: 0 0 10px  #000;
}
.section_01_text li:nth-child(2),.section_01_text li:nth-child(4){
    margin-bottom: 40px;
}

.section_02_title{
    display: flex;
}
.m_section_02_title{
    display: none;
}

.section_03_title{
    display: flex;
}
.m_section_03_title{
    display: none;
}

.section_04_title{
    display: flex;
}
.m_section_04_title{
    display: none;
}
.section_05_title{
    display: flex;
}
.m_section_05_title{
    display: none;
}
.section_06_title{
    display: flex;
}
.m_section_06_title{
    display: none;
}



@media (max-width: 1000px){
    .movie_list {
        display: flex;
        justify-content: center;
        width: 900px;
        overflow: scroll;
        flex-grow: 0;
    }
    
    
    .movie_list img{
        width: 80px;
        max-width: initial;
        padding: 0 4px;
    }
    .content{
        width: 100%;
    }
    
    .section_movie_line{
        width: 90%;
    }
    .section_01_line{
        width: 90%;
    }
    .section_01_text{
        width: 80%;

    }

    .section_01_text li{
        text-align: justify;
    }
    .section_01_text li:nth-child(1),.section_01_text li:nth-child(3){
        margin-bottom: 40px;
    }
    
    .bg_02{
        opacity: 0.9;
        width: 100%;
        background: url(../images/m_section_02_bg.png);
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        animation-name:ani;
        animation-duration:1s;
    }
    .bg_03{
        opacity: 0.9;
        width: 100%;
        background: url(../images/m_section_03_bg.png);
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        animation-name:ani;
        animation-duration:1s;
    }
    .bg_04{
        opacity: 0.7;
        width: 100%;
        background: url(../images/m_section_04_bg.png);
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        animation-name:ani_1;
        animation-duration:1s;
        
    }
    .bg_05{
        opacity: 0.7;
        width: 100%;
        background: url(../images/m_section_05_bg.png);
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        animation-name:ani_2;
        animation-duration:1s;
    }
    .bg_06{
        opacity: 0.7;
        width: 100%;
        background: url(../images/m_section_06_bg.png);
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        animation-name:ani_2;
        animation-duration:1s;
    }
    
}

@media (max-width: 768px){
.movie_list {
    display: flex;
    justify-content: initial;
    width: 900px;
    overflow: scroll;
    flex-grow: 0;
}


.movie_list img{
    width: 100px;
    max-width: initial;
    padding: 0 4px;
}
.movie_list{
    margin-left: 5%;
}

.section_02_title{
    display: none;
}
.m_section_02_title{
    display: flex;
}
.section_03_title{
    display: none;
}
.m_section_03_title{
    display: flex;
}
.section_04_title{
    display: none;
}
.m_section_04_title{
    display: flex;
}
.section_05_title{
    display: none;
}
.m_section_05_title{
    display: flex;
}
.section_06_title{
    display: none;
}
.m_section_06_title{
    display: flex;
}
}

