@charset "UTF-8";
@import url("animate.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC&display=swap"); /*黑體*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap"); /*思源宋體*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css); /*圓體*/
@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css); /*仿宋體*/
@import url("https://use.fontawesome.com/releases/v5.9.0/css/all.css");
@import url("ad_td.css");
@import url("../js/lightbox_highlight/highlight.css");
@import url("pretty.css");
@keyframes linkline01 {
  0% {
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes linkline02 {
  0% {
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  49% {
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #74b81e;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #333;
  font-size: 1.6rem; /*1.3 × 10px = 13px */
  font-family: Arial, Helvetica, 微軟正黑體, "Noto Sans TC", sans-serif;
  line-height: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

a {
  color: #74b81e;
  transition: 0.5s;
  text-decoration: none;
}
a:visited {
  color: #808080;
}
a:hover {
  opacity: 0.7;
  color: #74b81e;
}

img {
  max-width: 100%;
}

.ming {
  font-family: Arial, Helvetica, "Noto Sans TC", "cwTeXMing", sans-serif;
} /*黑體*/
.yen {
  font-family: Arial, Helvetica, "cwTeXYen", sans-serif;
} /*圓體*/
.song {
  font-family: Arial, Helvetica, "Noto Serif TC", serif;
} /*宋體*/
.kai {
  font-family: Arial, Helvetica, "cwTeXFangSong", sans-serif;
} /*楷書*/
.f_nototc {
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
}

.f10px {
  font-size: 1rem;
}

.f12pt {
  font-size: 1.2rem;
}

.f16px {
  font-size: 1.6rem;
}

.f30px {
  font-size: 3rem;
}

.f36px {
  font-size: 3.6rem;
}

.c_orang {
  color: #fd7e14;
}

.c_gray01 {
  color: #808080;
}

.c_gray02 {
  color: #bbb;
}

.c_black {
  color: #000;
}

.c_red {
  color: #dc3545;
}

.c_green {
  color: #74b81e;
}

.float_l {
  float: left;
}

.flex {
  display: flex;
}

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

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-topcenter-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gap_s {
  gap: 4px;
}

/*   顯示   */
.hid {
  display: none;
}

.show {
  display: block;
}

.pchidmobshow {
  display: none;
}

.cursor__inner {
  z-index: 9999;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  border-radius: 50%;
}

.cursor__inner--dot {
  width: 6px;
  height: 6px;
  background: #fff;
}

.cursor__inner--circle {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
}

h1 {
  font-size: 2.4rem;
  line-height: 1.2;
}

.title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column-reverse;
}
.title.colu {
  flex-direction: column;
}

.h1 img {
  display: none;
}

.tit_primary_b {
  margin-top: 0;
  margin-bottom: 32px;
  color: #000;
  font-size: 4.4rem;
  line-height: 1.2;
}
.tit_primary_b .sub {
  color: #74b81e;
}

.tit_primary {
  margin: 24px 0;
  color: #000;
  font-size: 3.6rem;
  line-height: 1.2;
}

.tit_third {
  width: auto;
  transform: skew(-20deg);
  margin: 0 0 16px 8px;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.2;
  background-color: #000;
}
.tit_third span {
  display: flex;
  color: #fff;
  transform: skew(20deg);
  padding: 3px 16px 1px;
}

.tit_txt {
  font-size: 2rem;
  line-height: 1.4;
}

.t_cent {
  text-align: center;
}

.tit_gp {
  width: 100%;
  margin: 100px 0 60px;
}

h1.tit_h2 {
  display: flex;
  align-items: center;
  color: #000;
  line-height: 1.4;
  border-left: 1px solid #e6e6e6;
  padding: 20px 20px 20px 6%;
}

.tit_h5 {
  font-size: 2.4rem;
  font-weight: bold;
}

p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.both {
  flex: 0 0 100%;
  clear: both;
}

/* -------------------------------- 
but.icon
-------------------------------- */
select,
input,
textarea,
button {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, 微軟正黑體, "Noto Sans TC", sans-serif;
  vertical-align: middle;
  padding: 8px;
  outline: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none; /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none; /* FireFox */
  appearance: none; /*去除ios語法，但會導致checkbox與radio出問題*/
}
select:hover,
input:hover,
textarea:hover,
button:hover {
  cursor: pointer;
  border-bottom: 1px solid #588c17;
}
select:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 1px solid #588c17;
  box-shadow: 0 0 10px #ddcca6;
  -webkit-transition: all 0.2s ease-in-out;
}

select {
  padding-right: 26px;
  background: #fff url("../images/arrow_dwon.svg") no-repeat right center;
  background-size: 20px;
}

select::-ms-expand {
  display: none;
} /* --ie清除--*/
input[type=radio], input[type=checkbox] {
  border: 1px solid #bbb;
  background-color: #fff;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; /* 用來修正appearance: none; 所帶來的問題 */
}

input {
  cursor: pointer;
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=image],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
}
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
input[type=image]:focus,
button:focus {
  outline: 0;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc; /* Chrome, Safari */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc; /* IE 10+ */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc; /* Firefox 19+ */
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

.required {
  color: #dc3545;
}

.back {
  clear: both;
  text-align: center;
  letter-spacing: 6px;
}
.back a,
.back a:visited {
  display: inline-block;
  color: #74b81e;
  font-size: 2rem;
  line-height: 2.5;
  text-align: center;
  margin: 60px 0;
  padding: 0 30px;
  border: 0;
  background-color: #fff;
  border: 1px solid #74b81e;
}
.back a:hover {
  color: #fff;
  background-color: #74b81e;
}

.send {
  text-align: center;
}
.send input,
.send button {
  display: inline-block;
  color: #74b81e;
  font-size: 2rem;
  line-height: 2.5;
  text-align: center;
  margin: 60px 0;
  padding: 0 30px;
  border: 0;
  background-color: #fff;
  border: 1px solid #74b81e;
  letter-spacing: 10px;
  text-indent: 10px;
}
.send input:hover,
.send button:hover {
  outline: 0;
  opacity: 0.7;
}

.send .send input:hover {
  background-color: #aaa;
}

.btn_more a {
  display: inline-block;
  padding: 8px 24px;
  color: #fff;
  background-color: #74b81e;
  border: 1px solid #74b81e;
}
.btn_more a:hover {
  color: #74b81e;
  background-color: #fff;
  border: 1px solid #74b81e;
  opacity: 1;
}

.btn.more {
  float: right;
  margin-top: 24px;
  padding: 12px 0;
  font-size: 1.6rem;
}
.btn.more a {
  color: #fff;
  padding: 8px 20px;
  background-color: #74b81e;
}
.btn.more a:hover {
  text-decoration: none;
}
.btn.more.frame {
  position: relative;
  z-index: 1;
}
.btn.more.frame a {
  color: #74b81e;
  background-color: #fff;
  border: 1px solid #74b81e;
}
.btn.more.frame a:hover {
  opacity: 1;
  color: #fff;
  background-color: #74b81e;
}

.btn.inquiry {
  display: flex;
  justify-content: center;
  margin: 80px 0 40px 0;
  padding: 0;
}
.btn.inquiry button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  background-color: #74b81e;
  overflow: hidden;
  transition: 0.3s;
}
.btn.inquiry button::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 260%;
  content: "";
  top: 126%;
  left: 50%;
  background-color: #4d4d4d;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
}
.btn.inquiry button:hover:before {
  top: -50%;
}
.btn.inquiry button img {
  height: 40px;
  margin: 0 4px;
}
.btn.inquiry button .images,
.btn.inquiry button span {
  position: relative;
  z-index: 1;
}

/*   btnicon   */
.icon_m {
  width: 24px;
}

/*   note   */
.note {
  color: #999;
  font-size: 1.3rem;
  line-height: 1.6;
}

/*   table   */
.td_title {
  font-weight: bold;
  text-align: right;
  vertical-align: baseline;
  padding-top: 16px !important;
}

.tdst_01 td.f_left {
  text-align: left;
}

.tdst_01 th {
  line-height: 1.4;
  padding: 8px;
  border-top: 2px solid #666;
  border-bottom: 1px solid #b3b3b3;
}
.tdst_01 td {
  line-height: 1.4;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.tdst_01 td.weaken {
  font-size: 1.3rem;
  color: #999;
}
.tdst_01 tr:nth-child(even) td {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

.tdst_flex h2 {
  font-size: 1.8rem;
  margin: 0 0 12px;
}
.tdst_flex tr {
  display: flex;
}
.tdst_flex td {
  flex: 9;
  line-height: 1.4;
  padding: 16px 8px;
  border-bottom: 1px solid #eee;
}
.tdst_flex td .weaken {
  float: right;
  font-size: 1.3rem;
  color: #999;
  text-align: right;
}
.tdst_flex td:first-child {
  flex: 3;
}

table.td01 tr th,
table.td01 tr td {
  line-height: 1.4;
  padding: 8px;
  border-bottom: 1px solid #eee;
}

table.td01 tr:nth-child(even) th,
table.td01 tr:nth-child(even) td {
  background-color: #f2f2f2;
  border-bottom: 1px solid #eee;
}

.car_shoplist .td01 {
  padding: 20px 5px;
}

/*  rwd table  */
.rwd-table {
  border-collapse: collapse;
}

.rwd-table th, .rwd-table td {
  line-height: 1.4;
  padding: 8px;
}

@media screen and (max-width: 576px) {
  .rwd-table tr {
    border: 1px solid #ddd;
  }
  .rwd-table th {
    display: none;
  }
  .rwd-table td {
    display: flex;
    border: none;
    text-align: left;
  }
  .rwd-table td:before {
    content: attr(data-th) " ";
    min-width: 90px;
    color: #999;
    font-size: 1.4rem;
    font-weight: normal;
    margin-right: 8px;
  }
  .car_shoplist table.rwd-table .td01 {
    padding: 10px;
  }
  table.rwd-table tr:nth-child(even) td.td01 {
    border-bottom: 0;
  }
  table.rwd td {
    display: block;
  }
}
/*RWD Youtube 以及 Vimeo*/
.video-container {
  position: relative;
  height: 0;
  padding: 30px 0 56.25% 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*   內縮   */
.inward {
  border: 1px solid #74b81e;
  padding: 50px;
}

/*   分隔線   */
table .divider {
  line-height: 0;
}
table .divider hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #ddd;
}

.divider_updown {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}

/*Global Links CSS*/
@media screen and (max-width: 992px) {
  .cursor {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }
  .tit_primary_b {
    margin-bottom: 20px;
    font-size: 4rem;
  }
  .tit_primary {
    font-size: 3.2rem;
  }
  .tit_gp {
    margin: 60px 0 30px;
  }
  .pchidmobshow {
    display: block;
  }
  .pchshowmobhid {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  /*   btnicon   */
  .icon_m {
    width: 44px;
  }
}
header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  border-top: 32px solid #74b81e;
}

#header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 16px 0;
}

.logo img {
  width: 150px;
  animation: logoimglag 0.7s forwards;
}

#h_submenu {
  display: flex;
  top: 0;
  right: 10%;
  z-index: 6;
  margin-left: 1vw;
  text-align: right;
}

#navigation {
  /*fixed用時，若改成<position: absolute;和position: relative，手機板要記得設 position: initial; 否則logo會被壓在下方無法點>*/
  display: flex;
  flex-wrap: wrap;
  z-index: 9999;
  /*#navigation li 這個絕對不可以設display: inline-block;*/
}
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation > ul > li {
  position: relative;
  float: left;
  text-align: center;
}
#navigation > ul > li .nav01::before {
  content: "";
  position: absolute;
  width: 0;
  border-top: 4px solid #74b81e;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#navigation > ul > li .nav01:hover::before {
  width: 70%;
  transition: width 0.3s;
}
#navigation > ul > li .hid {
  display: none;
}
#navigation li .nav01 a {
  color: #000;
}
#navigation li .nav01 div {
  color: gray;
  margin: 0 20px;
  padding: 5px 0;
  transition: 0.3s;
}
#navigation li .nav01 div span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}

