@charset "UTF-8";
body{
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 100%;
  font-size: 18px;
  line-height: 180%;
}
body a{
	color: #333;
}
body a:hover {
	color: #A80008;
} 

html{
  display: block;
  background:#ccc;
}
.container {
  width: 100%;
  max-width: 100%; 
  margin: 0 auto; 
}
@media (min-width: 1200px) {    
  body{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;    
    box-shadow: 1px 1px 12px #7b7b7b;
    background:#fff;
    display: block;
    border: 1px solid transparent;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
  body{
    max-width: initial;
    margin: initial;
    width: initial;
  }
}

.img-fluid{
  width: 100%;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
    height: 135px;
    margin: 0 auto;
    max-width: 1200px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9f9ff+0,f1feff+100 */
    background: linear-gradient(to bottom, #c9f9ff 0%,#f1feff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }  
  .scrolled .header {
    --background-color: #ffffff;
    max-width: 1200px;
  }  

  
  @media (max-width: 991px) {
    .header {
      height: 120px;
    }
  } 
  @media (max-width: 568px) {
    .header {
      height: 100px;
    }
  } 
  /*--------------------------------------------------------------
  # Scroll Top Button 返回當頁上方
  --------------------------------------------------------------*/
  .scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #990007;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
  }
  
  .scroll-top i {
    color: #fff;
    line-height: 0;
  }
  
  .scroll-top:hover {
    background-color:#388da88a;
  }
  
  .scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
  }
  
  /*--------------------------------------------------------------
  # Hero Section 內框
  --------------------------------------------------------------*/
  .hero {
    width: 100%;
    min-height: 70vh;
    position: relative;
    margin-top: 135px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .hero {
      margin-top: 120px;
    }
  }
  @media (max-width: 568px) {
    .hero {
      margin-top: 100px;
    }
  }

  .home-page .page-content{
    padding-top: 0;
  }
  
  /*--------------------------------------------------------------
  # Global Sections 當頁滾動監聽
  --------------------------------------------------------------*/
  .section-scroll {
    scroll-margin-top: 200px;
    overflow: clip;
  }
  
  @media (max-width: 991px) {
    .section-scroll {
      scroll-margin-top: 150px;
      display: block;
    }
  }

@media (min-width: 992px) {
  .pageheader .top-good{
    padding: 0px 15px;
    border: 1px solid #a72d00;
    border-radius: 50px;
    text-align: right;
    width: 250px;
    margin: 20px 30px 20px auto;
    color: #a72d00;
    font-weight: bold;
  }
  .pageheader .top-good:before{
    content: "\f2a0";
    font-family: 'FontAwesome';
  }
  .pageheader .top-good span{
    font-style: italic;
  }
 
  nav.navbar.navbarling .navbar-brand {
    width: 45%;
    top: -65px;
    position: absolute;
  } 
  nav.navbar.navbarling .navbar-brand img{
      width: 100%;
  }
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 5px 13px;
    margin: 0 2px;
    font-weight: bold;
    background: #f0b500;
    background: -moz-linear-gradient(top, #f0b500 50%, #cc9900 51%, #ad7f00 100%);
    background: -webkit-linear-gradient(top, #f0b500 50%, #cc9900 51%, #ad7f00 100%);
    background: linear-gradient(to bottom, #f0b500 50%, #cc9900 51%, #ad7f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b500', endColorstr='#ad7f00',GradientType=0 );
    border-radius: 5px;
    display: block;
  }
}

@media (max-width: 991px) {
  .pageheader .top-good{
    padding: 0px 15px;
    background: #a72d00;
    border: initial;
    border-radius: initial;
    text-align: right;
    width: 100%;
    margin: 0;
    color: #ffffff;
  }

  nav.navbar.navbarling{
    padding: 0;
  }
  nav.navbar.navbarling a.navbar-brand{
    width: 55%;
  }
  nav.navbar.navbarling button.navbar-toggler{
      background-color: #ffc107;
      color: #6e0000;
  }

  .navbar-nav .nav-item.dropdown.proicon > a{
    display: none;
  }
  .navbar-nav .nav-item.proicon > ul.dropdown-menu > li > a.dropdown-item{
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 6px;
    font-size: 1.25em;
    font-weight: bold;
  }

  nav.navbar.navbarling .nav-item ul.dropdown-menu{
    padding: 0;
  }
  .navbar-nav .nav-item ul.dropdown-menu li:last-child a{
    border-bottom: none;
  }
  .offcanvas.offcanvas-end{
    background: #5c982d !important;
  }

}

@media (max-width: 568px) {
  
  .pageheader .top-good{
    text-align: center;
  }

  nav.navbarling .navbar-brand{
    background: url(../../images/customer/jw/logo.png) left center no-repeat;
    background-size: contain;
    height: 60px;
    margin: 0 auto;
    width: 75% !important;
  }
  nav.navbarling .navbar-brand img{
    display: none;
  } 
  
}


/* 首頁下主題 */
.hi_box{ 
    color: #6e0000;
    font-weight: bold;
}
.hi_box i{
    transform: rotate(-30deg);
}
.hi_box.pic::before{
    background: url(../../images/customer/jw/li_item.png) left center no-repeat;
    background-size: 28px;
    padding-left: 36px;
    content: '';
}
@media (max-width: 568px) {  
  .hi_box.pic::before{
    background: initial;
    background-size: initial;
    padding-left: initial;
    content: initial;
  }
}



/* 首頁-消息跑馬燈 */
.home-news_box.marquee a {
  color: #0d6efd; 
}

.template-box-top .page-header{
  border-bottom: none !important;
}
.template-box-top .page-header .h3{
  font-weight: bold;
}


/* 左選單 */

.left-content .left2{
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #C8E477 !important;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #daeda4 52%, #c8e477 53%, #c8e477 100%);
    background: -webkit-linear-gradient(top, #ffffff 1%, #daeda4 52%, #c8e477 53%, #c8e477 100%);
    background: linear-gradient(to bottom, #ffffff 1%, #daeda4 52%, #c8e477 53%, #c8e477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8e477',GradientType=0 );
}
.left-content .left2:hover{  
  border: 1px solid #C8E477 !important;
  background: #fff;
  color: #367A00;
}
.left-content .left22::before {
  color:#367A00;
}
.left-content .left22{ 
  font-weight: bold;
  border: 1px solid #C8E477 !important;
  background: #fff;
  color: #367A00 !important;
}

.left-content .left32 {
    color: #990007 !important;
}


/* 頁尾 */
footer {
  background-color: #338A39;
}
footer * {
  color: #fff !important;
}



/* 產品內頁 */
.panel.panel-danger{
  border-color: #ebccd1;   
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel .panel-heading h3,
.panel .panel-body{
  margin-top: 15px;
}


.home-service_box .card {
  background: none;
}



/* 首頁-聯絡我們 */
.home-contact_box .card-body{
  position: relative;
}

.home-contact_box.company1 .card-body:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  right: 5px;
  bottom: 5px;
  background: url(../../images/customer/jw/guantian-logo.png) center no-repeat;
  background-size: 98%;
}
.home-contact_box.company2 .card-body:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  right: 5px;
  bottom: 5px;
  background: url(../../images/customer/jw/sh-logo.png) center no-repeat;
  background-size: 98%;
}
.home-contact_box .card-body ul > li > span {
  display: inline-block;
  margin-left: 30px;
}

.home-contact_box .card-body i,
.home-contact_box .card-body ul > li:before{  
  font-family: 'FontAwesome';
  color: #96C700;
  width: 20px;
  display: inline-block;
  padding-right: 6px;
  margin-right: 6px;
}
.home-contact_box .card-body ul > li:nth-child(1):before{
  content: "\f2a0";  
}
.home-contact_box .card-body ul > li:nth-child(2):before{
  content: "\f041";  
}
.home-contact_box .card-body ul > li:nth-child(3):before{
  content: "\f003";
}
.home-contact_box .card-body ul > li:nth-child(4):before{
  content: "\f0c1";  
}


.home-contact_box .card-body.box2 ul > li:nth-child(1):before{
  content: "\f2a0";  
}
.home-contact_box .card-body.box2 ul > li:nth-child(2):before{
  content: "\f2a0";   
}
.home-contact_box .card-body.box2 ul > li:nth-child(3):before{
  content: "\f041";  
}
.home-contact_box .card-body.box2 ul > li:nth-child(4):before{
  content: "\f003";
}
.home-contact_box .card-body.box2 ul > li:nth-child(5):before{
  content: "\f0c1";  
}
.home-contact_box .card-body.box2 ul {
  line-height: 158%;
}
@media (max-width: 1150px) {  
  .home-contact_box .card-body ul > li > span {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 992px) {  
  .home-contact_box.company1 .card{  
    background: url(../../images/customer/jw/hom_co1.png) 350px top no-repeat; 
    background-size: auto 100%;
  }
  .home-contact_box.company2 .card{  
    background: url(../../images/customer/jw/hom_co3.png) 350px top no-repeat; 
    background-size: auto 100%;
  }
}
@media (max-width: 568px) {  
  .home-contact_box .card-body{
    font-size: 0.9em;
  }
  .home-contact_box.company1 .card{  
    background: none;
  }
  .home-contact_box.company2 .card{  
    background: none;
  }
  .home-contact_box .card-body ul > li:before{  
    margin-right: initial;
  }
  .home-contact_box .card-body i{
    margin-right: 6px;
  }
}




/* 活動剪影 chufon-wood */
.page_box.classify4_box .product-item-box .item{
  width: 33.33%;
}
.page_box.classify4_box .product-item-box .item img{
  width: 100%;
}
.page_box.classify4_box .product-item-box .item .caption h3{
  margin-top: .5rem;
  font-size: 1em;
}
@media (max-width:767px) {
  .page_box.classify4_box .product-item-box .item{
    width: 50%;
  }
}
@media (max-width:567px) {
  .page_box.classify4_box .product-item-box .item{
    width: 100%;
  }
}


/* tws_txt */
.page_box.classify24 .ling-nav .p_no,
.page_box.classify24 .template-box-top.product .page-header .h4 > .p_no {
  display: none;
}


.no-click {
  pointer-events: none;
  color: gray; /* 可選，讓使用者知道無法點擊 */
  text-decoration: none;
}

