@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("pretty.css");
*,
*::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: #999; }

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

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

a {
  color: #6eb92b;
  transition: 0.5s;
  text-decoration: none;
  outline: 0; }
  a:visited {
    color: #333; }
  a:hover {
    opacity: .7;
    color: #6eb92b; }

img {
  max-width: 100%; }

.f10px {
  font-size: 1.0rem; }

.f12pt {
  font-size: 1.2rem; }

.f13pt {
  font-size: 1.3rem; }

.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: #6eb92b; }

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

h2 {
  font-size: 3.2rem;
  line-height: 1.2; }

.tit span {
  display: block;
  color: #628291;
  font-size: 1.6rem;
  text-align: center;
  margin: -20px 0 40px 0; }

.prolist h1,
.prodes h1 {
  text-align: left;
  margin: 0; }
  .prolist h1::after,
  .prodes h1::after {
    top: 0;
    left: 0;
    transform: translateX(0%);
    animation: widthto100 2s forwards 1s; }

.tit_h2 {
  display: block;
  position: relative;
  color: #000;
  font-size: 3.6rem;
  text-align: left;
  line-height: 1.4;
  padding: 24px 0 0; }
  .tit_h2::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    border-bottom: 4px solid #6eb92b;
    top: initial;
    left: 0%;
    transform: translateX(0%);
    top: 0;
    animation: widthto30 2s forwards 1s; }

.primary_line {
  display: table;
  position: relative;
  text-align: center;
  font-weight: 400;
  margin: 24px auto;
  padding: 24px 0; }
  .primary_line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 1px;
    border-bottom: 4px solid #6eb92b;
    top: 0;
    left: 50%;
    transform: translateX(-52%);
    animation: widthto60 2s forwards 1s; }

.index .primary_line {
  margin: 0 auto; }

.non_line {
  display: table;
  position: relative;
  text-align: center;
  font-weight: 400;
  margin: 24px auto;
  padding: 24px 0; }
  .non_line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 1px;
    border-bottom: 4px solid #6eb92b;
    top: 0;
    left: 50%;
    transform: translateX(-52%);
    animation: widthto60 2s forwards 1s; }
  .non_line span {
    color: #6eb92b; }
  .non_line::after {
    display: none; }

.linefulls {
  display: table;
  position: relative;
  text-align: center;
  font-weight: 400;
  margin: 24px auto;
  padding: 24px 0; }
  .linefulls::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 1px;
    border-bottom: 4px solid #6eb92b;
    top: 0;
    left: 50%;
    transform: translateX(-52%);
    animation: widthto60 2s forwards 1s; }
  .linefulls::after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: widthto100 2s forwards 1s; }

.linefull_l {
  display: table;
  position: relative;
  text-align: center;
  font-weight: 400;
  margin: 24px auto;
  padding: 24px 0; }
  .linefull_l::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 1px;
    border-bottom: 4px solid #6eb92b;
    top: 0;
    left: 50%;
    transform: translateX(-52%);
    animation: widthto60 2s forwards 1s; }
  .linefull_l::after {
    top: 0;
    left: 0%;
    transform: translateX(0%);
    animation: widthto100 2s forwards 1s; }

.t_left {
  text-align: left;
  margin: 0; }

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

ul.li_style01 {
  list-style: none;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px; }
  ul.li_style01 li::before {
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: -20px;
    margin-right: 4px;
    background-image: url("../upload/userfiles/image/system/liststyle_01.png");
    background-size: cover; }

.ul_m0 ul {
  margin: 0 !important; }

.untottom {
  margin-bottom: 0 !important; }

.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; }
  select:hover,
  input:hover,
  textarea:hover,
  button:hover {
    border-bottom: 1px solid #559021; }
  select:focus,
  input:focus,
  textarea:focus,
  button:focus {
    outline: 1px solid #559021;
    box-shadow: 0 0 10px #ddcca6;
    -webkit-transition: all 0.2s ease-in-out; }

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; }

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; }

.hid {
  display: none; }

.show {
  display: block; }

.pchidmobshow {
  display: none; }

