@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('../js/slick/1.9/slick.min.css');
body {
  width: 100%;
  overflow-x: hidden;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.45;
  background: #f3f3f3;
}

.sub-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

.btn.btn1 {
  font-size: 24px;
  font-weight: 500;
}

.btn.btn2 {
  width: 202px;
  line-height: 47px;
  border: solid 1px #999999;
  border-radius: 80px;
  text-align: center;
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  margin: 0 3px 10px;
  transition: all 0.4s ease-in-out;
}

.btn.btn2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -4px;
}

.btn.btn2.btn-inquiry:after {
  background: url(../images/products/ic1.png);
  width: 13px;
  height: 13px;
}

.btn.btn2.btn-download:after {
  background: url(../images/products/ic2.png);
  width: 12px;
  height: 17px;
}

.btn.btn2:hover{
  background-color: #009843;
  border: solid 1px #009843;
  color: #fff;
}

.btn.btn2.btn-inquiry:hover:after {
  background: url('../images/newfolder/ic1_w.png');
}
.btn.btn2.btn-download:hover:after {
  background: url('../images/newfolder/ic2_w.png');
}

.hitem {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background: #f8c715;
  border-radius: 100%;
  position: absolute !important;
  right: 0;
  left: 21px;
  top: 7px;
  margin: auto;
  animation-name: hitem;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.top-nav .ic2 .hitem {
  top: 3px;
}

@keyframes hitem {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text-center {
  text-align: center;
}

.site-footer a.gotop {
  position: fixed;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5) url(../images/gotop.png);
  font-size: 0;
  display: block;
  bottom: 25%;
  margin-bottom: 20px;
  right: 30px;
  z-index: 999;
}

.gotop:hover {
  background: #000000 url(../images/gotop.png);
  background-position: bottom;
}

/*--- 隱私權 ---*/
.mmenu-show #mobile-fixed,
.mmenu-show .toggle-mmenu-cover {
  z-index: 8009;
}

.mmenu-show #mobile-menu {
  z-index: 8010;
}

.mmenu-show #mobile-menu .menu li.active > ul {
  display: block;
}

.header-sheet {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #d90d0d;
  color: #444;
}

.header-sheet .close-ontop {
  color: #000;
}

.header-sheet a {
  color: #d90d0d;
}

.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.header-sheet {
  position: fixed;
  max-width: 100%;
  bottom: 43px;
  right: 10px;
  width: 320px;
  padding: 20px 25px 20px 15px;
  height: auto;
  text-align: left;
  z-index: 9999;
  border-radius: 8px;
  line-height: 1.65;
  letter-spacing: 0.35px;
  font-size: 15px;
}

.header-sheet .close-ontop {
  color: #000;
  opacity: 1;
  font-size: 2.4rem;
  position: absolute;
  right: -14px;
  top: 13px;
  transform: translateY(-50%);
  font-weight: 100;
}

