@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC"); /*思源字體*/
.unfind-data-msg {
  display: block;
}
.unfind-data-msg p {
  color: #ff0000;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}
.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #DEAD2A;
  font-size: 26px;
  font-weight: 900;
}
.loading-text span:nth-child(1) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blurtext 0.5s 0s infinite linear alternate;
  animation: blurtext 0.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blurtext 0.5s 0.2s infinite linear alternate;
  animation: blurtext 0.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blurtext 0.5s 0.4s infinite linear alternate;
  animation: blurtext 0.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blurtext 0.5s 0.6s infinite linear alternate;
  animation: blurtext 0.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blurtext 0.5s 0.8s infinite linear alternate;
  animation: blurtext 0.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blurtext 0.5s 1s infinite linear alternate;
  animation: blurtext 0.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blurtext 0.5s 1.2s infinite linear alternate;
  animation: blurtext 0.5s 1.2s infinite linear alternate;
}
@-webkit-keyframes blurtext {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}
@keyframes blurtext {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}
.pc {
  display: block;
}
.mb {
  display: none;
}
h3.title {
  font-size: 20px;
}
::-moz-selection {
  color: #ffffff;
  background: #0D0D0D;
}
::selection {
  color: #ffffff;
  background: #0D0D0D;
}
a,
a:visited,
a:focus,
a:active {
  color: #0D0D0D;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover {
  color: #DEAD2A;
  text-decoration: none;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  padding: 0;
  margin: 0;
}
iframe {
  max-width: 100% !important;
}
.Img,
.txt {
  position: relative;
  overflow: hidden;
}
.html p {
  line-height: 1.6;
}
.html p img {
  padding: 15px 0;
  display: block;
}
.html img {
  max-width: 100% !important;
  height: auto !important;
}
.wrapperBox {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-primary {
  position: relative;
  background-color: transparent;
  color: #DEAD2A !important;
  font-size: 20px;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #DEAD2A;
  padding: 6px 18px;
}
.btn-primary span {
  position: relative;
  display: block;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.focus {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #DEAD2A !important;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.focus {
  background-color: #DEAD2A !important;
  color: #ffffff !important;
}
.btn-primary.more {
  position: relative;
  border: none !important;
  border-bottom: 1px solid #DEAD2A !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn-primary.more::before {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 15px;
  height: 15px;
  background-color: #DEAD2A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.btn-primary.more::after {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 15px;
  height: 15px;
  background-color: #DEAD2A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.btn-primary.more span {
  display: block;
}
.btn-primary.more.m-left {
  padding-right: 15px;
  padding-left: 35px;
}
.btn-primary.more.m-left::before {
  right: 0;
}
.btn-primary.more.m-left::after {
  left: 0;
}
.btn-primary.more.m-right {
  padding-right: 35px;
  padding-left: 15px;
}
.btn-primary.more.m-right::before {
  left: 0;
}
.btn-primary.more.m-right::after {
  right: 0;
}
.btn-primary.more:hover.m-left::before {
  opacity: 1;
  right: 100%;
}
.btn-primary.more:hover.m-left::after {
  opacity: 0;
}
.btn-primary.more:hover.m-right::before {
  opacity: 1;
  left: 100%;
}
.btn-primary.more:hover.m-right::after {
  opacity: 0;
}
.btn-primary.more:focus,
.btn-primary.more:active,
.btn-primary.more.focus {
  border-bottom: 1px solid #DEAD2A !important;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
  border-radius: 0px;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  border: 1px solid #DEAD2A ;
  background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active {
  background-color: #DEAD2A;
}

.page {
  display: block;
  text-align: center;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.page .paginationjs-pages ul {
  padding: 0;
  margin: 0;
}
.page li {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #E2C26C;
  font-weight: 400;
}
.page li a {
  display: block;
  padding: 5px 15px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.page li:hover a,
.page li.active a {
  color: #DEAD2A;
}
.page li:first-child.disabled {
  display: none;
}
.page li:last-child.disabled {
  display: none;
}
.page li.paginationjs-ellipsis a {
  color: #0D0D0D;
  cursor: default;
}
.social-icon {
  position: fixed;
  top: 95px;
  right: 15px;
  z-index: 999;
  padding: 5px;
  background-color: transparent;
}
.social-icon>div.wrap-s {
  display: none;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.social-icon a {
  display: block;
  padding: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
}
.social-icon a.link {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  color: #0D0D0D;
}
.social-icon a.link:hover {
  color: #0D0D0D;
}
.social-icon a i {
  font-size: 32px;
}
body {
  font-family: "Microsoft JhengHei", "Noto Sans TC", sans-serif, Arial;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #262626;
  background-attachment: fixed;
}
body input::-moz-placeholder,
body textarea::-moz-placeholder {
  color: #8D8D8D;
  font-size: 16px;
}
body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  color: #8D8D8D;
  font-size: 16px;
}
body input:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  color: #8D8D8D;
  font-size: 16px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
header.fixed {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
header .navbar-expand-xl .navbar {
  padding-top: 0;
  padding-bottom: 0;
  height: 80px;
}
header .navbar-expand-xl .navbar .navbar-brand {
  margin: 0;
  padding: 0;
  z-index: 1;
}
header .navbar-expand-xl .navbar #menu {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
header .navbar-expand-xl .navbar #menu .menu {
  text-align: right;
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
header .navbar-expand-xl .navbar #menu .menu li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  padding: 0 0 0 35px;
  line-height: 1;
}
header .navbar-expand-xl .navbar #menu .menu li a {
  position: relative;
  text-decoration: none;
  color: #0D0D0D;
  display: block;
  padding: 0 5px;
}
main.containerBox {
  position: relative;
  min-height: 100vh;
  padding-top: 80px;
}
main.containerBox .sec_banner {
  position: relative;
  line-height: 1;
  padding: 40px 0;
}
main.containerBox .sec_banner h1.sec-title {
  position: relative;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 8px;
  padding-bottom: 30px;
}
main.containerBox .sec_banner h1.sec-title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background-color: #DEAD2A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
main.containerBox .sec_banner h1.sec-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #DEAD2A;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
main.containerBox .content {
  position: relative;
  padding-bottom: 80px;
}
main.containerBox .content .leftBlock {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-right: 40px;
}
main.containerBox .content .rightBlock {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 30px;
}
main.containerBox .content .article-b {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-bottom: 1px solid #DEAD2A;
}
main.containerBox .content .article-b .mark-info {
  padding: 0;
}
main.containerBox .content .article-b .mark-info time {
  color: #DEAD2A;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
main.containerBox .content .article-b h3.title {
  padding: 20px 0;
  line-height: 1.313;
  font-size: 26px;
  border-bottom: 1px solid #C1C3C0;
}
main.containerBox .content .article-b .html {
  padding: 20px 0 30px 0;
}
footer {
  position: relative;
  background: #3F413E;
}
footer .ft-info .wrapperBox .item-b {
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 40px 10px;
}
footer .ft-info .wrapperBox .item-b .homeTitle .main_title,
footer .ft-info .wrapperBox .item-b .homeTitle .sec_title {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 4px;
}
footer .ft-info .wrapperBox .item-b p {
  color: #ffffff;
  font-size: 16px;
  padding-top: 20px;
}
footer .cr .wrapperBox {
  font-size: 14px;
  color: #C1C3C0;
  padding: 15px;
  text-align: center;
  border-top: 1px solid #DEAD2A;
}
footer .cr .wrapperBox a {
  color: #969795;
  display: inline-block;
  margin-left: 10px;
}
main#index .bannerArea {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
main#index .bannerArea::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-left: -7px;
  background-color: #DEAD2A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}
main#index .bannerArea::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 1px;
  height: 60px;
  background-color: #DEAD2A;
  z-index: 1;
}
main#index .bannerArea #sliderBox .owl-item div {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
main#index .bannerArea #sliderBox .owl-item div>img {
  width: 100%;
  height: 100%;
  max-height: 700px;
}
main#index .newsArea {
  padding: 100px 0 60px 0;
}
main#index .newsArea>.wrapperBox {
  text-align: right;
  background: url("../../images/home/home_news_bg.png") bottom 10px center no-repeat;
}
main#index .newsArea>.wrapperBox .listItem li a h3.title {
  width: 90%;
}
main#index .teamArea {
  padding: 60px 0;
}
main#index .teamArea>.wrapperBox {
  text-align: right;
  background: url("../../images/home/home_team_bg.png") bottom left 15px no-repeat;
}
main#index .teamArea>.wrapperBox .cardBox {
  padding: 40px 0 20px 0;
}
main#index .serviceArea {
  padding: 60px 0;
}
main#index .serviceArea>.wrapperBox .left-b {
  position: absolute;
  top: 50%;
  width: 500px;
  padding: 80px 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #DEAD2A;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
