body{
  overflow-x: hidden;
}

#mtkContainer {
    text-align: left;
    font-family: 'Noto Sans TC', serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.07em;
}

.wrapper {
    position: relative;
    width: 95%; max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
}

img {
    width: 100%;
    border: 0;
    vertical-align: top;
}
.poi-header .mobile-menu-level-1 .tab .tablinks .tablinks-img{width: auto;}

a {
    text-decoration: none;
}

:root{
  --font-l:30px;    
  --font-m:20px;    
  --font-r:18px;   
  --font-s:16px;
  --orange:#ff4e00;
  --gray:#808080;     
  --lightgray:#e6e6e6;     
  --red:#de3625;   
  --yellow:#fdf506;     
  --blue:#5ba6e7;              
}
@media screen and (max-width:1400px) {
    :root{
      --font-l:20px;    
      --font-m:18px;    
      --font-r:16px;       
      --font-s:14px;       
    }
}

.pc{
  display: block;
}
.m{
  display: none;
}
@media screen and (max-width:960px) {
  .pc{
    display: none;
  }
  .m{
    display: block;
  }
}

@media screen and (max-width: 960px){
.wrapper {
    padding: 10% 0;
  }
}



/*goTop*/

#goTop {
    display: none;
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    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);
    transition: none;
    text-decoration: none;
}

#goTop:hover {
    padding-top: 30px;
    background-color: rgba(0, 0, 0, 7);
    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;
}









/*header*/
.header {
    position: relative;
    background: url(../images/header-bg.jpg) center top no-repeat;
}
.header h1 img {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}





/*mycash*/
.mycash{
  background: var(--red);
}
.mycash .pc{
  max-width: 1400px;
  margin: 0 auto;
}






/*poi*/
.poi-title{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px;
}


.poi-bg{
  background-image: url(../images/bg-1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
}
.poi-bg-1{
  background-image: url(../images/bg-1.jpg);
}
.poi-bg-2{
  background-image: url(../images/bg-2.jpg);
  background-position: center center;
}
.poi-orange{
  background: #ff793e;
}

.date{
  margin-bottom: 50px;
  text-align: center;
}
.date .pc{
  max-width: 772px;
  margin: 0 auto;
}

.poi-info{
  width: 95%;
  max-width: 1400px;
  text-align: center;
  margin:0 auto 50px;
  font-size: var(--font-m);
  letter-spacing: 0.1em;
}
.poi-info b{
  display: inline-block;
  background: var(--orange);
  color: white;
  padding: 0.2em 0.4em;
  margin: 0.2em;
  border-radius: 5em;
  font-weight: 400;
}
.poi-info em{
  font-size: var(--font-l);
  font-weight: 700;
  font-style: normal;
  margin: 0 0.2em;
}
.poi-info small{
  font-size: var(--font-s);
}
.poi-info br{
  display: none;
}

@media screen and (max-width:960px) {
  .poi-title{
    margin: 0 auto 5%;
  }
  .date{
     margin-bottom: 10%;
  }
  .poi-info br{
    display: block;
  }
}






/*ex*/
.ex{
  padding: 50px 0;
}
.ex article{
  text-align: center;
}
.ex section{
  margin-bottom: 50px;
}
.ex strong{
  display: inline-block;
  font-size: var(--font-l);
  color: white;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  background: var(--blue);
  border-radius: 5em;
  padding: 0.2em 1.5em;
}
.ex ul{
  padding-top: 25px; 
  padding-left: 2em;
  font-size: var(--font-s);
  font-weight: 500;
  line-height: 1.4em;
  text-align: left;
}
.ex ul li{
  padding: 0.5em 0;
  list-style-type: disclosure-closed;
}

.ex ul li b{
  color: var(--red);
  font-weight: 500;
}

.ex ul li a{
  display: inline-block;
  background: var(--yellow);
  padding: 0 0.5em;
    margin: 0 0.5em;
}
.ex ul li a:hover{
  text-decoration: underline;
}

.ex ol{
    margin-left: 1.5em;
}
.ex ol li{
  list-style-type: initial;
}





/*nav*/
.nav{
  position: fixed;
  left: 50%;
  top: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 170px;
  margin-left: -900px;
  z-index: 99;
}

.nav a{
  display: inline-block;
  width: 100%;
}



.nav span{
  display: none;
}
.nav span br{
  display: none;
}

@media screen and (min-width:1815px) {
  .nav a:hover , .nav a.scrollHightlight{
    filter: hue-rotate(200deg) contrast(1.2);
  }
}

@media screen and (max-width:1815px) {

  .nav{
    flex-wrap: nowrap;
    left: 0;
    top: inherit;
    bottom: 0;
    width: 100%;
    justify-content: center;
    background: var(--blue);
    margin-left:0;
  }

  .nav a{
    width: 20%;
    text-align: center;
    font-size: var(--font-r);
    font-weight: 500;
    color: white;
    padding: 0.6em 0;
  }
  .nav span{
    display: block;
    border-right: solid 1px white;
  }
  .nav a:last-child span{
    border:none;
  }


  .nav img{
    display: none;
  }

  .nav a.scrollHightlight{
    background: var(--orange);
  }

}

@media screen and (max-width:570px) {
  .nav a{
    padding: 0.5em 0;
  }
  .nav span br{
    display: block;
  }
}

/* main{width: 100%;} */