@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: 15px 22px;
	font-size: 19px;
	line-height: 128%;
	float: right;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.btnStyle {
	background-color: #BBAB76;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border: 0;
}
.btnStyle:hover {
	background-color: #000;
	color: #FFF;
}
.btnClose {
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border: 0;
}
.btnFBIG {
	text-align: left;
	padding: 8px 20px;
	border-radius: 20px;
	border: 1px solid #CCC;
	color: #FFF;
	font-size: 17px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.btnFBIG:hover {
	background-color: #FFF;
	color: #BBAB76;
}
.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: #BBAB76;
	background-image: -webkit-linear-gradient(#fff0cb, #ae7d05);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*----------------------- expo -----------------------*/
#expo li.TPE a em {
	background-image: url(../images/TPE.png);
}
#expo li.KS a em {
	background-image: url(../images/KS.png);
}
#expo li.TC a em {
	background-image: url(../images/TC.png);
}
#expo li.SP a em {
	background-image: url(../images/SP.png);
}
#expo li.TN a em {
	background-image: url(../images/TN.png);
}
#expo li.TPE2 a em {
	background-image: url(../images/TPE2.png);
}
#expo li:hover {
	background: rgba(255,255,255,1);
}
/*#expo li:hover .btn {
	background: #000;
}*/
#expo li a h5 {
	font-size: 17px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: left center;
	background-image: url(../images/date.svg);
	padding-left: 22px;
	display: inline-block;
	margin-right: 3px;
}
#expo li a h5.map {
	margin-right: 0;
	background-image: url(../images/map.svg);
}
#expo li a p.intro {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	text-align: left;
}

/*-------------------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;
}
#expo li:nth-child(6) {
	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;
	height: 100%;
	min-width: 1280px;
}
p, h1, h2, h3, h4, a, dt {
	line-height: 160%;
}
.NoShowInPC {
	display: none;
}
/*-----------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;*/
	margin-bottom:0px;
}
#wrapper {
	max-width: 1300px;
	margin: 0 auto;
	min-height: 900px;
    /*flex-wrap: wrap;*/
}
#left {
	width: 48%;
	float: left;
	padding-top: 40px;
}
#right {
	width: 50%;
	float: right;
	padding: 20px 25px;
	color: #fff;
	padding-top: 50px;
	margin: 0 auto;
}
#right p {
	font-size: 17px;
	line-height: 180%;
}
/*-----------expo-----------*/
#expo li {
	width: 90%;
	height: 110px;
	/*margin-right: 1%;*/
	margin: 0 10px 10px 0;
	background: rgba(255,255,255,0.85);
	padding: 15px 15px 15px 115px;
	float: left;
	position: relative;
	border-radius:5px;
}
/*#expo li:nth-child(even) {
	margin: 0;
}*/
#expo li:nth-child(1), #expo li:nth-child(2) {
	/*margin-bottom: 2%;*/
}
#expo li a {
	/*display: block;*/
	color: #333;
}
#expo li a img {
	float: left;
}
#expo li a h1 {
	font-size: 27px;
	line-height: 100%;
}
#expo li a h1 span {
	font-size: 22px;
}
#expo li a h3 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	margin-bottom: 5px;
}
#expo li a em {
	position: absolute;
	left: 20px;
	top: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 80px;
	height: 80px;
	display: block;
}
/*------------info & Reg btn-----------*/
#expo li .info {
	width: 75%;
	float: left;
	padding-top: 2px;
}
#expo li .regbtn {
	width: 25%;
	/*height: 120px;*/
	float: right;
}

/*-----------right-----------*/
#right h1 {
	font-size: 100px;
	margin-bottom:20px;
}
#right h2 {
	font-size: 50px;
	letter-spacing: 18px;
}
#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;
}
/*---------------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);
}
}

/*------------------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%;
}
.NoShowInMobile {
	display: none;
}
.picForMobile {
	width: 100%;
	height: auto;
}
/*-----------article-----------*/
article {
	background-image: url(../images/bgS.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: auto;
	background-position: right center;
	padding: 20px;
}
/*-----------right-----------*/
#right {
	/*text-align: center;*/
	color: #fff;
	margin-bottom: 25px;
}
#right h1 {
	font-size: 77px;
		margin-bottom:15px;
}
#right h2 {
	font-size: 51px;
	font-weight: normal;
}
#right p {
	font-size: 15px;
	line-height: 150%;
}
/*-----------expo-----------*/
#expo li {
	margin-bottom: 15px;
	background: rgba(255,255,255,0.85);
	padding: 15px;
	position: relative;
	border-radius: 5px;
	padding: 10px 12px 10px 70px;
	height: 110px;
}
#expo li:last-child {
	margin: 0;
}
#expo li a {
	/*display: block;*/
	color: #333
}
#expo li a h1 {
	font-size: 20px;
	line-height: 120%;
}
#expo li a h1 span {
	font-size: 18px;
}
#expo li a h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	line-height: 120%;
}
#expo li a em {
	position: absolute;
	left: 6px;
	top: 22px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 56px;
	height: 56px;
	display: block;
}
#expo li a h5 {
	font-size: 14px;
	background-size: 14px 14px;
	line-height: 90%;
}
/*------------info & Reg btn-----------*/
#expo li .info {
	width: 72%;
	float: left;
	padding-top: 2px;
}
#expo li .regbtn {
	width: 27%;
	height: 60px;
	float: right;
	padding-top: 5px;
}
#expo li .btn {
	padding: 18px 22px;
	font-size: 17px;
	line-height: 125%;
	float: right;
}
#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;
}
#warning img {
	vertical-align: middle;
	height: 35px;
}
}
