﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Plus&display=swap');

@charset "utf-8";
:root {
   
}
body.home .header .navbar {
    padding: 0 10px;
}
.header .navbar {
   padding: 5px 10px 0px 10px;
}




h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	color:#000;
	}

h1{
	font-size:22px;
	}
h2{
	font-size:20px;
	}
h3,h4{
	font-size:18px;
	}
h5,h6{
	font-size:16px;
	}	
	
.editor {
    font-size: 15px;
    line-height: 25px;
    color: #414141;
}	
/*.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor h6{
	margin-bottom:5px;
	}*/
	
/* navbar */
.side .navbar {
    margin-top: 10px;
}
.header  .nav-brand-wrapper {
    position: relative;
    z-index: 10;
}
.header .nav-item.dropdown > .navbar-nav {
    width: 160px;
	margin-left:15%;

}
.header .btn-group.lang .dropdown-item:hover{
    background-color:#000;
}
.header .btn-group.lang .dropdown-item {
    background-color: #505050;
    color: #fff !important;
    padding: 6px 26px;
}

body.home .header .navbar-nav .nav-link {
	font-size:15px;
}
body.home .header .navbar-nav .nav-link {
    padding: 20px;
    color: #fff;
    position:relative;
}
.header .navbar-nav .nav-link {
    color: #fff;
	font-size:14px;
    position:relative;
    padding: 25px;
}
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #c6ffee;
}
.bsnav .navbar-nav .nav-item.active > .nav-link, .bsnav .navbar-nav .nav-item:active:focus > .nav-link, .bsnav .navbar-nav .nav-item:active > .nav-link, .bsnav .navbar-nav .nav-item:focus > .nav-link, .navbar-nav .nav-item.active > .nav-link, .navbar-nav .nav-item:active:focus > .nav-link, .navbar-nav .nav-item:active > .nav-link, .navbar-nav .nav-item:focus > .nav-link, .navbar-nav .nav-item:hover > .nav-link {
    color: #b6b6b6;
}
.header .navbar-nav .nav-item  .caret{
    display:none;
}
.header .navbar-nav.navbar-mobile > .nav-item > .nav-link:hover:before {
    /*opacity: 1;
    transform: scaleY(1);*/
}
.header .navbar-nav.navbar-mobile > .nav-item > .nav-link:before {
    /*content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/nav_icon.png)no-repeat;
    width: 23px;
    height: 28px;
    left: -7px;
    top: 12px;
    opacity: 0;
    transition: all 0.5s;
    transform: scaleY(0);
    transform-origin: center bottom;*/
}
.nav-item.dropdown.fadeup>.navbar-nav.in {
    margin-top: 0px;
	}

.nav-item.dropdown.fadeup > .navbar-nav.in  li a{
    color:#fff;
	}
.nav-item.dropdown.fadeup > .navbar-nav.in li a:hover {
        background-color: #5d99a8d4;
		padding-left:14px;
		transition: .5s;
    }
	
.nav-item.dropdown.fadeup > .navbar-nav.in li a::before{
	content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #c6ffee8a;
    transition: .5s;
	transform: scaleY(0);
	}	
.nav-item.dropdown.fadeup > .navbar-nav.in li a:hover::before{
	transform: scaleY(1);
	}
	


.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #c6ffee8a;
    transition: .5s;
	transform: scaleY(0);
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:after {
   transform: scaleY(1);
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger {
	padding-left:14px;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent #73a1b894;
	right: 7px;
	}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #fff;
	right:3px;
}


/*.nav-item.dropdown.fadeup > .navbar-nav.in li a::after{
	content: "";
    width: 1px;
    height: 100%;
    background: #569b9d;
    position: absolute;
    top: 0;
    right: 0;
	transform: scaleY(0);
    transition: .8s;
	}	
.nav-item.dropdown.fadeup > .navbar-nav.in li a:hover::after{
	transform: scaleY(1);
	}
*/	
	
.nav-item.dropdown.fadeup > .navbar-nav.in li a.trigger:hover::after{
	transform: scaleY(0);
	}
.nav-item.dropdown.fadeup > .navbar-nav.in li a.trigger::before{
	background:none;   
	}


.nav-item.dropdown > .navbar-nav .nav-item:hover a:before {
    color: #fff;
	}

.nav-item.dropdown>.navbar-nav {
    background: #00000082;
	}

.nav-item.dropdown>.navbar-nav .navbar-nav {
    background: #00000082;
   
}
.header .nav-item.dropdown>.navbar-nav .nav-item {
    line-height: 1.5;
    border-bottom: 1px solid #ffffff0d;
}
.header .nav-item.dropdown>.navbar-nav li:last-child {
	border-bottom:none;
}
body.home .header .nav-item.dropdown>.navbar-nav .nav-item a {
    font-size: 0.9rem;
}
.nav-item.dropdown>.navbar-nav li:last-child{
	border-bottom: hidden;
}


.header .navbar .small-btn-box,
.navbar .navbar-collapse {
    transition: all 0.5s;
}

body.home .header .navbar .small-btn-box,
body.home .navbar .navbar-collapse {
    margin-top: 30px;
    transition: all 0.5s;
}



.navbar .navbar-collapse > .navbar-nav {
    position: relative;
    padding-left:20px;
  
}
body.home .navbar.newtop .navbar-collapse > .navbar-nav:before {
    top: -60px;
    left: -1200px;
    background-color: #13150fde;
}

body.home  .navbar .navbar-collapse > .navbar-nav:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #13150f9c;
    right: -999px;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

body.home  .navbar.newtop  .navbar-brand {
    margin: 15px 0 20px 0;
}
body.home .header .navbar.newtop .small-btn-box,
body.home .navbar.newtop .navbar-collapse {
    margin-top: -21px;
}
    .navbar .navbar-brand {
        background: url(../images/all/logo.png) center center no-repeat;
        background-size: contain !important;
		width: 206px !important;
		height: 42px !important;
    }
	    .navbar .navbar-brand::before {
		
    }
	
	    body.home .navbar .navbar-brand {
        display: inline-block;
        background: url(../images/all/logo.png) center center no-repeat;
        background-size: contain !important;
		width: 206px !important;
		height: 42px !important;
        transition: all .3s ease;
        margin: 20px 0  10px;
		position:relative;
    }
	    /* body.home .navbar .navbar-brand::before {
		content: "NATURE";
		position: absolute;
		bottom: 0px;
		left: 8px;
		color: #c6ffee;
		font-size: 0.8rem;
		letter-spacing: .4rem;
    } */
	
	
	
body.home .navbar.newtop .navbar-brand {
    background: url(../images/all/logo.png) center center no-repeat;
    width: 206px !important;
    height: 42px !important;
}	
body.home .navbar.newtop .navbar-brand::before {
	 content:inherit;
    }	
	
