@charset "UTF-8";
html{
  background: #ffffff url(../../images/customer/jenying/dod.jpg) left top repeat-x;
  background-attachment: fixed;
}
body{
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 100%;
  font-size: 18px;
  line-height: 180%;
	max-width: 1200px;
	margin: 0 auto;
  
  box-shadow: 
    -10px 0 20px rgba(0, 0, 0, 0.25),  /* 左邊陰影 */
    10px 0 20px rgba(0, 0, 0, 0.25);   /* 右邊陰影 */
}
.container {
	width: 100%;
  max-width: 98%;
}

body a{
	color: #000;
}
body a:hover {
	color: #C36;
} 

/* 
.container {
  width: 95%;
  max-width: 1600px; 
  margin: 0 auto; 
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}
  */

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #57ade8 0%,#99cff1 100%);
  }
  
  .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: 120px; */
    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;
    }
  }

  
  

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

nav.navbar.navbarling .top-fb a {
  color: #004098;
  vertical-align: middle;
  padding: 0px 0 0 15px;
  border-radius: 5px;
  margin-top: 46px;
  font-weight: 500;
  display: inline-block;
  font-size: 1.3em;
  text-shadow: 2px 2px 2px #fff;
}


.pageheader > .container {
  position: relative
}
.pageheader .top-tel {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
}

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

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

  /* nav.navbar.navbarling .navbar-brand {
      position: absolute;
      width: 380px;
  } 
  nav.navbar.navbarling .navbar-brand img{
       width: 100%;
  } */

    /* 商標2 */
  nav.navbar.navbarling h1{
    position: relative;
            width: 380px;
        max-width: 380px;
  }
  nav.navbar.navbarling .navbar-brand {
    position: absolute;
    width: 100%;
    height: 78px;
    top: -30px;
    left: 0;
  } 



  nav.navbar.navbarling .nav-item > a.nav-link{
    color: #333;
    margin: 60px 5px 15px 5px;
    background: linear-gradient(to bottom, #bbe0fa 0%, #ffffff 99%);
    padding: 3px 15px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #5f5f5f;
    font-size: 0.9em;
  }
  .navbar-nav li > ul.dropdown-menu {
    border-top: 5px solid #FF82B4;
    border-radius: 0 0 5px 5px;
 }

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


@media (max-width: 991px) {
  body.home-page .page-content{
    padding-top: 1rem !important;
  }
  
  .pageheader {    
      text-align: center;
      background: #2c75b9;
  }
  .pageheader > div {
    position: relative;
    line-height: 100%;
  }
  .pageheader .top-tel{
      position: initial;
      top: initial;
      right: initial;
      font-size: 0.8em !important;
      line-height: 160%;
  }
  nav.navbar.navbarling .top-fb a{
    margin-top: initial;
    font-size: 1em;
  }

  nav.navbar.navbarling{
    padding: 0;
  }

      /* 商標2 */
    nav.navbar.navbarling h1{
      position: relative;
      width: 50%;
      max-width: 50%;
      top: initial;
      left: initial;
      margin-bottom: 0;
    }
    nav.navbar.navbarling .navbar-brand {
        height: 50px;
        width: auto;
    } 

/* 
  nav.navbarling .navbar-brand{
    background: url(../../images/customer/jenying/logo2.png) center no-repeat;
    background-size: contain;
    height: 50px;
    margin: 6px auto;
    width: 65% !important;
  }

  nav.navbarling .navbar-brand img{
    display: none;
  }  */
  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;
  }

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

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

}


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


.home-contact_box .h5.company1 > a,
.home-contact_box h4.company1,
.home-contact_box .company1{
  color: #CC3366;
  font-weight: bold;
}
.home-contact_box .h5.company2 > a,
.home-contact_box h4.company2,
.home-contact_box .company2{
  color: #F60;
  font-weight: bold;
}

.home-pic_box .card .card-img-overlay{
  padding: 6px 15px !important;
}
.home-pic_box .card .card-img-overlay .h6{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 首頁-消息跑馬燈 */
.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-news_box-center 

.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;
    color: #fb448d;
}


.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: #FFE1ED;
}
footer * {
  color: #333 !important;
}
footer address{  
  position: relative;
}


/* 首頁 */

.page_box.home_box .home-contact_box .card .card-text span::after{
  content: '｜';
  display: inline-block;
}




/* 說明文貼圖 */
/* 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 .p_no {
  display: none;
}


.page_box .template-box-top .text-en strong,
.page_box .contact_box_info .contact-item strong{
  color:#C36;
}