@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
/* CSS Document */
a {
	color: #1956A3;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
}
a:hover {
	color: #1e51a2;
}
/*-------font effect-----------*/
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #F00;
}
.largeFont {
	font-size: 19px;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.italic {
	font-style: italic;
	opacity: 0.7;
	font-weight: normal;
}
.red {
	color: #f00;
}
.nowrap {
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.lightLine {
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #e0e0e0;
	margin: 20px auto;
}
.divider {
	height: 10px;
	line-height: 10px;
}
ol.number {
	list-style: decimal;
	margin-left: 25px;
	display: block;
}
.alert {
	border: 1px solid #F2C0B5;
	background: #FFF1F0;
	padding: 15px;
	color: #D85030;
	border-radius: 5px;
}
.btn {
	padding: 8px 20px;
	line-height: 155%;
	font-size: 18px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
/*-------img effect-----------*/
.addShadow {
	border: 1px solid #f5f5f5;
	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);
}
.squareThumb {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	opacity: 0;
}
.recThumb {
	width: 100%;
	height: 0;
	padding-bottom: 66%;
	opacity: 0;
}
/*-------btn effect-----------*/
.btn {
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.btnStyle {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border: 0;
	border-radius: 5px;
	color: #fff;
	background: #1e51a2;
}
.btnStyle:hover {
	color: #FFF;
	background: #4285F4;
}
/*------------------form effect-------------------*/
input, textarea, body select {
	font-family: "微軟正黑體", "Roboto", sans-serif;
	font-size: 15px;
	padding: 0;
	color: #333;
	/*避免select長度不一*/
	box-sizing: border-box;
	display: inline-block;
	outline: none;
}
input:focus {
	outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color:#999;
}
:-ms-input-placeholder { /* WebKit browsers */
 color:#999;
}
.textStyle {
	border: 1px solid #ddd;
	border-radius: 5px;
}
.textStyle:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
.formTitle {
	margin-bottom: 5px;
	font-weight: bold;
}
.refresh {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../images/refresh.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
/*-------------table Display--------------------*/
.tableDisplay {
	border: 1px solid #DDD;
	border-collapse: collapse;
	font-size: 15px;
}
.tableDisplay th {
	border: 1px solid #DDD;
	background: #eee;
	padding: 5px 6px;
	word-break: break-all;
}
.tableDisplay td {
	word-break: break-all;
	border: 1px solid #DDD;
	padding: 5px 6px;
}
.tableDisplayNoBroder, .tableDisplayNoBroder th, .tableDisplayNoBroder td {
	border: none;
	padding: 8px 6px;
}
/*---------------------- toTop ------------------------*/
#toTop {
	position: fixed;
	right: 30px;
	bottom: 100px;
	width: 40px;
	height: 40px;
	background: url(../images/icon_top.svg) no-repeat #bbb center center;
	cursor: pointer;
	display: none;
	z-index: 123;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#toTop:hover {
	background: url(../images/icon_top.svg) no-repeat #1e51a2 center center;
}
/*---------ExhibitProfile--------*/
#ExhibitProfile li p {
	padding: 10px 0 10px 40px;
	cursor: pointer;
	border-top: 1px solid #ddd;
	background-image: url(../images/openItem.svg);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: left center;
}
#ExhibitProfile li:first-child p {
	border-top: 0;
}
#ExhibitProfile li span {
	padding: 10px 0 10px 35px;
	display: block;
	border-top: 1px solid #ddd;
}
#ExhibitProfile li:last-child p, #ExhibitProfile li:last-child span {
	border-bottom: 1px solid #ddd;
}
#ExhibitProfile li p.itemOpen {
	background-image: url(../images/closeItem.svg);
	border-bottom: 1px solid #ddd;
}
.ProfileItem {
	overflow: auto;
	display: none;
	padding: 20px 0;
}
.googleMap{ width:100%; height:320px;}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------body-----------------------*/
html, body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	line-height: 160%;
	font-family: 'Roboto', "微軟正黑體", sans-serif;
}
p {
	line-height: 160%;
}
h1, h2, h3, h4 {
	line-height: 120%;
}
.btn {
	padding: 6px 20px;
	line-height: 160%;
	font-size: 17px;
}
.textStyle {
	padding: 10px;
}
.NoShowInPC {
	display: none;
}
/*-----------------header---------------*/
header {
	position: relative;
	margin: 0 auto;
	height: 130px;
	min-width: 980PX;
	width: 80%
}
header h1 a {
	width: 540px;
	height: 90px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 20px;
}
header p {
	position: absolute;
	right: 0;
	bottom: 35px;
	line-height: 100%;
}
/*-----------------roundBtn---------------*/
ul#roundBtn {
	position: absolute;
	right: 0;
	top: 45px;
}
ul#roundBtn li {
	float: left;
}
ul#roundBtn li a {
	display: block;
	background-color: #1e51a2;
	border-radius: 20px;
	padding: 5px 15px 5px 40px;
	color: #fff;
	text-decoration: none;
}
ul#roundBtn li a.expo {
	background-image: url(../images/iconShow.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
}
/*-------------banner--------------------*/
#bannerWrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	min-width: 980px;
}
/*----------------track----------------------------------*/
#track {
	color: #999;
	width: auto;
	margin: 0 auto;
	width: 80%;
	min-width: 980px;
	position: relative;
	padding: 7px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
