@charset "UTF-8";

:root {
    --tegreen: #58676b;
    --magreen: #254334;
    --garygreen: #60695d;

}
@media (max-width: 991px) {
  .pc-s{
    display: none !important;
}
}
@media (min-width: 992px) {
  .mb-s{
    display: none !important;
}
}

body{
    background-color: #fefffc;
}

.more {
    color: #ffffff;
    border: 1px solid #357b57;
    background: #357b57;
    padding: 8px 36px
}

.more:hover {
    color: #ffffff;
    border: 1px solid #357b5799;
    background: #357b5799
}
/*! Wed Nov 09 2022  */
.new_section1 h3,
.new_section1-cont {
    z-index: 1;
    position: relative
}

.new_section1,
.new_section2,
.section01 {
    overflow: hidden
}

.new_section1::before,
.new_section2-title-right:before,
.section01:before {
    content: ''
}

.new_section1-item a:hover,
.section_link-item a:hover {
    text-decoration: none
}

.post {
    transition: width 5s;
    -moz-transition: width 5s;
    -webkit-transition: width 5s;
    -o-transition: width 5s
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.pc_show {
    display: block !important
}

@media (max-width:767px) {
    .pc_show {
        display: none !important
    }
}

.pc_show_in {
    display: inline-block !important
}

@media (max-width:767px) {
    .pc_show_in {
        display: none !important
    }
}

.pc_show_pad_no {
    display: block !important
}

@media (max-width:991px) {
    .pc_show_pad_no {
        display: none !important
    }
}

.pad_show {
    display: block !important
}

@media (min-width:992px) {
    .pad_show {
        display: none !important
    }
}

.mb_show {
    display: block !important
}

@media (min-width:768px) {
    .mb_show {
        display: none !important
    }
}

.header .top-header .top-menu .collapse li a {
    color: #333;
    font-size: 16px
}

.header-top_text {
    font-size: 15px;
    color: #fff;
    padding: 5px;
    text-align: center;
    background: #357b57
}

.header .top-icon .top-icon-list .top-icon-link a i {
    color: #60695d
}

.header .top-icon {
    padding: 15px 0
}

.header .top-header {
    padding: 11px 0;
    width: 100%
}

.header .top-header .nav {
    width: 100%
}


.section_news_items p {
    color: #333;
    font-size: 16px;
}

@media(max-width: 991px){
    .section_news_items p {
        font-size: 14px;
        line-height: 24px;
    }
}

.section_news_items p.text-gray {
    color: #60695d;
    font-size: 14px;
    margin-bottom: 3px;
}

.section01 h2 span,
.section02 h2 span {
    color: #60695d;
    font-size: 100%;
    font-weight: 500;
}

.section01 .more,
.section02 .more {
    color: #ffffff;
    border: 1px solid #357b57;
    background: #357b57;
    padding: 8px 36px
}

.section01 .more:hover,
.section02 .more:hover {
    color: #ffffff;
    border: 1px solid #357b5799;
    background: #357b5799
}

.section02 {
    margin-bottom: 70px
}

.section01 .nav-tabs .nav-link {
    background: #eeeeee;
    color: #357b57;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    margin: 0 5px
}

.section01 .nav-tabs .nav-link.active{
    background: #357b57;
}

.section01 .nav-tabs .nav-link:hover {
    background: #357b5799;
}

.section01 .nav-tabs .nav-link.active, .section01 .nav-tabs .nav-link:hover {
    color: #ffffff;
}

.section-kv {
    margin-bottom: 0
}

.section01 {
    margin-bottom: 70px;
    position: relative;
    padding-top: 50px
}


.new_section1 {
    padding: 60px 0;
    margin-bottom: 25px;
    position: relative;
    background: #f1f1e6
}

.new_section1 h3 {
    margin-bottom: 38px;
    text-align: center;
    font-size: 28px;
    color: #333
}

.new_section1 h3 span {
    color: #60695d;
    font-size: 100%
}

.new_section1-item a {
    display: block;
    padding: 9px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 21px;
    background: #fff
}

.new_section1-item img {
    display: inline-block;
    max-width: 40px;
    vertical-align: middle;
    margin-right: 5px
}

.new_section1-item span {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 15px
}

@media (max-width:767px) {
    .new_section1::before {
        right: -25%
    }

    .new_section1 h3 {
        font-size: 21px;
        line-height: 1.5
    }
}

.new_section2 .slick-dotted.slick-slider {
    margin-bottom: 88px
}

.new_section2 .slick-dots {
    bottom: -25px
}

.new_section2-title {
    text-align: right;
    margin-bottom: 45px
}

.new_section2-title-left {
    width: 50%;
    display: inline-block;
    text-align: left;
    font-size: 28px;
    color: #333
}

.new_section2-title-left span {
    font-size: 100%;
    color: #60695d
}

.new_section2-title-right {
    width: 50%;
    text-align: left;
    font-size: 20px;
    color: #333;
    padding-left: 208px;
    position: relative;
    white-space: nowrap
}

.new_section2-title-right:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 1px;
    background: #757575;
    width: 188px
}

