#mtkContainer {
    text-align: left;
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
}

#mtkContainer * {
    transition: all 0.2s, font-size 0s;
}

.wrapper {
    width: 94%;
    margin: 0 auto;
}

img {
    width: 100%;
    border: 0;
    vertical-align: top;
}

a {
    text-decoration: none;
}



/*goTop*/
#goTop {
    display: none;
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 10px;
    padding: 10px 10px 2px 10px;
    border-radius: 5em;
    font-size: 12px;
    line-height: 3em;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

#goTop:hover {
    padding-top: 30px;
    background-color: rgba(0, 0, 0, 7);
}

#goTop::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 18px;
    width: 0;
    height: 0;
    border: 4px solid #000;
    border-color: transparent transparent #fff;
}


@media screen and (min-width:980px) {}



/*all*/
.coupon , .taiwan , .contract , .sale{ padding: 50px 0; }
.space{height: 30px;}
.detail{text-align: center; font-weight: bold; font-size: 16px; letter-spacing: 0.05em;}
.detail.red{color: #e41f1f;}
@media screen and (min-width:1200px) {
    .coupon , .taiwan , .contract , .sale { padding: 80px 0; }
    .space{height: 50px;}
    .detail{font-size: 20px; }
}



/*header*/
.header{position: relative;}
.header h1 {
    background: url(../images/header.jpg?=0526) center top no-repeat;
    height: 45vw;
    background-size: 135%;
    text-indent: -9999px;
}

.header .animate66{width: 21vw; position: absolute; left: 50%; top: 0; 
            margin: 21.8vw 0 0 -15vw;
        animation:animate66 1s linear;
}
@keyframes animate66 {
   10% { transform: scale(1); }
   25% { transform: scale(1.5); }
   50% { transform: scale(1); }
   75% { transform: scale(2); }
   90% { transform: scale(2); }
   100% { transform: scale(1); }
}

@media screen and (min-width:1200px) {
    .header h1 {
        height: 675px;
        background-size: auto;
    }
    .header .animate66{width: 314px;     margin: 327px 0 0 -226px;}
}




/*coupon*/

.coupon {
    background: #96f7e8;
    font-size: 20px;
    line-height: 1.5;
    
}

.coupon .wrapper {
    max-width: 1220px;
}

.coupon p {
    font-weight: bold;
    text-align: center;
}

.coupon .info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.coupon .info dl {
    width: 46%;
    margin:2%;
    background: white;
    border-radius: 10px;
    border: solid 2px;
    text-align: center;
    overflow: hidden;
}
.coupon .info.style2 dl{width: 100%;}

.coupon .info dl dt {
    padding: 0.5em 0.5em;
    font-weight: bold;
}

.coupon .info dl dd {
    padding: 0.7em 0.5em;
    font-size: 80%;
    height: 100%;
}

.coupon .info dl:first-child dd{ background: #ff7978; }
.coupon .info dl:nth-child(2) dd{ background: #96ccff; }
.coupon .info dl:nth-child(3) dd{ background: #ffd954; }
.coupon .info dl:nth-child(4) dd{ background: #54ffb5; }
.coupon .info.style2 dl dd{ background: #efc3eb; }
.coupon .info a{text-decoration: underline;}
.coupon .info a:hover{ color: red; }

.coupon .info.style2 ul{display: flex; justify-content: space-between;   flex-wrap: wrap;  padding: 0.5em;}
.coupon .info.style2 ul li{width: 45%;     margin-bottom: 1em;}
.coupon .info.style2 ul strong{display: block;  background: #c76ebf; color: white; font-weight: bold; font-size: 120%; border-radius: 5em;
    padding: 0.1em;     margin-bottom: 0.5em;}
.coupon .info.style2 ul .align2 {    align-self: center; width: 10%; }
.coupon .info.style2 ul .align2.pc {   display: none;}

.coupon small{     font-size: 80%; color: #4c4c4c; }

.coupon .how{text-align: center;}
.coupon .how a{display: inline-block; font-weight: bold; color: white; background: black; padding: .5em; width: 98%; margin: 0.3em 0%;     border-radius: 5em; }
.coupon .how a:hover{background: #f75858;}

@media screen and (min-width:1220px) {
    .coupon{font-size: 24px;}
}

@media screen and (min-width:960px) {
    .coupon .info.style2 ul{flex-wrap: nowrap;}
    .coupon .info.style2 ul li{margin-bottom: 0;}
    .coupon .info.style2 ul .align2.pc{display: block;}
}

@media screen and (min-width:768px) {
    .coupon .info dl { width: 21%; margin: 1.2em 2%; }
    .coupon .how a{ width: 45%; margin: 0.5em 2%;  }
}




/*pop*/
#mtkContainer .pop{transition: none;}

.pop{display: none; transition: none; font-size: 14px; line-height: 1.5;}
.pop .black{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}

.pop .ex{ position: fixed;  width: 80%; height: 80%; left: 50%; top: 50%; max-width: 1200px; transform: translate(-50%,-50%); background: white; border-radius: 10px 0 0 10px; border:solid 4px;  overflow-y: scroll;}
.pop .ex h5{font-size: 20px; font-weight: bold; text-align: center; padding: 1em;}
.pop .ex ul{background: #efb1b1; padding: 1em;}
.pop .ex ul li{ padding: .5em 0; }
.pop .ex ul > li{list-style-type: decimal; margin-left: 2em; }
.pop .ex ul > li ol li{list-style-type: circle; margin-left: 1em; }
.pop .closePop{display: block; background: black; color: white; font-weight: bold; color: white; text-align: center; width: 2em; height: 2em; font-size: 28px; line-height: 2em; position: fixed; right: 5%; top: 5%; border-radius: 5em; }
.pop .closePop:hover{transform: scale(0.9);}

@media screen and (min-width:768px) {
    .pop{font-size: 16px;}
    .pop .ex h5{font-size: 24px;}
    .pop .ex ul{padding: 2em;}
}




/*nav*/
nav{display: flex; justify-content: space-between; width: 94%; max-width: 1220px; margin: 0 auto; align-items: stretch; padding: 10px 0; }
nav a{position: relative; display: block; width:31%;  text-align: center; background: #64bdc5; color: white; font-weight: bold; font-size: 22px; border-radius: 10px; padding: 0.5em; }
nav a span{display: inline-block; width: 100%; height: 100%; position: absolute; left: 0.2em; top: 0.3em; border-radius: 10px; border:solid 3px #64bdc5;}
nav a:nth-child(2){background: #62d6a3;}
nav a:nth-child(2) span{border-color:#62d6a3; }
nav a:nth-child(3){background: #f75858;}
nav a:nth-child(3) span{border-color:#f75858; }
nav a:hover{transform: translate(3px,3px); filter: brightness(1.05);}
nav a:hover span{left: 0.15em; top: 0.25em;}

nav a em{font-style: normal; display: block; font-size: 70%;}


/*解除灰 註解掉*/
/*nav a:nth-child(2){background: #a6a6a6;}
nav a:nth-child(2) span{border-color:#a6a6a6;}
nav a:nth-child(2):hover{transform: translate(0px,0px); filter: brightness(1);}
nav a:nth-child(2):hover span{left: 0.2em; top: 0.3em;}*/


@media screen and (min-width:1220px) {
    nav{    padding: 50px 0;}
    nav a{width:30%; font-size: 30px;     padding: 0.8em;}
}




/*taiwan*/
.taiwan{background: #f75858; }

.taiwan h6{font-size: 24px; font-weight: bold; color: #ebe31f; letter-spacing: 0.1em; text-align: center; padding: 0.5em;}
.taiwan h6 small{font-size: 50%;}

.taiwan ul{    width: 94%; max-width: 640px; text-align: center; margin: 0 auto 80px; font-size: 0;}
.taiwan ul li{display: inline-block; position: relative; width: 22%; margin:0 1.5%; }
.taiwan ul li > a{display: block; font-size: 24px; font-weight: bold; color: #256f63; padding: 0.2em 0; border-radius: 5em; letter-spacing: 0.1em;      
background: #cbfbf4;
background: -moz-linear-gradient(45deg,  #cbfbf4 0%, #62f3dc 100%);
background: -webkit-linear-gradient(45deg,  #cbfbf4 0%,#62f3dc 100%);
background: linear-gradient(45deg,  #cbfbf4 0%,#62f3dc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbfbf4', endColorstr='#62f3dc',GradientType=1 );
}

.taiwan .tabs-nav{display: none; position: absolute; font-size: 16px;  padding: 0.2em 0; }
.taiwan ul li:hover .tabs-nav{ display: block; }
.taiwan .tabs-nav a{color: black;
    display: inline-block;
    background: #ebe31f;
    padding: 0.5em 1em;
    border-radius: 5em;
    margin: 0.2em 0;
    font-weight: bold;
}
.taiwan .tabs-nav a:hover{ padding: 0.5em 1.3em;}

.taiwan b{display: block;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.2em;}

@media screen and (min-width:768px) {
    .taiwan ul li > a{font-size: 30px;}
    .taiwan h6{font-size: 30px;}
    .taiwan h6 small{font-size: 66%;}
    .taiwan .tabs-nav{ font-size: 18px; }
}





/*h2*/
.title{display: flex; justify-content: center;     flex-wrap: wrap;}
.title h2{    width: 100%; font-size: 50px; font-weight: bold; color: white; text-align: center; }
.title.green h2{color: #64bdc5;}
.title p{    text-align: center;     margin: 10px 0;}
.title p span{background: #96f7e8; border-radius: 5em; display: inline-block; width: 1.5em; height: 1.5em; padding-top: 0.2em; color: #256f63;    font-size: 27px;  font-weight: bold;}
.title.green p span{background:#64bdc5; color: white;}
.title p img{    display: block; width: auto;     margin: 5px;}
.title .btn_coupon{animation:btn_coupon 0.2s linear infinite alternate;     margin-bottom: 15px;}
.title .btn_coupon:hover{animation: paused; filter: brightness(1.1);}
.title .btn_coupon img{width: auto;}
@keyframes btn_coupon {
   from { }
     to { transform: translateX(5px);}
}
@media screen and (min-width:768px) {
    .title{     flex-wrap: nowrap; }
    .title h2{width: auto; font-size: 70px; margin-right: 10px; }
    .title p{    margin-top: 0px;}
    .title p span{ font-size: 30px; }
    .title .btn_coupon{margin-bottom: 0px;}

}


/*contract*/
.contract ul{text-align: center;}
.contract ul li{display: inline-block; margin:5px;}
.contract ul li:hover{transform: scale(0.97); filter: brightness(1.1);}
.contract ul li a img{width: 80%;}

@media screen and (min-width:768px) {
    .contract ul li{margin:15px;}
    .contract ul li a img{width: auto;}
}



/*sale*/
.saleWrap{display: flex; justify-content: center;     flex-wrap: wrap;}
.saleWrap .box{width: 92%;     margin: 2% 0.8% 50px; } 
.saleWrap .date{background: black; border-radius: 10px 10px 0 0; font-size: 20px; color: white; text-align: center; font-weight: bold; padding: 0.3em 0;}
.saleWrap .date small{font-size: 60%;top: -0.2em;
    position: relative;
    padding: 0.2em;}
.saleWrap .date span{background: white; border-radius: 5em; font-size: 70%; color: black; padding: 0 0.5em; position: relative;
    top: -3px;}
.saleWrap .ticket{position: relative;}
.saleWrap .ticket a{display:block; background: #fda800; text-align: center; padding:10px 10px 0; color: white; font-size: 22px; font-weight: bold;}
.sale0608 .saleWrap .ticket a{background: #62d6a3; }
.saleWrap .ticket a:hover{background: #f75858;}
.saleWrap .ticket .get{border-bottom: dashed 2px white;
    padding-bottom: 10px;}
.saleWrap .ticket .get img{width: auto; vertical-align: sub; }
.saleWrap .ticket a:hover .get img{ animation:getImg 0.2s linear infinite alternate;}
@keyframes getImg {
   from { transform: translateX(0);}
     to { transform: translateX(-5px); }
}
.saleWrap .ticket .price{font-size: 170%; padding-bottom: 0.3em;}
.saleWrap .ticket .price em{font-style: normal; font-family:"Century Gothic", Arial, "Microsoft JhengHei";}
.saleWrap .ticket .price strong{font-size: 170%; position: relative;
    top: 0.1em;  line-height: 0.9em;}
.saleWrap .ticket .price b{font-size: 40%; 
    position: relative;
    top: 0.2em;
    writing-mode: vertical-lr; display: inline; margin-top: 0;
}

.saleWrap .ticket .detail{font-size: 60%; background: #dc9200; width: calc(100% + 20px);
    margin-left: -10px; padding: 0.7em;}
.sale0608 .saleWrap .ticket .detail{background: #21ae70;}
.saleWrap .ticket a:hover .detail{background: #cb3535;}
.saleWrap .ticket .detail span{    padding-right: 2em; display:block;}

.saleWrap .ticket .cover{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); color: white; text-align: center;}
.saleWrap .ticket .cover p{background: black; font-size: 20px;  position: absolute; bottom: -1.25em; width: 100%; font-weight: bold; letter-spacing: 0.1em; padding: 0.25em 0;}

.saleWrap .ticket .cover.nope{display: none;}

.sale hr{width: 90%;      margin: 4% auto;}

.saleWrap .align{background: #fda800; color: white; text-align: center; display: flex; justify-content: space-between; padding: 0 10%;}
.sale0608 .saleWrap .align{background: #62d6a3;}
.saleWrap .align img{width: auto; }



@media screen and (min-width:420px) {
    .saleWrap .box{width: 45%; margin: 0.8% 0.8% 50px;}
    .saleWrap .ticket .price b{
            display: block;
            writing-mode: inherit;
            margin-top: 0.3em;
    }
}

@media screen and (min-width:640px) {
    .saleWrap .ticket .price b{
            writing-mode: vertical-lr; display: inline; margin-top: 0;
    }
}

@media screen and (min-width:960px) {
    .saleWrap .date{    font-size: 27px;}
    .saleWrap .ticket a{font-size: 27px;}
    .saleWrap .ticket .detail span{display: inline;}
    .saleWrap .ticket .price{ font-size: 200%; }
    .saleWrap .ticket .cover p{font-size: 27px;}
    .sale hr{margin: 2% auto;}
}

@media screen and (min-width:1400px) {
    .saleWrap .box{width: 29%;}
}



