@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: #FF82B4;
} 
.container {
  width: 95%;
  max-width: 1200px; 
  margin: 0 auto; 
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    z-index: 997;
    background: #fff;
    border-bottom: 3px solid #DF1388;
    background:#fff url(../../images/customer/jyanan/top_d.png) 50% 22px no-repeat;
    height: 110px;
  }
  
@media (max-width: 1126px) {
    .header {
      background:#FFF;
    }
}
  
  .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: 110px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .hero {
      margin-top: 110px;
    }
  }
  @media (max-width: 567px) {
    .hero {
      margin-top: 110px;
    }
  }
  
  /*--------------------------------------------------------------
  # Global Sections 當頁滾動監聽
  --------------------------------------------------------------*/
  .section-scroll {
    scroll-margin-top: 140px;
    overflow: clip;
  }
  
  @media (max-width: 991px) {
    .section-scroll {
      scroll-margin-top: 115px;
      display: block;
    }
  }

  
  

.pageheader {
  height: 30px;
}
body.home-page img{
    width: 100%;
}

.pageheader .top-text{
  color: #b82378;
}


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

@media (min-width: 992px) {    

  .pageheader>div{
    position: relative;
    text-align: right;
  }
  
  .pageheader .top-text{
    color: #c16bb3;
    position: absolute;
    right: 15px;
    top: 6px
  }

  
    /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
    display: contents;
  }
  nav.navbar.navbarling .navbar-brand {
    position: absolute;
    height: 75px;
    width: 364px;
      top: -15px;
    z-index: 11;
  } 
/* 
  nav.navbar.navbarling .navbar-brand {
      position: absolute;
      width: 364px;
      height: 75px;
      top: -20px;
  } 
  nav.navbar.navbarling .navbar-brand img{
       width: 100%;
  } */
  nav.navbar.navbarling .nav-item > a.nav-link{
    color: #fff;
    padding: 3px 15px;
    margin-left: 6px;
    background: #EB43A2;
    border-radius: 8px;
    
  }
  .navbar-nav li > ul.dropdown-menu {
    border-top: 5px solid #FF82B4;
    border-radius: 0 0 5px 5px;
 }

}

@media (max-width: 991px) {
  body.home-page .page-content{
    padding-top: 1rem !important;
  }
  
  .pageheader {
    text-align: center;
    background: #E73C75;    
  }  
  .pageheader .top-text{
    color: #fff;
    font-size: 0.85em;
  }

  nav.navbar.navbarling{
    padding: 0;
  }

  
  /* 商標3 */
  nav.navbar.navbarling h1{
    margin: 3px auto;
    position: relative;
    width: 70%;
  }
  nav.navbar.navbarling .navbar-brand {
    background-size: contain;
    height: 60px;
    width: 100%;
    margin-top: 5px;
  } 

/*   
  nav.navbarling .navbar-brand{
    background: url(../../images/customer/jyanan/logo2.png) center no-repeat;
    background-size: contain;
    height: 60px;
    margin: 6px auto;
    width: 60% !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: #EB43A2 !important;
  }

}

@media (max-width: 568px) {
  
  nav.navbarling .navbar-brand{
    background: url(../../images/customer/jyanan/logo2.png) center no-repeat;
    background-size: contain;
    height: 60px;
    margin: 6px auto;
    width: 60% !important;
  }

}

.home-carousel_box{
  background: url(../../images/customer/jyanan/m_dod2.jpg) center top repeat-x;
}

.home-carousel_box .pic_dod {  
  background: url(../../images/customer/jyanan/ma_2dod.gif) left top repeat;
  background-size: contain;
}
.home-carousel_box .main_box .owl-theme .owl-controls {
    display: none !important;
}

/* 首頁下主題 */
.hi_box{    
    color:#940f49;
    font-weight: bold;
}
.hi_box i{
    transform: rotate(-30deg);
}
.hi_box.pic{
  position: relative;
  padding-left: 20px;
}
.hi_box.pic:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 11;
    width: 6px;
    height: 25px;
    background: #E95595;
    border-radius: 50px;
}



/* 首頁-消息跑馬燈 */
.home-news_box.marquee{
  border: 1px solid #FF7575;
    padding: 8px 0px;
    margin-bottom: 15px;
    border-style: dashed;
    border-radius: 8px;
}
.home-news_box.marquee a {
    color: #0d6efd;
}
@media (max-width: 1024px) {
  .home-news_box.marquee a {
    font-size: 1.2em;
  }
}

.awesome {
  width:100%;      
  margin: 0 auto;  
  color:#313131;
  font-size:1.3em;
  font-weight: 500;
  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-center .list-group .list-group-item{
  padding:3px 0;
}

.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: #ffe8f0;
  border-radius: 5px;
  width: 100% !important;
}
.left-content .btn-toggle::before {
    color:#ffe8f0;
}
.left-content .left2:hover{
    background: #ffe8f0;
}
.left-content .left22:hover,
.left-content .left22{
    background: #FF82B4;
    color: #fff !important;
}
.left-content .left22.btn-toggle::before {
  color: #fff;
}
.left-content .left32 {
    color: #f24baa !important;
}


/* 頁尾 */
footer {
  background-color: #EB43A2;
}
footer * {
  color: #fff !important;
}
footer address{  
  position: relative;
}


/* 首頁 */
.home-contact_box .card-body .card-text span:after {
  content: '｜';
}
.home-contact_box .card-body .fs-90 {
  font-size: 90%;
}

.page_box.home_box .card h5{
  color: #333369;
}
.page_box.home_box .card h5 small{
  background-color: #333369;
  color: #fff;
  border-radius: 5px;
  padding: 0 3px;
  display: inline-block;
}
.page_box.home_box .card .card-text small{  
  display: inline-block;
}
.page_box.home_box .card .card-title{
  font-weight: bold;
  color: #DF1388;
  line-height: 100%;
}





/* 說明文貼圖 */
/* 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,
.page_box.classify24 .btn-top{
  display: none;
}
.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.classify24 .page-header > h2.h4{
  font-weight: bold;
  position: relative;
  padding-left: 20px;  
}


article.right-content .page_box > .page-header{  
  position: relative;
  padding-left: 20px;
}

article.right-content .page_box > .page-header h1{
  font-weight: bold !important;
}

.page_box.classify24 .page-header > h2.h4:before,
article.right-content .page_box > .page-header:before{
  content:'';
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 11;
  width: 6px;
  height: 30px;
  background: #E95595;
  border-radius: 50px;
}
  

/* 圖片上下置中 */
.photo-block {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
  background: #eee;
  padding: 0;
  border: 3px solid #fff;
}
.photo-block img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease;
}
.photo-block:hover {
    cursor: pointer;
}
.photo-block:hover img {
    transform: scale(1);
}
@media only screen and (max-width: 767px) {
    .photo-block {
        height: initial;
        max-height: initial;
        width: 100%;
        text-align: left;
    }
    .photo-block img {
        width: 100%;
        height: auto;
        transform: scale(1);
        transition: initial;
    }
    .photo-block:hover {
        cursor: initial;
    }
    .photo-block:hover img {
        transform: initial;
    }
}

/*tws_txt*/
.page_box.classify24 .product_box_detail .box-top{
  display: none;
}
.page_box.classify24 .template-box-top.product .page-header .h4{
  color: #b82378;
}