#mtkContainer {
    text-align: left;
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    background: black url(../images/bg-star.png) center top repeat-y;
}

#mtkContainer * {
    transition: all 0.2s , font-size 0s;
}


img {
    width: 100%;
    border: 0;
    vertical-align: top;
}
.poi-header .mobile-menu-level-1 .tab .tablinks .tablinks-img{width: auto;}

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(253, 110, 255, 0.5);
    transition: none;
    text-decoration: none;
}

#goTop:hover {
    padding-top: 30px;
    background-color: rgba(253, 110, 255, 0.9);
    transition: all 0.2s;
}

#goTop::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 18px;
    width: 0;
    height: 0;
    border: 4px solid #000;
    border-color: transparent transparent #fff;
}







/*main*/
#main{position: relative; background: url(../images/main.jpg?v=1101) center top no-repeat; height: 710px;}


.main-animation{}
.main-animation img{width: auto; position: absolute; left: 50%; top: 0;}
img.titleElementPink1{ animation:titleElementPink 0.4s ease; margin-left: -193px; top: 64px;  }
img.titleElementPink2{ animation:titleElementPink 0.4s ease 0.2s; margin-left: 105px; top: 63px;  }

img.titleElementOrange1{ animation:titleElementOrange 0.4s ease 0.4s infinite alternate; margin-left: -362px; top: 192px;  }
img.titleElementOrange2{ animation:titleElementOrange 0.4s ease 0.6s infinite alternate; margin-left: -177px; top: 192px;  }
img.titleElementOrange3{ animation:titleElementOrange 0.4s ease 1.0s infinite alternate; margin-left: 53px; top: 192px;  }
img.titleElementOrange4{ animation:titleElementOrange 0.4s ease 1.2s infinite alternate; margin-left: 238px; top: 192px;  }

img.titleElementDate{margin-left: -452px; top: 455px;  }