#header.is-hidden {
  position: fixed;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: top 0.3s, opacity 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
}
#header.is-hidden .logo img {
  animation: logoimg 0.7s forwards;
}
#header.is-hidden > #h_submenu {
  display: none;
}
#header.is-hidden.hid {
  top: 0;
  opacity: 0;
  animation: show 1s forwards;
}
#header.is-hidden.slide-in {
  opacity: 1;
  top: 0;
}
#header.is-hidden #navigation {
  margin-top: 0;
}
#header.is-hidden #navigation li div.nav01 div {
  color: white;
}
#header.is-hidden #navigation li.nav_show div {
  display: block;
}

#navigation_mobile,
a#pull {
  display: none;
}

#navigation_catalog {
  position: absolute;
  /*display: none; 若想SHOW下拉，就把display: none;拿掉*/
  min-width: 200px;
  text-align: left;
  line-height: 1.4;
  bottom: initial;
  left: 50%;
  transform: translateX(-50%);
}
#navigation_catalog a {
  display: block;
  width: 100%;
  padding: 8px 12px;
  color: #000;
  border-bottom: 1px solid #cccccc;
}
#navigation_catalog a:hover {
  opacity: 1;
  color: #fff;
  background-color: #74b81e;
}
#navigation_catalog ul {
  display: none;
  height: auto;
}
#navigation_catalog ul li a {
  display: inline-block;
  background-color: white;
}
#navigation_catalog ul li ul li a {
  color: #676767;
  font-size: 1.4rem;
  padding-left: 20px;
  background-color: #ebebeb;
}
#navigation_catalog ul li ul li ul li a {
  padding-left: 28px;
  background-color: gainsboro;
}
#navigation_catalog ul li ul li ul li ul li a {
  background-color: white;
}

