@charset "utf-8";
@import url("reset.css");
@import url("bootstrap.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
p, h1, h2, h3, h4, a {
	line-height: 170%;
}
a {
	color: #32AAC0;
}
a:hover {
	color: #59004A;
}
input, textarea, select {
	font-family: 'Roboto', Arial, sans-serif, "微軟正黑體";
	font-size: 15px;
	padding: 3px;
	color: #222;
	line-height: 160%;
	/*避免select長度不一*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus {
	outline: none;
}
.red {
	color: #F00;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.bold {
	font-weight: bold;
}
.text-box{
	border:1px solid #aaaaaa;
	padding:15px;
	border-radius:10px
}
.text-box img{
    display: inline-block;
}
.text-box span{
	width:60%;
	float:right;
	margin-top:-10%
}

.btn {
	padding: 7px 15px;
	font-size: 19px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.btnStyle {
	background: linear-gradient(to bottom, #39B3CA 30%, #168498 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	border: 0;
}
.btnStyle:hover {
	background: #57C1D1;
	color: #FFF;
}
ol.number {
	margin-left: 40px;
	list-style: decimal;
}
.nowrap {
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.textStyle {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
}
.textStyle:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
::-webkit-input-placeholder {
/* WebKit browsers */
 	color:#999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:#999;
}
.alert {
	border: 1px solid #F2C0B5;
	background: #FFF1F0;
	padding: 10px 15px;
	color: #D85030;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nowrap {
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.divider {
	width: auto;
	height: 10px;
}
/*---------------------- toTop ------------------------*/
#toTop {
	position: fixed;
	right: 30px;
	bottom: 120px;
	width: 40px;
	height: 40px;
	background: url(../images/icon_top.png) no-repeat rgba(0,0,0,0.2) center center;
	cursor: pointer;
	display: none;
	z-index: 99999;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#toTop:hover {
	background: url(../images/icon_top.png) no-repeat rgb(154, 105, 60) center center;
}
/*-------------------footer-------------------------*/
footer {
	width: 100%;
	height:72px;
	background: rgb(148, 96, 48);
	padding: 15px 0;
	color: #fff;
	font-size: 21px;
	text-align: center;
}


/*---Hamburger---*/

#hamburger {
	
  width: 48px;
  height: 44px;
  position: relative;
  right: 14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  left:4px;
  width: 84%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;

}

#hamburger span:nth-child(1) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger span:nth-child(2) {
  top: 19px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  left: 11px;
}

#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 34px;
  left: 10px;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------body-----------------------*/
html, body {
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 160%;
	font-size: 16px;
	font-family: 'Roboto', Arial, sans-serif, "微軟正黑體";
	min-width: 980px;
}
/*nav*/
#nav{
	 position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background: rgba(255,255,255,0.8);
	box-shadow:0 1px 2px rgba(0,0,0,0.2) ;
	
	-webkit-transition:height 0.3s;
	-moz-transition:height 0.3s;
	-o-transition:height 0.3s;
	-ms-transition:height 0.3s;
}
#nav li {
	float: left;
}
#nav li a {
	 display: block;
    line-height: 30px;
    color: black;
    text-decoration: none;
    font-size: 18px;
	
	-webkit-transition:line-height 0.3s;
	-moz-transition:line-height 0.3s;
	-o-transition:line-height 0.3s;
	-ms-transition:line-height 0.3s;
}
#nav li a:hover{
	background:  rgba(0, 0, 0, 0.2);
}
#nav .current {
	background: rgba(0, 0, 0, 0.12);
}

.adjust-height{
	height:50px !important
}

.adjust-lineheight{
	line-height: 20px !important;
}