@media (max-width:991px) {
    .new_section2-title-right {
        width: 50%;
        padding-left: 68px
    }

    .new_section2-title-right:before {
        width: 58px
    }
}

@media (max-width:767px) {
    .new_section2-title {
        margin-bottom: 25px
    }

    .new_section2-title-left {
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
        font-size: 21px
    }

    .new_section2-title-right {
        text-align: center;
        width: 100%;
        padding-left: 0;
        font-size: 18px
    }

    .new_section2-title-right:before {
        display: none
    }
}

.new_section2 img {
    width: 100%
}

.new_section2 .slick-dots li.slick-active button:before {
    top: 0;
    width: 13px;
    height: 13px;
    content: '•';
    border: 2px solid #eac27a;
    background: #eac27a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.new_section2 .slick-dots li,
.new_section2 .slick-dots li button {
    width: auto;
    height: auto
}

.new_section2 .slick-dots li button:before {
    content: '';
    width: 13px;
    border: 2px solid #ddd;
    background: #ddd;
    opacity: 1;
    height: 13px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.section_link {
    padding-bottom: 76px
}

.section_link-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    text-align: center
}

.section_link-item:before {
    content: '';
    background: #e1e1e1;
    position: absolute;
    width: 1px;
    left: -.5px;
    top: 0;
    bottom: 0;
    margin: auto
}

.section_link-item:first-child:before {
    display: none
}

.section_link-item a {
    display: inline-block
}

.section_link-item img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.section_link-item span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    color: #60695d
}

.section_link-item span span {
    font-size: 100%;
    color: #333
}

@media (max-width:991px) {
    .section_link-item {
        text-align: center
    }

    .section_link-item img {
        margin: 0 auto 15px
    }

    .section_link-item span {
        display: block;
        text-align: center
    }
}

@media (max-width:767px) {
    .section_link-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
        margin-bottom: 15px;
        padding: 0 15px
    }

    .section_link-item:before {
        display: none
    }

    .section_link-item img {
        margin: 0 auto;
        display: inline-block
    }

    .section_link-item span {
        display: inline-block;
        text-align: left
    }
}

.footer {
    background: var(--magreen);
}

.footer-top {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px
}

.footer .footer-body .share-list li a i {
    color: #e7c07a;
    font-size: 24px;
    margin: 0px 7px;
}

.footer .footer-body .share-list li a i:hover {
    color: #fff
}

.footer .footer-body h4 {
    color: #e7c07a;
    font-size: 18px
}

.footer .footer-body a,
.footer .footer-body li {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

.footer .footer-body a:hover {
    color: #66B8C7;
}

.footer .cpyright {
    background: #254334;
    padding: 0px 0px 20px 0px;
}

@media (max-width:991px) {
    .footer .footer-body a,
    .footer .footer-body li {
        font-size: 14px;
    }
    .footer .footer-body h4 {
        font-size: 16px;
    }
    .footer .cpyright p {
        font-size: 9px;
    }
}

@media (max-width:991px) {
    .header.stick {
        height: auto
    }

    .header.stick .top-header .top-menu .navbar-toggler {
        top: calc(50% - 18px);
    }

    .header.stick .combination-item {
        padding: 2px 0
    }
}

/* custom.css微調部分 */
.header .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -50%;
    z-index: 999;
}
@media (max-width: 991px) {
    .header .logo {
        width: 100px;    
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        top: 0px;
        text-align: center;
    }
}
.header .logo img {
    width: 100%;
    max-height: 75px;
    vertical-align: middle;
    margin-right: 0px;
}
.header.stick .logo img {
    width: auto;
}