.navbar.newtop .navbar-brand {
    background: url(../images/all/slogo_m2.svg) center center no-repeat;
    width: 206px !important;
    height: 42px !important;
}
 .navbar.newtop .navbar-brand::before {
	 content:inherit;
    }
        .header .navbar .container-fluid {
            width: 1320px;
        }
		    body.home .header .navbar .container-fluid {
            width: 75%;
        }


body.home .header .navbar {
	position: fixed;
    background-color: unset;
	z-index: 999;


}
.header .navbar {
    background-color: #06131eb0;
    position: fixed;
    border-bottom: none;
}
.h2 {
    border-bottom: 1px solid #939393;
    color: #000000;
	margin: 0 0 20px;
 
}

    .h2 .txt-en{
        display:none;
    }

body  .container .ezshare-box {
    margin: 0px 0 20px 0;
}
body.news .container .ezshare-box {
	margin-bottom:40px;
}
body.news .article-horizontal-grid .item .info .date {
	color:#a4a4a4;
}
body.news .article-horizontal-grid .item .info .title, .article-horizontal-grid .item .info .title a {
    font-size: 17px;
}
body.news .justify-content-start {
    cursor: pointer;
}


.product-info-area .info-box {
    padding: 20px 0 10px;
}


 /* banner */
 .banner .banner-wrapbox {
    position: relative;
}

body.home .banner .slick{
    position: relative;
    z-index:1;
}
body.home .banner .item > a{
   width:100%;
}
.banner-ani-zoom{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:0;
}

body.home .banner .slick-current {
    -webkit-animation-name: csszoomIn;
    -webkit-animation-duration: 6s;
}

@-moz-keyframes csszoomIn {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
   
    }

    70% {
        -moz-transform: scale(1);
        transform: scale(1);
       
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
      
     
    }
}

@-webkit-keyframes csszoomIn {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        
    }

    70% {
        -moz-transform: scale(1);
        transform: scale(1);
     
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
     
    }
}

@keyframes csszoomIn {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
       
    }

    70% {
        -moz-transform: scale(1);
        transform: scale(1);
       
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
      
    }
}


body.home .banner .Scroll_d {
    position: absolute;
    right: 12%;
    bottom: 10%;
    z-index: 99;
    color: #fff;
	display:block;
 
}
.banner .Scroll_d {
	display:none;
}


/*.banner .Scroll_d::before{
	content:"";
    position: absolute;
	top:32px;
	left:0;
    border-bottom: 1px solid #ffffff96;
	 -webkit-animation: ani-aw 1.5s linear infinite;
    -moz-animation: ani-aw 1.5s linear infinite;
    animation: ani-aw 1.5s linear infinite;
  
}*/



.banner .Scroll_d::before{
	content:"";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: auto; 
    width: 0;
    height: 1px;
    background-color: #fff;
	 -webkit-animation: ani-aw 2s cubic-bezier(0.54, 0.02, 0.41, 1.02) infinite;
    -moz-animation: ani-aw 2s cubic-bezier(0.54, 0.02, 0.41, 1.02) infinite;
    animation: ani-aw 2s cubic-bezier(0.54, 0.02, 0.41, 1.02) infinite;
  
}


@-webkit-keyframes ani-aw {
    0% {
        right: auto;
		left: 0;
		width: 0%;
    }

    50% {
		width: 100%;
    }
	
	100%{
		opacity: 0.3;
		}
}

@-moz-keyframes ani-aw {
    0% {
        right: auto;
		left: 0;
		width: 0%;
    }

    50% {
		width: 100%;
    }
	
	100%{
		opacity: 0.3;
		}
}

@keyframes ani-aw {
    0% {
        right: auto;
		left: 0;
		width: 0%;
    }

    50% {
		width: 100%;
    }
	
	100%{
		opacity: 0.3;
		}
}

.banner .slick-dots li.slick-active button:before {
    background-color: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 9px;
    top: 6px;
}
.banner .slick .slick-dots .slick-active button {
    border: 1px solid #fff;
    width:18px;
    height:18px;
  

}

.banner .slick .slick-dots button {
    background: unset;
    border: 1px solid #ffffffa8;
    width: 6px;
    height: 6px;
    padding: 0;
}
body:not(.home) .banner .slick-dots {
	display:none!important;
}
.banner .slick-dots {
    bottom: 12%;
    z-index: 100;
    left: 12%;
    text-align:left;
}
body.home .banner .slick-dots {
    bottom: 8%;
    z-index: 100;
    left: 12%;
    text-align:left;
}

    .banner {
        position: relative;
    }

    .banner .bann_tit p {
        font-size: 1.25rem;
        letter-spacing: 10px;
        margin-bottom: 30px;
    }

    .banner .bann_tit p.p_1 {
        margin-bottom: 0;
        font-size: 1rem;
        margin-top: 30px;
    }

  .banner .bann_tit h3 {
    font-size: 3.7rem;
    letter-spacing: 16px;
    font-weight: bold;
    line-height: 1.1;
    padding-left: 5px;
	color:#b2f7ed;
    }
 .banner .bann_tit{
    display:none;
}
body.home .banner .bann_tit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 27%;
    text-align: center;
    color: #c6ffee;
    display: block;
    padding: 60px 0 130px;
    text-align: center;
    z-index: 2;
	pointer-events: none;
}

.banner .bann_tit:before {
    content: " ";
    display: block;
    position: absolute;
	/* background: url(../images/all/banner_top.svg)no-repeat;*/    
	height: 180px;  
	width: 390px;
	top: -2%;
    right: 0;
    left: -10px;
    margin: 0 auto;
	border-top: 3px solid;
    border-left: 3px solid;
    border-right: 3px solid;
}

.banner .bann_tit:after {
    content: " ";
    display: block;
    position: absolute;
    /*background: url(../images/all/banner_bottom.svg)no-repeat center bottom;*/
    width: 390px;
    height: 160px;
    bottom: 4%;
    right: 0;
    left: -10px;
    margin: 0 auto;
	border-left: 3px solid;
    border-right: 3px solid;
    border-bottom: 3px solid;
    
}

/*----------------------- 會員專區 -----------------------*/
.rwd-table a:hover {
    color: #36bcbf;
}

.form-group .notice {
    padding-right: 4px;
}

.btn.btn-txt {
    font-size: 0.875rem;
    color: #2d2d2d;
}

.modify .form-check-input,
.register .form-check-input {
    border: none;
    margin-top: 0;
}

.frame-small-box {
    width: 50%;
    background-color: #fff;
    border:1px solid #b8b8b8;
    padding: 50px;
    border-top:5px solid #9c8949;
}