/*----------------- Article -------------------------*/
article {
	width: 80%;
	margin: 0 auto;
	min-width: 980px;
	padding: 35px 0;
	border: 0px solid #f00;
}
article h1 {
	font-size: 31px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
article h1 span {
	color: #ccc;
}
article h3 {
	color: #004E71;
	font-size: 23px;
	font-weight: normal;
}
.left {
	width: 48%;
	float: left;
}
.right {
	width: 48%;
	float: right;
}
.googleMapIndex {
	width: 100%;
	height: 360px;
	vertical-align: bottom;
}
/*----------------- index intro -------------------------*/
div#intro {
	background-image: url(../images/web-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 980px;
	padding-top: 60px;
}
#introRight {
	width: 48%;
	float: right;
	/*color: #fff;*/
	font-size: 15px;
}
article #introRight h1 {
	width:34%;
	height: 0;
	margin: 3.25em auto 0 auto;
	font-weight:800;
	padding:17%;
	/*background-image: url(../images/logo-date.png);*/
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	text-indent: -9999px;
	border: 0;
}
#introRight h2 {
	font-size: 23px;
	font-weight:800;
}
/*----------------- index visit -------------------------*/
div#visit {
	min-width: 980px;
}
/*----------------- index exhibit -------------------------*/
div#exhibit {
	background: #EEE;
	min-width: 980px;
}
#exhibit .left {
	width: 98%;
	float: left;
}
.list {
}
.list li {
	margin-bottom: 36px;
}
.list li:last-child {
	margin-bottom: 0;
}
.list li span {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #534B4B;
	color: #fff;
	float:left;
	margin-right:12px
}
/*----------------- index contact -------------------------*/
div#contact {
	min-width: 980px;
}
.table-1{
	border:1px solid #cccccc
}
.table-1 td{
	padding:10px
}
.table-1 th{
	padding:10px;
	background:#cccccc
}

}
/*------------------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: 160%;
	font-size: 18px;
	font-family: 'Roboto', Arial, sans-serif, "微軟正黑體";
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-height: 100%;
}
.NoShowInMobile {
	display: none;
}
.btn {
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.alignCenterMobile {
	text-align: center
}
input, textarea, select {
	font-size: 18px;
}
.picForMobile {
	width: 100%;
	height: auto;
}
.logo{
	margin-top:10%;
	width:100%
}
/*------------------menu------------------------*/

.navbar-header{
	    background: rgba(154, 105, 60, 0.75);
}

.nav{
	text-align:center;
	background: rgba(154, 105, 60, 0.7);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.navbar-nav li:hover {
  background-color:rgba(255,255,255,0.85)
}

.nav li:hover a{
	color:rgb(154, 105, 60)
	
}

.navbar-nav > li > a {
	color:white	
}

.gray {
	background-color: #666;
}
#menu {
	width: 70%;
	background: #666;
	position: absolute;
	top: 80px;
	right: 0;
	display: none;
}
#menu li {
	border-bottom: 1px solid #555;
}
#menu li:last-child {
	border-bottom: none;
}
#menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 20px;
}
#menu li a:hover {
	color: #fff;
	background-color: #E95378;
}
/*----------------- Article -------------------------*/
article {
	padding:30px 20px;
}
article h1 {
	font-size:31px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
article h1 span {
	color: #ccc; font-size:25px;
}
article h3 {
	color: #004E71;
	font-size: 25px;
	font-weight: normal;

}
.right { margin-top:25px;
}
.googleMapIndex {
	width: 100%;
	height: 300px;
	vertical-align: bottom;
}
/*----------------- index intro -------------------------*/
div#intro {
	background-image: url(../images/web-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

article #introRight h1 {
	width:45%;
	height: 0;
	margin: 1em auto 0 auto;
	padding-bottom:45%;
	/*background-image: url(../images/logo-date.png);*/
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	text-indent: -9999px;
	border: 0;
}
#introRight h2 {
	font-size: 23px;
	font-weight: normal;
}
/*----------------table-------------------*/
.table-1 td, .table-1 th{
	padding:8px
}
.table-1 tr{
	border-bottom:1px solid #cecece
}
.table-1 th{
	border-top:1px solid #cecece
}

/*----------------- index exhibit -------------------------*/
div#exhibit {
	background: #EEE;
}
.list {
}
.list li {
	margin-bottom: 20px;
}
.list li:last-child {
	margin-bottom: 0;
}
.list li span {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #534B4B;
	color: #fff;
}
/*------------------toTop------------------------*/
#toTop {
	right: 10px;
	bottom: 150px;
	font-size: 13px;
}
}
