@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;
}
#wrapper {
	background-image: url(../images/bgEnter.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
#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: #666;
}
#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/TPE2.svg);
}
#expo li#TPE2 a h1{
	color: #8E57A0;
}
#expo li#TPE2 a h1 span{
	background: #8E57A0;
}
#expo li#KS2 a {
	background-image: url(../images/KS2.svg);
}
#expo li#KS2 a h1{
	color: #005EAD;
}
#expo li#KS2 a h1 span{
	background: #005EAD;
}
/*-----------------------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;
}
h4 {
	position: fixed;
	right: 0;
	top: 0;
}
h4 img {
	width: 240px;
}
/*-----------------------article-----------------------*/
article {
	margin: 0 auto;
	position: relative;
	width: 1024px;
	background-image: url(../images/EnterTaiwan.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
/*-----------------------expo-----------------------*/
#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;
}
#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: 100px;
}
#expo li#TC, #expo li#TPE2 {
	margin-left: 50px;
}
/*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;
}
/*-----------------------expo-----------------------*/
#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----------------------*/
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;
}
}