@media (max-width:991px) {
    .header-top_text {
        font-size: 12px
    }

    .header .top-header {
        padding: 30px 5px;
    }


    .header .logo img {
        height: 50px;
        width: auto;
    }

    .header .top-header .top-menu nav .navbar-collapse.show {
        top: 87px
    }
}
.header .top-icon {
    padding: 20px 0 15px;
}
.header .top-icon .top-list li {
    margin: 0 5px;
}
.header .top-icon .top-list li a {
    padding: 5px 15px;
    background-color: #888;
    color: #fff;
    display: block;
}
.header .top-icon .top-list li a:hover {
    background-color: #357b57;
}
.header .top-header {
    background-color: #ededed;
}
.section04 .about-btn {
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: 30px;
    width: 90%;
    background: rgba(255, 255, 255, 0.8);
}
.section04 .about-btn h2 span {
    color: #60695d;
    font-size: 100%;
    font-weight: 500;
}
.section04 .flex .img-wrap {
    width: 50%;
}
.section04 .flex .text-item {
    width: 50%;
    padding: 30px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f9f7f2;
}
.section04 .flex .text-item h2 span {
    color: #627b74;
    font-size: 100%;
    font-weight: bold;
}
.more4 {
    display: inline-block;
    color: #000;
    padding: 10px 0;
    position: relative;
    font-weight: bolder;
    border-radius: 5px;
    opacity: 0.8;
}
.more4 i {
    position: absolute;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    top: 13px;
    right: -30px;
    color: var(--garygreen);
    font-size: 20px;
}
.more4:hover {
    color: #357b57;
    opacity: 1;
}
.more4:hover i {
    right: -30px;
}

@media (max-width: 991px) {
    .section04 .flex {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .section04 .flex .img-wrap {
        width: 100%;
    }
    .section04 .flex .text-item {
        padding: 20px 30px 15px 30px;
        width: 100%;
        margin-bottom: 40px;
    }
    .section04 .col-md-6 .flex:nth-last-child(1) .text-item {
        margin-bottom: 0px;
    }
    .section04 .about-btn {
        position: relative;
        width: 100%;
        bottom: 0px;
        background: #f9f7f2;
        margin-bottom: 40px;
        padding: 15px;
    }
}
#freeow{
    right: 0;
}
#inputContent{
    height: 150px;
}
.pro-desc-details,.coupon-accordion{
    word-break: break-all;
}
.del-follow{
    background:red;
}
.addPriceItem .fa-plus{
    color: green;
}
#cartReceiverForm .modal-dialog{
    width: 50%;
    max-width: 50%;
}
.productQty.add_cart_num{
    min-width: 50px;
}

/* 41 css */
:root {
  --og: #ff723a;
  --hog: #eb952f;
  --dog: #DD4B12;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap");

body, h1, h2, h3, h4, h5, h6, p, a, li, span {
    font-family: 'Noto Sans TC','微軟正黑體' !important;
    color: #333333;
    font-weight: 400;
}

*, body, htnl {
    margin: 0;
    font-family:'Noto Sans TC', "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
    color: #D36027;
}

.ver-item{
  display: flex;
  align-items: center;
  height: 100%;
}

.center-item{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.img-item {
    position: relative;
    overflow: hidden;
}

.img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*-- 下拉選單 ↓ --*/
.select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 325px;
  color: #666666;
  vertical-align: middle;
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
}
.select .placeholder {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  background-color: #ffffff;
  z-index: 1;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.select .placeholder:hover {
  background: #f1f1f1;
}
.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select.is-open .placeholder:after {
  content: '\f077';
}
.select.is-open ul {
  display: block;
}
.select.select--white .placeholder {
  background: #fff;
  color: #999;
}
.select.select--white .placeholder:hover {
  background: #fafafa;
}
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
  border: 1px solid #ccc;
  box-shadow:0px 0px 10px #00000020;
}
.select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #999;
  cursor: pointer;
}
.select ul li:hover {
  background: #ddd;
  color: #999;
}

