﻿body{
	font-family:"Arial", "微軟正黑體", serif;
}
a, a:hover{
	text-decoration: none;
	color: #9a815c;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family:"微軟正黑體", serif;
  font-weight: 400;
}
/* span.link 和 span._sublink 需要繼承大部分樣式，但 display 要另外設定 */
#cssmenu ul li span.link,
#cssmenu ul li span._sublink {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family:"微軟正黑體", serif;
  font-weight: 400;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.1875em;
  background: #9a815c;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
  font-size: 1em;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a,
#cssmenu > ul > li > span.link {
  padding: 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  display: inline-block;
  cursor: pointer;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > span.link,
#cssmenu > ul > li.active > span.link {
  color: #9a815c;
}
#cssmenu > ul > li.has-sub > a,
#cssmenu > ul > li.has-sub > span.link {
  padding-right: 1.5625em;
}
#cssmenu > ul > li.has-sub > a::after,
#cssmenu > ul > li.has-sub > span.link::after {
  position: absolute;
  top: 1.5em;
  right: 0.625em;
  width: 0.25em;
  height: 0.25em;
  border-bottom: 0.0625em solid #000000;
  border-right: 0.0625em solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after,
#cssmenu > ul > li.has-sub:hover > span.link::after {
  border-color: #9a815c;
}
#cssmenu ul ul {
  position: absolute;
  left: -624.9375em;
  overflow: visible !important;
  z-index: 10000;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu a.link:focus + ul,
#cssmenu span.link:focus + ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  overflow: visible !important;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li,
#cssmenu ul li:focus-within > ul > li,
#cssmenu ul li.focus-within > ul > li {
  height: 3.25em;
}
/* 確保有焦點的子選單項目可見 */
#cssmenu ul ul li:has(a:focus),
#cssmenu ul ul li:has(span._sublink:focus) {
  height: auto !important;
  min-height: 3.25em !important;
  overflow: visible !important;
}
#cssmenu ul ul li a,
#cssmenu ul ul li span._sublink {
  padding: 1.25em 1.875em;
  width: 16em;
  background: #ffffff;
  text-decoration: none;
  color: #4a5568;
  box-shadow: 0 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.1), 0 0.0625em 0.125em 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover > span._sublink,
#cssmenu ul ul li span._sublink:hover {
  color: #9a815c;
}
/*
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 1.5em;
  right: 1em;
  width: 0.25em;
  height: 0.25em;
  border-bottom: 0.0625em solid #4a5568;
  border-right: 0.0625em solid #4a5568;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
*/
#cssmenu.align-right ul ul li.has-sub > a::after,
#cssmenu.align-right ul ul li.has-sub > span._sublink::after {
  right: auto;
  left: 0.625em;
  border-bottom: 0;
  border-right: 0;
  border-top: 0.0625em solid #dddddd;
  border-left: 0.0625em solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after,
#cssmenu ul ul li.has-sub:hover > span._sublink::after {
  border-color: #ffffff;
}
@media all and (max-width: 64em), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 64em), only screen and (max-width: 64em), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 64em), only screen and (max-width: 64em), only screen and (min-resolution: 192dpi) and (max-width: 64em), only screen and (min-resolution: 0em) and (max-width: 64em) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 0.0625em solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a,
  #cssmenu ul li span.link,
  #cssmenu ul ul li span._sublink {
    width: 100%;
    font-size: 0.75em;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a,
  #cssmenu ul ul li span._sublink {
    padding: 1.25em 1.25em 1.25em 1.875em;
    font-size: 0.75em;
    color: #000000;
    background: none;
	box-shadow: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover,
  #cssmenu ul ul li:hover > span._sublink,
  #cssmenu ul ul li span._sublink:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a,
  #cssmenu ul ul ul li span._sublink {
    padding-left: 2.5em;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after,
  #cssmenu > ul > li.has-sub > span.link::after,
  #cssmenu ul ul li.has-sub > span._sublink::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
	display: block;
    color: #000000;
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: -3.125em;
    padding: 1.75em 1.25em;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: block;
    width: 0.9375em;
    height: 0.125em;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 1.5625em;
    right: 1.25em;
    display: block;
    width: 0.9375em;
    height: 0.4375em;
    border-top: 0.125em solid #000000;
    border-bottom: 0.125em solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: -0.2em;
    display: block;
    /*border-left: 0.0625em solid rgba(120, 120, 120, 0.15);*/
	height: 2.75em;
    width: 3.25em;
    cursor: pointer;
  }