main#index .serviceArea>.wrapperBox .right-b {
  position: relative;
  max-width: 970px;
  margin-left: auto;
  padding-right: 15px;
}
main#index .serviceArea>.wrapperBox .right-b a.Img {
  display: block;
}
main#index .serviceArea>.wrapperBox .right-b a.Img img {
  max-width: 100%;
  width: 100%;
}
main#index .serviceArea>.wrapperBox .right-b a.more {
  position: absolute;
  bottom: 20px;
  right: 7px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
main#index .knowledgeArea {
  padding: 60px 0 120px 0;
}
main#index .knowledgeArea>.wrapperBox .left-b {
  position: relative;
  max-width: 970px;
  margin-right: auto;
  padding-left: 15px;
}
main#index .knowledgeArea>.wrapperBox .left-b a.Img {
  display: block;
}
main#index .knowledgeArea>.wrapperBox .left-b a.Img img {
  max-width: 100%;
  width: 100%;
}
main#index .knowledgeArea>.wrapperBox .left-b a.more {
  position: absolute;
  bottom: 20px;
  left: 7px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
main#index .knowledgeArea>.wrapperBox .right-b {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 500px;
  padding: 80px 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #DEAD2A;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
main#teamDetail>.content>.wrapperBox .introBlock .top {
  padding-top: 20px;
}
main#teamDetail>.content>.wrapperBox .introBlock .top .left-b {
  position: relative;
  padding-right: 30px;
}
main#teamDetail>.content>.wrapperBox .introBlock .top .left-b #intro-shot .Img {
  padding: 10px;
  margin-right: 2px;
  border: 1px solid #DEAD2A;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
