@charset "UTF-8";
/* 
html{
  display: block;
  background:#fff url(../../images/customer/holuck/m_dod.jpg) left top repeat-x;
  background-attachment: fixed;
} */

body{
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 100%;
  font-size: 18px;
  line-height: 180%;
}

.container {
  width: 95%;
  max-width: 1450px; 
  margin: 0 auto; 
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}

body a{
	color: #000;
}
body a:hover {
	color: #963F82;
} 

  /*--------------------------------------------------------------
  # 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: 120px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  .header {
    margin: 0 auto;
    transition: all 0.5s;
    z-index: 997;
    background: linear-gradient(to bottom, rgba(255,205,201,1) 0%,rgba(255,255,255,1) 100%);
    height: 120px;
  }

  @media (max-width: 991px) {
    .hero {
      margin-top: 100px;
    }
    .header {
      height: 100px;
    }
  }



  @media (max-width: 568px) {
    .page-content {
      padding-top: 1rem;
    }
  }

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

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

.pageheader > div {
   position: relative;
}
.pageheader .top-good {
  background: url(../../images/customer/holuck/top-good_s.png) right top no-repeat;
  display: block;
  position: absolute;
  z-index: 11;
  width: 429px;
  height: 57px;
  right: 0;
  text-align: right;
}

.top-exc_box .top-exc-content{
  right: 15px;
}

nav.navbar.navbarling .top-fb a {
  color: #0d6efd;
  padding: 0 8px;
  vertical-align: text-bottom;
  line-height: 0;
  display: inline-block;
}
nav.navbar.navbarling .top-fb a {
  font-size: 40px;
  margin-left: 6px;
}

@media (max-width: 991px) {
  nav.navbar.navbarling .top-fb a {
    font-size: 36px;
    padding: 0;
    margin: 0;
  }  
}


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


@media (min-width: 1200px){
  /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
    display: contents;
  }
  nav.navbar.navbarling .navbar-brand {
    position: absolute;
    height: 90px;
    width: 450px;
    top: -48px;
  }     
}
@media (min-width: 992px) {
  nav.navbar.navbarling .nav-item > a.nav-link{
    margin-bottom: 5px;
    padding: 6px 10px;
    font-weight: bold;
    border: 1px solid rgb(241, 170, 192);
    color: #fff;
    border-radius: 8px;
    margin-left: 6px;
    background: #d54475;
    background: -moz-linear-gradient(top, #d54475 0%, #ec7496 100%);
    background: -webkit-linear-gradient(top, #d54475 0%, #ec7496 100%);
    background: linear-gradient(to bottom, #d54475 0%, #ec7496 100%);
  }
}

@media (max-width: 1199px) {
    nav.navbar.navbarling .navbar-brand {
      position: absolute;
      height: 90px;
      width: 380px;
      top: -48px;
  }    
}



@media (max-width: 991px) {
  .pageheader {
    background: #ec7496;
    color: #fff;
  }
  .home-carousel_box:after {
    content: url(../../images/customer/holuck/m_good.png) center top no-repeat;
    display: inline-block;
    width: 706px;
    height: 42px;
  }
    

  .pageheader .top-fb {
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 0.85em;
  }
  nav.navbar.navbarling{
    padding: 0;
    margin: 0;
  }

  
    /* 商標3 */
  nav.navbar.navbarling h1{
    margin: 0 auto;
    position: relative;
    width: 68%;
  }
  nav.navbar.navbarling .navbar-brand {
    margin: 6px auto;
    position: relative !important;
    height: 60px;
    width: 100%;
    top: initial;
  } 
  
  nav.navbar.navbarling button.navbar-toggler{
    background-color: #D3386A;
    color: #fff;
    position: relative;
    padding: 6px 10px;
  }
  nav.navbar.navbarling button.navbar-toggler:before{
    content: "\f25a";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 11;
    font-size: 1.2em;
    color: red;
    animation-name: example;
    animation-duration: 2s;
    animation-direction: alternate; 
    animation-iteration-count:infinite;
  }
  @keyframes example {
    0%   {color:#FF82B4; left:18px; top:30px;}
    25%  {color:#543595; left:18px; top:40px;}
    50%   {color:#FF82B4; left:18px; top:30px;}
    75%  {color:#543595; left:18px; top:40px;}
    100%   {color:#FF82B4; left:18px; top:30px;}
  }

  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 a.dropdown-item{
    font-size: 1.2em;
  }

  .navbar-nav .nav-item ul.dropdown-menu li:last-child a{
    border-bottom: none;
  }
  .offcanvas{
    background: #D3386A !important;
  }

}

@media (max-width: 767px) {

  .pageheader .top-fb {
    right: 10px;
    top: 6px;
  }
  
  .top-exc_box .top-exc-content img{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}



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

.page_box.home_box .boxshad {
  border: 1px solid #FE98AF;
}



.awesome {
  width:100%;
  margin: 0 auto;  
  color: #313131;
  font-size:1.3em;
  font-weight: bold;
  text-align:center;
  -webkit-animation:colorchange 10s infinite alternate;     
}

@media (max-width: 568px) {  
  .awesome {
    font-size: 1em;
  }
}

@-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.marquee a {
    color: #0d6efd;
}

.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;
}




/* 左選單 */
@media (max-width: 991px) {
  .left-content {
    display: block;
  }
}


.left-content .btn-toggle{  
  border: 1px solid #ec7496 !important;
}
.left-content .btn-toggle::before {
  color: #ec7496;
}


.left-content .left2{
  background-color: #FFF0F4;
}
.left-content .left22{
    background: #ec7496 !important;
    color: #fff !important;
}
.left-content .left22:before{  
  color: #fff !important;
}


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



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



/* 產品內頁 */
.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-text{
  line-height: 100%;
}
.home-contact_box .card-body .name1{
  color: #D64777;
  font-weight: bold;
}
.home-contact_box .card-body .name2{
  color: #2466B9;
  font-weight: bold;
}
.home-contact_box .card-text i{
  color: #D64777;
  padding-right: 10px;
  width: 20px;
}
.home-contact_box .card-text.box2 i{
  color:#2466B9;
}
.home-contact_box .card-text span{
  padding-left: 15px;
}

@media (max-width:1200px) {
  .home-contact_box .card-text span{
    padding-left: 0px;
    display: block;
    width: 100%;
  }
}


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