/* -------------------------------- 
social
-------------------------------- */
.social_ico a {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #999;
  font-size: 1.3rem;
}
.social_ico::before {
  content: " ";
  position: absolute;
  z-index: -3;
  height: 10px;
  border-right: 1px solid #e1e1e1;
  bottom: 50%;
  left: 0;
  transform: translateY(-50%);
}
.social_ico.car, .social_ico.lan {
  position: relative;
  width: 50px;
  text-align: center;
  padding: 3px 0;
}
.social_ico span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: -2px;
  right: -10px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  background-color: #74b81e;
  border-radius: 30px;
}

.backtop_scart img {
  width: 90%;
  margin-top: 2px;
}

/* -------------------------------- 
Search header
-------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(192, 192, 192, 0) inset; /*搜尋自動填塞淡淡的白*/
  box-shadow: 0 0 0px 1000px rgba(192, 192, 192, 0) inset;
  transition: background-color 1000s ease-in-out 0s; /*搜尋自動填塞透明*/
  -webkit-text-fill-color: #777; /*自動填塞的字*/
}

#nav_show {
  position: relative;
  margin-right: 10px;
  padding: 3px 0;
}
#nav_show form {
  position: relative;
  margin: 0 auto;
}

.s1 form {
  height: 26px;
}
.s1 input {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  outline: none;
  height: 44px;
  width: 44px;
  padding: 0 20px 0 15px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  transition: 0.4s cubic-bezier(0, 0.8, 0, 1);
}
.s1 input:focus {
  width: 150px;
  z-index: -1;
  border: 1px solid #eee;
  border-radius: 50px 0 0 50px;
}
.s1 button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  padding: 0 0 0 0px;
  border: 1px solid #bbb;
  border-radius: 50px;
  background: #fff;
}
.s1 button:before {
  content: "";
  position: inherit;
  z-index: 3;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background-image: url(../images/ico_search.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.s2:after {
  content: "";
  display: table;
  clear: both;
}
.s2 form {
  float: right;
  width: auto;
}
.s2 input {
  position: relative;
  outline: none;
  width: 80px;
  padding: 8px 20px 9px 15px;
  border: 1px solid #eee;
  border-radius: 42px;
  background: #fff;
  transition: 0.3s linear;
}
.s2 input:focus {
  width: 150px;
}
.s2 button {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background: none;
  border: none;
}
.s2 button:before {
  content: "";
  position: inherit;
  left: 2px;
  top: 6px;
  width: 24px;
  height: 24px;
  background-image: url(../images/ico_search.svg);
  background-size: 100%;
}

/* -------------------------------- 
Secondary Fixed Navigation
-------------------------------- */
.cd-secondary-nav {
  z-index: 99;
  height: 0;
  background-color: rgba(3, 13, 24, 0);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.cd-secondary-nav.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  height: 80px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 2px solid #74b81e;
}

/*Global Links CSS*/
@media print {
  header {
    position: relative;
  }
  #header.is-hidden.slide-in {
    top: 0;
  }
  #header.is-hidden {
    position: relative;
  }
}
@media screen and (max-width: 992px) {
  .logo img {
    width: 100px;
  }
  #navigation li .nav01 div {
    margin: 0 0.6vw;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: relative;
  }
  #header {
    padding: 0;
  }
  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    background-color: #fff;
    height: 44px;
    line-height: 0;
  }
  .logo img {
    width: 100px;
  }
  #h_submenu {
    flex-direction: column;
  }
  #navigation a#pull span::before, #navigation a#pull span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
  }
  nav {
    width: 100%;
    line-height: 0;
  }
  #navigation::-webkit-scrollbar {
    width: 0;
  }
  #navigation {
    /*fixed用，不要加上<position: absolute;和position: relative，會有問題logo會被壓在下方無法點>*/
    display: inline-block;
    top: 0;
    left: 0;
    right: initial;
    z-index: 9999;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    margin: 0;
  }
  #navigation > ul {
    display: none;
    height: auto;
    width: 100%;
    padding: 0px;
  }
  #navigation > ul > li {
    /*絕對警告!!! #navigation li 在手機板絕對不可以是display:block的設定，否則會有某些選單出錯!，可以設initial或list-item*/
    float: none;
    padding-top: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  #navigation > ul > li:hover::before {
    display: none;
  }
  #navigation > ul > li div {
    margin: 0;
  }
  #navigation > ul > li div.nav01 div {
    color: #999;
    margin: 0;
    padding: 0;
  }
  #navigation a {
    display: block;
    width: 100%;
    color: gray;
    margin: 0;
    padding: 10px;
    background-color: #fff;
  }
  #navigation a:hover {
    color: #fff;
    margin-top: 0;
    background-color: #74b81e;
  }
  #navigation a#pull {
    /* fixed 用*/
    position: fixed;
    top: 0;
    right: 0;
    width: 46px;
    /* 黑橫條用
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;  //黑橫條結束 */
    display: inline-block;
    z-index: 1000;
    color: #fff;
    font-size: 13px;
    text-align: left;
    line-height: 2;
    background-color: #1E1E1E;
    padding: 9px 3%;
    text-transform: uppercase;
  }
  #navigation a#pull span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -1px;
    height: 2px;
    width: 20px;
    margin-left: -10px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s 0.3s;
    -moz-transition: background-color 0.3s 0.3s;
    transition: background-color 0.3s 0.3s;
  }
  #navigation a#pull span::before {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  #navigation a#pull span::after {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  #navigation.nav-visible {
    height: 94vh;
    overflow-y: auto;
  }
  #navigation.nav-visible #navigation_mobile {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  #navigation.nav-visible a#pull span {
    background-color: rgba(255, 255, 255, 0);
  }
  #navigation.nav-visible a#pull span::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  #navigation.nav-visible a#pull span::after {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  #header.is-hidden #navigation a#pull {
    /*fixed 用*/
    position: fixed;
  }
  #header.is-hidden #navigation li div.nav01 div {
    color: gray;
  }
  #header.is-hidden #navigation li div.nav01 div .mu_newpro {
    color: white;
  }
  #navigation_catalog {
    position: inherit;
    display: block;
    float: none;
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }
  #navigation_catalog li a {
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
  }
  #navigation_catalog ul li a {
    padding: 8px;
    background-color: whitesmoke;
  }
  #navigation_catalog ul li ul li a,
  #navigation_catalog ul li ul li ul li a,
  #navigation_catalog ul li ul li ul li ul li a {
    padding: 8px;
  }
  #navigation_mobile .search.s2.mob {
    display: flex;
    padding: 8px 0;
  }
  #navigation_mobile ul {
    display: none;
  }
  #navigation_mobile ul li {
    border-bottom: 1px solid #eee;
  }
  .cd-secondary-nav {
    display: none;
  }
}
/*   ad   */
.ad_isd {
  position: absolute;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .ad_isd img {
    max-width: 120%;
    margin-left: -20%;
  }
}
@media screen and (max-width: 576px) {
  .ad_isd img {
    max-width: 140%;
    margin-left: -14%;
  }
}
@media screen and (max-width: 320px) {
  .ad_isd img {
    max-width: 200%;
  }
}
#wrap_full, #wrap_80p, #wrap {
  position: relative;
  width: 100%;
  margin: auto;
}

#wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 40px 0;
}

#wrap_80p {
  padding: 40px 10%;
}

#wrap_full {
  padding: 40px 0 0;
}

#wrap_full .aside, #wrap_80p .aside {
  display: none;
}

.w_60p {
  width: 60%;
  min-width: 340px;
  margin: 0 auto;
}

.bg_gary {
  background-color: #f9f9f9;
}

.aside {
  position: relative;
  width: 20%;
}
.aside::before {
  content: "";
  position: absolute;
  border-top: 3px solid #bba164;
  animation: widthto100 2s forwards 1s;
}
.aside .search form {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
.aside .search form .searchbox {
  flex: 11;
  width: inherit;
}
.aside .search form .search_go {
  flex: 1;
  border: 0;
}

.aside_tit {
  margin-bottom: 30px;
}
.aside_tit span {
  display: none;
}

.menu .menu_sub02 a:hover, .menu .menu_sub01 a:hover, .menu a:hover, .menu ul li div.currMenu a {
  color: #74b81e;
  background-position: -360px top;
}

.menu ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.menu ul li {
  width: 100%;
}
.menu ul ul {
  display: none;
  margin: 0 0 10px 30px;
}
.menu ul ul.currMenu {
  display: block;
}
.menu ul ul a.currMenu {
  border-bottom: 2px solid #74b81e;
  background: url(../upload/userfiles/image/system/mus_02_b.svg) no-repeat right 6px;
  background-size: 24px;
}
.menu ul ul a.currMenu:hover::after {
  display: none;
}
.menu a {
  display: block;
  width: 100%;
  color: #4d4d4d;
  background: url(../upload/userfiles/image/system/mu_01.gif) no-repeat 0px top;
  padding: 8px 6px 8px 20px;
}
.menu a:visited {
  color: #9a9a9a;
}
.menu .menu_sub01 a {
  color: #5a5a5a;
  font-size: 1.3rem;
  background: url(../upload/userfiles/image/system/mus_02.gif) no-repeat 0px top;
  border-bottom: 1px dotted #ccc;
}
.menu .menu_sub01 a:hover {
  color: #74b81e;
}
.menu .menu_sub02 {
  margin-left: 20px;
}
.menu .menu_sub02 a {
  color: #8d8d8d;
  background: url(../upload/userfiles/image/system/mus_03.gif) no-repeat 0px top;
}
.menu .menu_sub02 a:hover {
  color: #74b81e;
}
.menu .menu_sub03 {
  margin-left: 10px;
}
.menu .menu_sub03 a {
  color: #949494;
}
.menu .menu_sub03 a:hover {
  color: #74b81e;
}

#wrap_80p .content,
#wrap_full .content {
  width: 100%;
  margin: 0;
}

#wrap .content {
  width: 100%;
}

.breadcrumbs ul {
  color: #cdcdcd;
  font-size: 1.1rem;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-flex;
}
.breadcrumbs li a {
  color: #b3b3b3;
}
.breadcrumbs li::after {
  content: "›";
  color: #cdcdcd;
  padding: 0 5px;
}
.breadcrumbs li:last-child::after {
  content: "";
}

/* -------------------------------- 
Products
-------------------------------- */
/* -- product li列表樣式 ---*/
.catlist_box {
  border: 0px solid #ffcccc;
}

.catlist_box .proli_case {
  display: -ms-inline-block;
  display: inline-block;
  width: 100%;
}

.catlist_box .proli {
  float: left;
  margin: 0px 10px;
  font-size: 11px;
  width: 47%;
  line-height: 18px;
  padding: 10px 0px 20px 0px;
  background: url(../images/pro_line.jpg) bottom no-repeat;
  border: 0px solid #069;
}

.catlist_box .proli a:link, .catlist_box .pro a:visited {
  color: #777;
}

.catlist_box .proli a:active, .catlist_box .pro a:hover {
  color: #ffae00;
  text-decoration: underline;
}

.catlist_box .proliimg {
  min-width: 130px;
  float: left;
}

.catlist_box .proli_des {
  float: left;
  margin-left: 20px;
  border: 0px solid #069;
  width: 100%;
}

.catlist_box .proli_des img {
  float: right;
}

.catlist_box .proli_name {
  min-height: 30px;
  color: #339;
  font-size: 13px;
  font-weight: bold;
  background: url(../images/pro_frame_under01_04.jpg) no-repeat left -5px;
  padding: 5px 15px 0px 15px;
}

.proli_case {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}

.proli {
  position: relative;
  width: 29.3333333333%;
  margin: 0 2%;
  padding: 40px 0 0;
  background-color: #fff;
}
.proli:nth-child(odd) {
  animation-delay: 1.4s;
}
.proli:nth-child(odd) .proliimg img {
  animation-delay: 1.7s;
}
.proli:nth-child(even) {
  animation-delay: 1.2s;
}
.proli:nth-child(even) .proliimg img {
  animation-delay: 1.9s;
}
.proli:hover {
  box-shadow: 0px 0 20px 3px rgba(0, 0, 0, 0.05);
}

.proliimg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.proliimg a:hover {
  opacity: 1;
}
.proliimg img {
  width: 100%;
  vertical-align: middle;
  opacity: 0;
  animation: mov_opt 1 1s ease-out forwards;
  animation-delay: 0.5s;
}
.proliimg::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8EA88A;
  opacity: 0;
  transition: 1s;
}
.proliimg span {
  position: absolute;
  z-index: 6;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  opacity: 0;
  transition: 0.5s;
  bottom: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proliimg figcaption::before, .proliimg figcaption::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  opacity: 1;
  z-index: 6;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.proliimg figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.proliimg figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.proliimg:hover::after {
  opacity: 0.2;
}
.proliimg:hover figcaption::before, .proliimg:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.proliimg:hover span {
  opacity: 1;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}

.proli_des {
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
}
.proli_des a .proli_name {
  color: black;
}
.proli_des a .listprice {
  color: #cdcdcd;
  text-decoration: line-through;
  margin-right: 12px;
}
.proli_des a .proli_price {
  color: gray;
}
.proli_des a:active .proli_name, .proli_des a:hover .proli_name {
  color: #74b81e;
  text-decoration: underline;
}
.proli_des a:active .txt, .proli_des a:hover .txt {
  color: #9a9a9a;
}
.proli_des a:active .listprice, .proli_des a:hover .listprice {
  text-decoration: line-through;
  margin-right: 12px;
}
.proli_des .txt {
  display: none;
  max-height: 40px;
  color: #b3b3b3;
  overflow: hidden;
  margin-bottom: 20px;
}

.proli_name {
  position: relative;
  display: block;
  padding-bottom: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.proli_name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 40px;
  bottom: -20px;
  border-bottom: 4px solid #74b81e;
}
.proli_name a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-bottom: 24px;
  color: #000;
}