.flex-item{
    margin-bottom:15px;
}
.btn.btn-txt:hover {
    color: #9c8949;
}


    .side .navbar-nav .dropdown-menu li.nav-title a:hover {
        background-color: #575757;
        color:#fff;
    }

.member-function-box .item > a .info {
    color: #000;
}

.member-function-box .item > a:hover .info {
    color: #fff;
}

.member-function-box .item > a {
    color: #0071bb;
    background-color: #fff;
    padding: 32px 15px;
    -moz-box-shadow: 0px 0px 5px #5FD4F8;
    -webkit-box-shadow: 0px 0px 5px #5fd4f8;
    box-shadow: 0px 0px 5px #5fd4f8;
    border-radius: 15px;
}

    .member-function-box .item > a:hover {
        background: #0071bb;
        color: #fff;
    }

.rwd-table.mob-mode th {
    background: #0071bb;
}

.rwd-table a {
    color: #000000;
}


/* 首頁區塊 */
.proj_wi .mx-xl-auto> .h3:before {
    display: none;
}
.projects_mid .d-flex {
    z-index: 10;
    position: relative;
    justify-content: center;
}
.proj_wi  {
    background-color: #f4f4f4;
    position: relative;
    padding: 0px 0 60px;
}
    .projects_mid:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/projec_bg.jpg)no-repeat;
        width: 100%;
        height: 70%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
		background-size:cover;
    }
.projects_mid .pr_comm {
    width: 30%;
    padding: 0 30px;
    }
        .projects_mid .pr_comm .pr_one span {
            font-size: 0.875rem;
            display: block;
            color: #ffffffc7;
            padding-bottom: 6px
        }
    .projects_mid .pr_comm .pr_one h3 {
        font-size: 1.25rem;
        text-align: center;
        color: #fff;
    }
	
   .projects_mid .pr_comm .pr_one p {
	    width:35px;
	    height:35px;
	    display:block;
	    background:#0000003d;
	    position: absolute;
		right: 0;
		bottom: 0;
		margin: 0;
		overflow: hidden;
		transition: all 0.5s;
    }	
   .projects_mid .pr_comm:hover .pr_one p {
		background: #0000006b;
    }	  
	  
	  
	  .projects_mid .pr_comm .pr_one p.more::before {
	   content:"";
	   border: solid white;
	   border-width: 0px 2px 2px 0;
	   display: inline-block;
	   padding: 3px;
	   transform: rotate(-45deg);
	   position:absolute;
	   right:45%;
	   bottom:36%;
	   transition: .9s;
    }	
	   .projects_mid .pr_comm:hover .pr_one p.more::before {
	   -webkit-animation: arrow-move 0.9s cubic-bezier(0.39, 0.58, 0.57, 1) forwards;
		animation: arrow-move 0.9s cubic-bezier(0.39, 0.58, 0.57, 1) forwards;
    }	
	
		.projects_mid .pr_comm:nth-child(1):hover .pr_one p.more::before {
	     border: solid #ff0000e6;
		 border-width: 0px 2px 2px 0;
    }	
		.projects_mid .pr_comm:nth-child(2):hover .pr_one p.more::before {
	     border: solid #69dd95e6;
		 border-width: 0px 2px 2px 0;
    }		
		.projects_mid .pr_comm:nth-child(3):hover .pr_one p.more::before {
	     border: solid #51beece6;
		 border-width: 0px 2px 2px 0;
    }	
	
		
@-webkit-keyframes arrow-move {
  0% {
	right:45%;
	opacity:1;
  }
  50% {
	right:-45%;
	opacity:0;
  }
  51% {
	right:110%;
	opacity:0;
  }
  to {
	right:45%;
	opacity:1;
  }
}
@keyframes arrow-move {
    0% {
	right:45%;
	opacity:1;
  }
  50% {
	right:-45%;
	opacity:0;
  }
  51% {
	right:110%;
	opacity:0;
  }
  to {
	right:45%;
	opacity:1;
}
}	



   .projects_mid .pr_comm .pr_one2 p.more {
	    width:38px;
	    height:38px;
	    display:block;
	    background:#0000003d;
	    position: absolute;
		right: 0;
		bottom: 0;
		margin: 0;
		overflow: hidden;
		transition: all 0.5s;
    }	
   .projects_mid .pr_comm:hover .pr_one2 p.more {
		background: #0000006b;
		width:100%;
		}	
	  .projects_mid .pr_comm .pr_one2 p.more::before {
	   content:"";
	   border: solid #ffffff66;
	   border-width: 0px 2px 2px 0;
	   display: inline-block;
	   padding: 3px;
	   transform: rotate(-45deg);
	   transition: 1.3s;
	   float:right;
	   margin:15px;
    }	
	   .projects_mid .pr_comm:hover .pr_one2 p.more::before {
	    margin-right: -20px;
    }	
	
/*    .projects_mid .pr_comm:hover p.more {
        transform: rotate(180deg);
    }
    .projects_mid .pr_comm p.more {
        position: absolute;
        right: 0;
        bottom: 0;
        background: url(../images/all/arrow.svg)no-repeat;
        width: 38px;
        height: 38px;
        margin-bottom: 0;
        transition: all 0.5s;
    }*/
	
	
	
	
	
	
	
	    .projects_mid .pr_comm .pr_one2 p.more {
    }
        .projects_mid .pr_comm.pr_blue .pr_one2,
        .projects_mid .pr_comm.pr_blue .pr_one {
            background-color: #2f98e1;
        }
        .projects_mid .pr_comm.pr_green .pr_one2,
        .projects_mid .pr_comm.pr_green .pr_one {
            background-color: #29a292;
        }
    .projects_mid .pr_comm.aos-animate   .pr_one {
        top: 0;
    }
    .projects_mid .pr_comm .pr_one {
        background-color: #cb0413;
        display: block;
        margin-bottom: 20px;
	    padding: 21px 0 15px 0;
        position: relative;
        top: 120px;
        transition: all 1.5s;
    
    }
    .projects_mid .pr_comm .pr_one2  .pic{
        position:relative;
		overflow: hidden;
    }
    .projects_mid .pr_comm .pr_one2 .bk_x {
        position: absolute;
	    left: 22px;
        bottom: 12px;
        z-index: 1;
		overflow:hidden;
		transition: all 0.7s;
    }

     .projects_mid .pr_comm .pr_one2 .bk_x p {
		background-color: #000000d6;
		color: #fff;
		display: table;
		padding: 1px 10px;
		margin-bottom: 10px;
		transition: all 1s;

    }
	
	.projects_mid .pr_comm:hover .pr_one2 .bk_x p{
		text-indent:-200px;
		padding:1px 0px;
	    transition-delay: 0.38s;
    }
    .projects_mid .pr_comm:hover .pr_one2 .bk_x p:nth-child(2) {
	   transition-delay: 0.5s;
    }	
	.projects_mid .pr_comm:hover .pr_one2 .bk_x {
	    left: 0px;
    }
    .projects_mid .pr_comm .pr_one2 .pic img {
        width: 100%;
		transition: all 1.5s;
		opacity:0.9;
    }
    .projects_mid .pr_comm:hover .pic img {
		transform: scale(1.1);
		opacity:1;
    }
    .projects_mid .pr_comm .pr_one2 {
        background-color: #cb0413;
        display: block;
        position: relative;
        transition: all 0.5s;
    }
        .projects_mid .pr_comm:hover .pr_one2{
            background-color: #000000db;
			transition-delay: 0.2s;

        }
        .projects_mid .pr_comm .pr_one2 .ti_er {
            padding: 7px 0 6px;
            margin-bottom: 0;
            text-align: center;
            color: #ffffff99;
            font-weight: bold;
            font-size: 12px;
            letter-spacing: 3px;
			transition: 0.9s;
        }
        .projects_mid .pr_comm:hover .pr_one2 .ti_er {
            letter-spacing: 6px;
        }
		
		