.back {
  clear: both;
  text-align: center;
  letter-spacing: 6px; }
  .back a,
  .back a:visited {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    line-height: 2.5;
    text-align: center;
    margin: 60px 0;
    padding: 0 40px;
    border: 0;
    border-radius: 40px;
    background-color: #eee;
    background-image: linear-gradient(120deg, #addd52 0%, #13afa1 100%); }
  .back img {
    vertical-align: sub; }

.send {
  text-align: center; }
  .send input {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    line-height: 2.5;
    text-align: center;
    margin: 60px 0;
    padding: 0 40px;
    border: 0;
    border-radius: 40px;
    background-color: #eee;
    background-image: linear-gradient(120deg, #addd52 0%, #13afa1 100%);
    letter-spacing: 10px;
    text-indent: 10px;
    box-shadow: 0px 5px 10px 0px rgba(110, 185, 43, 0.3); }
    .send input:hover {
      outline: 0;
      opacity: .7; }

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

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

/*   ad   */
.ad_hid {
  display: none; }

/*   table   */
.tdst_01.nonbg td {
  background-color: #fff; }

.tdst_01 a {
  color: #000; }
.tdst_01 th {
  line-height: 1.4;
  padding: 8px;
  border-bottom: 2px solid #6eb92b; }
.tdst_01 td {
  line-height: 1.4;
  padding: 8px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #eee; }
  .tdst_01 td.weaken {
    font-size: 1.3rem;
    color: #999; }
.tdst_01 tr:nth-child(even) td {
  background-color: #fff;
  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: 640px) {
  .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-left: 8px;
    margin-right: 8px; }

  .newsli .rwd-table td:before {
    min-width: 50px; }

  .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; }

  .tdst_01 tr:nth-child(even) td {
    border-bottom: 0; } }
/*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%; }

/*Global Links CSS*/
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 3.4rem; }
    h1::after {
      border-bottom: 2px solid #6eb92b; }

  h1.tit_h2::after {
    border-bottom: 2px solid #6eb92b; } }
@media screen and (max-width: 1150px) {
  body {
    font-size: 1.6rem; }

  h1 {
    font-size: 3.4rem; }

  h2 {
    font-size: 2.4rem; } }
@media screen and (max-width: 992px) {
  .pchidmobshow {
    display: block; }

  .pchshowmobhid {
    display: none; } }
@media screen and (max-width: 640px) {
  h1 {
    font-size: 2.4rem;
    padding: 20px 0; }

  h2 {
    font-size: 2.2rem; } }
header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff; }

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

.logo img {
  width: 250px;
  animation: logoimglag 0.7s forwards;
  margin-top: 10px; }

.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  height: 10px;
  text-align: right;
  background-color: #91bf67; }

#h_submenu {
  position: absolute;
  display: flex;
  top: 0;
  right: 2%;
  z-index: 6;
  text-align: right; }
  #h_submenu a {
    color: #fff;
    text-align: center;
    width: 44px;
    margin: 0 5px;
    padding: 10px;
    border-radius: 0 0 30px 30px;
    background-color: #91bf67; }

#navigation {
  display: flex;
  flex-wrap: wrap;
  z-index: 9999;
  margin-top: 60px;
  margin-right: calc(-1vw + -12px);
  /*#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:hover::before {
      content: '';
      position: absolute;
      width: 70%;
      border-top: 2px solid #6eb92b;
      top: initial;
      left: 50%;
      transform: translateX(-52%);
      animation: widthto80 1s forwards 0s; }
    #navigation > ul > li .hid {
      display: none; }
  #navigation li .nav01 div a {
    display: block;
    color: black;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0 .8vw;
    padding: 12px;
    transition: 0.3s; }
    #navigation li .nav01 div a:hover {
      color: #3d6618; }
    #navigation li .nav01 div a .mu_newpro {
      float: left;
      width: 32px;
      height: 32px;
      color: white;
      font-size: 1rem;
      margin: -2px 5px 0 0;
      padding: 4px 10px 4px 4px;
      background: url(../images/nav_hot.png) no-repeat;
      background-size: 100%; }

#header.is-hidden {
  position: fixed;
  opacity: 0;
  left: 50%;
  height: initial;
  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 {
    opacity: 0;
    animation: show 1s forwards; }
  #header.is-hidden.slide-in {
    opacity: 1; }
  #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; }
    #header.is-hidden #navigation li div a span {
      color: white; }
    #header.is-hidden #navigation li:hover::before {
      border-top: 2px solid white; }

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

#navigation_catalog {
  position: absolute;
  /*display: none; 若想SHOW下拉，就把display: none;拿掉*/
  min-width: 150px;
  text-align: left;
  line-height: 1.4;
  top: initial;
  left: 50%;
  transform: translateX(-50%); }
  #navigation_catalog a {
    display: block;
    color: #559021;
    width: 100%;
    padding: 8px 12px;
    border-bottom: 1px solid #dbdbdb; }
    #navigation_catalog a:hover, #navigation_catalog a:focus {
      opacity: 1;
      color: #fff;
      background-color: #6eb92b; }
  #navigation_catalog ul {
    display: none;
    height: auto;
    border-top: 2px solid #6eb92b;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }
  #navigation_catalog ul li {
    position: relative; }
  #navigation_catalog ul li a {
    display: inline-block;
    background-color: #fefffe; }
  #navigation_catalog ul li ul {
    position: absolute;
    top: 0;
    left: 149px;
    z-index: -1;
    width: 200px;
    max-height: 40vh;
    overflow-y: auto;
    border-top: 0; }
  #navigation_catalog ul li ul li a {
    color: #4d4d4d;
    font-size: 1.4rem;
    padding-left: 12px;
    background-color: #f0f0f0; }
  #navigation_catalog ul li ul li ul li a {
    color: #559021;
    padding-left: 28px;
    background-color: #dcf2c8; }
  #navigation_catalog ul li ul li ul li ul li a {
    background-color: white; }
  #navigation_catalog.nav_pro {
    min-width: 170px; }

/* -------------------------------- 
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;
  top: 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: #6eb92b;
  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;
  /*搜尋自動填塞淡淡的白*/
  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: 100%;
  width: 0;
  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: 24px;
  width: 24px;
  padding: 0 0 0 0px;
  border: 1px solid #bbb;
  border-radius: 50px;
  background: #fff; }
.s1 button:before {
  content: "";
  position: inherit;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 16px;
  background-image: url(../images/ico_search.png);
  background-size: 100%; }

.s2:after {
  content: "";
  display: table;
  clear: both; }
.s2 form {
  float: right;
  width: auto; }
.s2 input {
  position: relative;
  outline: none;
  width: 80px;
  padding: 5px 20px 5px 15px;
  border: 1px solid #eee;
  border-radius: 42px;
  background: #fff;
  transition: .3s linear; }
.s2 input:focus {
  width: 150px; }
.s2 button {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: none;
  border: none; }
.s2 button:before {
  content: "";
  position: inherit;
  left: 2px;
  top: 6px;
  width: 20px;
  height: 16px;
  background-image: url(../images/ico_search.png);
  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: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9); }

/*Global Links CSS*/
@media print {
  header {
    position: relative; }

  #header.is-hidden.slide-in {
    top: 0; }

  #header.is-hidden {
    position: relative; } }
@media screen and (min-width: 1440px) {
  #header {
    padding: 0 5%; } }
@media screen and (max-width: 1280px) {
  #navigation li .nav01 div a {
    padding: 12px 6px; } }
