@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');

@font-face {
font-family: 'Book Antiqua';
src: url('fonts/BKANT.TTF');
src: url('fonts/BKANT.TTF') format('embedded-opentype'),
     url('fonts/BKANT.TTF') format('woff2'),
     url('fonts/BKANT.TTF') format('woff'),
     url('fonts/BKANT.TTF') format('truetype'),

} 

@font-face {
font-family: 'Book Antiqua';
font-weight: bold;
src: url('fonts/ANTQUAB.TTF');
src: url('fonts/ANTQUAB.TTF') format('embedded-opentype'),
     url('fonts/ANTQUAB.TTF') format('woff2'),
     url('fonts/ANTQUAB.TTF') format('woff'),
     url('fonts/ANTQUAB.TTF') format('truetype')
}

@font-face {
font-family: 'Book Antiqua';
font-weight: bold;
font-style: italic;
src: url('fonts/ANTQUABI.TTF');
src: url('fonts/ANTQUABI.TTF') format('embedded-opentype'),
     url('fonts/ANTQUABI.TTF') format('woff2'),
     url('fonts/ANTQUABI.TTF') format('woff'),
     url('fonts/ANTQUABI.TTF') format('truetype')
}

@font-face {
font-family: 'Book Antiqua';
font-style: italic;
src: url('fonts/ANTQUAI.TTF');
src: url('fonts/ANTQUAI.TTF') format('embedded-opentype'),
     url('fonts/ANTQUAI.TTF') format('woff2'),
     url('fonts/ANTQUAI.TTF') format('woff'),
     url('fonts/ANTQUAI.TTF') format('truetype')
}

@font-face {
font-family: 'Monotype Corsiva';
src: url('fonts/monotype-corsiva.ttf');
src: url('fonts/monotype-corsiva.ttf') format('embedded-opentype'),
     url('fonts/monotype-corsiva.ttf') format('woff2'),
     url('fonts/monotype-corsiva.ttf') format('woff'),
     url('fonts/monotype-corsiva.ttf') format('truetype')
} 

@font-face {
    font-family: 'NotoSerifTC-SemiBold';
    src: url(../webfonts/NotoSerifTC-SemiBold.otf);
}

@font-face {
    font-family: 'NotoSerifTC-Regular';
    src: url(../webfonts/NotoSerifTC-Regular.otf);
}




html, button, input, select, textarea,.pure-g [class *= "pure-u"] {
font-family: 'NotoSerifTC-Regular', serif, arial;

}

body{
  background: #fff;
  text-align: center;
  overflow: hidden;
  touch-action: pan-y;

}

a:focus {
outline: none;
}

@media(max-width: 768px){
    body{
  overflow: auto;
}
}

p{
  font-size: 14pt;
    line-height: 32pt;
    color:#727171;
}

h2{
  color: #009CA4;
    font-size: 22pt;
    letter-spacing: 2px;
    padding-top: 60px;
    font-weight: 500;
    position: relative;
    z-index: 20;
}

h3{
  color:#9FA0A0;
  font-weight: 500;
  font-size: 18pt;
  letter-spacing: 2px;
  padding: 10px 0;
  position: relative;
    z-index: 20;
}


h4{
    color: #A81E2E;
    font-weight: 600;
    font-size: 25pt;
    letter-spacing: 4pt;
    padding: 70px 0 40px 0;
    font-family: 'NotoSerifTC-SemiBold';
}

h5{
    color: #A81E2E;
    font-weight: 500;
    font-size: 25pt;
    letter-spacing: 4pt;
    padding: 25px 0 23px 0;
    border-top: 4px solid #A81E2E;
    border-bottom: 4px solid #A81E2E;
    font-family: 'NotoSerifTC-SemiBold';
}

ol, ul {
  list-style: none;
}


a{
  text-decoration: none;
}

.inline-block-reduce{
    margin-right: -4px;
    margin-left: -2px;
}

.wow{
    opacity: 0;
}

@media(max-width: 568px){
  h5 {
    line-height: 32pt;
}

  h4 {
    line-height: 36pt;
}
}
/**/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loading-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color:#fff;
    overflow: hidden;
}
  
.loading-content{
    position: relative;
    top:35vh;
}

.loading-logo{
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
}

