@charset "UTF-8";
html{

    --background-color: #ffffff;
    box-shadow: 0px 0 18px #333333b1;
}
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: #FF82B4;
} 
html, body, .header, .container {
  width: 100%;
  max-width: 1024px; 
  margin: 0 auto; 
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  body, .header {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
    background: linear-gradient(to right, rgba(255,243,196,1) 0%,rgba(255,215,51,1) 100%);
  }
  
  
  /*--------------------------------------------------------------
  # 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%;
    position: relative;
    margin-top: 163px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .hero {
      margin-top: 133px;
    }
  }
  
  /*--------------------------------------------------------------
  # Global Sections 當頁滾動監聽
  --------------------------------------------------------------*/
  .section-scroll {
    scroll-margin-top: 140px;
    overflow: clip;
  }
  
  @media (max-width: 991px) {
    .section-scroll {
      scroll-margin-top: 115px;
      display: block;
    }
  }

  
  

.pageheader:before{
  content: '';
  height: 8px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, rgba(255,172,47,1) 0%,rgba(252,220,174,1) 50%,rgba(247,150,33,1) 100%); 
}

nav.navbar.navbarling .top-fb a {
  color: #1773EA;
  padding: 0 15px;
  vertical-align: middle;
  line-height: 0;
}
nav.navbar.navbarling li.top-map-lg > .nav-link{  
  color: #fff !important;
  background: #b200b2;
  border-radius: 8px 8px 0 0;
}
nav.navbar.navbarling .top-map > a {
  color: #fff;
  background: #b200b2;
  border-radius: 10px;
  padding: 6px 15px;
  line-height: 120%;
  display: block;
}

@media (max-width: 991px) {

  nav.navbar.navbarling .top-map > a{
    color: #fff;
    background: #b200b2;
    border-radius: 10px;
    padding: 3px 8px;
    display: block;
    font-size: 1.5em;
  }
  nav.navbar.navbarling .top-map > a > span {
    display: block;
    width: 100%;    
    font: 0 / 0 a;
    color: transparent;
    text-indent: -9999px;  
  }
}
.pageheader .top-url,
.pageheader .top-tel{
  color: #fff;
}

.pageheader .top-tel{
  padding-left: 1em;
}

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

nav.navbar.navbarling .nav-item > a.nav-link {
    color: #990000;
    font-weight: bold;
}


@media (min-width: 992px)  { 
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 10px 10px;
    font-size: 0.95em;
  } 
}

@media (min-width: 992px) {    
  .pageheader .top-url {
    text-align: right;
  }
  .pageheader{
    text-align: right;
  }

  /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
  }
  
  nav.navbar.navbarling h1 .navbar-brand {
    width: 340px;
    height: 80px;
    max-width: 340px;
    position: absolute;
    top: -105px;
    left: -20px;
  }   

  nav.navbar.navbarling .nav-item {
    position: relative !important;
  }

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

}

body.home-page .page-content{
  padding-top: 0rem !important;
  padding-bottom: 1rem !important;
}
body.home-page .left-content{
  padding-top: 2rem;
}


@media (max-width: 991px) {
  
  .pageheader {
    text-align: left;
  }
  .pageheader .top-url,
  .pageheader .top-tel{
    color: #fff;
    font-size: 0.85em;
  }

  .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;
  }
/* 
  .top-good-img{
    width: 100%;
    height: 30px;
    background:#ffe8e8 url(../../images/customer/carefully/top-good_s.png) center no-repeat;
  }
  .top-good-img img{
    display: none;
  } */

  
  /* 商標3 */
  nav.navbar.navbarling h1{
    margin: 6px auto;
    position: relative;
    width: 60%;
  }
  nav.navbar.navbarling .navbar-brand {
    background-size: contain;
    height: 60px;
    width: 100%;
    margin: 0;
  } 
  
  nav.navbar.navbarling button.navbar-toggler{
    color: #E42B94;
    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;
    color: #fff;
  }

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

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

}

@media (max-width: 568px) {
  .pageheader .top-fb {
    right: 15px;
  }
}


/* 首頁下主題 */
.hi_box{    
    color:#ac00ab;
    font-weight: bold;
}
.hi_box i{
    transform: rotate(-30deg);
}
.hi_box.pic{
    background: url(../../images/customer/carefully/li_item.png) left top no-repeat;
    background-size: contain;
    padding-left: 40px;
}
.home-news_box .boxshad {
  border: 1px solid #ac00ab;
  box-shadow: inset 0 0 8px rgb(184, 0, 184, 0.6);
  border-radius: 25px;
}
.home-news_box  .btn-more {
  color: #ac00ab !important;
  border-left: 1px solid #ac00ab;
  padding-left: 30px;
}

/* 首頁-消息跑馬燈 */
/* .home-news_box.marquee a {
    color: #0d6efd;
} */
@media (max-width: 1024px) {
  .home-news_box.marquee a {
    font-size: 1.2em;
  }
}
.home-news_box-center .list-group .list-group-item{
  padding:3px 0;
}

.home-contact_box .card {
  background: url(../../images/map_pic.png) 90% bottom no-repeat;
}

@media (max-width: 568px) {
  .home-contact_box .card {
    background: url(../../images/map_pic.png) right bottom no-repeat;
  }
}

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


/* 左選單 */

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


.left-content .btn-toggle{  
  background: #ffe8e8;
  border-radius: 5px;
  width: 100% !important;
}
.left-content .btn-toggle::before {
    color:#FF82B4;
}
.left-content .left2:hover{
    background: #ffe8e8;
}
.left-content .left22:hover,
.left-content .left22{
    background: #FF82B4;
    color: #fff !important;
    border-radius: 5px 5px 0 0 !important;
}
.left-content .left22.btn-toggle::before {
  color: #fff;
}
.left-content .left32 {
    color: #f24baa !important;
}


/* 頁尾 */
footer {
  background-color: #fff6db;
}
footer * {
  color: #000 !important;
}
footer address{  
  position: relative;
}
footer address .footer_name{
  color: #fe5e00 !important;
}
footer address .footer_name::after{
  content: 'www.carefully.com.tw';
  padding-left: 15px;
}

/* 首頁 */

.page_box.home_box .card .card-text span{
  display: inline-block;
  background-color: #fbe9f6;
  border-radius: 5px;
  padding: 0 6px;
  font-size: 0.9em;
}
.page_box.home_box .card .card-title{
  font-weight: bold;
  color: #A82024;

}




/* 說明文貼圖 */
/* 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{
  background-color: #ff5c00;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
.page_box.classify24 .p_no {
  display: none;
}

.page_box.classify24 .h4{
  color: rgb(102, 0, 0);
}