@charset "UTF-8";
body{
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 100%;
  font-size: 18px;
  line-height: 180%;
}
body a{
	color: #000;
}
body a:hover {
	color: rgb(13 110 253);
} 

.home-page .page-content{
  padding-top: 0 !important;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
  }
  
  .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: 166px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .hero {
      margin-top: 106px;
    }
  }

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

  
  

.pageheader {
  background: #7DEFF9 url(../../images/customer/yongduan/top_dodimg.png) center top no-repeat;
  background-size: auto 100%;
}

nav.navbar.navbarling {
  background: #0099ff;
  background: -moz-linear-gradient(top, #0099ff 6%, #0099ff 6%, #66ccff 91%);
  background: -webkit-linear-gradient(top, #0099ff 6%, #0099ff 6%, #66ccff 91%);
  background: linear-gradient(to bottom, #0099ff 6%, #0099ff 6%, #66ccff 91%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#66ccff',GradientType=0 );
}
@media (min-width: 992px) {
  .pageheader .top-good{
      padding: 10px 0;
      text-align: right;
      margin: 0 0 0 auto;
  }
  .pageheader .top-good img + img{
    content: '';
    margin-left: 1em;
  }

}


/* 商標1 */
nav.navbar.navbarling > div {
  position: relative;
}
nav.navbar.navbarling h1 {
  font: 0 / 0 a;
  color: transparent;
  text-indent: -9999px;  
  position: absolute;
  background: url(../../images/customer/yongduan/logo2.png) left center no-repeat;
  background-size: contain;
  display: block;
  margin-bottom: 0;
  width: 48%;
  height: 100px;
  top: -110px;
  left: 0;
}
nav.navbar.navbarling h1 > a{
  display: block;
  width: 100%;
  height: 100%;  
  margin: 0;
}

@media (max-width:1199px){ 
  nav.navbar.navbarling h1 {
    width: 38%;
    background: url(../../images/customer/yongduan/logo_s.png) left center no-repeat;
  } 
} 


@media (min-width: 992px) {  
  nav.navbar.navbarling .nav-item > a.nav-link{
    border-left: 1px solid #fff;
    padding: 8px 30px
  }
}

@media (max-width: 991px) {   
  .pageheader {
    background: #0066CC;
    color: #fff;
  }
  .pageheader .top-good {
    text-align: center;
    padding: 3px 0;
  }
  .pageheader .top-good img + img{
    content: '';
    margin-left: 2em;
  }
  .pageheader .img-good {
    width: 280px;
  }  
  .pageheader .img-tel {
    width: 220px;
  } 

  nav.navbar.navbarling{
    padding: 0;
    background:#7DEFF9;
  }
  nav.navbar.navbarling .btn.text-secondary{
    font-size: 1.8em;
  }

  nav.navbar.navbarling h1 {
    max-width: 70%;    
    width: 100%;
    background: url(../../images/customer/yongduan/logo2_.png) center no-repeat;
    position: relative;
    top: initial;
    background-size: contain;
    height: 72px;
  } 
    
  nav.navbar.navbarling .nav-item ul.dropdown-menu{
    padding: 0;
    margin-bottom: 0;
  }
  .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 > a.nav-link{    
    padding: 6px 15px;
  }
  .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item{    
    font-size: 1.2em;
  }
  .navbar-nav .nav-item ul.dropdown-menu ul.dropdown-menu > li {
    margin-left: 20px;
  }
  .navbar-nav .nav-item ul.dropdown-menu ul.dropdown-menu a.dropdown-item{
    padding-left: 0;
  }
  .navbar-nav .nav-item ul.dropdown-menu ul.dropdown-menu li:last-child a.dropdown-item{
    border-bottom: none;
    margin-bottom: 10px;
  }


  nav.navbar.navbarling button.navbar-toggler{
      background-color: #fff;
      color: #000;
  } 
  .offcanvas.offcanvas-start{
    background:#0066CC;
  }
  
}

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


@media (max-width: 568px) {
  .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.navbar.navbarling h1 {
    max-width: 60%;    
    width: 100%;
    background: url(../../images/customer/yongduan/logo_s_.png) center no-repeat;
    position: relative;
    top: initial;
    
    background-size: 90%;
    height: 72px;
  } 
}

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

/* 首頁-消息跑馬燈 */
.home-news_box {
  border: 1px solid rgb(220 53 69);
    border-radius: 50px;
    font-weight: bold;
}

.home-news_box-center .list-group .list-group-item{
  line-height: 150%;
}

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


/* 左選單 */

.home-page .left-content{
  padding-top: 1em;
}


.left-content .btn-toggle::before {
  color:#000;
}

.left-content .left2{
  background-color: #C8F5F9;
}
.left-content .left22{
  background-color: #3fb3ff;
  font-weight: bold;
    color: #fff !important;
}
.left-content .left22:before{  
  color: #fff !important;
}

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





/* 頁尾 */
footer {
  background-color: #069CFF;
}
footer * {
  color: #fff !important;
}
@media (max-width: 768px) {
	footer address div span span {
		padding-left: 0;
		display: block;
	}
}



/* 產品內頁 */
.panel{
  border-color: #bce8f1;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #bce8f1;
  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 {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel .panel-heading h3 i{
  padding-right: 10px;
}
.panel .panel-heading h3,
.panel .panel-body{
  margin: 0;
  padding: 15px 15px;
}


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



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


/* land-ctopa3-form */
.page_box.recruit_box  #tb_box table th{
  background-color: #ebfcff
}