@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: #B22D00;
} 

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
    border-bottom: 1px solid #ffeaea;
  }

  .scrolled .header {
    --background-color: #ffffff;
    box-shadow: 0px 0 18px #333333b1;
  }  
  
  /*--------------------------------------------------------------
  # 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: 125px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 1200px){  
    .hero {
      margin-top: 120px;
    }
  }
  @media (max-width: 991px) {
    .hero {
      margin-top: 100px;
    }
  }

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

 

.pageheader {
  background: #FFBFBF;
  display: block;
  text-align: right;
}
.pageheader .top-url{
  color: #fff;
}
.pageheader .top-text{
  color: #fff;
}

body.home-page img{
    width: 100%;
}

body.home-page .page-content{
  padding-top: 0 !important;
}
.page_box > .page-header > *{
  font-weight: bold;
}

nav.navbar.navbarling{
  width: 100%;
  border-bottom: none !important;
  background: #fff url(../../images/customer/3027655/top_dod.png) center top no-repeat;
}

body.home-page nav.navbar.navbarling{  
  border-bottom: none !important;    
}

nav.navbar.navbarling .nav-item > a.nav-link{
  padding: 30px 15px;
  color: #000;
}

.boxshad{
  padding: 5px;
}

/* 商標1 */
nav.navbar.navbarling .navbar-brand {
  font: 0 / 0 a;
  color: transparent;
  text-indent: -9999px;  
  background: url(../../images/customer/3027655/logo2.png) center no-repeat;
  background-size: 100% auto;
  display: block;
}
@media (min-width: 992px) { 
  nav.navbar.navbarling .dropdown-menu{
    border-top: 6px solid #e58f8f;
  }
  /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
  }
  nav.navbar.navbarling .navbar-brand {
    width: 373px;
    height: 73px;
    margin-top: 8px;
  } 


}
@media (min-width: 992px) and (max-width:1200px) {  
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 30px 10px;
  }
  nav.navbar.navbarling a.navbar-brand{
    width: 300px;
    height: 58px;
    top: 15px;
  }
}

@media (max-width: 991px) {
  nav.navbar.navbarling{
    padding: 0;    
  }

  /* 商標3 */
  nav.navbar.navbarling h1{
    margin: 6px auto 6px 0;
    position: relative;
    width: 80%;
  }
  nav.navbar.navbarling .navbar-brand {
    background: url(../../images/customer/3027655/logo2.png) left center no-repeat;
    background-size: contain;
    height: 60px;
    width: 100%;
    margin: 0;
    position: relative;
  }


  nav.navbar.navbarling button.navbar-toggler{
      background-color: #ffecef;
      color: #cb3c3c !important;
      border: none;
  }

  .offcanvas.offcanvas-end{
    background: #ec6565 !important;
  }

  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 3px 15px;
    color: #fff;
  }
  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: 568px) {
  .pageheader {
    text-align: center;
  }
}


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

.btn-link {
  color: #E16257;
}

.home-news_box.marquee a{
  color: #B200B2;
  font-size: 1.2em;
}


.awesome {
  width:100%;
  margin: 0 auto;  
  text-align:center;
  -webkit-animation:colorchange 10s infinite alternate;     
}

@-webkit-keyframes colorchange {
  0% {
    
    color: blue;
  }
  
  10% {
    
    color: #8e44ad;
  }
  
  20% {
    
    color: #1abc9c;
  }
  
  30% {
    
    color: #d35400;
  }
  
  40% {
    
    color: blue;
  }
  
  50% {
    
    color: #34495e;
  }
  
  60% {
    
    color: blue;
  }
  
  70% {
    
    color: #2980b9;
  }
  80% {
 
    color: #f1c40f;
  }
  
  90% {
 
    color: #2980b9;
  }
  
  100% {
    
    color: pink;
  }
}


.home-news_box-center .list-group .list-group-item{
  line-height: 110%;
}
.home-news_box-center .list-group .list-group-item:before{
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 10px;
  color: #A82024;
  display: inline-block;
}
@media (max-width:568px) {
  .home-news_box-center .list-group .list-group-item{
    line-height: initial;
  }
}


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


/* 左選單 */

.left-content .left2{
  background: #fff2f2;
}
.left-content .left2:hover{
  background: #ffe4e6;
}
.left-content .left22{
  background: #c74e4e;
  color: #fff !important;
  font-weight: bold;
}
.left-content .left22.btn-toggle::before {
  color: #FFF;
}

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


/* 頁尾 */
footer {
  background-color: #fff2f2;
}
footer * {
  color: #333 !important;
}
footer > address{
  position: relative;
}


/* 產品內頁 */
.panel{
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgb(231, 192, 231);
  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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #dc3545;
  font-weight:bold;
  background-color: #fff2f2;
  border-color: #ebccd1;
}
.panel .panel-heading h3{
  padding: 0;
  margin-bottom: 0;
  color: #dc3545;
  font-weight:bold;
}
.panel .panel-body{
  padding: 15px;
}



/* 首頁-聯絡我們 */
.home-contact_box .card-title {
  color: #A82024;
  font-weight: bold;
}
.home-contact_box .card-text{
  line-height: 200%;
}

/* 說明文貼圖 */
/* land-ctopa3-no_C2 */

@media (min-width: 768px) {
  img.pull-right {
    margin-left: 0.5em;
  }
}
@media (max-width: 767px) {
  .page_box.product32_box img.pull-right{
    float: initial;
    margin-bottom: 1.5em;
  }
}


/* 活動剪影 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 .p_no{
  display: none;
}