.loading-logo-pic{
  width: 170px;
  display: inline-block;
  height:120px;
    visibility: hidden;
    -webkit-animation: fade-in .5s;
            animation: fade-in .5s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

svg.loading-logo-pic{
    visibility: visible;
}





.loading-name-en{
    margin: 0;
    -webkit-animation: fade-in 2s;
            animation: fade-in 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

.loading-name-cn{
    font-family: 'NotoSerifTC-SemiBold',serif;
    position: absolute;
    top: 95px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #414a86;
    font-size: 22px;
    height: 30px;
    width: 130px;
    margin: auto;
    border-top: 1px solid #6665;
    letter-spacing: 2pt;
    padding: 5px;
    margin: auto;
    letter-spacing: 2pt;
    -webkit-animation: fade-in 2s;
            animation: fade-in 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}


/**/

/*---回到頂部樣式-開始---*/

.gototop {
    display: none;
    -webkit-animation: hide 350ms ease-out forwards 1;
    animation: hide 350ms ease-out forwards 1;
    border: 0;
    text-align: center;
    background-color: #000;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    right: 65px;
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
    z-index: 100;
    transition: 1s;
}

.gototop:hover {
    background: #fff;
    border: 1px solid #000;
}

.gototop-pic{
  width:20px;
}

.gototop-pic polygon{
  fill:#fff;
  width:25px;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}

.gototop:hover .gototop-pic polygon{
  fill:#000;
}

@media(max-width: 1280px){
  .gototop {
    width: 70px;
    height: 50px;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    right: -28px;
    padding-right: 25px;
}

.gototop .gototop-pic{
  width:60%;
}
}

.gototop:focus {
  outline: none;
}


.isvisible {
    -webkit-animation: show 1s ease-out forwards 1;
    animation: show 1s ease-out forwards 1;
}

@-webkit-keyframes hide{
  0% {
    opacity: 1;
    -webkit-transform:translateY(0);
  }
  25%{
    opacity: .5;
    -webkit-transform: rotate(0deg) translateY(0px);
  }
  75%{
    -webkit-transform: rotate(0deg);
  }
  100%{
    opacity: 0;
    -webkit-transform:translateY(100px);
  }
}
@keyframes hide{
  0% {
    opacity: 1;
    transform:translateY(0);
  }
  25%{
    opacity: .5;
    transform: rotate(0deg) translateY(0px);
  }
  75%{
    transform: rotate(0deg);
  }
  100%{
    opacity: 0;
    transform:translateY(100px);
  }
}

@-webkit-keyframes show{
  0% {
    -webkit-transform: rotate(0deg);
  }
  25%{
    opacity: .5;
    -webkit-transform: rotate(0deg) translateY(0px);
  }
  75%{
    -webkit-transform: rotate(0deg);
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(0deg);
  }
}

@keyframes show{
  0% {
    transform: rotate(0deg);
  }
  25%{
    opacity: .5;
    transform: rotate(0deg) translateY(0px);
  }
  75%{
    transform: rotate(0deg);
  }
  100%{
    opacity: 1;
    transform: rotate(0deg);
  }
}

/*---回到頂部樣式-結束---*/

/*---左側會員選單樣式-開始---*/
.member-menu {
    position: fixed;
  right: 61px;
  bottom: 150px;
  z-index: 100;
  width: 50px;
}

.member-menu-top-pic img{
    width: 120%;
    margin-bottom: -30px;
    margin-left: -10%;
}

.member-menu-box {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #c5c5c5;
}

.member-menu-link{
  text-align: center;
  padding: 8px 0;
  margin: 10px;
  border-radius: 10px;
  position: relative;
}

.member-shop-number{
    position: absolute;
    right: 0;
    background: #E88018;
    color: #fff;
    font-family: arial;
    height: 13px;
    font-size: 10pt;
    line-height: 10pt;
    border-radius: 10px;
    padding: 0 3px;
    bottom: 6px;
}

.member-menu-link .member-menu-icon path{
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.member-menu-link:hover .member-menu-icon path{
  fill:#861B26;
}




.member-menu-icon{
    width:0 auto;
    width:100%;
    display: initial!important;
    height:27px;
}

.member-menu-name, .member-menu-shop-name{
    color: #fff;
    font-size: 13pt;
    font-weight: 500;
}

.member-menu{
    -webkit-animation: fade-in-left 1s;
            animation: fade-in-left 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
}

.member-menu-name, .member-menu-shop-name {
    color: #fff;
    font-size: 12pt;
    font-weight: 500;
}
}



@media(max-width: 1024px){
  .member-menu {
  display: none;
}
}

@media(max-width: 1280px){
  .member-menu {
  width: 55px;
  right: -10px;
}

.member-menu-box {
    background: rgba(194, 153, 108, 0.7);
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

  .member-menu-link{
  padding: 4px 0;
  }

.member-shop-number {
    right: -6px;
    bottom: 0px;
}
}

@media(max-width: 767px){
  .member-menu-box {
    display: none;
}

.member-shop-number {
    right: 20px;
    bottom: 15px;
}

} 

@-webkit-keyframes fade-in-left
{
    0%
    {
        -webkit-transform: translateX(30px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateX(0%);

        opacity: 1;
    }
}
@keyframes fade-in-left
{
    0%
    {
        transform: translateX(30px);

        opacity: 0;
    }
    100%
    {
        transform: translateX(0%);

        opacity: 1;
    }
}

/*---左側會員選單樣式-結束---*/


/*---Footer樣式-開始---*/

.footer{
  background: #fff;
  width:100%;
  color:#000;
  font-weight: 300;
  text-align: center;
  z-index: 99;
  position: relative;
  padding: 60px 19% 60px 19%;
  box-shadow: 0px -2px 5px 0 #0002;
}

.footer-logo{
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    width:35%;
}

.footer-logo img{
    width: 100%;
    max-width: 320px;
    margin-top: 12px;
}

.footer-info{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    width:65%;
}

.footer-info-word {
    margin-bottom: 5px;
    display: inline-block;
}

.footer-info-word span {
    display: inline-block;
    margin-right: 20px;
}

.footer-tel {
    font-family: 'Century Gothic', arial;
    font-weight: 600;
    font-size: 19pt;
    letter-spacing: 1pt;
    margin-bottom: 5px;
    text-align: left;
}

.footer-info-word img{
    vertical-align: sub;
    margin-right: 8px;
}

.footer-info-word img:nth-child(2){
    margin-left: 15px;
}


.footer-info-word p{
    font-size: 12.5pt;
    letter-spacing: 1pt;
    font-weight: 400;
    line-height: 36px;
    color: #000;
    text-align: left;
}



.social-menu{
   display: inline-block;
   margin-left: 20px;
   float: right;
}

.social-menu-icon{
    width:45px;
    height:45px;
    border: 1pt solid #000;
    margin: 0 10px;
    transition: .5s;
    padding: 5px;
}

.social-menu-icon:hover{
    border: 1pt solid #d0a42a;
}

.social-menu-icon path{
    fill:#000;
    transition: .5s;
}

.social-menu-icon:hover path{
    fill:#d0a42a;
}

.copyright, .page-bottom .jc-info{
  display: inline-block;
}

.footer-copyright{
    padding: 10px 0 0 0;
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 12pt;
    font-weight: 400;
    border-top: 1px solid #000;
    color:#000;
    text-align: left;
}

.jc-info{
  display: inline-block;
}

.jc-info a{
  color: #000;
  transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.jc-info a:hover{
  color: #C9A063;
}

.jc-icon{
  height: 20px;
  width: 20px;
  display: initial;
  vertical-align: sub;
  margin-left: 20px;
}

@media(max-width: 1440px){
.footer{
  padding: 40px 12% 60px 12%;
}

}

@media(max-width: 1280px){

.footer{
  padding: 40px 5% 60px 5%;
}

.footer-logo img {
        width: 100%;
    max-width: 260px;
    margin-right: 20px;
    margin-top: 30px;
}

}

@media(max-width: 1024px){

.footer {
    padding: 40px 2% 10px 2%;
}

.footer-logo {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-left: -4px;
}

.footer-info {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    margin: 10px 0 0 0;
}

.footer-copyright {
    text-align: center;
}

.social-menu {
    display: block;
    margin: 0 auto;
    float: none;
}

}
@media(max-width: 1024px){
.footer-logo img {
    width: 100%;
    max-width: 260px;
    margin-right: 0;
    margin-top: 0;
}
}

@media(max-width: 768px){
  .jc-icon{
  margin-left: 0;
}

.footer-info-word p {
    margin: 0;
  }


}

@media(max-width: 568px){

.footer {
    padding: 40px 7% 60px 7%;
}
.footer-info-word span {
  display: block;
    margin-right: 0;
}
}


/*---Footer樣式-結束---*/

/*---首頁 輪播內容 開始---*/
.index-slide-box{
  position: relative;
  overflow: hidden;
}

.index-slide{
    text-align: center;
    margin-top: 50px;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.slider-bottom{
    position: absolute;
    width: 100%;
    bottom: -2px;
}

.sider-bottom-pic{
    width: 100%;
    z-index: 1;
    position: relative;
}

/*@media (max-width: 1024px) {
  .index-slide-box {
      height: 50vh;
    }
  
}*/

@media(max-width: 767px){
    .index-slide-box{
      top:55px;
      margin-bottom: 80px;
    }  
}

@media(max-width: 568px){
    .scroll-icon {
    right: 45%;
}

    .banner-title-left{
    top: 25%;
}

.banner-title-right{
    top: 25%;
}

}

@media (max-width: 400px){

.banner-title-left{
    top: 20%;
}

.banner-title-right{
    top: 20%;
}
.banner-title01 {
    font-size: 60pt;
    line-height: 30pt;
}
.banner-title02 {
    font-size: 20pt;
    letter-spacing: 2pt;
    line-height: 30pt;
}
}

@media (max-width: 375px) {
  .index-slide-box {
      height: 25vh;
    }
  
}

/*---首頁 輪播內容 結束---*/

/*---首頁 商品列表 開始---*/
.index-product-box{
    padding-top:5em;
}

.title-en{
    font-family: Book Antiqua,Georgia,serif; 
    color: #353535;
    font-size: 30pt;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 10px;
}

.title-ch{
    color: #353535;
    font-size: 13pt;
    line-height: 2.5;
    letter-spacing: 1pt;
    margin: 0 0 15px 0;
    font-weight: 400;    
    padding-bottom: 3px;
    display: inline-block;
}

.index-product-type-list{
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10em;
}

.index-type-item{
    margin-bottom: 0;
    padding: 0;
}

.product-list-pic{
    display: block;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
    margin: 15px;
    transition: .5s;
}

.product-list-pic img{
    width: 100%;
}

.products-hover-block {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 70%,rgb(0 0 0 / 0.5));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 70%,rgb(0 0 0 / 0.5));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0) 70%,rgb(0 0 0 / 0.5));
    background: linear-gradient(rgba(0, 0, 0, 0) 70%,rgb(0 0 0 / 0.5));
    bottom: 0;
    color: white;
    font-size: 1em;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    width: 100%;
    transform: translateY(50px);
}
 
.products-hover-block:hover { 
    opacity: 1; 
    transform: translateY(0);
}
 
.products-hover-block:hover .products-hover-shop, .products-hover-block:hover .products-hover-fav { 
    -webkit-animation: fade-in-up 1s;
            animation: fade-in-up 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}

.product-type-title{
    position: relative;
    top: 80%;
    display: inline-block;
    border-radius: 40px;
    padding: 0 20px;
    min-width: 200px;
    transition: .5s;
}

.product-type-title-cn{
    color:#fff;
    font-size: 14pt;
    letter-spacing: 2px;
}

.product-type-title-en{
    color:#fff;
    text-transform:uppercase;
    letter-spacing: 1px;
    font-size: 10pt;
}


.more-btn-box{
    margin: 20px 0 80px 0;
}

.more-btn{
    font-family: Book Antiqua,Georgia,serif;
    color: #414a86;
    border: 1pt solid #414a86;
    border-radius: 20px;
    font-style: italic;
    font-weight: 600;
    font-size: 15pt;
    padding: 6px 50px 4px 50px;
    letter-spacing: 1pt;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.more-btn:hover{
    color: #ffffff;
    padding: 6px 20px 4px 20px;
    border: 1pt solid #414a86;
    background: #414a86;
}

.products-hover-link{
    position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.products-hover-link a{
    width: 100%;
  height: 100%;
  display: block;
}

@media(max-width: 1380px) and (min-width: 1280px){
    .product-item {
    margin-bottom: 50px;
    padding: 0 2%;
}
}

@media(max-width: 1279px){
    .index-product-list {
    margin-top: 10px;
    width: 89.5%;
    display: inline-block;
}
}

@media(max-width: 768px){
.index-product-title {
    color: #000;
    font-size: 18pt;
    letter-spacing: 1pt;
    margin: 30px 0 30px 0;
}

.index-product-type-list{
    margin-bottom: 5em;
}

.more-btn{
    font-size: 13pt;
    padding: 5px 35px 3px 30px;
}

.products-hover-block {
    opacity: 1; 
    transform: translateY(0);
    position: relative;
    background: rgb(106 106 106 / 53%);
}

.product-type-title{
    border: 0px solid #4e4e4e;
}

.product-list-pic {
  margin: 15px 0;
}

}

@media(max-width: 600px){
.product-type-title{
    top: 60%;
}

}

@media(max-width: 568px){

.title-en{
    margin: 5px 0 5px 0;
    letter-spacing: 0pt;
}

.index-product-box{
    padding-top: 0;
}

}

@media(max-width: 567px){
.product-item {
    margin-bottom: 30px;
}

}


@media(max-width: 400px){

}

/*---首頁 商品列表 結束---*/


/*---首頁 首頁簡介 開始---*/

.index-about-bg{
    background-color: #e0e5e9;
    position: relative;
    overflow: hidden;
    background-image: url(../img/index-intro-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    
}

.index-intro-bg-left{
  position: absolute;
  left: -25%;
  width:25%;
}

.index-intro-bg-left img{
  width:100%;
}

.index-intro-bg-right{
  position: absolute;
  right: -25%;
  width:25%;
}

.index-intro-bg-right img{
  width:100%;
}

.index-about{
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
    margin-bottom:0;
    position: relative;
    z-index: 11
}

.index-about-pic-right{
    float: right;
    position: relative;
    margin-bottom: 10px;
}

.index-about-pic-left{
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.index-about-pic-01{
    z-index: 11;
    left: 0;
    width: 100%;
    line-height: 0;
}

.index-about-pic-01 img{
    width:100%;
}

.index-about-content{
    margin-top:30px;
    text-align: center;
    padding:0 20px;
}

.index-about-content-02 {
    margin-top: 60px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 120px;
}

.index-about-title{
    text-align: center;
    position: relative;
}

.title-circle{
    width:180px;
    height:180px;
    position: absolute;
    top: 0;
    left: calc(50% - 90px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: title-circle 3s;
            animation: title-circle 3s;
}

@keyframes title-circle
{
    0%,20%
    {transform: rotateZ(150deg);
    opacity: 0}
    30%
    {transform: rotateZ(-60deg);}
    40%
    {transform: rotateZ(45deg);}
    50%
    {transform: rotateZ(-35deg);}
    60%
    {transform: rotateZ(25deg);
    opacity: 1}
    70%
    {transform: rotateZ(-20deg);}
    80%
    {transform: rotateZ(15deg);}
    90%
    {transform: rotateZ(-7deg);}
    100%
    {transform: rotateZ(0deg);}
}
@-webkit-keyframes title-circle
{
    0%,20%
    {transform: rotateZ(150deg);
    opacity: 0}
    30%
    {transform: rotateZ(-60deg);}
    40%
    {transform: rotateZ(45deg);}
    50%
    {transform: rotateZ(-35deg);}
    60%
    {transform: rotateZ(25deg);
    opacity: 1}
    70%
    {transform: rotateZ(-20deg);}
    80%
    {transform: rotateZ(15deg);}
    90%
    {transform: rotateZ(-7deg);}
    100%
    {transform: rotateZ(0deg);}
}

.title-circle svg{
    font-size: 13pt;
    font-family: Times New Roman;
    overflow: initial;
    font-weight: 600;
    letter-spacing: 2pt;
    fill: #fff;
    overflow: visible; 
}


.title-number{
    font-family: 'Century Schoolbook';
    font-weight: 600;
    font-size: 80pt;
    padding-top: 50px;
    margin-bottom: 50px;
    color: #fff;
}

.title-en-inline{
    font-family: 'Rechtman Plain';
    color: #fff;
    font-size: 54pt;
    letter-spacing: 2pt;
    margin: 5px 20px 10px 0;
    display: inline-block;
}

.title-ch-inline{
    color: #fff;
    font-size: 17pt;
    letter-spacing: 1pt;
    margin: 0 0 10px 0;
    font-weight: 300;
    display: inline-block;
}

.index-about-intro{
    margin: 0;
    color: #212121;
    font-size: 12.5pt;
    font-weight: 400;
    line-height: 26pt;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 80px;
}

.index-about-intro ul{
    list-style-image: url('../img/list-icon.png');
    text-align: center;
    display: inline-block;
}

.index-about-intro ul li{
    margin: 0;
    color: #3E3A39;
    font-size: 12.5pt;
    font-weight: 500;
    line-height: 23pt;
    letter-spacing: 2px;
    text-align: left;
    padding-left:10px;
}

.wave-item-img {
    display: block;
    height: 100%;
    width: 100%;
}

.wave-item-img canvas {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.wave-item-img img {
    display: block;
}

.wave-item-img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.wave-item-img:hover img:nth-child(2) {
    opacity: 1;
}

.wave-item-img img {
    
}

.more-arrow-btn-box{
    margin: 20px 0 40px 0;
}

.more-arrow-btn{
    color:#3E3A39;
    font-style:italic;
    font-weight: 600;
    font-family: Book Antiqua,Georgia,serif;
    text-align: center;
    font-size: 13pt;
    letter-spacing: 1px;
}

.more-arrow-btn svg{
    width: 35px;
    height: 10px;
    vertical-align: middle;
    transition: .5s;
}

.more-arrow-btn:hover{
    color:#000;
    font-style:italic;
    font-weight: 600;
    font-family: Book Antiqua,Georgia,serif;
    text-align: center;
    font-size: 13pt;
    letter-spacing: 1px;
}

.more-arrow-btn svg{
    width: 35px;
    height: 10px;
    vertical-align: middle;
    margin-left:0;
    transition: .5s;
}

.more-arrow-btn:hover svg{
    margin-left:5px;
}

@media(max-width: 1440px){
    .index-about-content {
    margin-top: 0;
    }
    .title-en-inline{
        display: block;
    }

    .title-ch-inline{
        display: block;
    }
}

@media(max-width: 1280px){
    .index-about-content{
    text-align: center;
    padding:0 20px;
    margin-bottom: 120px;
    }
    .index-about-intro {
    padding: 0 15px;
    }
}

@media(max-width: 1023px){
  .index-about-pic-01{
      z-index: 11;
      width: 80%;
      margin: 0 auto 20px auto;
  }

  .title-ch {
      margin: 0;
  }

  .index-about-content {
      margin-bottom: 40px;
  }

  
}

@media(max-width: 768px){

.index-about {
    position: relative;
    padding-top: 100px;
    margin-bottom: 100px;
}

.index-about-pic {
    margin-bottom: 60px;
}

.index-about-pic-01 {
    position: relative;
    z-index: 11;
    top: 0;
    left: auto;
    right: 0;
    width: 70%;
    display: inline-block;
}

.index-about-content {
    margin-top: 0;
    text-align: center;
}

.index-about-title {
    padding-left: 0;
}

.index-about-intro {
    margin: 20px 0 0 0;
}

.index-about-bg{
    background-image: url(../img/index-intro-bg.jpg);

}

.index-about-intro{
  padding: 0;
}

.title-number {
    color: #414a86;
}

.title-circle svg{
  fill:#414a86;
}

}

@media (max-width: 768px){
.index-about {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0px;
}
}

@media (max-width: 768px){
.index-about-pic-01 {
    width: 100%;
}
}
/*---首頁 首頁簡介 結束---*/

/*標題大圖通用內容 開始*/
.page-banner{
  position: relative;
  overflow: hidden;
  height:50vh;
  width:100%;
}

.page-banner-bg{
    background-size: cover;
    background-position: 50% 50%;
    height:50vh;
    width:100%;
    margin-top: 60px;
}

.slider-bottom{
    position: absolute;
    width: 100%;
    bottom: -2px;
}

.sider-bottom-pic{
    width: 100%;
    z-index: 1;
    position: relative;
}


@media(max-width: 768px){

}

@media(max-width: 767px){
    .page-banner{
  top:55px;
  position: relative;
}
.page-banner{
  height: 40vh;
  margin-bottom: -55px;
}
.page-banner-bg{
    height: 38vh;
    margin-bottom: -55px;
    position: relative;
    z-index: -1;
    margin-top: 0px;
}

.about-position .page-banner-bg{
  background-position: 60% 50%
}

}

@media(max-width: 568px){

}

@media(max-width: 400px){

}

/*標題大圖通用內容 結束*/

/*---網頁指示麵包屑 開始---*/
.breadcrumbs{
    text-align: left;
    padding: 15px 30px;
    float: right;
    background-color: #3E3A39;
    position: relative;
    top: -30px;
}

.breadcrumbs-home{
    vertical-align: middle;
    display: inline-block;
    height:30px;
    color: #fff;
    transition: .5s;
}

.breadcrumbs-home:hover{
    color: #C9A063;
}

.breadcrumbs-arrow{
    display: inline-block;
    color: #fff;
    font-size: 12pt;
    line-height: 20pt;
    top: 0px;
    margin: 0px 10px;
    font-weight: 500;
    font-family: 'Noto Sans TC';
    vertical-align: middle;
}

.breadcrumbs-name{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    letter-spacing: 2pt;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.breadcrumbs-name:hover{
    color: #C9A063;
}

.breadcrumbs-name-active:hover{
    color: #de962b;
}

@media(max-width: 767px){
  .breadcrumbs {
    text-align: left;
    padding: 15px 30px;
    background-color: #3E3A39;
    position: relative;
    top: 60px;
}
}
/*---網頁指示麵包屑 結束---*/


/*---公司介紹 開始---*/

.content-wrapper{
  overflow: hidden;
}

.about-intro{
  margin-bottom: 300px;
}

@media (max-width: 1024px){
  .about-intro{
    margin-bottom: 80px;
  }
}

.page-title-en{
    font-family: Book Antiqua,Georgia,serif; 
    color: #3E3A39;
    font-size: 36pt;
    letter-spacing: 2pt;
    margin: 0px 0 15px 0;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 32pt;
}

.title-line{
    width:1px;
    height:80px;
    border-left:1pt solid #666261;
    display: block;
    margin:0 auto 30px auto;
}

.page-title-ch{
    color: #3E3A39;
    font-size: 20px;
    letter-spacing: 1pt;
    margin: 0 0 50px 0;
    font-weight: 400;
    display: inline-block;
}

.page-title-ch:after{
    content: "";
    width:45px;
    height: 1px;
    border-bottom: 2pt solid #666261;
    display: block;
    margin:10px auto 0 auto;

}

.about-intro-content{
  position: relative;
}

.about-intro-pic{
    position: relative;
}

.about-intro-pic-01{
    width:83.5%;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.about-intro-pic-01 img{
    width:100%;
}

.about-intro-pic-name-01{
    position: absolute;
    width:100%;
    top:20%;
    z-index: 11;
}


.about-intro-pic-name-01 p{
    width:100%;
    font-family: "Book Antiqua";
    color:#fff;
    font-size: 40pt;
    display: inline-block;
    text-justify: inter-ideograph;
    text-align: justify;
    -ms-text-justify: inter-ideograph; /*IE9*/
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}

.about-intro-pic-name-01 p:after { 
    content: ''; 
    display: inline-block; 
    width: 100%; 
  } 

.about-intro-pic-name-01 p span { 
    opacity: 0;
  } 

.about-intro-pic-02{
    position: absolute;
    width:70%;
    top:80%;
    right:0;
    overflow: hidden;
    z-index: 11;
}

.about-intro-pic-02 img{
    width:100%;
}

.about-intro-pic-name-02{
    position: absolute;
    width:100%;
    top:40%;
    z-index: 11;
}

.about-intro-pic-name-02 p{
    width:100%;
    font-family: "Book Antiqua";
    color:#fff;
    font-size: 35pt;
    display: inline-block;
    text-justify: inter-ideograph;
　-ms-text-justify: inter-ideograph; /*IE9*/
    text-align: justify;
}

.about-intro-pic-name-02 p:after { 
    content: ''; 
    display: inline-block; 
    width: 100%; 
  } 

.about-intro-pic-name-02 p span { 
    opacity: 0;
  } 

.about-intro-block-left-up{
    width: 100%;
    height: 100px;
    background-color: rgba(201, 160, 99, 0.4);
    position: absolute;
    z-index: 9;
    left: -90%;
    top: 0%;
}

.about-intro-block-left-bottom{
    width: 100%;
    height: 100px;
    background-color: rgba(201, 160, 99, 0.4);
    position: absolute;
    z-index: 9;
    left: -70%;
    bottom: 4px;
}

.about-intro-block-right-top{
    width: 100%;
    height: 100px;
    background-color: rgba(201, 160, 99, 0.4);
    position: absolute;
    z-index: 9;
    right: -110%;
    top: 0%;
}

.about-intro-block-right-bottom{
    width: 100%;
    height: 100px;
    background-color: rgba(201, 160, 99, 0.4);
    position: absolute;
    z-index: 9;
    right: -110%;
    bottom: 4px;
}

.about-intro-word-box{
    padding-left:5%;
    text-align: left;
      margin-top: -40px;
      position: relative;
}

.about-intro-number{
    color:#C9A063;
    font-family: "Century Schoolbook";
    font-size: 73pt;
    font-weight: 600;
    display: inline-block;
    line-height: 80pt;
    margin-top: 30px;
}

.about-intro-title{
    display: inline-block;
    color:#c9a063;
    font-size: 18pt;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 10px;
}

.about-intro-word{
    font-size: 13.5pt;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 25pt;
    color:#3e3a39;
    margin-top: 30px;
}

.about-intro-word ul{
    list-style-image: url('../img/list-icon.png');
    display: inline-block;
    margin-left: 30px;
}

.about-intro-word ul li{
    margin: 0;
    color:#3e3a39;
    font-size: 13.5pt;
    font-weight: 300;
    line-height: 26pt;
    letter-spacing: 2px;
    text-align: left;
    padding-left:10px;
    letter-spacing: 1px;
}

.about-history{
    margin-top:200px;
    position: relative;
    margin-bottom: 160px;
}

@media (max-width: 768px){
  .about-history{
    margin-bottom: 80px;
  }

  .about-intro-title {
      font-size: 16pt;
      margin-left: 0;
  }

  .title-line {
    height: 30px;
  }
}

.about-history-content{

}

#issues {
    overflow: hidden;
} 

#issues li {
list-style: none;
float: left;
}

.about-histioy-intro{
    padding-right:3%;
    margin-top:15%;
}

.about-histioy-year{
    font-family: 'Century Schoolbook';
    font-size:73pt;
    font-weight: 600;
    color:#C9A063;
    line-height: 70pt;
    text-align: left;
    margin-left:30px;
    margin-bottom:20px;
}

.about-histioy-word{
    text-align: left;
    font-size: 14pt;
    color:#3E3A39;
    line-height: 28pt;
    letter-spacing: 1pt;
}

.about-histioy-img{
    position: relative;
}

.about-history-pic{
    position: relative;
    width:96.9%;
    right: 0;
    top: 0;
    margin-left: 3.1%;
    margin-bottom: 3%;
    z-index: 10;
}

.about-history-pic img{
    width:100%;
}

.about-history-twill{
    position: absolute;
    width: 96.9%;
    left:0;
    top:6%;
}

.about-history-twill img{
    width:100%;
}

#timeline {
    width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
}
#dates {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
#dates li {
list-style: none;
float: left;
width: 170px;
height: 80px;
font-size: 24px;
text-align: center;
}
#dates a {
  line-height: 38px;
  padding-bottom: 10px;
}
    
.about-history-timeline-pot{
    width:8px;
    height:8px;
    background-color: #3E3A39;
    border-radius: 5px;
    display: block;
    margin:8px auto 0 auto;
}

#dates .selected .about-history-timeline-pot{
      width:22px;
      height:22px;
      background-color:#C9A063;
      border-radius: 11px;
      margin-top: 0;
}

.about-history-timeline-year{
    font-family: 'Century Schoolbook';
    color:#3E3A39;
    font-size: 24pt;
    font-weight: 600;
    margin-top: 6px;
}

#dates .selected .about-history-timeline-year{
      color: #C9A063;
      margin-top: 0;
}
#next,
#prev {
position: absolute;
bottom: 68px;
font-size: 70px;
width: 22px;
height:20px;
z-index: 11;
}
.next-arrow, .prev-arrow{
    width: 22px;
    border-bottom:1pt solid #3E3A39;
    height:20px;
}
.next-arrow{
    transform: rotate(40deg);
    transform-origin: 100% 100%;
}
.prev-arrow{
    transform: rotate(-40deg);
    transform-origin: 0% 100%;
}
#next:hover,
#prev:hover {
}
#next {
right: 0;
transition: .5s;
}
#next:hover {
right: 10px;
}
#prev {
left: 0;
transition: .5s;
}
#prev:hover {
left: 10px;
}
#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

