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;
}
main {
    position: relative;
}
/* 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;
}
/* Header END */

/* 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;
}

/* Footer END */
/* Video */
.top-video ul{
    display: flex;
    width: 100%;
    align-items: flex-end;
    
}
.top-video ul li{
    width: 100%;
    
}
.top-video-inner{
    display: flex;
    justify-content: center;
    margin: 0px 200px;
    padding-top: 50px;
    
    
}
.bottom-video{
    display: flex;
    justify-content: center;
    background-color: #000;
    
  
    
}

.bottom-video-inner{
    display: flex;
    justify-content: center;
    margin: 0px 200px;
    margin-top: 100px;
  
}

.bottom-video ul{
    display: flex;
    justify-content: center;
    margin: 0 1%;
}
.bottom-video ul li{
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
}

.bottom{
    display: flex;

    width: 100%;
}
.video-all{
    background-color: black;
}
.video-all a:hover{
    transform: scale(1.1);
}
.video-a,.video-b,.video-c,.video-d,.video-e{
    
    display: none;
}
.btn-all{
    
    display: flex;
    justify-content: center;
    background: rgb(252,242,151);
    background: radial-gradient(circle, rgba(252,242,151,1) 0%, rgba(251,220,46,1) 100%);
    
}
.btn-a,.btn-b,.btn-c,.btn-d,.btn-e{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000;
    width: 20%;
    height: 80px;
    z-index: 9999;
    font-size: 30px;
    font-weight: bolder;
}
.btn-e{
    border: none;
}
.btn-a:hover,.btn-b:hover,.btn-c:hover,.btn-d:hover,.btn-e:hover{
    background: rgb(255, 184, 32);
}
.btn-a span,.btn-b span,.btn-c span,.btn-d span,.btn-e span{
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 10px;
    margin: 0 auto;
    margin-top: 50px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #000 transparent transparent transparent;

}
.btn-active{
    color: #8B4D0E;
    
}
.btn-active span{
    border-color: #8B4D0E transparent transparent transparent;

}
.video-open{
    display: block;
}
/* Video END */
/* iframe */

/* iframe END */
/* section1 */
.section1{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #000000;
    overflow: hidden;
}
.section1 ul {
    z-index: 99;
}
.section1 ul li{
    margin: 0 auto;
    text-align: center;

}



.title{
    
    width: 100%;
    height: 22vw;
    min-height: 400px;
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
    display: flex;
    justify-content: center; 
}

/* .iframe-bg{
    position: relative;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top: 400px;
    
  } */
.iframe-border{
    width: 700px;
    border-radius: 30px;
    margin: 0 auto;
    padding:10px;
    margin-bottom: 150px;
    background:linear-gradient(40deg,rgba(208,166,81,1) 0%, rgba(235,224,169,1) 31%, rgba(194,139,28,1) 61%, rgba(178,122,31,1) 85%, rgba(235,224,169,1) 100%, rgba(203,173,85,1) 100%);
}
  
iframe{
    border-radius: 20px;
    width: 680px;
    height: 320px;
}


.light-bg{
    position: absolute;
    width: 80vw;
    top: 200px;
    left: 0;
    z-index: -1px;
}
.title-wrap{
    display: flex;
    background-color: #000;
}

.seat-wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    background: url(../images/seat-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    
}
.seat-title{
    
    position: absolute;
}
.seat-title:hover{
    transform: scale(1.1);
}
/* section2 */
.section2{
    
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    background-color: #000000; 
}

.content-m{
    display: none;
}


.dialog-text{
    position: relative;
    margin: -50px 0;
    margin-bottom: 5px;
}
.dialog-pic{
    position: absolute;
    top: -50px;
    left: 100px;
    width: 200px;
}

@media (max-width: 1600px){
    .iframe-border{
        width: 720px;
        
    }
      
    iframe{
        border-radius: 20px;
        width: 700px;
        height: 350px;
    }
}
.download-m{
    display: none;
}
@media (max-width: 1024px){
    .title{
        height: initial;
        min-height: initial;
    }
    .btn-a,.btn-b,.btn-c,.btn-d,.btn-e{
        font-size: 24px;
    }
    .dialog-text{
        position: relative;
        width: 80%;
        margin: 0 auto;

    }
    .dialog-pic{
        position: absolute;
        top: -50px;
        left: -100px;
        width: 150px;
    }
    .download{
        display: none;
    }
    .download-m{
        display: block;
    }
    .title{
        width: 100%;
    }

    .top-video-inner{
        margin: 0 10px;
    }
    .bottom-video-inner{
        margin: 0 10px;
        margin-top: 50px;
    }
    .seat-wrap{
        height: 240px;
        
        text-align: center;
        margin: 0 auto;
    }
    .seat-title{
        display: flex;
        justify-content: center;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        height: 40%;
    }
    /* .btn-a span,.btn-b span,.btn-c span,.btn-d span,.btn-e span{
        margin-top: 50px;
    } */
 }
 @media (max-width: 500px){
    .dialog-text{
        position: relative;
        width: 80%;
        margin: 0 auto;

    }
    .dialog-pic{
        position: absolute;
        top: -30px;
        left: -50px;
        width: 100px;
    }
    .content-m{
        display: block;
    }
    .content{
        display: none;
    }
    .btn-a,.btn-b,.btn-c,.btn-d,.btn-e{
        font-size: 18px;
    }
    .title{
        width: 100%;
        height: 150px;
    }

    
    .top-video-inner{
        margin: 0 10px;
        /* padding: 0 30px; */
        
    }
    .top-video ul{
        flex-wrap: wrap;
        margin: 0 5px;
    }
    .bottom-video-inner{
        margin: 0 10px;
        margin-top: 50px;
        display: inline-flex;
        flex-wrap: wrap;
        padding: 0 0px;
        width: 100%;
        
    }
    .bottom-video-inner ul{
        
        
        width: 100px;
    }
    
    .seat-wrap{
        display: flex;
        justify-content: center;
        height: 240px;
        text-align: center;
        margin: 0 auto;
    }
    .seat-title{
        display: flex;
        justify-content: center;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        height: 30%;
    }
    .btn-a span,.btn-b span,.btn-c span,.btn-d span,.btn-e span{
        margin-top: 24px;
    }

    /*  */
    .iframe-border{
        width:460px;
        border-radius: 20px;
        margin-bottom: 50px;
    }
    iframe{
        border-radius: 20px;
        width: 440px;
        height: 250px;
        border-radius: 10px;
    }
 }
 @media (max-width: 450px){
    .iframe-border{
        width:360px;
        border-radius: 20px;
    }
    iframe{
        border-radius: 20px;
        width: 340px;
        height: 192px;
        border-radius: 10px;
    }
 }
 @media (max-width: 350px){
    .iframe-border{
        width:320px;
        border-radius: 20px;
    }
    iframe{
        border-radius: 20px;
        width: 300px;
        height: 160px;
        border-radius: 10px;
    }
 }