@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
:root {
  --gold: #b47c34;
  --hovgold:#c89d4b ;

}
img {
  max-width: 100%;
}
section{
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .pc-s{
    display: none !important;
  }
}
@media (min-width: 992px) {
  .mb-s{
    display: none !important;
  }
}

.pc-header{
  background-color: var(--gold);
}



.header-soc-link a{
  width: 20px;
  margin-right:15px ;
  transition: .4s;
}
.header-soc-link a:hover{
  opacity: .6;
}

.header-soc-link a img{
  width: 100%;
}
@media (max-width: 991px){
  .header .top-icon .logo{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header nav .nav li ul.show{
    display: block;
  }
  .header nav .nav .dropdown-menu{
    background-color: var(--hovgold);
    padding: 0px;
    margin: 0px;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  }
  .header nav .nav li ul li a:hover{
    background-color: var(--hovgold);
  }
} 

.top-message{
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-message p{
  margin-bottom: 0px;
  font-size: 15px;
}

.header .logo{
  margin-right: 0px;
}
.header .top-header {
    padding: 21px 0 20px;
}
.header .top-header .top-menu .collapse li a{
  padding: 10px 5px;
  font-size: 16px;
  margin: 10px;
  letter-spacing: 2px;
  color: #000;
  font-family: 'Noto Sans TC', '微軟正黑體';
  font-weight: 400;
}
.header .top-icon{
  margin-left: -15px;

}
.header .top-icon .top-icon-list .top-icon-link a{
  position: relative;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    border-radius: 50%;
    background-color: #f1f1f1;
    text-align: center;
    padding: 0px;
}
.header .top-icon .top-icon-list .top-icon-link a i{
  font-size: 18px;
  line-height: 40px;
  color: #4b2e04;
}

.header .top-header .top-menu .collapse li.active a::before, .header .top-header .top-menu .collapse li:hover a::before {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        top: unset;
        left: 0;
        bottom: 0px;
        background-color: var(--hovgold); 
      }
.sec-ti{
  margin-bottom: 40px;
}
.sec-ti h2{
  font-size: 24px;
  color: #333;
  font-family: 'Noto Serif TC', '微軟正黑體';
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 4px;

}
.sec-ti h3{
  font-size: 15px;
  color: var(--gold);
  font-family: 'Noto Serif TC', '微軟正黑體';
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 3px;

}


.tm_shadow_tab  {
  text-align: center; 
}

.tm_shadow_tab .nav-tabs {
  border: 0; 
  align-items: center;
}

.tm_shadow_tab .nav-tabs > li > a {
  color: #000; 
}
.tm_shadow_tab .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent; 
}
.tm_shadow_tab .nav-tabs > li > a:hover::before {
  content: "";
  width: calc(100% - 30px);
  height: 3px;
  display: inline-block;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 15px; 
}
.tm_shadow_tab .nav-tabs > li.active > a,
.tm_shadow_tab .nav-tabs > li.active > a:focus,
.tm_shadow_tab .nav-tabs > li.active > a:hover {
  border-color: transparent;
  position: relative;
  font-weight: bold;
  color: #000; 
}
.tm_shadow_tab .nav-tabs > li.active > a::before,
.tm_shadow_tab .nav-tabs > li.active > a:focus::before,
.tm_shadow_tab .nav-tabs > li.active > a:hover::before {
  content: "";
  width: calc(100% - 30px);
  height: 3px;
  display: inline-block;
  background-color: #0d9ee7;
  position: absolute;
  bottom: 0;
  left: 15px; 
}
@media all and (max-width: 992px) {
 .tm_shadow_tab .nav-tabs > li.active > a,
 .tm_shadow_tab .nav-tabs > li.active > a:focus,
 .tm_shadow_tab .nav-tabs > li.active > a:hover {
  background-color: #ddd; }
  .tm_shadow_tab .nav-tabs > li.active > a::before,
  .tm_shadow_tab .nav-tabs > li.active > a:focus::before,
  .tm_shadow_tab .nav-tabs > li.active > a:hover::before {
    display: none; 
  } 
}
.tm_shadow_tab .tab-content {
  position: relative; 
}
.tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
  background: #eee;
  width: 100%;
  line-height: 1em;
  padding: 16px 0;
  color: #333;
  border: 0;
  font-size: 15px;
  letter-spacing: 1px; 
}
@media all and (max-width: 992px) {
 .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
  width: 70%;
  font-size: 20px; 
}
.tm_shadow_tab .tm_shadow_dropdown button:focus{
  outline: 0px;
}
}
@media all and (max-width: 450px) {
 .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
  font-size: 16px; 
} 
}
.tm_shadow_tab .tm_shadow_dropdown .caret {
  border-top: 9px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  color: #777;
  right: 12%;
  margin-top: 4px;
}
@media all and (max-width: 992px) {
 .tm_shadow_tab .tm_shadow_dropdown .caret {
  right: 20%;
} 
}
.tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
  width: 100%;
  position: relative;
  top: 0px;
  text-align: center; 
}
@media all and (max-width: 992px) {
 .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
  width: 70%;
  left: 15%;
  font-size: 20px; 
  display: none;
  padding: 0px;
  box-shadow: 0 0 1px 1px #ddd;
}
.tm_shadow_tab .tm_shadow_dropdown .dropdown-menu.show{
  display: block;
}
.tm_shadow_tab .nav-tabs .nav-item .nav-link{
padding: 12px 0px;
}
.tm_shadow_tab .nav-tabs .nav-item .nav-link.active{
  background-color: #ddd;
}
}
@media all and (max-width: 450px) {
 .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
  font-size: 16px; 
} 
}
.tm_shadow_tab .tm_shadow_dropdown .dropdown-menu > li {
  display: block;
  width: 100%;
  clear: both; 
}
.tm_shadow_tab .tm_shadow_dropdown .dropdown-menu > li:hover {
  background: #ddd;
  color: #fff; 
}
.tm_shadow_tab .dropdown-toggle::after {
  display: none; 
}