/*-- 下拉選單 ↑ --*/
/*select*/
.mo-select .select {
    position: relative;
    display: block;
    margin: 20px auto;
    width: 100%;
    color: #333333;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}
.mo-select .select .placeholder {
    position: relative;
    display: block;
    background-color: #ffffff;
    border:1px solid #ccc;
    z-index: 1;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
}
.mo-select .select .placeholder:hover {
    background: #eee;
}
.mo-select .select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: '\f078';
    z-index: 10;
}
.mo-select .select.is-open .placeholder:after {
    content: '\f077';
}
.mo-select .select.is-open ul {
    display: block;
}
.mo-select .select.select--white .placeholder {
    background: #fff;
    color: #999;
}
.mo-select .select.select--white .placeholder:hover {
    background: #fafafa;
}
.mo-select .select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
}
.mo-select .select ul li {
    display: block;
    text-align: left;
    padding: 8px 16px;
    color: #999;
    cursor: pointer;
}
.mo-select .select ul li:hover {
    background: #4ebbf0;
    color: #fff;
}
/*select*/

body {
    background-color: #ffffff;
    overflow-x: hidden;
}

.margin-auto{
  margin: auto;
}

.col-md-20{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px){
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

p{
  color: #333333;
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 24px;
}

@media (max-width: 768px){
    p{
      font-size: 13px;
  }
}

a{
  letter-spacing: 0.1rem;
  line-height: 24px;
}

.txt-14{
  font-size: 14px;
}

.txt-16{
  font-size: 16px;
}

.txt-18{
  font-size: 18px;
}

.txt-20{
  font-size: 20px;
}

.txt-24{
  font-size: 24px;
}

.txt-28{
  font-size: 28px;
}

.txt-36{
  font-size: 36px;
}

.txt-56{
  font-size: 56px;
}


@media(max-width: 768px){
    .txt-14{
      font-size: 12px;
  }

  .txt-16{
      font-size: 14px;
  }

  .txt-18{
      font-size: 16px;
  }

  .txt-20{
      font-size: 18px;
  }

  .txt-24{
      font-size: 20px;
  }

  .txt-28{
      font-size: 24px;
  }

  .txt-36{
      font-size: 32px;
  }

  .txt-56{
      font-size: 36px;
  }

}

.text-gray66{
  color: #666666;
}

.text-gray87{
  color: #878787;
}

.text-blue1{
  color: #3090cd;
}

.text-darkblue1{
  color: #40609E;
}

.text-lightblue1{
  color: rgba(20,165,222,1);
}

.text-orange1{
  color: #D36027;
}

.text-brown1{
  color: #5D5644;
}

.margin-no {
  margin-right: 0px;
  margin-left: 0px;
}

.padding-no {
  padding-right: 0px;
  padding-left: 0px;
}

.line-top {
  width: 100%;
  height: 1px;
  background: #ddd;
}

@media (max-width: 991px){
    .header .mo-header {
        background: #f6f6f6;
    }
}

.hide-in-phone{
  display: block;
}

@media (max-width: 991px){
    .hide-in-phone{
      display: none;
  }
}

.hide-in-pc{
  display: none;
}

@media (max-width: 991px){
    .hide-in-pc{
      display: block;
  }
}


@media (min-width: 991px){
    .header .pc-header.stick .top-menu .collapse .nav {
        margin-left: 0px;
    }
}

@media (max-width: 991px){
    .section-title p {
        line-height: 32px;
        letter-spacing: 2px;
    }
}

.mt-btn{
  background: url(../images/btn.png) no-repeat center;
  border-radius: 60px;
  border:0px solid #000000;
  color: #ffffff;
  padding: 14px 60px;
  box-shadow: 0px 0px 32px rgb(49 177 224 / 10%);
}

@media (max-width: 991px){
    .mt-btn{
      zoom:0.8;
  }
}

.over-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.col-md-20{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px){
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 991px){
    .mo-text-center{
      text-align: center;
  }
}


@media (max-width: 991px){
  .mo-order-1{
    order: 1;
}
.mo-order-2{
    order: 2;
}
.mo-order-3{
    order: 3;
}
.mo-order-4{
    order: 4;
}
}

@media (min-width: 991px){
    .pc-pr{
      padding-right: 30px;
  }
  .pc-pl{
      padding-left: 30px;
  }
}

.link-item:hover .img-item img {
    transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.link-item .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    top: 0;
    left: 0;
    z-index: 2;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.link-item:hover .img-item:before {
    background: rgba(0, 0, 0, 0.3);
}

.link-item .img-item .more-word {
    color: #fff;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.link-item:hover .img-item .more-word {
    opacity: 1;
}

.link-item .img-item .more-word i {
    display: block;
    font-size: 36px;
}

/*------------------------------------------*/

.transparent-head {
    position: absolute;
    width: 100%;
}

.section-kv .img-wrap .img-item {
    padding-top: calc(100vh - 164px - 10vh);
}

@media (max-width: 991px){
    .section-kv .img-wrap .img-item {
        padding-top: 120%;
    }
}

/*------------------------- dot優化 ---------------------------*/
.slick-dots li {
    margin: 0 10px;
    opacity: 0.7;
}

.slick-dots li button:before{
	-webkit-box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 30%);
}

.slick-dots li button:hover:before {
    background: #357b57;
}

.section-kv .kv .slick-dots {
	padding-right: 0px;
    bottom: 30px;
}

.slick-dots li.slick-active button:before {
    border: 2px solid #357b57;
    background: #357b57;
}

/*-----------------------------*/

.section01 .nav-tabs .nav-link {
    font-size: 16px;
    margin: 0 10px;
    padding: 8px 30px;
}

@media (max-width: 991px){
    .section01 .nav-tabs .nav-link {
        margin: 0 6px;
    }
}

/*--------------產品列表hover優化---------------*/
.section_product_items .img-wrap .img-item::before {
    background: rgba(0, 0, 0, 0.0);
}

.section_product_items:hover .img-item img {
    transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

/*------------------------------*/

.section_product_items .img-wrap .img-item .add-cart .btn-cart {
    font-size: 16px;
}

@media (max-width: 991px){
    .section_product_items .img-wrap .img-item .add-cart .btn-cart {
        font-size: 14px;
    }
}

.section_product_items p {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 991px){
    .section_product_items p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 991px){
    .section01 .nav-tabs .nav-link {
        font-size: 14px;
        padding: 5px 15px;
    }
}


@media (max-width: 991px){
    .section01 h2.mb-40{
       margin-bottom: 20px !important;
   }
}

/*--------------新聞列表hover優化---------------*/
.section_news_items .img-wrap .img-item::before {
    background: rgba(0, 0, 0, 0.0);
}

.section_news_items:hover .img-item img {
    transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

/*------------------------------*/

.header.stick .header-top_text{
	display: none;
}

.header.stick {
	opacity: 0.9;
}

.ids1{
    background-position:top center;
    background-size: cover;
    padding-top: 50px;
    background-image: url(../images/s1-bg.png);
    background-repeat: no-repeat;
}
.ids1 .row{
    align-items: center;
    flex-direction: row-reverse;
}

.ids1-text{
    text-align: center;
}
.ids1-text h3{
    color: var(--tegreen);
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.ids1-text p{
    color: var(--tegreen);
    /*font-size: 18px;*/
    margin-bottom: 25px;
    line-height: 28px;
    text-shadow: 0px 0px 8px #ffffff;
    -webkit-filter: drop-shadow(0px 0px 5px #ffffff);
}

.ids1 .pc-s img{
    display: block;
}

.ids2{
    margin-top: 20px;
    margin-bottom: 40px;
}

.ids2 h3{
    color: var(--tegreen);
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

.ids2 h4{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.ids2 p{
    /*font-size: 16px;*/
    color: var(--tegreen);
    line-height: 24px;
    /*margin-bottom: 0px;*/
}

.ids2 p.txt-28 {
    line-height: 42px;
}

@media (max-width: 991px){
    .ids1{
        padding-bottom: 0px;
        padding-top: 60px; 
    }
    .ids2{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .ids2 h3{
        margin-bottom: 30px;
    }

}

.ids3{
    background-image: url(../images/s3-bg.png);
    padding: 60px 0px 100px;
    background-position:bottom center;
    background-size: 100% auto;
}
.s3-c{
    box-shadow: 10px 0 30px #00000010;
    display: block;
}
.s3-c .img-wrap .img-item{
    padding-top: 100%;
}

.s3-c .word-item{
    background-color: #fff;
    text-align: center;
    padding: 20px 0px;
}

.s3-c .word-item h3{
    font-size: 18px;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 0px;
    line-height: 2em;
}


.s3-c .word-item p{
    font-size: 16px;
    color: var(--tegreen);
    margin-bottom: 0px;
    line-height: 2em;
}

@media (max-width: 991px){
    .ids3{
        padding: 40px 0px 80px 0px;
        background-repeat: no-repeat;
        background-size: 200% auto;
    }
    .s3-c .word-item h3{
        font-size: 16px;
        line-height: 28px;
    }


    .s3-c .word-item p{
        font-size: 13px;
        line-height: 1.5em;
    }
}


.about-con h3{
    /*font-size: 24px;*/
    padding-left: 20px;
    position: relative;
    color: var(--garygreen);
    margin-bottom: 1.2em;
    letter-spacing: 2px;
}

.about-con h3:before{
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: var(--garygreen);
    top: 0;
    left: 0;
    content: "";

}


.about-con p{
    /*font-size: 16px;*/
    margin-bottom: 0px;
    color:var(--tegreen) ;
    letter-spacing: 2px;
}

.about-con [class^=col]{
    margin-bottom: 60px;
}

@media (max-width: 991px){
    .about-con [class^=col]{
        margin-bottom: 30px;
    }
}


/*------------------------------------*/
.ids1-img img {
    position: relative;
    top: 5px;
}

@media(max-width: 991px){
    .ids1-img img {
        width: calc(100vw - 60px);
    }
    .ids1-img {
        margin-top: 50px;
    }
}

.section01:before {
    background: url(../images/pd-bg01.png);
    content: '';
    position: absolute;
    width: 660px;
    height: 403px;
    left: -220px;
    z-index: -1;
}

.section01:after {
    background: url(../images/pd-bg02.png);
    content: '';
    position: absolute;
    width: 635px;
    height: 345px;
    right: -220px;
    bottom: 0px;
    z-index: -1;
}

@media(max-width: 991px){
    .section01:before {
        top: -65px;
        transform: scale(0.5);
        z-index: 0;
    }
    .section01:after {
        bottom: -65px;
        transform: scale(0.5);
        z-index: -1;
    }
}

.last-ad-area .img-item {
    padding-top: 300px;
}

@media (max-width: 991px){
    .inside-banner-img .img-item {
        padding-top: 300px;
    }
}

.last-ad-txt {
    position: absolute;
    z-index: 10;
    /* left: calc(90% - 50vw + 585px); */
    right: calc(50vw - 585px);
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.last-ad-txt p{
    color: #627b74;    
    font-weight: bold;
}

@media (max-width: 991px){
    .last-ad-txt {
        left: 50%;
        width: fit-content;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /* text-align: center; */
    }
    .last-ad-txt p{
        color: #fff;    
        font-weight: normal;    
        text-shadow: 0px 0px 8px #00000080;
        -webkit-filter: drop-shadow(0px 0px 5px #00000060);
    }
}

.last-ad-area .img-item img {
    object-position: top;
}

.text-green1{
    color: #627b74;
}

.section04 h2{
    letter-spacing: 2px;
}

@media (max-width: 991px){
    .footer-item {
        margin-bottom: 30px;
    }
}

.ab-img8{
    position: relative;
    z-index: -1;
    top: -130px;
}

@media (max-width: 991px){
    .ab-img8{
        position: relative;
        z-index: -1;
        top: -40px;
    }
}

.ab-img4{
    -webkit-filter: drop-shadow(0px 0px 10px #00000030);
}

.ab-s8{
    max-height: calc(629px - 120px);
    overflow: hidden;
}

.about-con{
    text-align: justify;
}

@media (max-width: 991px){
    .ids3 .row .col-lg-3:nth-child(odd){
        padding-right: 7.5px;
    }
    .ids3 .row .col-lg-3:nth-child(even){
        padding-left: 7.5px;
    }
}