/* 桌面版：submenu-button 不可聚焦（tabindex 由 JavaScript 設定） */
@media (min-width: 1025px) {
  #cssmenu .submenu-button {
    pointer-events: none !important;
  }
}
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 1.3125em;
    left: 1.625em;
    display: block;
    width: 0.0625em;
    height: 0.6875em;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 1.3125em;
    top: 1.625em;
    display: block;
    width: 0.6875em;
    height: 0.0625em;
    background: #000000;
    z-index: 99;
  }
  /*#cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }*/
}

.bg-white{
	background: #fff;
	border-bottom: 1px solid #9a815c;
}

.st1{
	visibility: hidden;
}

@media screen and (max-width: 48em){
	.st1{
		display: none;
	}
}

@media screen and (min-width: 62em){
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer-area {
	background: #9a815c; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #9a815c 66%, #b37642 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #9a815c 66%, #b37642 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #9a815c 66%, #b37642 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a815c', endColorstr='#b37642',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 3.125em 0;
	font-family:"Arial", "微軟正黑體", serif;
}

.bottom-menu {
	border-left: 0.0625em solid rgba(255,255,255,0.2);
	padding-left: 1.25em;
}

@media screen and (max-width: 48em) {
	.bottom-menu {
		display: none;
	}
}

.bottom-menu li:first-child a,
.bottom-menu li:first-child span[role="button"] {
  padding-top: 1.5em;
  color: #fff;
  font-size: 1em;
}

.bottom-menu a,
.bottom-menu span[role="button"] {
  line-height: 2em;
  color: #ccc;
  font-size: 0.8125em;
  display: inline-block;
  cursor: default;
}

.bottom-menu li{
	list-style: none;
}

.footer-social p{
	float: left;
	padding-left: 0.4375em;
	font-size: 0.9em;
}

.footer-menu{
	margin-top: 1.25em;
}

.bottom-menu a{
	clear: both;
}

.bottom-menu a:hover {
  color: #e2a62c;
  text-decoration: none;
}

/* 無障礙修正：非連結的 span 元素不應有 hover 效果，但保持相同的視覺樣式 */
.bottom-menu span[role="button"] {
  color: #ccc;
  text-decoration: none;
}

.footer-social img{
	padding-right: 0.4375em;
}

.footer-bottom {
  padding-top: 5em;
}

.footer-text {
  color: #8a90ff;
  font-size: 0.75em !important;
}

.newslisthr{
	border-bottom: 0.0625em solid rgba(255,255,255,.2);
	margin-bottom: 1.25em;
}

.newslisthrleft{
	border-right: 0.0625em solid rgba(255,255,255,.2);
	margin: 0 0.625em;
}

.logos img{
	padding-right: 1.25em;
}

.noborder{
	border-left: none;
}

.desktop{
	display: block;
}

.mobile{
	display: none;
}

.addlogin{
  line-height: 2.625em;
  padding-left: 2em !important;
  padding-right: 2em !important;
  border-radius: 50px;
  border: 0.0625em solid transparent;
  color: #fff !important;
  display: inline-block;
  font-weight: 500;
  position: relative;
  background: #9a815c;
  cursor: pointer;

}

.addlogin:hover{
  color: #9a815c !important;
  background: none;
}

@media screen and (max-width: 30em) {
	.desktop{
		display: none;
	}

	.mobile{
		display: block;
	}
	.navbar-brand img {
		width: 2em;
	}
	.header-spacers{
		height: 4em !important;
	}
}

.navbar-brand {
    z-index: 9999;
 }