@media screen and (max-width: 1150px) {
  #navigation li .nav01 div a {
    letter-spacing: 0;
    margin: 0 0.5vw;
    padding: 12px 3px; } }
@media screen and (max-width: 992px) {
  header {
    position: relative;
    height: 46px; }

  #header {
    align-items: baseline;
    padding: 0;
    height: 46px; }

  .ribbon {
    display: none; }

  .logo {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    background-color: #fff; }
    .logo img {
      width: 200px;
      margin-top: 0; }

  #h_submenu {
    display: none; }

  #navigation a#pull span::before, #navigation a#pull span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    -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%; }

  #navigation::-webkit-scrollbar {
    width: 0; }

  #navigation {
    /*fixed用，不要加上position: absolute;*/
    display: inline-block;
    top: 0;
    /*橫條黑
    position: absolute;
    display: block;
    top: $navigation-hight;
    height: $navigation-hight;//橫黑條*/
    left: 0;
    right: initial;
    z-index: 9999;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    margin: 0;
    padding-top: 44px; }
    #navigation > ul {
      display: none;
      height: auto;
      width: 100%;
      /*橫條黑
      margin-top: $navigation-hight;*/
      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: 6px 0; }
        #navigation > ul > li div.nav01 div a {
          margin: 0; }
        #navigation > ul > li div.nav01 div .mu_newpro {
          display: inline-block;
          float: none;
          padding: 4px;
          color: #fff; }
    #navigation a {
      display: block;
      width: 100%;
      margin: 0;
      padding: 10px;
      background-color: #fff; }
      #navigation a:hover {
        color: #fff;
        margin-top: 0; }
    #navigation a#pull {
      /* fixed 用*/
      position: fixed;
      top: 0;
      left: 0;
      width: 44px;
      /* 黑橫條用
      position: absolute;
      top: 0; 
      left: 0;
      width: 100%;  //黑橫條結束 */
      display: inline-block;
      z-index: 1000;
      color: #000;
      font-size: 13px;
      text-align: left;
      padding: 10px;
      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: #000;
        -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: #6eb92b; }
  #header.is-hidden #navigation li div.nav01 div .mu_newpro {
    color: white; }

  #navigation_catalog {
    position: inherit;
    display: block;
    float: none;
    top: 0;
    left: 0;
    transform: translateX(0); }
    #navigation_catalog li a {
      text-align: center; }
    #navigation_catalog > ul {
      border-bottom: 2px solid #6eb92b; }
    #navigation_catalog ul {
      box-shadow: initial; }
    #navigation_catalog ul li ul {
      position: relative;
      left: 0;
      z-index: 1;
      width: 100%;
      max-height: initial;
      overflow-y: initial; }
    #navigation_catalog ul li a,
    #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 ul {
    display: none; }
    #navigation_mobile ul li {
      border-bottom: 1px solid #eee; }

  .cd-secondary-nav {
    display: none; } }
.ad_isd {
  position: absolute;
  left: 0;
  z-index: -1;
  overflow: hidden; }

.ad {
  line-height: 0; }

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

#wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  padding: 0 2%; }

#wrap_80p {
  padding: 0 10%; }

#wrap_full {
  padding: 0; }

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

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