button.close-ontop {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close-ontop {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.header-sheet a {
  font-weight: bold;
  padding-left: 3px;
  text-decoration: underline;
  text-underline-position: under;
}

/*---! 隱私權 ---*/
/*------------ basic ------------*/
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.container {
  width: 100%;
  max-width: 1695px;
  padding: 0 70px;
  margin: auto;
}

.disclaimer-box .container {
  max-width: 1500px;
}

.disclaimer-box {
  text-align: left;
  padding-bottom: 190px;
  letter-spacing: 0;
}

.disclaimer-box .point {
  font-weight: bold;
  color: #009740;
}

.wrapper {
  /*background: #F6F6F6; */
}

/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #009843;
  color: #000;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
}

.header-sheet .close-ontop {
  color: #000;
}

.header-sheet a {
  color: #009843;
}

.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

/*---! 隱私權 ---*/
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.wrapper {
  padding-top: 105px;
}

.site-header {
  background: #f6f6f6;
  text-align: center;
  position: fixed;
  z-index: 8000;
  width: 100%;
  top: 0;
  padding: 29px 0px;
  transition: all 0.3s ease;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-fixed .site-header {
  padding: 16px 0px;
}

.site-title {
  margin: 0 auto 0 0;
  transition: all 0.3s ease;
}

.site-title .logo {
  color: transparent;
  background: url(../images/logo.png) 50% 50% no-repeat;
  background-size: contain;
  width: 170px;
  height: 54px;
  transition: all 0.3s ease;
}

.site-title .logo:hover {
  opacity: 0.7;
}

/*------------ top-nav ------------*/
.site-header .search-box {
  position: absolute;
  width: 95px;
  left: 0;
  box-sizing: border-box;
  margin: 0 0px 0 0px;
  top: 0px;
}

.site-header .search-box .form-control {
  height: 41px;
  line-height: 41px;
  margin: 0;
  transition: all 0.1s;
  padding: 0 15px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: #f6f6f6;
  font-size: 18px;
  border: none;
}

.site-header .search-box .form-control::-moz-placeholder {
  color: #000000;
}

.site-header .search-box .form-control::placeholder {
  color: #000000;
}

.site-header .search-box .form-control:focus {
  outline: none;
  box-shadow: 0 0 0;
}

.top-nav {
  padding-left: 95px;
  padding-right: 46px;
  z-index: 5;
  position: relative;
  margin-top: 0px;
}

.top-nav a {
  color: #000000;
  line-height: 41px;
  vertical-align: middle;
  padding: 0 17px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.top-nav .language a.btn {
  background: url(../images/lang.jpg);
  background-size: cover;
  width: 46px;
  height: 46px;
  padding: 0;
  position: absolute;
  top: -3px;
  right: 0;
}

.top-nav li + li > a {
  border-left: solid 1px #555555;
}

.top-nav .ic {
  width: 25px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}

.top-nav .language ul {
  display: none;
}

.top-nav .language a:after {
  border-style: solid;
  border-width: 4px 3.5px 0px 3.5px;
  border-color: #f4f4f4 transparent transparent transparent;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.top-nav .language > a {
  width: 170px;
}

.top-nav .language ul {
  background: #f4f4f4;
  padding: 15px 10px;
  text-align: left;
  list-style: none;
  z-index: 80;
  position: absolute;
  right: 0;
  margin-top: 43px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  margin-right: -40px;
}

.top-nav .language ul a {
  font-size: 16px;
  color: #545454;
  letter-spacing: 0;
  border: none;
}

/*------------site-nav ------------*/
.header-right {
  display: flex;
  align-items: center;
}

.site-nav {
  margin-top: 16px;
  padding: 0px 0px 0 0;
  transition: all 0.3s ease;
  margin-top: 0px;
}

.site-nav .menu {
  display: inline-block;
}

.site-nav .menu li {
  position: relative;
}

.site-nav .menu > li > a {
  transition: all 0.2s;
  text-align: center;
  display: block;
  color: #000000;
  letter-spacing: 1px;
  padding: 4px 0px;
  margin: 0 20px;
  font-size: 18px;
  transition: all 0.8s ease;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.site-nav .menu ul {
  display: none;
}

.site-nav .menu li ul {
  display: none;
  position: absolute;
}

.site-nav .menu > li > ul {
  z-index: 600;
  width: 180px;
  top: 100%;
  left: 50%;
  box-sizing: border-box;
  text-align: left;
  margin: 10px 0 0 -75px;
  background: #f4f4f4;
  padding: 8px 18px 8px 8px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.site-nav .menu > li.big_menu > ul {
  width: 300px;
}

.site-nav .menu > li ul {
  background: #f4f4f4;
}

.site-nav .menu > li > ul:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  background: transparent;
  height: 20px;
  width: 100%;
}

.site-nav .menu li ul li {
  margin: 0 0 0px 0;
  padding: 0px 0 0 0;
  width: auto;
  text-align: center;
}

.site-nav .menu ul li a:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 3px;
  background: #00a95c;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: 0.3 ease all;
  margin-top: -1.5px;
}

.site-nav .menu ul li a {
  line-height: 1.4;
  display: block;
  padding: 5px 0px;
  position: relative;
  font-size: 16px;
  transition: all 0.2s;
  color: #545454;
  letter-spacing: 0.2px;
  text-align: left;
  background: #f4f4f4;
  transition: 0.3 ease all;
  padding-left: 25px;
}

.site-nav .menu ul > li.active > a:before,
.site-nav .menu ul > li.active2 > a:before,
.site-nav .menu ul > li > a:hover:before {
  opacity: 1;
}

.site-nav .menu ul > li.active > a,
.site-nav .menu ul > li.active2 > a,
.site-nav .menu ul > li > a:hover {
  padding-left: 25px;
}

.site-nav .menu ul ul {
  margin: 0 0 0 2px;
  width: 100%;
  top: 0px;
  left: 100%;
  box-sizing: border-box;
}

.site-nav .menu ul ul:before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 100%;
  right: 100%;
  top: 0;
  background: transparent;
}

.site-nav .menu > li:nth-last-child(-n + 2) {
  display: none;
}

.sub-menu {
  list-style: none;
  background: #a5a5a5;
  padding: 0;
  margin: 1px 0 58px;
  text-align: center;
  line-height: 70px;
  display: flex;
  justify-content: center;
  display: flex;
}

.sub-menu li {
  width: 293px;
  margin: 0 -1px;
}

.sub-menu li a {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
  transition: all 0.8s ease;
  z-index: 2;
  border: solid #fff;
  border-width: 0 1px;
}

.sub-menu li.active a,
.sub-menu li:hover a {
  color: #cf0f12;
  background: url(../images/submenu.jpg) repeat-x;
}

.sub-menu li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/submenu.jpg) repeat-x;
  z-index: -1;
  transition: all 0.8s ease;
  opacity: 0;
}

