@charset "utf-8";
@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=EB+Garamond&display=swap');
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: 6px 35px 6px 20px;
  font-size: 19px;
  -webkit-appearance: none; /*取消手機預設樣式*/
}
ul.bullet li {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}
ul.bullet li span {
  font-weight: bold;
  color: #439B29;
  font-size: 15px;
}
.red {
  color: #B00002;
}
.btnStyle {
  background-color: #FFF;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 20px 20px;
  background-image: url(../images/list.svg);
}
.btnStyle:hover {
  background-color: #FFF100;
  color: #000;
}
.nowrap {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.divider {
  width: auto;
  height: 10px;
}
.addShadow {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
#expo li:first-child {
  background-image: url(../images/coffee.jpg);
}
#expo li:nth-child(2) {
  background-image: url(../images/wine.jpg);
}
footer a {
  color: #fff;
  text-decoration: underline;
}
#reg a {
  background-image: url(../images/1f.png);
}
#ticket a {
  background-image: url(../images/4f.png);
}
#qa a {
  background-image: url(../images/qa.png);
}
/*-------------------ani-----------------*/
@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeinBtn {
  0% {
    opacity: 0
  }
  75% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-----------------------body-----------------------*/
  html, body {
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 160%;
    font-size: 15px;
    font-family: "Segoe UI", '微軟正黑體', sans-serif;
    position: relative;
    height: 100%;
    min-width: 1280px;
  }
  p, a, dt, em {
    line-height: 160%;
  }
  h1, h2, h3, h4, span {
    line-height: 120%;
  }
  .NoShowInPC {
    display: none;
  }
  #right {
    animation: fadein 1.0s ease-in;
  }
  #expo li:first-child {
    animation: fadeinBtn 1.5s ease-in;
  }
  #expo li:nth-child(2) {
    animation: fadeinBtn 1.8s ease-in;
  }
  /*-----------banner-----------*/
  article {
    overflow: auto;
  }
  #right {
    width: 45%;
    float: right;
    min-height: 650px;
  }
  #left {
    position: relative;
    width: 55%;
    min-height: 650px;
    float: left;
    background-repeat: no-repeat;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-size: cover;
  }
  /*-----------left-----------*/
  #textWrapper {
    text-align: center;
    width: 650px;
    height: 650px;
    margin: -270px 0 0 -270px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 40%;
    left: 45%;
    border-radius: 325px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    /*垂直致中*/
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #textWrapper h1 {
    font-size: 34px;
    line-height: 130%;
    color: #475236;
  }
  #textWrapper h1 span {
    font-size: 25px;
    display: block;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
  }
  #textWrapper h2 {
    margin: 20px 0;
    font-size: 52px;
    line-height: 120%;
    color: #7d3a20;
  }