.aside {
  position: relative;
  width: 21%;
  margin-top: 16vh;
  background-color: #fff; }
  .aside::before {
    content: '';
    position: absolute;
    border-top: 12px solid #bce796;
    animation: widthto30 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; }

.prolist .aside,
.prodes .aside {
  margin-top: 10vh; }
  .prolist .aside::before,
  .prodes .aside::before {
    display: none; }

.aside_tit {
  color: #555;
  font-size: 3.6rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 40px 0 40px 8%; }
  .aside_tit:first-letter {
    color: #6eb92b; }
  .aside_tit span {
    display: none; }

.menu ul li a.currMenu, .menu a:hover, .menu .menu_sub01 a:hover, .menu .menu_sub02 a:hover {
  color: #67ad28;
  background-position: right top; }

.menu {
  margin: 0 8%; }
  .menu ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4; }
    .menu ul li {
      width: 100%; }
      .menu ul li a.currMenu {
        background: url(../upload/userfiles/image/system/mus_02.svg) no-repeat right center;
        background-size: 44px;
        border: 1px solid #6eb92b; }
      .menu ul li div.currMenu a {
        border: 1px solid #6eb92b; }
    .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 #6eb92b;
        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;
    position: relative;
    width: 100%;
    color: #000;
    padding: 8px 24px 8px 30px;
    border-radius: 20px;
    border: 1px solid #fff;
    transition: .1s; }
    .menu a::before {
      content: "";
      position: absolute;
      top: 18px;
      left: 6px;
      width: 12px;
      height: 1px;
      border-top: 2px solid #6eb92b; }
    .menu a:visited {
      color: #808080; }
    .menu a:hover {
      color: #fff;
      background-image: linear-gradient(120deg, #2cad6c 50%, #b0db5e 120%);
      opacity: 1; }
      .menu a:hover::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 42px;
        height: 42px;
        background: url(../upload/userfiles/image/system/arrow_r_w.svg) no-repeat right top;
        transform: translateY(-50%); }
  .menu .menu_sub01 a {
    color: #666;
    font-size: 1.3rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0; }
    .menu .menu_sub01 a::before {
      display: none; }
    .menu .menu_sub01 a:hover {
      color: #6eb92b;
      background: url(../upload/userfiles/image/system/mus_02_b.svg) no-repeat right 6px;
      background-size: 24px;
      border-bottom: 1px solid #6eb92b; }
  .menu .menu_sub02 {
    margin-left: 20px; }
    .menu .menu_sub02 a {
      color: #7ace30;
      background: url(../upload/userfiles/image/system/mus_03.gif) no-repeat 0px top; }
      .menu .menu_sub02 a:hover {
        color: #6eb92b; }
  .menu .menu_sub03 {
    margin-left: 10px; }
    .menu .menu_sub03 a {
      color: #82d23b; }
      .menu .menu_sub03 a:hover {
        color: #6eb92b; }

.content {
  width: calc(79% - 3%);
  min-height: 70vh;
  margin: 0 0 0 3%;
  padding-top: 240px; }

.prolist .content,
.prodes .content {
  padding-top: 16vh; }

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

.title {
  position: absolute;
  display: flex;
  left: 0;
  justify-content: space-between;
  width: 100%; }
  .title .h1 {
    display: none; }

.prolist .title,
.prodes .title {
  position: absolute; }
  .prolist .title::before,
  .prodes .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }

.breadcrumbs {
  min-width: 21.2%;
  padding: 3vh 20px 3vh 2%;
  background-color: #6eb92b; }
  .breadcrumbs ul {
    color: white;
    font-size: 1.1rem;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0; }
  .breadcrumbs li {
    display: inline-flex; }
    .breadcrumbs li a {
      color: white; }
    .breadcrumbs li::after {
      content: "/";
      color: #bce796;
      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 {
  color: #339;
  font-size: 13px;
  font-weight: bold;
  background: url(../images/pro_frame_under01_04.jpg) no-repeat left -5px;
  min-height: 30px;
  padding: 5px 15px 0px 15px; }

.proli_case {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px;
  overflow: hidden; }

.proli {
  position: relative;
  width: calc(100%/4 - 6%);
  margin: 0 3%;
  padding-bottom: 50px;
  background-color: #fff;
  animation: mov_path 1 .2s forwards;
  animation-delay: 0s;
  clip-path: polygon(100% 0%, 100% 0, 100% 0%, 0% 0%, 0 0%, 0 0);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
  .proli:nth-child(odd) {
    animation-delay: 0.5s; }
    .proli:nth-child(odd) .proliimg img {
      animation-delay: 0.8s; }
  .proli:nth-child(even) {
    animation-delay: 0.6s; }
    .proli:nth-child(even) .proliimg img {
      animation-delay: 1s; }

.proliimg {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .proliimg a {
    display: block; }
    .proliimg a:hover {
      opacity: 1; }
  .proliimg img {
    width: 100%;
    vertical-align: middle;
    opacity: 0;
    animation: mov_opt 1 1s ease-out forwards;
    animation-delay: .2s; }
  .proliimg::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: 1s; }
  .proliimg span {
    position: absolute;
    z-index: 6;
    color: #fff;
    font-size: 1.6rem;
    opacity: 0;
    transition: 0.5s;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .proliimg:hover::after {
    opacity: .2; }
  .proliimg:hover span {
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.proliimg span div {
  width: 64px;
  margin: 10px;
  padding: 10px;
  border-radius: 50px;
  background-color: #6eb92b;
  background-image: linear-gradient(120deg, #addd52 0%, #13afa1 100%); }

.proli_des {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #6fa242; }
  .proli_des::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 50px;
    border-top: 8px solid #6eb92b;
    top: initial;
    left: 50%;
    transform: translate(-50%, 0%); }
  .proli_des a .proli_name {
    color: black; }
  .proli_des a .listprice {
    color: #bce796;
    text-decoration: line-through;
    margin-right: 12px; }
  .proli_des a .proli_price {
    color: #6eb92b; }
  .proli_des a:active .proli_name, .proli_des a:hover .proli_name {
    color: #6eb92b;
    text-decoration: underline; }
  .proli_des a:active .txt, .proli_des a:hover .txt {
    color: #87d344; }
  .proli_des a:active .listprice, .proli_des a:hover .listprice {
    text-decoration: line-through;
    margin-right: 12px; }
  .proli_des .txt {
    max-height: 40px;
    color: #a2dd6d;
    overflow: hidden;
    margin-bottom: 20px; }

.proli_name {
  font-size: 1.8rem;
  height: 40px;
  margin: 30px 0;
  overflow: hidden; }

.proli_price .disprice {
  color: #6ce400;
  font-size: 1.8rem; }

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

.pro_detailimg {
  display: block;
  float: left;
  width: 40%; }
  .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 {
  font-size: 2rem;
  color: #333;
  background: url(../images/titles_pronamebg.jpg) no-repeat bottom;
  margin-bottom: 30px; }

.pro_id {
  font-size: 1.3rem;
  color: #999; }
  .pro_id .idnumber {
    color: #b3b3b3;
    margin-right: 10px; }

.pro_price {
  display: none;
  color: #87d344;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd; }
  .pro_price .listprice {
    color: #bce796;
    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: #6eb92b url(../upload/userfiles/image/system/ico_addcart.png) no-repeat;
    background-size: 100%;
    border: 0;
    border-radius: 50px; }
    .but_inquiry .addtocar:hover {
      background-color: #727272; }

.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 {
  margin-top: 30px;
  padding-top: 40px; }
  .pro_descript img {
    width: initial !important;
    height: initial !important; }

/*News*/
.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_date {
  color: #000; }
  .new_date .day {
    font-size: 4.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    width: 50px;
    border-bottom: 1px solid #6eb92b; }
  .new_date span {
    font-size: 1.6rem;
    color: #ccc;
    font-weight: normal; }

.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; }

.news_destxt {
  padding: 5%; }

.new_des_title {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6; }

/* -------------------------------- 
contact
-------------------------------- */
.contact .content {
  max-width: 1085px;
  margin: 0 auto; }

.contact .contact_td {
  display: block;
  width: 70%;
  margin: auto; }

.contact_td {
  display: flex; }
  .contact_td .txt {
    color: #999;
    line-height: 1.6;
    margin-bottom: 30px; }
  .contact_td strong {
    color: #000; }
  .contact_td td:first-child {
    text-align: right; }
  .contact_td .left {
    flex: 3 0 5%;
    color: #666;
    font-size: 1.4rem;
    margin-right: 5%;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #f3f5f1; }
    .contact_td .left h5 {
      font-size: 2rem;
      margin: 0 0 10px; }
    .contact_td .left img {
      max-width: 200px; }
    .contact_td .left hr {
      height: 1px;
      border: 0;
      border-bottom: 1px solid #ddd; }
  .contact_td .right {
    flex: 9; }

.contact_info h1 {
  flex: 0 0 100%;
  margin: 0; }
.contact_info .container {
  display: flex;
  flex-wrap: wrap;
  line-height: 3;
  margin: 20px 0 40px; }
  .contact_info .container .col {
    position: relative;
    flex: 1.2;
    /*
    &:nth-child(2){
        
        &::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-left: 1px solid $gray-93;
        }
    }*/ }
    .contact_info .container .col:nth-child(3) {
      flex: 2; }
    .contact_info .container .col .tel a {
      color: #000;
      font-size: 3.2rem;
      line-height: 1; }
  .contact_info .container .contact_pic {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2; }
.contact_info ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.contact_info li {
  padding-left: 30px; }
  .contact_info li i {
    color: #ddd; }

/* -------------------------------- 
index
-------------------------------- */
.ind_b {
  padding: 60px 10% 120px;
  background-color: #eaede9; }

.ind_b .swiper-container.core {
  overflow: initial; }
  .ind_b .swiper-container.core .col {
    padding-bottom: 30px;
    background-color: #fff; }
    .ind_b .swiper-container.core .col h3 {
      text-align: center;
      font-size: 2.4rem;
      margin: 10px 0; }
    .ind_b .swiper-container.core .col .txt {
      line-height: 1.6;
      margin: 0 12%; }
    .ind_b .swiper-container.core .col .more a {
      float: right;
      color: #fff;
      font-size: 1.4rem;
      margin-top: 20px;
      margin-right: -24%;
      padding: 11px 30px;
      border-radius: 60px;
      background-image: linear-gradient(120deg, #addd52 0%, #13afa1 100%);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }

.ind_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ind_c .left {
    flex: 0 1 54%;
    margin-top: -50px; }
  .ind_c .right {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 50%;
    text-align: center;
    padding: 180px 0;
    border: 1px solid #6eb92b; }

.ind_d {
  margin: 120px 0 80px; }
  .ind_d .txt {
    max-width: 60%;
    margin: auto; }
    .ind_d .txt td:first-child {
      width: 16%;
      min-width: 100px; }
      .ind_d .txt td:first-child a {
        color: #6eb92b;
        padding: 0 5px;
        height: initial;
        border: 1px solid #6eb92b;
        border-radius: 40px; }
    .ind_d .txt td:last-child {
      width: 16%;
      min-width: 80px;
      text-align: center; }
    .ind_d .txt a {
      display: inline-block;
      height: 24px;
      overflow: hidden; }

.ind_e {
  color: #fff;
  padding: 120px 0 120px 60%;
  background: url(../upload/userfiles/image/ad/ad_e_bg.jpg) no-repeat left top;
  background-size: 100%; }
  .ind_e .line {
    position: relative;
    font-size: 1.3rem;
    padding-left: 70%; }
    .ind_e .line::after {
      content: "";
      position: absolute;
      top: 16px;
      left: 0;
      width: 65%;
      border-bottom: 1px solid #fff; }
  .ind_e .tit h3 {
    font-size: 4.4rem;
    line-height: 1;
    margin: 30px 0; }
  .ind_e ul li {
    font-size: 2.4rem;
    list-style-image: url("../upload/userfiles/image/system/ico_li01.svg"); }

/*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 (min-width: 1440px) {
  #wrap {
    padding: 0 5%; }

  .aside {
    width: 18%; }

  .content {
    width: calc(80% - 5%);
    margin: 0 0 0 5%; }

  .title .breadcrumbs {
    min-width: 21.2%;
    padding: 3vh 20px 3vh 5%; } }
@media screen and (max-width: 1440px) {
  .content {
    padding-top: 160px; }

  .contact_info .container .contact_pic {
    max-width: 300px; }

  .aside_tit {
    font-size: 3.2rem; }

  .ind_b {
    padding: 60px 5% 120px; }

  .ind_c .right {
    padding: 18vh 0; }
    .ind_c .right img {
      width: 60%;
      margin: auto; }

  .ind_e {
    padding: 60px 0 60px 60%; }

  .ind_e .tit h3 {
    font-size: 3.2rem;
    margin: 20px 0; }

  .ind_e ul li {
    font-size: 2rem; } }
@media screen and (max-width: 1150px) {
  .contact_info .container .col .tel a {
    font-size: 3.4rem; }

  .ind_c .right {
    padding: 14vh 0; }

  .ind_d .txt {
    max-width: 90%; }

  .ind_e {
    padding: 40px 0 40px 60%;
    background-size: 120%;
    background-position-x: 20%; }

  .proli figcaption {
    display: none; }

  .proli .proliimg::after {
    display: none; } }
@media screen and (max-width: 992px) {
  #wrap, #wrap_80p, #wrap_full {
    padding: 0 18px; }

  #wrap_full {
    padding: 0; }

  #wrap .aside {
    display: none; }

  .title .breadcrumbs {
    display: block;
    padding: 2vh 20px 2vh 2%; }

  .content {
    width: 100%;
    margin: 0; }

  .proli_name,
  .new_list h2 {
    font-size: 1.6216216216rem; }

  .contact_td,
  .contact .contact_td,
  .contact_info {
    float: none;
    width: 100%;
    margin-top: 20px; }

  .contact_info .container .contact_pic {
    display: none; }

  .contact_info h1 {
    padding: 0; }

  .ind_e {
    background-size: 140%;
    background-position-x: 40%; } }
@media screen and (max-width: 767px) {
  .contact_info .container {
    display: block; }

  .contact_info .container .col {
    padding: 5% 0 0; }
    .contact_info .container .col:nth-child(2) {
      padding: 0 0 5%; }
    .contact_info .container .col .tel a {
      font-size: 3rem; }

  .ind_c .right {
    padding: 5vh 0; } }
@media screen and (max-width: 640px) {
  .content {
    padding-top: 110px; }

  .prolist .content, .prodes .content {
    padding-top: 40px; }

  .ind_e {
    padding: 40px 0 40px 30%;
    background-size: 180%;
    background-position-x: 56%; }
    .ind_e ul {
      margin-left: 14%; }
      .ind_e ul li {
        font-size: 1.8rem; }

  .proli {
    width: calc(100%/2 - 4%);
    margin: 0 2%; }

  .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: 70%;
    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 h1 {
      font-size: 2.4rem;
      border-left: 0;
      margin: 0;
      padding: 12px 0 0; }

  .news_destxt {
    padding: 5% 0; }

  .contact_info .container {
    line-height: 2; }

  .contact_info li {
    padding-left: 0px; }

  .contact_td {
    display: block; }

  .ind_b {
    padding: 40px 0 120px; }

  .ind_b .swiper-container.core {
    overflow: hidden; }
    .ind_b .swiper-container.core .col .more {
      text-align: center; }
      .ind_b .swiper-container.core .col .more a {
        display: inline-block;
        float: initial;
        margin: 20px auto; }

  .ind_c .left,
  .ind_c .right {
    position: relative;
    flex: 0 1 100%;
    line-height: 0; }

  .ind_d {
    margin: 80px 0; }
    .ind_d .txt {
      max-width: 100%; }
      .ind_d .txt td:last-child {
        display: none; }

  .ind_c .right img {
    width: 80%; }

  .ind_e {
    padding: 40px 0 40px 12%;
    background-size: 280%;
    background-position-x: 62%; }
    .ind_e ul {
      margin-left: 14%; } }
/*投資人區*/
.inv_list {
  padding-left: 80px; }

.inv_list ul {
  min-height: 130px;
  padding: 5px; }

.inv_list ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 1.8rem;
  font-weight: bold;
  list-style: none;
  width: calc(100%/3 - 20px - 5px);
  margin: 0 20px 0 0; }

.inv_list > ul > li {
  margin-bottom: 30px;
  background-color: #f8f8f8;
  border-radius: 8px;
  border: 1px solid #c3e3bc;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08); }

.inv_list ul ul {
  margin-top: 10px;
  margin-left: 40px; }

.inv_list ul ul li {
  float: none;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  width: 100%;
  border-left: 0;
  margin-bottom: 12px; }

.inv_list ul li a {
  color: #000; }

.inv_list ul li a:hover {
  opacity: 1;
  color: #6eb92b;
  border-bottom: 1px solid; }

.inv_list > ul > li .nav1 {
  display: block;
  position: relative;
  color: #43883f;
  padding: 10px 20px 6px;
  background-image: linear-gradient(120deg, #f5feda 0%, #aeefe4 100%); }

.inv_list > ul > li .nav1::before {
  content: "";
  top: -8px;
  left: 0;
  width: 12%;
  height: 1px;
  border-top: 2px solid #6eb92b; }

.inv_list ul li ul li a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -20px;
  width: 12px;
  height: 1px;
  border-top: 2px solid #6eb92b; }

@media screen and (max-width: 640px) {
  .inv_list {
    width: 100%;
    margin: auto;
    padding-left: 0; } }
@media screen and (max-width: 560px) {
  .inv_list ul li {
    width: calc(100%/1 - 0px);
    margin: 0; }

  .inv_list > ul > li {
    margin-bottom: 30px; } }
/*   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*/
/*   shop   */
.orderlist th {
  line-height: 1.4;
  padding: 8px;
  border-top: 2px solid #666;
  border-bottom: 1px solid #b3b3b3; }
.orderlist td {
  line-height: 1.4;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5; }
  .orderlist td.txt_left {
    text-align: left; }

.member .orderlist tr:nth-child(even) td {
  background-color: #eaeaea; }

.orderlist_data td.spacing {
  display: none; }

.orderlist_data th {
  font-weight: normal; }
.orderlist_data td {
  font-weight: bold; }

.orderlist .form_30p {
  text-align: center; }

.car_totalprice {
  display: block;
  float: right;
  margin: 20px 0 40px;
  padding: 10px;
  border: 4px solid #bba164; }

.ico_checkbut a {
  display: inline-block;
  background-color: white;
  padding: 5px 10px;
  border-radius: 50px; }

.stress {
  color: #ff8487;
  font-size: 3.6rem; }

.btn_checkout_member,
.btn_checkout_notmember {
  display: inline-block;
  font-size: 2rem; }

.btn_checkout_member a {
  color: #fff;
  background-color: #6eb92b;
  margin-right: 10px;
  padding: 12px 20px;
  border-radius: 5px; }

.btn_checkout_notmember a {
  color: #fff;
  background-color: #999;
  padding: 12px 20px;
  border-radius: 5px; }

.car_shoplist .form_bg01 td {
  padding: 8px; }
  .car_shoplist .form_bg01 td:first-child {
    padding-left: 20px; }
  .car_shoplist .form_bg01 td:last-child {
    padding-right: 20px; }
.car_shoplist .form_bg01 .rwd td:first-child {
  padding-left: 0; }
.car_shoplist .form_bg01 .rwd td:last-child {
  padding-right: 0; }

.form_bg01 .float_l {
  float: left; }

.car_payway {
  color: #fff;
  background-color: #666; }

/*   member   */
.member #wrap_80p,
.member #wrap, .member.login #wrap_80p {
  background-color: #f2f2f2;
  padding-top: 20vh; }

.member.login #wrap_80p {
  padding: 20vh 16%; }
.member.login .content_main {
  display: flex;
  flex-wrap: wrap; }
.member.login .title {
  display: none; }
.member.login .note {
  margin-top: 30px; }
.member table td {
  line-height: 1.4;
  padding: 8px 2px; }

.login_l {
  flex: 1;
  padding: 6%;
  background-color: #fff;
  border-top: 1px solid #6eb92b; }
  .login_l .btn_login {
    width: 84px;
    height: 84px;
    text-indent: -999em;
    background: url(../upload/userfiles/image/system/ico_login.jpg);
    background-size: cover; }
    .login_l .btn_login:hover {
      background: url("../upload/userfiles/image/system/ico_login_over.jpg");
      background-size: cover; }

.login_r {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 216px;
  text-align: center;
  border-top: 1px solid #6eb92b;
  background: url(../images/member_login.jpg);
  background-size: cover; }
  .login_r a {
    color: #fff; }

.member_policy {
  height: 250px;
  overflow: scroll;
  line-height: 1.6;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px; }

.member .toolbar ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .member .toolbar ul li {
    margin: 10px 4px 20px 0; }
    .member .toolbar ul li a {
      font-size: 1.5rem;
      padding: 5px;
      border: 1px solid #6eb92b; }

/*Global Links CSS*/
@media screen and (max-width: 767px) {
  .member.login #wrap_80p {
    padding: 20vh 6%; } }
@media screen and (max-width: 640px) {
  .orderlist td {
    text-align: left;
    padding: 5px 2px;
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); }
    .orderlist td:first-child {
      padding-top: 20px; }
    .orderlist td:last-child {
      padding-bottom: 20px; }

  .orderlist_data tr {
    border: 0; }
  .orderlist_data td {
    display: flex;
    padding: 5px 2px;
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); }
    .orderlist_data td:before {
      content: attr(data-th) " ";
      display: table;
      width: 90px; }

  .ico_checkbut a {
    padding: 8px 20px;
    border: 1px solid #ccc; }

  .car_shoplist table.rwd td {
    width: 100%; }

  .car_shoplist .form_bg01 .rwd td:last-child {
    padding: 8px 0; }

  .member #wrap_80p,
  .member #wrap, .member.login #wrap_80p {
    padding-top: 2vh; }

  .member.login #wrap_80p {
    padding: 2vh 3%; }
  .member .content_main {
    display: block; } }
/*   member   */
/*Global Links CSS*/
/*   footer   */
#footer {
  position: relative;
  color: #a2dd6d;
  font-size: 1.1rem;
  line-height: 1.4;
  width: 100%;
  margin: 60px auto 0;
  background-color: #eee; }
  #footer .container .fotlogo {
    text-align: center;
    width: 190px;
    margin: auto;
    padding: 50px 0; }
    #footer .container .fotlogo img {
      margin: 20px 0; }
    #footer .container .fotlogo .f_line {
      display: block;
      width: 1px;
      height: 30px;
      margin: auto;
      border-left: 1px solid #6eb92b; }
  #footer .container .footerlink {
    padding: 0 2%; }
  #footer .container .footerlink ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer .container .footerlink ul li {
      flex: 1;
      color: #aaa;
      font-size: 2rem;
      font-family: 微軟正黑體, Arial, Helvetica, "Noto Sans TC", sans-serif;
      margin-bottom: 30px; }
      #footer .container .footerlink ul li ul {
        display: block; }
        #footer .container .footerlink ul li ul li {
          margin-bottom: 0; }
  #footer .container .fotadd {
    flex: 11;
    text-align: left;
    margin-left: 5%; }
    #footer .container .fotadd a {
      line-height: 1.4; }
  #footer .copyright {
    color: #fff;
    padding: 20px 5%;
    background-color: #6eb92b; }

#footer a {
  display: inline-block;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 10px 0 0;
  padding: 8px 0; }
  #footer a:visited {
    color: black; }
  #footer a:active, #footer a:hover {
    text-decoration: underline; }
  #footer a i {
    color: #ccc; }

#footer .designco {
  float: right; }
  #footer .designco a {
    color: #a2dd6d;
    font-size: 1rem; }
    #footer .designco a:visited {
      color: #a2dd6d; }
    #footer .designco a:active, #footer .designco a:hover {
      color: #559021; }

/*  share   */
#footer .container .footerlink ul li #post_share ul,
.pro_share #post_share ul {
  display: flex; }

#post_share {
  width: 100%;
  margin-top: 80px; }
  #post_share ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #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: 300px;
    transition: 0.3s; }
    #post_share li a:hover {
      text-decoration: none; }

.pro_share #post_share {
  margin-top: 0; }
  .pro_share #post_share li {
    margin-right: 5px; }

#post_share #mail {
  background-position: 0px 0px; }
  #post_share #mail:hover {
    background-position: 0px -47px; }
#post_share #facebook {
  background-position: -62px 0px; }
  #post_share #facebook:hover {
    background-position: -62px -47px; }
#post_share #line {
  background-position: -126px 0px; }
  #post_share #line:hover {
    background-position: -126px -47px; }
#post_share #google-plus {
  background-position: -96px 0px; }
  #post_share #google-plus:hover {
    background-position: -96px -47px; }
#post_share #plurk {
  background-position: -250px  0px; }
  #post_share #plurk:hover {
    background-position: -250px -47px; }

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #post_share #mail {
    background-position: 0px -74px; }
    #post_share #mail:hover {
      background-position: 0px -120px; }
  #post_share #facebook {
    background-position: -66px -74px; }
    #post_share #facebook:hover {
      background-position: -66px -120px; }
  #post_share #line {
    background-position: -130px -74px; }
    #post_share #line:hover {
      background-position: -130px -120px; }
  #post_share #google-plus {
    background-position: -96px -74px; }
    #post_share #google-plus:hover {
      background-position: -96px -120px; } }