.projects_mid .h3:before,
.news-sec .h3:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #000000;
    width: 25px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.h3 {
    font-family: "Bodoni MT";
    color: #000;
    font-size: 35px;
    position: relative;
	padding-top:30px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    font-weight: 400;
    font-style: italic;
}
.home_worl .wo_left:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #47464b;
    width: 1px;
    height: 152px;
    left: 0;
    top: 45px;
}
.home_worl .wo_right,
.home_worl .wo_left {
    padding-top: 7%;
}

.home_worl .wo_left {
    width: 25%;
    position: relative;
    padding-right: 5%;
}
.home_worl:hover .wo_right .pic  img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity:0.7;
}
.home_worl .wo_right .pic {
    position: relative;
    overflow: hidden;
}
.home_worl .wo_right {
    width: 75%;
    position: relative;
}
.home_worl h3 span {
    display: block;
}
.home_worl p {
    font-size: 0.875rem;
    color: #000000;
    opacity: 0;
    transition: all 11s;
}
    .home_worl p.aos-animate {
        opacity:1;
    }
    .home_worl p.cane {
        opacity: 1;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 0.75rem;
        color: #8f8f8f;
    }
.home_worl h3 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    margin: 0px auto 20px;
    font-size: 2rem;
    color: #000;
    margin-bottom: 100px;
    letter-spacing: 4px;
}
.home_worl {
    display: block;
    margin: 5% 0 12%;
}

.home_space a {
    display: block;
    position: relative;
}
    .home_space a:hover h3 {
     transform: scale(0);     
     opacity:0;
    }
    .home_space a:hover h3 span {
	 letter-spacing:0;
    }
    .home_space .tit h3 span {
        display: block;
        font-size: 1rem;
		letter-spacing:0;
    }
.home_space .tit h3 {
    font-size: 2.625rem;
    color: #fff;
    transition: all 0.9s;
    transform: scale(1);
}
.home_space .tit h3 span {
    display: block;
}
.home_space .tit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 20;
}
.home_space a:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.04)!important;
}
.home_space a:hover .pic:before {
    opacity:0;
}

.home_space .pic:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #00000063;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 1s;
    z-index: 10;
}
.home_space .pic {
    position: relative;
    overflow: hidden;
  
}
.home_space .d-flex {
    justify-content: center;
}
.home_worl .wo_right .pic img,
.home_space a .pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 3s;
    opacity: 0.2;
}
.home_worl .wo_right .pic.aos-animate   img,
.home_space a.aos-animate .pic img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.home_space {
    position: relative;
}
.director_c .tit p span {
    display: block;
}
.director_c .tit p {
    font-size: 0.875rem;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 22px;
    color:#000;
}
.director_c .tit h4 span:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/round.svg)no-repeat;
    left: -23px;
    top: -19px;
    width: 66px;
    height: 67px;
}
.director_c .tit h4 span {
    position: absolute;
    left: 23px;
    top: -12px;
    font-family: 'Gentium Book Plus', serif;
    font-size: 1.4375rem;
    font-weight: 100;
	padding-left:5px;
}
.director_c .tit h4 {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-left: 78px;
    margin-bottom: 15px;
}
.director_c .tit:hover p.tx_t {
    color: #666;
}
.director_c .tit p.tx_t {
    position: absolute;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    left: 0;
    top: 56px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    line-height: 32px;
}


.director_c .tit {
    position: relative;
    padding-left: 2%;
}
.director_c {
    position: relative;
    padding: 5% 0 3%;
}
.new_flower {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 10;
}
    .new_flower.new_flower2  img{
        margin:0;
    }
    .new_flower.new_flower2 {
       	display:none;
	    position: absolute;
        left: 0;
        top: 23%;
        z-index: 30;
        pointer-events: none;
    }
    .new_flower.new_flower3 { 
		display:none;
        position: absolute;
        right: -35px;
        top: -50%;
        z-index: 100;
    
    }
.breadcrumb:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #bfbfbf;
    left: -999px;
    right: -999px;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.breadcrumb li,
.breadcrumb li a {
    color: #ffffff69;
	position: relative;
}

.breadcrumb li a:hover {
    color: #fff;
}

    .breadcrumb li a   .txt-en{
        display:none;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        color: #ffffff5c;
    }
    .breadcrumb li:last-child a{
        color: #fff;
    }	
	
	.breadcrumb .breadcrumb-item:first-child::before {
		/*content: "";
		background: url(../images/all/home_icon.svg);
		width: 48px;
		height: 48px;
		position: absolute;
		top: -16px;
		left: -35px;
		transition: 0.5;
		transform: scale(0.3);
		opacity: .4;*/
}		  
	
	
	
.breadcrumb {
    position: relative;
    background: unset;
    font-size: 14px;
    margin: 0 auto;
    padding-left: 0;
}


.header .navbar .btn.btn-primary {
    background: #000000;
    border-color: unset;
    font-size: 13px;
    padding: 4px 27px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    color: #fff;
	margin-left:15px;
}


.btn.btn-primary:hover {
    color: #fff;
}

.header .btn.btn-primary::before{
	content: "";
    width: 140%;
    height: 100%;
    display: block;
    background-color: #a3d9e77a;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease-out;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
	transform: translateX(100%);
	}
.btn.btn-primary:hover::before{
	transform: translateX(-25%);
	}



/* faq */
.accordion-list .accordion-list-header .btn-link:hover {
    color: #838383;
}
.accordion-list .accordion-list-cont {
    background: #fff;
	border: solid 1px #f3f3f3;

}
.accordion-list .st.st-a{
    color: #92e2ff;
    background: #3d3d3d;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    text-align: center;
	margin:5px;
}
.accordion-list .st {
    left: 12px;
    top: 12px;
    font-size: 20px;
    color: #000000;
}
.accordion-list .st-q {
	display:none;
}



