@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*icon*/
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0);

*, *:before, *:after {
	box-sizing: border-box;
}
body{
	font-family: 'Noto Sans TC', "微軟正黑體", "Arial Unicode MS", san-serif;
	letter-spacing:1px;
	font-size:1em;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 ,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
  }
a:focus, input:focus, button:focus,
li:focus{
	border:2px dotted #F90;
	outline-offset: -2px !important;	
}
a:link, a:visited {
    text-decoration: none;
    cursor: pointer;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
	font-family: 'Noto Sans TC', "微軟正黑體", "Arial Unicode MS", san-serif;
	letter-spacing:1px;
}
img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
/*.htmlBlock img {
  width: 60%;
	height:auto;
	display:block;
  margin: 1.5em auto 2em auto;
}*/
.webWrap{
	width:86%;
	margin:auto;
}
@media (max-width: 1024px) {
    .webWrap{
		width:100%;
		padding: 0 15px;
    }
}
@media (max-width: 768px) {
    .webWrap{
		width:100%;
		padding: 0 15px;
    }
}
a{ 
  color:#5c5b56;
	cursor: pointer;
}
button{
	border: 0;
}
.menu ul,.menu li,
.footerMenu ul, .footerMenu li{
	list-style: none;
}
.container{
	/* max-width: 1280px; */
}
.linkColor ,a.linkColor{
	color: #0062d1;
}
.linkColor ,a:hover.linkColor{
	color: #00438f;
}
.dangerColor{
	color: #d12700;
}
/*gotop*/
.totop { display:none; }
.totop img { width:40px; max-width:100%; }
.totop a { position:fixed; bottom:25px; right:25px; z-index:998; display:flex; justify-content:center; align-items:center; width:50px; height:50px; padding:5px; background:#bb9d7e; opacity:0.8; border-radius:5px; }
.totop a:hover { opacity:1; }
.showtop { display:block !important; }

/* 間距  8 16 24 32 40 60*/
.pt-3{
	padding-top: 32px;
}
.pb-2{
	padding-bottom: 24px;
}
.pb-3{
	padding-bottom: 32px;
}
.pb-4{
	padding-bottom: 40px;
}
.mb-0{
	margin-bottom: 8px;
}
.mb-1{
	margin-bottom: 16px;
}
.mb-2{
	margin-bottom: 24px;
}
.mb-3{
	margin-bottom: 32px;
}
.mt-3{
	margin-top: 32px;
}
.py-2{
	padding-top: 24px;
	padding-bottom: 24px;
}
.py-3{
	padding-top: 32px;
	padding-bottom: 32px;
}
.my-1{
	margin-top: 16px;
	margin-bottom: 16px;
}
.my-2{
	margin-top: 24px;
	margin-bottom: 24px;
}
.my-3{
	margin-top: 32px;
	margin-bottom: 32px;
}
@media (max-width: 768px) {
	.py-2{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.py-3{
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.mb-3{	
		margin-bottom: 24px;
	}
	.my-2{
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.mb-0 {
    margin-bottom: 4px;
	}
}
@media (max-width: 375px) {
	.py-3{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.mb-3{	
		margin-bottom: 16px;
	}
	.my-2{
		margin-top: 8px;
		margin-bottom: 8px;
	}
}
/*------keyWord跟共用按鈕-----*/
.keyWord .Title {
  padding-left: 30px;
  position: relative;
  font-size: 1.2em;
}
.keyWord .Title::before {
  content: "";
  display: inline-block;
  background: url(../images/icon/icon_search.png) center top no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0px;
}
.keyWordBtn {
  padding: 4px 8px;
  border: 1px solid #dae1e1;
  color: #18595b;
  display: inline-block;
  border-radius: 8px;
  line-height: 1.5em;
  margin: 4px 4px;
	display: inline-block;
}
.keywordGroup{
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}
.keywordGroup p{
	color: #18595b;
	white-space: nowrap;
	margin: 10px 8px;
}
.keyWordBtn:hover {
	background-color:#eaeded ;
}
.keyWordBox {
  margin: 0px -4px;
}
.moreBtn,.backBtn{
	padding: 8px 0px 8px 24px;
	background-color: #bb9d7e;
	color: #fff;
	display: inline-flex;
	align-items: center;
}
.moreBtn i,.backBtn i{
	position: relative;
	top: 2px;
	right: -16px;
	width: 40px;
	max-width: 100%;
	height: 1px;
	background: #473d33;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.moreBtn i:before ,.backBtn i:before {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	right: 0;
	width: 10px;
	height: 1px;
	background: #473d33;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.moreBtn:hover,.backBtn:hover{
	background-color: #9b7956;
}
.moreBtn:hover i,.backBtn:hover i{
	right: -24px;
}
/*------header-----*/
header .webWrap,.menu ul{
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.headerWrap ,.navmenu{
	display: flex;
}
header{
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	/* position: relative; */
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
header.shrink{
	position: relative;
  position: fixed;
  z-index: 1000;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
header .webWrap{
	margin-right:calc(7% -96px) ;
	margin-left: 7%;
}
.showmenu ,.onMobile{
	display: none;
}
header .logo{
	width: 16%;
}
.logo{
	width: 30%;
}
.logo ,.logo a{
	display: block;
}
.logo img {
	width: 100%;
}

.menu li {
	padding:0px 16px;
}
.menu li a{
	padding: 4px 0px 8px 0px;
}
.menu a{
  font-size: 1.1em;
}
.menu li a:hover{
	color: #956c41;
}
.menu li:hover:after{
	content: "";
	display: block;
	width: auto;
	height: 3px;
	position: relative;
	margin-bottom: -3px;
	bottom: -8px;
	left: 0;
	background-color: #017471;
}
.navmenu{
	background-color: #bb9d7e;
	min-width: 96px;
}
.navmenu:hover{
	background-color: #876644;
}
.navmenu a{
	display: flex;
	color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 10px 20px;
	width: 100%;
}
@media (max-width: 1024px) {
	header .webWrap{
		width: 100%;
		height: 40px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.menu li{
    padding:0 4px 4px 4px;
	}
	.menu li:first-child{
		padding-top: 4px;
	}
}
@media (max-width: 768px) {
	.logo{
		width: 85%;
	}
	/*header .menu{
		display: none;
	}*/
	.navmenu{
		display: none;
	}
	header .webWra{
		margin-right: 7%;
	}
	.showmenu {
		display: inline-block;
	}
	.onPc {
    display: none;
	}
  .onMobile{
    display: block;
  }
	.menu li:hover:after{
		display: none;
		background-color: none;
	}
	.menu li a {
    padding: 4px 16px 8px 16px;
	}
	.menu li a:hover{
		background-color: #9fd1cf;
		color: #000;
	}
	.menu li:last-child {
    padding-bottom: 0px;
		border: unset;
	}
}
@media (max-width: 320px) {
}
/*------footer-----*/
footer ,.footerMenu ul,.footerBottom,.copyright
,.copyright .link ,.footerBottom-L{
	display: flex;
	color: #5c5b56;
}
.footerBottom{
	justify-content: space-between;	
}
.footerBottom-L{
	justify-content: flex-start;
	align-items: center;
}
.footerBottom-L a, .footerBottom-L i{
    color: #005857;
}
.footerBottom-L a:hover{
		color: #099492;
}
.footerBottom-L a{
    text-decoration: underline;
}
.footerBottom-L .info p{
	margin-bottom: 4px;
}
footer .logo{
	margin-right: 32px;
}
.copyright ,.copyright .link{
	justify-content: flex-end;
	text-align: right;
}
.footerMenu ul{
	border-bottom: 1px solid #e4e4e4;
}
.footerMenu li a{
	padding: 12px 16px;
}
.footerMenu li a:hover{
	color: #956c41;
}
.footerMenu li:before{
	display: inline-block;
	content:"";
	width: 1px;
	height: 14px;
	position: relative;
	top: 2px;
	left: 0px;
	background-color: #5c5b56;
}
.footerMenu li:first-child:before{
	background-color: #fff;
}
.copyright{
	flex-direction: column;
}
.copyright .link{
	margin-bottom: 8px;
	align-items: center;
}
.copyright a{
	width: 7%;
	margin: 4px;
}
.copyright a:hover{
	opacity: 0.7;
}
.copyright .linkLogo{
	width: 24%;
	height: auto;
	margin-bottom: 0px;
}

@media (max-width: 768px) {
	header .logo {
    width: 40%;
	}
	.footerMenu ul{
		flex-wrap: wrap;
	}
	.footerMenu li{
		width: 33%;
		padding: 12px 12px;
		text-align: center;
		border: 1px solid #e1e1e1;
	}
	.footerMenu li a{
		padding: 12px 8px;
	}
	.footerMenu li:before{
		display: none;
	}
	.footerBottom{
		flex-direction: column;
	}
	footer .logo{
		width: 40%;
	}
	.copyright {
		align-items: flex-start;
	}
	.copyright ,.copyright .link{
		justify-content: flex-start;
		text-align: left;
	}
}
@media (max-width: 375px) {
	header .logo {
    width: 52%;
	}
	.footerMenu li{
		width: 50%;
		justify-content: center;
	}
	.footerMenu li a{
		padding: 12px 12px;
	}
	.footerTop{
		display: none;
	}
	.footerBottom-L{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 16px;
	}
	footer .logo{
		width: 80%;
		margin-bottom: 16px;
	}
	.copyright a{
		width: 12%;
	}
}