.proli_price {
  display: none;
}
.proli_price .disprice {
  color: #78d600;
  font-size: 1.8rem;
}

.proli_send {
  display: none;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.proli_send input {
  margin-top: 20px;
}

.prodes .title {
  max-width: 1200px;
  margin: auto;
  padding: 40px 0 0;
}

.pro_detailimg {
  display: block;
  float: left;
  width: 44%;
}
.pro_detailimg .pro_midimg {
  min-height: 300px;
  background: url(../images/pro_nopicture.jpg) top no-repeat;
  background-size: contain;
}
.pro_detailimg .pro_midimg img {
  width: 100%;
}
.pro_detailimg .pro_midimg a {
  opacity: 1;
}
.pro_detailimg .pro_midimg_s img {
  display: inline-block;
  width: 44px;
  margin: 6px 6px 0px 0px;
  border: 1px solid #d3d3d3;
}

.pro_detail {
  float: right;
  width: 50%;
  margin-left: 5%;
}

.pro_name {
  position: relative;
  line-height: 1.4;
}
.pro_name h1 {
  margin-bottom: 12px;
  color: #000;
  font-size: 3.6rem;
}
.pro_name h1::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 44px;
  border-top: 4px solid #74b81e;
}

.pro_id {
  color: #9a9a9a;
}
.pro_id .idnumber {
  color: #b3b3b3;
  margin-right: 10px;
}

.pro_info {
  margin: 24px 0;
}

.pro_price {
  color: #9a9a9a;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 20px 0;
  padding-bottom: 10px;
}
.pro_price .pric_offer {
  font-size: 2.4rem;
  font-weight: bold;
  color: #74b81e;
}
.pro_price .listprice {
  color: #cdcdcd;
  text-decoration: line-through;
}
.pro_price .disprice {
  color: #ff8487;
  font-size: 3.2rem;
}

.but_inquiry {
  margin: 30px 0;
}
.but_inquiry .addtocar {
  width: 230px;
  height: 44px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 5px;
  text-indent: 40px;
  background: #74b81e url(../upload/userfiles/image/system/ico_addcart.png) no-repeat;
  background-size: 100%;
  border: 0;
  border-radius: 50px;
}
.but_inquiry .addtocar:hover {
  background-color: #6b6b6b;
}

.pro_qty {
  line-height: 3;
  margin-top: 30px;
  padding: 10px;
  background-color: whitesmoke;
}
.pro_qty img {
  margin: 0px 5px;
  border: 1px solid #ccc;
}
.pro_qty input.form03 {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  width: 30%;
}

input.but_minus,
input.but_add {
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 6px 14px;
  background-color: #666;
  border: 0;
}
input.but_minus:hover,
input.but_add:hover {
  background-color: #666666;
}

.pro_share {
  text-align: right;
  margin: 20px 0;
}

.pro_descript {
  position: relative;
  padding-top: 40px;
}
.pro_descript::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 300px;
  background-color: #fff;
  clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%);
}
.pro_descript .cont {
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}
.pro_descript img {
  width: initial !important;
  height: initial !important;
}

/*News*/
.title_pic {
  font-family: "Times New Roman", Georgia, "Noto Serif TC", serif;
  font-size: 4.4rem;
  line-height: 1.4;
  text-align: center;
  margin: 3% 0 5%;
}
.title_pic img {
  display: none;
}