.sub-menu li.active a:before,
.sub-menu li:hover a:before {
  opacity: 1;
}

/*------------share------------*/
.share li {
  display: inline-block;
  transition: all 0.3s ease;
  margin: 0 14px;
}

.share li img {
  height: 25px;
}

.share li:hover {
  transform: scale(1.1);
}

.share .btn {
  font-size: 16px;
  transition: all 0.2s;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #7a7a7a;
}

.share .btn i,
.share .btn i:before {
  color: #7a7a7a;
  transition: all 0.3s ease;
}

.share .btn i {
  line-height: 28px;
}

.share .btn:hover i,
.share .btn:hover i:before {
  background: -webkit-linear-gradient(top, #e60a36 0, #f17d29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*------------ / site_header ------------*/
/*------------  fixed ------------*/
/*.site-header:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #F6F6F6;
    height: 0;
    opacity: 0;
    transition: all ease .3s;

}
.header-fixed .site-header:before,
.o-fix .site-header:before{
    opacity: 1;
    height: 100%;
}*/
/*.header-fixed .site-nav .menu>li>a,
.o-fix .site-nav .menu>li>a{
    color: #222222;
}
.header-fixed .top-nav a,
.o-fix .top-nav a{
    color: #666

}

.header-fixed .top-nav a:hover,
.o-fix .top-nav a:hover{
    color: #000000;
}*/
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.banner {
  position: relative;
  color: #000000;
  padding-top: 90px;
  padding-bottom: 140px;
}

.banner-title {
  font-weight: 900;
  letter-spacing: 0px;
  width: 100%;
  font-size: 72px;
  margin: 0 0 20px;
  line-height: 1;
}

.banner-title2 {
  text-align: center;
  font-size: 56px;
}

.banner-sub-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

/* .detail-content .banner .container,
.detail-content .sect .container {
  max-width: 1510px;
} */

.detail-title {
  color: #000000;
  font-size: 56px;
  font-weight: 900;
  margin: 0 0 20px;
  line-height: 1;
  /*max-width: 1136px;*/
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}

.back {
  display: inline-block;
  background: #009843;
  color: #fff;
  font-size: 16px;
  width: 169px;
  line-height: 45px;
  text-align: center;
  border-radius: 8px;
  margin-top: 80px;
  position: relative;
  text-align: left;
  padding: 0 15px;
}

.back:after {
  content: '';
  display: inline-block;
  background: url(../images/back_ic.png);
  width: 13px;
  height: 16px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

.download-btn {
  border: solid 1px #999999;
  width: 202px;
  line-height: 47px;
  border-radius: 80px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  margin-top: 50px;
}

.download-btn:after {
  content: '';
  display: inline-block;
  background: url(../images/awards/ic.png);
  width: 12px;
  height: 16px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 14px;
}

.breadcrumb-box {
  padding-top: 80px;
  padding-bottom: 10px;
}

.breadcrumb {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 1px;
}

.breadcrumb li + li:before {
  color: #999;
  content: '>';
  display: inline;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li:last-child {
  color: #009843;
  font-weight: normal;
}

/*------------ pagination ------------*/
.btn-box {
  padding-top: 30px;
}

.pagination {
  text-align: right;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.pagination li {
  display: inline-block;
  vertical-align: bottom;
}

.pagination li a,
.pagination li span {
  display: block;
  min-width: 22px;
  line-height: 22px;
  text-align: center;
  margin: 0 6px;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.2s;
}

.pagination li a.controls {
  margin: 0 5px 0px;
  font-weight: bold;
  border: 0;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
  line-height: 24px;
  box-sizing: border-box;
  height: 22px;
}

.pagination li a.controls:hover {
  text-decoration: none;
}

.page-info {
  display: none;
}

.page-info .form-control {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  text-align: center;
  margin: auto;
  border-radius: 0;
}

.page-info .form-control:focus {
  outline: none;
}

.pagination li a,
.pagination li span {
  color: #333333;
  font-family: 'Prompt', sans-serif;
}

.pagination li a:hover,
.pagination li.active a {
  color: #009843;
  /*text-decoration: underline;*/
}

.pagination li a.controls {
  font-size: 0;
  color: #333333;
}

.pagination li a.controls i {
  font-size: 16px;
  line-height: 23px;
}

.pagination li a.controls:hover {
  color: #999999;
}

.page-info .form-control {
  color: #222;
  border: 1px solid #ddd;
}

.detail {
  padding-top: 2px;
  padding-bottom: 106px;
}

/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.author a {
  text-decoration: underline;
}

.site-footer {
  position: relative;
  background-size: cover;
  clear: both;
  line-height: 1.75;
  padding: 0px 0 110px;
}

.site-footer .container {
  padding-top: 50px;
  border-top: solid 1px #e7e7e7;
}

.site-footer .col1 a {
  transition: all ease 0.3s;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
}

.site-footer .col1 a:hover {
  color: #000000;
}

.site-footer .col1 {
  text-align: left;
  display: flex;
}

.site-footer .col1 .list {
  padding-right: 70px;
}

.site-footer .col1 .list a.title {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

.site-footer .col2 {
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  text-align: right;
}

.f_social_area{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.site-footer .col2 .social_icon{
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0px 5px;
}

.site-footer .col2 .icon1{
  background-image: url('../images/social_icon1.svg');
}

.site-footer .col2 .icon2{
  background-image: url('../images/social_icon2.svg');
}

.site-footer .col2 .icon3{
  background-image: url('../images/social_icon3.svg');
}

.site-footer .col2 span {
  display: block;
}

@media(max-width: 1024px){
  .f_social_area{
    justify-content: center;
  }
}

.footer-top .row {
  display: flex;
  justify-content: space-between;
}

/*------------ / site_footer ------------*/
/*-----form-detail-----*/
.form-control {
  color: #282923;
  border-radius: 0px;
  width: 100%;
  line-height: 45px;
  height: 45px;
  background: #fff;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 26px;
  border: solid 1px #e9e9e9;
  transition: all ease 0.3s;
}

.form-control:focus {
  border-color: #009843;
  box-shadow: 0 0 6px #7ec07c;
}

textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
  height: auto;
}

/*-----form-static-control-----*/
.static-control {
  color: #5946a5;
  line-height: inherit;
  font-weight: bold;
  margin: 5px 0 0 5px;
  font-size: 13px;
  line-height: 1.6;
}

/*-----form-wrap-----*/
.form-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

.contact-form {
  border: solid 3px rgba(154, 127, 100, 0.3);
  background: #fff;
  padding: 40px 60px 60px;
  margin-top: 60px;
}

.form-wrap.has-bg:before,
.form-wrap.has-bg:after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  width: 275px;
  height: 216px;
  z-index: -1;
  pointer-events: none;
}

.form-wrap.has-bg:before {
  top: 0;
  left: 0;
}

.form-wrap.has-bg:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.form-box {
  position: relative;
  margin: 0 auto;
  max-width: 936px;
  box-sizing: border-box;
  z-index: 15;
}

.form-box .row {
  margin: 0 -24px;
  display: block;
}

.form-box .col {
  float: left;
  width: 50%;
  padding: 0 24px;
}

/*-----form-required-----*/
.form-box .required {
  position: relative;
}

.form-box .required:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 2px 0;
  width: 5px;
  height: 5px;
  border: 2px solid #eb4130;
  border-radius: 5px;
}

.form-box .captcha {
  position: relative;
}

.form-box .captcha .form-control {
  padding-right: 99px;
}

.form-box .form-group.captcha .control-box {
  position: relative;
}

.form-box .form-group.captcha a {
  position: absolute;
  top: 4px;
  right: 4px;
}

/*----- success-box -----*/
.success-box {
  text-align: center;
  padding: 148px 15px 264px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.success-box a {
  color: #d4221e;
  text-decoration: underline;
  text-underline-position: under;
}

.success-box .msg {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
  color: #00973f;
  margin: 0;
}

.success-box .msg2 {
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  display: inline-block;
  position: relative;
  padding: 0 7px;
  z-index: 2;
  margin-top: 50px;
}

input[type='checkbox'] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 20px;
  height: 20px;
}

.control-label {
  display: block;
}

.form-checkbox {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

/*------------ mobile_menu ------------*/
.menu-btn .menu-btn__inner {
  margin: auto;
  text-align: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.menu-btn .menu-btn__inner .menu-btn--bar1,
.menu-btn .menu-btn__inner .menu-btn--bar2 {
  position: absolute;
  top: 0;
  width: 10px;
  height: 2px;
  display: block;
  background: #009843;
  transition: all 0.3s ease;
}

.menu-btn .menu-btn__inner .menu-btn--bar1:before,
.menu-btn .menu-btn__inner .menu-btn--bar1:after,
.menu-btn .menu-btn__inner .menu-btn--bar2:before,
.menu-btn .menu-btn__inner .menu-btn--bar2:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #009843;
  transition: all 0.3s ease;
}

.menu-btn .menu-btn__inner .menu-btn--bar1:after,
.menu-btn .menu-btn__inner .menu-btn--bar2:after {
  top: 14px;
}

.menu-btn .menu-btn__inner .menu-btn--bar1 {
  left: 0;
}

.menu-btn .menu-btn__inner .menu-btn--bar2 {
  right: 0;
}

.mmenu-show.mmenu-open #mobile-menu {
  background: #eee;
}

.member-list {
  background: #222;
}

.member-list li a {
  padding: 10px 5px !important;
}

.mmenu-show #mobile-menu .menu li > a:hover,
.mmenu-show #mobile-menu .menu li.active > a,
.mmenu-show #mobile-menu .menu li.active_menu > a {
  color: #009843;
}

.mmenu-show #mobile-menu .language-menu {
  background: #009843;
  color: #fff;
}

.mmenu-show #mobile-menu .share-menu {
  background: #414042;
}

.mmenu-show #mobile-search {
  background: #000;
}

