@charset "UTF-8";
body{
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 100%;
  font-size: 18px;
  line-height: 180%;
	max-width: 1200px;
	margin: 0 auto;
  
  box-shadow: 
    -10px 0 20px rgba(0, 0, 0, 0.25),  /* 左邊陰影 */
    10px 0 20px rgba(0, 0, 0, 0.25);   /* 右邊陰影 */
}
.container {
	width: 100%;
  max-width: 98%;
}

body a{
	color: #333;
}
body a:hover {
	color: #ff6122;
} 

.home-page .page-content{
  padding-top: 0 !important;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .scrolled .header {
    --background-color: #ffffff;
  }  
  
  /*--------------------------------------------------------------
  # 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;
    padding-top: 160px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .hero {
      padding-top: 110px;
    }
  }
  @media (max-width: 568px) {
    .hero {
      padding-top: 90px;
    }
  }

  /*--------------------------------------------------------------
  # Global Sections 當頁滾動監聽
  --------------------------------------------------------------*/
  .section-scroll {
    scroll-margin-top: 160px;
    overflow: clip;
  }
  
  @media (max-width: 991px) {
    .section-scroll {
      scroll-margin-top: 120px;
      display: block;
    }
  }
  

  .text-bg-color{
    background-color: #d15700;
  }
  .page_box .ling-nav a{
    background-color: #fff3e9;
    border: 1px solid #ccc;
  }

  
  
/* 商標1 */
nav.navbar.navbarling .navbar-brand {
  font: 0 / 0 a;
  color: transparent;
  text-indent: -9999px;  
  background: url(../../images/customer/guantian/logo2.png) center top no-repeat;
  background-size: 95%;
  display: block;
}



@media (min-width: 992px) {
  .pageheader .top-good{
    background: url(../../images/customer/guantian/top_dod.png) right top no-repeat;
    padding: 30px 150px 30px 0 ;
    text-align: right;
    margin: 0 0 0 auto;
  }
  .pageheader .top-good img + img{
    content: '';
    margin-left: 1em;
  }
  .offcanvas-body {
    background: url(../../images/customer/guantian/log_dd.png) 20% top no-repeat;
    background-size: contain;
  }

    /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
  }
  nav.navbar.navbarling .navbar-brand {
        position: absolute;
        top: -120px;
        width: 550px;
        height: 88px;
        z-index: 11;
  } 

  nav.navbar.navbarling .nav-item > a.nav-link {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffef7a+0,ffffff+47 */
    background: linear-gradient(135deg, rgba(255,239,122,1) 0%,rgba(255,255,255,1) 47%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 5px 5px 0 0;
    margin-left: 3px;
    color: #A82024;
    padding: 8px 18px;
    position: relative;
  }
  nav.navbar.navbarling .nav-item > a.nav-link:before{
    background: url(../../images/customer/guantian/nav-item_d.png) left top no-repeat;
    position: absolute;
    content: '';
    z-index: 11;
    width: 15px;
    height: 15px;
    left: 0px;
    top: 0px;
  }

  nav.navbar.navbarling .dropdown-menu{
    border-top: 6px solid #a12628;
  }
}


@media (max-width: 991px) {   
  
  .pageheader:before {
    content:'歡迎與我們聯絡 (06) 579-0749';
    text-align: center;
    background-color: #b26128;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 0.9em;
  }
  .pageheader img{
    display:none;
  }

  .pageheader .top-good {
    display: none;
  }
  
  .pageheader .img-tel {
    width:300px;
  } 

  nav.navbar.navbarling{
    background: #fffcda;
    padding: 0;
    /* z-index: 22;
    background-color: #fff3e9; */
  }

    /* 商標3 */
  nav.navbar.navbarling h1{
    margin: 6px 0;
    position: relative;
    width: 70%;
  }
  nav.navbar.navbarling .navbar-brand {
    background: url(../../images/customer/guantian/logo_s.png) left center no-repeat;    
    background-size: contain;
    position: relative;
    width: 100%;
    height: 60px;
    margin-right: 0;
  } 
  
  /* nav.navbarling .navbar-brand{
    background: url(../../images/customer/guantian/logo_s.png) left center no-repeat;    
    background-size: contain;
    position: relative;
    width: 250px;
    height: 60px;
    margin-right: 0;
  }
  nav.navbarling .navbar-brand img{
    display: none;
  } */
  nav.navbar.navbarling button.navbar-toggler{
      background-color: #923D00;
      color: #fff;
      position: relative;
      padding: 6px 10px;
  }
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 3px 15px;
  }
  nav.navbar.navbarling .nav-item ul.dropdown-menu{
    padding: 0;
  }
  .navbar-nav .nav-item ul.dropdown-menu li:last-child a{
    border-bottom: none;
  }
  
}

@media (max-width: 767px) {
  .pageheader .img-good {
    width: 45%;
  }  
  .pageheader .img-tel {
    width: 40%;
  }  
}