/*  #textWrapper h2 span {
    font-size: 18px;
    display: block;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
  }*/
  #textWrapper h3 {
    margin: 0px 0  10px 0;
    font-size: 30px;
    line-height: 100%;
    color: #7d3a20;
  }
  #textWrapper h3 span {
    font-size: 18px;
    display: block;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
  }
  #right h4 a {
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    background: #ededed;
    color: #333;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #ddd;
  }
  #right h4 a:hover {
    background: #fff;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .logo {
    margin: 0 auto;
  }
  .logo img {
    width: 100px
  }
  /*-----------feature-----------*/
  #feature {
    width: 60%;
    margin: 0 auto;
    text-align: left;
  }
  #feature li {
    width: auto;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left top 2px;
    font-size: 21px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  #feature li:nth-of-type(1) {
    background-image: url(../images/date.svg);
    background-position: left 13px
  }
  #feature li:nth-of-type(2) span {
    background-image: url(../images/map.svg);
    background-position: left 5px
  }
  #feature li:last-child {
    background-image: url(../images/map.svg);
    margin: 0;
    background-position: left 5px
  }
  /*-----------expo-----------*/
  #expo li {
    width: 100%;
    float: right;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #expo li a {
    display: block;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #expo li a:hover {
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #expo li a div {
    padding: 25px;
  }
  #expo li a h1 {
    font-size: 35px;
  }
  #expo li a h1 span {
    display: block;
    font-size: 51px;
    font-weight: bold;
  }
  #expo li a h1 b {
    font-size: 21px;
  }
  #expo li a h2 {
    font-size: 51px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'EB Garamond', serif;
  }
  #expo li a h3 {
    font-size: 20px;
    line-height: 130%;
    font-weight: normal;
  }
  #expo li a p {
    /*position: absolute;
	right: 30px;
	bottom: 30px;*/
    border-radius: 50px;
    transition: all 0.3s ease-out;
  }
  #expo li em {
    position: absolute;
    right: 180px;
    bottom: 30px;
  }
  #expo li a:hover p {
    background-color: #fee57e;
    transition: all 0.3s ease-out;
  }
  /*-----------reg-----------*/
  #footerBtn a {
    width: 60px;
    height: 240px;
    position: fixed;
    right: 0;
    background-repeat: no-repeat;
    background-position: top left;
  }
  #footerBtn a:hover {
    width: 75px;
  }
  #reg a {
    top: 40px;
  }
  #ticket a {
    top: 200px;
  }
  #qa a {
    top: 360px;
  }
  /*--------warning-----------*/
  #warning {
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 38px;
    letter-spacing: 18px;
    text-align: center;
    line-height: 70px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
  }
  /*---------------footer-------------*/
  footer {
    background: #000;
    padding: 25px;
    color: #ccc;
    text-align: center;
    margin-bottom: 70px; /*for alert*/
  }
  footer span {}
}
/*------------------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: "Segoe UI", "Roboto", '微軟正黑體', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    min-height: 100%;
  }
  p, a, dt, span, em {
    line-height: 150%;
  }
  h1, h2, h3, h4 {
    line-height: 120%;
  }
  .NoShowInMobile {
    display: none;
  }
  /*-----------article-----------*/
  article {
    overflow: auto;
  }
  /*-----------left-----------*/
  #left {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg.jpg);
    background-position: center center;
  }
  #textWrapper {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1.00) 50%, rgba(255, 255, 255, 0.5));
    padding: 25px 25px 25px 25px;
    text-align: center;
    width: 100%;
  }
  #textWrapper h1 {
    font-size: 25px;
    color: #475236;
  }
  #textWrapper h1 span {
    font-size: 18px;
    display: block;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
  }
  #textWrapper h2 {
    margin: 15px 0;
    font-size: 30px;
    color: #7d3a20;
  }
  #textWrapper h2 span {
    font-size: 18px;
    display: block;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
    line-height: 80%;
  }
  #textWrapper h3 {
    margin: 10px 0 0px 0;
    font-size: 25px;
    color: #7d3a20;
  }
  #textWrapper h3 span {
    font-size: 18px;
    display: block;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
    line-height: 80%;
  }
  #left h4 a {
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    background: #ededed;
    color: #333;
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid #ddd;
  }
  /*-----------feature-----------*/
  #feature li {
    font-size: 17px;
    line-height: 170%;
  }
  .logo {
    margin: 0 auto;
  }
  .logo img {
    width: 100px
  }
  /*-----------expo-----------*/
  #expo li {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #expo li a {
    display: block;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #expo li a div {
    padding: 20px;
  }
  #expo li a h1 {
    font-size: 31px;
    font-weight: normal;
  }
  #expo li a h2 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'EB Garamond', serif;
    margin-bottom: 10px
  }
  #expo li a h1 span {
    display: block;
    font-size: 40px;
    line-height: 120%;
  }
  #expo li a h3 {
    font-size: 17px;
    line-height: 140%;
    font-weight: normal;
  }
  #expo li a p {
    margin-top: 20px;
    border-radius: 50px;
  }
  #expo li em {
    margin: -10px 0 20px 20px;
  }
  /*-----------reg-----------*/
  #footerBtn a {
    width: 50px;
    height: 200px;
    position: fixed;
    right: 0;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
  }
  #reg a {
    top: 50px;
  }
  #ticket a {
    top: 180px;
  }
  #qa a {
    top: 310px;
  }
  /*--------warning-----------*/
  #warning {
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 16px;
    /*letter-spacing: 5px;*/
    text-align: center;
    line-height: 60px;
    position: fixed;
    bottom: 0px;
  }
  #warning img {
    vertical-align: middle;
    height: 35px;
  }
  /*---------------footer-------------*/
  footer {
    background: #000;
    padding: 20px;
    color: #ccc;
    font-size: 12px;
    margin-bottom: 0px
  }
  footer span {
    display: block;
  }
}