.footer .fx-btn-g{
  position: fixed;
  right: 3px;
  top: calc(25% + 260px);
  z-index: 999999;
}

.footer .fx-btn-g .fx-btn{
  display: block;
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px #0d0409;
  transition: .4s;


}
.footer .fx-btn-g .fx-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0px 2px 6px #0d0409;
}


.footer .fx-btn-mo{
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 999999;
  background-color: var(--gold);
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer .fx-btn-mo .fx-btn{
    padding: 2px 5px;
    font-size: 22px;
    color: var(--gold);
    width: 30%;
    text-align: center;
    letter-spacing: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    border-radius: 50px;
}
.footer .fx-btn-mo .fx-btn img{
  width: 40px;
}
.footer .fx-btn-mo .fx-btn.fx-btn-tel{
  background-color: #fff;
}

.footer .fx-btn-mo .fx-btn.fx-btn-line{
  background-color: #fff;
}

.footer .fx-btn-mo .fx-btn.fx-btn-fb{
  background-color: #fff;
}

.cd-top {
  position: fixed;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px #0d0409;
  transition: .4s;
  right: 3px;
  overflow: hidden;
  text-indent: 100%;
  background: url(../images/fxbtn-up.png) center no-repeat;
  color: #fff;
  z-index: 999999;
  top: calc(25% + 460px);
}

.cd-top:hover {
  transform: translateY(-3px);
  box-shadow: 0px 2px 6px #0d0409;
}
@media(max-width: 991px){
  .cd-top {
    bottom: 60px;
    top: unset;
    width: 45px;
  height: 45px;
  }
}
.pagination .page-item .page-link{
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  border-color: #eee;
  color: #333;
}
.pagination .page-item.active .page-link{
  background-color: var(--gold);
  border-color: #eee;
  color: #fff;
}


.pagination .page-item .page-link:hover{
  background-color: var(--hovgold);
  color: #fff;
}

.idsection{
  margin-top: 80px;
}


@media(max-width: 991px){
  .idsection{
  margin-top: 40px;
}
}

.more {
  display: inline-block;
  color: #fff;
  border: 0px solid var(--gold);
  background-color: var(--gold);
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 5px; }
  .more:hover {
    color: #fff;
    background-color: var(--hovgold);
    border: 0px solid var(--hovgold);}

@media(max-width: 991px){
  .morebox{
      text-align: center;
    }
}
    
.ids2-slider{
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 20px;
}


.ids2-slider .slick-prev, 
.ids2-slider .slick-prev:focus,
.ids2-slider .slick-prev:hover{
  left: -10px;
  width: unset;
  height: unset;
  background: unset;
  top: 45%;
  }

  .ids2-slider .slick-prev:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    color: #000;
    font-size: 36px;
  }
  .ids2-slider .slick-next, 