main#teamDetail>.content>.wrapperBox .introBlock .top .left-b #intro-shot .Img img {
  max-width: 100%;
}
main#teamDetail>.content>.wrapperBox .introBlock .top .left-b #intro-shot .owl-dots {
  padding: 15px 10px;
}
main#teamDetail>.content>.wrapperBox .introBlock .top .right-b {
  padding-left: 30px;
}
main#teamDetail>.content>.wrapperBox .introBlock .top .right-b h3.title {
  font-size: 30px;
  padding-top: 30px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 4px;
}
main#teamDetail>.content>.wrapperBox .introBlock .top .right-b .txt {
  padding: 30px 0;
  line-height: 1.75;
}
main#teamDetail>.content>.wrapperBox .introBlock .bottom {
  border-bottom: 1px solid #DEAD2A;
}
main#teamDetail>.content>.wrapperBox .introBlock .bottom h6 {
  position: relative;
  font-size: 20px;
  letter-spacing: 6px;
  color: #DEAD2A;
  text-align: center;
}
main#teamDetail>.content>.wrapperBox .introBlock .bottom h6::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background-color: #C1C3C0;
  z-index: -1;
}
main#teamDetail>.content>.wrapperBox .introBlock .bottom h6 span {
  display: inline-block;
  line-height: 1;
  padding: 10px 40px;
  background: url("../../images/bg.jpg") center center repeat-y;
}
main#teamDetail>.content>.wrapperBox .introBlock .bottom .html {
  padding: 30px 0;
}
main#teamDetail>.content>.wrapperBox .btnBox {
  text-align: center;
  margin-top: 40px;
}
main#News>.content>.wrapperBox .rightBlock .listItem {
  padding-top: 0;
}
main#News>.content>.wrapperBox .rightBlock .listItem li a h3.title {
  width: 85%;
}
main#Service .content>.wrapperBox .brief {
  border-bottom: 1px solid #C1C3C0;
  margin-bottom: 40px;
}
main#Service .content>.wrapperBox .brief h3.slogn-title {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 6px;
}
main#Service .content>.wrapperBox .brief .txt {
  padding: 20px 0;
  font-size: 22px;
}
main#articleDetail>.content>.wrapperBox .btnBox {
  text-align: center;
  margin: 40px 0 0;
}
main#Contact>.content .mapBox {
  display: block;
}
main#Contact>.content .mapBox .googlemap {
  height: 350px;
  background-color: #0D0D0D;
}
main#Contact>.content .mapBox .googlemap a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
main#Contact>.content .mapBox .googlemap .gm-style-cc,
main#Contact>.content .mapBox .googlemap .gm-style-mtc {
  display: none !important;
}
main#Contact>.content>.wrapperBox .block {
  padding-top: 40px;
}
main#Contact>.content>.wrapperBox .block .left-b .formBox {
  padding: 0;
}
main#Contact>.content>.wrapperBox .block .left-b .formBox .form-group {
  margin-bottom: 15px;
}
main#Contact>.content>.wrapperBox .block .left-b .formBox .form-group>.form-control {
  border-radius: 0;
  border: 1px solid #707070;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 10px;
  background-color: transparent;
}
main#Contact>.content>.wrapperBox .block .left-b .formBox .form-group textarea {
  height: 400px;
}
main#Contact>.content>.wrapperBox .block .left-b .formBox #submitBox {
  display: block;
  padding: 20px 0 0;
  font-size: 0;
}
main#Contact>.content>.wrapperBox .block .left-b .formBox #submitBox .verification {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
}
main#Contact>.content>.wrapperBox .block .left-b .formBox #submitBox .btn-primary {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
main#Contact>.content>.wrapperBox .block .right-b {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 80px;
}
main#Contact>.content>.wrapperBox .block .right-b h3.title {
  margin-bottom: 15px;
}
main#Contact>.content>.wrapperBox .block .right-b [class*=info-] {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
main#Contact>.content>.wrapperBox .block .right-b [class*=info-]:not(:last-child) {
  border-bottom: 1px solid #E2C26C;
}
main#Contact>.content>.wrapperBox .block .right-b .info-2 ul,
main#Contact>.content>.wrapperBox .block .right-b .info-3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main#Contact>.content>.wrapperBox .block .right-b .info-2 ul li,
main#Contact>.content>.wrapperBox .block .right-b .info-3 ul li {
  padding-bottom: 10px;
}
main#Contact>.content>.wrapperBox .block .right-b .info-2 ul li i,
main#Contact>.content>.wrapperBox .block .right-b .info-3 ul li i {
  width: 18px;
  margin-right: 5px;
  text-align: center;
  color: #0D0D0D;
}