.accordion-list .accordion-list-header {
    border: none;
    border-bottom: 1px solid #f3f3f3;
	position:relative;
}
    .accordion-list .accordion-list-header .btn-link {
        padding:10px 0 10px 25px;
        color: #0a0a0a;
        border: none;
        border-radius: 0;
        font-weight: bold;
		font-size:16px;
    }
    .accordion-list .accordion-list-header .btn-link::before {
		content:"Q.";
		font-size:17px;
		color:#000;
		position:absolute;
		left:0;
		right:0;
    }	
.accordion-list .accordion-list-cont .accordion-list-det {
    background-color: #f4f4f4;
    font-size: 15px;
    padding: 50px 40px 40px;
    line-height: 1.8rem;
}

/*.faq  .btn.btn-primary {
    background: #0b0b0b;
    border-color: #000000;
	font-size:14px;
}
.faq  .btn.btn-primary:hover {
	color: #aedcec;
}*/
/* SID1 */
.side .collapse.navbar-collapse {
    margin-top: 0;
}
.side .filter-content > ul {
    line-height: 29px;
    padding:2px  6px;

}
.side .filter-content ul li {
    position: relative;
    padding-left: 15px;

}
.side .filter-content > ul li a::before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #262626;
    left: 0;
    top: 13px;
    width: 7px;
    height: 2px;
	transition: .2s;

}
.side .filter-content > ul li a:hover::before {
    width: 0px;
}

.side .filter-content > ul li a {

}
.side .filter-content > ul li a:hover {
   margin-left: -5px;
}


    .side .filter-content, .side .filter-sidebar.multiple-collapse .collapse-content {
        border: none;
    }
.side .filter-title .collapsed-btn:hover,
.side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    color: #b9c89d;
}
.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn {
    padding: 0;
    background: unset;
    border: none;
    color: #000;
    font-size: 18px;
}
.side .h3 .txt-en {
    text-align: left;
    font-family: 'Cormorant Infant', serif;
    font-size: 2.1875rem;
    color: #000;
    margin-bottom: 0;
}
.side .h3 {
    border-bottom: 1px solid #5c5c5c;
    color: #040404;
    padding-bottom: 6px;
    margin-bottom: 20px;

}
    .side .h3 .txt-tw {
        display: block;
        padding: 0px;
        border: oldlace;
        text-align: left;
        font-size: 14px;
        color: #2e2e2e;
        font-weight: 500;
    }
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background: #cbbe92;
    border-color: #cbbe92;
}


a:hover {
    color: #b8b8b8;
}
.news.show a.tag:hover{
    background-color:#000;
    color:#fff;

}
/* 聯絡我們 */
.contact .btn {
    padding: 12px 0;
}
.contact .radio-inline label {
    margin: 0 12px 0 5px;
	font-size:14px;
}
.contact .btn.btn-secondary {
    background-color: #b8b8b8;
}
    .contact .btn.btn-secondary:hover {
        background: #cecece;
      
    }
.list-creative .list-terms:before {
    width: 3px;
    background: #515151;
   
}
.list-creative > li:nth-child(2n) .list-terms:before {
    background: #cecece;
}
.contact h3 .txt-tw {
    color: #818181;
    font-size: 1rem;
    padding-bottom: 10px;
    font-weight: 500;
}
.contact h3 .txt-en {
    font-size: 1.5rem;
    color: #000;
    font-style: italic;
    display: table;
    margin: 0 auto 0;
    padding-bottom: 0;
    position: relative;
    font-family: "Bodoni MT";
}
body.contact .txt-en {
   margin: 0 auto -6px auto;
}

p.form-control-static{
	font-size:15px;
	}

.contact h3 {
    position: relative;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 60px!important;
}
.contact h3:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #000;
    width: 25px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    background-color: #b9c89d;
    border-color: #b9c89d;
}
.btn-info:hover {
    background-color: #b9c89d;
    border-color: #b9c89d;
}
/* 產品 */
.badge {
    padding: 8px 11px;

}
.anchor-title.scroll-to-fixed-fixed {
    background: #393939;
}
    .anchor-title.scroll-to-fixed-fixed   a {
        color: #fff;
		background: inherit;
    }
.btn.btn-dark:hover,
.btn.btn-light:hover {
    background-color:#b9c89d;
}
.btn.btn-dark {
    background: #b8b8b8;
}
.btn.btn-light{
    background: #1c1c1c;
}
.btn.btn-light, .btn.btn-dark {
    padding: 8px 25px 8px;

}

.anchor-title a:hover
{
    color: #fff;
}
.product-info-area .item.price .cont {
    color: #303030;
}
.product-info-area .item.price .cont .pro-price{
    color: #000;
}
.anchor-title ul li a {
    color: #cfcfcf;
    background-color: #000;
    border-radius: 0%;
    font-size: 14px;
    padding: 5px 30px;
}
.h5 .sub-txt {
    color: #9f9f9f;
	font-size:.8rem;
}

    .h5 {
    color: #000000;
}
.gallery-list.cover.hov-cart .btn-box .btn {
    background: #b9c89d;
}

.product  .gallery-list.border-solid .item .item-detail {
    border: none;
}
.product .gallery-list .item .title {
    text-align: left;
    margin-bottom: 0;
    margin-top: 3px;
}
.product .gallery-list .item .info .title {
    padding:10px 0 0;
}
.product .gallery-list .item .info {
	padding:0;
}
body.product .mb-3{
	margin-top:0!important;
	}
body.product .h5{
	margin-bottom:10px;
	}	
.product .info   .justify-content-center {
    justify-content: unset !important;
    text-align: left;
}
.product .gallery-list p.price {
    margin-top: 0;
    font-size: 0.875rem;
    color:#000;
}
.price-box p.price:nth-child(2){
	margin-left:10px;
	font-size:15px;
	}

.product .price-box p:first-child {
    color:#a2a2a2;
}
.gallery-list p.desc {
    font-size: 11px;
    color: #afafaf;
	text-align: left;
}
body.product .price-box{
	display: flex;
	}
body.product .me-2 {
    margin-right: 0!important;
}
body.product .mt-md-3{
    margin-top: 0!important;
}


/* 最新消息 */

/*.show .page-item a.page-link:hover {
    background-color: #2a2a2a;
    color: #fff;
}
.show .page-item a.page-link {
    background-color: #fff;
    border: 1px solid #000;
    display: table;
    margin: 0 auto;
    padding: 12px 90px;
    font-size: 0.75rem;
    color: #000;
    letter-spacing: 1px;
    position: relative;
}*/



.show .page-item {
    position: relative;
	overflow:hidden;
	margin-bottom: 40px;
}

