@charset "utf-8";
/* CSS Document */


*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
    -webkit-box-sizing:border-box;
	list-style:none;
}



body {
	margin:0;
	padding:0;
	font-family: '微軟正黑體',Arial, Helvetica, sans-serif;
	text-align: center;
    background-attachment: fixed;
background:url("../images/c-07.png");
	background-repeat: no-repeat;
	background-position: center top;
}
table{
	max-width:1200px;
	text-align: center;}
.footer{
	color:#FFF;}
.footer a:link{
	text-decoration:none;
	color:#FFF;}
.footer a:visited{
	text-decoration:none;
	color:#FFF;}
.TOP-WEB a{
	text-decoration:none;
	color:#000000;}
.add {
	font-size: 16px;
	color: #FF9;
	background-color: #000;}
.add2 {
	font-size: 15px;
	color: #FFF;
	background-color: #000;}
.add3 {
	font-size: 20px;
	color: #FF3;
	text-decoration: blink;
	background-color: #000;}


.content{
	max-width:1000px;
	margin:0 auto;	}	


.button_slide {
	width:60%;
 color: #FFF;
  background-color:#129E99;
  text-align:center;
  padding: 8px;
  display: inline-block;
  font-size: 50px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #129E99;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  border-radius:50px;
  margin:2% 0;
  font-weight:bold;
  margin:1% 0 1% 0;
}

.slide_right:hover {
  box-shadow: inset 900px 0 0 #fff;
  color:#129E99;
  
}

.button_slide :hover {
 color: #129E99;

}

/*圖片切換*/
.pic{
	width:100%;
	margin:0 auto;
	padding:0;
	
	text-align:center;}
	
.pic-m{
	width:0;
	height:0;
	overflow:hidden;}

#header{
	width:100%;
	margin:0 auto;
	padding:0;
		max-width:1000px;
	text-align:center;}
/*手機刊頭*/
#header-m{
width:0;
	height:0;
	overflow:hidden;}

.contentoutside{width:100%;
    background-attachment: fixed;
background:url("../images/c-08.png");
	background-repeat: no-repeat;
	background-position: center top;

}

.contentoutside2{width:100%;
    background-color: #FFFFFF;
}
.contentoutside3{width:100%;
    background-color: #0F6D98;
}

.car2{
	width:100%;
    padding:0 1% 2% 1%;
	margin:0 auto;}
.car2 li{
	background-color:#179017;
     margin:2% 1%;
	width:30%;
	height:45px;
	line-height:45px;
	font-size:25px;
	font-weight:bolder;
	text-align:center;
	display:inline-block;
	margin-bottom:1%;
	border-radius:60px;
	transition:0.5s;}
.car2 li a{
	color:#fff;
	display:block;
	text-decoration:none;}
.car2 li:hover{
	background-color:#042209;
	transform:scale(0.95,0.95);}
.ss{font-size:40px;
	transition:0.5s;padding:4% 1% 2% 1%;
}

.float_line{
	position: fixed;
	right: 0;
	top:20px;
	z-index: 1200;
}

.float_line a{
	display: block;
	width: 2em;
	padding:10px;
	border-radius: 5px 0 0 5px;
	color: #fff;
	line-height: 3em;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
}

.float_line :hover {
 box-shadow: inset 1000px 0 0 #000;
}
	
 .float_line a::after{content:'\f0a6';display: inline-block; font-family:"Font Awesome 5 Free";animation:slideT 1s linear infinite;}
@keyframes slideT{
 0%{transform: translateX(0);}
 50%{transform: translateX(10px);}
 100%{transform: translateX(0);}
}
/*------------手機板---------------*/
@media screen and (max-width:767px){
#header{
	width:0;
	height:0;
	overflow:hidden;}
	
/*手機刊頭*/
#header-m{
	display:block;
	width:100%;
	height:auto;
	margin:0;}
	
/*圖片切換*/
.pic{
	width:0;
	height:0;
	overflow:hidden;}
.pic-m{
	display:block;
	width:100%;
	height:auto;
	margin:0;}
		
.content{
	width:100%;
	margin:0 auto;
	padding:0 0 2% 0;
	text-align:center;}	


.button_slide {
	width:60%;
 color: #FFF;
  background-color:#129E99;
  text-align:center;
  padding: 8px;
  display: inline-block;
  font-size: 28px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #129E99;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  border-radius:50px;
  margin:2% 0;
  font-weight:bold;
  margin:1% 0 1% 0;
}

.slide_right:hover {
  box-shadow: inset 900px 0 0 #fff;
  color:#129E99;
  
}

.button_slide :hover {
 color: #129E99;

}
	
/*圖片切換*/
.pic{
	width:0;
	height:0;
	overflow:hidden;}
.pic-m{
	overflow:visible;
	display:block;
	width:100%;
	height:auto;
	margin:0;}
.ss{	font-size:24px;

	transition:0.5s;}
/* 留單用 */
.Stay{ width:100%; height:auto; text-align:center; margin:1% auto; font-size:16px; color:#003399; max-width:100%; }
    
.float_line a {
	font-size:1em;
	margin-top: 5px;
}
	

}

	
@media only screen and (min-width: 1200px){
	.float_line{
		top:120px;
		z-index: 1200;
	}

