@charset "UTF-8";
body{
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 100%;
  font-size: 20px;
  line-height: 160%;
  font-weight: initial;
  position: relative;
}
body a{
	color: #000;
}
body a:hover {
  color: #f19600;
} 

body:after{
  position: fixed;
  width: 55px;
  content: '範例網站非正式官網';
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  background-color: rebeccapurple;
  color: #fff;
  padding: 6px 25px 6px 12px;
  border-radius: 6px;
  font-size: 24px;
  line-height: 120%;
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
  }
  
  .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: 168px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 1199px) {
    .hero {
      margin-top: 155px;
    }
  }
  @media (max-width: 991px) {
    .hero {
      margin-top: 120px;
    }
  }
  
  /*--------------------------------------------------------------
  # Global Sections 當頁滾動監聽
  --------------------------------------------------------------*/
  .section-scroll {
    scroll-margin-top: 150px;
    overflow: clip;
  }
  
  @media (max-width: 1199px) {
    .section-scroll {
      scroll-margin-top: 100px;
      display: block;
    }
  }

  
  

.pageheader {
  background: #fff;
}

nav.navbar.navbarling {
    background-color: #f19600 !important;
}


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

@media (min-width: 992px) {
  .pageheader .top-good{
      padding: 15px 0;
      text-align: right;
      width: 450px;
      max-width: 45%;
      margin: 0 0 0 auto;
  }
    
  /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
  }
  nav.navbar.navbarling .navbar-brand {
    width: 350px;
    height: 68px;
    top: -115px;
    position: absolute;
  } 
  nav.navbar.navbarling .nav-item > a.nav-link {
    font-size: 1.2em;
    padding: 10px 15px;
  }
}


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

@media (max-width: 991px) {
  nav.navbar.navbarling{
    padding: 0;
  }
    
  nav.navbar.navbarling {
      background-color: #fffaec !important;
  }

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

  nav.navbar.navbarling button.navbar-toggler{
      background-color: #ffc107;
      color: #6e0000;
  }

  /* 手指 */
  .navbar-toggler{
    position: relative;
  }
  .navbar-toggler:before {
    content: "\f25a";
    font-family: 'FontAwesome';
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 11;
    font-size: 1.2em;
    color: red;
    animation-name: navbar-toggler;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  @keyframes navbar-toggler {
    0%   {color:red; left:25%; top:40px;}
    25%  {color:#ffc107; left:25%; top:30px;}
    50%   {color:blue; left:25%; top:40px;}
    75%  {color:#ffc107; left:25%; top:30px;}
    100%   {color:red; left:25%; top:40px;}
  }



  .pageheader{
      background:#f19600;
  }
  .pageheader .top-good:before{
      content: '創立30年屢獲評鑑優等';
      text-align: center;
      color: #440000;
      letter-spacing: 3px;
      font-size: 1.2em;
      margin: 0 auto;
      width: 100%;
      display: block;
      padding: 3px 0;
  }
  .pageheader .top-good img{
      display: none;
  }
  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;
  }

  nav.navbar .offcanvas{
    background-color: #ff6200;
  }
}



/* 首頁下主題 */
.hi_box{    
    color: #000;
    font-size: 1.8em;
    font-weight: 500;
}
.hi_box i{
    transform: rotate(-30deg);
}

.home-about_box .card {
  background-color: #f5f6f6;
}
.hi_box.pic:before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 60px;
  margin-right: 8px;
  vertical-align: middle;
}

.home-about_box .hi_box.pic:before{
    background: url(../../images/customer/hilary/item_about.png) no-repeat center / contain;
}
.home-about_box .card .card-body .item .text,
.home-contact_box .card .card-body .text{
  font-size: 24px;
  font-weight: 400;
}


.home-pic_box.newproducts .hi_box.pic:before{
    background: url(../../images/customer/hilary/item_newproducts.png) no-repeat center / contain;
}

.link-primary {
  color: #009ee7 !important;
  border-radius: 20px;
}
.link-primary:hover{
  text-decoration: underline;
}

.btn-primary{
  background: #009ee7 !important;
  color: #fff !important;
  border-color: #009ee7;
}
.link-warning{
  color: #f19600 !important;
}
.btn-warning{  
  background: #e96100 !important;
  color: #fff !important;
  border-color: #e96100;
}
.text-warning {
  background: #f19600 !important;
  color: #fff !important;
  border-color: #f19600;
}

.btn-outline-warning {
    --bs-btn-color: #f19600;
    --bs-btn-border-color: #f19600;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f19600;
    --bs-btn-hover-border-color: #f19600;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f19600;
    --bs-btn-active-border-color: #f19600;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f19600;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f19600;
    --bs-gradient: none;
}

.home-pic_box.ourproduct .hi_box.pic:before{
    background: url(../../images/customer/hilary/item_server.png) no-repeat center / contain;
}
.home-pic_box.ourproduct .item a  {
  background: #f19600;
  color: #fff;
  font-weight: 400;
  width: 100%;
  display: block;
  border-radius: 20px;
}
.home-pic_box.ourproduct .item:hover a  {
  background: #f19600;
}
.home-pic_box.ourproduct h4{
  color: #e96100;
}

.home-pic_box.ourproduct .item .card {
    background-position: right 8px bottom 8px !important;
    background-attachment: fixed;
    background-size: 35px;
    padding-bottom: 45px !important;
}
.home-pic_box.ourproduct .item:nth-child(1) .card {
  background:#fcf1e0 url(../../images/customer/hilary/qicon-1.png) no-repeat;
}
.home-pic_box.ourproduct .item:nth-child(2) .card {
  background:#fcf1e0 url(../../images/customer/hilary/qicon-2.png) no-repeat;
}
.home-pic_box.ourproduct .item:nth-child(3) .card {
  background:#fcf1e0 url(../../images/customer/hilary/qicon-3.png) no-repeat;
}
.home-pic_box.ourproduct .item:nth-child(4) .card {
  background:#fcf1e0 url(../../images/customer/hilary/qicon-4.png) no-repeat;
}


.home-contact_box .hi_box.pic:before{
    background: url(../../images/customer/hilary/item_contact.png) no-repeat center / contain;
}




/* 頁尾 */
footer {
  background-color: #f19600;
  text-align: center;
}
footer * {
  color: #fff !important;
}

/* .footer_add:before {
    content: '資深理財專員 丁豊錡 (贏家證卷)';
    margin-bottom: 6px;
    display: block;
    font-weight: bold;
    font-size: 1.2em;
} */


.page_box.contact_box > .page-header,
.page_box.contact_box > .contact_box_info{
  display: none;
}