.show .page-item a.page-link {
    margin: 0 auto;
    padding: 10px 70px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000000;
    background-color: transparent;
    border: 1px solid #000;
    position: relative;
}

.show .page-item::before{
    content: "";
    width: 140%;
    height: 100%;
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease-out;
	 clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
	 transform: translateX(100%);
}
/*.show .page-item::before{
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease-out;
}*/
.show .page-item:hover::before{
    transform: translateX(-25%);
}
.show .page-item a.page-link:hover {
    color: #fff;
}


/*.show .page-item a.page-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff0;
    transition: -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
    transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
    transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99), -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
    transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99), -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 140%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 140%, 0% 100%);
}
.show .page-item a.page-link:hover::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	    background: #00000008;

}*/



.h1 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 40px;
	font-size:22px;
}
body.news .container .h1 {
    margin-bottom: 20px;
}

.small-title {
    color: #a4a4a4;
    font-size: 11px;
    letter-spacing: 2px;
}
.tag {
	margin:0 ;
	padding:1px 15px;
	color: #1e1d1d;
    border: 1px solid #000;
    background: inherit;
	position: absolute;
    bottom: 25px;
    left: 25px;
}
body.news .kind-tag-area .tag {
	position: inherit;
}
body.home .pr_cd .article-grid .slick-track .tag {
	display:none;
}

.article-grid.ar-img .item .info .desc, .article-grid.ar-img .item .info .title, .article-grid.ar-img .item .info .title a {
    font-weight: bold;
}
	
.item .pic{
	position:relative;
	}	
	
.item:hover .pic img {
    transform: scale(1.1);
    opacity:0.9;
}	
.item .pic img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 140%;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #fff;
    opacity: 0.2;
    transform: translateX(100%);
    transition: all ease 0.5s;
}	
.item:hover .pic img:after {
	  transform: translateX(0);
}



.article-grid .item .info {
    border: none;
	padding: 15px 0px;
}



    .article-grid .item .info .kind a {
        font-size: 11px;
		padding: 2px 15px;
		background: unset;
		color: #323232;
		border: 1px solid #303030;
		margin-bottom: 10px;
		overflow:hidden;
    }
	
	.item:hover .info .kind a{
	    background-color:#000;
		color: #fff;
		transition:all 0.6s;
	}
	
	
/*	.article-grid .item .info .kind a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(to right, #ffffff40 0%, #ffffff1a 100%);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
	.article-grid .item:hover .info .kind a::before {
    transform: translateX(-100%);
	transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    }*/
	
	
	
.page-link {
    color: #404040;
    border-color: #ffffff;
}
.btn-info {
    background-color: #dadada;
    font-size: 14px;
}
.page-link:hover,
.page-item.active .page-link {
    background: #2a2a2a;
    color: #fff;
    border: 1px solid #2a2a2a;
    border-color: unset;
}

.contact  .btn   {
    background: #000;
    border-color: unset;
    font-size: 14px;
    padding: 10px 27px;
    border-radius:0;
	position: relative;
	overflow: hidden;
	color:#fff;
}

.btn.btn-primary::before {
   /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #0000002e;
    transition: -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
    transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
    transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99), -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
    transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99), -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 140%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 140%, 0% 100%);*/
}
.btn.btn-primary:hover::before {
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);*/
}
 .dropdown-toggle::after    {
        display: none;
    }

    .pic .ratio-4x3 {
        --bs-aspect-ratio: 65%;
        position: relative;
        overflow: hidden;
    }
	  body.news .pic .ratio-4x3 {
      border-radius: 10px;
    }


/* faq */
.wid-search  .btn.btn-primary:hover {
   background: #383838;
    color: #b0d9e4;
}
.wid-search   .btn.btn-primary {
    background: #151515;
    border-color: #0b0b0b;
}
/* 首頁區塊 */
.related_mid h3 {
    text-align: center;
    font-size: 1.875rem;
    color: #fff;
	position:absolute;
	left:50%;
	top:35%;
	transform: translate(-50%, -50%);
}
.related_mid .d-flex a:hover {

    transition: all 0.5s;
    color: #000;
}
.related_mid .d-flex .rel_1 {
    width: 20%;
}
.related_mid .d-flex a {
    background-color: #000;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 10px;
    margin: 0 10px;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
    .related_mid .d-flex a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ebebeb;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .related_mid .d-flex a:focus:before,
    .related_mid .d-flex a:active:before,
    .related_mid .d-flex a:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

        .related_mid .d-flex {
            justify-content: center;
			margin-top:80px;
        }
.related_mid {
    background: url(../images/all/related_bg.jpg)no-repeat ;
    position: relative;
    padding: 130px 0;
    background-attachment: fixed;
    margin:0 30px 80px;
}

.related_mid::before {
	content: "";
    background-color: #0000004a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}




.home .main {
    display: none;
}
img {
    transition: all 0.5s;

}
.gallery-list .item  .pic{
    overflow:hidden;

}
.gallery-list .item:hover .pic img {
    opacity: 0.8;
    transform: scale(1.1);
}


.article-grid.info-absolute .item a {
    /*font-size: 0.875rem;*/
    color: #272727;
    font-size: 14px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	/*white-space: nowrap;
    white-space: normal;*/
}



.multiple-slick.slick {
    padding: 0;
}
.article-grid.info-absolute .item:hover {
    background-color: #ebebeb;
}
.article-grid.info-absolute .item {
    padding: 0;
    margin-bottom: 0;
    transition: all 0.5s;
}

.article-grid.info-absolute .item .info .tt_2 {
    order: 3;
}
.article-grid.info-absolute .item .info .tt_1 {
    order: 1;
}
.article-grid.info-absolute .item .info .tt_1 a {
	 -webkit-line-clamp: 1;
	 font-weight:bold;
	 font-size:15px;
	 color:#000;
}

    .article-grid.info-absolute .item .info .date {
        color: #6a6a6a;
        font-size: 0.75rem;
        padding: 5px 0 15px;
        order: 2;
        width: 100%;
    }

    .article-grid.info-absolute .item .info {
        text-align: left;
        padding: 30px  25px 55px;
        display: flex;
        flex-wrap: wrap;
    }
/*	.article-grid.info-absolute .item .outside {
        min-height: 197px;
        border-right: 1px solid #e6e6e6;
    }*/
	
		body.home section#sec_010 .slick-active > div{
        min-height: 197px;
        border-right: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6a8;
    }
	
	
	

.article-grid.info-absolute .item:hover .pic img {
    opacity: 0.7;
}

.news-sec {
    position: relative;

}
    .news-sec .new_flower {
		display:none;
        position: absolute;
        right: 0;
        top: -50px;
    }
    .news-sec .new_flower2 {
        position: absolute;
        left: 0;
        bottom: -290px;
        top: unset;
    }
.btn.more {
    background-color: #fff;
    border: 1px solid #000;
    display: table;
    margin: 0 auto;
    padding: 12px 90px;
    font-size: 0.75rem;
    color: #000;
    letter-spacing: 1px;
}
.btn.cover:before {
    background-color: #a8b590;
}
.btn.cover.bottom:before {
    top: 0;
    bottom: 0;

}

.home_about {
    position: relative;
    z-index: 10;
}

body.home   .se_abt .h3:before {
    display: none;
}



.se_abt .btn.more {
    background-color: #fff0;
    border: 1px solid #fff;
    color: #fff;
}

body.home   .se_prod .h3 {
    margin: 0 auto 40px;
}
.se_prod {
    margin: 40px 0 0;
    padding-bottom: 100px;
    position: relative;
}


    .se_prod .gallery-list p.price label {
        color: #585d4e;
    }
    .se_prod .gallery-list p.price {
        color: #000;
        font-size: 0.875rem;
        text-align: left;
        margin-top: 0;
    }
    .se_prod .gallery-list .item .title {
        text-align: left;
        margin-bottom: 0;
        margin-top: 3px;
    }

    .se_prod .new_flower3 {
        position: absolute;
        right: 0;
        top: -108px;
    }





/* footer */
.footer .foo-sit{
    padding-top:20px;
}
.footer .footer-logo a {
    background: url(../images/all/logo_b.png) no-repeat;
    background-size: contain;
    width: 230px;
    height: 42px;
	position:relative;
}

.footer .footer-logo img {
    display: none;
}
.footer .powered {
    text-align: right;
}

.footer .new_flower4 {
	display:none;
    position: absolute;
    left: 0;
    top: -40px;
}
.footer .footer_right {
    width: 70%;
    z-index: 100;
}
.footer .footer_left {
    width: 30%;
    z-index: 100;
}
    .footer .footer_left ul li,
    .footer .footer_left ul li a {
        color: #fff;
    }
    
        .footer .footer_left ul li a:hover {
            color: #c6ffee;
        }
    .footer .footer_left .social-box ul li a:hover {
        background-color: #fff;
    }
    .footer .footer_left .social-box ul li a {
        color: #fff;
        background-color: #d8d9d8;
        border-radius: 50%;
        width: 39px;
        height: 39px;
        display: block;
        text-align: center;
   }
       .footer .footer_left .social-box ul li{
		position: relative;
		overflow: hidden;
   }
       .footer .footer_left .social-box ul li a::before  {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background: #0000002e;
		transition: -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
		transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
		transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99), -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
		transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99), -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 140%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 140%, 0% 100%);
   }
        .footer .footer_left .social-box ul li:hover a::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
   }    
       .footer .footer_left .social-box ul li:hover img{
       -webkit-filter: sepia(1);
   }    
	
	.footer .footer_left ul {
        line-height: 32px;
		font-size:14px;
    }
    .footer .footer_left label {
        color: #848484;
        font-family: "Myriad Pro";
        padding-right: 5px;
		width: 35px;
    }

    .footer {
        position: relative;
    }