body{
    background: none;
}
.clear{clear: both;}

header .navbar-expand-xl .navbar #menu .menu li a::before{
background: none;
transform:none;
 
}
header .navbar-expand-xl .navbar #menu .menu li a:hover::before{
    top: 20px;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    background: #F8B62A;
}
header .navbar-expand-xl .navbar #menu .menu li {
    padding: 0 0 0 20px;
}
header .navbar-expand-xl .navbar #menu .menu li a {
    padding-left: 15px;
}
.index_kv {
    position: relative;
}
.index_kv_banner .owl-dots{ position: absolute; left: 5%; bottom: 20px;}
.index_kv_banner .owl-dots .owl-dot{border-radius: 50px;    background-color: rgba(0,0,0,0); border: 2px solid #ffffff;}
.index_kv_banner .owl-dots .owl-dot.active{ background:#F8B62A; border: 2px solid #F8B62A;}
.index_kv_banner .owl-dot span{background:none!important;}

main#index .FeaturesArea{padding: 30px 0 30px 0;}
.FeaturesItem{ list-style: none;}
.FeaturesItem li{display: inline-block;     width: 20%; vertical-align: top; text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-right: 2px solid #F5F5F5; 
    float: left;
}
.FeaturesItem li a{display: block;
    width: 100%;
    height: 100%;
    padding:10px 0 14px 0;
   }
.FeaturesItem li a:hover{
    text-decoration: none;
    color: #ffffff!important;
    display: block;
    width: 100%;
    height: 100%;
}
.FeaturesItem li:hover:nth-child(1){ background: #61440A;}  
.FeaturesItem li:hover:nth-child(2){ background: #F8B62A;}  
.FeaturesItem li:hover:nth-child(3){ background: #1A7A93;}  
.FeaturesItem li:hover:nth-child(4){ background: #8F1D50;}  
.FeaturesItem li:hover:nth-child(5){ background: #585858;}  

.FeaturesItem li:nth-child(1) a{    color: #61440A;}
.FeaturesItem li:nth-child(2) a{    color: #F8B62A;}
.FeaturesItem li:nth-child(3) a{    color: #1A7A93;}
.FeaturesItem li:nth-child(4) a{    color: #8F1D50;}
.FeaturesItem li:nth-child(5) a {    color: #585858; border-right: none;}

.FeaturesItem li:nth-child(5){ border-right: none;}
.FeaturesItem li p{ padding-bottom: 20px; }
.FeaturesItem img{width: 100%; max-width: 140px;}

.ProductArea{padding: 50px 0 50px 0; background: #F5F5F5;}
.index_Product .owl-dots{ display: none;}
.index_Product .item {text-align: center; }
.item_Product{
    margin: 15px;
    position: relative;
}
.item_Product img{display: block; width: 100%; background: #ffffff;
  border-radius: 15px;
  box-shadow: #D4D4D2 8px 8px 7px;
  -webkit-box-shadow: #D4D4D2 8px 8px 7px;
}
.item_Product .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(149, 29, 80, 0.6);
    border-radius: 15px;
  }

  .item_Product:hover .overlay {
    opacity: 1;
  }
  
.index_Product p { color: #585858; font-size: 20px;     font-weight: bold}
.index_Product a{ text-decoration: none;}


.index_Product .owl-nav {
    position: absolute;
    top: 40%;
    margin-top: 0px;
    z-index: -1;/*最底層*/
    width: 100%;
}
.index_Product .owl-nav button.owl-prev {
    background:url("../images/product/coin_left.png") no-repeat;
    position: absolute;
    top: 30%;
    left:-54px;
    
}
.index_Product .owl-nav button.owl-prev span{ opacity: 0;}
.index_Product .owl-nav button.owl-next span{ opacity: 0;}
.index_Product .owl-nav button.owl-next {
    background:url("../images/product/coin_right.png") no-repeat;
    position: absolute;
    top: 30%;
    right: -54px;
}
.index_Product .owl-nav button {
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
    width: 40px;
}

footer{ background: #262626;}
.infoFooter{padding: 50px 0 50px 0; background: #ffffff; }
.infoFooter>.wrapper{max-width: 1300px;    margin: 0 auto;}
.footer_logo{ width: 82%;}
.infoFooter dl, ol, ul{ list-style: none; padding: 0;}
.infoFooter h2{color: #585858;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 23px;}
.infoFooter i{ padding-right: 20px;}
.fa-phone:before { color: #58A8BC;}
.fa-envelope:before{color: #58A8BC;}
.fa-map-marker-alt:before{color: #58A8BC;}
.info{ display: inline-block; width: 80%;     padding-top: 3%;}
.info li{ font-size: 16px;    padding-bottom: 13px; }
.contact_footer{ display: inline-block;}
.contact_footer a{  color: #1A7A93; font-weight: bold; text-decoration: underline; position: relative; display: block; z-index: 1; font-size: 16px;}
.contact_footer a::before{
    content: '';
    position: absolute;
    top: -14px;
    left: -13px;
    height: 52px;
    width: 52px;
    background: #F8B62A;
    border-radius: 50px;
    z-index: -1;
  }
  .contact_footer a:hover::before{
    content: '';
    position: absolute;
    top: -14px;
    left: 55px;
    right: 0;
    height: 52px;
    width: 52px;
    background: #F8B62A;
    border-radius: 50px;
    z-index: -1;
    transition: .5s ease;
  }
.menuFooter{padding: 24px 0 10px 0;}
  .menuFooterItem{
  width: 100%;
    max-width: 100%;
    display: block;
    position: relative;}
 .menuFooterItem li{ display: inline-block;
    width: 19%;
    text-align: center;
    border-right: 1px solid #4B4B4B;
    padding: 20px 0;}
 .menuFooterItem li a{ color: #8E8F8F;}
 .menuFooterItem li a:hover{ color: #F8B62A;}
 .menuFooterItem li:last-child{ border-right: none;}
.crFooter{background: #141414;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding: 8px;}
.crFoote a, a:visited, a:focus, a:active{color: #606060;}

#top {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 123px;
    width: 68px;
    height: 68px;
    z-index: 10;
    background-image: url("../images/icon/top.png");
    background-position: center center;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

/*關於我們*/
section.TitleArea{text-align: center; margin-bottom: 49px;}
.TitleArea h1{font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif, Arial;
  color: #151410;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 2rem;
}
.TitleLine{ border-bottom: 5px solid #1A7A93;     padding: 50px 0 43px 0;}
.about_content {padding-bottom: 7%;}
.about_content h2{   
  color: #585858;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif, Arial;
}
.about_content article{padding-bottom: 35px;
  border-bottom: 5px solid #F5F5F5;
  letter-spacing: 3px;}
.about_info{ padding-top: 35px; letter-spacing: 2px; line-height: 170%;}
.aboutImg{
  box-shadow: #D4D4D2 8px 8px 7px;
  -webkit-box-shadow: #D4D4D2 8px 8px 7px;
  border-radius: 27px;
}
.about_info h3{
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif, Arial;
  background: #F8B62A;
  padding: 7px 22px;
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 24px;
}
.about_info_right{
  display: inline-block;
    width: 50%;
    vertical-align: top;
    text-align: right;
    
}
.about_info_left{ 
  display: inline-block;
  float: left;
  width: 50%;
  vertical-align: top;
  text-align: justify;}

  /*最新消息*/
.news_tab{ margin-bottom: 30px;}
.news_tab li{ 
  display: inline-block;
  font-size: 20px;
  color: #151410;
  box-sizing: border-box;
  padding: 0 5px 10px 5px;
}
.news_tab li div{
  position: relative;
  display: block;
  padding: 5px 15px;
  cursor: pointer;
}
.news_tab li div:hover{
  background: #F8B62A;
  color: #ffffff;
  border-radius: 15px;
}
.news_tab li div.active {
  background: #F8B62A;
  color: #ffffff;
  border-radius: 15px;
}

.news_tab li a { padding: 9px 20px;  border-radius: 15px;}
.news_tab .active a {  background: #F8B62A; color: #ffffff;}
.news_tab li a:hover{ background: #F8B62A; color: #ffffff;}
.tool_list li{padding-bottom: 25px;
  border-bottom: 5px solid #F5F5F5;
  padding-top: 35px;}
.tool_list li:nth-child(1){ padding-top: 0;}
.tool_list .img{padding-right: 4%;}
.tool_list img{ width: 100%; display: block;
  -webkit-box-shadow: #D4D4D2 8px 8px 7px;
  border-radius: 15px;
}
.news_img{position: relative; display: block;}
.img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(149, 29, 80, 0.6);
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.img:hover .overlay {
  opacity: 1; 
}

.tool_list h6{ font-size: 22px; font-weight: bold; padding-bottom: 19px;}
.tool_list h6 a{ color: #151410;
   /*用寬度設定文字過多隱藏*/
  display : inline-block;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  width : 100%;
  /*---------------------------*/
}
.tool_list h6 a:hover{ color: #8F1D50;}
.tool_list span{
  background: #8F1D50;
  color: #ffffff;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 15px;
}
.tool_list .text{ 
  padding-top: 27px; text-align: justify;
  line-height: 170%;
  font-size: 16px;
}
.page_count { text-align: center;
  padding-top: 50px;}
.page_count div{ display: inline-block;      vertical-align: middle;}
.page_count span a{ color: #8ECBDB; font-size: 22px;
  font-weight: bold; padding: 0 9px;}
.page_count span a:hover{ color: #1A7A93;}
.page_count span.active a{ color: #1A7A93;}
.page_count .prev{ padding-right: 15px;}
.page_count .next{ padding-left: 15px;}
.paginationjs-pages li{display: inline-block;      vertical-align: middle;}
.paginationjs-pages li a{color: #8ECBDB; font-size: 22px;
  font-weight: bold; padding: 0 9px;}
.paginationjs-pages li a:hover{color: #1A7A93;}
.paginationjs-pages li.active{color: #1A7A93;}
.paginationjs-prev {cursor: pointer; 
  background-image:url("../images/icon/arrow_left.svg"); 
background-repeat: no-repeat; background-position: center center; }
.paginationjs-prev:hover{background-image:url("../images/icon/arrow_left_active.svg"); 
  background-repeat: no-repeat;}
.paginationjs-next {cursor: pointer; 
    background-image:url("../images/icon/arrow_right.svg"); background-repeat: no-repeat;background-position: center center; } 
.paginationjs-next:hover {background-image:url("../images/icon/arrow_right_active.svg"); background-repeat: no-repeat;}  

/*最新消息內頁*/
.news_detail h2 {
  font-size: 26px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif, Arial;
  padding-bottom: 15px;
  border-bottom:5px solid #F5F5F5;}
.news_detail .time{padding: 22px 0 15px 0;  color: #8F1D50;}
.news_detail article{ line-height: 170%;     font-size: 16px; }
.news_detail .img{ text-align: center; padding: 34px 0; border-bottom: 5px solid #F5F5F5;}
.news_detail .img img{ width: 100%;
  display: block;
  max-width: 955px;
  text-align: center;
  margin: 0 auto;}
.btn_back{margin: 35px auto 0  auto;  width: 20px;}
.btn_back a{ color: #1A7A93;     font-weight: bold;
  text-decoration: underline;
  position: relative; display: block; z-index: 1; }
.btn_back a::before{
  content: '';
  position: absolute;
  top: -14px;
  left: -24px;
  height: 52px;
  width: 52px;
  background: #F8B62A;
  border-radius: 50px;
  z-index: -1;
  }
.btn_back a:hover::before{
    content: '';
    position: absolute;
    top: -14px;
    left: 22px;
    right: 0;
    height: 52px;
    width: 52px;
    background: #F8B62A;
    border-radius: 50px;
    z-index: -1;
    transition: .5s ease; 
}
/*list*/
.class_list img{
  box-shadow: #D4D4D2 8px 8px 7px;
  -webkit-box-shadow: #D4D4D2 8px 8px 7px;
  border-radius: 15px;
}
.class_list .title{
  text-align: center;
  font-size: 17px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif, Arial;
  padding-top: 14px;
  width: 80%;
  margin: 0 auto;
}
.class_list li{ text-align: center;     padding-bottom: 3%;}
.class_list .img{    position: relative; /*要用 overlay 上一層 div 一定要用 position:relative; */  display: block; width: 80%; margin: 0 auto;}
.class_list .img img{    display: block;
  width: 100%;
  height: auto;}
.class_list .img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(149, 29, 80, 0.6);
  border-radius: 15px;
  height: 100%;
  width: 100%;
  max-height: 100%;
}
.class_list .img:hover .overlay {  opacity: 1; }
.list_size{max-width: 1100px;}

/*list_detail 內頁*/
.list_detail{ margin-bottom: 42px;}
.list_detail .left{ 
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 0 16px;
}
.list_detail .left .owl-stage-outer{
  /* box-shadow: #D4D4D2 8px 8px 7px;
  -webkit-box-shadow: #D4D4D2 8px 8px 7px;
  border-radius: 15px; */
}
.list_detail .item{
  width: 80%;
  overflow: hidden;
  height: 100%;
  box-shadow: #D4D4D2 8px 8px 7px;
  -webkit-box-shadow: #D4D4D2 8px 8px 7px;
  border-radius: 15px;
  margin-bottom: 3%;
}
.list_detail .item img{display: block; width: 100%;}
.list_detail .owl-carousel{  margin: 0 auto;}
.list_detail .owl-dots{ text-align: left;}
.list_detail .owl-theme .owl-dots .owl-dot{
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #DBDBDB;
  border: none;
  margin-right: 14px;
} 
.list_detail  .owl-theme .owl-dots .owl-dot.active{ background: #F8B62A;}
.list_detail .owl-theme .owl-dots .owl-dot span{ opacity: 0;}
.list_detail .owl-theme .owl-nav.disabled+.owl-dots {  margin-top: 4%;}
.list_detail .right{ display: inline-block; width: 66%; vertical-align: top; }
.list_detail .right h2{
    font-size: 28px;
    color: #151410;
    font-weight: bold;
    padding-bottom: 17px;
    border-bottom: 5px solid #F5F5F5;
    margin-bottom: 17px;
}
.list_detail .right article{line-height: 170%;}
.list_detail_brief .title{
  position: absolute;
  text-align: center;
  width: 100%;
}
.list_detail_brief .title{ position: relative;}
.list_detail_brief .wrap div {    line-height: 20px;}
/*css 偽類用法*/
.list_detail_brief .wrap div:after, .list_detail_brief .wrap div:before{
  position: absolute;
  top: 42%;
  background: #F5F5F5;
  content: "";
  height: 6px;
  width: 41%;
}
/*调整背景横线的左右距离*/
.list_detail_brief .wrap div:before {          left: 0;      }
.list_detail_brief .wrap div:after {          right: 0;      }
.list_detail_brief .text{
  font-size: 24px;
  font-weight: bold; 
  color: #9FA0A0;
  margin-bottom: 46px;}
.list_detail_brief article{
    width: 100%;
    padding-right: 54px;
    line-height: 170%;  
}
.list_detail_brief .img{
  max-height: 320px;
  overflow: hidden;
  border-radius: 10px;
}
.list_detail_brief .img img{ width: 100%; display: block;}
.list_detail_brief .brief{     padding-bottom: 89px;  border-bottom: 5px solid #F5F5F5;}
.html{width: 100%; max-width: 100%;}
.html img{width: 100%; max-width: 100%;} 

/*聯絡我們*/
.contact form h3{
  color: #585858;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9FA0A0;
  border-radius: 10px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control::placeholder {  color: #151410;}
.tel_gutter{ padding-right: 5px!important;}
/*送出驗證區*/
.verification .QapTcha .bgSlider {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  height: 40px;
  padding: 0;
}
.verification .QapTcha .Slider {
  position: relative;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  z-index: 99;
  cursor: pointer;
}
.verification .QapTcha .dropSuccess,
.verification .QapTcha .dropError {
  color: #ffffff;
  position: absolute;
  left: 60px;
  top: 0;
  line-height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
}
.submitBox{ margin-top: 30px;}
.submitBox .verification{ float: left;}
.submitBox .sendBtn{ 
    float: left;
    margin-left: 98px;
    margin-top: 17px;
    cursor: pointer;
}
.submitBox .QapTcha{background-color: #88C3D2; border-radius: 10px;
  position: relative;
  width: 260px;
  padding: 5px;
  margin: 0 auto;
}
.submitBox .QapTcha .bgSlider{background: #1A7A93;  border-radius: 10px;}
.submitBox .QapTcha .ui-draggable-handle{
  background-image: url("../images/icon/qaptcha-lock.png");
  background-position: no-repeat;
  border-radius: 10px 0px 0px 10px; /*果設置四個值，則依次對應左上角、右上角、右下角、左下角（順時針順序）*/
}
.submitBox .Slider.ui-draggable-disabled {
  background-image: url("../images/icon/qaptcha-unlock.png");
  background-position: no-repeat;
  border-right: none;
  border-radius: 0px 10px 10px 0px;
}



.content .brief{   padding-left: 5%;}
.content .brief h2{
  font-size: 22px;
  font-weight: bold;
  color: #585858;
}
.content .brief .text{padding: 20px 0;
  border-bottom: 5px solid #F5F5F5;
  line-height: 170%;
}
.content .info{ padding: 25px 0; width: 100%;     border-bottom: 5px solid #F5F5F5;}
.content .info h2{ padding-bottom: 20px;}
.content .info i{padding-right:10px; }
.content .info i:before{color: #8F1D50;}
.content .info img{padding-right:10px;}
.content .info li{ font-size: 15px;}
.content .info li:last-child{ padding-bottom:0;}