.ids2-slider .slick-next:focus,
.ids2-slider .slick-next:hover{
  right: -10px;
  width: unset;
  height: unset;
  background: unset;
  top: 45%;
  }
  .ids2-slider .slick-next:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    color: #000;
    font-size: 36px;
  }
  .ids2-slider .slick-dots li button:before{
    background-color: #dddddd;
  }
  .ids2-slider .slick-dots li.slick-active button:before{
    background-color: var(--gold);
  }
    .ids2-slider .slick-dots li.slick-active button:before, 
    .ids2-slider .slick-dots li button:before{
      width: 10px;
      height: 10px;
      box-shadow: unset;
      border: 0px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -ms-filter:unset;/*IE 8*/
-moz-box-shadow: unset;/*FF 3.5+*/
-webkit-box-shadow: unset;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: unset;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    }

  @media(max-width: 991px){
    .ids2-slider{
      margin-right: -10px;
      margin-left: -10px;
    }
    .ids2-slider .slick-next, 
.ids2-slider .slick-next:focus,
.ids2-slider .slick-next:hover{
  right: 10px;
  width: unset;
  height: unset;
  background: unset;
  top: 45%;
  }
  .ids2-slider .slick-prev, 
.ids2-slider .slick-prev:focus,
.ids2-slider .slick-prev:hover{
  left: 10px;
  width: unset;
  height: unset;
  background: unset;
  top: 45%;
  }
  }

  .ids2-slider .ids-item{
  margin-left: 15px;
  margin-right: 15px;
}

.ids-item .img-wrap .img-item {
  padding-top: 75%;
}
 .ids2-slider .ids-item .word-item{
  margin-top: 25px;
 }
 .ids2-slider .ids-item .word-item h3{
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 3px;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; 
  font-family: 'Noto Serif TC', '微軟正黑體';
  font-weight: 700;

}

 .ids2-slider .ids-item .word-item p{
  color: #666;
  font-size: 15px;
  letter-spacing: 3px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  height: 2.4em;
 }
  @media(max-width: 991px){
      .ids2-slider .ids-item{
  margin-left: 10px;
  margin-right: 10px;
}

  }