.footer .fot_sitemp .d-flex {
    justify-content:center;
}
.footer .copyrights {
    text-align: right;
 
}

.footer .tep1 {
    width: 20%;
}
    .footer .tep1:last-child {
        width: 10%;
    }
.footer .footer_content.fc_seperate_bottom {
    padding: 47px 0 0;
}
.footer a:hover{
    color:#a8b590;
}
.footer h4,
.footer a.ti_p {
    color: #fff;
    font-size: 0.875rem;
    display: table;
	position:relative;
}
    .footer a.ti_p{
        padding:5px 0;
    }
        .footer .fot_sitemp ul li a:hover {
            color: #c6ffee;
        }


        .footer a.ti_p::before {
            position: absolute;
            right: 0;
            bottom: 8px;
            left: auto;
            width: 0;
            height: 1px;
            content: "";
            background-color: #c6ffee;
            transition: width .4s cubic-bezier(0.65, 0, 0.35, 1);
        }
.footer a.ti_p:hover::before {
	right: auto;
    left: 0;
    width: 100%;
   
}
        .footer a.ti_p:hover{
            color:#c6ffee;
        }


        .footer .fot_sitemp ul li a {
            position: relative;
            font-size: 0.8125rem;
            color: #9f9d9d;
            padding: 4px 0 0px 12px;
            transition: all 0.9s ease;
        }
        .footer .fot_sitemp ul li a:before {
            content: " ";
            display: block;
            position: absolute;
            background-color: #9f9d9d;
            left: 0;
            top: 16px;
            width: 7px;
            height: 1px;
        }


.footer .footer_content.fc_seperate_bottom .footer-bottom {
    background: #fff;
    margin-top: 80px;
}

        .footer .footer_content {
            background: #2c2f30;
        }
		
.bsnav-mobile.full.in .navbar .navbar-brand{
   margin-bottom: 20px;
}


.article-grid.info-absolute .item .pic img {
    transform: scale(1);
    transition: all 0.8s ease;
}
.article-grid.info-absolute .item:hover .pic img {
    transform: scale(1.1);
}
.proj_wi > .editor {
    margin-top: -12px;
}

.flex-column {
	margin-bottom:10px;
}


.ezshare-box a {
    font-size: 1.1rem;
    width: 35px;
    height: 35px;
    line-height: 2;
    border-radius: 50%;
	color:#fff;
}
.ezshare-box a:hover svg {
   -webkit-animation: move-up-alternate 0.6s ease forwards;
    animation: move-up-alternate 0.6s ease forwards;
}

@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
	opacity:1;
  }
  50% {
    transform: translateY(80%);
	opacity:0;
  }
  51% {
    transform: translateY(-80%);
	opacity:0;
  }
  to {
    transform: translateY(0);
	opacity:1;
  }
}
@keyframes move-up-alternate {
   0% {
    transform: translateY(0);
	opacity:1;
  }
  50% {
    transform: translateY(80%);
	opacity:0;
  }
  51% {
    transform: translateY(-80%);
	opacity:0;
  }
  to {
    transform: translateY(0);
	opacity:1;
  }
}



body:not(.home) .banner-pic picture{
	/* display:none; */
	}
body:not(.home) .banner-bg{
	/* background:url(../images/all/sbanner.jpg);
	background-position:bottom;
	background-size: cover;
	height:300px; */
	}