.about-history-timeline-line{
    border-bottom:1pt solid #3E3A39;
    position: absolute;
    bottom:68px;
    width:100%;
}

.about-market{
    margin-top:150px;
    margin-bottom: 50px;
}

.about-market-pic{

}

.about-market-pic img{
    width:100%;
}

.about-market-word{
    text-align: left;
    color:#3E3A39;
    font-size: 13pt;
    font-weight: 300;
    line-height: 26pt;
    letter-spacing: 1px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 5px solid #3E3A39;
}

.about-market-country{
    text-align:left;
    color:#3E3A39;
    margin-top:30px;
}

.about-market-country-title{
    color:#B28247;
    font-size:18pt;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.about-market-country-ch{
    width:30%;
    margin-right: -4px;
    display: inline-block;
    line-height: 15pt;
    letter-spacing: 1pt;
    margin-bottom: 10px;
}

.about-market-country-en{
    width:70%;
    margin-right: -4px;
    display: inline-block;
    line-height: 15pt;
    letter-spacing: 1pt;
    margin-bottom: 10px;
}

/*高級訂製珠寶*/

.ctr-width{
  max-width: 1300px;
  margin: auto;
  padding: 15px;
}

.products-intro{
  margin: 120px 0;
}

.left-menu-box .menu-title{
  color: #000;
  font-size: 18px;
  text-align: left;
  padding: 10px;
  padding-left: 20px;
  padding-top: 0;
  margin-bottom: 20px;
  letter-spacing: 1px;
  border-bottom:1px solid #aaa;
  position: relative;
}

.left-menu-box .menu-title:after{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 5px;
  top: 12px;
}

.left-menu-box li a{
  position: relative;
  display: block;
  text-align: left;
  line-height: 1.5;
  color: #000;
  letter-spacing: 1px;
  padding: 0 10px 20px;
  padding-right: 30px;
  transition: .3s ease;
}

.left-menu-box li a.current{
  color: rgb(120 127 177);
}

.left-menu-box li a:after{
  content: '\f105';
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 8px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

.left-menu-box li a:hover{
  color: rgb(120 127 177);
  transition: .3s ease;
}

.high-products-content {
  margin-left: 15px;
  padding-left: 30px;
  border-left: 1px solid #6664
}

.high-products-content p{
  text-align: left;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 25pt;
  color: #3e3a39;
  margin-bottom: 25px;
}

.high-products-content h3{
    text-align: left;
    color:#c9a063;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}

.high-products-content img{
  width: 100%;
  margin-bottom: 25px;
}

@media(max-width: 1024px){
  .products-intro{
    margin: 60px 0;
  }
}

@media(max-width: 767px){
  .high-products-content {
     margin-left: 0px; 
     padding-left: 0px; 
     border-left: 0px solid #6664; 
  }

  .left-menu-box .menu-title{
    display: none;
  }
}


/*產品列表*/
.products-box{
  margin: 120px 0 0;
}

.products-box .product-list-pic{
  margin: 0;
  border: 1px solid #aaa4;
}

.products-box .products-hover-block{
  background: -webkit-linear-gradient(rgb(0 0 0 / 0) 30%,rgb(0 0 0 / .1));
  background: -o-linear-gradient(rgb(0 0 0 / 0) 30%,rgb(0 0 0 / .1));
  background: -moz-linear-gradient(rgb(0 0 0 / 0) 30%,rgb(0 0 0 / .1));
  background: linear-gradient(rgb(0 0 0 / 0) 30%,rgb(0 0 0 / .1));
}

.products-box .product-list-title{
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px){
  .products-box{
    margin: 60px 0;
  }
}



/*類別*/
.m_classLink{
  display:none;
  text-align: center;
  margin-bottom: 30px;
}

.classLink{
  display: block;
}  


/*640*/
@media (max-width: 640px){

  ul.classLink{
    display:none;
  }

  .m_classLink{
    display:block;
    position:relative;
  }

  .m_classLink a.main{
    display:block;
    font-size:18px;
    text-align:center;  
    color:#b79355;
    border:1px solid #b79355;
    position:relative;
    padding:10px;
    background: #fff; /* Old browsers */

  }

  .m_classLink a.main b{
    font-weight: 300;
  }

  .m_classLink a.main i{
    display:block;
    font-size:15px;  
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-6px;
  }

  .m_classLink ul{
    padding:0;
    list-style:none;  
    display:none;
    width:100%;
    background:#FFF;
    border:1px solid #d1d1d1;
    position:absolute;
    left:0;
    top:100%;
    z-index:999;  
    box-sizing:border-box;
  }

  .m_classLink ul li{
    padding:0;
  }

  .m_classLink ul li a{
    display:block;
    color:#000;
    padding: 15px;
    border-top:1px solid #d1d1d1;
    opacity: 1;
  }

  .m_classLink ul li:first-child a{
    border:none;
  }
  .m_classLink ul li:hover a{
    color:#fff;
    background: #b79355;
  }

  .project-list ul li a {
    font-size: 16px;
  }

  .project-list ul li{
    margin: 0;
  }

  .project-list ul li:before{
    display: block;
  }

  .project-list ul li:before{
    display: none;
  }

  .left-menu-box li a.current{
    color: #000;
  }

  .left-menu-box li a:after{
    display: none;
  }

}





@media (max-width: 1440px) and (min-width: 1280px){
    .about-intro-pic{
    margin-top: 27%;
}
}

@media(max-width: 1280px){
  .about-intro-block-left-up{
    display: none;
}

.about-intro-block-left-bottom{
    display: none;
}

.about-intro-block-right-top{
    display: none;
}

.about-intro-block-right-bottom{
    display: none;
}
}


@media(max-width: 1023px){

.page-title-en {
    font-size: 30pt;
    line-height: 28pt;
    margin: 0 0 10px 0;
    padding-bottom: 0;
}

.about-intro-pic-01 {
    width: 60%;
    position: relative;
}

.about-intro-pic-02 {
    position: absolute;
    width: 50%;
    top: 40%;
    right: 0;
}
.about-intro-pic-name-01 {
    top: 10%;
}
.about-intro-word-box {
    padding-left: 0;
    margin-top:150px;
}

.about-intro-word {
    font-size: 13pt;
    line-height: 1.8;
    margin-top: 10px;
}

.about-history {
    margin-top: 50px;
    position: relative;
}

.about-histioy-intro {
    padding-right: 0;
    margin-top: 0;
}
.about-histioy-year {
    font-size: 60pt;
    line-height: 60pt;
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
}
.about-history-pic {
    position: relative;
    width: 70%;
    margin-left: 0;
    margin-bottom: 3%;
    margin-top: 10px;
}

.about-history-twill {
    position: absolute;
    width: 70%;
    left: auto;
    right: 0;
    top: 10%;
}

.about-market {
    margin-top: 50px;
    margin-bottom: 50px;
}
}

@media(max-width: 767px){
  .content-wrapper {
    padding-top: 70px;
}

.about-intro{
  margin-top:50px;
}
}

@media(max-width: 400px){
.about-intro-pic-name-02 {
    position: absolute;
    width: 100%;
    top: 20%;
}

.about-intro-word-box {
    padding-left: 0;
    margin-top: 30px;
}

.about-market-country-title {
    margin-bottom: 10px;
    margin-top: 20px;
}

.about-history-twill {
    top: 20%;
}

.about-histioy-year {
    font-size: 40pt;
    line-height: 30pt;
}
}

/*---公司簡介 結束---*/

/*---產品介紹 開始---*/

.product-content{
}

.product-intro{
    margin-top: 100px;
    margin-bottom:100px;
}

.product-intro .product-intro-content-box{
    vertical-align: middle;
}

.product-intro-content{
    margin-right:10%;
    border:1pt solid #3E3A39;
    width:90%;
    box-shadow: 12px 12px 0 #3E3A39;
    padding:30px 15px;
}

.product-intro-word{
    color: #B28247;
    font-size: 14.5pt;
    text-align: center;
    letter-spacing: 1pt;
    font-weight: 400;
    margin-top: 0;
}

.product-content .product-type-item:hover .product-list-pic{
    transform: scale(1.05,1.05);
}

.product-content .products-hover-block {
    transform: scale(0.1,1) translateY(0); 
}

.product-content .product-type-item:hover .product-list-pic .products-hover-block {
    background: rgba(0, 0, 0, 0.3);
    border: 20pt solid rgba(0, 0, 0, 0.3);
    transform: scale(1,1);
    opacity: 1;
}

.product-intro .product-intro-pic{
    vertical-align: middle;
    background-size: cover;
    transition: .1s ease-out;
}

.product-intro-pic img{
    width:100%;
}

.product-list{
    margin-bottom:100px;
    width:78%;
    display: inline-block;
}

.product-type-item{
    margin-bottom: 0;
    padding: 0 2%;
}

.product-list-title{
    color:#3E3A39;
    font-size:16pt;
    margin-top:20px;
    letter-spacing: 1pt;
    margin-bottom: 60px;
    display: inline-block;
    transition: .5s;
}

.product-type-item:hover .product-list-title{
    color:#bd8e36;
}

@media(max-width: 1280px){
.product-intro-content {
    margin-right: 7%;
    border: 1pt solid #3E3A39;
    width: 93%;
    box-shadow: 8px 8px 0 #3E3A39;
    padding: 30px 10px;
    margin-top: -15px;
}
}

@media(max-width: 1279px){
    .product-list{
    margin-bottom:100px;
    width: 94.6667%;
    display: inline-block;
}
}

@media(max-width: 767px){
.product-intro-content {
    margin-right: 0;
    border: 1pt solid #3E3A39;
    width: 100%;
    box-shadow: 8px 8px 0 #3E3A39;
    padding: 30px 15px;
    margin-top: 0;
    margin-bottom:50px;
}

.product-intro{
    margin-top: 50px;
    margin-bottom:50px;
}

.product-list{
    margin-bottom:50px;
}

.product-content .products-hover-block {
    transform: scale(1,1) translateY(0); 
    background: rgba(0, 0, 0, 0.3);
    border: 20pt solid rgba(0, 0, 0, 0.3);
}

}

/*---產品介紹 結束---*/

/*---產品介紹-詳細頁面 開始---*/

.product-detail-content{
    margin-top: 100px;
    position: relative;
      text-align: right;
}

.product-detail-pic{
  overflow: hidden;
  position: relative;
  left: 0;
  transition: 1000ms;
  -webkit-transition: 1000ms;
  -o-transition: 1000ms;
}

.product-detail-pic img{
    width:100%;
}

.product-detail-info{
    padding-left: 5%;
    text-align: left;
}

.product-detail-title-box{
    border:1pt solid #3E3A39;
    box-shadow: 10px 10px 0 #3E3A39;
    width:80%;
    display: inline-block;
}

.product-detail-title-en{
    font-family: 'Book Antiqua';
    font-weight: 600;
    letter-spacing: 1pt;
    font-size: 22pt;
    color:#3E3A39;
    margin: 20px 0 10px 0;
}

.product-detail-title-ch{
    font-size: 20px;
    letter-spacing: 1pt;
    color: #3E3A39;
    margin: 10px;
}

.product-detail-list{
    margin-top: 30px;
}

.product-detail-list-title{
    font-size: 15pt;
    letter-spacing: 1px;
    color:#000000;
    width:100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 20px;
}

.product-detail-list-title-center{
    font-size: 15pt;
    letter-spacing: 1px;
    color:#000000;
    width:100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.product-detail-list-content{
    text-align: left;
    font-size: 13pt;
}

.product-detail-list-content p{
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 10px;
    color: #525252;
    font-weight: 300;
}

.product-contact-btn{
    border: 1pt solid #595757;
    display: inline-block;
    font-family: 'Book Antiqua';
    color:#595757;
    font-weight: 600;
    vertical-align: middle;
    padding:5px 15px;
    border-radius: 7px;
    background-color: transparent;
    transition: .5s;
    letter-spacing: 1px;
    margin-top:50px;
}

.product-contact-btn:hover{
    color:#fff;
    background-color: #595757;
}

.product-contact-btn-icon{
    vertical-align: middle;
    margin-bottom: 3px;
    height:25px;
    width:30px;
}

.product-contact-btn-icon path{
    fill:#595757;
    transition: .5s;
}

.product-contact-btn:hover .product-contact-btn-icon path{
    fill:#fff;
}

.product-contact-tip{
    color:#595757;
    letter-spacing: 1px;
    margin-top: 15px;
}

.product-back-btn{
    font-family: 'Book Antiqua';
    color:#B28247;
    border: 1px solid #B28247;
    font-style: italic;
    font-weight: 600;
    font-size: 12pt;
    letter-spacing: 1px;
    margin: 80px 0 60px 0;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block; 
    transition: .5s;
}

.product-back-btn-pic{
    margin-right: 10px;
    transition: .5s;
}

.product-back-btn:hover{
    background: #B28247;
    color: #fff;
    transition: .5s;
}

@media(max-width: 767px){
.product-detail-content{
    margin-top: 100px;
    text-align: center;
}

.product-detail-pic{
  position: relative;
}

    .product-detail-info{
    padding-left: 0;
    margin-top: 30px;
    overflow: hidden;
}

.product-detail-title-ch{
  font-size: 18px;
}

.product-detail-list-content p {
    font-size: 16px;
  }
}
/*---產品介紹-詳細頁面-結束---*/

/*---核心能力-開始---*/

.capability-content{
    margin-top: 100px;
    margin-bottom: 50px;
}

.capability-intro{
    
}

.capability-content .capability-intro-pic-box{
    vertical-align: middle;
}

.capability-content .capability-intro-pic-box-mobile{
    display: none;
}

.capability-intro-pic-box-left{
    padding-right:10px;
}

.capability-intro-pic-box-right{
    margin-top: 100px;
    padding-left:10px;
}

.capability-intro-pic{
    width:100%;
    display: inline-block;
    position: relative;
    margin-top: -7px;
    margin-bottom: 20px;
}

.capability-intro-pic img{
    width:100%;
}

.capability-intro-pic-box-right .capability-intro-pic:nth-of-type(2n){
    -webkit-animation: fade-in-right 1s;
            animation: fade-in-right 1s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

.capability-intro-pic-box-right .capability-intro-pic:nth-of-type(2n+1){
    -webkit-animation: fade-in-right-02 1.5s;
            animation: fade-in-right-02 1.5s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

.capability-intro-pic-box-left .capability-intro-pic:nth-of-type(2n){
    -webkit-animation: fade-in-right-03 2s;
            animation: fade-in-right-03 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

.capability-intro-pic-box-left .capability-intro-pic:nth-of-type(2n+1){
    -webkit-animation: fade-in-right-04 2.5s;
            animation: fade-in-right-04 2.5s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

.capability-intro-pic-hover{
    opacity: 0;
    margin:5%;
    background-color: rgba(0, 0, 0, 0.7);
    color:#ffd58a;
    position: absolute;
    height: 88%;
    width: 90%;
    top: 0;
}

.capability-intro-pic-word{
    position: relative;
    top:45%;
    font-size: 16pt;
    letter-spacing: 1pt;
    font-weight: 300;
}

@media(min-width: 769px){

.active .capability-intro-pic-hover{
    -webkit-animation: capability-intro-pic-hover .8s;
            animation: capability-intro-pic-hover .8s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
}

.active .capability-intro-pic-word{
    -webkit-animation: capability-intro-pic-word 1s;
            animation: capability-intro-pic-word 1s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
}
}

@media(max-width: 768px){

.slick-active .capability-intro-pic-hover{
    -webkit-animation: capability-intro-pic-hover .8s;
            animation: capability-intro-pic-hover .8s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
}

  .slick-active .capability-intro-pic-word{
    -webkit-animation: capability-intro-pic-word 1s;
            animation: capability-intro-pic-word 1s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
}
}
@-webkit-keyframes capability-intro-pic-word
{
    0%,50%
    {
        opacity: 0;
        
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes capability-intro-pic-word
{
    0%,50%
    {
        opacity: 0;
        
    }
    100%
    {
        opacity: 1;
    }
}
@-webkit-keyframes capability-intro-pic-hover
{
    0%
    {
        opacity: 0;
        transform: scale(0, .5);
        
    }
    50%
    {
        transform: scale(1, .5);
    }
    100%
    {
        opacity: 1;
        transform: scale(1, 1);
    }
}
@keyframes capability-intro-pic-hover
{
    0%
    {
        opacity: 0;
        -webkit-transform: scale(0, .5);
        
    }
    50%
    {
        -webkit-transform: scale(1, .5);
    }
    100%
    {
        opacity: 1;
        -webkit-transform: scale(1, 1);
    }
}
.capability-content .capability-intro-info{
    padding-left:5%;
    margin-top: 15%;
}

.capability-intro-title-en{
    font-family: 'Book Antiqua';
    color:#B28247;
    font-size: 36pt;
    letter-spacing: 1pt;
    font-weight: 600;
    text-align: left;
}

.capability-intro-slogen{
    color: #B28247;
    font-size: 14.5pt;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 30px;
}

.capability-intro-word-box{
    color:#3E3A39;
    font-size: 14pt;
    text-align: left;
    line-height: 26pt;
    margin-top: 60px;
}

.cpability-intro-word{

}

.capability-cert{
    background-image: url(../img/capability-cert-bg.jpg);
    background-size: cover;
    background-position: 50% 100%;
  }

.capability-cert-en{
    font-family: "Book Antiqua";
    color:#3E3A39;
    font-size: 22pt;
    font-weight: 600;
    letter-spacing: 1pt;
    padding-top: 100px;
}

.capability-cert-ch{
    color:#3E3A39;
    font-size: 14pt;
    margin-top: 20px;
    margin-bottom: 30px;
}

.capability-cert .capability-cert-slider.slick-dotted.slick-slider{
    margin-top: 50px;
    margin-bottom:350px;
    display: inline-block;
}

.capability-cert-item{
    margin-bottom: 10px;
    padding: 0 8%;
}

.capability-cert-list-border{
    background-size: cover;
    background-position: 50%;
    background-image: url("../img/capability-cert-border.jpg");
    position: relative;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
}

.capability-cert-list-border img{
    width:100%;
}

.capability-cert-list-pic{
    background-size: cover;
    background-position: 50%;
    background-color: #fff;
        opacity: 1;
    transition: .5s;
    bottom: 0;
    position: absolute;
    margin:7%;
    width:86%;
}

.capability-cert-list-pic img{
    width: 100%;
}

.capability-cert-list-pic:hover{
    opacity: 0.8;
}

.capability-cert-list-pic{
    
}

.light-box-bg{
    text-align: left;
    background-color: #FFF;
    padding: 5%;
}

.capability-cert-list-light-box .news-list-content{
    border: 0;
}

.capability-cert-list-date{
    color: #000000;
    font-size: 13pt;
    letter-spacing: 1px;
    margin-top: 5px;
}

.capability-cert-list-content{
    color: #4D4D4D;
    font-size: 13pt;
    line-height: 28pt;
    border-top: 1px solid #333333;
    padding-top: 10px;
}

.capability-cert-detail-pic{
    width:100%;
}

@media(max-width: 767px){
    .capability-content .capability-intro-pic-box{
    display: none;
}

    .capability-content .capability-intro-pic-box-mobile{
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}

.capability-intro-pic-box-mobile .slick-prev {
    left: 0;
}

.capability-intro-pic-box-mobile .slick-next {
    right: 0;
}

.capability-intro-pic-box-mobile .slick-prev:before, .capability-intro-pic-box-mobile .slick-next:before {
    color: #000;
}

.capability-intro-title-en {
    font-size: 26pt;
}

.capability-intro-slogen {
    margin-top: 20px;
}

.capability-intro-word-box {
    margin-top: 10px;
}

.capability-intro-pic {
    margin-top: 0px;
}

.capability-content .capability-intro-info {
    padding-left: 0;
    margin-top: 0px;
}
}

/*---核心能力-結束---*/


/*---法規資訊 開始---*/

.knowledge-menu{
        margin-top: 120px;
}

.knowledge-menu-item{
    display: inline-block;
    vertical-align: top;
    
}

.knowledge-menu-item:first-child .knowledge-menu-link{
    border:0;
}

.knowledge-menu-link{
    color:#595757;
    font-size: 14pt;
    letter-spacing: 1pt;
    font-weight: 500;
    padding:0 25px;
    border-left:0.5pt solid #595757;
}

.knowledge-menu-link:hover{
    color:#B28247;
    font-size: 14pt;
    letter-spacing: 1pt;
}

.knowledge-menu-item ul{
    padding-left: 0;
    background-color: #E7CEAB;
    opacity: 0;
    transition: .5s;
    padding: 5px 0;
    margin-left: 5px;
}

.knowledge-menu-item:hover > ul{
    opacity: 1;
}

.knowledge-menu-item ul li{
    list-style-type:none;
    padding: 5px 0;
    border-top: 1px dashed #595757;
    margin: 0 10px;
}

.knowledge-menu-item ul li:first-child{
    border-top: 0;
}


.knowledge-menu-item ul li a{
    color:#3E3A39;
    font-weight: 500;
}

.knowledge-menu-item ul li a:hover{
    color:#b36b00;
}

#konwledge-list{

}

.knowledge-list{
    margin-bottom: 50px;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.knowledge-box {
    position: relative;
    display: block;
    min-width: 0;
    margin-bottom: 25px;
    margin-top: 50px;
}

.knowledge-date{
    width: 70px;
    display: inline-block;
    color: #000;
    font-size: 14pt;
    letter-spacing: 1pt;
    margin-right: 30px;
}

.knowledge-day{
    font-family: "Book Antiqua";
    color: #B28247;
    font-size: 48pt;
    font-weight: 600;
    letter-spacing: 2pt;
    text-align: center;
}

.knowledge-month{
    font-family: "Book Antiqua";
    color:#B28247;
    font-size: 13.5pt;
    margin-top:15px;
}

.knowledge-content{
    width:calc(100% - 165px);
    display:inline-block;
    padding-left: 10px;
    border-left:4pt solid #006837;
    vertical-align: top;
    margin-bottom: 25px;
}

.knowledge-content-title{
    width: 100%;
    text-align: left;
    padding: 0 25px 28px 25px;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: 1px solid #595757;
    position: relative;
}

.knowledge-content-title-cover{
  width:0%;
  height:100%;
  position: absolute;
  top: -20px;
  right: 0;
  border-left: 0px solid #B28247;
  background-color: #fff;
  -webkit-animation: knowledge-cover 5s;
          animation: knowledge-cover 5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes knowledge-cover
{
    0%,20%
    {   
        opacity: 1;
        width: 100%;
        border-left: 1px solid #B28247;
    }
    70%{
        opacity: 1;
        width: 0%;
    }
    100%
    {   
        opacity: 0;
        border-left: 1px solid #B28247;
    }
}
@keyframes knowledge-cover
{
    0%,20%
    {   
        opacity: 1;
        width: 100%;
        border-left: 1px solid #B28247;
    }
    70%{
        opacity: 1;
        width: 0%;
    }
    100%
    {   
        opacity: 0;
        border-left: 1px solid #B28247;
    }
}

.knowledge-content-name{
    color: #B28247;
    font-size: 15pt;
    letter-spacing: 1pt;
    width: calc(100% - 105px);
    text-align: left;
    display: inline-block;
}

.knowledge-content-word{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #595757;
    font-size: 13.5pt;
    letter-spacing: 1pt;
    width: 100%;
    text-align: left;
    padding: 28px 25px 0 25px;
    line-height: 28pt;
}

.knowledge-content-word img{
    width:100%;
    margin-top: 30px;
}

.collapse {
  display: none;
}

.collapse.show{
    display: block;
}

.fade {
  opacity: 0;
  transition: .5s;
}

.fade.show{
    opacity: 1;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: .5s;
}

@media(max-width: 768px){
    .knowledge-menu-item ul{
    opacity: 1;
}


}

@media(max-width: 767px){
    .knowledge-date{
    width: 100%;
    padding-right: 0;
    margin-bottom: -4px;
    border-bottom: 1pt solid #B28247;
}

.knowledge-day {
    font-family: "Book Antiqua";
    color: #B28247;
    font-size: 30pt;
    font-weight: 600;
    letter-spacing: 2pt;
    text-align: center;
    float: right;
    vertical-align: middle;
    margin-top: 8px;
}

.knowledge-month {
    font-family: "Book Antiqua";
    color: #B28247;
    font-size: 13.5pt;
    margin-top: 15px;
    vertical-align: middle;
    float: left;
    padding: 0 0px 8px 0px;
}

.knowledge-content-name {
    color: #B28247;
    font-size: 15pt;
    letter-spacing: 1pt;
    width: 100%;
    text-align: left;
    display: inline-block;
}

.knowledge-content{
    width:100%;
    display:inline-block;
    padding-left: 0;
    border-top:4pt solid #006837;
    border-left:0;
    margin-bottom: 30px;
}

.knowledge-content-title{
    color: #000000;
    font-size: 20pt;
    letter-spacing: 1pt;
    margin-left: 0;
    text-align: center;
    line-height: 28pt;
}

.knowledge-content-word{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}


}

/*頁面選擇器*/
.page-select{
    text-align: center;
    position: relative;
    z-index: 21;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    margin:50px 0;

}

.page-select-arrow-prev{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    left: -10px;
    top: 2%;
    color:#000;
    letter-spacing: 1px;
    text-decoration: underline;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.page-select-arrow-next{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: absolute;
    right: -10px;
    top: 2%;
    color:#000;
    letter-spacing: 1px;
    text-decoration: underline;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.page-select-arrow-prev:hover{
    left: -15px;
}

.page-select-arrow-next:hover{
    right: -15px;
}

.page-select-arrow-icon{
    width: 30px;
    height: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.page-select-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 4px;
    transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
}

.page-select-icon:hover{
    transform: scale(1.2,1.2);
    animation-direction: 50% 50%;
}

.page-select-icon-act{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 4px;
}

.page-select-icon span{
  color: #727171;
    font-size: 13pt;
    line-height: 33px;
    font-weight: 400;
    transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
}

.page-select-icon:hover span{
  color: #C9A063;
}

.page-select-icon-act span{
  color: #C9A063;
    font-size: 13pt;
    line-height: 33px;
    font-weight: 400;
}

@media(max-width: 1239px){
.product-content{
    width:87%;
}
}

@media (max-width: 767px){
.product-content {
    margin-top:50px;
}
}

@media(max-width: 568px){

.content-product{
  padding: 40px 0 0 0;
}

.page-select-arrow-prev{
    top: 4%;
}

.page-select-arrow-next{
    top: 4%;
}

.page-select-icon{
    width: 30px;
    height: 30px;
    margin: 4px 2px;
}

.page-select-icon-act{
    width: 30px;
    height: 30px;
    margin: 0 2px;
}

.page-select-icon span {
    line-height: 26px;
}

.page-select-icon-act span {
    line-height: 26px;
}

}

/*---法規資訊 結束---*/

/*---聯絡我們 開始---*/

.contact-content{

}

.contact-title-box{
    border:1pt solid #3E3A39;
    box-shadow: 10px 10px 0 #3E3A39;
    display: inline-block;
    margin: 90px 0 70px 0;
}

.contact-title-en{
    font-family: 'Book Antiqua';
    font-weight: 600;
    letter-spacing: 1pt;
    font-size: 22pt;
    color:#3E3A39;
    margin: 15px 70px 10px 70px;
}

.contact-title-ch{
    font-size: 14pt;
    letter-spacing: 1pt;
    color:#3E3A39;
    margin-bottom: 15px;
}

.contact-slogen{
    color: #B28247;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 40px 0;
}

.contact-slogen:after{
    content: "";
    border-bottom: 1pt solid #B28247;
    width: 100px;
    display: block;
    margin: 40px auto;
}

.contact-map{
    width:100%;
    -webkit-animation: contact-map 1s;
            animation: contact-map 1s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            overflow: hidden;
}

.contact-map iframe{
    width:100%;
    height:500px;

}

@-webkit-keyframes contact-map
{
    0%
    {
        -webkit-transform: scale(0.1,1);
    }
    100%
    {
        -webkit-transform: scale(1,1);
    }
}
@keyframes contact-map
{
    0%
    {
        transform: scale(0.1,1);
    }
    100%
    {
        transform: scale(1,1);
    }
}

.contact-form{
    position: relative;
}

.contact-tip{
    color:#717071;
    text-align: center;
    font-size: 16px;
    margin: 0 4% 20px 4%;
    padding: 0 1% 20px 1%;
    border-bottom: 1pt solid #717071;
}

.contact-dot{
    font-size: 18pt;
    vertical-align: top;
    margin-right: 0px;
    display: inline-block;
    margin-top: 3px;
    width: 13px;
    color: #c30d23;
}

.contact-form-box{
  text-align: left;
  margin: 0 5%;
}

.contact-form-item{
    color: #717071;
    font-weight: 400;
    font-size: 16px;
    margin: 3px 0;
    letter-spacing: 1px;
    display: block;
}

.contact-form-radio{
    width: 50px;
    margin-left: 20px;
    vertical-align: middle;
    margin-bottom: 20px;
    display: inline-block;
}

.contact-form-text{
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 12pt;
    font-family: 'Noto Sans TC';
    margin-bottom: 20px;
    border: 1pt solid #595757;
    width:100%;
}

.contact-form-text-r{
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 12pt;
    font-family: 'Noto Sans TC';
    margin-bottom: 20px;
    border: 1pt solid #595757;
    width:calc(100% - 150px);
}

.contact-form-text-vc{
    padding: 10px 15px;
    border-radius: 5px;
    border: 0;
    font-size: 12pt;
    font-family: 'Noto Sans TC';
    border: 1pt solid #595757;
    margin-bottom: 45px;
    width: 30%;
}

.contact-form-vc{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 50px;
}

.contact-form-vc img{
    vertical-align: middle;
}

.btn-cancal{
    display: inline-block;
    background: #595757;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    font-size: 14pt;
    letter-spacing: 1pt;
    font-weight: 400;
    padding: 8px 0;
    border:1pt solid transparent;
    box-sizing: border-box;
    transition: .5s;
    max-width: 115px;
    text-align: center;
    margin:0 10px;
}

.btn-cancal:hover{
    background: #fff;
    color: #727171;
    border:1pt solid #727171;
}

.btn-send{
    display: inline-block;
    background: #B28247;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    font-size: 14pt;
    letter-spacing: 1pt;
    font-weight: 400;
    padding: 8px 0;
    border:1pt solid transparent;
    box-sizing: border-box;
    transition: .5s;
    max-width: 115px;
    text-align: center;
    margin:0 10px;
}

.btn-send:hover{
    background: #fff;
    color: #B28247;
    border:1pt solid #B28247;
}


.contact-form-btn{
  text-align: center;
  margin: 20px auto  60px auto;
}


@media(max-width: 1024px){
    .content-contact {
    padding: 40px 0 140px 0;
}
}

@media(max-width: 768px){

.contact-info-address{
  text-align: none;
  padding-left: 0;
  text-align: center;
}

.contact-info-logo img {
    float: none;
    margin: 0 auto 30px auto;
}

}


@media(max-width: 568px){


.contact-form-title {
    margin-bottom: 10px;
}

.contact-form-caption {
    font-size: 14pt;
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 30px;
}

.contact-form-text {
    width: 100%;
    margin-bottom: 25px;
}

.contact-form-item {
    margin: 0;
}

.contact-form-text-vc {
    margin-bottom: 15px;
    width: 100%;
}

.contact-form-vc {
    margin-left: 0px;
    margin-bottom: 0px;
}

.content-contact {
    padding: 40px 0 0px 0;
}

.contact-info-mail a {
    display: initial;
}

.contact-form-btn {
    text-align: center;
    margin: 50px auto 30px auto;
}

}

@media(max-width: 480px){
.contact-info-address {
    margin-top: 15px;
}

    .contact-form-text-r {
    width: 100%;
}

.pure-form label.contact-form-radio{
    width: 80px;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 20px;
}

.btn-cancal{
    display: block;
    margin: 0 auto 25px auto;
}

.btn-send{
    display: block;
    margin: 0 auto 25px auto;
}

}

/*---聯絡我們-結束---*/
/*---全站搜尋-開始---*/
.search-content{
    margin: 60px 0 60px 0;
}

.search-form-box{
    margin-top:20px;
}

.search-form{
    padding: 8px 15px;
    border-radius: 14px;
    font-size: 12pt;
    font-family: 'Noto Sans TC';
    margin-bottom: 20px;
    border: 1pt solid #595757;
    width:100%;
}

.search-send-btn{
    display: inline-block;
    background: #B28247;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    font-size: 14pt;
    letter-spacing: 1pt;
    font-weight: 400;
    padding: 8px 0;
    border:1pt solid transparent;
    box-sizing: border-box;
    transition: .5s;
    max-width: 115px;
    text-align: center;
    margin:0 10px;
}

.search-send-btn:hover{
    background: #fff;
    color: #B28247;
    border:1pt solid #B28247;
}

/*---全站搜尋-結束---*/




.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img{
  max-width: 100%;
  height: auto;
}

.swiper-container-sm {
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
}

.swiper-container-sm .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container-sm .swiper-pagination{
  position: relative;
  z-index: 8;
  bottom: -40px;
}

.swiper-container-sm .swiper-pagination-bullet-active {
    outline: none;
    background: #000;
}

/*project*/
.project-wrap,.project-in-wrap,.contact-big-wrap{
  padding-top: 150px;
  padding-bottom: 150px;
}

.index-product-wrap{
  margin-top: 2em;
}

@media (max-width: 768px){
  .project-wrap,.project-in-wrap,.news-wrap,.contact-big-wrap {
      padding-top: 40px;
      padding-bottom: 40px;
  }

  .swiper-container-sm{
    margin: 0;
  }
}

.project-in-wrap .swiper-container .swiper-slide{
  width: auto;
}

.project-img{
  width: 100%;
  display: block;
  overflow:hidden;
  position: relative;
}

.project-img:before{
  content: url(../img/viewmore.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  z-index: 2;
  width: 45px;
  height: 45px;
  opacity: 0;
  transition: .3s ease;
}

.project-img:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #0005;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: .3s ease;
}

.project-img:hover:before{
  opacity: 1;
  transition: .3s ease;
}

.project-img:hover:after{
  opacity: 1;
  transition: .3s ease;
}

.project-img img{
  width: 100%;
  transform: scale(1.1);
  transition: 3s ease;
}

.project-img:hover img{
  transform: scale(1.3);
  transition: 3s ease;
}

.project-title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 15px 0 50px 0;
}

.project-title h3{
  margin: 0;
  text-align: center;
}

.project-title span{
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;  
  letter-spacing: 2px;
  color: #c9caca;
}

.project-title h3 a{
  font-size: 1.2rem;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #000;
  transition: .3s ease-out;
}

.project-title h3 a:hover{
  color: #C9A063;
  transition: .3s ease-out;
}

.project-title p{
  display: block;
  margin-top: 7px;
  line-height: 1.5;
  font-size: 1rem;
  text-align: center;
}

.txt-box{
  margin: 0 auto;
}

@media (min-width: 768px) {

  .project-title{
    flex-direction: column;
  }

  .project-title h3 a {
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  
}

@media (min-width: 1024px) {

  .project-title{
    flex-direction: row;
  }
  
}


/*products-detail swiper*/

.gallery-top {
  width: 100%;
}

.gallery-top .swiper-slide{
  border:1px solid #aaa5;
}

.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide{
  border:1px solid #aaa5;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  margin-top: 10px;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.product-detail-pic .swiper-button-next.swiper-button-white,
.product-detail-pic .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #666;
    outline: none;
}

.product-detail-pic .swiper-button-next:after, 
.product-detail-pic .swiper-button-prev:after {
    font-size: 25px;
}

/*news*/
.news-box{
  margin: 120px 0 0;
  text-align: left;
}

.news-box.news-in-mb{
  margin-bottom: 120px;
}

.news-box .ctr-width{
  max-width: 1000px;
}

.news-list{
  margin-top: 50px;
  padding: 0;
}

.news-list li {
  border-top: 1px dashed #aaa6;
  border-bottom: 1px dashed #aaa6;
}

.news-list li a{
  display: block;
  padding: 30px 0;
  transition: .3s ease;
}


.news-list li a .liInner .date{
  display: inline-block;
  vertical-align: middle;
  color: #aaa;
  line-height: 1.5;
  font-size: 14px;
  margin-right: 15px;
  letter-spacing: 1px;
}

.news-list li a .liInner .txt{
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 1px;
}

.news-list li a:hover{
  opacity: .5;
  transition: .3s ease;
}

.news-box .news-title{
  font-size: 20px;
  line-height: 1.4;
  padding: 1em .75em;
  border-left: solid #1b2680;
  border-left-width: 2px;
  background-color: #eee; 
  letter-spacing: 1px;
}



@media (max-width: 767px){
  .news-box{
    margin: 60px 0 0;
  }

  .news-list li a .liInner .date,
  .news-list li a .liInner .txt{
    display: block;
  }

  .news-list li a .liInner .date{
    margin-bottom: 3px;
  }

  .news-box.news-in-mb{
    margin-bottom: 60px;
  }
}


/*---探索咖啡-開始---*/

.explore-pic{
    background-size: cover;
    background-position: 50%;
    background-color: #000;
}

.explore-detail .explore-pic{
    margin-top:20px;
    margin-bottom: 30px;
}

.explore-pic img{
    width:100%;
}

.explore-time{
    color:#666;
    font-size: 14px;
    margin-top:20px;
    text-align: left;
}

.explore-title{
    text-align: left;
}

.explore-title{
    color:#000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.explore-content-intro{
    color:#000;
    margin-top:10px;
    line-height: 20pt;
    text-align: left;
}

.explore-content-intro img{
  width: 100%;
}

.explore-content-intro p{
    color:#000;
    margin-top:10px;
    line-height: 1.8;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    clear:both;
}

.btn-center{
  text-align: center;
}

/*---探索咖啡-結束---*/

/*---保健新知-開始---*/

.faq-list{
    margin-bottom: 50px;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq-box {
    position: relative;
    display: block;
    min-width: 0;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
}

.faq-date{
    width: 160px;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    color: #aaa;
    font-size: 16px;
    letter-spacing: 1pt;
    top:10px;
}

.faq-content{
    width:calc(100% - 165px);
    display:inline-block;
    padding-left: 10px;
    border-left: 2px solid #7480d0;
    vertical-align: top;
    margin-bottom: 25px;
}

.q-content{
    color: #000000;
    font-size: 18px;
    letter-spacing: 1pt;
    margin-left: 10px;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 10px;
    cursor: pointer;
}

.a-content{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #797979;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin-top: 10px;
}

.collapse {
  display: none;
}

.collapse.show{
    display: block;
}

.fade {
  opacity: 0;
  transition: .5s;
}

.fade.show{
    opacity: 1;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: .5s;
}

@media(max-width: 767px){
    .faq-date{
    width: 100%;
    padding-right:0;
    margin-bottom: 15px;
}

.faq-content{
    width:100%;
    display:inline-block;
    padding-left: 0;
    border-left: 2px solid #7480d0;
    border-left:0;
    margin-bottom: 10px;
}

.q-content{
    color: #000000;
    font-size: 20px;
    letter-spacing: 1px;
    margin-left: 0;
    text-align: left;
    line-height: 1.5;
}

.a-content{
    padding-left: 0;
}


}

/*---保健新知-結束---*/

.bg-cover{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}