@charset "utf-8";
@import url("reset.css");
/* CSS Document */
/*-----------------------for all-----------------------*/
a {
  text-decoration: none;
  color: #333;
}
a:hover {}
.align_r {
  text-align: right;
}
.align_c {
  text-align: center;
}
.align_l {
  text-align: left;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
}
#expo li h5.map {
  margin-right: 0;
  background-image: url(../images/map.svg);
}
@keyframes fadeinBtn {
  0% {
    opacity: 0
  }
  40% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#expo li:first-child {
  animation: fadeinBtn 0.3s ease-in;
}
#expo li:nth-child(2) {
  animation: fadeinBtn 0.6s ease-in;
}
#expo li:nth-child(3) {
  animation: fadeinBtn 0.9s ease-in;
}
#expo li:nth-child(4) {
  animation: fadeinBtn 1.2s ease-in;
}
#expo li:nth-child(5) {
  animation: fadeinBtn 1.5s ease-in;
}
#expo li:nth-child(6) {
  animation: fadeinBtn 1.5s ease-in;
}
#expo li#KS1 {
  background-image: url(../images/KS1.svg);
}
#expo li#KS1 a {
  /*background: #99cc32;*/
}
#expo li#KS1 h1 a:hover {
  /*background: #eb9714;*/
  color: #9cc829
}
#expo li#KS1 h1 {
  /*color: #99CC33;*/
}
#expo li#KS1 h1 span {
  background: #99CC33;
  /*border: 2px solid #99CC33;*/
}
#expo li#TC {
  background-image: url(../images/TC.svg);
}
#expo li#TC a {
  /*background: #f19600;*/
}
#expo li#TC h1 a:hover {
  /* background: #9cc829;*/
  color: #f29600
}
#expo li#TC h1 {
  /*color: #F39800;*/
}
#expo li#TC h1 span {
  background: #F39800;
  /*border: 2px solid #F39800*/
}
#expo li#TPE1 {
  background-image: url(../images/TPE1.svg);
}
#expo li#TPE1 a {
  /*background: #ea6a89;*/
}
#expo li#TPE1 h1 a:hover {
  /*  background: #57c1d1;*/
  color: #ea6a89
}
#expo li#TPE1 h1 {
  /*color: #EB6A8A;*/
}
#expo li#TPE1 h1 span {
  background: #EB6A8A;
  /* border: 2px solid #EB6A8A*/
}
#expo li#TPE2 {
  background-image: url(../images/TPE1.svg);
}
#expo li#TPE2 h1 {
  color: #EB6A8A;
}
#expo li#TPE2 h1 span {
  background: #EB6A8A;
}
#expo li#MEOW {
  background-image: url(../images/MEOW.svg);
}
#expo li#MEOW a {
  /*background: #89199b;*/
}
#expo li#MEOW h1 a:hover {
  color: #c776d4;
  /*  background: #8a5b2f;*/
}
#expo li#MEOW h1 {
  /*color: #89199b;*/
}
#expo li#MEOW h1 span {
  background: #b96ec5;
}
#expo li#KS2 {
  background-image: url(../images/KS2.svg);
}
#expo li#KS2 a {
  /*background: #021c69;*/
}
#expo li#KS2 h1 a:hover {
  /*background: #e95378;*/
  color: #429be5
}
#expo li#KS2 h1 {
  /*color: #021c69;*/
}
#expo li#KS2 h1 span {
  background: #429be5;
  /*border: 2px solid #429be5*/
}
#wrapper {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  /*min-height:500px;*/
}
.fa-square-facebook {
  color: #fff;
  font-size: 2.9em;
}
.fa-square-facebook:hover {
  color: #0863f7;
  transition: color 0.3s ease; /* 平滑變色效果 */
}
.fa-instagram {
  color: #fff;
  font-size: 3em;
}
.fa-instagram:hover {
  background: #8727F4;
  background: linear-gradient(196deg, rgba(135, 39, 244, 1) 0%, rgba(212, 2, 188, 1) 32%, rgba(253, 62, 44, 1) 62%, rgba(255, 194, 0, 1) 100%);
  /*background: -webkit-linear-gradient(196deg,rgba(135, 39, 244, 1) 0%, rgba(212, 2, 188, 1) 32%, rgba(253, 62, 44, 1) 62%, rgba(255, 194, 0, 1) 100%);*/
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transition: color 0.3s ease; /* 平滑變色效果 */
}
.fa-line {
  color: #fff;
  font-size: 2.5em;
}
.fa-line:hover {
  color: #00bd00;
  transition: color 0.3s ease; /* 平滑變色效果 */
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:768px) {
  html, body {
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 160%;
    font-size: 15px;
    font-family: 'Roboto', '微軟正黑體', sans-serif;
    height: 100%;
  }
  p, h1, h2, h3, h4, a, dt {
    line-height: 160%;
  }
  .NoShowInPC {
    display: none;
  }
  .Media {
    /*    position: fixed;*/
    /*    top: 0;*/
    width: 100%;
    margin: 0 auto;
    background: #00134d
  }
  .Media li {
    float: left;
  }
  .Media img {
    width: 100%
  }
  .petShow {
    width: 980px;
    padding: 10px 0px;
    margin: 0 auto;
  }
  .petShow li {
    width: 50%;
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-right: 1px solid #C1C1C1;
    height: 60px;
    margin: 10px 0px 15px 0px;
  }
  .petShow li:last-child {
    border-right: none;
  }
  .showName {
    width: 50%;
    font-size: 22px;
    text-align: center;
    padding-right: 7%;
  }
  .FB {
    width: 12%
  }
  .IG {
    width: 12%
  }
  .LINE {
    width: 12%
  }
  h4 {
    position: fixed;
    right: 0;
    top: 80px;
  }
  h4 img {
    width: 350px;
  }
  /*-----------------------article-----------------------*/
  article {
    margin: 0 auto;
    /*    position: relative;*/
    width: 1280px;
    height: auto;
    background-image: url(../images/EnterTaiwan.png);
    background-position: top 0px right -5%;
    background-repeat: no-repeat;
    background-size: 65%;
      padding-bottom: 50px;
    /*background-size:contain;*/
  }
  /*-----------------------expo-----------------------*/
  #expo {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 680px;
    
  }
  #expo li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  #expo li:last-child {
    margin-bottom: 0;
  }
  #expo li {
    /*    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; 
    transform: scale(1, 1);*/
  }
  #expo li:hover {
    /* transform: scale(1.05, 1.05);*/
  }
  #expo li {
    display: inline-block;
    padding: 10px 20px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    /*    background-color: #02154d;*/
    background-color: rgba(2, 21, 77, 0.5); /*chrome*/
    width: 590px;
  }
  #expo li h1 {
    /* line-height: 100%;*/
    display: flex;
    justify-content: flex-start; /* 水平置中 */
    align-items: center; /* 垂直置中（如果有高度差） */
    text-align: left; /* 整個 h1 靠左 */
  }
  #expo li h1 a {
    display: inline-flex;
    align-items: center; /* 垂直置中 */
    justify-content: center; /* 水平置中在 a 裡 */
    text-decoration: none;
    font-size: 23px;
    color: #fff20d;
    gap: 0.2em; /* 主文字與 span 的間距 */
    text-align: left; /* 整個 h1 靠左 */
  }
  #expo li h1 span {
    margin-left: 0em; /* 加點間距 */
    font-size: 15px; /* 若要字稍小，可這樣處理 */
    color: #FFF;
    padding: 4px 5px;
    line-height: 100%;
  }
  /*#expo li div div h1 span {  width: auto; padding: 5px; line-height: 100%; margin-bottom: 5px;}*/
  #expo li h2 {
    font-size: 19px;
    color: #fff
  }
  #expo li h5 {
    font-weight: normal;
    font-size: 17px;
    display: inline-block;
    margin-left: 3px;
    color: #fff
  }
  #expo li h5 span {
    font-size: 12px
  }
  /*position*/
  #expo li#KS2017 {
    margin-left: 150px;
  }
  #expo li#KS1, #expo li#KS2 {
    margin-left: 0px;
  }
  #expo li#TC, #expo li#TPE2 {
    margin-left: 0px;
  }
  .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    /*align-content: stretch;*/
    border-bottom: 2px dotted #ADADAD;
    margin-left: 90px;
    width: 480px;
  }
  .info:last-of-type {
    border-bottom: none
  }
  .info h1 a {
    color: #333333
  }
  .info:hover h1 {
    color: #bbab77
  }
  .eName {
    display: block;
    width: 370px;
  }
  .eName h1 a {
    color: #fff611; /* 深灰色，可依需求更改 */
    text-decoration: none; /* 移除底線（可選） */
    transition: color 0.3s ease; /* 平滑變色效果 */
  }
  .eName h1 a:hover {
    color: #c776d4; /* 深灰色，可依需求更改 */
    text-decoration: none; /* 移除底線（可選） */
    transition: color 0.3s ease; /* 平滑變色效果 */
    /*-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; 
    transform: scale(1, 1);*/
  }
  .item {
    display: block;
    /*min-width: 50px;*/
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
    padding: 18px 20px;
    /*background: #fff711;*/
    /* color: #000;*/
    font-size: 24px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #fff711;
    background-color: none; /* 預設背景色 */
    transition: all 0.3s ease;
  }
  .item a {
    color: #fff711;
    line-height: 120%;
    text-decoration: none;
    display: inline-block;
  }
  .item:hover {
    /*    color: #000;*/
    background-color: #fff711;
    cursor: pointer;
    /* transition: color 0.3s ease;*/ /* 平滑變色效果 */
  }
  .item:hover a {
    color: #000; /* 滑過時字變淡黃色 */
  }
    
    
    .ticketClose {
    display: block;
    /*min-width: 50px;*/
    text-align: center;
    margin-left: 5px;
/*    cursor: pointer;*/
    padding: 18px 22px;
    /*background: #fff711;*/
    /* color: #000;*/
    font-size: 24px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: none; /* 預設背景色 */
    transition: all 0.3s ease;
        /*pointer-events: none;*/
  }
  .ticketClose a {
    color: #fff;
    line-height: 120%;
    text-decoration: none;
    display: inline-block;
  }

    
    


  /*position*/
  /*-------------footer--------------------*/
  footer {
    width: 100%;
    background: #383737;
  }
  #footer {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
    font-size: 14px;
    color: #fff;
  }
  #footer a {
    color: #FFF;
    text-decoration: underline;
  }
  #footer div#copy {
    position: absolute;
    right: 0;
    top: 25px;
  }
  #footer div#footerRight {
    position: absolute;
    left: 350px;
    top: 25px;
  }
}
/*-----------------------for mob-----------------------*/
@media screen and (max-width:767px) {
  /*-----------------------body-----------------------*/
  html {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
  }
  body {
    color: #222;
    line-height: 150%;
    font-size: 16px;
    font-family: 'Roboto', '微軟正黑體', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    min-height: 100%;
  }
  p, h1, h2, h3, h4, a, dt {
    line-height: 150%;
  }
  .NoShowInMobile {
    display: none;
  }
  article {
    padding: 0 15px 15px 15px;
    background-color: #fff;
  }
  /*-----------------------expo-----------------------*/
  #expo li h5 {
    /*background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: left center;
	background-image: url(../images/date.svg);
	padding-left: 20px;*/
  }
  #expo li h5 span {
    font-size: 12px
  }
  #expo li {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
  }
  #expo li:first-child {
    margin-top: 10px;
  }
  #expo li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  #expo li {
    display: inline-block;
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: 73px 73px;
    padding: 0px 0 10px 82px;
  }
  #expo li a {
    /* display: inline-table;
    padding: 8px 15px;
    margin: 5px 3px 5px 0px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff*/
  }
  #expo li a:hover {
    /* padding: 5px;*/
  }
  #expo li h1 {
    font-size: 21px;
    line-height: 100%;
    /*font-weight: normal;*/
    margin-bottom: 5px;
    /*color: #000*/
  }
  #expo li h1 span {
    display: none
  }
  #expo li h2 {
    display: none
  }
  #expo li h5 {
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    color: #000;
  }
  #img { /*box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3); z-index:100; margin-bottom:10px;*/
  }
  /*-----------------FB----------------------*/
  .Media {
    /*    position: fixed;*/
    /*    top: 0;*/
    width: 100%;
    margin: 0 auto;
    background: #00134d;
    padding: 0;
  }
  .petShow {
    width: 90%;
    margin: 0 auto;
  }
  .petShow li {
    width: 100%;
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 60px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px dashed #7E7E7E
  }
  .petShow li:last-child {
    border-bottom: none;
  }
  .showName {
    width: 60%;
    font-size: 20px;
  
  }
  .FB {
    width: 13%;
   
  }
  .IG {
    width: 13%;
    
  }
  .LINE {
    width: 13%;
   
  }
  h4 {
    width: 100%;
    line-height: 0;
  }
  h4 img {
    width: 100%;
  }
  /*-------------footer--------------------*/
  footer {
    background: #383737;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }
  footer a {
    color: #fff;
  }
  #footer {
    padding: 20px;
  }
  div#footerRight {
    margin: 20px 0;
  }
  .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    /*align-content: stretch;*/
    margin-bottom: 5px;
    border-bottom: 2px dotted #ADADAD;
    margin-left: -5px;
    border: none;
  }
  .info:last-of-type {
    /*border-bottom: none*/
  }
  .info h1 {
    /* color: #333333*/
  }
  .eName {
    display: block;
    width: 75%;
    margin: 5px 0px;
    color: #333333
  }
  .eName h1 a {
    color: #333333; /* 深灰色，可依需求更改 */
    text-decoration: none; /* 移除底線（可選） */
    transition: color 0.3s ease; /* 平滑變色效果 */
  }
  .eName h1 a:hover {
    color: #fff611; /* 深灰色，可依需求更改 */
    text-decoration: none; /* 移除底線（可選） */
    transition: color 0.3s ease; /* 平滑變色效果 */
  }
  .item {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    cursor: pointer;
    padding: 10px 4px;
    /*background: #fff711;*/
    /* color: #000;*/
    font-size: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*border: 2px dotted #fff711;*/
    background-color: #02154d; /* 預設背景色 */
    transition: all 0.3s ease;
    ;
  }
  .item a {
    color: #fff711;
    line-height: 120%;
    text-decoration: none;
    display: inline-block;
  }
  .item:hover {
    /*    color: #000;*/
    background-color: #fff711;
    cursor: pointer;
    /* transition: color 0.3s ease;*/ /* 平滑變色效果 */
  }
  .item:hover a {
    color: #000; /* 滑過時字變淡黃色 */
  }
     .ticketClose {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    /*cursor: pointer;*/
    padding: 10px 4px;
    /*background: #fff711;*/
    /* color: #000;*/
    font-size: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*border: 2px dotted #fff711;*/
    background-color: #cecece; /* 預設背景色 */
    transition: all 0.3s ease;
        pointer-events: none;
  }
  .ticketClose a {
    color: #fff;
    line-height: 120%;
    text-decoration: none;
    display: inline-block;
  }
  #expo li#KS1 h1 a {
    color: #99CC33;
  }
  #expo li#TC h1 a {
    color: #F39800;
  }
  #expo li#TPE1 h1 a {
    color: #EB6A8A;
  }
  #expo li#TPE2 h1 a {
    /*color: #fff611;*/
  }
  #expo li#MEOW h1 a {
    color: #89199b;
  }
  #expo li#KS2 h1 a {
    color: #005eac;
  }
}