#backtotop {
  position: relative;
  z-index: 99;
  text-align: center;
  width: 60px;
  margin-left: -1px; }
  #backtotop .ico_shop {
    max-width: 24px;
    opacity: .5; }

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

/*   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 (min-width: 1440px) {
  #footer .container .footerlink {
    padding: 20px 5%; } }
@media screen and (max-width: 1440px) {
  #footer a strong {
    font-size: 1.8rem; } }
@media screen and (max-width: 1150px) {
  #footer .container .footerlink ul li {
    flex: 0 0 20%; }

  #footer .container .footerlink ul li:last-child {
    flex: 1 0 33%; }

  #post_share {
    margin-top: 20px; } }
@media screen and (max-width: 640px) {
  #footer .container {
    display: block; }
    #footer .container .fotlogo {
      width: 150px;
      margin: auto;
      padding: 30px 0; }
      #footer .container .fotlogo img {
        margin: 10px 0; }
    #footer .container .footerlink ul li {
      flex: 0 0 33%;
      font-size: 1.8rem; }

  #post_share {
    max-width: 180px; }

  #backtotop {
    display: none; } }
@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transition: opacity 3s; } }
@keyframes widthto10 {
  0% {
    width: 0; }
  100% {
    width: 10%; } }
@keyframes widthto30 {
  0% {
    width: 0; }
  100% {
    width: 30%; } }
@keyframes widthto60 {
  0% {
    width: 0; }
  100% {
    width: 60%; } }
@keyframes widthto80 {
  0% {
    width: 0; }
  100% {
    width: 80%; } }
@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 {
    color: #666;
    width: 100px;
    background-color: transparent;
    border-radius: 60px;
    border: 1px solid #6eb92b; }
    #pagination .prev a:hover,
    #pagination .next a:hover {
      background-color: #fff;
      opacity: .7; }
  #pagination .prev a {
    text-indent: 10px;
    background: url(../upload/userfiles/image/system/mus_02_l.svg) no-repeat center left; }
  #pagination .next a {
    text-indent: -10px;
    background: url(../upload/userfiles/image/system/mus_02.svg) no-repeat center right; }
  #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: #a2dd6d;
    font-weight: bold;
    width: 44px;
    height: 44px;
    border-radius: 60px;
    margin: 0 10px 10px -1px;
    border: 2px solid #6eb92b;
    background-color: white; }
  #pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 10px 10px -1px;
    border-radius: 60px;
    border: 2px solid #6eb92b;
    background-color: #6eb92b;
    width: 44px;
    height: 44px; }
    #pagination a:hover {
      opacity: 1;
      color: #6eb92b;
      border: 2px solid #6eb92b;
      background-color: white; }

/*Global Links CSS*/
@media screen and (max-width: 640px) {
  #pagination .page {
    margin-top: 54px; }
  #pagination .hotkey {
    flex: 1 0 100%;
    text-align: center;
    margin-top: 10px; } }
