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

@media (min-width: 992px) {
  .container{
    max-width: 1450px;
    width: 95%;
  }
}



/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
  }
  
  .scrolled .header {
    --background-color: #ffffff;
    box-shadow: 0px 0 18px #333333b1;
  }  
    
  /*--------------------------------------------------------------
  # Hero Section 內框
  --------------------------------------------------------------*/
  .hero {
    width: 100%;
    min-height: 70vh;
    position: relative;
    margin-top: 150px;
    display: block;
    align-items: center;
    overflow: hidden;
  }

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

  
  /*--------------------------------------------------------------
  # 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;
  }
  
  /* --------------------------------------------------------------*/

.pageheader {
  background: #01005D;
  color: #fff;
}

@media (max-width: 991px) {
  body.home-page .page-content{
    padding-top: 1rem !important;
  }
}

nav.navbar.navbarling{
  border-bottom: solid 1px #e0e0e0;
  background-color: #fff;
}

.pageheader .top-text{
  color: #fff;
  text-align: right;
}
nav.navbar.navbarling .top-fb{
  padding:0 15px;
  color: #11a847;
}

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


@media (min-width:1124px) {  
  .navbar-nav.lingnav .nav-item .nav-link {
      font-size: 1.3em;
  }
}

@media (max-width:1123px) {
  .navbar-nav.lingnav .nav-item .nav-link {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  nav.navbar.navbarling .btn.btn-link {
    color: #01005D !important;
    text-decoration: none;
  }
  nav.navbar.navbarling .btn.btn-link i.fa {
    border: 1px solid #01005D;
    border-radius: 50px;
    padding: 3px;
  }

  /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
  }
  nav.navbar.navbarling .navbar-brand {
      width: 540px;
      height: 74px;
  } 

  .navbar-expand-lg {
      flex-wrap: wrap !important; 
      justify-content: flex-start !important;
  }    

  .navbar-nav.lingnav .nav-item {
      /* 讓每個 li 在同一行平均分配寬度（電腦版） */
      flex: 1 0 0;
  }

  .navbar-nav.lingnav .nav-item .nav-link {
      background-color: #01005D;
      color: #ffffff;
      border-radius: 50px;
      padding: 6px 15px !important;
      display: block;
      width: 100%;
      text-align: center;
  }

  /* 滑過效果 */
  .navbar-nav.lingnav .nav-item .nav-link:hover,
  .navbar-nav.lingnav .nav-item .nav-link:focus {
      color: #ffffff;
      background-color: #22238a; /* 稍微亮一點的藍，可自行調整 */
      text-decoration: none;
  }

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

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



@media (max-width: 991px) {

  nav.navbar.navbarling{
    padding: 0;
  }

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

  nav.navbar.navbarling button.navbar-toggler{
      background-color: transparent;
      color: #01005D;
      padding: 6px 8px;
      border: none;
      position: relative;
      font-size: 2em;
  }

  nav.navbar.navbarling .top-fb{
    padding: 0  0 0 5px;
  }
  .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item{
    font-size: 1.2em
  }

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

  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: 568px) {
  
.pageheader .top-url{
  display: none;  
}
.pageheader .top-tel{
  text-align: center;
}

  nav.navbar.navbarling h1{
    width: 66%;
  }
  nav.navbar.navbarling .navbar-brand {
    background: url(../../images/customer/goldhome/logo_s.png) left center no-repeat;
    background-size: contain;
    height: 60px;
    width: 100%;
  }
}


/* 首頁下主題 */
.hi_box{    
    color:#01005D;
    font-weight: 600;
    font-size: 1.8em;
}
.hi_box i{
    transform: rotate(-30deg);
}
.hi_box.pic{
    background: url(../../images/customer/goldhome/item_d.gif) left top no-repeat;
    background-size: contain;
    padding-left: 35px;
}


.home-carousel_box {
    background: url(../../images/customer/goldhome/main_d.jpg) center no-repeat;
    background-size: cover;
}
.home-carousel_box .img_box {
  text-align: center;
  padding: 50px 15px 30px 15px;
}
.home-carousel_box > .img_box > img {
    width: 570px;
    height: auto;
    max-width: 100%;
}

.awesome {
  width:100%;
  margin: 0 auto;  
  color:#313131;
  font-size:1.5em;
  font-weight: bold;
  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  a {
    font-size: 1.2em;
    color: #A82024;
    font-weight: bold;
}

.home-pic_box .card .card-body .card.item{
  border-radius: 0;
  background-color: #EBEBEB;
}
.home-pic_box .card .card-body .card.item img{
  width: 100%;
}
.home-pic_box .card .card-body .card.item  .card-img-overlay .h5{
  color: #000;
  margin: 0;
  padding: 10px 6px !important;
}


.page-header .h3{
  font-weight: bold;
}

.page_box.news_box .page-header.news-item span{  
  color: #22238a;
}
.page_box.news_box .page-link{
  color: #11a847;
}
.page_box.news_box .active>.page-link, 
.page_box.news_box .page-link.active{
  background-color:#11a847;
  border-color:#11a847;
  color: #fff !important;
}


/* 左選單 */
.left-content .left2{
  border: 1px solid #4c4eb5 !important;
  background: #dffffe;
}
.left-content .left22{
    background: #22238a;
    color: #fff !important;
    font-weight: bold;
}
.left-content .left22.btn-toggle::before {
  color: #fff;
}
.left-content .left32 {
    color: #22238a !important;
}
.left-content .btn-toggle{  
}
.left-content .btn-toggle::before {
  color:#22238a;
}


/* 頁尾 */
footer {
  background: #D8EEF9;
}
footer * {
  color: #000 !important;
}

footer .footer_mail span>span.mail2{
  padding-left: 0;
}


/* 產品內頁 */
.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 {
  background-color: #fbe8fb;
  border-color: #ebccd1;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #dc3545;
  font-weight:bold;
}
.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: #d35400;
  font-weight: bold;
  font-size: 2em;
}
.home-contact_box .card-text{
  line-height: 200%;
}

@media (min-width: 1025px) {
  .home-contact_box .card-text span{
    display: inline-block !important;
  }  
}
@media (max-width: 767px) {
  .home-contact_box .card-body .card-text span{
    display: none;
  }
}

/* 說明文貼圖 */
/* 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;
}



/* 公司簡介 */

.page_box .panel .panel-heading.panel-ling > .row { 
	  display: -webkit-flex;
	  display:         flex;
	  -webkit-align-items: center;
			  align-items: center;
	  -webkit-justify-content: center;
			  justify-content: center;
	}
.page_box .panel .panel-heading.panel-ling > .row > div:nth-child(1) > i {
	font-size:2em
}
@media (min-width:1200px ){ 
	.page_box .panel .panel-heading.panel-ling > .row {
		-webkit-align-items: end
		}
	.page_box .panel .panel-heading.panel-ling > .row > div:nth-child(1) > i {
		font-size:2em
	}
}


.page_box .panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7 !important;
}