body:not(.home) .banner-bg::before{
	background: -webkit-linear-gradient(left,00000029,#1a446966);
    background: -o-linear-gradient(right,00000029,#1a446966);
    background: -moz-linear-gradient(right,#00000029,#1a446966);
    background: linear-gradient(to right,#00000029,#1a446966)
	}	
body:not(.home) .banner .banner-txt {
	width:auto;
	top:58%;
}
body:not(.home) .banner .banner-info div{
	font-size:22px;
	letter-spacing: 5px;
	text-shadow: 2px 0px 5px #bbbbbbab;
}
body:not(.home) .banner .banner-info div + div {
	font-size:12px;
	letter-spacing: .1rem;
	color: #ffffff52;
	text-shadow:none;

}

.banner .banner-pic::before {
	content: "";
    background-color: #00000030;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.article-grid.ar-img .item .info .desc, .article-grid.ar-img .item .info .title, .article-grid.ar-img .item .info .desc a, .article-grid.ar-img .item .info .title a {
    white-space: normal;
}
.article-grid .item .info .title, .article-grid .item .info .title a {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.article-grid .item .info .desc, .article-grid .item .info .desc a {
    font-size: 14px;
    color: #6f6f6f;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ezshare-box ul li a:before {
    transition: all 0.5s ease;
}


.ezshare-box .line a,
.ezshare-box .facebook a,
.ezshare-box .twitter a,
.ezshare-box .mail a,
.ezshare-box .linkedin a
 {
    background: #7f7f7f;
} 


.ezshare-box ul li.facebook a:before {
    background-color: #3d62ae;
}
.ezshare-box ul li.line a:before {
    background-color: #2eb02e;
}
.ezshare-box ul li.twitter a:before {
    background-color: #24a5d6;
}
.ezshare-box ul li.mail a:before {
    background-color: #c02b1d;
}
.ezshare-box ul li.linkedin a:before {
    background-color: #0977b2;
}



.container {
    position: relative;
}
.breadcrumb {
    position: absolute;
    font-size: 12px;
	background: unset;
    bottom: 0;
	right:10px;
    z-index: 1;
}

.breadcrumb:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #0000007d;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    z-index: -1;
	pointer-events: none;
}


.mb-5 {
    margin-bottom: 1.5rem !important;
}
.related_mid .container{
	position:initial;
	}
	
.article-grid .item .info .date {
    font-size: 11px;
    color: #adadad;
    letter-spacing: 2px;
}	
	
.page-item {
    margin: 10px;
}
	

.page-link {
    padding: 0.3rem 0.75rem;
}

.mainSection .container .row{
	   --bs-gutter-x: 4rem;
       --bs-gutter-y: 1rem;
		}
body.news .mainSection .container .row {
    --bs-gutter-y: 0rem;
		}
body.product .section .row	{
	   --bs-gutter-x: 4rem;
       --bs-gutter-y: 1rem;
	   }
	   
	   
.side .form-area .form-group a.btn{
	margin-left:0px;
	font-size:14px;
	}	 
body.product .wid-cont .navbar-collapse .navbar-nav{
	padding-left:0px;
	}	
	
	   
body.product .page-content .main .container .row{
	--bs-gutter-x: 2.5rem;
	}
body.faq .page-content .main .container .row{
	--bs-gutter-x: 3.5rem;
	margin-top:30px;
	}

.side .navbar-nav .dropdown-menu li.nav-item:last-child a {
    border-bottom: none;
}

.side .navbar-nav .dropdown-menu li a, .side .nav-item:not(.nav-title).dropdown > .navbar-nav .nav-item:not(.nav-title) .nav-link {
    font-size: 13px;
	background:#707c87;
	color:#fff;
	padding: 10px 20px;
}	
.side .navbar-nav .dropdown-menu li a, .side .nav-item:not(.nav-title).dropdown > .navbar-nav .nav-item:not(.nav-title) .nav-link:hover {
	color:#def0fb;
}		
.side .navbar-nav .dropdown-menu li.nav-title > ul {
   border: none;
}	
.side .nav-item.dropdown>.navbar-nav .navbar-nav {
    background: #000;
	padding:0;
}	
.side .navbar-nav .dropdown-menu li.nav-title {
     margin-bottom: 0px;
}	

.side .navbar-nav .dropdown-menu li.nav-title a {
    font-size:13px;
    background: #efefef;
    color: #666;
	border-bottom: 1px solid #ffffff38;
	line-height:1.8;
	white-space:break-spaces;
}

body.product .product-info-area .title-box .tag-area{
	margin-top:-20px;
	}
.product-info-area .item .label {
    margin-right: 30px;
    flex: 0 0 60px;
    font-size: 15px;
}	
.section .anchor-title {
     border-top:none;
}

.gallery-list.cover.hov-cart .item .pic .cover {
	background: rgb(0 0 0 / 0%);
}
body.faq .mb-3{
	margin-top: 2rem !important;
	}
.product-info-area, .product-info-area .item.desc .cont {
    font-size: 15px;
	line-height:1.7;
}	
body.product .editor {
    font-size: 15px;
}
body.product .pt-md-5 {
    padding-top: 4rem !important;
}
.slick .slider .thumbnail{
	/*padding:50px;*/
	}
.slick .slider .thumbnail img{
	}	
	
/*.banner .banner-pic::after {
    content: "關於我們";
    font-size: 20px;
	font-weight:500;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    letter-spacing: 15px;
    text-shadow: 0px 0px 10px #ffffff8a;
}	*/

.form-control,
.form-select{
    font-size: 14px;
}
.product-pic .slider-nav {
    padding: 30px 0px;
}
.slider .slick-list .slick-track {
    margin: 0 auto;
}

.product-pic .slider .slick-list .slick-track a{
	}
	
.slider-nav .thumbnail:focus, .slider-nav .thumbnail.slick-current.slick-active img::before {
	content:"";
    border: 3px solid #4e686f;
	
	
}	
.slider-nav .thumbnail:focus, .slider-nav .thumbnail.slick-current.slick-active {
   opacity: 1;
}
	
.page-content section.pt-3{
	padding-top: 3rem !important;
	}
		
.page_wrapper .page-content .container .kind-info{
	display:none;
	}

.form-control:focus, .form-select:focus {
    border: solid 1px #000000;
}
.page-link:focus {
    color: #010101;
    background-color: #e9ecef;
    box-shadow: 0 0 0 0.25rem rgb(120 129 141 / 25%);
}
.article-grid .item {
    cursor: pointer;
}
.list-creative a {
    font-size: 15px;
}
.list-creative .list-comma > li {
    font-size: 15px;
}
.bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-link {
    padding: 20px 10px;
    border-bottom: 1px solid #ffffff14;
}
.bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
}
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav {
    background: rgb(56 56 56 / 80%);
}
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav .navbar-nav {
    background: rgb(169 169 169 / 50%);
}
.section{
	position:relative;
	}
	
body.news .mainSection .container .row .item .d-flex .w-25{
	width: 35% !important;
	}
body.news .mainSection .container .row .item .d-flex .w-75{
	width: 65% !important;
	}	