.new_case {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.new_pic {
  flex: 3;
  margin-right: 3%;
}

.new_list {
  flex: 9;
  line-height: 1.4;
}
.new_list h2 {
  display: block;
  position: relative;
  font-size: 1.8rem;
  margin: 0;
  padding-bottom: 8px;
}

.new_date {
  color: #aaa;
  font-size: 1.4rem;
  margin: 20px 0 30px;
}
.new_date .day {
  display: inline-block;
}

.tit_h2 {
  position: relative;
  color: #666;
  font-size: 2.4rem;
  margin: 0;
}
.tit_h2::before {
  content: " ";
  position: absolute;
  top: 50px;
  left: 0;
  width: 40px;
  border-bottom: 2px solid #74b81e;
}

/* -------------------------------- 
contact
-------------------------------- */
.contact_td {
  float: left;
  width: 65%;
}
.contact_td td:first-child {
  text-align: right;
}

.contact_info {
  float: right;
  color: #999;
  width: 30%;
}
.contact_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact_info li {
  padding-left: 30px;
}

.con_add {
  background: url(../upload/userfiles/image/system/contact_ico_add.png) no-repeat;
  background-position-y: 4px;
  background-size: 30px;
}

.con_phone {
  background: url(../upload/userfiles/image/system/contact_ico_phone.png) no-repeat;
  background-position-y: 4px;
  background-size: 30px;
}

.con_fax {
  background: url(../upload/userfiles/image/system/contact_ico_fax.png) no-repeat;
  background-position-y: 4px;
  background-size: 30px;
}

.con_mail {
  background: url(../upload/userfiles/image/system/contact_ico_mail.png) no-repeat;
  background-position-y: 4px;
  background-size: 30px;
}

.contact_ok {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  color: #74b81e;
  font-size: 2rem;
}

/*Global Links CSS*/
@media print {
  #wrap {
    padding: 10px 0;
    margin: auto;
  }
  #wrap_80p {
    padding: 10px 10%;
    margin: auto;
  }
  #wrap_full {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1440px) {
  #wrap {
    padding: 72px 5%;
  }
  #wrap_full {
    padding: 72px 0;
  }
  .aside_tit span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1280px) {
  #wrap_80p {
    padding: 72px 10%;
  }
  .proli {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #wrap, #wrap_80p, #wrap_full {
    padding: 10px 10px;
  }
  #wrap_full {
    padding: 10px 0 0;
  }
  #wrap .aside {
    display: none;
  }
  .content {
    width: 100%;
    margin: 0;
  }
  .new_list h2 {
    font-size: 1.6216216216rem;
  }
  .proli {
    padding: 0;
  }
  .proli figcaption {
    display: none;
  }
  .proli .proliimg::after {
    display: none;
  }
  .contact_td,
  .contact_info {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .proli {
    width: 48%;
  }
  .proli_price .listprice {
    display: block;
    margin-right: 0;
  }
  .pro_detailimg {
    float: none;
    width: 100%;
  }
  .pro_detail {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
  .pro_detailimg .pro_midimg {
    width: 80%;
    min-height: initial;
    margin: auto;
  }
  .but_inquiry {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }
  .pro_descript {
    background-size: 200%;
  }
  .new_case {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .new_date {
    flex-direction: row;
    justify-content: flex-end;
    flex: 100%;
    width: initial;
    height: initial;
    border: 0;
  }
  .new_date.new_date_m {
    margin: 0 0 8px;
  }
  .new_date .day {
    font-size: 2.8rem;
    width: 30px;
    margin: 0 10px;
  }
  .new_list {
    max-height: 100px;
    overflow: hidden;
  }
  .new_des_title {
    display: block;
    padding: 20px 0;
  }
  .new_des_title .new_date {
    margin: 0 0 10px;
  }
  .new_des_title h1 {
    border-left: 0;
    margin: 0;
    padding: 0;
  }
}
.ind_ad_b {
  max-width: 900px;
  margin: 0 auto 48px;
}

.index .news {
  float: left;
  width: 33%;
  vertical-align: top;
  min-height: 200px;
  border-top: 3px solid #bba164;
  border-bottom: 3px solid #bba164;
}

.warranty .area {
  display: flex;
}
.warranty .area .col {
  flex: 50%;
  padding: 4vw;
}
.warranty .area .proinfo {
  background-color: #f9f9f9;
}
.warranty .area .cusname {
  margin-top: 40px;
  margin-bottom: -40px;
  border: 1px solid #74b81e;
}
.warranty .area .field {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}
.warranty .area .field label {
  flex: 3;
  font-size: clamp(1.5rem, 2vw, 1.6rem);
}
.warranty .area .field .field_body {
  flex: 9;
}
.warranty .area .field .field_body input {
  width: 100%;
}
.warranty .area .field .field_body .not_warn {
  border: 1px solid #fd7e14;
}
.warranty .area .field .field_body .row {
  min-height: 44px;
  flex: 100%;
}
.warranty .area .field .field_body .help {
  font-size: 1.4rem;
}
.warranty .area .field .field_body .btn_primary {
  padding: 12px 28px;
  color: #fff;
  font-weight: bold;
  background-color: #588c17;
}
.warranty .area .field .field_body #twzipcode {
  display: flex;
  gap: 8px;
}
.warranty .area .field .field_body .add {
  margin-top: 8px;
}
.warranty .area .field .field_body .w_proname_txt {
  font-weight: bold;
  line-height: 1.2;
}
.warranty .area .field .field_body .w_proname_txt input {
  padding: 4px 0 12px;
  font-weight: bold;
  border: 0;
  background-color: transparent;
}
.warranty .area .field .remark {
  display: flex;
  justify-content: space-between;
  flex: 100%;
}
.warranty .w_proname {
  padding: 2vw;
}
.warranty .w_proname #product_menu > ul > li > a {
  font-size: 1.8rem;
  font-weight: bold;
}
.warranty .w_proname #product_menu .menu_sub01 a {
  color: #000;
  font-size: 1.7rem;
  background: url(../images/arrow_r.svg) no-repeat 0px top;
  background-size: 16px;
  background-position: 0 12px;
  border-bottom: 2px solid #74b81e;
}
.warranty .w_proname #product_menu .menu_sub01 .menu_sub02 a {
  color: #000;
  border-bottom: 1px solid #74b81e;
}
.warranty .w_proname #product_menu ul li a {
  margin-bottom: 8px;
  padding: 8px 4px 8px 28px;
  color: #000;
  border-radius: 60px;
  background: url(../images/arrow_point.svg) no-repeat 0px top;
  background-size: 16px;
  background-position: 4px 12px;
  background-color: #edf1ea;
}
.warranty .w_proname #product_menu ul li a:focus {
  color: #fff;
  background-color: #74b81e;
}
.warranty .w_proserial {
  padding: 4vw;
}

@media screen and (max-width: 1280px) {
  .warranty .area {
    flex-direction: column;
  }
  .warranty .area .cusname {
    margin: 0;
  }
}
.about #wrap_full {
  padding-top: 0;
}

.about_a {
  display: flex;
  align-items: center;
  min-height: 733px;
  background: url(../upload/userfiles/image/about/about_bg1.png);
  background-size: cover;
  background-position: center;
}
.about_a .title {
  margin-top: -40px;
  width: 50%;
  color: #fff;
}
.about_a .title .tit_primary_b {
  color: #fff;
}

.about_b .artic .col {
  padding: 2vw;
}

.about_c {
  position: relative;
  height: 70vh;
  margin: 15vh 0;
}
.about_c .row.spec {
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #77bc1f;
  transform: skew(0, 5deg);
}
.about_c .row.img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: skew(0, -5deg);
}

@media screen and (max-width: 992px) {
  .about_c {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .about_a {
    min-height: 350px;
  }
  .about_a .title {
    width: 100%;
  }
  .about_b .flex {
    flex-direction: column;
  }
  .about_c {
    height: 32vh;
    margin: 10vh 0;
  }
}
.store .list {
  width: 31.3333333333%;
  margin: 0 1% 40px;
  border-bottom: 1px solid #74b81e;
}
.store .list .img {
  overflow: hidden;
}
.store .list .txt {
  padding: 24px 2vw;
}
.store .list h4 {
  margin: 0;
  color: #000;
  font-size: 2rem;
  line-height: 1.4;
}
.store .list ul {
  padding-left: 0;
}
.store .list li {
  list-style: none;
}
.store .list .ico_s {
  width: 24px;
}
.store .list li.add a {
  color: #000;
}

@media screen and (max-width: 768px) {
  .store .list {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .store .list {
    width: 98%;
  }
}
.battery #wrap_full {
  padding-top: 0;
}

.battery_a {
  display: flex;
  align-items: center;
  min-height: 733px;
  background: url(../upload/userfiles/image/battery/techMarketingBanner.jpg);
  background-size: cover;
  background-position: center;
}
.battery_a #wrap {
  justify-content: space-between;
}
.battery_a .title {
  margin-top: -40px;
  width: 50%;
}
.battery_a .title .tit_primary_b {
  margin-bottom: 12px;
  color: #74b81e;
}
.battery_a .title .tit_primary {
  margin-top: 0;
}
.battery_a .img {
  width: 40%;
}

