@charset "utf-8";
/* CSS Document */
.pageHeader{ max-width:1260px; width: 95%; margin:0 auto 0 auto; padding:0; min-height:90px; position: relative; 
display: flex;
  justify-content: flex-start; align-items: center; 
}
.pageHeader h1{ width: 280px; padding:0 0px 0 0; margin:0 0 0 0;}
.pageHeader h1 img{ width: 100%; }
.pageHeader .menubox{ width:calc(100% - 280px); padding: 0 0 0 0px;
display: flex;
  justify-content: flex-end; align-items: center;
}
.pageHeader .menubox nav{ margin: 0 0px 0 0; }
@media screen and (max-width: 1025px) {
.pageHeader{ min-height:85px;}
.pageHeader h1{ width: 250px; }
.pageHeader .menubox{ width:calc(100% - 250px); 
}
}

@media screen and (max-width: 940px) {
.pageHeader .menubox nav{ display: none;}
}

/* mobile menu */
.menu-btn {
  display: none;
  position: relative;
  width: 30px; margin: 0 0 0 20px;
  height: 62px;
  transition: 0.5s;
}
@media screen and (max-width: 940px) {
.menu-btn {
    display: block;
  }
}
.menu-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 3px;
  background-color: #c78c40;
  border-radius: 2px;
  transition: 0.3s;
}
.menu-btn span:nth-child(1) {
  top: calc(50% - 7px);
}
.menu-btn span:nth-child(3) {
  top: calc(50% + 7px);
}
.menu-btn.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #c78c40;
}
.menu-btn.active span:nth-child(2) {
  width: 0;
}
.menu-btn.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #c78c40;
}

/* menu style */
section.menu {
  display: none;
  position: fixed;
  z-index: 98;
  top: 85px;
  left: 0;
  width: 100%;
  height: calc(100% - 85px);
  background-color: rgba(48, 55, 71, 0.9);
  transform: translateX(100%);
  opacity: 0;
  transition: 0.5s;
  overflow-y: auto;
}
section.menu.show {
  opacity: 1;
  transform: translateX(0);
}

.scrollbar-inner::-webkit-scrollbar {
  display: none;
}
.scrollbar-inner.scroll-content {
  max-height: calc(100vh - 62px) !important;
}
.scrollbar-inner > .scroll-element.scroll-y {
  width: 5px;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 0.8;
}

ul.main-list {
  width: 100%;
  color: #ffffff;
  margin: 0; padding: 0;
  list-style: none;
}
ul.main-list > li {
  position: relative;
  cursor: pointer;
  box-shadow: 0 1px rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}
ul.main-list > li.more::before {
  position: absolute;
  content: "";
  top: 25px;
  right: 20px;
  width: 12px;
  height: 8px;
  background: url(../images/icon-arrow-down-white.svg) no-repeat;
  opacity: 0.7;
  transition: 0.5s;
}
ul.main-list > li.more.active::before {
  transform: scale(-1);
}
ul.main-list > li > a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 18px;
  color: #ffffff;
  transition: 0.5s;
}
ul.main-list > li > a:hover {
  color: #f6ae5f;
}

ul.sub-list {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0; padding: 0; list-style: none;
}
ul.sub-list > li {
  position: relative;
  cursor: pointer;
  padding: 0; margin: 0; list-style: none;
}
ul.sub-list > li + li {
  border-top: 1px solid rgba(255,255, 255, 0.1);
}
ul.sub-list > li.more::before {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 12px;
  height: 8px;
  background: url(../images/icon-arrow-down-white.svg) no-repeat;
  opacity: 0.7;
  transition: 0.5s;
}
ul.sub-list > li.more.active::before {
  transform: scale(-1);
}
ul.sub-list > li > a {
  display: inline-block;
  padding: 15px 10px 15px 40px;
  font-size: 18px;
  color: #cccccc;
  transition: 0.5s;
}
ul.sub-list > li > a:hover {
  color: #f6ae5f;
}

ul.third-list {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0; padding: 0; list-style: none;
}
ul.third-list > li + li {
  border-top: 1px solid #0b0b0b;
  cursor: pointer;
}
ul.third-list > li > a {
  display: block;
  padding: 15px 10px 15px 60px;
  color: #cccccc;
  transition: 0.5s;
}
ul.third-list > li > a:hover {
  color: #f6ae5f;
}

/* banner */
.index-banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  padding: 0px 0 0 0;
}

.index-banner img {
  width: 100%;
}

.index-banner .for_PC {
  display: block;
  width: 100%;
}

.index-banner .for_mobile {
  display: none;
}

.index-banner .for_PC img, .index-banner .for_mobile img {
  width: 100%;
}