/*------------ / mobile_menu ------------*/
.text-center {
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .banner-title {
    font-size: 56px;
  }
  .banner-sub-title {
    font-size: 28px;
  }
  .sub-title {
    font-size: 42px;
  }
}
@media(max-width: 1399px){
  .top-nav {
    padding-left: 50px;
  }
  .site-nav .menu > li > a {
    margin: 0 15px;
  }
}
@media(max-width: 1299px){
  .top-nav {
    padding-left: 15px;
  }
  .site-nav .menu > li > a {
    margin: 0 12px;
  }
  .sub-title {
    font-size: 36px;
  }
  .btn.btn1 {
    font-size: 20px;
  }
}
@media(max-width: 1199px){
  .top-nav {
    padding-left: 10px;
  }
  .top-nav a{
    padding: 0 10px;
  }
  .site-nav .menu > li > a {
    margin: 0 10px;
  }
  .site-title .logo{
    width: 130px;
  }
  .top-nav .language ul {
    margin-right: -35px;
  }
}
@media screen and (max-width: 1100px) {
  .site-nav .menu > li > a {
    font-size: 16px;
    margin: 0 10px;
  }
  .top-nav a{
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .container {
    padding-top: 30px;
  }
  .site-footer {
    padding-bottom: 50px;
  }
  .breadcrumb-box {
    padding-top: 30px;
  }
  .sub-title {
    font-size: 28px;
  }
  .site-footer .col1 {
    display: none;
  }
  .site-footer .col2 {
    width: 100%;
    text-align: center;
  }
  .container {
    padding: 0 30px;
  }
  /*------------ pagination 767 ------------*/
  body .pagination {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pagination li {
    vertical-align: middle;
  }
  .pagination-title {
    margin: 0;
  }
  .page-info {
    display: block;
    padding: 0 35px;
  }
  .pagination {
    position: relative;
    /* height: 0; */
  }
  /* .pagination li a {
    display: none;
  } */
  .pagination li a.controls {
    display: block;
    position: absolute;
    bottom: -25px;
    margin: 0;
  }
  .pagination li a.prev {
    left: 0;
  }
  .pagination li a.first,
  .pagination li a.last {
    display: none;
  }
  .pagination li a.controls.next {
    right: 0;
  }
  .pagination li span {
    display: none;
  }
  /*------------ / pagination 767 ------------*/
  .gotop {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 30px auto !important;
  }
  .term-list li:before {
    top: 6px;
  }
  .pagination {
    text-align: center;
  }
  .has-side .content {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  /*--- 隱私權手機板 ---*/
  .header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index: 9999;
    font-size: 14px;
    padding: 15px 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
  }
  .header-sheet p{
    margin: 0px;
  }
  .header-sheet .close-ontop {
    right: 0px;
    left: 0px;
    top: -21px;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 35px;
  }
  button.close-ontop {
    padding: 0px;
  }
  .close-ontop {
    float: none;
  }
  body #keyreply-container {
    bottom: 0%;
  }
  .header-active #keyreply-container {
    bottom: 0%;
    transition: all 0.7s;
  }
  .header-fixed .header-sheet {
    display: block;
  }
  /*--- END隱私權手機板 ---*/
  .anbox .box {
    min-height: inherit;
    text-align: center;
    padding: 10px 5px;
    display: block;
    background: transparent !important;
  }
  body {
    font-size: 16px;
  }
  .content {
    padding: 20px 0;
  }
  .btn-box {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  /*------------ site_header 1000 ------------*/
  .header-right {
    display: none;
  }
  .site-header,
  .header-fixed .site-header {
    width: auto;
    z-index: 8000;
    padding: 0px !important;
    background: none;
    top: 0;
    left: 0;
    height: 65px;
    width: 100%;
    background: #fff;
  }
  .header-fixed .site-header {
    height: 50px;
  }
  .site-title,
  .header-fixed .site-title {
    float: none;
    padding: 5px 0;
    background: none;
    position: absolute;
    top: 10px;
    left: 30px;
  }
  .header-fixed .site-title {
    top: 5px;
  }
  .menu-btn {
    transition: all ease 0.3s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 19px;
    right: 30px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: none;
    z-index: 99999;
  }
  .language {
    position: absolute;
    top: 19px;
    right: 99px;
    width: 30px;
    height: 30px;
    background: none;
    z-index: 99999;
    transition: all ease 0.3s;
  }
  .inquiry-btn {
    position: absolute;
    top: 19px;
    right: 132px;
    width: 30px;
    height: 30px;
    background: none;
    z-index: 99999;
    transition: all ease 0.3s;
  }
  .inquiry-btn a:before {
    content: '';
    -webkit-mask: url(../images/icon_inquiry.svg) center no-repeat;
    mask: url(../images/icon_inquiry.svg) center no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    background: #009843;
  }
  .search-btn {
    position: absolute;
    top: 19px;
    right: 66px;
    width: 30px;
    height: 30px;
    background: none;
    z-index: 99999;
    transition: all ease 0.3s;
  }
  .language a,
  .inquiry-btn a {
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .language ul {
    width: 85px !important;
    position: absolute;
    right: 0;
    top: 100%;
    background: #000;
    display: none;
    margin-right: -30px;
  }
  .language ul li {
    display: block !important;
    font-size: 12px !important;
  }
  .language ul li a {
    padding: 5px;
  }
  .language .btn:before {
    content: '';
    -webkit-mask: url(../images/icon_language.svg) center no-repeat;
    mask: url(../images/icon_language.svg) center no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    background: #009843;
  }
  #searchOpen {
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #searchOpen::before {
    content: '';
    -webkit-mask: url(../images/icon_search.svg) center no-repeat;
    mask: url(../images/icon_search.svg) center no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    background: #009843;
  }
  .header-fixed .menu-btn,
  .header-fixed .search-btn,
  .header-fixed .language,
  .header-fixed .inquiry-btn {
    top: 12px;
  }
  .site-title .logo,
  .header-fixed .site-title .logo {
    width: 112px;
    height: 41px;
  }
  .header-fixed .site-title .logo {
    height: 35px;
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  .mmenu-show .wrapper,
  .wrapper {
    padding-top: 65px;
  }
  /*------------ / site_header 1000 ------------*/
  .site-footer .tag {
    font-size: 30px;
  }
  /*內頁*/
  .banner {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .banner-title {
    font-size: 48px;
  }
  .banner-sub-title {
    font-size: 20px;
  }
  .detail-title {
    font-size: 28px;
  }
  .back {
    margin-top: 30px;
  }
  .btn.btn1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .banner-title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .banner-sub-title {
    font-size: 18px;
  }
  .header-sheet p{
    font-size: 12px;
  }
}
.menuSearch {
  position: relative;
  z-index: 80;
}

@media screen and (max-width: 1000px) {
  .menuSearch {
    position: fixed;
    display: none;
  }
}
.menuSearch.active .searchOuter {
  width: 300px;
  padding: 0 30px 0 0px;
}

@media screen and (max-width: 1000px) {
  .menuSearch.active .searchOuter {
    width: 100%;
  }
}
.menuSearch .searchOuter {
  width: 0;
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  background: #000;
  overflow: hidden;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1000px) {
  .menuSearch .searchOuter {
    height: 50px;
    position: fixed;
    top: 50px;
  }
}
.menuSearch .btn {
  padding: 0;
  background: none;
  z-index: 8;
  color: #000000;
  line-height: 41px;
  vertical-align: middle;
  padding: 0 17px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.menuSearch .searchBox {
  flex-grow: 1;
  opacity: 0.6;
}

.menuSearch .searchBtn {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

.menuSearch .searchClose {
  width: 14px;
  height: 14px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.menuSearch .searchClose::before,
.menuSearch .searchClose::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.menuSearch .searchClose::after {
  transform: rotate(-45deg);
}

.menuSearch input {
  background: none;
  border: none;
  color: #fff;
  margin: 0;
}

.menuSearch input::-moz-placeholder {
  color: #fff;
}

.menuSearch input::placeholder {
  color: #fff;
}

.menuSearch input:focus {
  box-shadow: none;
}

.menuSearch .searchBtn {
  margin-left: 10px;
  background: none;
}

.menuSearch .searchBtn::before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  -webkit-mask: url('../images/icon_search.svg') center no-repeat;
  mask: url('../images/icon_search.svg') center no-repeat;
  background: #fff;
}

.top-nav {
  display: flex;
}

.header-sheet .container {
  display: flex;
  align-items: center;
}

.closePrivacy {
  background: #009843;
  border: none;
  color: #fff;
  padding: 10px 20px;
  margin: 0 0 0 20px;
}
.pageBox {
  padding: 30px 0 30px;
}
.pageBox .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageBox .controls a {
  font-size: 0;
  width: 50px;
  height: 50px;
  background: url(../images/arrow.png);
  border: none;
  opacity: 1;
  transition: all ease 0.3s;
  z-index: 60;
  cursor: pointer;
  margin: 0 5px;
}
.pageBox .controls a.next {
  background-position: right;
}
/*# sourceMappingURL=style.css.map */
@media(max-width: 1199px){
  .menuSearch .btn{
    padding: 0 10px;
  }
}
@media(max-width: 1100px){
  .menuSearch .btn{
    font-size: 16px;
  }
}
@media(max-width: 1024px){
  .header-sheet .container {
    display: block;
    padding: 0px 15px;
  }
  .closePrivacy{
    margin: 10px 0px 0px 0px;
  }
}
@media(max-width: 500px){
  .closePrivacy{
    font-size: 12px;
  }
}