/* CSS Document */

html {
    font-family: "微軟正黑體";
    background: #ffffff;
    color: #000;
	font-size:20px;
	line-height: 2em;
}

a {	color: #000000;}
nav{	
	position:relative;
	padding:10px 0;
	width:100%;
	margin:0 auto;
	z-index:999;

	}
.pc_menu ul{
	float:left;
	}

.pc_menu a{
	color: #000000;
	}
.pc_menu a:hover{
	text-decoration: underline;
	}
.news li a{
	color: #fff;
	}
.news li a:hover{
	color: #F6FB5E;
	}

	
.pc_menu li{
	float:left;
	list-style-type:none;
	line-height:20px;
	font-size:20px;
	margin:0 20px;
	height:40px;
	}
.pc_menu li img{
	width:40px;
	height:auto;
	position:relative;
	top:5px;
	}
	
.logo{
	float:left;
	height:70px;
	width:70px;
	padding:0 5% 0 15%; 
	background:url(../images/logo.svg)top center no-repeat;
	background-size:contain;
	}
	
header{
	background:url(../images/header_pc.jpg)top center no-repeat;
	background-size:cover;
	width:100%;
	position: relative;
	top:-5px;
	}
header img{
	width:100%;
	height:auto;
	}
	
	
.main_slogan{
	position:relative;
	left:2%;
	width:32%;
	height:auto;
	z-index: 10;
	top:10px;
	padding-bottom: 12%;
	}
	
.quick_menu{
	position: fixed;
	bottom:20px;
	left:10px;
	width:280px;
	z-index: 99;
}
.quick_menu img{
	width:100%;
	margin-top: 10px;
}


.info{
background:url(../images/info_bg.png)#B9DDAB no-repeat center bottom;
background-size:100%; 
width: 100%;
padding:0 0 100px;
position: relative;
top:-10px;
	
}

.title{
width:100%;
text-align: center;
padding-top: 50px;
position:relative;
z-index:5;
}

.btn_more{
text-align: center;	
font-size: 28px;
padding:15px 0;
font-weight: bold;
width:400px;
margin: 30px auto 0;
border-radius: 10px;
background: #ffffff;
box-shadow: 5px  5px 0px 2px #231815;
cursor:pointer;
}
.btn_more_3{
text-align: center;	
font-size: 28px;
padding:15px 0;
font-weight: bold;
width:300px;
margin: 30px auto;
border-radius: 10px;
background: #FF6C45;
box-shadow: 5px  5px 0px 2px #231815;
cursor:pointer;
}

.info_more{
position: relative;
	top:-10px;
}

.info_more span{
	display:block;
	width:70%;
	padding: 20px 10% 20px 20%;
		line-height: 2em;

}
.info_more span:nth-child(odd){
	background-color:#DFEDD9;
	}

.info_more span:nth-child(even){
	background-color:#B9DDAB;
	}

.info_more a{
	color: #C30D23;
	font-size: 26px;
	font-weight: bold;
}

.cha_1{
display: block;
position: absolute;
right:-2%;
top:5px;
}

.cha_2{
display: block;
position: absolute;
left:-2%;
}

.cha_3{
display: block;
position: absolute;
right:-4%;
}


.search_select p{
font-size: 24px;
line-height: 1.7em;
display: block;
width:90%;
max-width:500px;
margin: 0.5% auto;
text-align: left;
	
}

.search_select p span{
color:#af058d;
font-weight: bold;
}
.news{
background:url(../images/news_bg.jpg)#C2DEDE no-repeat center bottom;
background-size:100%; 
width:100%;
position: relative;
top:-10px;
padding-bottom: 100px;
}

.cloud{
    width:150px;
    height:100px;
	background:url(../images/cloud.png)center center no-repeat;
	background-size:100%;
    position:absolute;
    animation:cloudmove 5s infinite alternate; /*IE*/
    -moz-animation:cloudmove 5s infinite alternate; /*FireFox*/
    -webkit-animation:cloudmove 5s infinite alternate; /*Chrome, Safari*/
}

.cloud_2{
    width:200px;
    height:150px;
	background:url(../images/cloud.png)center center no-repeat;
	background-size:100%;
    position:absolute;
    animation:cloudmove2 5s infinite alternate; /*IE*/
    -moz-animation:cloudmove2 5s infinite alternate; /*FireFox*/
    -webkit-animation:cloudmove2 5s infinite alternate; /*Chrome, Safari*/
}

.cloud_3{
    width:150px;
    height:100px;
	background:url(../images/cloud.png)center center no-repeat;
	background-size:100%;
    position:absolute;
    animation:cloudmove3 5s infinite alternate; /*IE*/
    -moz-animation:cloudmove3 5s infinite alternate; /*FireFox*/
    -webkit-animation:cloudmove3 5s infinite alternate; /*Chrome, Safari*/
}

.cloud_4{
    width:150px;
    height:100px;
	background:url(../images/cloud.png)center center no-repeat;
	background-size:100%;
    position:absolute;
    animation:cloudmove4 5s infinite alternate; /*IE*/
    -moz-animation:cloudmove4 5s infinite alternate; /*FireFox*/
    -webkit-animation:cloudmove4 5s infinite alternate; /*Chrome, Safari*/
}

@keyframes cloudmove{
    from {left:0%;}
    to {left:5%;}
}
@-moz-keyframes cloudmove{
    from {left:0%;}
    to {left:5%;}
}
@-webkit-keyframes cloudmove{
    from {left:0%;}
    to {left:5%;}
}

@keyframes cloudmove2{
    from {left:80%;}
    to {left:85%;}
}
@-moz-keyframes cloudmove2{
    from {left:80%;}
    to {left:85%;}
}
@-webkit-keyframes cloudmove2{
    from {left:80%;}
    to {left:85%;}
}

@keyframes cloudmove3{
    from {left:5%;}
    to {left:10%;}
}
@-moz-keyframes cloudmove3{
    from {left:5%;}
    to {left:10%;}
}
@-webkit-keyframes cloudmove3{
    from {left:5%;}
    to {left:10%;}
}

@keyframes cloudmove4{
    from {left:78%;}
    to {left:82%;}
}
@-moz-keyframes cloudmove4{
    from {left:78%;}
    to {left:82%;}
}
@-webkit-keyframes cloudmove4{
    from {left:78%;}
    to {left:82%;}
}

.news ul{
	width:1200px;
	margin:0 auto;
	color:#fff;
	}
.news li{
	width:98%;
	margin:1%;
	float:left;
	}
	
.news_date{
	width:150px;
	padding:0 2%;
	height:40px;
display:inherit;
background:#BD5B25;
background-size:50%;
text-align:right;
	float:left;
	}
.news ul li img{
	position:relative;
	top:5px;
	width:30px;
	}
	
.news_article{
	height:40px;
	width:70%;
	padding:0 2%;
	background:#000;
display: inline-block;
white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
overflow:hidden;
	float:left;
		line-height: 2em;
	}
.btn_more_2{
	padding:5px 10px;
	border:#686868 1px solid;
	background:#fff;
	text-align:center;
	width:150px;
	margin:10px auto;
	}
	



.search{
top:-10px;
}

.search_select{
width:100%;
background: #B9DDAB;
position: relative;
	top:-10px;
}
.search_map{
width:100%;
height:400px;
position: relative;
	top:-10px;
}
.search_select{
	
}
.search_map iframe{

width:100%;
height:400px;
display:block;
}

.search_select ul{
width:90%;
margin: 0 auto;
padding-bottom: 3%;
}

.input_button{
display: inline-block;
width:14%;
margin:0.5% 1%;	
float:left;
font-family: "微軟正黑體";
font-size: 28px;
cursor: pointer;
font-weight: bold;
}




.spot span{
	border:#323232 1px solid;
	padding:10px 20px;
display: block;
float:left;
	line-height:24px;
	}

.spot ul{
	width:92%;
	margin:50px auto;
	}
	
.spot_list{
	margin-top:20px;
	}

.spot_name{
		width:25%;
		background:#BD5B25;
		color:#fff;
		    height:50px;
		
	}

.spot_addr{
	width:30%;
	    height:50px;
	}
.spot_phone{
	width:12%;
	    height:50px;
	}
	
.spot_qrcode{
	width:5%;
	text-align:center;
	    height:50px;
	}
	
.spot_icon{
	width:8%;
	background:#E38CB4;
	text-align:center;
	    height:50px;
	}
.spot_qrcode img{
	max-width:50px;
	width:100%;
	}

.spot_icon img{
	max-width:100px;
	width:100%;
	}
	
.news_in{
background:url(../images/news_bg.jpg)#C2DEDE no-repeat center bottom;
background-size:100%; 
width:100%;
position: relative;
top:-10px;
padding-bottom: 100px;
	}	
.news_in h1{
	font-size:30px;
    padding-top:50px;
	}	
.news_in div{
width:70%;
margin:0 auto;
line-height:1.5em;
	}
	
.news_in div img{
text-align:center;
max-width:700px;
width:90%;
	}
.news_in .date{
font-size:18px;
color:#216FC0;
margin-bottom:20px;

	}
	
.news_in p{
margin:5% 0;
	}



footer{
background:#B9DDAB;
	text-align: center;
padding:20px 0;	
font-weight: bold;
line-height: 1.5em;
position:relative;
top:-10px;
}

footer span{
display: block;
width:80%;
margin: 0 auto;
font-size: 18px;
}
footer p{
font-size: 20px;
}
footer img{
position: relative;
top:18px;
}
	
/* basic Mobile menu */

.m_btn{
	position: absolute;
	display: none;
	width: 50px;
	height: 50px;
	background: url(../images/burger_btn.svg)#3A3A3A no-repeat center center;
	cursor: pointer;
	top: 0;
	right: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.m_btn:hover{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	background: url(../images/burger_btn.svg) no-repeat center center #630;
}

.m_menu{
	position: absolute;
	display: none;
	width: 100%;
	height: auto;
	padding: 10px 0;
	text-indent: 1.5em;
	background: rgba(0,0,0,0.9);
	top: 50px;
	left: 0;
}

.arrow{
	position: absolute;
	display: block;
	border-top: 6px solid transparent;
	border-left: 8px solid #fff;
	border-right: 8px solid transparent;
	border-bottom: 6px solid transparent;
	top: 8px;
	right: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.arrow.active{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	top: 15px;
	right: 13px;
}

.has_sub{
	position: relative;
}

.m_menu li a{
	display: block;
	font-size: 1em;
	color: #fff;
	padding: 8px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.m_menu li a:hover{
	background: #f90;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.m_menu li .sub_menu{
	display: none;
	text-indent: 5em;
}








.social.pc{
	position: fixed;
	bottom: 10px;
	left: 10px;
}

.social.mobile, social.mobile *{
	display: none;
}

.social.mobile{
	position: fixed;
	width: 100%;
	bottom: 59px;
	left: 0px;
	z-index: 80;
}

.social_obj{
	display: table;
	float:right;
	margin: auto;
}

.social_obj:after{
	content: "";
	display: block;
	clear: both;
	*zoom: 1;
}

.social_obj li a{
	float: right;
	width: 100px;
	height: 50px;
	margin: 0 10px;
	text-indent: -9999px;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-webkit-transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}


.social.mobile .social_obj{
	margin: 0;
}

.social.mobile .social_obj li a{
	margin: 0 8px;
	width: 32px;
	height: 32px;
	background-size: 32px;
}

.social_obj li.social_mail a{
	background: url(../images/icon_gmail.svg) no-repeat center;
}

.social_obj li.social_line a{
	background: url(../images/icon_line.svg) no-repeat center;
}

.social_obj li.social_fb a{
	background: url('https://img.ikh.tw/tahe/icon_up.png') no-repeat center;
	background-size: 100px 50px;
}

	
