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

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
    background: #fdd7e6;
    background: -moz-linear-gradient(top, #fdd7e6 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #fdd7e6 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #fdd7e6 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd7e6', endColorstr='#ffffff',GradientType=0 );
    border-bottom: none;
  }
  
  .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: 115px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  /* .scrolled .header{
    background-color: #C57FC5;
  } */
  @media (max-width: 991px) {
    .hero {
      margin-top: 95px;
    }
  }
  @media (max-width: 567px) {
    .hero {
      margin-top: 92px;
    }
  }
  
  /*--------------------------------------------------------------
  # Global Sections 當頁滾動監聽
  --------------------------------------------------------------*/
  .section-scroll {
    scroll-margin-top: 140px;
    overflow: clip;
  }
  
  @media (max-width: 991px) {
    .section-scroll {
      scroll-margin-top: 115px;
      display: block;
    }
  }

  
  

.pageheader {
  background: #FF3399;
}

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

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

nav.navbar.navbarling{
  /* background-color: #fff; */
}
.pageheader > div {
  position: relative;
}
.pageheader .top-good {
  color: #fff;
  text-align: right;
  height: 10px;
  top: 10px;
  position: relative;
}
.pageheader .top-good .img-good {
  position: absolute;
  right: 80px;
  top: 18px;
  z-index: 11;
  border-radius: 5px;
  border: 1px solid #ff8b00;
  padding: 0px 6px;
}
.pageheader .top-good span{
  display: none;
}
.pageheader .top-fb {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 11;
}
.pageheader .top-fb a {
  color: #07338c;
  display: inline-block;
}


/* 商標1 */
nav.navbar.navbarling .navbar-brand {
  font: 0 / 0 a;
  color: transparent;
  text-indent: -9999px;  
  background: url(../../images/customer/chenghe/logo2.png) center no-repeat;
  background-size: 100% auto;
  display: block;
  margin: 0;
}
@media (min-width: 992px) {
  
  /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
    display: contents;
  }
  nav.navbar.navbarling .navbar-brand {
    position: absolute;
    width: 432px;
    height: 89px;
    z-index: 11;
  } 
  .navbar-expand-lg .offcanvas .offcanvas-body{
    margin-top: 60px;
  }
  nav.navbar.navbarling .nav-item > a.nav-link{
    color:#FF0066;
    font-weight: bold;
    padding: 3px 15px;
  }

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

  nav.navbar.navbarling .dropdown-menu{  
      border-top: 5px solid #FF0066;
      border-radius: 0 0 5px 5px;
  }

}

@media (max-width: 1399px) {

  nav.navbar.navbarling .navbar-brand {
    width: 450px;
  } 
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 3px 10px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.navbarling .navbar-brand {
    width: 380px;
  }
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 3px 6px;
    font-size: 1em;
  }
}

@media (max-width: 991px) {
  .pageheader .top-good{
    height: initial;
    text-align: left;
    top: initial;
  }
  .pageheader .top-good span{
    font-size: 0.85em;
    display: block;
  }
  .pageheader .top-good .img-good {
    display: none;
  }
  .pageheader .top-fb {
    top: 3px;
    right: 30px;
  }
  .pageheader .top-fb a{
    letter-spacing: -6px;
    color: #fff;
    font-size: 0.8em;
  }

  nav.navbar.navbarling{
    padding: 0;
  }

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

  nav.navbar.navbarling button.navbar-toggler{
    color: #E42B94;
    border: 0;
    font-size: 1.5em;
    position: relative;
  }
  nav.navbar.navbarling button.navbar-toggler:before {
  content: "\f25a";
  font-family: 'FontAwesome';
  position: absolute;
  z-index: 11;
  font-size: 0.9em;
  color: red;
  animation-name: example;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  }
  @keyframes example {
  0%   {color:red; left:12px; top:35px;}
  25%  {color:blue; left:12px; top:30px;}
  50%   {color:red; left:12px; top:35px;}
  75%  {color:blue; left:12px; top:30px;}
  100%   {color:red; left:12px; top:35px;}
  }

  nav.navbar.navbarling .nav-item > ul.dropdown-menu{
    padding: 0;
  }

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

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

}

@media (max-width: 568px) {
  .pageheader .top-fb {
    right: 15px;
  }
  /* nav.navbarling .navbar-brand{
    background: url(../../images/customer/chenghe/logo.png) center no-repeat;
    background-size: contain;
    height: 60px;
    margin: 0 auto;
    width: 75% !important;
  } */


}


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

.home-carousel_box img {
  border-radius: 15px 15px 0 0;
}

.home-carousel_box > div {
  position: relative;
}
.home-carousel_box .home_text {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: blueviolet;
  font-weight: bold;
  font-size: 1.2em;
}

@media (max-width: 991px) {  
  .home-carousel_box .home_text {
    font-size: 0.9em;
    position: relative;
    top: initial;
    left: initial;
    transform:initial;
    display: block;
  }
}

.awesome {
  width:100%;
  margin: 0 auto;  
  color:#313131;
  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.marquee a {
    color: #0d6efd;
}
@media (max-width: 1024px) {
  .home-news_box.marquee a {
    font-size: 1.2em;
  }
}

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


/* 左選單 */

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


.left_dod{
  background: url(../../images/customer/chenghe/left_dd2.png) 80% bottom no-repeat;
  background-size: cover;
  height: 100%;
}

.left-content .hi_box.pic{
  background: url(../../images/customer/chenghe/left_dod.jpg) left top no-repeat;
  background-size: cover;
  padding: 8px 0 0 60px;
  height: 40px;
  color: #fff;
  width: 100%;
}

.left-content .btn-toggle {
  width: 100% !important;
}

.left-content .btn-toggle{  
  border-bottom: 1px dashed #EE77BB !important;
  border-radius: 0 !important;
  line-height: 150%;
  padding-top: 8px;
}
.left-content .btn-toggle::before {
  color:#EE77BB;
}
.left-content .left2:hover{
    background: #ffe4e6;
}
.left-content .left22:hover,
.left-content .left22{
    background: #ffe4e6;
    color: #A82024 !important;
}
.left-content .left22.btn-toggle::before {
  color: #A82024;
}
.left-content .left32 {
    color: #f24baa !important;
}


/* 頁尾 */
footer {
  background-color: #FF0066;
}
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;
}


.btn.btn-link{
  color: #E42B94 !important;
}


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

.home-contact_box .card-body .name2 { 
  color:#23008C; 
  font-weight: bold;
}
.home-contact_box .card-body .tel { 
	font-size:1.8em; 
	font-weight:bold; 
	color:#E42B94;
	font-style: italic; 
	padding:0px 0px 0px 0px 
}
.home-contact_box .card-body .url {	  
	  font-size:1em; 
    color: #7798CB;
    display: block;
    font-style: italic; 
}
@media only screen and (max-width:991px ){ 
  .home-contact_box .card-body{
    line-height: 140%;
  }
}



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