@charset "UTF-8";

html{  
  padding: 0;
  height: 100%;  
    background: #ddd;
}
body{
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 100%;
  font-size: 18px;
  line-height: 180%;
  color: #000;
}
body a{
	color: #000;
}
body a:hover {
	color: #000;
} 


.container {
  width: 100%;
  max-width: 100%;
}

.header, body{
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
  display: block;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
    background: linear-gradient(to bottom, #fdedf7 0%,#ffffff 99%);
  }
  
  @media (min-width: 992px) {
    .header {
      min-height: 156px;
    }
  }
  
  .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: 156px;
    display: block;
    align-items: center;
    overflow: hidden;
  }

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

  
  

.pageheader {
  width: 250px;
  text-align: center;
  height: 28px;
  background: #A73D8F;
  margin: 0 0 0 auto;
  border-radius: 0 0 0 50px;
  color: #fff;
  line-height: 130%;
}

nav.navbar.navbarling .top-fb a {
  color: #1773EA;
  padding: 0 15px;
  vertical-align: middle;
  line-height: 0;
}



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


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


@media (min-width: 992px) {  
    /* 商標2 */
    nav.navbar.navbarling h1{
      margin-bottom: 0;
      position: relative;
    }
    nav.navbar.navbarling .navbar-brand {    
      width: 400px;
      height: 77px;
      position: absolute;
      top: -52px;
      left: 15px;
    }
  } 

  
  nav.navbar.navbarling .top-img1 {
    padding-top: 15px;
  }

  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 6px 10px;
    font-weight: 400;
    color: #fff;
    border-right: 1px solid #fff;
  }
  nav.navbar.navbarling .navbar-nav.lingnav {    
    background: #A73D8F;
  }

  .navbar-nav li > ul.dropdown-menu {
    border-top: 5px solid #FF82B4;
    border-radius: 0 0 5px 5px;
 }


@media (min-width: 1146px) and (max-width: 1189px) {
  nav.navbar.navbarling .nav-item > a.nav-link{
    font-size: 0.85em;
  }
}
@media (min-width: 992px) and (max-width: 1145px) {
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 6px 6px;
    font-size: 0.85em;
  }
}

@media (max-width: 991px) {  
  .pageheader {
  width: 100%;
  margin: 0;
  border-radius: 0;
}

  nav.navbar.navbarling{
    padding: 0;
  }

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


  nav.navbar.navbarling button.navbar-toggler{
    color: #A73D8F;
    border: 0;
    font-size: 1.8em;
  }
  nav.navbar.navbarling .nav-item > ul.dropdown-menu{
    padding: 0;
  }
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 3px 10px;
  }

  .navbar-nav .nav-item ul.dropdown-menu li:last-child a{
    border-bottom: none;
  }

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

}

@media (max-width: 568px) {
  .pageheader .top-fb {
    right: 15px;
  }
  nav.navbar.navbarling h1{
    width: 70%;
    margin: 0 auto;
  }
  nav.navbar.navbarling .navbar-brand{
    background: url(../../images/customer/1886/logo.png) center no-repeat;
    background-size: contain;
    display: block;
  }
}


/* 首頁下主題 */
.hi_box.pic{    
    color:#863173;
    padding: 3px 0;
    margin-bottom: 10px;
    border-bottom: 3px solid #D6D6D6; 
    position: relative;
}

.home-news_box .hi_box.pic{  
  border-bottom: none; 
  margin-bottom: 0;
}
.home-news_box .hi_box.pic:before{
  display: none;
}

.home-news_box-center .list-group .list-group-item:before{
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 10px;
}

.hi_box.pic:before { 
  content: '';
	background:#f551d0;
	display: block;
	width: 150px;
	height: 3px;
	position: absolute;
	bottom: -3px;
}

.hi_box.pic i { color:#f551d0; padding-left: 6px; }



/* 首頁-消息跑馬燈 */
.home-news_box h3 {
  line-height: normal;
}
.home-news_box marquee{
  margin-right: 15px;
}
.home-news_box marquee > a {
    color: #0d6efd;
}


.home-news_box-center .list-group .list-group-item{
  padding:3px 0;
}

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

.home-pic_box.service section .card .card-img-overlay{
  color: #DC4C09;
}

.over-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* 左選單 */

@media (max-width: 991px) {
  .left-content{
    padding-right: 15px;
  }
}



.left-content  .category-1 > li{ 
  border-radius: 8px;
}
.left-content .btn-toggle{  
  color: #660066;
  width: 100% !important;
  border: none;
  background: linear-gradient(to bottom, #fcf1f8 0%,#f7cce4 100%);
}

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

.left-content .left22{
    color: #fff !important;
    border-radius: 5px 5px 0 0 !important;
    background: #660066;
}
.left-content .category-3.show{
  background: #F6F6F6;
  margin-bottom: 0 !important;
}

.left-content .left32 {
    color: #863173 !important;
    text-decoration: underline !important;
}

/* 頁尾 */
footer {
  background-color: #CD76BA;
}
footer * {
  color: #fff !important;
}
footer address{  
  position: relative;
}


/* 首頁 */
.page_box.home_box .card .card-title{
  font-weight: bold;
  color: #0a58ca;
  font-style: italic;
}


@media (max-width: 568px) {
  .home-contact_box .card .card-text{
    zoom: 0.8;
  }
}


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


/* tws_txt */
.page_box.classify24 .ling-nav a{
  font-size: 1em;
  text-align: left;
  color: #000;
    background-color: #e0ffff;
    border: 1px solid rgb(121 183 255);
}
.page_box.classify24 .ling-nav a:before{
  content: "\f105";
  font-family: FontAwesome;
  color: rgb(121 183 255);
}
.page_box.classify24 .p_no {
  display: none;
}

@media (max-width:567px) {
  .page_box.classify24 .ling-nav a{
    width: 100%;
    display: block;
  }
}


/* dhf-toyoliteu_tail1 */
   .page_box.classify3m_box .product-item-box .card > a {
    text-align: center;
   }
   .page_box.classify3m_box .product-item-box .card > a img {
      width: 150px;
      height: 200px;
  }

