@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
a {
  text-decoration: none;
}
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;
}
.bold {
  font-weight: bold;
}
.btn {
  /*  padding: 8px 18px;*/
  font-size: 17px;
  /*line-height: 140%;*/
  /* float: right;*/
  -webkit-appearance: none; /*取消手機預設樣式*/
  color: #FFF;
  padding: 10PX;
}
.btnStyle {
  background-color: #BBAB76;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
}
.btnStyle:hover {
  background-color: #000;
  color: #FFF;
}
.nowrap {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.divider {
  width: auto;
  height: 10px;
}
#right h1 {
  line-height: 100%;
  color: #BBAB76;
  background-image: -webkit-linear-gradient(#ae7d05, #fff0cb, #ae7d05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#right h2 {
  color: #fff;
  /* background-image: -webkit-linear-gradient(#fff0cb, #ae7d05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
/*----------------------- expo -----------------------*/
#expo li:hover {
  /*background: rgba(255, 255, 255, 1);*/
}
/*#expo li:hover .btn {
	background: #000;
}*/
#expo li span.date {
  font-size: 17px;
  font-weight: normal;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left center;
  background-image: url(../images/date.svg);
  padding-left: 22px;
  display: inline-block;
  margin: 5px 1px 0px 0px;
}
#expo li span.date i {
  font-size: 12px;
  font-style: normal
}
#expo li p.intro {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  text-align: left;
}
#expo a {
  /*color: #fff*/
}
/*-------------------ani-----------------*/
@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
#right {
  animation: fadein 1.0s ease-in;
}
@keyframes fadeinBtn {
  0% {
    opacity: 0
  }
  75% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#expo li:first-child {
  animation: fadeinBtn 1.1s ease-in;
}
#expo li:nth-child(2) {
  animation: fadeinBtn 1.3s ease-in;
}
#expo li:nth-child(3) {
  animation: fadeinBtn 1.5s ease-in;
}
#expo li:nth-child(4) {
  animation: fadeinBtn 1.7s ease-in;
}
#expo li:nth-child(5) {
  animation: fadeinBtn 1.9s ease-in;
}
#left p {
  animation: fadeinBtn 2.1s ease-in;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-----------------------body-----------------------*/
  html, body {
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 160%;
    font-size: 14px;
    font-family: 'Roboto', '微軟正黑體', sans-serif;
    position: relative;
   min-height: 100%;*/
    min-width: 1280px;
  }
  p, h1, h2, h3, h4, a, dt {
    line-height: 160%;
  }
  .NoShowInPC {
    display: none;
  }
  .fa-brands {
    color: #BBAB76;
    font-size: 140%;
    vertical-align: middle;
    padding: 0 3px;
  }
  .fa-brands:hover {
    color: #fff;
  }
  .btnFBIG {
    text-align: left;
    padding: 8px 10px;
    border-radius: 50px;
    border: 1px solid #BBAB76;
    color: #BBAB76;
    font-size: 17px;
    -webkit-appearance: none; /*取消手機預設樣式*/
    margin: 0px 2px;
  }
  .btnFBIG:hover {
    /* background-color: #FFF;*/
    color: #BBAB76;
    border: 1px solid #BBAB76;
  }
  #expo li span.map {
    margin-right: 0;
    background-image: url(../images/map.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
    padding-left: 20px;
    font-size: 17px;
    font-weight: normal;
    display: inline-block;
  }
  /*-----------banner-----------*/
  article {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    /*overflow: auto;*/
    background-size: cover;
    /*background-position: right center;*/
    background-position: top center;
    /*margin-bottom: 90px;*/
  }
  #wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  #left {
    width: 52%;
    display: block;
    float: left;
    padding-top: 30px;
  }
  /*-----------right-----------*/
  #right {
    display: block;
    width: 48%;
    min-height: 900px;
    background: url("../images/title.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    float: right;
    color: #fff;
    margin: 0 auto;
    position: relative;
  }
  #right p {
    font-size: 15px;
    line-height: 180%;
    width: 80%;
    margin: 20% auto 0 auto;
    color: #9A9A9A
  }
  .media {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 50% auto 0 auto;
  }
  .fb, .ig {
    margin: 0px 5px;
  }
  #right h1 {
    font-size: 45px;
    margin: 70px 0px 0px 0px;
    text-align: center;
    line-height: 160%;
  }
  #right h2 {
    font-size: 40px;
    text-align: center
  }
  /*-----------expo-----------*/
  #expo li {
    width: 100%;
    /*height: 125px;*/
    /*margin-right: 1%;*/
    margin: 0 10px 15px 0;
    background: rgba(255, 255, 255, 0.85);
    /*    padding: 15px 15px 15px 115px;*/
    float: left;
    border-radius: 5px;
    padding: 10px;
    border: 1px #bbab77 solid
  }
  /*  #expo li img {
    width: 90px
  }*/
  #expo li:nth-child(1), #expo li:nth-child(2) {
    /*margin-bottom: 2%;*/
  }
  #expo li h1 {
    font-size: 28px;
  }
  #expo li h1 span {
    font-size: 22px;
  }
  #expo li h3 {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #666;
    margin-bottom: 5px;
  }
  #expo li em {
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 90px;
    display: block;
    margin-right: 5px;
  }
  /*------------info & Reg btn-----------*/
  .expoRight {
    float: left;
    width: 80%;
  }
  .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    /*align-content: stretch;*/
    width: 100%;
    border-bottom: 2px dotted #ADADAD;
  }
  .info:last-of-type {
    border-bottom: none
  }
  .info h1 a {
    color: #333333
  }
  .info:hover h1 {
    color: #bbab77
  }
  .eName {
    display: block;
    min-width: 350px;
  }
  .eName h1 a {
    color: #333333; /* 深灰色，可依需求更改 */
    text-decoration: none; /* 移除底線（可選） */
    transition: color 0.3s ease; /* 平滑變色效果 */
   
  }
  .eName h1 a:hover {
    color: #bbab77; /* 深灰色，可依需求更改 */
    text-decoration: none; /* 移除底線（可選） */
    transition: color 0.3s ease; /* 平滑變色效果 */
  }
    .eName h2 { line-height: 120%}
  .item {
    display: block;
    min-width: 120px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
    padding: 5px 20px;
    background: #BBAB76;
    color: #fff;
    font-size: 17px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .item a {
    color: #fff
  }
  .item:hover {
    background: #303539;
    cursor: pointer;
    color: #fff;
  }
    
.ticketClose {
    display: block;
    min-width: 120px;
    text-align: center;
    margin-left: 5px;
    /*cursor: pointer;*/
    padding: 5px 20px;
    background: #a9a9a9;
    color: #fff;
    font-size: 17px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
        pointer-events: none;
  }
  .ticketClose a {
    color: #efefef;
    
    text-decoration: none;
    display: inline-block;
  }    
    
    
    
  #feature {
    margin-top: 20px;
  }
  #feature li {
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    background-image: url(../images/wine.png);
  }
  #feature li h3 {
    font-size: 21px;
  }
  #feature li p {
    font-size: 16px;
  }
  #feature li:nth-child(2) {
    background-image: url(../images/class.png);
  }
  #feature li:nth-child(3) {
    background-image: url(../images/link.png);
    margin-bottom: 0;
  }
  #left p {
    width: 100%;
    height: 60px;
    font-size: 110%;
    float: left;
  }
  /*---------------footer-------------*/
  footer {
    background: #000;
    padding: 25px;
    color: #ccc;
    text-align: center;
    margin-bottom: 90px;
  }
  footer span {
    margin-left: 30px;
  }
  /*--------warning-----------*/
  #warning {
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 39px;
    letter-spacing: 35px;
    text-align: center;
    line-height: 70px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
  }
  #expo li.TPE em {
    background-image: url(../images/TPE.svg);
  }
  #expo li.TPE {
    background-image: url(../images/TPELine.svg);
    background-repeat: repeat-y;
    background-size: 1%;
    background-position: 50px 90px
  }
  #expo li.KS em {
    background-image: url(../images/KS.svg);
  }
  #expo li.KS {
    background-image: url(../images/KSLine.svg);
    background-repeat: repeat-y;
    background-size: 1%;
    background-position: 50px 90px
  }
  #expo li.TC em {
    background-image: url(../images/TC.svg);
  }
  #expo li.TC {
    background-image: url(../images/TCLine.svg);
    background-repeat: repeat-y;
    background-size: 1%;
    background-position: 50px 0px
  }
  #expo li.TN em {
    background-image: url(../images/TN.svg);
  }
  #expo li.TN {
    background-image: url(../images/TNLine.svg);
    background-repeat: repeat-y;
    background-size: 1%;
    background-position: 50px 0px
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*-----------------------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%;
  }
  .fa-brands {
    color: #BBAB76;
    font-size: 200%;
    vertical-align: middle;
    padding: 0px 2px;
  }
  .fa-brands:hover {
    color: #FFF;
  }
  .btnFBIG {
    text-align: left;
    padding: 3px 8px;
    border-radius: 50px;
    border: 1px solid #BBAB76;
    color: #BBAB76;
    font-size: 14px;
    -webkit-appearance: none; /*取消手機預設樣式*/
    margin: 0px 2px;
  }
  .btnFBIG:hover {
    /* background-color: #FFF;*/
    color: #BBAB76;
    border: 1px solid #BBAB76;
  }
  .NoShowInMobile {
    display: none;
  }
  .picForMobile {
    width: 100%;
    height: auto;
  }
  /*-----------article-----------*/
  article {
    background-image: url(../images/bgS.png);
    background-repeat: repeat-Y;
    background-size: contain;
    overflow: auto;
    background-position: top center;
  }
  #expo li span.map {
    margin-right: 0;
    background-image: url(../images/map.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
    padding: 0px 0px 0px 16px;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
  }
  /*-----------right-----------*/
  #right {
    /*text-align: center;*/
    display: block;
    width: 100%;
    height: 500px;
    background: url("../images/titleM.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*    background-position:  center top;
      border: 1px solid #7632CB;*/
  }
  #right p {
    font-size: 15px;
    line-height: 180%;
    width: 65%;
    margin: 8% auto 0 auto;
    color: #9A9A9A
  }
  .media {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 auto;
    padding-top: 48%
  }
  .fb, .ig {
    margin: 5px 0px;
    width: 42%;
    text-align: center;
  }
  #right h1 {
    font-size: 30px;
    text-align: center;
    margin: 10% auto 3% auto;
  }
  #right h2 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
  }
  #right p {
    font-size: 15px;
    line-height: 150%;
  }
  /*-----------expo-----------*/
  #expo {
    padding: 0px 10px 10px 10px;
  }
  #expo li {
    display: table-cell;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 5px 15px 5px;
    border-radius: 5px;
    float: left;
    width: 100%;
    border: #bbab77 1px solid
  }
  .expoRight {
    display: block;
    float: right;
    width: 84%;
  }
  .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    /*align-content: stretch;*/
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px dotted #ADADAD
  }
  .info:last-of-type {
    /*border-bottom: none*/
  }
  .info h1 {
    color: #333333
  }
  .eName {
    display: block;
    width: 240px;
    margin: 5px 0px;
  }
    .eName h1 a {
    color: #333333; /* 深灰色，可依需求更改 */
    text-decoration: none; /* 移除底線（可選） */
    transition: color 0.3s ease; /* 平滑變色效果 */
  }
  .eName h1 a:hover {
    color: #bbab77; /* 深灰色，可依需求更改 */
    text-decoration: none; /* 移除底線（可選） */
    transition: color 0.3s ease; /* 平滑變色效果 */
  }
     .eName h2 {  font-size: 17px; line-height: 120%}
  .item {
    display: block;
    width: 50px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 6px;
    background: #BBAB76;
    color: #fff;
    font-size: 17px;
    line-height: 20px
  }
    .item a {
    color: #fff; line-height: 120%;
  }
    .item:hover {
    background: #303539;
    cursor: pointer;
    color: #fff;
  }
