@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;
}
.unlink{ pointer-events: none}
#wrapper {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#expo li a 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#KS2017 a {
  background-image: url(../images/KS2017.svg);
}
#expo li#KS2017 a h1 {
  color: #005EAD;
}
#expo li#KS2017 a h1 span {
  background: #005EAD;
}
#expo li#KS1 a {
  background-image: url(../images/KS1.svg);
}
#expo li#KS1 a h1 {
  color: #99CC33;
}
#expo li#KS1 a h1 span {
  background: #99CC33;
}
#expo li#TC a {
  background-image: url(../images/TC.svg);
}
#expo li#TC a h1 {
  color: #F39800;
}
#expo li#TC a h1 span {
  background: #F39800;
}
#expo li#TPE1 a {
  background-image: url(../images/TPE1.svg);
}
#expo li#TPE1 a h1 {
  color: #EB6A8A;
}
#expo li#TPE1 a h1 span {
  background: #EB6A8A;
}
#expo li#TPE2 a {
  background-image: url(../images/TPE1.svg);
}
#expo li#TPE2 a h1 {
  color: #EB6A8A;
}
#expo li#TPE2 a h1 span {
  background: #EB6A8A;
}
#expo li#MEOW a {
  background-image: url(../images/MEOW.svg);
}
#expo li#MEOW a h1 {
  color: #89199b;
}
#expo li#MEOW a h1 span {
  background: #b96ec5;
}
#expo li#KS2 a {
  background-image: url(../images/KS2.svg);
}
#expo li#KS2 a h1 {
  color: #021c69;
}
#expo li#KS2 a h1 span {
  background: #021c69;
}
/*-----------------------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;
    right: 0;
    top: 0;
    width: 350px;
  }
  .Media img {
    width: 100%
  }
  .petShow {
    width: 100%;
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .showName {
    width: 40%
  }
  .FB {
    width: 20%
  }
  .IG {
    width: 20%
  }
  .LINE {
    width: 20%
  }
  h4 {
    position: fixed;
    right: 0;
    top: 80px;
  }
  h4 img {
    width: 350px;
  }
  #wrapper {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  /*-----------------------article-----------------------*/
  article {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    height: 670px;
    background-image: url(../images/EnterTaiwan.png);
    background-position: top 0px right -15%;
    background-repeat: no-repeat;
    background-size: 70%;
    /*background-size:contain;*/
    /* border: 1px solid #FFA5A7*/
  }
  /*-----------------------expo-----------------------*/
  #expo li a h5 {
    /*background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: left center;
	background-image: url(../images/date.svg);
	padding-left: 20px;*/
    display: inline-block;
    margin-right: 10px;
    color: #fff;
  }
  #expo li {
    margin-bottom: 20px;
    display: block;
  }
  #expo li:last-child {
    margin-bottom: 0;
  }
  #expo li a {
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    padding: 3px 0 3px 125px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; /*ie*/
    transform: scale(1, 1);
  }
  #expo li a:hover {
    transform: scale(1.05, 1.05);
  }
  #expo li a h1 {
    font-size: 29px;
    line-height: 100%;
    margin-bottom: 5px;
  }
  #expo li a h1 span {
    color: #FFF;
    font-size: 17px;
    padding: 5px;
    line-height: 100%;
    display: inline-block;
    font-weight: normal;
    border-radius: 3px;
  }
  #expo li a h2 {
    font-size: 19px;
    color: #fff
  }
  #expo li a h5 {
    font-weight: normal;
    font-size: 16px;
  }
  /*position*/
  #expo li#KS2017 {
    margin-left: 150px;
  }
  #expo li#KS1, #expo li#KS2 {
    margin-left: 00px;
  }
  #expo li#TC, #expo li#TPE2 {
    margin-left: 00px;
  }
  /*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 a h5 {
    /*background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: left center;
	background-image: url(../images/date.svg);
	padding-left: 20px;*/
    display: inline-block;
    margin-right: 10px;
    color: #2b2b2b;
  }
  #expo li {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
  }
  #expo li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  #expo li a {
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 90px 90px;
    padding: 10px 0 10px 100px;
  }
  #expo li a h1 {
    font-size: 21px;
    line-height: 100%;
    /*font-weight: normal;*/
    margin-bottom: 10px;
  }
  #expo li a h1 span {
    display: none
  }
  #expo li a h2 {
    display: none
  }
  #expo li a h5 {
    font-weight: normal;
    font-size: 16px;
    display: block;
  }
  #img { /*box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3); z-index:100; margin-bottom:10px;*/
  }
  /*-----------------FB----------------------*/
  
    .Media {
    display: block;
    width: 100%;
        background: #01134e
  }
  .Media img {
    width: 100%
  }
  .petShow {
    width: 100%;
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .showName {
    width: 40%
  }
  .FB {
    width: 20%
  }
  .IG {
    width: 20%
  }
  .LINE {
    width: 20%
  }
    
    h4 {
    width: 100%;
    line-height: 0;
  }
  h4 img {
    width: 100%;
  }
  /*-------------footer--------------------*/
  footer {
    padding: 20px;
    background: #383737;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }
  footer a {
    color: #fff;
  }
  div#footerRight {
    margin: 20px 0;
  }
    
}