﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding:0;
	margin:0;
	list-style-type:none;
	}
a,img {
	outline:none;/* for Firefox */
    hlbr:expression(this.onFocus=this.blur());/* for IE */	
	}
input,textarea{outline:none}
textarea{resize:none}
img, div{border:0px;}
a:link {
	color: #ff8400;
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	color:#ff8400;
	}
a:hover {
	text-decoration: none;
	color: #ff5a00;
	}
a:active {
	text-decoration: none;
	color: #ff8400;
	}
html{font-size:75%;}
body{
	font-size:1rem;
	word-wrap:break-word;
	font-family:Arial,'Noto Sans TC','微軟正黑體',sans-serif;
	}
*{	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
.tas{
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	}

.container{
	position:relative;
	margin:0 auto;
	}
/*表單*/
input,textarea,select{
	font-family:Arial,'Noto Sans TC','微軟正黑體', sans-serif;
	border:1px solid #e8e8e8;
	/**/
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	}
input::-webkit-input-placeholder {font-weight:300;color:#bfbfbf;}
input::-ms-input-placeholder {font-weight:300;color:#bfbfbf;}
input::placeholder{font-weight:300;color:#bfbfbf;}
select::-ms-expand{display:none;}
input:focus,select:focus{
	border: 1px solid #007e7d;
	box-shadow:.1rem .2rem .5rem rgba(0, 0, 0, .1);
	-webkit-box-shadow:.1rem .2rem .5rem rgba(0, 0, 0, .1);
	}
body{background-color:#f7f9ed;}
/**/
#t_logo{
	position: fixed;
	width: 100%;
	padding-bottom:5%;/*100px*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-image:url(../images/t_logo.png);
	background-size:auto 100%;
	z-index:20;
	cursor: pointer;
	/**/
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	}
.ht{
	position:relative;
	width: 100%;
	padding-bottom:5%
	}
/**/
.footer{
	position:relative;
	width:100%;
	background-color:#f7f9ed;
	padding:1.7rem 0;
	/*border-top:1px solid rgba(247,249,237,1);*/
	overflow:hidden;
	}
.cy{
	position: relative;
	width:65%;/* 1000px*/
	display:block;
	font-size: 1.1rem;
	line-height: 1.6rem;
	color: #787878;
	font-weight:300;
	margin: 0 auto 5px;
	overflow:hidden;
	
	}
.cy img{
	/*float:left;*/
	position:relative;
	height:43px;
	display:inline-block;
	margin:0 5px 0 0;
	}
.cy .cyr a{color:#616161; display:inline-block;}
.cy .wqb{
	float:left;
	position:relative;
	font-size: 1.26rem;
	line-height:43px;
	height:43px;
	display:flex;
	padding-right:10px;
	align-items:center; 
	-ms-flex-align: center;
	-webkit-align-items: center;
	}
.cy .cyr{
	/*float:left;*/
	position:relative;
	/*height:43px;*/
	display:block;
	margin:.2rem 0 .3rem .6rem;
	/*display:flex;
	align-items:center; 
	-ms-flex-align: center;
	-webkit-align-items: center;*/
	}
.cy .viul{
	/*float:right;*/
	position:absolute;
	/*width:257px;*/
	line-height: 1.5rem;
	padding:0 0 0 11px;
	display:block;
	margin:-27px 0 0;
	right:0;
	top:50%;
	}	
.cy .viul::before{
	position:absolute;
	content:'';
	width:3.5px;
	height:100%;
	background-color:#e8e8e8;
	top:0;
	left:0;
	}
.gm{display:none;}

@media only screen and (max-width:1600px){
/**/	


}
@media only screen and (max-width:1500px){
/**/

}
@media only screen and (max-width:1300px){
/**/
#t_logo{padding-bottom:8%;}
.ht{padding-bottom:8%;}
.cy{width:80%;}
}
@media only screen and (max-width:1000px){
/**/
.container{width:95%;}
.cy{
	width:99%;
	margin:0 auto;
	}
/*
.cy .viul{float:left;}*/
}
@media only screen and (max-width:950px){	
/**/
.cy img{
	/*height:38px;
	margin:.3rem 0 .8rem;*/
	}
/*.cy .viul {float:left;margin:-3px 0 0 .8rem;}*/
.cy .cyr{
	/*height:38px;
	margin:.3rem 0 .8rem;
	height:auto;
	display:block;
	margin:0 0 1rem 2px;*/
	}
}
@media only screen and (max-width:800px){
/**/
#t_logo{
	width:100%;
	padding-bottom:12%;/*14.2 100px 13*/
	}
.ht{
	width: 100%;
	padding-bottom:12%;
	}
.cy{ text-align:center;}
.cy img{/*float:none;*/}
.cy .wqb{
	float:left;
	width:100%;
	height:40px;
	display:flex;
	padding-right:5px;
	align-items:center; 
	-ms-flex-align: center;
	-webkit-align-items: center;
	}
.cy .viul {
	position:relative;
	width:100%;
	top:0;
	margin:0 0 0 .5rem;
	}
.cy .viul::before{display:none;}
/*.cy .cyr{
	display:none;
	margin:.8rem 0 0 2px;
	}
*/
}
@media only screen and (max-width:733px){
/**/
.cy{width:95%;margin:0 auto;}
/*.cy .viul{float:left;}*/
}
@media only screen and (max-width:650px){
/* */


}
@media only screen and (max-width:580px){
/**/

}
@media only screen and (max-width:560px){
/**/



}
@media only screen and (max-width:450px){
/**/
#t_logo{padding-bottom:14.1%;}
.ht{padding-bottom:14.1%;}
/**/
.cy{ text-align:left;}
.cy img{height:38px;
	/*margin:.3rem 0 .8rem;*/
	}
.cy .cyr{
	/*display:none;*/
	margin:.2rem 0 1rem 2px;
	}
.cy .viul {margin:0 0 0 0;}
.cy .viul::before{display:block;}	
/*.gm .cyr,.gm{display: block;}	*/
	
}
@media only screen and (max-width:380px){
/**/

}
@media only screen and (max-width:360px){
/**/

}
@media only screen and (max-width:340px){
/**/

}