.page_box .panel-info {
    border-color: #bce8f1
}

.page_box .panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.page_box .panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.page_box .panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.page_box .panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.page_box .panel-warning {
    border-color: #faebcc
}


.page_box .panel-green {
  border-color: #5cb85c;
}
.page_box .panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.page_box .panel-green > a {
  color: #5cb85c;
}
.page_box .panel-green > a:hover {
  color: #3d8b3d;
}
.page_box .panel-red {
  border-color: #d9534f;
}
.page_box .panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.page_box .panel-red > a {
  color: #d9534f;
}
.page_box .panel-red > a:hover {
  color: #b52b27;
}
.page_box .panel-yellow {
  border-color: #f0ad4e;
}
.page_box .panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.page_box .panel-yellow > a {
  color: #f0ad4e;
}
.page_box .panel-yellow > a:hover {
  color: #df8a13;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail>img{
  width: 100%;
}


/* 服務特色 */

.two-column {
  columns: 2;
  column-gap: 2rem;
}
.two-column li {
  break-inside: avoid;
  margin-bottom: .5rem;
}
@media (max-width: 767px) {
  .two-column {
    columns: 1;
  }
}



/* 申聘注意事項 */
a.btn.accordion-btn {
  font-size: 1.1em;
}
.accordion-btn {
  width: 100%;
  text-align: left;
  position: relative;
  padding-right: 2rem;
}

/* 預設：展開（箭頭向上） */
.accordion-btn::after {
  content: "▲";
  position: absolute;
  right: 1rem;
  transition: transform .3s;
}

/* 收合狀態：箭頭向下 */
.accordion-btn.collapsed::after {
  content: "▼";
}