.battery_b {
  display: flex;
  align-items: center;
  padding: 4vw 0 0;
  background-color: #3d4242;
}
.battery_b .title {
  width: 100%;
  color: #fff;
}
.battery_b .title .tit_primary_b {
  margin-bottom: 12px;
  color: #74b81e;
}
.battery_b .title .tit_primary {
  color: #fff;
}
.battery_b .title .tit_primary {
  margin-top: 0;
}
.battery_b .img {
  width: 100%;
  text-align: center;
}
.battery_b .tit_txt {
  font-size: 1.6rem;
  line-height: 2;
}

.battery_c {
  padding-bottom: 60px;
  background-color: #3d4242;
}
.battery_c #wrap {
  gap: 4%;
}
.battery_c .list {
  flex: 46%;
  color: #fff;
}
.battery_c .tit_h5 {
  color: #74b81e;
}
.battery_c .tit_primary {
  color: #fff;
}
.battery_c .tit_txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .battery_a .title,
  .battery_a .img {
    width: 100%;
  }
  .battery_c .list {
    flex: 100%;
  }
}
.slick-initialized .slick-slide {
  display: block;
  padding: 40px 24px;
  background-color: #fff;
}
.slick-initialized .slick-slide:hover {
  box-shadow: 0px 0 20px 3px rgba(0, 0, 0, 0.05);
}

.slick-slide {
  margin: 0 0 0 -1px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  display: flex;
}

.slick-list {
  padding: 0 2px;
}

.index .bg_gary {
  position: relative;
}
.index .bg_gary::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-color: #fff;
  clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%);
}

.ind_feature {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.ind_feature .col.artic {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ind_feature .col.artic .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 350px;
  padding: 1vw 4vw 1vw 1vw;
}
.ind_feature .col.artic .btn_more {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translate(50%, 50%);
}
.ind_feature .col.img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2vw;
  position: absolute;
  width: 50%;
  height: 350px;
  right: 0;
  overflow: hidden;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .ind_feature {
    flex-direction: column;
  }
  .ind_feature .col.artic .txt {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 4vw;
  }
  .ind_feature .col.img {
    position: relative;
    width: 100%;
  }
  .ind_feature .col.artic .btn_more {
    transform: translate(0, 50%);
  }
}
.ind_mission {
  display: flex;
  align-items: center;
  min-height: 500px;
  background: url(../upload/userfiles/image/ind_mission.jpg);
  background-size: cover;
  background-position: center;
}
.ind_mission #wrap {
  flex-direction: column;
  align-content: flex-start;
  text-align: left;
}
.ind_mission .tit_gp {
  color: #fff;
  text-align: left;
  flex: 0 0 58.33333333%;
  max-width: 58.3333333333%;
}
.ind_mission .tit_gp .tit_primary {
  color: #fff;
}
.ind_mission .btn_more {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .ind_mission .tit_gp {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*   form   */
.form_full {
  width: 100%;
}

.form_30p {
  width: 30%;
}

.w_s {
  width: 8%;
}

.w_ms {
  width: 10%;
}

.w_m {
  width: 14%;
}

.w_mb {
  width: 16%;
}

.w_b {
  width: 24%;
}

.form_bg01 {
  background-color: #f3f1e8;
}

.form_bgw {
  background-color: #fff;
}

/*Global Links CSS*/
/*   footer   */
footer {
  color: #b3b3b3;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #3c3936;
}
footer .copyright {
  color: #b3b3b3;
  background-color: #33302d;
}
footer .copyright .box {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 8px 0;
  color: gray;
  font-size: 1.4rem;
}

#footer {
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 60px 0 30px;
}
#footer .col.comp {
  flex: 5;
}
#footer .col.comp a {
  color: #b3b3b3;
}
#footer .col.comp .tel {
  font-size: 2rem;
  font-weight: bold;
}
#footer .col.comp li {
  align-items: center;
}
#footer .col.fot_list {
  flex: 7;
  margin-left: 5%;
}
#footer .col.fot_list a {
  padding: 12px 0;
  line-height: 1.4;
}
#footer .col.fot_list ul {
  display: flex;
}
#footer .fot_log {
  flex: 1;
  text-align: left;
}
#footer .fot_log img {
  width: 120px;
  margin-bottom: 16px;
}
#footer ul {
  padding: 0;
}
#footer ul ul {
  flex-direction: column;
}
#footer li {
  display: flex;
  align-items: flex-start;
  flex: 1;
  list-style: none;
  font-size: unset;
  line-height: 1.2;
}
#footer img.small {
  width: 32px;
  margin-right: 12px;
}

#footer a {
  display: inline-block;
  color: #fff;
}
#footer a:visited {
  color: #b3b3b3;
}
#footer a:active, #footer a:hover {
  color: #a6e458;
  text-decoration: underline;
}

footer .designco {
  position: absolute;
  right: 10px;
  z-index: 1;
}
footer .designco a {
  color: #b3b3b3;
  font-size: 1rem;
}
footer .designco a:visited {
  color: #b3b3b3;
}
footer .designco a:active, footer .designco a:hover {
  color: #676767;
}

/*  share   */
#post_share {
  position: relative;
  width: 100%;
  margin: 24px 0;
  text-align: center;
}
#post_share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#post_share li {
  display: inline-block;
  margin: 3px;
}
#post_share li a {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0;
  background-image: url(../upload/userfiles/image/system/ico_share_b.svg);
  background-repeat: no-repeat;
  background-size: 600px;
  transition: 0.3s;
}
#post_share li a:hover {
  text-decoration: none;
}

#post_share #mail {
  background-position: 0px 0px;
}
#post_share #mail:hover {
  background-position: 0px -48px;
}
#post_share #facebook {
  background-position: 0px 0px;
}
#post_share #facebook:hover {
  background-position: 0px -48px;
}
#post_share #ig {
  background-position: -120px 0px;
}
#post_share #ig:hover {
  background-position: -120px -48px;
}
#post_share #line {
  background-position: -180px 0px;
}
#post_share #line:hover {
  background-position: -180px -48px;
}
#post_share #twitter {
  background-position: -240px 0px;
}
#post_share #twitter:hover {
  background-position: -240px -48px;
}
#post_share #linkedin {
  background-position: -300px 0px;
}
#post_share #linkedin:hover {
  background-position: -300px -48px;
}
#post_share #plurk {
  background-position: -360px 0px;
}
#post_share #plurk:hover {
  background-position: -360px -48px;
}
#post_share #youtube {
  background-position: -420px 0px;
}
#post_share #youtube:hover {
  background-position: -420px -48px;
}
#post_share #pinterest {
  background-position: -480px 0px;
}
#post_share #pinterest:hover {
  background-position: -480px -48px;
}
#post_share #blogger {
  background-position: -540px 0px;
}
#post_share #blogger:hover {
  background-position: -540px -48px;
}

#backtotop {
  position: relative;
  z-index: 99;
  text-align: center;
  width: 60px;
  margin-left: -1px;
}
#backtotop .ico_shop {
  max-width: 24px;
  opacity: 0.5;
}

