@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "微軟正黑體";
}
.pure-g [class*=pure-u],
.pure-g {
  font-family: "微軟正黑體";
  letter-spacing: 0px;
}
body {
  margin: 0;
  top: 0px !important;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
#tinymce {
  background: none;
}
#container {
  width: 100%;
  margin: 0 auto;
}
.nodata {
  text-align: center;
  color: #000;
  font-size: 1em;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nodata span {
  padding: 5em;
  width: 100%;
}
main {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0px;
  padding: 0;
  -webkit-animation: slowtop 0.6s linear;
  -moz-animation: slowtop 0.6s linear;
  -ms-animation: slowtop 0.6s linear;
  -o-animation: slowtop 0.6s linear;
  animation: slowtop 0.6s linear;
}
main>div {
  width: 100%;
}
/*header*/
header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  z-index: 999;
  top: 0;
  -webkit-animation: eimg 0.5s linear;
  -moz-animation: eimg 0.5s linear;
  animation: eimg 0.5s linear;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  box-shadow: 2px 2px 5px #e3e3e3;
}
.headerbox {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 999;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.logo {
  padding: 40px 0 35px;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  text-align: center;
}
.logo img {
  max-width: 600px;
}
.logo>a {
  font-size: 25px;
  font-weight: 900;
}
/*浮動購物車*/
.cart_fixedbox {
  position: fixed;
  width: 58px;
  right: 15px;
  top: 26.5%;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-startr;
  -o-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 999;
  background-color: rgba(204, 204, 204, 0.4);
  border-radius: 50px;
  padding: 3px 0 20px;
  border: 3px solid #F8B500;
}
.cart_fixedbox>a {
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 15px;
}
.cart_fixedbox>a>span {
  position: relative;
  top: -3px;
}
.cart_fixedbox>span {
  position: absolute;
  bottom: 5px;
  left: 41px;
  width: 23px;
  height: 23px;
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  background-color: #FF7F27;
  border-radius: 50%;
}
/*會員登入*/
.member_login_boxbtn {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 100px;
  height: 50px;
  color: #858585;
  font-size: 18px;
  line-height: 1em;
  font-weight: bolder;
}
.member_login_boxbtn a {
  font-weight: bolder;
  color: #fff;
  font-size: 15px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 100%;
  border-radius: 50px;
  padding: 5px 0;
  margin-top: 5px;
}
.member_login_boxbtn a:hover {
  color: #000;
}
/*產品搜尋*/
.product_search_box {
  position: absolute;
  top: 70px;
  right: 0;
  display: inline-block;
  width: 300px;
  height: 30px;
  color: #858585;
  font-size: 15px;
  display: none;
}
.product_search_box form>input {
  width: 70px;
  height: 30px;
}
.product_search_box form>a,
.product_search_box form>input[type="submit"] {
  width: 50px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
  background-color: #858585;
  border-radius: 0;
  border: 0;
  color: #fff;
}
/*產品檢視紀錄*/
.productClickHistory {
  position: fixed;
  top: 50%;
  bottom: 50%;
  right: 0;
  width: auto;
}
.productClickHistory ul {
  background-color: #7B7B7B;
  border: 1px solid #7B7B7B;
}
.productClickHistory li {
  list-style: none;
}
.productClickHistory img {
  width: 100px;
  height: 100px;
}
/*Banner*/
.bannerbox {
  width: 100%;
  margin: 0px auto 0;
  -webkit-animation: eimg 0.5s linear;
  -moz-animation: eimg 0.5s linear;
  animation: eimg 0.5s linear;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#banner {
  position: relative;
  overflow: hidden;
  z-index: 99;
}
#banner .img {
  white-space: nowrap;
  position: absolute;
}
#banner .img img {
  vertical-align: top;
}
#banner_control {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 100;
}
#banner_control img {
  width: 14px;
}
#banner #banner_control span {
  cursor: pointer;
  padding: 0 3px;
}
#banner #banner_control span img:nth-child(2) {
  display: none;
}
#banner #banner_control span img:nth-child(1) {
  display: inline-block;
}
#banner #banner_control span:active img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
  display: none;
}
#banner #banner_control span:active img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
  display: inline-block;
}
/*Banner End*/
/*menu*/
nav {
  /* border-top: 2px #fff solid; */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
header .navbox {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: top;
  text-align: center;
  padding: 0;
  justify-content: center;
}
header .hnav .mul {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  /* height: 71px; */
  margin-left: 30px;
  order: 1;
  /* padding-bottom: 20px; */
  white-space: nowrap;
  transition: .5s ease-out 0s;
}
header .hnav .mul>li {
  position: relative;
  padding: 0px;
  margin: 0 0em 0em;
}
header .hnav .mul li a>b {
  display: block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 25px;
}
header .hnav .mul li a>span {
  display: block;
  font-size: 0.85em;
}
.hnav .mli>a {
  padding: 20px 2.5em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #858585;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  text-transform: capitalize;
  word-break: normal;
  cursor: pointer;
  vertical-align: top;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .hnav .mli>a {
    padding: 20px 1em;
  }
}
@media screen and (max-width: 900px) {
  header .hnav .mul li a>b {
    font-size: 22px;
  }
  .hnav .mli>a {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .hnav .mul li a>b {
    font-size: 25px;
  }
}
header .hnav .mul>li>a>b::after {
  content: "";
  width: 0%;
  height: 4px;
  background: #6BA4E8;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: 0.5s;
}
header .hnav .mul>li:hover>a>b::after {
  width: 100%;
}
.hnav .mli>a:hover,
.hnav .mli.has_sub_btn:hover>a {
  color: #000;
}
.hnav .mli .sul {
  position: absolute;
  z-index: 9999;
  width: 100%;
  display: none;
  cursor: pointer;
  top: 100%;
  left: 0;
  padding: 0;
  background-color: #6ba4e8;
}
.hnav .mli:hover .sul {
  display: block;
}
.hnav .sli {
  width: 100%;
}
.hnav .sli a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7px 10px;
  font-size: 1em;
  color: #fff;
}
.hnav .sli:first-child {
  padding-top: 10px;
}
.hnav .sli:last-child {
  padding-bottom: 10px;
}
.hnav .sli a:hover {
  color: #000;
}
.menu-trigger {
  display: none;
}
header .hnav .sul li a>b {
  color: #FFF;
}
header .hnav .sul li a>b:hover {
  color: #27176F;
}
header .hnav .sul li+li {
  border-top: 1px solid #FFF;
}
.ma2_version1 #google_translate_element,
.ma2_version2 #google_translate_element {
  position: absolute;
  top: 36px;
  right: 140px;
}
.ma2_version1 #language,
.language2 {
  position: relative;
  top: 0px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .ma2_version1 #google_translate_element,
  .ma2_version2 #google_translate_element {
    position: relative;
    top: 0px;
    right: 0px;
    padding: 10px 0px;
  }
  .ma2_version1 #language,
  .language2 {
    position: relative;
    top: 0px;
    right: 0px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    text-align-last: center;
  }
}
/*版型2-start*/
.ma2_version2 .bannerbox {
  margin: 0 auto 0px;
}
/*版型2-end*/
/*版型3-start*/
.ma2_version3 #google_translate_element {
  position: relative;
  right: 20px;
  margin: auto;
}
.ma2_version3 #language {
  position: relative;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ma2_version3 #google_translate_element {
    right: 0px;
    padding: 10px 0px;
  }
  .ma2_version3 #language {
    right: 0px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    text-align-last: center;
  }
}
.ma2_version3 .bannerbox {
  /* margin: 74px auto; */
}
.ma2_version3 header nav {
  /* width: calc(75% - 150px); */
  width: 75%;
}
.ma2_version3 header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.ma2_version3 .headerbox {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ma2_version3 .logo {
  padding: 18px 0 15px 25px;
  width: 240px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .ma2_version3 .logo {
    justify-content: flex-start;
  }
}
.ma2_version3 .logo img {
  width: 100%;
  max-width: 240px;
  max-height: 50px;
  object-fit: contain;
}
.ma2_version3 header .navbox {
  width: calc(100% - 240px);
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.ma2_version3 header .hnav .mul>li {
  margin: 0 0em 0;
}
.ma2_version3 .hnav .mli>a {
  padding: 25px 2em 25px 2em;
  color: #fff;
  font-size: 18px;
  border: 0;
}
.ma2_version3 .hnav .mli>a:hover,
.ma2_version3 .hnav .mli.has_sub_btn:hover>a {
  color: #B5B5B6;
}
.ma2_version3 header .hnav .mul {
  width: calc(100% - 300px);
  order: 0;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ma2_version3 header .hnav .mul2 {
  width: calc(100% - 60px);
}
@media screen and (max-width: 1024px) {
  .ma2_version3 header .hnav .mul2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ma2_version3 header .hnav .mul {
    width: 100%;
  }
}
.ma2_version3 .member_login_boxbtn {
  /* position: relative;
    top: 0px;
    right: 0px; */
  width: 150px;
  height: auto;
  font-size: 18px;
  padding-right: 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: calc(95% - 150px);
}
.ma2_version3 .member_login_boxbtn.phone {
  display: none;
}
@media screen and (max-width: 768px) {
  .ma2_version3 header nav {
    width: 100%;
  }
  .ma2_version3 .member_login_boxbtn {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #ccc;
    font-size: 17px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .ma2_version3 .member_login_boxbtn.pc {
    display: none;
  }
  .ma2_version3 .member_login_boxbtn.phone {
    display: block;
  }
}
.ma2_version3 .member_login_boxbtn a {
  font-weight: bolder;
  color: #fff;
  font-size: 15px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 100%;
  border-radius: 50px;
  padding: 5px 0;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ma2_version3 .member_login_boxbtn a {
    font-weight: bolder;
    color: #fff;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    padding: 0px 0;
    margin-top: 0px;
    margin: 0px;
  }
}
.ma2_version3 .member_login_boxbtn a:hover {
  color: #B5B5B6;
}
/*版型3-end*/
/*top*/
#gotop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 40%;
  cursor: pointer;
  z-index: 9999;
}
#gotop img {
  width: 58px;
  height: auto;
}
/*more*/
.more a {
  font-weight: bolder;
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #727171;
}
.more {
  text-align: right;
  margin: 16px 0;
  width: 100%;
}
.more a:hover {
  color: #000;
}
/*back*/
.back {
  text-align: right;
  margin: 16px 0;
  width: 100%;
}
.back a {
  font-weight: bolder;
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #727171;
}
.back a:hover {
  color: #000;
}
/*麵包屑breadcrumb*/
.brandcrumb_box {
  display: none;
}
.brandcrumb li {
  display: inline-block;
  color: #727171;
}
.brandcrumb li a {
  color: #727171;
  font-size: 16px;
}
.brandcrumb li a:hover {
  color: #000;
}
/*內頁標題*/
.title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: bolder;
  color: #4B4B4B;
}
.title>img {
  max-width: 62px;
  vertical-align: top;
}
.title>span {
  line-height: 62px;
  padding: 5px 15px;
  border-bottom: 2px solid #000;
  font-weight: 600;
  color: #000;
}
/*按鈕*/
.member_button {
  background: #4B4B4B;
  color: #fff;
  width: 300px;
  margin: 1em auto;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1em;
  display: block;
  padding: 0.5em;
  border: none;
}
.member_button:hover {
  background: #DA4E40;
}
a.btn {
  background: #4B4B4B;
  color: #fff;
  width: 300px;
  margin: 1em auto;
  text-decoration: none;
  font-size: 1.5em;
  font-family: '微軟正黑體';
  text-align: center;
  display: block;
  line-height: 2em;
}
a.btn:hover {
  background: #DA4E40;
}
a.btn_fb {
  background: #1D438E;
  color: #fff;
  width: 300px;
  margin: 1em auto;
  text-decoration: none;
  font-size: 1.5em;
  display: block;
  line-height: 2em;
}
a.btn_fb:hover {
  background: #13213B;
}
/*footer*/
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 1px -5px 10px #e3e3e3;
  /* background-color: #4B4B4B; */
}
.footer_box,
.foot_main {
  width: 100%;
}
.foot_main {
  padding: 32px 70px 15px;
}
.foot_main_in,
.foot_top,
.foot_bottom {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.foot_top {
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.foot_top_left {
  width: calc(100% - 180px);
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.foot_top_right {
  width: 100%;
  text-align: right;
}
.foot_top_right a {
  margin-left: 6px;
  width: 50px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.foot_top_right a img {
  width: 50px;
  vertical-align: middle;
}
.foot_top_right a:hover img {
  -webkit-animation: tada 1s;
  -moz-animation: tada 1s;
  -ms-animation: tada 1s;
  -o-animation: tada 1s;
  animation: tada 1s;
}
a.foot_link_icon:nth-child(1) {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 48%;
  cursor: pointer;
  z-index: 9999;
  width: 50px;
}
a.foot_link_icon:nth-child(2) {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 55%;
  cursor: pointer;
  z-index: 9999;
  width: 50px;
}
a.foot_link_icon:hover {
  -webkit-animation: tada 1s;
  -moz-animation: tada 1s;
  -ms-animation: tada 1s;
  -o-animation: tada 1s;
  animation: tada 1s;
}
.foot_logo {
  width: 100%;
}
.foot_logo img {
  max-width: 245px;
}
.foot_nav {
  width: 100%;
  padding: 18px 0;
}
.foot_nav .foot_mul {
  width: calc(100% - 180px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.foot_nav .foot_mul .foot_mli {
  padding: 0 10px 0 0;
  position: relative;
  margin-right: 10px;
}
.foot_nav .foot_mul .foot_mli::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #000;
  top: 3px;
  right: -8px;
  position: relative;
}
.foot_nav .foot_mul .foot_mli a {
  color: #9D9E9E;
  font-size: 16px;
}
.foot_nav .foot_mul .foot_mli a b {
  font-weight: 600;
  white-space: nowrap;
}
.foot_nav .foot_mul .foot_mli a:hover {
  color: #fff;
}
.foot_nav .foot_mul .foot_mli .foot_sul {
  position: absolute;
  z-index: 9999;
  width: auto;
  display: none;
  cursor: pointer;
  left: 0;
  padding: 5px 0;
  background-color: #fff;
}
.foot_nav .foot_mul .foot_mli:hover .foot_sul {
  display: block;
}
.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli {
  width: 100%;
}
.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0px 5px;
  font-size: 14px;
  color: #fff;
}
.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli a:hover {
  color: #000;
}
.foot_bottom .foot_cont {
  width: 100%;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #9D9E9E;
  font-size: 17px;
  padding: 0;
}
.foot_bottom .foot_cont .foot_cont_in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.foot_cont_in>div {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.foot_cont_in>div.foot_nav {
  padding: 7px 0 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  position: absolute;
  margin-top: -25px;
}
.foot_txt>div {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
}
.foot_txt>div>span {
  margin-right: 1em;
}
.copy {
  width: 100%;
  color: #ffffff;
  background: #91BE23;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 5px;
  text-align: center;
}
.copy a {
  color: #FFF;
}
.copy address {
  font-style: normal;
}
.foot_counter {
  /* position: absolute;
  right: 0px;
  bottom: 0px; */
}
@media screen and (max-width:768px) {
  .foot_txt>div {
    width: 100% !important;
  }
}
/*頁碼*/
.page {
  text-align: center;
  margin: 00px 0px 20px;
}
.page ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page ul li {
  display: inline-block;
  padding: 0 6px;
}
.page ul li a {
  width: 28px;
  height: 28px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bolder;
  line-height: 26px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.page ul li a:hover {
  color: #ffffff;
  background-color: #6ba4e8;
}
.page ul li a.select {
  color: #6ba4e8;
}
.page ul li.page_arrow a {
  border: 1px solid #D0D0D0;
}
.page ul li.page_arrow a i {
  font-weight: bolder;
}
/*news*/
.inews_box {
  padding: 0;
  overflow: hidden;
  width: 83.2%;
  margin: 25px auto 0px;
}
.inews {
  text-align: center;
}
.inews_main_out {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.inews_mainbox {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.inews_main {
  margin: 10px auto;
  padding: 10px;
  width: 100%;
  position: relative;
  /* border-bottom: 1px solid #9B9C9C; */
  background: #ffffff;
  transition: 0.5s;
}
.inews_main a {
  color: #000;
  font-size: 16px;
  font-weight: bolder;
  line-height: 1.6em;
  padding: 20px 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.inews_main:hover {
  background: #F6FCEB;
}
.inews_main a:hover,
.inews_main a:hover .inews_bottom .date,
.inews_main a:hover .inews_bottom .name {
  color: #000;
}
.inews_main:first-child a {
  padding: 5px 0 15px;
}
.inews_top {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 20.2%;
}
.inews_bottom {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 79.8%;
  padding: 0 9.2% 0 4.3%;
}
.inews_top .inews_pic {
  width: 100%;
}
.inews_top .inews_pic img {
  width: 100%;
  max-width: none;
  /* border: 1px rgb(0, 23, 128) double; */
}
.inews_bottom>div {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.inews_bottom .date {
  font-size: 1.2em;
  line-height: 2.15em;
  width: 125px;
  vertical-align: top;
  color: #111122;
  letter-spacing: 1.5px;
  position: absolute;
  bottom: -10px;
  right: 10px;
  font-style: italic;
}
.inews_bottom .name {
  width: calc(100% - 125px);
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  overflow: hidden;
  line-height: 2em;
  height: 2em;
  vertical-align: top;
  font-size: 1.3em;
  color: #393738;
  word-break: break-all;
  border-bottom: 1px solid #000;
}
.inews_bottom .txt {
  width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 10px;
  height: 6em;
  font-size: 1em;
  line-height: 1.5em;
  word-break: break-all;
}
/*product*/
.iproduct_box {
  padding: 0;
  overflow: hidden;
  width: 83.2%;
  margin: 25px auto 0px;
}
.iproduct {
  width: 100%;
  padding: 8px 0 0;
}
.ipbox {
  margin: 0px auto;
  padding: 0px;
  width: 90%;
  text-align: left;
}
.ipbox_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ipbox_center {
  width: 100%;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.iproduct .ipbox .listbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  border-bottom: 1px solid #9B9C9C;
}
.iproduct .ipbox .listbox .list {
  width: 20%;
  position: relative;
  margin-bottom: 64px;
  padding: 0;
  color: #727171;
  font-size: 16px;
  font-weight: bolder;
}
.iproduct .ipbox .listbox .list:not(:nth-child(4n)) {
  margin-right: 6.66%;
}
.iproduct .ipbox .listbox .list:hover {
  color: #000;
}
.iproduct .listbox a.list:hover .showbox img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
.test2 {
  display: block;
  opacity: 1;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.showbox {
  /* display: block; */
  padding: 4px;
  box-shadow: 3px 3px 12px gray;
  /* margin-bottom: 20px; */
  /* line-height: 1.428571429; */
  background-color: #fff;
  border: 2px double #ddd;
  border-radius: 4px;
  /* -webkit-transition: all .2s ease-in-out; */
  /* transition: all .2s ease-in-out; */
  /* background: 1px #A09FA0; */
  width: 100%;
  position: relative;
  padding: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.iproduct .listbox .list .pro_name {
  text-align: center;
  margin: 1.6em 0;
  display: block;
  line-height: 1em;
  min-height: 1em;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
}
.ipbox_center .more {
  margin: 0px 0px 28px;
}
/*about 舊的樣式*/
.iabout_box {
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 0px;
}
.iabout_box .title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.iabout {
  background-color: #fff;
  width: 100%;
  padding: 0px 0;
  /* margin: 25px 0 15px; */
}
.iabout .iaboutmain {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.iabout .iaboutmain .about_left {
  width: 30%;
  padding-left: 4.6%;
}
.iabout .iaboutmain .about_right {
  width: 70%;
  color: #D9DADA;
  padding: 0 8% 0 10%;
  font-size: 17px;
  line-height: 1.8em;
}
.iabout .iaboutmain .about_right h2 {
  color: #fff;
  letter-spacing: 1px;
}
/* .iabout .iaboutmain .more a{
	color: #fff;
}
.iabout .iaboutmain .more a:hover{
	color: #D9DADA;
} */
/*川流樣式about的首頁*/
/*
.about-wrapper{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	margin-bottom: 50px;
	margin-top: 50px;
}
.about-wrapper .about-pic{
	width: 100%;
}
.about-wrapper .about-pic02{
	width: 50%;
	padding: 40px;
}
@media screen and (max-width: 500px) { 
	.about-wrapper .about-pic02{
	width: 100%;
	padding: 20px;
}
}
.about-wrapper .about-text{
	width: 50%;
}
@media screen and (max-width: 768px) { 
	.about-wrapper .about-text{
	width: 90%;
	margin: 0 auto;
}
}
.about-wrapper .about-text>b{
	font-size: 35px;
	letter-spacing: 1px;
	text-shadow:2px 6px 6px rgba(0,0,0,0.3);
	color: #3E3A39;
	margin-top: 30px;
	display: block;
}
@media screen and (max-width: 768px) { 
	.about-wrapper .about-text>b{
	font-size: 26px;
	letter-spacing: 0px;
	text-shadow:2px 6px 6px rgba(0,0,0,0.3);
	color: #3E3A39;
	margin-top: 30px;
	display: block;
}
}
.about-wrapper .about-text>span{
	font-size: 30px;
	font-style: normal;
	letter-spacing: 3px;
	color: #E9A514;
	margin-top: 10px;
	display: block;
}
.about-wrapper .about-text>span>i{
	font-size: 30px;
	font-style: normal;
	letter-spacing: 0px;
	color: #f95b03;
	font-weight: 600;
	margin-top: 10px;
}
.about-wrapper .about-text .about-img{
	width: 350px;
	margin-top: 30px;
}
@media screen and (max-width: 500px) { 
	.about-wrapper .about-text .about-img{
	width: 80%;
	margin-top: 30px;
}
}
.about-wrapper .about-text .about-img>img{
	width:100%;
	display: block;
}
.about-wrapper .about-text .about-text-title{
	width: 95%;
} 
@media screen and (max-width: 768px) { 
.about-wrapper .about-text .about-text-title{
	width: 100%;
} 
}
.about-wrapper .about-text .title-01{
	width: 80%;
	font-size: 25px;
	margin-top: 40px;
	padding-bottom: 10px;
	color: #f95b03;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
} 
@media screen and (max-width: 500px) { 
	.about-wrapper .about-text .title-01{
	width: 100%;
	font-size: 25px;
	margin-top: 40px;
	padding-bottom: 10px;
	color: #f95b03;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
} 
}
.about-wrapper .about-text .text-02{
	width: 90%;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
	padding-bottom: 10px;
} 
@media screen and (max-width: 500px) { 
	.about-wrapper .about-text .text-02{
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	margin-top: 20px;
	padding-bottom: 10px;
}
}
.about-wrapper .sec03{
	width: 80%;
	margin: 0 auto;
}
.about-wrapper .sec03 .work>img{
	width: 60px;
	display: block;
	padding-right: 10px;
}
.about-wrapper .sec03 .work{
	margin-top: 70px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	font-weight: 600;
	color: #E9A514;
	text-shadow:2px 6px 6px rgba(0,0,0,0.3);
}
.about-wrapper .sec03 .work02{
	line-height: 30px;
	width: 50%;
	font-size: 20px;
	font-weight: 600;
	margin: 40px auto;
	text-align: center;
	color: #6d6d6c;
}
@media screen and (max-width: 1024px) { 
	.about-wrapper .sec03 .work02{
	width: 80%;
}
}
@media screen and (max-width: 768px) { 
	.about-wrapper .sec03 .work02{
	line-height: 30px;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	margin: 40px auto;
	text-align: center;
	color: #6d6d6c;
}
}
*/
/* 影片RWD */
/*@media screen and (max-width: 1920px) {
 iframe{
  width: 80%;
  height: 314px
 }
}
@media screen and (max-width: 1024px) {
 iframe{
  width: 60%;
  height: 314px
 }
}
@media screen and (max-width:768px) {
 iframe{
  width: 100%;
  height: 314px;
 }
}*/
/**/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes eimg {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes eimg {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slowtop {
  from {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slowtop {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes breath {
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@keyframes breath {
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
.arrow-right {
  width: 20px;
  display: flex;
  margin-left: 10px;
  cursor: pointer;
}
.arrow-left {
  width: 20px;
  margin-left: 33px;
  cursor: pointer;
}
/* header .hnav .mul li a b:hover {
    color: #f95b03;
} */
.ma2_version3 .navbar {
  z-index: 1000;
  height: 71px;
}
.navbar__inner {
  padding: 22px 0 22px 25px;
  width: 240px;
  display: inline-flex;
  -webkit-box-pack: end;
  justify-content: flex-start;
}
.navbar__title {
  align-self: center;
  margin-left: 50px;
}
.navbar__sub-title {
  color: #fc477a;
  font-size: 16px;
  font-weight: 600;
}
.recommend_text {
  font-size: 17px;
  font-weight: bolder;
  color: #FFFFFF;
}
.recommend_title {
  text-align: left;
  padding: 5px 20px;
  background-color: #000000;
}
.recommend {
  background: #000000;
  border-top: 1px solid #666;
  padding: 20px;
}
.recommend2 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: left;
  font-family: '微軟正黑體';
}
.recommend_href {
  text-decoration: none;
  padding: 0px;
  margin-right: 5px;
  font-size: 15px;
  color: #FFFFFF !important;
}
.recommend_href:hover {
  transition: .5s;
  color: #f95b03 !important;
}
@media screen and (max-width:920px) {
  nav {
    margin-left: -5px;
  }
}
@media screen and (max-width:768px) {
  #banner_control {
    bottom: 0%;
  }
  #banner_control img {
    width: 14px;
  }
  .catalog-heading {
    width: 100%;
  }
  .catalog-contents {
    width: 100%;
  }
  header .hnav .mul {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0;
    order: 1;
    padding-bottom: 10 10px;
    overflow-y: inherit;
    height: auto;
  }
  .arrow-right {
    display: none !important;
  }
  .arrow-left {
    display: none !important;
  }
  .arrow_left {
    display: none !important;
  }
  nav {
    width: 100%;
    margin-left: 0px;
  }
  header .hnav .mul {
    transform: translateX(0%) !important;
  }
  .ma2_version3 header .hnav .mul {
    transform: translateX(0%) !important;
  }
  .navbar__title {
    align-self: center;
    margin-left: 20px;
  }
  /* .ma2_version3 header:nth-child(2){
        display:none;
    } */
  .ma2_version2 .navbar {
    position: fixed !important;
  }
  .ma2_version3 .navbar {
    position: fixed !important;
  }
}
@media screen and (max-width:670px) {
  .ma2_version2 .navbar {
    display: block;
  }
  .ma2_version3 .navbar {
    display: block;
  }
  .navbar__sub-title {
    font-size: 14px;
  }
  .navbar__inner {
    padding: 10px 0 4px 25px;
  }
}
/*相簿*/
.album_flex_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
}
.bg_album {
  width: 90%;
  max-width: 1366px;
  margin: 50px auto;
}
.bg_album>a>.more_btn {
  padding: 0 10px;
  text-align: right;
  font-weight: bolder;
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #727171;
}
.bg_album>.text_20 {
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .bg_album {
    width: 95%;
  }
}
.album {
  display: flex;
  justify-content: center;
}
.album_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: auto;
  padding: 10px;
  background: #ffffff;
  overflow: hidden;
  transition: ease-in-out 0.3s;
  z-index: 100;
}
.album_box>div {
  position: absolute;
  width: 85%;
  height: 85%;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.4s;
}
.album_box::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.4s;
}
.album_box h1 {
  position: absolute;
  padding: 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bolder;
  opacity: 0;
  transition: .3s;
}
.album_box>span {
  position: absolute;
  padding: 0 20px;
  color: #ffffff;
  font-weight: bolder;
}
.album_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out 0.4s;
  overflow: hidden;
}
.album_box:hover {
  background: #ecf0f4;
  z-index: 101;
}
.album_box:hover img {
  width: 102%;
  height: 102%;
}
.album_box:hover>div {
  opacity: 0.5;
}
.album_box:hover::before {
  opacity: 0.5;
}
.album_box:hover h1 {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .album_box {
    width: 240px;
    height: 240px;
  }
  /* .album_box>div {
        width: 220px;
        height: 225px;
        padding: 0px;
        top: 8px;
        left: 10px;
    } */
}
@media screen and (max-width: 700px) {
  .album {
    flex-wrap: wrap;
  }
  .album_box {
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  /* .album_box>div {
        width: 280px;
        height: 280px;
        padding: 10px;
        top: 10px;
        left: 10px;
    } */
}
/* album list */
.album_menu {
  position: relative;
  width: 230px;
  margin: 0;
  transition: ease-in-out 0.5s;
}
.album_menu p {
  text-align: center;
  background: #6BA4E8;
  padding: 10px 0;
  margin: 0 auto 20px auto;
  color: #FFF;
  font-size: 18px;
  line-height: 1.8;
}
.album_menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 10px;
}
.album_menu li a {
  display: inline-block;
  padding: 0px 5px 0 5px;
  font-size: 15px;
  font-weight: bolder;
  line-height: 20px;
  color: #000;
  background: transparent;
  transition: ease-in-out 0.5s;
}
.album_line>hr {
  height: 2px;
  width: 0%;
  margin: 10px 0 0 0;
  border-width: 0px;
  border-bottom: 2px solid #000;
  transition: ease-in-out 0.5s;
}
.album_menu li:hover .album_line>hr {
  width: 100%;
}
.album_flex {
  width: calc(100% - 230px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 10px auto;
  padding: 0 20px;
}
/* album detail */
.album_detail_flex {
  width: calc(100% - 230px);
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: -20px;
}
.album_detail_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 30%;
  margin: 1%;
  overflow: hidden;
}
.album_detail_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg_album>.title {
  margin: 0 auto;
  padding: 0 0 20px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .album_flex {
    width: 100%;
  }
  .album_menu {
    position: relative;
    width: 90%;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .album_detail_flex {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .album_menu {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  .album_detail_box {
    width: 170px;
    height: 170px;
  }
}
/* sue_add_about */
main {
  overflow: unset !important;
}
.work {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.work .sticky {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: sticky;
  top: 0;
  z-index: 5;
  background: #3889FE;
  margin-bottom: 50px;
}
.work .sticky>a {
  color: #FFF;
  font-size: 20px;
  line-height: 1.8;
  padding: 10px 2em;
  background: #6ba3e800;
  transition: 0.5s;
}
.work .sticky>a:hover {
  background: #6BA4E8;
}
.work .have_bg_blk {
  position: relative;
  padding: 15vh 0;
}
.work .have_bg_blk>img {
  position: absolute;
  width: 27vw;
  min-width: 450px;
  max-width: 550px;
  top: 0;
  bottom: 0;
  left: 15vw;
  margin: auto;
}
.work .have_bg_blk .bg_attachment {
  background: url("../images/website_image/images/img_2.jpg")center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 50vh;
}
.work .have_bg_blk .bg_attachment .top_txt {
  font-size: 20px;
  line-height: 1.8;
  margin-left: 50vw;
  color: #FFF;
  padding: 20px 0;
  width: 30vw;
}
.work .have_bg_blk .bg_attachment .top_txt .date {
  display: block;
}
.work .have_bg_blk .bg_attachment .top_txt>.item {
  margin: 10px auto;
  border-bottom: 1px solid #FFF;
}
.work .have_bg_blk .bg_attachment .top_txt .s_title>span {
  color: #000;
  font-size: 24px;
  line-height: 2;
  padding: 5px 1.5em;
  letter-spacing: 1px;
  background: #91BE23;
}
@media screen and (max-width: 1366px) {
  .work .have_bg_blk .bg_attachment .top_txt {
    width: 45vw;
  }
  .work .have_bg_blk>img {
    left: 5vw;
  }
}
@media screen and (max-width: 1220px) {
  .work .have_bg_blk>img {
    left: 2vw;
  }
}
@media screen and (max-width: 900px) {
  .work .have_bg_blk {
    text-align: center;
  }
  .work .have_bg_blk>img {
    position: unset;
    width: 90%;
    max-width: 300px;
    min-width: 250px;
  }
  .work .have_bg_blk .bg_attachment .top_txt {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .work .sticky {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .work .have_bg_blk .bg_attachment .top_txt {
    width: 95%;
  }
  .work .sticky {
    flex-wrap: wrap;
  }
  .work .have_bg_blk {
    padding: 30px 0 0 0;
  }
}
.work .about_bottom {
  padding: 5vh 0;
  background: #6BA4E8;
}
.work .flex_box {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
  max-width: 1366px;
  width: 95%;
  margin: 0 auto;
}
.work .flex_box>.item {
  width: 25%;
  margin: 1%;
  text-align: center;
}
.work .flex_box>.item>.icon {
  width: 60px;
  margin: -35px auto 20px auto;
}
.work .flex_box>.item>.icon>img {
  width: 100%;
  filter: brightness(0);
}
.work .flex_box>.item {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 25px;
}
.work .flex_box>.item>.txt_box {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  padding: 0px 20px 10px 20px;
}
.work .flex_box>.item>.txt_box .stitle span {
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  padding: 3px 1.5em;
  margin: 10px auto;
  letter-spacing: 1px;
  background: #6BA4E8;
}
@media screen and (max-width: 1366px) {
  .work .flex_box>.item {
    width: 31%;
  }
}
@media screen and (max-width: 900px) {
  .work .flex_box>.item {
    width: 95%;
    max-width: 450px;
    margin: 30px auto;
  }
  .work .flex_box>.item>.txt_box {
    font-size: 18px;
  }
  .work .flex_box>.item>.txt_box .stitle span {
    font-size: 20px;
  }
}
.work>.idea>.pic_box {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
}
.work>.idea>.pic_box>img {
  margin: 5px auto;
}
.work .organiz {
  position: relative;
}
.work .organiz .tree_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: url("../images/website_image/images/img_5.png") bottom center no-repeat;
  background-size: contain;
}
.work .organiz .tree_img {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 0 10px 0;
  width: 90%;
  margin: 0 auto;
}
.work .certificate .content {
  max-width: 768px;
  width: 90%;
  margin: 30px auto;
  text-align: center;
}
.work .certificate .content .item {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  color: #FFF;
}
.work .certificate .content .item>img {
  padding: 20px;
  max-height: 500px;
}
.work .certificate .content .item .d_green>span {
  background: #A2DB35;
  width: 150px;
  display: inline-block;
  font-size: 24px;
  color: #000;
}
.work .certificate .content .item p.green>span {
  background: #91BE23;
  display: inline-block;
  width: 150px;
  margin: 2px;
  font-size: 24px;
  color: #000;
}
.b_title>span {
  background: #91BE23;
  padding: 5px 4em;
  display: inline-block;
  position: relative;
  line-height: 30px;
  font-size: 24px;
}
.b_title>span::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.b_title>span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1500px) {
  .work .organiz .tree_bg {
    z-index: 0;
  }
}
@media screen and (max-width: 1366px) {
  .work>.idea>.flex_box:first-child {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .work>.idea>.flex_box :first-child {
    width: 90%;
  }
  .work>.idea>.flex_box :last-child {
    width: 90%;
    max-width: 350px;
    /* margin: -50px 0 0 0; */
  }
}
@media screen and (max-width: 330px) {
  .b_title>span {
    font-size: 15px;
    padding: 5px 3em;
  }
}