.index-banner .index-banner-slick {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.index-banner .index-banner-slick .slick-list, .index-banner .index-banner-slick .slick-track {
  height: 100%;
}

.index-banner .index-banner-slick .slick-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.index-banner .index-banner-slick .slick-dots {
  bottom: 40px;
  display: flex;
  justify-content: center;
}

.index-banner .index-banner-slick .slick-dots li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  height: auto;
}

.index-banner .index-banner-slick .slick-dots li+li {
  margin-left: 15px;
}

.index-banner .index-banner-slick .slick-dots li button {
  background-color: #000;
  opacity: 0.2;
  display: block;
  width: 12px;
  height: 12px;
  border: none;
  padding: 0;
  border-radius: 50%;
}

.index-banner .index-banner-slick .slick-dots li.slick-active button {
  background-color: #c78c40;
  opacity: 1;
}

.index-banner .index-banner-slick .slick-dots li button:before {
  font-size: 0;
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .index-banner .for_PC {
    display: none;
  }
  .index-banner .for_mobile {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
.index-banner .index-banner-slick .slick-dots {
  bottom: 20px;
}
.index-banner .index-banner-slick .slick-dots li+li {
  margin-left: 10px;
}
.index-banner .index-banner-slick .slick-dots li button {
  width: 10px;
  height: 10px;
}
}

/* page-banner */
.page-banner {
  background-size: cover;
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: 0;
  padding: 0;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-banner .banner_ttbox {
  position: absolute;
  top: 42%;
  left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.page-banner .banner_ttbox h2{
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 auto;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
.page-banner {
  height: 350px;
}
.page-banner .banner_ttbox {
  top: 40%;
}
.page-banner .banner_ttbox h2{
  font-size: 30px;
}
}  
@media only screen and (min-width: 0px) and (max-width: 1024px) {
.page-banner {
  height: 40vh; 
}
.page-banner .banner_ttbox {
  top: 40%;
}
.page-banner .banner_ttbox h2{
  font-size: 30px;
}
}

/* 麵包屑 */
.bread-crumbs {
  width: 100%;
  margin: 20px auto  0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bread-crumbs li {
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);

  display: flex;
  justify-content: center;
  align-items: center;
}

.bread-crumbs li a {
  color: rgba(255, 255, 255, 0.7);
}

.bread-crumbs li a:hover {
  color: #c78c40;
}
.bread-crumbs li:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 2px;
    background: #c78c40;
    margin: 0px 10px 0 10px;
}
.bread-crumbs li:last-child {
  color: #c78c40;
}
.bread-crumbs li:last-child:after {
  display: none;
}

/* 分類 */
.category_box {
  width: 100%;
  margin: 60px auto 20px auto;
}
.category {
  font-size: 16px;
  color: #303747;
  width: 100%;
  font-weight: 600;

  text-align: center;
}
.category a {
  padding: 8px 20px;
  color: #333;
  transition: 0.9s;
  line-height: 0.8;
  border: 1px solid #c78c40;
}
.category li {
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;

  padding: 0px; margin: 0 5px 15px 5px; list-style: none;
  display: inline-block;
}

.category li:hover:not(:first-of-type) a, .category li.active a {
  color: #fff; background: #c78c40;
}

@media screen and (min-width: 1025px) {
.category li.title {
  display: none;
}
}
@media screen and (min-width: 1025px) {
.categoryv li {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
.category li.title {
    display: block;
  }
  .category {
    width: 100%;
    display: block;
    background: #fff;
  }
  .category a {
    padding: 12px 15px;
    border:none;
    border-bottom: 1px solid #c78c40;
    display: block;
  }
  .category a:last-child  {
    padding: 12px 15px;
    border:none;
    border-bottom: 1px solid #c78c40 !important;
  }
  
  .category li {
    width: 100%; margin: 0; display: block;
  }
  .category li:not(.title) {
    display: none;
  }
  .category li:hover:not(:first-of-type) a, .category li.active a {
  color: #c78c40; background:none;
}
  .category li.title {
    color: #fff; background: #c78c40;
    position: relative;
    padding: 12px 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .category li.title:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
  }
  .category li.title.open:after {
    border-style: solid;
    border-width: 0px 5px 8px 5px;
    border-color: transparent transparent #fff transparent;
  }
  .category li.title.open ~ li:last-of-type a {
    border-bottom: 0;
  }
}

.topnav {
  overflow: hidden;

  font-size: 16px;
  color: #303747;
  width: 100%;
  font-weight: 600;

  text-align: center;
}

.topnav a {
  display: inline-block;
  padding: 12px 20px;
  color: #333;
  transition: 0.9s;
  line-height: 0.8;
  border: 1px solid #c78c40;
}

.topnav a:hover {
  color: #fff; background: #c78c40;
}

.topnav a.active {
  color: #fff; background: #c78c40;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav a.active {
    color: #fff; background: #c78c40;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
     border: none;
  border-bottom: 1px solid #c78c40;
  }
}

/* pagetop */
.pagetop_box{ width: auto; position: fixed; bottom:16.5%; right: 2%; padding: 0;
z-index: 9;
}
.pagetop_box li{ width: 55px; display: block; margin: 0px 0 0 0; padding: 0; list-style: none;
display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagetop_box li.pagetop{ width: 55px; height: 55px; border-radius: 100%; background: #c78c40; font-size: 15px;  
display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.pagetop_box li.pagetop:before{ content: ""; background-size: 10px 20px; display: block;
background: url(../images/arrow03.png) no-repeat center center; width: 10px; height: 20px; }
@media only screen and (min-width: 0px) and (max-width: 1024px) {
.pagetop_box{ right: 1%; }
.pagetop_box li{ width: 45px;}
.pagetop_box li.pagetop{ width: 45px; height: 45px; }
}

/* 定義區塊 */
.main_top{
  height:auto; overflow: hidden; padding: 90px 0px 0px 0px;
}
.box-1{ max-width:1260px; width: 90%; margin:0px auto; padding:0px 0;}
.box-2{ max-width:1200px; width: 90%; margin:0px auto; padding:0px 0;}
.box-3{ max-width:1130px; width: 90%; margin:0px auto; padding:0px 0;}
.box-4{ max-width:calc(1260px + 2%); width: calc(90% + 2%); margin:0px auto; padding:0px 0;}
.content { margin: 0px auto 60px auto; }
.content02 { margin: 60px auto 60px auto; }

.user_editor{ width:100%; height:auto; overflow: hidden; position: static !important;}
.user_editor img{ max-width:100% !important; height:auto !important;  }
.user_editor table{ width:100% !important;  }
.line-height{ line-height:2;}

.text_center{text-align:center;}
.text_right{text-align:right;}

.title01{ font-size: 30px; color: #303747; font-weight: 600;}
.title02{ font-size: 30px; color: #fff; font-weight: 600;}
@media only screen and (min-width: 0px) and (max-width: 1280px) {
.main_top{ padding: 67px 0px 0px 0px;}
} 
@media only screen and (min-width: 0px) and (max-width: 1280px) {
.content { margin: 40px auto 40px auto; }
} 

.main_bg {
    background: url(../images/ind_newsbg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0px 0px 0px;
}

/* 首頁-最新消息 */
.ind_news_bg {
    background: url(../images/ind_newsbg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0px 60px 0px;
    position: relative;
}
.ind_news {
  width: 100%; margin: 30px 0 0px 0px;
}

.ind_news .responsive {
  margin: 0px 0 0px 0px;
  padding: 0px 35px 0px 35px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ind_news li {
  margin: 0px 13px 0px 13px;
  padding: 0px;
  width: calc(100% / 3 - 26px);
  list-style: none;
  display: block;
  float: left;
}

.ind_news li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ind_news li .pic .date{
  position:absolute;
  background: #c78c40;
  font-size: 16px;
  display: block;
  color: #fff;
  padding: 10px;
  bottom: 0;
  left: 0;
  z-index: 1;

  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
}
.ind_news li .pic img {
  width: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.ind_news li:hover .pic img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.ind_news li .title {
  width: 100%;
  padding: 0px;
  margin: 10px 0px 0 0px;
}

.ind_news li .title h2 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #303747;
  padding: 0px 0px 0 0px;
  margin: 0px 0px 10px 0px;
  line-height: 1.5;

  overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.ind_news li .title h3 {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 0px 0px 0 0px;
  margin: 0px 0px 0px 0px;
  line-height: 1.5;

  overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.ind_news .responsive .slick-prev:before{ content: ""; background-size: 20px 10px; display: block;
background: url(../images/arrow01.png) no-repeat center center; width: 20px; height: 10px; }
.ind_news .responsive .slick-next:before{ content: ""; background-size:100% auto; display: block;
background: url(../images/arrow02.png) no-repeat center center; width: 20px; height: 10px;  }
.ind_news .responsive .slick-prev{ width: 55px; height: 55px; top: 30%; left:20px; background: rgba(255, 255, 255, 1); z-index: 9; border-radius:100%;
-webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
}
.ind_news .responsive .slick-next{ width: 55px; height: 55px; top: 30%; right:20px; background: rgba(255, 255, 255, 1); z-index: 9; border-radius:100%;
-webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
}

.ind_news .responsive .slick-prev:hover,
.ind_news .responsive .slick-prev:focus,
.ind_news .responsive .slick-next:hover,
.ind_news .responsive .slick-next:focus
{
  background: rgba(255, 255, 255, 1);
}
@media only screen and (min-width: 0px) and (max-width: 1280px) {
.ind_news_bg {
    background: url(../images/ind_newsbg.png) no-repeat center center;
    padding: 40px 0px 40px 0px;
}
} 

/* 首頁-專業領域 */
.ind_professional_bg {
    background: url(../images/ind_professional_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0px 70px 0px;
    position: relative;
}
.pro_list{ margin:0px 0 0px 0px; width:100%; height:auto; overflow: hidden;}
.pro_list ul{ margin:30px auto 0 auto; padding:0px; width:100%; list-style: none; height:auto; overflow: hidden; text-align: center;
display: flex;
  justify-content: flex-start; flex-wrap: wrap;
}
.pro_list ul li{ margin:25px 0px 25px 0px; padding:10px 10px 0px 10px; width:calc(100% / 5); list-style: none; height:auto; overflow: hidden; border-right:2px solid rgba(255,255,255,0.2); 
text-align: center;  transition: transform 1s; min-height: 60px;
float: left;
}
.pro_list ul li a{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%; text-align: left;
display: flex; justify-content: center; align-items: center;
}
.pro_list ul li h2{ margin:0px 0px 0px 10px; padding:0px 0px 0px 0px; font-size: 18px; color: #fff; font-weight: 600; }
.pro_list ul li:nth-child(5) h2{  width:calc(100% - 53px);}
.pro_list ul li .pic{ margin:0px 0px 0px 0px; padding:0px; width:43px; display: block;}
.pro_list ul li .pic img{ width:100%; }

.pro_list ul li:hover { background: rgba(255,255,255,0.16); transform: translate(0px, -10px);}
.pro_list ul li:hover h2{ color: #fff; }
@media only screen and (min-width: 0px) and (max-width: 1280px) {
.ind_professional_bg {
    background: url(../images/ind_professional_bg.jpg) no-repeat center center;
    padding: 60px 0px 50px 0px;
}
} 
@media only screen and (min-width: 0px) and (max-width: 1200px) {
.pro_list ul li{ padding:5px 10px; width:calc(100% / 4); min-height: auto; border-right:1px solid rgba(255,255,255,0.2); }
.pro_list ul li a{ 
display: flex; justify-content: flex-start; align-items: center;
}
}
@media only screen and (min-width: 0px) and (max-width: 950px) {
.pro_list ul{ 
display: flex;
  justify-content:space-between; flex-wrap: wrap;
}
.pro_list ul li{ width:calc(100% / 3 - 2%); border-right:none; }
}
@media only screen and (min-width: 0px) and (max-width: 850px) {
.pro_list ul li{ width:calc(100% / 2 - 2%);}
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
.pro_list ul li{ margin:5px 0px 5px 0px; width:100% ;}
}

/* 首頁-案例分享 */
.ind_case_bg { background: #f7f7f7; padding: 60px 0px 60px 0px;}
.ind_case { width: 100%;}
.ind_case ul{ margin:40px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%; list-style: none; 
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ind_case ul:after {
    content: "";
    width:calc(100% / 3 - 2%);
}
.ind_case li{ margin:0px 0px 40px 0px; padding:0px 0px 0px 0px; width:calc(100% / 3 - 2%); list-style:none; transition: all 0.6s; }
.ind_case li .icon{ width: 72px; height: 72px; display: block; padding:10px 5px; line-height: 1.2; border-radius: 100%; background: #c78c40; 
display: flex; justify-content: center; float: left;
  align-items: center;
}
.ind_case li .icon h3{ font-size: 18px; color: #fff; font-weight: 600; padding: 0; margin: 0; text-align: center;}
.ind_case li .txt{ width:calc(100% - 72px); padding:0px 0px 0px 20px; float: left;}
.ind_case li .txt p{ width:100%; padding:0px 0px 0px 0px; font-size: 16px; color: #303747; line-height: 1.7;
  overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.ind_case li .txt .more{ width:100%; margin:10px 0px 0px 0px; }
.ind_case li .txt .more span{ color: #c78c40; font-weight: 600; position: relative; padding:0px 0px 5px 0px;}
.ind_case li .txt .more a{ color: #c78c40;}
.ind_case li .txt .more span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #c78c40;
    transition: width .5s;
}
.ind_case li .txt .more:hover span:after {
  width: 50%;
  transition: width .5s;
}
@media only screen and (min-width: 0px) and (max-width: 1280px) {
.ind_case_bg { padding: 40px 0px 50px 0px;}
} 
@media only screen and (min-width: 0px) and (max-width: 1050px) {
.ind_case li .icon{ width: 65px; height: 65px; padding:10px 5px;  
}
.ind_case li .icon h3{ font-size: 16px; }
.ind_case li .txt{ width:calc(100% - 65px); padding:0px 0px 0px 10px; }
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
.ind_case ul:after {
    width:100%;
}
.ind_case li{ width:100%; }
.ind_case li:last-child  { margin:0px 0px 0px 0px; }
}

/* 首頁-團隊介紹 */
.ind_team {
  width: 100%; margin: 30px 0 0px 0px; 
}
.ind_team .responsive02 {
  margin: 0px 0 0px 0px;
  padding: 0px 36px 0px 36px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ind_team li {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: calc(100% / 3);
  list-style: none;
  display: block;
  float: left;
}

.ind_team li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ind_team li .pic img {
  width: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.ind_team li:hover .pic img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.ind_team li .title {
  width: 100%;
  padding: 10px;
  margin: 0px 0px 0 0px;
  border: 1px solid #f1f1f1;
  border-top: none;
  line-height: 1.5;
  text-align: center;
  color: #303747;
}
.ind_team li:hover .title {
  border: 1px solid #c78c40;
  background: #c78c40;
  color: #fff;
}
.ind_team li .title h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 0 0px;
  margin: 0px 0px 0px 0px;
}

.ind_team li .title span {
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0px 0 0px;
  margin: 0px 0px 0px 0px;
}

.ind_team .responsive02 .slick-prev:before{ content: ""; background-size: 20px 10px; display: block;
background: url(../images/arrow01.png) no-repeat center center; width: 20px; height: 10px; }
.ind_team .responsive02 .slick-next:before{ content: ""; background-size:100% auto; display: block;
background: url(../images/arrow02.png) no-repeat center center; width: 20px; height: 10px;  }
.ind_team .responsive02 .slick-prev{ width: 55px; height: 55px; top: 40%; left:10px; background: rgba(255, 255, 255, 1); z-index: 9; border-radius:100%;
-webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
}
.ind_team .responsive02 .slick-next{ width: 55px; height: 55px; top: 40%; right:10px; background: rgba(255, 255, 255, 1); z-index: 9; border-radius:100%;
-webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
}

.ind_team .responsive02 .slick-prev:hover,
.ind_team .responsive02 .slick-prev:focus,
.ind_team .responsive02 .slick-next:hover,
.ind_team .responsive02 .slick-next:focus
{
  background: rgba(255, 255, 255, 1);
}
@media only screen and (min-width: 0px) and (max-width: 1400px) {
.ind_team .responsive02 {
  padding: 0px 38px 0px 38px;
}
}

/* -關於我們--------------------------------------------------------------------------------------------------*/
.aboutbox{ margin:0px 0 0px 0px; width:100%; height:auto; overflow: hidden;
display: flex; justify-content: center;
  align-items: center;
}
.aboutbox .txt{
display: flex; justify-content: center; text-align: center;
  align-items: center;
  color: #c78c40; font-size: 18px; font-weight: 600; margin:0px 10px;
}
.aboutbox .t01:before {
  content: "";
  width: 24px;
  height: 20px;
  background: url(../images/demo/icon-quotation.svg) no-repeat;
  display: block;
}
.aboutbox .t02:after{
  content: '';
  width: 24px;
  height: 20px;
  background: url(../images/demo/icon-quotation02.svg) no-repeat;
  display: block;
}
.aboutbox02{ margin:40px 0 0px 0px; width:100%; height:auto; overflow: hidden;

}
.aboutbox02 .aleft{ float:left; width:calc(100% - 50%); margin:0px 0px 0px 0px; }
.aboutbox02 .aleft .tt01 { padding: 0px; float:left; margin:10px 0 0px 0px;}
.aboutbox02 .aright{ float:right; width:50%; padding: 0 0 0 30px; height:auto; overflow: hidden;}
.aboutbox02 .aright img{ width:100%;}
.aboutbox03 { width:100%; margin:30px 0 0px 0px; height:auto; overflow: hidden;}

@media only screen and (min-width: 0px) and (max-width: 1000px){
.aboutbox02 .aleft{ width:100%; margin:0px 0px 20px 0px;}
.aboutbox02 .aright{ width:100%; padding: 0 0 0 0px;}
}

/* -團隊介紹--------------------------------------------------------------------------------------------------*/
.team {
  width: 100%; margin: 0px 0 0px 0px; height:auto; overflow: hidden;
}
.team ul{
  width: 100%; margin: 0px 0 0 0px; padding: 0; list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.team li {
  margin: 0px 1% 30px 1%;
  padding: 0px;
  width: calc(100% / 4 - 2%);
  list-style: none;
  display: block;
  float: left;
}
.team li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.team li .pic img {
  width: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.team li:hover .pic img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.team li .title {
  width: 100%;
  padding: 10px;
  margin: 0px 0px 0 0px;
  border: 1px solid #f1f1f1;
  background: #fff;
  border-top: none;
  line-height: 1.5;
  text-align: center;
  color: #303747;
}
.team li:hover .title {
  border: 1px solid #c78c40;
  background: #c78c40;
  color: #fff;
}
.team li .title h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 0 0px;
  margin: 0px 0px 0px 0px;
}

.team li .title span {
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0px 0 0px;
  margin: 0px 0px 0px 0px;
}
@media only screen and (min-width: 1024px) and (max-width: 2000px) {
.team li .pic {
  max-height: 330px;
}
} 
@media only screen and (min-width: 901px) and (max-width: 1024px) {
.team li {
  width: calc(100% / 3 - 2%);
}
} 
@media only screen and (min-width: 551px) and (max-width: 900px) {
.team li {
  width: calc(100% / 2 - 2%);
}
} 
@media only screen and (min-width: 0px) and (max-width: 550px) {
.team li {
  width: 100%;
}
} 

.team02 {
  width: 100%; margin: 0px 0 0px 0px; height: auto; overflow: hidden;
}
.team02 .picbox{
    width: 100%;
    height: auto; overflow: hidden;
}
.team02 .picbox .pic {
  width: 500px; float: left;
}
.team02 .picbox .pic img{
  max-width: 100%;
}
.team02 .picbox .box {
  width: calc(100% - 500px); padding:0px 0px 0px 60px; float: left;
}
.team02 .picbox .box .txt01 {
  width: 100%; padding:0px 0px 0px 0px; border-top: 1px solid #e0e0e0; color: #666;
}
.team02 .picbox .box .txt01 .title {
  margin: 20px 0px 0px 0px;
}
.team02 .picbox .box .txt01 .title h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 0 0px;
  margin: 0px 0px 10px 0px; color: #c78c40;
}
.team02 .picbox .box .txt01 .title h2 {
  font-size: 28px;
  font-weight: 600;
  padding: 0px 0px 0 0px;
  margin: 0px 0px 0px 0px;
  color: #303747;
}
.team02 .picbox .box .txt01 .title  span {
  font-size: 18px;
  font-weight: 600;
  padding: 0px 0px 0 0px;
  margin: 0px 0px 0px 0px;
  color: #303747;
}
.team02 .picbox .box .txt02 {
  width: 100%; margin: 20px 0px 0px 0px; padding:20px 0px 0px 0px; border-top: 1px solid #e0e0e0; color: #666;
}
.team02 .picbox .box .txt02 .p-editor h4 {
    font-size: 18px;
  font-weight: 600;
  color: #303747;
   margin: 0px 0px 10px 0px;
}
.team02 .picbox .box .txt02 .p-editor h4 span {
    display: inline-block;
    position: relative
}
.team02 .picbox .box .txt02 .p-editor h4 span:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear,left top,right top,from(#c78c40),to(#f0c995));
    background: -o-linear-gradient(left,#c78c40 0%,#f0c995 100%);
    background: linear-gradient(90deg,#c78c40 0%,#f0c995 100%);
    position: absolute;
    top: -21px
}
.team02 .btn {
    width: 100%;
    height: auto; overflow: hidden;
    border-top:solid 1px #ddd;
    margin: 30px 0 0px 0px;
    padding: 30px 0px 0px 0px;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 751px) and (max-width:1050px) {
.team02 .picbox .pic {
  width: 50%; 
}
.team02 .picbox .box {
  width: calc(100% - 50%); padding:0px 0px 0px 5%; 
}
}
@media only screen and (min-width: 0px) and (max-width:750px) {
.team02 .picbox .pic {
  width: 100%; text-align: center; margin:0px 0px 30px 0px; 
}
.team02 .picbox .box {
  width: 100%; padding:0px 0px 0px 0; 
}
}
/* -最新消息--------------------------------------------------------------------------------------------------*/
.news {
  width: 100%; margin: 0px 0 0px 0px; height: auto; overflow: hidden;
}
.news h2 {
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    color: #303747;
    padding: 0px 0px 0 0px;
    margin: 0px 0px 10px 0px;
    line-height: 1.5;
}
.news .box {
  width: 100%; margin: 20px 0px 0px 0px; padding:20px 0px 0px 0px; border-top: 1px solid #e0e0e0; color: #666;
}
.news .box .title h3 {
    font-size: 18px;
  font-weight: 600;
  color: #303747;
   margin: 0px 0px 0px 0px;
}
.news .box .title h3 span {
    display: inline-block;
    position: relative
}
.news .box .title h3 span:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear,left top,right top,from(#c78c40),to(#f0c995));
    background: -o-linear-gradient(left,#c78c40 0%,#f0c995 100%);
    background: linear-gradient(90deg,#c78c40 0%,#f0c995 100%);
    position: absolute;
    top: -21px
}
.news .box02 {
  width: 100%; margin: 40px 0px 0px 0px;
}
.news .btn {
    width: 100%;
    height: auto; overflow: hidden;
    border-top:solid 1px #ddd;
    margin: 30px 0 0px 0px;
    padding: 30px 0px 0px 0px;
    display: flex; justify-content: center;
  align-items: center;
}  

/* -相關法規--------------------------------------------------------------------------------------------------*/
.law{ width:100%; height:auto; overflow: hidden; margin:0px 0px 0px 0px;}
.law ul{
  width:100%;
  margin:0px 0px 30px 0px; padding:0; list-style:none; 
}
.law ul li{
  border-bottom: 1px solid #e0e0e0; height:auto; overflow: hidden; 
  width:100%; 
  padding:15px 0px;
  list-style:none; line-height:1.5; 
  font-size:16px; 
  transition: all 0.6s; 
}
.law ul li:hover { border-bottom: 1px solid #c78c40; }
.law ul li b{
  font-weight: 100;
  width:110px; margin:0 10px 0 0; float:left; line-height:25px; padding:0 0px; color: #c78c40; text-align:center; 
  font-weight: 600;
}
.law ul li p{
  width:calc(100% - 120px); float:left;
  color:#303747;
}
@media only screen and (min-width: 0px) and (max-width: 420px){
.law ul li b{
  text-align:left; 
}.law ul li p{
  width:100%; display:block; margin:10px 0 0 0;
}
}

/* -案例分享--------------------------------------------------------------------------------------------------*/
.case {  width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; }
.case ul{ padding: 0; margin: 30px 0 0 0; list-style: none;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
.case ul:after {
    content: "";
    width:calc(100% / 2 - 1%);
}
.case li{ margin:0px 0 30px 0; padding:0px 0px 0px 0px; width:calc(100% / 2 - 1%); list-style:none; height: auto; overflow: hidden; 
background: #fff; 
border:1px solid #e0e0e0;
border-bottom:none;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.case li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #375071;
  display: block;
}
.case li:hover{
-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.case li .ttbox{ width: 100%; padding: 15px 20px; display: flex; justify-content: flex-start; align-items: center;}
.case li .ttbox .icon{ width: 25px; height: 25px; border-radius: 100%; display: block; 
background: #375071;
    color: #fff; display: flex; justify-content: center; align-items: center; 
}
.case li .ttbox h2{ width: 100%; font-size: 18px; width:calc(100% - 25px); white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    font-weight: 600;
    color: #303747; padding: 0 0 0 10px; margin: 0 0 0;}
.case li p{ width:calc(100% - 40px); font-size: 16px; color: #666; padding:0; margin:0px 20px 20px 20px; line-height: 1.5; text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.case li .note{ width: 100%; font-size: 15px; color: #fff; font-weight: 600; text-align: left; padding:0 0px 0px 0px;
display: flex; justify-content: flex-start; align-items: center;
}
.case li .note dd{ background: #375071; padding: 5px 20px; }
.case li .note dd:nth-child(2){ background: #c78c40; padding: 5px 20px; }
@media only screen and (min-width: 0px) and (max-width: 700px) {
.case ul:after {
    content: "";
    width:100%;
}
.case li{ width:100%; }
}

/* -專業領域--------------------------------------------------------------------------------------------------*/
.professional {  width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; }
.professional ul{ padding: 0; margin: 30px 0 0 0; list-style: none;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
.professional ul:after {
    content: "";
    width:calc(100% / 2 - 1%);
}
.professional li{ margin:0px 0 30px 0; padding:0px 0px 0px 0px; width:calc(100% / 2 - 1%); list-style:none; height: auto; overflow: hidden; 
background: #fff; 
border:1px solid #e0e0e0;
border-top:none;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.professional li:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #375071;
  display: block;
}
.professional li:hover{
-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.professional li .ttbox{ width: 100%; padding: 15px 20px; display: flex; justify-content: flex-start; align-items: center;}
.professional li .ttbox .icon{ width: 25px; height: 25px; border-radius: 100%; display: block; 
background: #375071;
    color: #fff; display: flex; justify-content: center; align-items: center; 
}
.professional li .ttbox h2{ width: 100%; font-size: 18px; width:calc(100% - 25px); white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    font-weight: 600;
    color: #303747; padding: 0 0 0 10px; margin: 0 0 0;}
.professional li p{ width:calc(100% - 40px); font-size: 16px; color: #666; padding:0; margin:0px 20px 20px 20px; line-height: 1.5; text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.professional ul:after {
    content: "";
    width:100%;
}
.professional li{ width:100%; }
}


/* -聯絡我們--------------------------------------------------------------------------------------------------*/
.contact-box {
  width: 100%; height:auto; overflow: hidden; margin:0px 0px 0px 0px;
}
.contact-info {
  width:40%; float:right;
  margin:0px 0px 0px 0px; padding:0 0 0 50px; height:auto; overflow: hidden;
}
.contact-info ul{
  width:100%; padding: 0; list-style: none;
  margin:30px 0px 0px 0px; 
}
.contact-info li{ margin:10px 0px 0px 0px; padding:0; list-style:none; font-size: 16px; color: #666; line-height:1.5;
display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-info li:nth-child(1){ margin:0px 0px -20px 0px; }
.contact-info li a{ color:#666; }
.contact-info li i{ color:#666; font-size: 14px; margin:0px 10px 0px 0px; width: 25px; height: 25px; background: #c78c40; color: #fff;
display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form {
  width: 60%; float:left;
  margin:0px 0px 0px 0px;
}

.contact-map {
  width: 100%; height:auto; overflow: hidden; margin:0px 0px -3px 0px;
}
.contact-map iframe{
  width: 100% !important; height:400px !important; 
}
@media only screen and (min-width: 0px) and (max-width: 900px){
.contact-info {
  width:100%; margin:50px 0px 0px 0px; padding:0px 0px 0px 0px;
}
.contact-form {
  width: 100%;
}
.contact-map {
  margin:-30px 0px -3px 0px;
}
}

/* -button---------------------------------------------------------------------------------------------------*/
.btn-style01 {
    padding: 10px 30px; 
    margin: 0px 0px 0px 0px; width: auto; text-align:center;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #c78c40;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border:none;
    font-weight: 600;
}
.btn-style01:hover{
    background: #324967;
}

/*頁碼*/
div.page {
  font-size: 15px; 
  padding: 0px;
  margin:0px 0px 0 0px; text-align:center;
  width:100%; height:auto; overflow: hidden;
}
div.page a {
  padding: 3px 8px; margin: 2px; color: #666; background: #FFF; text-decoration: none; border:1px solid #f1f1f1; display:inline-block;
}
div.page a:hover {
  color: #fff; background-color: #c78c40
}
div.page .current {
  padding: 3px 8px; color: #fff; background: #c78c40; 
}

/*404*/
.e404box {
  width: 90%;
  max-width: 700px;
  background: #FFF;
  padding: 50px 30px;
  margin: 10% auto 0 auto;
  display: block;
  border-radius: 5px;
  -moz-box-shadow: 3px 3px 2px rgba(0%, 0%, 0%, 0.1);
  -webkit-box-shadow: 3px 3px 2px rgba(0%, 0%, 0%, 0.1);
  box-shadow: 0 0 40px rgba(0%, 0%, 0%, 0.1)
}

.e404 {
  width: 100%;
  display: block;
  padding: 0;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.e404 .pic {
  width: 100%;
}

.e404 .pic img {
  width: 180px;
}

.e404 .textbox {
  width: 100%;
  margin: 10px 0px 0px 0px;
  height: auto;
  overflow: hidden;
}

.e404 .textbox dd {
  width: 100%;
  display: block;
  margin: 5px 0px;
  padding: 0;
  list-style: none
}

.e404 .textbox dd.error {
  font-family: Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin: 25px 0 0;
  vertical-align: top
}

.e404 .textbox dd.text {
  font-size: 14px;
  color: #333;
  line-height: 2
}

.e404 .textbox dd.text a {
  color: #1864db
}

.e404 .textbox dd.topbtn {
  vertical-align: top;
  margin: 18px 0;
}

.e404 .textbox dd a.btn {
  outline: none;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #ffF;
  padding: 8px 20px;
  background: #c78c40;
  border: 1px solid #c78c40;
  text-decoration: none;
  vertical-align: top;
}

.e404 .textbox dd .btn:hover {  
  border: 1px solid #324967;
  background: #324967;
}

/* -fadin----------------------------------------------------------------------------------------------------*/
.in {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.8s ease-out
}

.in.fade-in {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1
}
