:root {
  --fontSize: 18px;
  --gap: 50px;
  --padding: 15px;

  --poi-fontSize: 18px;
  --poi-padding: 18px;
}

@media screen and (max-width:1220px) {
  :root {
    --fontSize: 15px;
    --gap: 5%;

    --poi-fontSize: 15px;
    --poi-padding: 15px;
  }
}



#mtkContainer {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: var(--fontSize);
  letter-spacing: 0.1em;
  text-align: left;
  /* overflow-x: hidden; */
}

#mtkContainer * {
  transition: all 0.2s;
}

.wrapper {
  position: relative;
  width: 94%;
  max-width: 1650px;
  margin: var(--gap) auto;
}

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 {
  position: fixed;
  z-index: 98;
  right: 10px;
  bottom: 10px;
  width: 65px;
  height: 65px;
  background: url(../images/top.png) center bottom no-repeat;
  mix-blend-mode: darken;
}

#goTop:hover {
  height: 170px;
  filter: brightness(1.1);
}

@media screen and (max-width:1020px) {
  #goTop {
    display: none;
  }
}


.goTop {
  display: inline-block;
  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: #FF6C55;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: #ff4022;
  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;
}





/*kv*/
/* .kv {
  position: relative;
  background: url(../images/kv-experience.jpg) center top no-repeat;
      background-size: auto;
} */
/* .kv-index{
  background-image: url(../images/kv-index.jpg);
} */
/* .kv-wifi{
  background-image: url(../images/kv-wifi.jpg);
}

.kv h1 {
  text-align: center;
}
.kv h1 img{
  width: auto;
} */

/* @media screen and (max-width:1400px) {
  .kv {
    background:none;
  }
  .kv h1 img{
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .kv-wifi h1 img{
    width: 125%;
    transform: translateX(-16%);
  }
} */

header.kv-banner { position: relative; height: 450px; background-position: top center;background-repeat:no-repeat;}
header.kv-banner h1{opacity: 0;}

@media screen and (max-width:1024px) {
header.kv-banner { background-size: 160%; height: 37vw; }
}
@media screen and (max-width:768px) {
header.kv-banner .container-fluid.pin-header-banner,header.kv-banner .container-fullbg.pin-header{margin-top: 0;}
}



/*item*/
.item{
  padding: var(--gap) 0;
}




/*itemTitle*/
.itemTitle {
  height: 115px;
  background: url(../images/title-japan.jpg) center top no-repeat;
  background-size: cover;
}
#winter .itemTitle{
  background-image: url(../images/title-winter.jpg?v=0712);
}
#japan .itemTitle{
  background-image: url(../images/title-japan.jpg?v=0712);
}
#korea .itemTitle{
  background-image: url(../images/title-korea.jpg?v=0712);
}
#thailand .itemTitle{
  background-image: url(../images/title-thailand.jpg?v=0712);
}
#hongkong .itemTitle{
  background-image: url(../images/title-hongkong.jpg?v=0712);
}


#vietnam .itemTitle{
  background-image: url(../images/title-vietnam.jpg?v=0712);
}




@media screen and (max-width:1020px) {
  .itemTitle {
    height: 10vw;
  }
}











/*menuArea*/
#mtkContainer .menuAreaWrap {
  transition: none;
}

.menuAreaWrap {
  display: none;
}

.menuArea {
  position: fixed;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
  font-size: var(--fontSize);
  font-weight: 700;
  text-align: center;
  z-index: 99;
}

.menuArea-scroll a {
  position: relative;
  display: block;
  color: black;
  width: 192px;
  height: 38px;
  background: url(../images/nav.png) center top no-repeat;
  line-height: 38px;
  margin: 0.5em 0;
  transform: translateX(15px);
}

.menuArea-scroll a.on {
  background: url(../images/nav-on.png) center top no-repeat;
  transform: translateX(0px);
}

.menuArea-link a {
  display: block;
  padding-bottom: var(--padding);
}

.menuArea-link a:hover {
  filter: brightness(1.1);
}

.menuArea-link a img {
  width: auto;
}
.menuArea-link a span{
    display: none;
  }


@media screen and (min-width:1400px) {
  .menuArea-scroll a:hover {
    transform: translateX(0px);
  }
}

@media screen and (max-width:1400px) {
  .menuArea {
    display: flex;
    justify-content: space-around;
    align-items: center;
    right: 0;
    bottom: 0;
    transform: none;
    border-radius: 0;
    width: 100%;
        font-size: 12px;
  }

  .menuArea-link {
    width: 20%;
  }

  .menuArea-link a{
    display: block;
    width: 100%;
    background: #8ab2e3;
    color: white;
    line-height: 4em;
    height: 4em;
    padding-bottom: 0;
  }
  .menuArea-link a img{
    display: none;
  }

  .menuArea-link a span{
    display: block;
  }

  .menuArea-scroll {
    display: flex;
    justify-content: space-around;
    padding: 0;
    width: 80%;
    background-color: #e6e6e6;
  }

  .menuArea-scroll a {
    width: 25%;
    background: none;
        line-height: 4em;
    height: 4em;
    margin: 0;
        transform: none;
  }

  .menuArea-scroll a.on {
    background: #ffde00;
  }

  .menuArea-scroll a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 1em;
    width: 1px;
    height: 2em;
    background: black;
  }

  .menuArea-scroll a:first-child:before{
    display: none;
  }

}



.other-btn{

  display:flex;
  justify-content: right;
  margin-right: 20px;
  max-width: 1600px;


}
.other-btn a{

  background: #ffde00;
  color: #000;
  padding: 5px 10px;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  transition: 0.3s;

}


.other-btn a::after{

  content:"▶";
  position: static;
  font-size: 80%;
  margin-left: 2px;
  line-height: 1.5;
  transition: 0.3s;

}

.other-btn a:hover{
  padding:  5px 14px 5px 10px;

}

.other-btn:hover a::after{
  margin-left: 4px;

}





/*新的選單*/
nav.nav {
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  transition: 0.3s;
  /*黏*/
}
nav.nav .nav-list {
  color: unset;
  background: #632911;
  padding: 0 24px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0px;
}
nav.nav .nav-list * {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .nav-list * {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  nav.nav .nav-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    margin: 0px auto;
    padding: 0 8px;
  }
}
nav.nav .nav-list .nav-tab {
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 16px;
  white-space: nowrap;
  color: #fff;
  background: unset;
}
nav.nav .nav-list .nav-tab:hover {
  color: #632911;
  background: #FAC539;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab:hover {
    color: #fff;
    background: unset;
  }
}
nav.nav .nav-list .nav-tab.on {
  color: #632911;
  background: #FAC539;
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav .poi-list {
  color: unset;
  background: #FAC539;
  width: 100%;
  top: 0px;
  left: 0;
  text-align: center;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 32px;
  padding: 16px 24px;
  position: relative;
}
nav.nav .poi-list * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .poi-list * {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  nav.nav .poi-list {
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
nav.nav .poi-list .poi-tab {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  color: #632911;
  background: unset;
}
nav.nav .poi-list .poi-tab:hover {
  color: #ff4b45;
  background: unset;
}

/*分頁改色範例*/
.eventpage nav.nav .nav-list .nav-tab {
  color: #a15e34;
}
.eventpage nav.nav .nav-list .nav-tab:hover {
  background: #df8045;
  color: #fff;
}
.eventpage nav.nav .nav-list .nav-tab.on {
  background: #a15e34;
  color: #fff;
}
.eventpage nav.nav .poi-list {
  background: #a15e34;
}