#track span {
	padding: 0 5px;
}
/*-------------content--------------------*/
article {
	width: 80%;
	margin: 25px auto;
	min-width: 980px;
}
article h1 {
	font-size: 29px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e0e0e0;
}
h3 {
	color: #1e51a2;
	font-size: 21px;
	font-weight: normal;
}
h4 {
	font-size: 18px;
}
#left {
	float: left;
	width: 77%;
}
#right {
	float: right;
	width: 20%;
	overflow: hidden;
	min-width: 200px;
}
#rightBtn {
	margin-top: 20px;
}
#rightBtn .btn {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
/*-------------list--------------------*/
.list {
	width: auto;
}
.list li a {
	color: #555;
	line-height: 130%;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 15px;
	display: block;
	border-left: 4px solid #fff;
}
.list li:last-child a {
	margin-bottom: 0;
}
.list li a:hover {
	color: #1e51a2;
	border-left: 4px solid #1e51a2;
}
.list li.selected a, .single-page-nav .current {
	color: #1e51a2;
	font-weight: bold;
	border-left: 4px solid #1e51a2;
}
/*--------------sticky-------------------*/
#sidebar.sticky {
	float: none;
	position: fixed;
	top: 0;
	z-index: 6;
	left: auto;
	width: 16%;/*20x0.8*/
	min-width: 200px;
}
/*----Exhibit Profile-----*/
#ExhibitProfile li p {
	font-size: 18px;
}
.ProfileItem li, .visitorItem li {
	margin-left: 3%;
	list-style: disc;
}
/*---- Fee -----*/
#FeeLeft {
	width: 35%;
	float: left;
}
#FeeLeft img {
	width: 100%;
}
#FeeRight {
	width: auto;
	margin-left: 40%;
}
/*-------------table form--------------------*/
.contentBox {
	width: 100%;
}
.maxText {
	width: 100%;
}
.largeText {
	width: 80%;
}
.smallText {
	width: 120px;
}
.midText {
	width: 35%;
}
.questionItem {
	overflow: auto;
}
.questionItem li {
	margin-bottom: 5px;
	float: left;
	width: 33%;
}
/*-------------contact--------------------*/
#contact {
}
#contact ul {
	overflow: auto;
}
#contact ul li {
	width: 49%;
	float: left;
	margin-right: 2%;
}
#contact ul li:last-child {
	margin: 0;
}
/*----gallery-----*/
.gallery li {
	float: left;
	width: 24%;
	margin: 0 1% 1% 0;
}
.gallery li:nth-child(4n) {
	margin-right: 0;
}
.gallery li a {
	position: relative;
	display: block;
}
.gallery li div.hoverDesc {
	color: rgba(255,255,255,0);
	background-color: rgba(0, 0, 0,0);
	background-image: url(../images/iconEnlarge.png);
	background-repeat: no-repeat;
	background-size: 30% auto;
	background-position: center center;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
.gallery li:hover div.hoverDesc {
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
/*-------------footer--------------------*/
#footerWrapper {
	background: #383737;
}
#footer {
	min-width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	color: #CCC;
	width: 80%;
	text-align: center;
}
#footer a {
	color: #FFF;
}
}

/*------------------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: #333;
	line-height: 150%;
	font-size: 15px;
	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 {
	line-height: 150%;
}
h1, h2, h3, h4 {
	line-height: 120%;
}
.btn {
	font-size: 15px;
	padding: 6px 15px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.textStyle {
	padding: 8px;
}
.alignCenterMobile {
	text-align: center
}
input, textarea, select {
	font-size: 15px;
	line-height: 150%;
}
.btnSmall {
	padding: 6px 10px;
}
.picForMobile {
	width: 100%;
	height: auto;
}
.NoShowInMobile {
	display: none;
}
.recThumb {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
/*-----------------header---------------*/
header {
	margin: 25px 20px;
	width: auto;
}
header h1 a {
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 16.6%;
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#bannerWrapper {
	width: 100%;
}
ul#roundBtn {
	display: none;
}
/*-------------content index--------------------*/
article {
	padding: 0 20px 20px 20px;
}
article h1 {
	font-size: 25px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}
h3 {
	color: #1e51a2;
	font-size: 19px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
}
#rightBtn {
	margin: 20px 0;
}
#rightBtn .btn {
	width: 100%;
	text-align: center;
}
#rightBtn .btn img {
	margin-right: 8px;
}
/*-------------table form--------------------*/
.contentBox {
	width: 100%;
}
.maxText {
	width: 100%;
}
.largeText {
	width: 100%;
}
.smallText {
	width: 100px;
}
.midText {
	width: 100%;
}
/*---- Fee -----*/
#FeeLeft {
	text-align: center;
	margin-bottom: 20px;
}
#FeeLeft img {
	width: 70%;
}
/*-------------contact--------------------*/
#contact {
}
#contact ul li:first-child {
	margin-bottom: 20px;
}
/*-------------footer--------------------*/
#footerWrapper {
	background: #383737;
}
#footer {
	width: 100%;
	padding: 20px;
	font-size: 13px;
	color: #ccc;
	text-align: center;
}
#footer a {
	color: #FFF;
}
/*------------------toTop------------------------*/
#toTop {
	right: 10px;
	bottom: 60px;
	font-size: 13px;
}
}