@keyframes titleElementPink {
   from {  }
     to { filter: brightness(1.4) drop-shadow(0px 0px 5px #fb00ff); }
}

@keyframes titleElementOrange {
   from {  }
     to { filter: brightness(1.4) drop-shadow(0px 0px 10px #ff9d0c); }
}


@media screen and (max-width:1400px) {
    #main{     background-size: 145%;     height: 51vw; }
    .main-animation{ display: none; }
}









/*page*/
.page{ background-color: #fd6eff; }
.page ul{display: flex; justify-content: center;  max-width: 760px; margin: 0 auto;}
.page ul li{width: 50%;}
a.page-btn{position: relative; display: block;  font-weight: bold; color: white; font-size: 30px; letter-spacing: 0.1em; padding: 0.4em 0;     margin: 0.5em 1em; text-align: center;}
a.page-btn:before{content: ''; display: block; width: 1.8em; height: 1.8em; background: black; border-radius: 5em; position: absolute; left: 50%; top: 0; transform: translateX(-4em); transition: all 0.2s;}
a.page-btn span{position: relative;}
a.page-btn.on span:before{content: url('../images/d-1.png'); display: inline-block; position: absolute; left: 50%; top: 3px; transform: translateX(-4.9em);  width: 17px; height: 34px; }
a.page-btn.on span:after{content: url('../images/d-1.png'); display: inline-block; position: absolute; left: 50%; top: 3px; transform: translateX(4.4em) scale(-1); width: 17px; height: 34px;}

a.page-btn:hover:before , .page a.page-btn.on:before{width: 100%; left: 0; transform: translateX(0);}
a.page-btn.on:after{ content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 0;
    height: 0;
    border-top: 0.3em  solid black;
    border-left: 0.3em  solid transparent;
    border-right: 0.3em  solid transparent;
    transform: translate(50%, 100%);}

@media screen and (max-width:960px) {
    a.page-btn{ font-size: 20px;  letter-spacing: 0; margin: 0.5em 0.25em; }
    a.page-btn.on span:before , a.page-btn.on span:after{display: none;}
}

@media screen and (max-width:360px) {
    a.page-btn{  margin: 0.5em 0.3em; letter-spacing: 0; }
}







/*menu-tab*/
.menu-tab{position: relative;  }
.menu-tab:before{ content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 35px; background: #fd6eff; }
.menu-tab ul{position: relative; display: flex; justify-content: center; background: white;  border-radius: 10px;   box-shadow: 0px 5px #fd6eff; width: 100%; max-width: 1400px; margin: 0 auto;     padding: 0 3%; }
.menu-tab ul li{ width: 25%; padding: 1%; }
a.tab-btn{position: relative; display: flex; justify-content: center;  
    border-bottom: solid 2px #a6a6a6;
    width: 100%;     padding: 10px 5%; text-align: center;
}

a.tab-btn span{position: relative;  }
a.tab-btn span img:last-child{position: absolute; left: 0; top: 0; opacity: 0;}

.menu-tab ul li.on a.tab-btn{ border-bottom: solid 2px #ff9d0c; }
.menu-tab ul li.on a.tab-btn span img:last-child{opacity: 1;}


@media screen and (max-width:1400px) {
    .menu-tab{height: auto;}
    .menu-tab ul{position: inherit; left: inherit; top: inherit; transform: none;}
}

@media screen and (min-width:1200px) {
a.tab-btn:hover{border-bottom: solid 2px #ff9d0c; }
a.tab-btn:hover span img:last-child{ opacity: 1; }
}
a.tab-btn:visited , a.tab-btn:active{ border-bottom: solid 2px #a6a6a6; }
a.tab-btn:visited span img:last-child , a.tab-btn:active span img:last-child{ opacity: 0; }


@media screen and (max-width:1200px) {
    a.tab-btn span.tab-btn-sort{display: none;}
    /*a.tab-btn span img:last-child{ opacity: 1; }*/
}





/*menuWrap*/
.menuWrap.fixed{ position: fixed; left: 0; top: 0; width: 100%; z-index: 99; }
.menuWrap.fixed a.page-btn{ font-size: 16px; }
.menuWrap.fixed a.page-btn.on span:before , .menuWrap.fixed a.page-btn.on span:after{ display: none; }
.menuWrap.fixed .tab ul{ padding: 0 20%; box-shadow: 0px 3px #fd6eff; }
.menuWrap.fixed a.tab-btn{  padding: 5px 5%; }


@media screen and (max-width:960px) {
    .menuWrap.fixed a.page-btn{ font-size: 14px;  }
    .menuWrap.fixed .tab ul{     padding: 0 3%; }
}






/*goods*/
.goods{ padding: 60px 0; }
.goods.even{  background: #3b143c url(../images/bg-star.png) center top repeat-y; }
#goods-1111{ margin-top: 60px; }

.goods h2{text-align: center; padding-bottom: 20px; width: 90%; margin: 0 auto;}
.goods h2 img{max-width: 762px;}

.goods .goods-section{margin-bottom: 60px;}
.goods .goods-section:last-child{ margin-bottom: 0; }
.goods-sort{position: relative; display: flex; justify-content: center; border-bottom: solid 1px white; width: 94%; max-width: 600px; margin: 0 auto; font-size: 20px; color: white;    }
.goods-sort:after{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 0;
  border-top: 0.7em solid white;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
  transform: translate(50%, 100%);
}
.goods-sort li{ position: relative; padding: 1em 2em; }
.goods-sort li:after{content: '/';  display: inline; position: absolute;  right: 0;  top: 50%; transform: translate(50%, -50%) scale(0.8);}
.goods-sort li:last-child:after{display: none;}
.goods-sort a{display: inline-block; color: white; font-weight: bold;  }
.goods-sort a:hover{ color: #ff9d0c; }
.goods-sort li.on a , .goods-sort li.on a:hover{ color: #feacff; transform: scale(1.5); }

@media screen and (max-width:960px) {
    .goods{ padding: 10vw 0; }
     #goods-1111{     margin-top: 0; }
    .goods h2{     padding-bottom: 1vw;  }
    .goods .goods-section{ margin-bottom: 10vw; }
    .goods-sort{font-size: 15px; width: 100%;}
    .goods-sort li{     padding: 1em; }
    .goods-sort li.on a , .goods-sort li.on a:hover{ transform: none; }
}





.h2Title{text-align: center;  width: 90%; margin: 0 auto;}
.h2Title img{max-width: 613px;}







/*event*/
.event{ font-size: 20px; letter-spacing: 0.05em; color: white; padding: 3em 0; }
.event-date{text-align: center; padding: 1em;}



.event-content{display: flex; justify-content: space-between; max-width: 1400px; margin: 0 auto; padding: 1.5em 0;}
.event-content-section{position: relative; width: 47%; }
.event-content-section h3{font-size: 150%; color: #feacff; font-weight: bold; border:solid 1px #feacff; border-radius: 5em; padding: 0.5em 1.5em; box-shadow: 0px 0px 7px #feacff , 0px 0px 7px #feacff; }
.event-content-section p{line-height: 1.5; padding: 1em; width: calc(60% - 2em); }
.event-content-section p b{ color: #feacff; font-weight: bold; }
.event-content-section small{ display: block; font-size: 80%; padding-top: 4em; }

.event-pic{ position: absolute; left: 0;  top: 0; z-index: 1; max-width: 450px;}
.event-pic-1{left: 42%; }
.event-pic-2{left: 56%; }


.event-submit{display: block;     width: 75%; max-width: 357px; text-align: center; margin: 0 auto;
    animation:eventSubmit 0.2s linear infinite alternate; }
.event-submit:hover{filter: brightness(1.2); transform: translateY(3px);}

@keyframes eventSubmit {
   from { filter: brightness(1.2); }
     to { filter: brightness(1); }
}


@media screen and (max-width:1400px) {
    .event{    font-size: 18px; }
    .event-content{flex-wrap: wrap;}
    .event-content-section{width: 94%; margin: 0 auto; margin-bottom: 8%;}
    .event-pic-1{left: 52%; }
    .event-pic-2{left: 56%; }
}

@media screen and (max-width:960px) {
    .event-content{ padding: 1em 0; }
    .event-content-section{ margin-bottom: 0; }
    .event-content-section:first-child{ margin-bottom: 1em; }
    .event-content-section p{width: 100%; }
    .event-content-section h3{text-align: center;}
    .event-pic{ position: inherit; left: inherit; top: inherit; display: block; margin:0 auto; }
    .event-content-section small{padding-top: 1em;}
}







/*bank*/
.bank{background: #3b143c url(../images/bg-star.png) center top repeat-y; font-size: 20px; letter-spacing: 0.05em;  padding: 3em 0;}
.bankWrap{display: flex; justify-content: space-between; flex-wrap: wrap; width: 94%; max-width: 1400px; margin: 0 auto;  padding: 2em 0;}
.bankWrap article{ position: relative; width: calc(33% - 2.4em); margin: 1.2em; background: white; border-radius: 5px; text-align: center; padding: 1em 1em 3em; }
.bankWrap article * {position: relative;}
.bankWrap article:before{content: ''; display: block; width: calc(100% + 0.8em); height: calc(100% + 0.8em); border-radius: 5px; box-shadow: 0px 0px 7px #ff9d0c , 0px 0px 7px #ff9d0c; position: absolute; left: -0.4em; top: -0.4em; }


.bank-logo img{ width: auto; height: 40px; }
.bank-date{ font-size: 80%; padding: 1em 0; }
.bank-title{font-weight: bold; background: #e45ee6; border-radius: 10px; color: white; padding: 0.5em; }
.bank-list{ font-size: 80%; line-height: 1.5; text-align: left; padding: 1em; }
.bank-list li{ padding-bottom: 0.7em; }
.bank-list li:last-child{ padding-bottom: 0; }
.bank-submit{display: block; color: #e45ee6; font-weight: bold;  position: absolute !important; left: 50%;  bottom: 1em; transform: translateX(-50%); width: calc(100% - 2em); border-top: solid 1px #e45ee6;     padding-top: 0.8em; }
.bank-submit:hover{ filter: brightness(1.2); }
.bank-submit-arrow{ width: auto; height: 0.8em; vertical-align: middle; }
.bank-submit:hover .bank-submit-arrow{ animation:submitArrow 0.2s linear infinite alternate; }
@keyframes submitArrow {
   from { transform: translateX(0); }
     to { transform: translateX(50%); }
}

@media screen and (max-width:1400px) {
    .bank{    font-size: 18px;}
    .bankWrap article{ width: calc(33% - 2em); margin: 1em; }
}

@media screen and (max-width:960px) {
    .bankWrap article{ width: calc(50% - 2em); margin: 1em; }
}

@media screen and (max-width:640px) {
    .bankWrap article{ width: calc(100% - 2em); margin: 1em; }
}




/*awards*/
.awards-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5em 0;
}

.awards-title{
  font-size: 150%;
    color: #feacff;
    font-weight: bold;
    border: solid 1px #feacff;
    border-radius: 5em;
    padding: 0.5em 1.5em;
    box-shadow: 0px 0px 7px #feacff, 0px 0px 7px #feacff;
    text-align: center;
    width: 20em;
    margin: 0 auto;
}

.awards-form , .awards-form thead , .awards-form tbody , .awards-form tr{display: block; overflow: hidden;}
.awards-form{ text-align: center; margin: 1em; }
.awards-form th , .awards-form td{display: inline-block;  float: left; width: 33%;     padding: 0.8em; border: solid 1px white;  }
.awards-form th { background: #ff9d0c; color: black; }
.awards-form tr {display: flex;}

.awards-notice{line-height: 1.3; font-size: 80%;     padding: 0 1em; }
.awards-notice li{padding: 0.4em 0;}
.awards-notice a{color: white; text-decoration: underline; transition: all 0.2s;}
.awards-notice a:hover{text-decoration: none;}

@media screen and (max-width: 960px){
 .awards-content{     padding: 1em 0; }
}

@media screen and (max-width: 768px){
  .awards-title{ width: calc(100% - 2em); }
}

@media screen and (max-width: 480px){
  .awards-form td{ font-size: 90%;  word-wrap: break-word; }
}