@media (max-width: 568px) {
    nav.navbar.navbarling h1 {
        margin: 0;
        position: relative;
        width: 80%;
    }
    nav.navbar.navbarling .navbar-brand {
      background: url(../../images/customer/guantian/logo_s.png) left center no-repeat;
      background-size: contain;
      position: relative;
      width: 100%;
      height: 60px;
      margin-right: 0;
  }

    
  .pageheader .top-good:before{
    font-size: 0.9em;
    text-align: center;
  }
  .pageheader .top-good img + img{
    content: '';
    margin-left: 6px;
  }
  .pageheader .img-good {
    width: 50%;
  }  
  .pageheader .img-tel {
    width: 45%;
  } 
  /* nav.navbarling .navbar-brand{
    background: url(../../images/customer/guantian/logo_s.png) left center no-repeat; 
    background-size: contain;
    width: 220px;
    max-width: 70%;
  } */
  nav.navbarling .navbar-brand img{
    display: none;
  } 
}

/* 首頁下主題 */
.hi_box{    
    color: #880002;
    font-weight: bold;
}
.hi_box i{
    transform: rotate(-30deg);
}
.hi_box.pic{
    background: url(../../images/customer/guantian/li_item.png) left top no-repeat;
    background-size: contain;
    padding-left: 30px;
}


.template-box-top .page-header{
  border-bottom: 1px dotted #ccc;
}
.template-box-top .page-header .h3{
  font-weight: bold;
}



/* tws_txt */
.page_box.classify24 .template-box-top.product .page-header {  
  border-bottom: initial;
  margin-bottom: 1.5em;
}
.page_box.classify24 .template-box-top.product .page-header .h4{
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.page_box.classify24 .template-box-top.product .page-header .h4:before{
  content: '';
  width: 6px;
  height: 100%;
  background: #ffa43b;
  border-radius: 50px;
  position: absolute;
  left: 0;
}
.page_box.classify24 .ling-nav a.btn span.p_no {
  display: none;
}

/* 左選單 */
.home-page .left-content{
  padding-top: 1em;
}

.left-content .btn-toggle{  
  border: 1px solid #ffa43b !important;
  background: #fffcfc;
  padding: 8px 15px 6px 15px;
  background: -moz-linear-gradient(top, #fffcfc 0%, #ffd69e 50%, #ffc575 50%, #ffc26d 100%);
  background: -webkit-linear-gradient(top, #fffcfc 0%, #ffd69e 50%, #ffc575 50%, #ffc26d 100%);
  background: linear-gradient(to bottom, #fffcfc 0%, #ffd69e 50%, #ffc575 50%, #ffc26d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#ffc26d',GradientType=0 );
}
.left-content .btn-toggle:hover{
  background: #fff;
}
.left-content .btn-toggle::before{
  color: #333;
}


.left-content .left22,
.left-content .left22:before{
  color: #7a0309 !important;
}


.left-content .collapse ul.category-3.show{
  background-color: #FFF9E3;
}

.left-content .collapse ul.category-3 li a {  
  line-height: 150%;
}
.left-content .collapse ul.category-3 li a.left32 {
  color: #7a0309 !important;
}



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



.boxshad {
  padding: initial;
}


/* 首頁-聯絡我們 */
  .home-contact_box.img_d1 .card{
    background: url(../../images/customer/guantian/jw-logo.png) right bottom no-repeat;
    background-size: auto;
  }
  .home-contact_box.img_d2 .card{  
    background: url(../../images/customer/guantian/guantian-logo.png) right bottom no-repeat;
    background-size: auto;
  }

@media (max-width: 768px) and (min-width: 991px) {
  .home-contact_box.img_d1 .card{
    background: url(../../images/customer/guantian/jw-logo.png) right bottom no-repeat, 
    url(../../images/customer/guantian/hom_co2.png) right bottom no-repeat;  
    background-size: auto, 100%;
  }
  .home-contact_box.img_d2 .card{  
    background: url(../../images/customer/guantian/guantian-logo.png) right bottom no-repeat, 
    url(../../images/customer/guantian/hom_co3.png) right bottom no-repeat;  
    background-size: auto, 100%;
  }
}

.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: 10px;
  margin-right: 10px;
}
.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: "\f2ba";  
}
.home-contact_box .card-body ul > li:nth-child(4):before{
  content: "\f0c1";  
}

@media (max-width:568px) {  
  .home-contact_box .card-body ul > li > span {
    display: block;
    margin-left: 0;
  }
  .home-contact_box .card-body ul > li{
    font-size: 90%;
  }
}

/* chu-une-fe0 */
.page_box.classify1_box .class {
  border: 1px solid #e4b234;
  border-radius: 5px;
  padding: 15px 30px;
}
.page_box.classify1_box .class .h4:before {
  content: "\f004";
  font-family: 'FontAwesome';
  color: #ff6122;
}
.page_box.classify1_box .class {
  position: relative;
}
.page_box.classify1_box .class .h4:after {
  background: url(../../images/customer/guantian/nav-item_d.png) left top no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  content: '';
}

/* 活動剪影 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%;
  }
}

/* 好站連結 - chufon-wood */
.page_box.classify4_box .product-item-box .caption {
   text-align: center;
}

.page-header .p_no{
  display: none;
}