.backtop_shop {
  font-size: 11px;
  padding-bottom: 15px;
}
.backtop_shop a:link,
.backtop_shop a:visited {
  color: #74b81e;
}

/*   other   */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
} /* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*Global Links CSS*/
@media screen and (max-width: 767px) {
  #footer {
    flex-direction: column;
  }
  #footer .fot_log {
    text-align: center;
  }
  #footer .col.comp {
    margin: auto;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  #footer .container {
    display: block;
  }
  #footer .container .fotlogo {
    width: 100px;
    margin: auto;
    margin-bottom: 20px;
  }
  #backtotop {
    display: none;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: opacity 3s;
  }
}
@keyframes widthto30 {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
@keyframes widthto60 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}
@keyframes widthto100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes logoimg {
  0% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
}
@keyframes logoimglag {
  0% {
    -webkit-transform: scale(0.7, 0.7); /*為Chrome/Safari*/
    -moz-transform: scale(0.7, 0.7); /*為Firefox*/
    -ms-transform: scale(0.7, 0.7); /*為IE*/
    -o-transform: scale(0.7, 0.7); /*為Opera*/
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes mov_path {
  from {
    background-color: #cfcfcf;
    clip-path: polygon(100% 0%, 100% 0, 100% 0%, 0% 0%, 0 0%, 0 0);
  }
  to {
    background-color: #fff;
    clip-path: polygon(100% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes mov_opt {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*   footer   */
#pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  margin: 60px 0;
}
#pagination .page {
  display: flex;
  flex-wrap: wrap;
}
#pagination .prev a,
#pagination .next a {
  width: 100px;
  border: 0;
  background-color: transparent;
}
#pagination .prev a:hover,
#pagination .next a:hover {
  border: 0;
  background-color: #fff;
  opacity: 0.5;
}
#pagination .prev {
  text-indent: -999em;
  background: url(../images/ico_prve.jpg) no-repeat center;
}
#pagination .next {
  text-indent: -999em;
  background: url(../images/ico_next.jpg) no-repeat center;
}
#pagination .hotkey input {
  margin: 0 5px;
  padding: 3px;
}
#pagination .hotkey input[type=image] {
  border: 0;
}
#pagination span {
  color: #666;
}
#pagination .onthis {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b3b3b3;
  font-weight: bold;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background-color: whitesmoke;
}
#pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: -1px;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 44px;
  height: 44px;
}
#pagination a:hover {
  color: #fff;
  border: 1px solid #74b81e;
  background-color: #4d4d4d;
}

/*Global Links CSS*/
@media screen and (max-width: 576px) {
  #pagination {
    margin: 120px 0 60px;
  }
  #pagination .prev {
    position: absolute;
    top: -64px;
    left: 12%;
  }
  #pagination .next {
    position: absolute;
    top: -64px;
    right: 12%;
  }
  #pagination .hotkey {
    margin-top: 10px;
  }
}
/*Global Links CSS*/
/*   layout   */
.news_wp .shell {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}

.news_wp .shell .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  flex: 0 1 48%;
  margin: 0 0 3em 0;
  background-color: #fff;
}
.news_wp .shell .list .col.images {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63.8%;
  background-color: rgba(255, 255, 255, 0.03);
}
.news_wp .shell .list .col.images a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_wp .shell .list .col.images img {
  opacity: 1;
  max-height: 100%;
}
.news_wp .shell .list .col.date {
  position: absolute;
  top: 24px;
  left: 12px;
  width: auto;
  padding: 0;
  color: #fff;
  line-height: 1.2;
  transform: rotate(90deg);
}
.news_wp .shell .list .col.date::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.news_wp .shell .list .col.copy {
  position: relative;
  flex-grow: unset;
  width: 100%;
  padding: 5%;
}
.news_wp .shell .list .col.copy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.news_wp .shell .list .col.copy a:hover {
  text-decoration: none;
}
.news_wp .shell .list .col.copy a h3 {
  color: #3d6010;
}
.news_wp .shell .list .col.copy h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 52px;
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.news_wp .shell .list .col.copy .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
.news_wp .shell .list:hover .col.copy .text {
  opacity: 1;
  max-height: 48px;
  transition: 1s;
}
.news_wp .shell .list:hover .col.copy::after {
  border-bottom: 1px solid #74b81e;
  animation: linkline01 0.5s linear 1;
}
.news_wp .shell .list .date {
  color: #74b81e;
  font-size: 1.4rem;
}
.news_wp .shell .list .col.download {
  flex: 2 0 2vw;
  width: 100%;
}
.news_wp .shell .list .btn.more {
  padding: 8px 0;
  font-size: 1.6rem;
}
.news_wp .shell .list .btn.more a {
  color: #fff;
}
.news_wp .shell .list .btn.more a:hover {
  color: #fff;
}

.news_wp .shell .list .col.copy {
  padding: 8%;
}

.news_wp .shell .list {
  flex: 0 1 31.3%;
}

.wrap.news_detail_wp {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  padding: 260px 12% 0;
}
.wrap.news_detail_wp .content {
  flex: 9;
}
.wrap.news_detail_wp .title_main {
  display: block;
  margin: 0 auto 40px;
}
.wrap.news_detail_wp .date {
  color: #74b81e;
  font-size: 1.4rem;
}
.wrap.news_detail_wp .article_txt {
  padding: 5%;
  background-color: #fff;
}
.wrap.news_detail_wp .related_tags {
  margin-top: 44px;
}
.wrap.news_detail_wp .related_tags ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wrap.news_detail_wp .related_tags li {
  margin: 8px 16px 8px 0;
  list-style: none;
}
.wrap.news_detail_wp .related_tags li a {
  display: block;
  padding: 4px 12px;
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #fff;
}
.wrap.news_detail_wp .related_tags li a:hover {
  color: #fff;
  background-color: #74b81e;
}

.wrap.news_detail_wp #post_share,
.wrap.news_detail_wp .back {
  flex: 100%;
}

.news_detail_wp .wrap .aside_left.article_left {
  flex: 2.5;
}
.news_detail_wp .wrap .content {
  flex: 9.5;
}

.news_wp .wrap,
.news_detail_wp .wrap {
  margin-top: 52px;
}

.date .ico_ss {
  width: 14px;
  vertical-align: text-top;
}

.wrap.news_detail_wp .content {
  position: relative;
  z-index: 1;
  margin-top: -300px;
  padding: 5%;
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .wrap.news_detail_wp {
    padding: 140px 4% 0;
  }
  .news_wp .shell .list {
    flex: 0 1 48%;
  }
  .wrap.news_detail_wp .content {
    margin-top: -160px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .news_wp .shell .list {
    flex: 0 1 100%;
  }
}/*# sourceMappingURL=css.css.map */