/*Global Links CSS*/
/*   layout   */
.flex, .flex_fix {
  display: flex; }

.col_2 {
  flex: 50%; }

.col_3 {
  flex: 33.333%; }

.p_m {
  padding: 3%; }

.about_0101 {
  padding: 2vh 0 8vh; }

.about_0102 {
  padding: 4vh 0 12vh; }
  .about_0102 h3 {
    color: #67ad28;
    font-size: 2.2rem;
    margin-bottom: 10px; }
  .about_0102 .col_3 {
    position: relative;
    line-height: 1.6;
    margin: 3%;
    padding: 30px 3% 50px;
    border-radius: 5px;
    background-color: #eee; }
    .about_0102 .col_3::before {
      content: "";
      position: absolute;
      top: -12px;
      left: 0;
      width: 100px;
      border-top: 12px solid #a8d580; }
    .about_0102 .col_3 img {
      display: block;
      width: 80%;
      margin: 0 auto 40px; }

.about_0103 {
  justify-content: space-between;
  align-items: center; }
  .about_0103 .col:first-child {
    flex: 1 0 20%;
    padding-right: 10%; }
  .about_0103 .col:last-child {
    flex: 1; }
  .about_0103 .txt {
    margin-top: 4vh; }

/*pro_list*/
.pro_tit {
  padding-left: 50px;
  background: url(../upload/userfiles/image/system/tit_ico01.png) no-repeat left top;
  background-size: 36px; }
  .pro_tit h2 {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    line-height: 2;
    margin: 2px 0; }
    .pro_tit h2::before {
      content: "";
      position: absolute;
      width: 100%;
      border-top: 2px solid #6eb92b; }

.pro_des .txt {
  margin-bottom: 30px;
  padding-left: 56px; }

/*Global Links CSS*/
@media screen and (max-width: 767px) {
  .pro_des .txt {
    padding-left: 0; } }
@media screen and (max-width: 640px) {
  .flex {
    flex-wrap: wrap; }

  .col_2,
  .col_3,
  .col_4 {
    flex: 100%; }

  .p_m {
    padding: 0 0 24px; }

  .about_0102 {
    padding: 0 0 4vh; }
    .about_0102 .col_3 {
      margin: 30px 10% 50px;
      padding: 30px 10% 50px; }

  .about_0103 .col:first-child,
  .about_0103 .col:last-child {
    flex: 100%;
    padding-right: 0; }
  .about_0103 .col img {
    display: block;
    max-width: 260px;
    margin: auto; }
  .about_0103 .txt {
    margin-top: 4vh;
    margin: 0 0 30px; } }

/*# sourceMappingURL=css.css.map */