.section01 .nav-tabs .nav-link{
  font-size: 16px;
  color: #666;
  letter-spacing: 2px;
  border-radius: 90px;
  padding: 7px 25px;
  background-color: #eee;
  margin-right: 30px;
  transition: .4s;
  border: 0px;

  }
  .section01 .nav-tabs .nav-link.active, .section01 .nav-tabs .nav-link:hover{
    background-color: var(--gold);
    color: #fff;
  }

  .section01 .nav-tabs .nav-link:last-child{
    margin-right: 0px;
  }

    @media(max-width: 991px){
      .section01 .nav-tabs .nav-link{
        margin:5px 10px;
      }
    }

  .tip-item {
  position: absolute;
  left: 5px;
  top:5px;
  z-index: 3; }
  .tip-item .hot-tip {
    letter-spacing: 2px;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 2px 8px;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .tip-item .new-tip {
    letter-spacing: 2px;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 2px 8px;
    font-size: 15px;
    margin-bottom: 5px;
     }
      .tip-item .spec-tip{
       letter-spacing: 2px;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 2px 8px;
    font-size: 15px;
    margin-bottom: 5px;
      }
.section01  .section_product_items .word-item{
  math-style: 15px;
  margin-bottom: 15px;
}
.section01  .section_product_items .word-item p{
  color: #333;
  font-size: 18px;
  text-align: center;
  }

.section01  .section_product_items .price-item p{
  color: var(--gold);
  font-size: 18px;
  text-align: center;
  margin-bottom: 0px;
   font-family: 'Noto Serif TC', '微軟正黑體';
  font-weight: 700;
}

.ids3 .container .s3-r:nth-child(odd){
  flex-direction: row-reverse;
}

.ids3 .container .s3-r{
  align-items: center;
  margin-bottom: 80px;
}

.ids3 .container .s3-r:nth-child(odd) .s3-c{
  padding-right: 65px;
}
.ids3  .container .s3-r:nth-child(even) .s3-c{
  padding-left: 65px;
}
.ids3 .s3-r .s3-c .sec-ti{
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #666;
  

}
.ids3 .s3-r .s3-c .sec-ti h3{
  margin-bottom: 10px;
}

.ids3 .s3-r .s3-c .sec-ti h2{
  margin-bottom: 0px;
}
.ids3 .s3-r .s3-c .sec-ti h2 ,
.ids3 .s3-r .s3-c .sec-ti h3{
text-align: left;
}

.ids3 .s3-r .s3-c p{
  color: #333;
  font-size: 16px;
  margin-bottom: 40px;
}
  @media(max-width: 991px){
    .ids3 .container .s3-r:nth-child(odd) .s3-c{
  padding-right: 15px;
}
.ids3  .container .s3-r:nth-child(even) .s3-c{
  padding-left: 15px;
}
.ids3  .s3-r .s3-c{
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
}
  }
.s5-r{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.s5-r .s5-c{
  flex: 0 0 46.5%;
  width: 46.5%;
  position: relative;
}

.s5-r .s5-c .img-wrap .img-item{
  padding-top:75%;
}

.s5-r .s5-c img{
  transition: all 1s ease-out;
}
.s5-r .s5-c:hover img{
  transform:translate(-50%, -50%) scale(1.2,1.2);
}

.s5-r .s5-c .sec-ti {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.s5-r .s5-c .sec-ti h3{
  margin-bottom: 10px;
  text-align: left;
}
  @media(max-width: 991px){
    .s5-r .s5-c{
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 30px;
}
  }
.contact-form-out{
  padding-top: 30px;
  background-color: #f6f6f6;
  padding-bottom: 30px;
}


.contact-ti {
  font-size: 32px;
  color: #000;
  letter-spacing: 3px;
  font-weight: bold;
}


.contact-des{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3px;
  font-weight: normal;
  color: #000;
}

 @media (min-width: 1200px){
  .contact-info{
    padding-right: 70px;
  }
  .contact-form{
    padding-left: 80px;
  }
 } 

 .contact-form .form-group{
  margin-bottom: 30px;
}
.contact-form .form-group label {
  letter-spacing: 3px;
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: bold;
}


.contact-form .form-group input,
.contact-form .form-group select{
  border: 0;
  border-bottom: 1px #ddd solid;
  color: #000;
  background-color: unset;
  border-radius: 0px;
  padding: 0px 0px;
  letter-spacing: 3px;
}

.contact-form .form-group input::placeholder{
  color: #878787;
  letter-spacing: 3px;
}

.contact-form .form-group input:focus{
  box-shadow: unset;
  background-color: unset;
}

.contact-form .form-group label.checkbox-lab{
  display: unset;
  font-weight: normal;
  line-height: 2em;
  white-space: nowrap;
}
.contact-form .form-group label.checkbox-lab input{
  margin-right: 5px;
}

.contact-f{
  border-bottom:1px solid #ddd ;
}
.contact-f .control-label{
  font-size: 16px;
  letter-spacing: 3px;
}
.contact-f .control-label i{
  color: var(--gold);
  margin-right: 10px;
  width: 1em;
}

.contact-form .form-group input.btn.btn-custom01{
  background-color: #ffffff;
  border-radius: 5px;
  background-color: var(--gold);
  border: 1px solid var(--gold);
  color: #fff;
  transition: .4s;
  letter-spacing: 3px;
  padding: 10px 45px;

}

.contact-form .form-group input.btn.btn-custom01:hover{
  background-color: var(--hovgold);
  text-shadow: 1px 1px #999;
  box-shadow: 2px 1px 3px #999;
}

.
.qa-tab_item_bottom {
    position: relative;
    padding-bottom: 30px;
}

.qa-tab_item_bottom .view-btn {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -5px;
}