.ticketClose {
    display: block;
    width: 50px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*cursor: pointer;*/
    padding: 6px;
    background: #a9a9a9;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
        pointer-events: none;
  }
  .ticketClose a {
    color: #efefef;
    line-height: 120%;
    text-decoration: none;
    display: inline-block;
  }
    
  .time {
    font-size: 14px;
  }
  /* #expo li:last-child {
    margin: 0;
  }*/
  #expo li {
    /*display: block;*/
    color: #333
  }
  #expo li h1 {
    font-size: 22px;
    line-height: 120%;
  }
  #expo li h1 span {
    font-size: 18px;
  }
  #expo li h3 {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: #666;
  }
  #expo li em {
    float: left;
    /* position: absolute;
    left: 6px;
    top: 22px;*/
    background-repeat: no-repeat;
    background-size: contain;
    width: 53px;
    height: 55px;
    display: block;
  }
  /*------------info & Reg btn-----------*/
  #expo li .btnStyle {
    background-color: #BBAB76;
    color: #FFFFFF;
    text-decoration: none;
    border: 0;
  }
  #expo li .btnStyle:hover {
    background-color: #000;
    color: #FFF;
  }
  /*---------------footer-------------*/
  footer {
    background: #000;
    padding: 20px;
    color: #ccc;
    text-align: center;
  }
  footer span {
    display: block;
  }
  /*--------warning-----------*/
  #warning {
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 60px;
    /*  position: fixed;
    bottom: 0;*/
  }
  #warning img {
    vertical-align: middle;
    height: 35px;
  }
  #left p {
    width: 90%;
    text-align: left;
    margin: 0 auto 20px auto;
  }
  #expo li.TPE em {
    background-image: url(../images/TPE.svg);
  }
  #expo li.TPE {
    background-image: url(../images/TPELine.svg);
    background-repeat: repeat-y;
    background-size: 1%;
    background-position: 30px 90px
  }
  #expo li.KS em {
    background-image: url(../images/KS.svg);
  }
  #expo li.KS {
    background-image: url(../images/KSLine.svg);
    background-repeat: repeat-y;
    background-size: 1%;
    background-position: 30px 90px
  }
  #expo li.TC em {
    background-image: url(../images/TC.svg);
  }
  #expo li.TC {
    background-image: url(../images/TCLine.svg);
    background-repeat: repeat-y;
    background-size: 1%;
    background-position: 30px 0px
  }
  #expo li.TN em {
    background-image: url(../images/TN.svg);
  }
  #expo li.TN {
    background-image: url(../images/TNLine.svg);
    background-repeat: repeat-y;
    background-size: 1%;
    background-position: 30px 0px
  }
}