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


html{
  display: block;
  background:#ccc;
}

@media (min-width: 992px) {
  body {
    width: 95%;
    max-width: 1450px; 
    margin: 0 auto; 
  }
  .container{    
    max-width:98%;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
  }  
  @media (min-width: 992px) {
    .header {
      width: 95%;
      max-width: 1450px; 
      margin: 0 auto;
    }  
  }
  .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: 125px;
    display: block;
    align-items: center;
    overflow: hidden;
  }

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

  
  

.pageheader {
  background: #E83F82;
}

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

@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/sunshine/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: 380px;
      height: 62px;
  } 


  nav.navbar.navbarling .nav-item > a.nav-link{
    color:#333;
    padding: 30px 15px;
  }

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

}

@media (max-width: 991px) {
  .pageheader .top-text{
    line-height: 200%;
  }
  nav.navbar.navbarling{
    padding: 0;
  }

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

  nav.navbar.navbarling button.navbar-toggler{
    background-color: #E83F82;
    color: #fff;
    padding: 6px 8px;
    border: none;    
    position: relative;
  }
    
  /* 手指 */
  nav.navbar.navbarling button.navbar-toggler:before{
    content: "\f25a";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 11;
    font-size: 0.8em;
    color: red;
    animation-name: example;
    animation-duration: 2s;
    animation-direction: alternate; 
    animation-iteration-count:infinite;
  }
  @keyframes example {
    0%   {color:#FF82B4; left:18px; top:36px;}
    25%  {color:#543595; left:18px; top:46px;}
    50%   {color:#FF82B4; left:18px; top:36px;}
    75%  {color:#543595; left:18px; top:46px;}
    100%   {color:#FF82B4; left:18px; top:36px;}
  }
  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: #E83F82 !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-text{
    text-align: center;
    font-size: 0.75em;
    color: #fff;
  }
  nav.navbar.navbarling h1{
    margin: 6px auto;
    width: 70%;
  }
  nav.navbar.navbarling .navbar-brand {    
    background: url(../../images/customer/sunshine/logo.png) center no-repeat;
    background-size: contain;
    height: 62px;
    width: 100%;
  }

  nav.navbar.navbarling a.navbar-brand img{
    display: none
  }

    
  .m_contact.boxshad{
    min-height: initial;
  }


}


/* 首頁下主題 */
.hi_box{    
    color:#333;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}
.hi_box i{
    transform: rotate(-30deg);
}

.hi_box:after {
  position: absolute;
  left: 0;
  width: 6px;
  height: 10px;
  background: #E42B94;
  display: inline-block;
  content: '';
  top: 0;
  border-radius: 5px 5px 0 0;
}
.hi_box:before {
  position: absolute;
  width: 6px;
  height: 26px;
  left: 0;
  display: inline-block;
  background: #D8D8D8;
  content: '';
  border-radius: 5px;
}

.hi_box h2{ 
  font-weight: bold;
}


.home-carousel_box.carousel-fade:after {
  content: "";
  display: block;
  height: 20px;
  background: rgb(193, 193, 193);
  background: -moz-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(193, 193, 193, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#ffffff',GradientType=0 );
}

.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 {
  color: #337ab7;
}

.home-news_box {
  border: 2px solid #D96D00;
  display: inline-block;
  border-radius: 50px;
  padding: 6px 15px;
}

@media (min-width: 992px) {
  .home-news_box h3 {
      min-width: 150px;
  }
}
.home-news_box h3 {
  color: #D96D00;
  font-weight: bold;
}



/*首頁-聯絡我們*/
.m_contact > .name { 
	color: #E42B94;
	font-size:1.1em;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 3px;	
}
.m_contact > .add { 
	line-height: 120%;
}
.m_contact > .tel { 
	font-size: 1em;
    line-height: 100%;
    font-weight: bold;
    color: #E42B94;
    padding: 0;
}
.service {
	color: #E42B94;
}

.m_contact.boxshad{
	min-height: 200px;
}


.home_item .item img {
  width: 100%;
  border: 3px solid #EAE4E1;
  border-radius: 15px;
}



.template-box-top .page-header > *{
  color: #8C008C;
  font-weight: bold;
}
.template-box-top.product .page-header .p_no {
  display: none;
}


.page-header h1{
	color: #8C008C;
}
.page-header .h3{
  font-weight: bold;
}

.page_box.news_box .page-header.news-item span{  
  color: #11a847;
}
.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 .btn-toggle{  
  background-color: #FEEAE5;
}
.left-content .btn-toggle::before {
  color:#E83F82;
}
.left-content .left22{
    background-color: #E83F82;
    color: #fff !important;
}
.left-content .left22.btn-toggle::before {
  color: #fff;
}

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

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

/* 頁尾 */
footer {
  background: #FEEAE5;
}
footer * {
  color: #000 !important;
  line-height: 150%;
}

footer.footerling h4{
  color: #E42B94 !important;
  margin-bottom: 0;
}
@media (max-width: 567px) {
  footer {
    padding: 1em;
  }
}


/* 產品內頁 */
.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: #A82024;
  font-weight: bold;
}
.home-contact_box .card-text{
  line-height: 200%;
}


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


/* tws_txt */
.page_box.classify24 .ling-nav a{
  background-color: #E83F82;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
.page_box.classify24 .ling-nav a:before {
    content: "\f115";
    font-family: 'FontAwesome';
}

.page_box.classify24 .p_no {
  display: none;
}
