﻿@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');



@charset "utf-8";
:root {
   
}
body,.contentbuilder-box body, 
.contentbuilder-box table.body, 
.contentbuilder-box h1, 
.contentbuilder-box h2, 
.contentbuilder-box h3, 
.contentbuilder-box h4, 
.contentbuilder-box h5,
.contentbuilder-box h6,
.contentbuilder-box p,
.contentbuilder-box td,
.contentbuilder-box th,
.contentbuilder-box a {
    /*font-family: 'Noto Serif TC', serif;*/
}
::selection {
  background-color: #000;
  color: #fff; /* 可选：将选中的文本颜色设为白色 */
}
.header .navbar {
    padding: 0 10px;
}
body:not(.home) .header .navbar {
    padding: 0 10px 0 30px;
    background-color: var(--main-color);
    backdrop-filter: blur(3px);
    box-shadow: 0px 5px 6px rgb(0 0 0 / 20%);
    border: none;
}
body::-webkit-scrollbar {
    width: 0.5em
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1)
}

body::-webkit-scrollbar-thumb {
    background-color: #1f1f1f
}

/* navbar */
.navbar .navbar-brand img {
    height: auto;
    width: auto;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
   transform: scaleY(0);
   transition: .4s;

}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #fff;
	animation: initial;
	transform: scaleY(1);
}
.header  .nav-brand-wrapper {
    position: relative;
    z-index: 10;
}
.header .nav-item.dropdown > .navbar-nav {
    width: 180px;
    margin-left: 13.5%;
}
.nav-item.dropdown > .navbar-nav {
    background: #00000082;
    backdrop-filter: blur(4px);
}
.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;
}
.header .nav-item.dropdown > .navbar-nav .nav-item {
    line-height: 1.5;
    border-bottom: 1px solid #ffffff0d;
}
.header .nav-item.dropdown > .navbar-nav .nav-item:last-child {
    border-bottom: none;
}
.header .nav-item.dropdown > .navbar-nav .nav-item a {
    font-size: 0.9rem;
}
header .nav-item.dropdown > .navbar-nav .nav-item a:hover {
    padding-left: 14px;
}
.header .navbar-nav .nav-link {
   /* margin: 5px 10px 0px 10px;*/
    color: #fff !important;
    position: relative;
    letter-spacing: 0.1em;
    font-size: 18px;
}
body:not(.home)  .header .navbar-nav .nav-link {
 /*   font-size: 15px;*/
}


.nav-item.dropdown > .navbar-nav .nav-item .nav-link {
    padding:10px 5px 10px 10px;
    margin:0;
	letter-spacing:2px;
	font-size:15px;
}
.header .navbar-nav .nav-link .navbar-nav {
    padding: 55px 10px 25px; 
}


.header .navbar-nav .nav-item > .nav-link::before {
    content: "";
	position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #ffffff78;
}
body:not(.home)  .header .navbar-nav .nav-item > .nav-link::before {
    background-color: #ffffff9c;
}
.header .navbar-nav .nav-item:hover > .nav-link::before {
	animation: oneline .9s cubic-bezier(0.65, 0, 0.35, 1);
}

.navbar .small-btn-box .contactbtn {
    background: url(../images/all/airplane.png) no-repeat center left;
    background-size: 88px;
    /* padding: 26px; */
    /* text-shadow: 0 0 8px black; */
    padding: 10px 0 10px 100px;
    padding-right: 0;
    margin-left: 0;
}

.navbar .small-btn-box .contactbtn span::before {
    background: url(../images/all/airplanebf.png) no-repeat center left;
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -20px;
    background-size: contain;
    top: calc(50% - 20px / 2);
}
@keyframes oneline
{
    0%
    {
    width: 0;
	left:0;
    }
    50%
    {
     width: 100%;
	 right:0;
    }
	 100%
    {
     width: 0;
	 right:0;
    }

}









.header .navbar-nav .nav-item:hover > .nav-link {
    color: #c6ffee;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent #b6b6b6;
    right: 7px;
	background-color: transparent;
}

.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: #ffffff8a;
    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: 15px;
}

.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;*/
    border-top-color:currentColor;
}

.bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-link.trigger:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-top: -2.5px;
    border: none;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    border-top: solid 5px currentColor;
    vertical-align: middle;
    display: inline-block;
}

.nav-item.dropdown > .navbar-nav .navbar-nav {
    background: #00000082;
}
.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  li a{
    color:#000;
}
    .nav-item.dropdown.fadeup > .navbar-nav.in li a:hover {
        background-color: var(--main-color);
    }
.nav-item.dropdown.fadeup>.navbar-nav.in {
     padding-top: 0px; 
}	
.nav-item.dropdown > .navbar-nav .nav-item:hover a:before{
    color:#fff;
	width:0;

}
.header .navbar .small-btn-box,
.navbar .navbar-collapse {
    transition: all 0.5s;
    position: relative;
}
.navbar .navbar-collapse > .navbar-nav {
    position: relative;
    padding: 0;
}
/*body.home .navbar.newtop .navbar-collapse > .navbar-nav:before {
    top: -40px;
    left: -1200px;
    bottom: 0px;
	background-color: rgba(0, 0, 0, 0.6);
}
*/
 /*body.home .navbar .navbar-collapse > .navbar-nav:before {
    display: block;
    content: " ";
    position: absolute;
   background-color: #13150f9c;
    right: -999px;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}*/

.navbar .navbar-brand {
    transition: all .3s ease;
    margin-top: 20px;
}

body:not(.home) .navbar .navbar-brand {
	margin: 10px 0 0 0;
}
body:not(.home) .is_scroll .navbar .navbar-brand,
body:not(.home) .navbar.newtop .navbar-brand {

	margin: 10px 0 0 0;
}


body.is_scroll .navbar .navbar-brand,.navbar.newtop .navbar-brand {
    margin: 10px 0 0 0;
    width: 200px;
    height: 65px;
}

.header .navbar .container-fluid {
    width: 85%;
}
body:not(.home) .header .navbar .container-fluid {
    width: 95%;
}

body.home .header .navbar {
    border-bottom: none;
}


body.home.is_scroll .header .navbar {
    background: var(--main-color);
    border-color: transparent;
    backdrop-filter: blur(10px);
    box-shadow: 0px 5px 6px rgb(0 0 0 / 30%);
}
.is_scroll .header .navbar .nav-link {
	/*font-size:15px;*/
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger {
    padding-left: 10px;
    padding-right: 5px;
}
.header .navbar .wid-page_unit a {
    display: block;
    padding: 5px 20px;
    background: url(../images/all/book2-01.svg) no-repeat top 4px left 10px var(--second-color);
    color: #fff;
    border-radius: 20px;
    padding-left: 50px;
    background-size: 42px;
    font-size: 20px;
}
/*社群鈕*/
.header .navbar_btn {
    top: -25px;
    position: absolute;
    right: 20px;
	transition: .3S;
}
body:not(.home) .header .navbar_btn {
    position: initial;
}

.is_scroll .header .navbar_btn {
    top: 5px;
	position: initial;
	z-index:99;
}

.header .navbar .nav-share-btn-area {
    margin-left: 0;
}
.header .navbar .nav-share-btn-area li.b2 {
    display:none;
}

.h2 {
    border-bottom:none;
    color: #000000;
}
body:not(.home) .h2,.contact h3  {
    text-align: center;
    position: relative;
    padding: 0;
    margin-bottom: 50px;
	
    font-size: 1.625rem;
}
body:not(.home) .h2::before,.contact h3::before {
	content:"";
	width:30px;
	height:3px;
	background-color:#191919;
	position:absolute;
	top: 40px;
    left: 50%;
    margin-left: -15px;
	padding: 0;
}

.main .side .nav>li a:hover, .main .side .nav>li a:focus, .main .side .nav>li.active a {
    color: #7c7c7c;
}
.h2 .txt-en{
    display:none;
}
body  .container .ezshare-box {
    margin: -5px 0 50px 0;
	text-align: center;
}
.ezshare-box a {
    font-size: 1.1rem;
    width: 35px;
    height: 35px;
    line-height: 2.2;
    border-radius: 50%;
    color: #fff;
}
.ezshare-box .line a, .ezshare-box .facebook a, .ezshare-box .twitter a, .ezshare-box .mail a, .ezshare-box .linkedin a {
   background: #232323;
}
.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;
}
.ezshare-box ul li a:before {
    transition: all 0.5s ease;
}
.ezshare-box .list-inline-item a:hover {
    color: #fff;
}


.ezshare-box a:hover svg {
    -webkit-animation: move-up-alternate2 0.6s ease forwards;
    animation: move-up-alternate2 0.6s ease forwards;
}

@-webkit-keyframes move-up-alternate2 {
  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-alternate2 {
   0% {
    transform: translateY(0);
	opacity:1;
  }
  50% {
    transform: translateY(80%);
	opacity:0;
  }
  51% {
    transform: translateY(-80%);
	opacity:0;
  }
  to {
    transform: translateY(0);
	opacity:1;
  }
}




.gotop {
	position: absolute;
    right: -15%;
    bottom:0;
	top:10%;
}
.gotop a {
    background: none;
	height:auto;
	line-height: 0;
}


 /* 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);
      
    }
}

.banner .slick .slick-dots .slick-active button {
	background: #9c8949;
}

.banner .slick .slick-dots button {
	background: #fff;
}

.banner .slick-dots {
    bottom: 10px;
    z-index: 100;
}

.banner {
	position: relative;
}

/*.banner .bann_tit p {
	font-size: 1.4375rem;
	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.75rem;
	letter-spacing: 10px;
	font-weight: bold;
}
*/


/*body.home .banner .circle{
	
	}


body.home .banner .circle{
	position:absolute;
	right:0;
	left:0;
	margin:0 auto;
	bottom:5%;
    border: 1px solid #980703;
    width: 49px;
    height: 49px;
    border-radius: 55em;
	transition: .7s;
	z-index:2;
	text-indent:-9999px;

	}

	
body.home .banner .circle p{
   position:absolute;
	top:1px;
	left:1px;
	background-color:#980703eb;
	width:45px;
	height:45px;
	border-radius:55em;
	overflow:hidden;
	}
	
	
body.home .banner .circle p span{
    border: solid #ffffffb8;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 15px;
}
body.home .banner .circle:hover p span{
	animation: move-up-alternate 0.7s ease forwards;
	}

@keyframes move-up-alternate {
   0% {
    top: 12px;
	opacity:1;
  }
  50% {
    top: 20px;
	opacity:0;
  }
  51% {
   top: -20px;
	opacity:0;
  }
  to {
   top: 12px;
	opacity:1;
  }
}

	


body.home .banner .bann_tit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    text-align: center;
    color: #cbbe92;
    display: block;
    padding: 60px 0 130px;
    text-align: center;
    z-index: 2;
	pointer-events: none;
}
body:not(.home) .banner .bann_tit {
    position: absolute;
	top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
}


    

.banner .bann_tit .slogin02 {
    margin-top: -65px;
    margin-right: -25px;
}
.banner .bann_tit .slogin03 {
    margin-top: -115px;
    margin-left: -5px;
}
.banner .bann_tit:before {
    content: " ";
    display: none;
    position: absolute;
    background: url(../images/all/banner_top.svg)no-repeat;
    width: 386px;
    height: 206px;
    top: 0px;
    right: 0;
    left: -10px;
    margin: 0 auto;
}

.banner .bann_tit:after {
    content: " ";
    display: none;
    position: absolute;
    background: url(../images/all/banner_bottom.svg)no-repeat center bottom;
    width: 386px;
    height: 206px;
    bottom: 0;
    right: 0;
    left: -10px;
    margin: 0 auto;
    
}*/

/*----------------------- 會員專區 -----------------------*/

body.member.p01 .member-function-box .item > a {
    color: #242526;
    background-color: #ffffff00;
    padding: 32px 30px;
    box-shadow: 0px 0px 10px #0f0f0f24;
    border-radius: 15px;
	border: solid 1px #fff;
}
body.member.p01 .member-function-box .item:hover > a {
    color: #fff;
    background-color: #181818;
	letter-spacing:3px;
}

body.member.p01 .mainSection {
	margin:30px 0;
}
body.member.p01 .mainSection .member-info > div {
	text-align:center;
	position:relative;
	margin-bottom:30px;
	font-weight:bold;
}
body.member.p01 .mainSection .member-info > div::before {
	content: "";
    height: 2px;
    width: 35px;
    background: #000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}




body.member .form-horizontal{
	margin:50px 20px 0;
	}
.rwd-table a:hover {
    color: #a9abab;
}
#fbLoginBtn {
    color: #fff;
}

.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: 100%;
    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 {
    background: #191818;
    color: #fafafa;
}

.side .navbar-nav .dropdown-menu li.nav-title a:hover {
	background-color: #000;
}





.breadcrumb-section .container{
	max-width:100%;
	padding:0;
	}

.member-function-box .item > a:hover {
	background: #0071bb;
	color: #fff;
}

.rwd-table.mob-mode th {
    background: #000;
}

.rwd-table a {
    color: #000000;
}
.rwd-table.mob-mode th {
    background: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
}

/* 首頁區塊 */
.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 {
    display: block;
}

.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-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;
    left: 0;
    top: -50px;
    z-index: 10;
}
.new_flower2  img{
    margin:0;
}
.new_flower2 {
    position: absolute;
    right: 0;
    bottom: -17%;
    z-index: 30;
    pointer-events: none;
    left: auto;
}
/*.new_flower.new_flower3 {
    position: absolute;
    right: 0;
    bottom: -250px;
    top: unset;
    z-index: 100;
}*/


.breadcrumb:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #9f9f9f;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.breadcrumb li,
.breadcrumb li a {
    color: #ffffff4f;
}

.breadcrumb li a:hover {
    color: #fff;
}


.breadcrumb li a   .txt-en{
	display:none;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #ffffff52;
}
.breadcrumb {
    position: relative;
    font-size: 14px;
	justify-content: flex-end;
	padding: 10px 70px 10px 0;
	background: none !important;
	background-color: transparent !important;
}
/* body:not(.home)  .banner-wrapbox .banner-cus-circle-pager {
    bottom: -1%;
}
*/
/* faq */

body.faq.ask .btn.btn-primary {
    line-height: 0.7;
}

body.faq .row{
	margin-top:30px;
	}
body.faq .accordion-list .accordion-list-header {
    position: relative;
}	
body.faq .st-q{
	font-size:15px;
	position: absolute;
    top: 15px;
    left: 15px;
	}
body.faq .accordion-list .accordion-list-cont .accordion-list-det {
    padding: 50px 30px;
}


body.faq .accordion-list{
	margin-bottom:50px;
	}
.accordion-list .accordion-list-header .btn-link:hover {
    color: #fff;
}

.accordion-list .accordion-list-cont {
    background: #ffffff;

}
body.faq .accordion-list .st.st-a{
    color: #fafeff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 15px;
    text-align: center;
    margin: 5px;
    padding: 0 0 0 5px;
    background-image: linear-gradient(to left, #958346, rgb(162 143 44 / 80%));
}
.accordion-list .st {
    left: 12px;
    top: 12px;
	line-height: 24px;
    font-size: 20px;
    color: #ffffff;
}
.accordion-list .accordion-list-header .btn-link {
    padding: 15px 10px 15px 35px;
    color: #cacaca;
    border: none;
    background-color: #1e1d1d;
    border-radius: initial;
	font-size: 16px;
    line-height: 24px;
}
/* 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:before {
    content: " ";
    display: block;
    position: absolute;
    background-color:#b9c89d;
    left: 0;
    top: 14px;
    width: 7px;
    height: 2px;
}

.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: #f8b42d;
}
.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn {
    padding: 0;
    background: unset;
    border: none;
    color: #000;
    font-size: 16px;
}
.side .h3 .txt-en {
    text-align: left;
    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: none;
    text-align: left;
    font-size: 18px;
    color: #e3a311;
    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: #ffc107;
}


/* 聯絡我們 */
.contact  .btn{
    /*padding:12px 0;*/
}
.contact .radio-inline label {
    margin: 0 12px 0 5px;
}
.btn-secondary {
    background-color: #b8b8b8;
}
.list-creative .list-terms:before {
    width: 3px;
    background: #515151;
   
}
.list-creative > li:nth-child(2n) .list-terms:before {
    background: #cecece;
}
.contact h3 .txt-tw {
    
}
.contact h3 .txt-en {
    display: none;
}
.contact h3 {
    position: relative;
    /* line-height: 28px; */
    padding-bottom: 10px;
    /* margin-bottom: 60px !important; */
    border-bottom: 0;
}

body.contact .pt-lg-2.mt-5.mb-5.pb-4 {
    display: none;
}
.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,
.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:active:focus
 {
    background-color: #000;
    color: #fff;
	box-shadow: none;
}

/* 產品 */
body.product .multiple-slick.gallery-list{
	margin-top:0;
	padding-top:0;
	}
body.product .multiple-slick.gallery-list .item .info{
	padding: 10px 0;
	}	
body.product .section .h4.mb-5{
	margin-bottom:10px!important;
	margin-top:3rem;
	}

body.product.show .tag-area .badge{
	background-color: rgb(189 188 190)!important;
}
.badge {
    padding: 8px 11px;
}
.anchor-title.scroll-to-fixed-fixed {
    background: #393939;
}
.anchor-title.scroll-to-fixed-fixed   a {
	color: #fff;
}

.btn.btn-dark {
    background: #8e2323;
}
.btn.btn-dark:hover {
   background: #c11e1e;
}
.btn.btn-light{
    background: #1c1c1c;
}
.btn.btn-light:hover {
    background: #3e3e3e;
}
.btn.btn-light, .btn.btn-dark {
    padding: 8px 30px 8px 40px;
	font-size: 16px;
}
body.product.show .btn.btn-light i,
body.product.show .btn.btn-dark i{
	position:relative;
}

body.product.show .btn-area .fa-credit-card:before {
    position: absolute;
    top: -12px;
    left: -15px;
}
.btn.btn-dark:hover i::before{
	animation: cartmove .7s cubic-bezier(0.42, 0, 0.58, 1);
}

body.product.show .btn-area .fa-cart-arrow-down:before {
    position: absolute;
    top: -12px;
    left: -15px;
}
.btn.btn-light:hover i::before{
	animation: cartmove .7s cubic-bezier(0.42, 0, 0.58, 1);
}
@keyframes cartmove
{
    0%
    {
	top: -12px;
	opacity:1
    }
    30%
    {
	 top: -41px;	
	 opacity:0;
    }
	50%
    {
	top: 15px;
	opacity:0
    }
	 100%
    {
	top: -12px;
	opacity:1;
    }

}
body.product .mob-two-col .item .pic{
	flex: 0 0 45%;
	border-radius: 10px;
	}
body.product .display-mode a[data-mode=mode2] {
    display: none;
}
.function-bar .display-mode .btn-mode {
    background: linear-gradient(to right, #8e6c10, #e9d57a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5px;
    font-size: 1rem;
	}
.mode-switch.gallery-list[data-mode=mode4]>.item {
    flex: 0 0 33%;
	margin-bottom: 50px!important;
	}
.mode-switch.gallery-list[data-mode=mode4]>.item .item-info .pic {
    width: 100%;
    margin-right: 0px;
    flex: 0 0 210px;
}	
body.product .gallery-list p.desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.product .mb-md-4.item{
	margin-bottom: 2rem!important;
	}
body.product .row.gallery-list{
	--bs-gutter-x: 3rem;
	}	
body.product .row.gallery-list.border-solid.mode-horizontal.mob-two-col{
	--bs-gutter-x: 0rem;
	}		
body.product .row.gallery-list.border-solid.mode-horizontal.mob-two-col .item-info .info p.title{
	font-size:18px;
	margin:0;
	}		
body.product .mob-two-col .item .item-detail .item-info .pic img{
	max-width: 100%;
	}
body.product .mob-two-col .item-detail .item-info{
	align-items: center;
	}
body.product .mob-two-col .item .item-detail .item-info .info {
    margin: 0 0 0 25px!important;
}	

body.product .icon.fa-heart:hover::before{
	color: #901212;
	}
body.product .icon.fa-signal:hover::before{
	color: #901212;
	}
body.product .icon.fa-shopping-cart:hover::before{
	color: #901212;
	}		
		
body.product .hov-cart .icon.fa-heart:hover::before,
body.product .hov-cart .icon.fa-signal:hover::before,
body.product .hov-cart .icon.fa-shopping-cart:hover::before{
	color: #fff;
	}	

body.product.show .tab-title .nav-item a{
	color:#929292;
	}
body.product.show .tab-title .nav-item a.active{
	color:#000;
	background-color: #fff0;
	}
body.product.show .tab-area.tab-accordion .nav-tabs {
    border-bottom: 1px solid #fff;
	padding-bottom: 1rem!important;
}	
body.product.show .tab-area .tab-title a {
    border-radius: 0;
}
.tab-area .tab-title a {
    border-left: solid 1px #fff;
}	
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover
 {
    border-color:#fff;
}
body.product.show .tab-area {
    /* border: solid 1px #f1f1f1; */
    /* background-image: linear-gradient(to left, #dcdcdc, rgb(255 255 255 / 100%)); */
    margin-top: 50px;
}
body.product .tab-accordion-body h4 {
}

.anchor-title a:hover,
.anchor-title ul li:first-child a {
    color: #9c8949;
}
.product-info-area .item.price .cont {
    color: #9c8949;
}
.h5 .sub-txt {
    color: #c0c0c0;
}
.h5 {
    color: #000000;
}
.gallery-list.cover.hov-cart .btn-box .btn {
   background: linear-gradient(to bottom, #af9448, #7c5e00);
}
.gallery-list.cover.hov-cart .item-detail .cover .btn-box .btn:hover {
    background: linear-gradient(to bottom, #ffc82f, #694f00);
}
.product  .gallery-list .item .info {
    padding: 0;
}
.product  .gallery-list.border-solid .item .item-detail {
    border: none;
}
.product .gallery-list .item .title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 3px;
}
body.product.show .multiple-slick.gallery-list .slick-list .slick-track .item .info .title,
body.product.show .multiple-slick.gallery-list .slick-list .slick-track .item .info .desc{
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
	}

.product .info   .justify-content-center {
    /*justify-content: unset !important;
    text-align: left;*/
}
.product .gallery-list p.price {
    margin-top: 0;
    font-size: 1rem;
    color: #9c8949;
}
body.product.show .gallery-list .price-box p.price {
    font-size: 15px;
    color: #a2a2a2;
    float: left;
    margin-right: 10px;
    font-weight: 100;
}
body.product.show .gallery-list .price-box p.price:last-child {
    font-size: 17px;
    color: #901616;
    font-weight: 600;
}
body.product.show .price-box{
	display: flex;
    align-items: flex-end;
	margin-top: -5px;
	}

.product .gallery-list p.me-2 {
    color: #909090;
	display: flex;
	align-items: center;
	font-size: .9rem;
	font-weight:100;
}

.gallery-list p {
    text-align: initial;
}


/* 最新消息 最新訊息 */
	
	body.news .article-grid > div article {
		position: relative;
	}
	body.news .article-grid .desc.mt-2 {
		margin-top:.2rem!important;
	
	}
	body.news .article-grid.ar-img .item .info .title a {
    font-size: 16px;
    color: #000;
    line-height: 1.3rem;
    letter-spacing: 0.1em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
	margin: 10px 0 0 0;
	}
	body.news .article-grid.ar-img .item .info .date {
    font-size: 13px;
    color: #93873c;
    letter-spacing: 0.1em;
	padding:5px;
	position: initial;
    transform: initial;
	}
	body.news .article-grid.ar-img .item .info .desc{
		margin-top:0!important;
    
	}
	body.news .article-grid.ar-img .item .info .desc a {
    font-size: 14px;
    color: #6f6f6f;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
	}
	
	body.news .article-grid.ar-img .item .info .kind a {
		/* font-size: 13px; */
		padding: 5px;
		background: rgb(198 86 53 / 88%);
		color: #ffffff;
		border: 0;
		margin-bottom: 10px;
		position: absolute;
		top: 0px;
		left: 0;
		/* writing-mode: vertical-rl; */
		/* letter-spacing: .1rem; */
		border-top: none;
		width: auto;
	}
	body.news .article-grid .item .info .kind a {
    color: #ab914f;
	font-size: 15px;
    padding: 5px 7px 15px;
    background: #000000db;
    border: 1px solid #9c8949;
    margin-bottom: 10px;
    position: initial;
    writing-mode: initial;
	width: 100%;
	text-align:center;
	position:relative;
	}
	body.news .article-grid .item:hover .info .kind a {
    color: #fff;
	}
	body.news .article-grid.ar-img .item:hover .info .kind a {
    color: #cbb97a;
	}
	
	
	
	body.news .article-grid .item .info .kind a::before {
		content:"";
		width:0%;
		height:100%;
		background:#000;
		position:absolute;
		top:0;
		left:0;
		z-index: -1;
        transition: 0.5s ease-in-out;
	}
	body.news .article-grid .item:hover .info .kind a::before {
	width:100%;
	}
		body.news .article-grid.ar-img .item .info .kind a::before {
		width:100%;
		height:0%;
		top:0;
		left:0;
	}
	body.news .article-grid.ar-img .item:hover .info .kind a::before {
	height:100%;
	}
	body.news .article-grid .item .info .date {
    font-size: 12px;
    color: #ffffff3b;
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translate(-50%, -50%);
	}
	
	body.news .article-grid .item .info .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	body.news .article-grid .item:hover .info .title a {
	color:#6d4c14;
	}
	body.news .article-grid.ar-img .item:hover .info .title a {
	color:#000;
	}

	body.news .article-grid .item .info .desc a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	
	
	
	.article-grid .item .info {
    border: none;
    padding:0;

	}
	.article-grid.ar-img .item .info {
    padding: 5px;
    text-align:center;
	}
	body.news .article-list{
	margin-bottom: 3rem;
	}
    body.news .article-list .item .time {
    color: #c8ac51;
    font-size: 12px;
    margin-right: 25px;
    background: #000;
    padding: 2px 10px 3px;
	border-radius: 5px;
	}

	
	body.news .article-list .item .info {
    padding-right: 30px;
	}
	.fa-chevron-circle-right:before {
    color: #292828;
    font-size: 14px;
	}
	
	
	
	


body.news .section .container .subject-sec .kind-tag-area .tag {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    color: #7e7c7c;
    text-decoration: none;
    border-radius: initial;
    z-index: 1;
    background: #ddd;
}
body.news .section .container .subject-sec .kind-tag-area .tag:hover{
	color: #fff; 
	}	
body.news .section .container .subject-sec .kind-tag-area .tag::before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* change this line to set width to 100% */
    height: 0%;
    background-color: #000;
    z-index: -1;
    transition: 0.3s ease-in-out;
	}		
body.news .section .container .subject-sec .kind-tag-area .tag:hover::before{
	height: 100%;
	}		
	
	
body.news.show .ezshare-box{
	text-align: initial;
	margin: -20px 0 50px 0;
	}
.justify-content-start {
    justify-content: center;
    align-items: center;
}
.article-horizontal-grid .item .info {
    padding-bottom: 0;
}
.article-horizontal-grid .item .info .desc {
    height: auto;
    -webkit-line-clamp: 3;
    line-height: 22px;
}
.article-horizontal-grid .item .info .title, .article-horizontal-grid .item .info .title a {
    line-height: 1;
}
.dropdown-menu.show {
	padding: 0;
	line-height: 2;
}
.dropdown-menu.show > .dropdown-item:first-child {
    border-bottom: 1px solid #e3d08c9e;
}
.dropdown-menu.show > .dropdown-item{
    color: #fff;
	background-image: linear-gradient(to bottom, #958346, rgb(162 143 44 / 80%));
}
.dropdown-menu.show a{
	transition: background-color 0.5s ease;
}
.dropdown-menu.show > .dropdown-item:hover{
	background-image: linear-gradient(to bottom, #d1b862, rgb(162 143 44 / 90%));
}
body.news .item:hover .pic img {
    transform: scale(1.1);
    opacity: 0.9;
}

body.news .article-horizontal-grid .item:hover .info .kind a {
    margin-top: -80px;
}
body.news .justify-content-start {
    cursor: pointer;
    overflow: hidden;
}




body.news .pic {
	overflow:hidden;
	border-radius: 10px;
}

body.news .article-horizontal-grid .item .info .kind a {
    border: solid 1px #81763c;
    font-size: 13px;
    padding: 10px;
    color: #d3b053;
    background-color: #000000ba;
    position: absolute;
    left: 15px;
    top: 0;
    writing-mode: vertical-lr;
    border-top: none;
}



body.news .article-horizontal-grid .item .info .date {
    color: #785c1e;
	}
body.news .article-horizontal-grid .item .more-area {
    display: none;
	}	
body.news.show .pagination .page-item a.page-link {
  display: inline-block;
  position: relative;
  color: #000; 
  background-color: transparent;
  border: 1px solid #000000; 
  padding: 5px 60px 6px;
  text-decoration: none;
  border-radius: initial;
}
body.news.show .pagination .page-item a.page-link:hover {
  color: #fff; 
}	
body.news.show .pagination .page-item a.page-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000; 
  z-index: -1;
  transition:  0.3s ease-in-out;
}
body.news.show .pagination .page-item a.page-link:hover::before {
  width: 100%; 
}
/*.footer .footer_right::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-image: linear-gradient(to top, #e0b52270, rgb(218 205 140 / 10%));
    pointer-events: none;
    opacity: .4;
}*/

.h1 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.small-title {
    color: #333;
}
.item:hover .pic img {
    transform: scale(1);
    opacity:0.7;
}
.page-link {
    color: #404040;
    border-color: #ffffff;
	padding: 0.3rem 0.75rem;
	}
.page-item:last-child .page-link,
.page-item:first-child .page-link
   {
   border-radius: 5px;
	}	
.btn-info {
    background-color: #dadada;
    font-size: 14px;
	}
.page-box .pagination .page-item .page-link:hover,
.page-item.active .page-link
{
  /*  background-image: linear-gradient(to bottom, #958346, rgb(162 143 44 / 80%));
    color: #fff;
    border-color: unset;*/
	border-radius: 5px;
	}

.page-box .pagination .page-item #ctl00_content_holder_goback.page-link:hover{
    background-image: initial;
 
	}



.btn.btn-primary {
    background: #c3271b;
    border-color: unset;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    color: #fff1ca;
    border-radius: 0.25rem;
}
.btn.btn-primary:hover {
    /* background-image: linear-gradient(to left, #958346, rgb(162 143 44 / 80%)); */
    background: #c00d4a;
    border-color: #E91E63;
    color: #fff;
}
	
	
.btnbox-ask .btn.btn-primary,
.sideNavBtn .btn.btn-primary,
.filter-btn-area .btn.btn-primary,
.flex-item .btn.btn-primary,
.form-group .btn.btn-primary {
    padding: 12px;
}


/*BTN按鈕*/
/*.btn.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    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: 75%;
	position: relative;
	overflow: hidden;
}

/* 首頁區塊 */
.home .main {
    display: none;
}
img {
    transition: all 0.5s;

}
.gallery-list .item .pic{
    overflow:hidden;
	transition: all .5s ease;
}
.gallery-list .item:hover .pic img {
    opacity: 0.7;
    transform: scale(1.1);
	transition: all .5s ease;
}

body.home .about_bg	.editor .title_box .title_tw{
	margin-bottom: 23px;
	}
	
	
body.home .article-grid.info-absolute .item {
    padding: 0 25px 0;
}
body.home .article-grid.info-absolute .item .info .title {
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 1rem;
}
body.home .article-grid.info-absolute .item a {
    font-size: 17px;
    color: #1e1e1e;
    font-weight: bold;
}
.article-grid.info-absolute .item .info .date {
    font-size: 13px;
    display: block;
    line-height: 24px;
    padding: 10px 0 0 0;
    letter-spacing: 0.25em;
    color: #000;
	width: 98px;
    text-align: center;
    margin: 0 auto;
	position:relative;
}
.article-grid.info-absolute .item .info .date::before {
	content:"";
	width:100%;
	height:2px;
	background-color:#000;
	position:absolute;
	bottom:-5px;
}

.article-grid.info-absolute .item:hover .info .date::before {
	animation: oneline2 .6s cubic-bezier(0.65, 0, 0.35, 1);
	
}
@keyframes oneline2
{
    0%
    {
    width: 100%;
	right:0;
    }
    50%
    {
     width: 0%;
	 right:0;
    }
	 100%
    {
     width: 100%;
	 left:0;
    }

}






.article-grid.info-absolute .item .info {
    text-align: left;
    padding-top: 18px;
}

.news-sec {
    margin: 30px 0;
    position: relative;
    padding-bottom: 50px
}
    .news-sec .new_flower {
        position: absolute;
        top: -114px;
		pointer-events: none;
        /*display:none;*/
    }
    .news-sec .new_flower2 {
        position: absolute;
        left: 0;
        bottom: -290px;
        top: unset;
        /*display: none;*/
    }
.btn.more {
    background-color: transparent;
    border: 1px solid #000;
    display: table;
    margin: 0 auto;
    padding: 12px 24px;
    font-size: 0.75rem;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    min-width: 150px;
}
a:hover.btn.cover.more{
	color:#fff;
}
.btn.cover:before {
    background-color: var(--main-color);
    /*z-index:-1;*/
}
.btn.cover.bottom:before {
    top: 0;
    bottom: 0;
}

body.home .se_abt .h3:before {
    display: none;
}


.nav-cart-list.cart-drop-detail .btn.more {
    background-color: #000;
}

.nav-share-btn-area li a .icon::before {
    content: "";
	width:40px;
	height:40px;
	display: block;
}
/*.fa-facebook-square:before {
	background:url(../images/all/icon_fb.webp);
}
.fa-instagram-square:before {
	background:url(../images/all/icon_is.webp);
}
.fa-youtube-square:before {
	background:url(../images/all/icon_yt.webp);
}
.fa-twitter-square:before {
	background:url(../images/all/icon_tw.webp);
}
.fa-pinterest-square:before {
	background:url(../images/all/icon_pi.webp);
}
.icon.fa-line:before {
	background:url(../images/all/icon_li.webp);
}*/
.header .navbar .nav-share-btn-area li+li {
    margin-left: 0px;
}
.header .navbar .nav-share-btn-area {
    font-size: 0;
}
.header .navbar .small-btn-box .navbar-toggler {
    width: 48px;
    height: 48px;
}
.header .navbar .small-btn-box .navbar-toggler:before {
    content: "主選單";
    display: block;
    font-size: 15px;
    margin-top: 32px
}


/***************index_about*******************/
.about_bg {
    background: url(../images/all/about_bg.jpg)no-repeat center bottom;
    position: relative;
    padding: 90px 0 85px;
    padding-bottom: 90px !important;
    background-attachment: fixed;
    margin: 0;
    z-index: 10;
    background-size: cover;
}

.about_bg .wid.wid-page_unit {
    /*text-align: center;*/
}
.about_bg .wid.wid-page_unit .h2 {
    display: none;
}
body.home .pic{
	    background-attachment: fixed;
	}


.about_bg .more-btn-area{
    margin:75px auto 25px;
}
.about_word {
    font-size: 17px;
	font-weight:bold;
    line-height: 30px;
    color: #1e1e1e;
    letter-spacing:0.05em;
    margin: 0 4%;
	position: relative;
}

.about_bg .container {
    background: rgb(255 255 255 / 80%);
    padding: 42px;
}
.about_bg h3 {
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 16px;
}
.about_bg   .home-more.bottom {
    margin-top: 35px;
}
.about_bg .titlebox {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
    background: url(../images/all/home-01.svg) no-repeat top center;
    padding-top: 70px;
    font-weight: bold;
    color: #f47844;
}
.about_bg h4 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #920783;
    background: url(../images/all/star.png) no-repeat left top;
    padding: 5px 5px 5px 34px;
}
.about_bg .descgroup .list_item a {
    color: #feb906;
}
.about_bg .descgroup .list_item {
    background: #595757;
    padding: 12px;
    color: #fff;
    border-radius: 16px;
    margin: 0 3px;
    line-height: 1.5;
    width: 25%;
}
.about_bg .descgroup .list_item h5 {
    font-size: 18px;
    font-weight: bold;
}
.about_bg .descgroup .list_item p {
    font-size: 16px;
    margin-bottom: 0;
}
.about_bg .titlebox p {
    /* background: var(--main-color); */
    /* padding: 12px; */
    /* color: #fff; */
    /* color: var(--main-color); */
    font-size: 26px;
    text-align: center;
    color: #f47844;
    font-weight: bold;
}
.about_bg p a {
    color: var(--main-color);
}
.about_bg .descgroup {
    margin-top: 34px;
}
.about_bg .list_item i {
    font-size: 34px;
    margin: 0 auto 12px;
}
/*首頁-產品排列*/
.product_bg {
    background: #fff7f8;
    position: relative;
    display: block;
    /* min-height: 850px; */
    padding: 90px 0 !important;
}
.product_bg .home-pagelist-area .list_item .info {
    color: #ffffff;
    background: #b14653;
}
.about_bg {
    padding-top: 90px !important;
}
.reservationbox {
    background: url(../images/all/bookbg.jpg) no-repeat right bottom;
}
.reservationbox p strong {
    line-height: 1;
    color: var(--main-color);
}
.reservationbox iframe {
    margin-top: 35px;
}
.reservationbox ul.d-inline-block {
    padding-left: 0;
}
.reservationbox .d-inline-block li a {
    display: block;
    padding: 10px 20px;
    border-radius: 20px;
    background: var(--main-color);
    color: #fff;
     padding-left: 45px;
}
.reservationbox .d-inline-block li.tel a {
    background: url(../images/all/i_tel.svg) no-repeat left #e16c2b;
}
.reservationbox .d-inline-block li.line a {
    background: url(../images/all/line.svg) no-repeat left 9px top 3px #4CAF50;
    background-size: 30px;
}
.reservationbox .d-inline-block li.book a {
    background: url(../images/all/pencil.svg) no-repeat left 9px top 3px var(--main-color);
    background-size: 30px;
}
.reservationbox .d-inline-block li a:hover {
    -webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
	        animation: pulsate-bck 0.5s ease-in-out infinite both;
}
.reservationbox .d-inline-block li + li {
    margin-left: 10px;
}
.reservationbox .d-inline-block li {
    display: inline-block;
    /* padding: 0 6px; */
}
.product_box {
    position:relative;
    display:block;
}

.product_bg .gallery-list.border-solid .item .item-detail {
    border: 0;
}
body.home .product_bg .home-pagelist-area .list_item {
    margin: 0;
    width: 49%;
}
body.home .product_bg .slick {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_bg .gallery-list.border-solid .item .item-detail .info.mt-3.mb-3 {
    margin: 0 !important;
}

.product_bg .gallery-list.border-solid .item .item-detail .info .title {
    text-align: center;
}
.product_bg .gallery-list .item .info a, .product_bg .gallery-list .item .info a .title {
    text-align: center;
}
.product_bg .gallery-list .item .info .btn-box {
    text-align: center !important;
    margin-top: 14px;
}
.product_bg .gallery-list .item .info {
    padding: 18px 0;
}
.product_bg .gallery-list .item .info .btn-box a .icon {
    margin-right: 8px;
}
.product_bg .gallery-list .item .info a .title {
    margin: 9px 0;
}
.product_bg .gallery-list .item .info a .price {
    margin-top: 0;
}
.product_bg .gallery-list .item .info .btn-box a,.product .gallery-list.border-solid .item .item-detail  .btn-box button{
    background: #c70000;
    color: #fff;
}
.ma {
    margin-bottom: 15px;
}

.ug-textpanel {
    display: none !important;
}


.se_abt .btn.more {
    background-color: #fff0;
    border: 1px solid #fff;
    color: #fff;
}

body.home   .se_prod .h3 {
    margin: 0 auto 40px;
}
.se_prod {

    padding-bottom: 100px;
    position: relative;
}
.se_prod .more-btn-area {
    margin-top: 45px;
}
.se_prod .wid.wid-page_unit {
    text-align: center;
}

    .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: center;
        margin-bottom: 0;
        margin-top: 3px;
    }

    .se_prod .new_flower3 {
        position: absolute;
        right: auto;
        top: -108px;
        z-index: 3;
    }


/* footer */
.footer .footer_content.fc_seperate_bottom .footer-bottom .copyrights-info .footer-logo {
    display:none;
}


.footer .foo-sit {
    padding-top: 20px;
}
.footer .footer-logo a {
    background: url(../images/all/footer_logo.png)no-repeat;
    width: 131px;
    height: 42px;
	}
.footer .footer-logo img {
    display: none;
	}
.footer .powered {
    text-align: right;
	}

body.home .footer .new_flower4 {
    display: block;
    position: absolute;
    left: -20px;
    top: -10%;
    z-index: 10;
    display: none;
}
.footer .new_flower4 {
    /*display:none;*/
	}
.footer .footer_right {
    /*width: 50%;*/
    z-index: 10;
	}
.footer .footer_left {
    /*width: 30%;*/
	}
.footer .footer_left ul li a {
    color: #3d3c3c;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 2px;
	}

    .footer .footer_left .social-box ul li a:hover {
        background-color: #b1a270;
    }
    .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 {
        position: relative;
    }
.footer .fot_sitemp .d-flex {
    justify-content:center;
}

.footer .copyrights {
    letter-spacing:0.1em;
    color:#3e3e3e;
    /*text-align: right;*/
}
.footer .tep1 {
    width: 20%;
}
    .footer .tep1:last-child {
        width: 10%;
    }
.footer .footer_content.fc_seperate_bottom {
    padding: 0;
}
.footer a:hover{
    color:#a8b590;
}
.footer h4, .footer a.ti_p {
    /* color: #fff; */
    /* font-size: 0.875rem; */
    /* display: table; */
    position: relative;
    background: url(../images/all/bus-01.svg) no-repeat left center;
    padding: 10px;
    padding-left: 78px;
    color: #9C27B0;
    font-weight: bold;
    margin-bottom: 18px;
}
    .footer a.ti_p{
        padding:2px 0;
    }
        .footer .fot_sitemp ul li a:hover {
            color: #b1a270;
        }
		
		
.footer a.ti_p::before {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: auto;
    width: 0;
    height: 1px;
    content: "";
    background-color: #fff;
	transition: width .4s cubic-bezier(0.65, 0, 0.35, 1);
}
.footer a.ti_p:hover::before {
	right: auto;
    left: 0;
    width: 100%;
   
}	
.footer .fot_sitemp ul li a {
	position: relative;
	font-size: 0.8125rem;
	color: #9f9d9d;
	padding: 0px 0 0px 10px;
	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: #f0f0f0;
    /* margin-top: 80px; */
    padding-top: 34px;
}
.footer .footer_content {
	background: #fffdf5;
}
		
.bsnav-mobile.full.in .navbar .navbar-brand{
   /*background: url(../images/all/nlogo.png) center center no-repeat;*/
   background-size: contain;
   transition: all .3s ease;
   margin-bottom:20px;
}
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav {
    margin: 0;
}
/*footer_map*/
/*.footer_map {
    width:100%;
    height:500px;
    display:block;
    position:relative;
}*/
.footer_map .wid .editor {
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
}
.footer_map iframe{
    width:100%;
    height:100%;
}

/*新設定*/
.footer .footer_content.fc_seperate_bottom .footer-bottom .copyrights-info {
    margin-top: 0;
    padding: 25px 0;
}
.footer .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.footer .f_leftbg, .footer .footer-oth-box {
   /* background: #f8f8f8 url(../images/all/footer_lbg.jpg) no-repeat right bottom;*/
    Display: block;
    position: relative;
    margin: 0;
    background-size: 50%;
}
.copyrights-info {
    justify-content: space-between;
}

.contact_list,
.cominfo-list{
    display: block;
    position: relative;
}
.contact_list ul li, .cominfo-list li {
    line-height: 50px;
    border-bottom: 1px solid #eaaf85;
    /* margin: 25px 9% 10px 9%; */
}
.contact_list label,
.cominfo-list label{
    display:inline-block;
    letter-spacing:0.2em;   
    padding:0 25px 0 15px;
    margin-right:20px;
    background:url(../images/all/contact_line.png)no-repeat right center;
}

.contact_list .mail label,
.cominfo-list .mail label{
   /* padding:0 14px 0 15px;*/
}


.footer_left .title_box .title_tw {
    margin-bottom:40px;
}
.footer .footer-oth-box .footer-oth-det {
    flex-direction: row-reverse;
}
.footer .footer_left {
    flex: 0 0 auto;
    width: 50%;
    background: #ffbc8d;
    background-size: 100%;
    /* padding-bottom: 68px; */
    padding: 38px 83px;
}
.footer .footer_left a.is-btn {
    background: #fff;
    margin: 9px 0;
    white-space: normal;
    letter-spacing: 1px;
    box-shadow: #be6e357d 0 0 9px;
}
.footer .footer_left .wid.wid-page_unit {
    margin: 24px 0;
}
.footer .footer_right {
    flex: 0 0 auto;
    width: 50%;
}
.footer_map, .footer_map .wid .editor, .footer_map .wid {
    height: 100%;
}
.footer .footer_left .title_box{
    display:block;
}
.footer .footer_right .wid-page_unit,.footer .footer_right .wid-page_unit .editor {
    height: 100%;
}

.footer .footer_right .wid-page_unit .editor iframe {
    width: 100%;
    height: 100%;
}
/**************floating***********/
.wid-float-section ul li {
  
    transition: .4s;
    overflow: hidden;
}
.wid-float-section ul {
    background: none;
}
.wid-float-section ul li a {
    /* color: #fefefe; */
    background: rgb(127 127 127 / 80%);
    /* background-size: 104px auto; */
    padding: 5px;
    width: auto;
    /* text-shadow: -2px -1px 0px #08719f, -2px 1px 0px #08719f, 0px 1px 0px #08719f, -1px 2px 0px #08719f, 1px 1px 0px #08719f, 1px -2px 0px #08719f; */
    font-size: 13px;
    border-radius: 16px;
}
.wid-float-section ul li a .icon {
    font-size: 25px;
    margin: 0;
    color: #fff;
    background: url(../images/all/floating.svg) no-repeat top -8px center;
    height: 44px;
    width: 50px;
    background-size: cover;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding-top: 0;
    text-shadow: 0 0 4px black;
    margin: 0 auto 4px;
}
.wid-float-section ul li a .icon::before {
	content:none;
}
.wid-float-section ul li.icon_f a .icon {
    background-position: top -194px center;
}
.wid-float-section ul li a .icon.fa-line {
    background-position: top -448px center;
}
.wid-float-section ul .li_calen a .icon {
    background-position: top -612px center;
}

.wid-float-section ul li.icon_contact a .icon {
    background: url(../images/all/bus-01.svg) no-repeat top 6px center;
    background-size: contain;
}
.wid-float-section ul li a:hover .icon, .wid-float-section ul li a:hover {
    color: #fff3ad;
}
.wid-float-section ul li a:hover i {
   /* -webkit-animation: move_icon2 0.7s ease forwards;
    animation: move_icon2 0.7s ease forwards;*/
}
@keyframes move_icon2
{
	0% {
    transform: translateX(0);
    opacity: 1;
	}
	50% {
    transform: translateX(80%);
    opacity: 0;
	}
	51% {
    transform: translateX(-80%);
    op}
	100% {
    transform: translateX(0);
    opacity: 1;
	}
}
.wid-float-section ul li + li {
    border-top: none;
}
.wid-float-section ul li a .num {
    top: -10px;
}



.wid-float-section .floating_circle .menu-item {
    background-image: linear-gradient(to left, #958346, rgb(162 143 44 / 80%));
}
.floating_circle .fmenu-open-button{
	background:#000;
	}
.floating_circle .item-1:hover,
.floating_circle .item-2:hover,
.floating_circle .item-3:hover,
.floating_circle .item-4:hover, .wid-float-section ul li a {
    color: #fff;
}
.floating_circle .menu-item:hover {
   background-image: linear-gradient(to left, #e8ca61, rgb(119 107 0 / 80%));
}
.wid-float-section .list-unstyled.nobg li {
    padding: 5px 0;
    border: none;
}

.wid-float-section ul.nobg li a:hover {
    color: #fff;
}
.wid-float-section .list-unstyled.nobg li.icon_f {
    background: #3d60b6;
    border-radius: 20px 0 0 20px;
}
.wid-float-section .list-unstyled.nobg li.icon_l {
    background: #148d14;
    border-radius: 20px 0 0 20px;
}
.wid-float-section .list-unstyled.nobg {
    background: none;
    backdrop-filter: none;
}
.wid-float-section .list-unstyled.nobg li a {
    margin: 0 auto;
}

.banner-wrapbox .banner-cus-pager {
    background: #000000ed;
}
.banner-wrapbox .banner-cus-pager .pager-item .progressBar .inProgress {
    background-color: #cc0f0f;
}


.navbar .small-btn-box a {
    font-size: 1.2rem;
	color: #fff;
}
.navbar .small-btn-box ul {
    transform: translateX(10px) translateY(6px);
}
.nav-cart-info .nav-cart-list .h6 {
    font-size: .875rem;
    padding: 10px;
   border-bottom: solid 1px #f0f0f0;
    border-left: 0;
	margin-bottom:0;
}

.nav-cart-list > div > div:nth-child(3){
	padding: 10px;
    font-size: 14px;
	}
.btn.gray {
    background: #000000;
}	
.nav-cart-info .nav-cart-list .cart-checkout .sum {
    font-size: 14px;
    padding: 10px;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    margin: 0 0 18px 0;
}
.nav-cart-info .nav-cart-list .cart-checkout .btn-group {
    padding: 0 10px 18px;
}

/***************index_news*******************/
.director_n {
    position: relative;
    padding: 90px 0 0;
}
.home-news-deco .info {
    text-align:center;
}
.home-news-deco .pr_cd{
	display:block;
	position:relative;
}
.home-news-deco .pr_cd .slick-btn .btn-prev{
	position:absolute;
	left:-10px;
	top:15vh;
	text-indent: -9999px; 
	border: solid black;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 0px 22px 0px 0px;
    transform: rotate(135deg);
    background: transparent;
}
.home-news-deco .pr_cd .slick-btn .btn-next{
	position: absolute;
    right: 0px;
    top: 15vh;
    text-indent: -9999px;
    border: solid black;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 0px 23px 0px 0px;
    transform: rotate(-45deg);
    background: transparent;
}


.date_box02 {
    margin:0 45px;
}

.gallery-list{
	padding-top:20px;
}
.gallery-list .item .title {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.1em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top:14px;
}
.home-news-deco .more-btn-area {
    display: none;
}

.title_box,
body.home .h3{
    display:block;
    position:relative;
    text-align:center;
}
.title_box .title_en, body.home .h3 .title_en, .txt-en {
    font-family: "Lexend Deca", sans-serif;
    font-size: 40px;
    color: #000;
    letter-spacing: 2px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.title_box .title_tw,
body.home .h3 .title_tw{
    display:block;
    color:#666;
    font-size:17px;
  
    letter-spacing:0.25em;
    line-height:24px;
    margin-bottom:35px;
	font-weight:600;
}
.mt-20{
	padding-top:20px;
}
.product_bg .mt-20{
	padding-top:10px;
}
.breadcrumb-section{
	margin-top:-41px;
}


/*產品頁*/
body.product.show .main .container .row{
	--bs-gutter-x: 2rem;
	}
	body.product.show .info-box .radio-text-st .specKind1 label {
    margin-right: 7px;
    background-color: #4e4f4f;
    border-radius: 5px;
    font-size: 14px;
}
	body.product.show .info-box .radio-text-st .specKind1 label:hover  {
    background-color: #000;
}
	body.product.show .info-box .radio-text-st .specKind1 label:active {
    background-color: #000;
}

body.product .page-box .pagination .page-item #ctl00_content_holder_goback.page-link, body.album .page-box .pagination .page-item #ctl00_content_holder_goback.page-link, body.faq.ask .page-box .pagination .page-item #ctl00_content_holder_goback.page-link, body.order .page-box .pagination .page-item #ctl00_content_holder_goback.page-link {
    display: inline-block;
    position: relative;
    color: var(--main-color);
    background-color: transparent;
    border: 1px solid;
    padding: 5px 60px 6px;
    text-decoration: none;
    border-radius: initial;
}
body.product .page-box .pagination .page-item #ctl00_content_holder_goback.page-link:hover,
body.album .page-box .pagination .page-item #ctl00_content_holder_goback.page-link:hover,
body.faq.ask .page-box .pagination .page-item #ctl00_content_holder_goback.page-link:hover,
body.order .page-box .pagination .page-item #ctl00_content_holder_goback.page-link:hover
{
    color: #fff;
	}	
body.product .page-box .pagination .page-item #ctl00_content_holder_goback.page-link::before, body.album .page-box .pagination .page-item #ctl00_content_holder_goback.page-link::before, body.faq.ask .page-box .pagination .page-item #ctl00_content_holder_goback.page-link::before, body.order .page-box .pagination .page-item #ctl00_content_holder_goback.page-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--main-color);
    z-index: -1;
    transition: 0.3s ease-in-out;
}
body.product .page-box .pagination .page-item #ctl00_content_holder_goback.page-link:hover::before,
body.album .page-box .pagination .page-item #ctl00_content_holder_goback.page-link:hover::before,
body.faq.ask .page-box .pagination .page-item #ctl00_content_holder_goback.page-link:hover::before,
body.order .page-box .pagination .page-item #ctl00_content_holder_goback.page-link:hover::before{

    width: 100%;
	}		
	
	
	
	
body.product.show .h5 .sub-txt {
    font-size: 14px;
}
body.product.show .title-box .h5 {
   margin-bottom: 7px;
}
body.product.show .container .ezshare-box{
  margin: 0px 0 10px 0;
  text-align: initial;
}

body.product.show .product-info-area .info-box {
    padding: 20px 0 ;
	border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
}

body.product.show .product-info-area .item.desc .cont {
    color: #312f2f;
    line-height: 2;
    font-size: 16px;
}
body.product.show .product-info-area .item {
    /* margin-bottom: 15px; */
    display: block !important;
}

body.product .gallery-list .item-detail .item-info .pic a .img-fluid {
    object-fit: cover;
    width: 100%!important;
    height: 100%!important;
}

body.product.show .product-info-area .item .label {
    margin-right: 30px;
    flex: 0 0 50px;
}

body.product.show .qty-box .btn {
    font-weight: 100;
	font-size: 1.2rem;
    color: #fff;
    border: none;
    width: 40px;
    padding: 8px 0 8px;
    line-height: 1;
    background-image: linear-gradient(to left, #958346, rgb(162 143 44 / 80%));
}
body.product.show .qty-box a.btn:hover {
    background-image: linear-gradient(to left, #958346, rgb(162 143 44 / 50%));
}



body.product.show .qty .qty-box .form-control {
    padding: 1px 2px;
    background-color: #fff0;
    border: 1px solid #e8e8e1;
}
body.product.show #ctl00_content_holder_price2Li .cont{
	color: #bbbbb9;
    font-weight: 100;
}
body.product.show #ctl00_content_holder_priceLi .cont{
	color:#aa0f0f;
}
body.product.show .tab-content > .tab-pane {
    padding: 0 !important;
}

body.product.show .product-info-area .item.desc .cont .locationINFO ul li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    color: #2c2c2c;
    padding-bottom: 10px;
}
body.product.show .product-info-area .item.desc .cont ul li label {
    min-width: 100px;
    /* text-align: center; */
    margin-right: 12px;
    background: url(../images/all/productIcon.svg) left 0px top -2px no-repeat;
    padding: 5px 5px 5px 39px;
    color: #575757;
    /* text-align: right; */
    border-right: 1px dashed #ddd;
}
body.product.show .product-info-area .item.desc .cont ul li.builder label {
    background-position: left 0px top -111px;
}
body.product.show .product-info-area .item.desc .cont ul li.kind label {
    background-position: left 0px top -249px;
}
body.product.show .product-info-area .item.desc .cont ul li.situation label {
    background-position: left 1px top -351px;
}
body.product.show .product-info-area .item.desc .cont ul li.meters label {
    background-position: left 0px top -492px;
}
body.product.show .product-info-area .item.desc .cont ul li.result label {
    background-position: left 0px top -601px;
}
body.product.show .product-info-area .item.desc .cont ul li.suggestion label {
    background-position: left 0px top -722px;
}
body.product.show .tab-accordion-body .sec03 ul li {
    /* list-style-type: disclosure-closed; */
    /* padding-left: 26px; */
    list-style-type: none;
    width: 49%;
    margin-bottom: 8px;
}

body.product.show .tab-accordion-body .sec03 ul li:before {
    counter-increment: num;
    content: "0" counter(num);
    display: inline-block;
    /* position: absolute; */
    pointer-events: none;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background: #e6bec3;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 15px;
}
body.product .tab-accordion-body h4,body.product .locationINFO h4 {
    /* background: url(../images/all/productIcon2-01.svg) left -2px top -5px no-repeat; */
    padding: 8px 5px 8px 47px;
    background-size: 45px !important;
    color: var(--main-color);
    font-weight: bold;
    background: url(../images/all/h3.svg) no-repeat top -4px left 0px;
}


body.product .tab-accordion-body .sec03 ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    counter-reset: num;
    margin-bottom: 0;
    justify-content: space-between;
}


body.product .tab-accordion-body .sec03 + .sec03 {
    margin-top: 25px;
}
body.product .tab-accordion-body .sec03 {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 20px;
}
body.product.show .tab-accordion-body ul li label {
    color: #5c3535;
}
body.product .tab-accordion-body .result {
    background: url(../images/all/productIcon3-01.svg) no-repeat right 8px bottom -21px #eee;
    background-size: 200px;
}
body.product .tab-accordion-body .suggestion {
    background: url(../images/all/productIcon3-02.svg) no-repeat right -29px bottom -21px #eee;
    background-size: 200px;
}
body.product .tab-accordion-body .notice {
    background: url(../images/all/productIcon3-03.svg) no-repeat right -14px bottom -28px #eee;
    background-size: 220px;
}
body.product .wid .btngroup a.btn.btn-primary {
    width: 100%;
    border-radius: 0;
    background: url(../images/all/btnIcon-01.svg) left 2px top 2px no-repeat;
    padding: 10px 10px 10px 46px;
}
body.product .wid .btngroup ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.product .wid .btngroup ul li {
    width: 50%;
}
body.product .wid .btngroup .line a.btn.btn-primary {
    background-color: #4CAF50;
    color: #fff;
    /* background: url(../images/all/line2.svg) left 11px center no-repeat #4CAF50; */
    background-position: left 1px top -434px;
}
body.product .wid .btngroup li.book a.btn.btn-primary {
    background-color: var(--main-color);
}


body.product .tab-accordion-body h3 {
    background: url(../images/all/book2-01.svg) no-repeat center left 10px var(--second-color);
    color: #fff;
    padding: 12px 12px 12px 76px;
    display: table;
    margin: 0 auto 15px;
    border-radius: 20px;
    font-size: 24px;
    text-align: left;
}
body.product .tab-accordion-body .prem3 .is-card > div {
    padding: 15px !important;
}
body.product .tab-accordion-body .prem3 .is-card ul li {
    list-style-type: decimal;
}
body.product .tab-accordion-body .prem3 .is-card h5 {
    font-size: 18px !important;
    letter-spacing: 0 !important;
    line-height: 1.5;
    text-align: left !important;
    font-weight: normal !important;
	
}
body.product .tab-accordion-body .prem3 .is-card * {
    color: #333;
    text-align: left;
}

body.product .tab-accordion-body .prem3 .is-card img {
    width: 100%;
	
    border-radius: 20px 20px 0 0;
}
body.product .tab-accordion-body .prem3 .is-card {
    background: #ffdad2 !important;
    height: 100%;
    border-radius: 20px;
}
.article-grid.info-absolute .item .pic img {
    transform: scale(1); 
    transition: all 0.6s ease;
}
.article-grid.info-absolute .item:hover .pic img {
    transform: scale(1.1);
	opacity:0.9;
}


/*.banner-pic::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background-color:#00000066;
	width:100%;
	height:100%;
	z-index:2;
	}
*/
body.home .news-sec {
    margin: 0;
    background: url(../images/all/news.jpg) no-repeat left top;
    background-size: 1000px auto;
    padding: 90px 0 85px !important;
}
/*body:not(.home) .banner .banner-info div {
	text-indent:-9999px;*//*內頁banner文字*/
/*}
body:not(.home) .banner .banner-txt {
    width: auto;
	top:55%;
}*/
.list-inline-item:not(:last-child) {
    margin-right: 0.6rem;
}
.side .navbar-nav .dropdown-menu li.nav-title {
    margin-bottom: 0;
   border-bottom: none;
}





.title_en span {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}




#popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      padding: 20px;
      border: 1px solid #ccc;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      z-index: 9999;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
    }

    #popup.show {
      opacity: 1;
    }

    #popup .close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px;
      cursor: pointer;
    }

	.header .nav-item.dropdown>.navbar-nav .navbar-nav {
	opacity:0;
	}
	.header .nav-item.dropdown>.navbar-nav .nav-item:hover>.navbar-nav {
   opacity:1;
	}
	
.side .navbar-nav .dropdown-menu li.nav-title>ul {
    padding: 0;
    border: 0;
    margin-top: 0;
	background-image: linear-gradient(to left, #dadada, rgb(142 142 142));
	backdrop-filter: initial;
}	
.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: .875rem;
    padding: 10px;
	background: none;
	border-bottom: 1px solid #ffffff40;
}
.side .navbar-nav .dropdown-menu li:last-child a {
	border-bottom:none!important;
}	
.side .navbar-nav .dropdown-menu li:hover {
	background-image: linear-gradient(to left, #9f9f9f, rgb(142 142 142));
}	

 /*body:not(.home) .banner-pic {
    height: 450px;*/ /* 根據實際需求設置高度 */
  /*} 

.banner-pic {
    height: 85vh;*/ /* 根據實際需求設置高度 */
    /*overflow: hidden;
    position: relative;
  }

  .banner-pic picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: auto;
	transition: transform 0.5s ease-out;
  }*/
  
 .swal2-styled.swal2-confirm {
    background-color: #000;
} 
  
  
/* 星星 */
.stars-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.star {
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: white;
  border-radius: 50%;
  animation: twinkling 4s infinite;
}

@keyframes twinkling {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-100px, 200px);
    opacity: 0;
  }
}

/* 流星 */
.meteor {
  position: absolute;
  width: 5px;
  height: 20px;
  background-color: white;
  transform: rotate(45deg);
  animation: shooting-star 1s linear;
}

@keyframes shooting-star {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-300px, 300px);
    opacity: 0;
  }
}
 
.bsnav-mobile .navbar-nav {
    padding: 0px;
}  
  
 body:not(.home) .main .side {
   margin-bottom: 15px;
} 

.banner-wrapbox .banner-cus-circle-pager .progressBar:before {
    border: solid 1px rgb(255 255 255 / 17%);
}  
  
body.news .section.main-content{
	margin-top:3rem;
	}  
body.news.show .subject-sec .h1 {
    font-size: 30px;
}
body.album .section.main-content{
	margin-top:3rem;
	}  
body.album .section.pt-3{
	margin-top:3rem!important;
	padding-top: 0rem!important;
	margin-bottom: 0rem!important;
	} 	
 body:not(.home) .page-content .main-content .container > .mb-lg-3{
	     margin-bottom: 0!important;
	 }
 body:not(.home) .footer{
	    margin-top: 3rem;
	}
	
body.product .main .container .row .content > .section.pt-3{
	padding-top: 0!important;
	}  

body.product .main .container .row .side.side1{
	margin-bottom: 0!important;
	} 
body.product .page-content > .main{
	margin-top:-15px;
	}
body.product.show .page-content > .main{
	margin-top:0;
	}
body.product .section .row.gallery-list{
	padding-top:0;
	}


	
body.faq .section.breadcrumb-section{
	margin-bottom:3rem;
	}	
body.faq .h2::before {
    margin-left: -60px;
}


body.album .grid .grid-item a .pic {
    border-radius: 10px;
}
body.album .row.mob-two-col {
   --bs-gutter-x: 3rem;
}
body.album.show .gallery-slick .slider-nav.mt-md-5 {
    margin-top: 0rem!important;
}

body.album.show .txt.editor{
    padding: 0 10px;
    line-height: 1.5;
	}
body.album.show .content {
	position:relative;
	}				
body.album.show .slider-nav {
	transform: translateY(-20px);
	}	
body.contact #ctl00_content_holder__contactTemplates_Repeater1_ctl02_AddressList_city_,
body.contact #ctl00_content_holder__contactTemplates_Category{
	background:#00000091;
	color:#fff;
	}
body.contact .form-inline,
body.contact .form-group{
	position:relative;
	}	
body.contact .form-inline::before,
body.contact #ctl00_content_holder__contactTemplates_CategoryPanel > .form-group::before{
	content:"";
	border: solid #fff;
	border-width: 0px 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	position:absolute;
	top:13px;
	right:15px;
	}
	
body.order .h3 button{
	display:none;
	}
body.order.p01 .order-list{
	margin-top:2.5rem;
	}	
.main .side .nav>li+li {
    border-top: 1px solid #000;
}	
body.coupon .form-filled-box{
	margin-top:4rem;
	}
body.coupon .input-group .btn{
	border-radius: 0;
	padding: 10px 30px;
	}
body.order .h6{
	font-size:20px;
	}
body.order .value.text-end.final-price{
	color:#c30909;
	}


/* ----------------------------------------------
 * Generated by Animista on 2024-10-24 13:34:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*評價*/

.recommend .slick .list_item {
    /* border: 1px solid #ddd; */
    margin: 0 13px;
    padding: 21px;
    background: rgb(243 237 230 / 64%);
    position: relative;
    border-radius: 20px;
}

    .recommend .slick .list_item h3 {
        font-size: 22px;
        margin: 14px 0;
        color: var(--main-color);
        line-height: 1.5;
        font-weight: 600;
    }

.page-content .recommend {
    margin: 34px 0
}

.recommend .slick .list_item .name small {
    display: block;
    line-height: 1;
    color: #8a8a8a
}

.recommend .slick .list_item .pic {
    width: 20%;
    margin: 0 auto 8px
}

.recommend .slick .list_item .name {
    text-align: center;
    font-size: 16px
}

/*內頁*/
body.about .txt h3 {
    padding: 10px;
    background: url(../images/all/h3.svg) no-repeat top -6px left 0px;
    padding-left: 55px;
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 30px;
}

body.about .txt .topbox ul li {
    background: url(../images/all/check.png) no-repeat top 3px left 0px;
    padding-left: 30px;
    margin-bottom: 14px;
    list-style-type: none;
}
body.about .txt .topbox ul {
    padding-left: 0;
    margin-bottom: 0;
}
body.about .txt .mdbox {
    position: relative;
    padding: 50px 0;
    background: #ffe9e9;
}
body.about .txt .mdbox h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #404455;
}
body.about .txt .mdbox .info {
    margin-top: 10px;
}
body.about .txt .mdbox .row > div {
    margin-bottom: 26px;
}
body.about .txt .mdbox h3, body.about .txt .bottombox h3, body.about .txt .servicebox h3, body.about .txt .sop h3 {
    text-align: center;
    background-position: top center;
    padding: 68px 0 0 0;
}
body.about .txt .bottombox {
    padding-top: 50px;
}

body.about .txt .bottombox .row div .info .inner p {
    line-height: 1.6;
}
body.about .txt .bottombox .row div .info h4 {
    margin-bottom: 15px;
}
body.about .txt .bottombox .row > div {
    background: #f4f4f4;
    position:relative;
}
body.about .txt .bottombox .row div .info h4, body.about .txt .bottombox .row div .info h4 a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: var(--second-color);
}
body.about .txt .linkbox {
    background: #b84f5b;
    position: relative;
}
body.about .txt .linkbox a {
    padding: 35px 10px 86px 10px;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    /* position: relative; */
}
body.about .txt .linkbox a::after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/all/arrow.svg) no-repeat center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 38px;
    transform: translateX(-50%);
    animation: movetoright 1.5s linear infinite both;
}

@-webkit-keyframes movetoright {
    0% {
        left: 49%;
        opacity: 0
    }

    100% {
        left: 50%;
        opacity: 1
    }
}

@keyframes movetoright {
     0% {
        left: 49%;
        opacity: 0
    }

    100% {
        left: 50%;
        opacity: 1
    }
}
body.about .txt .sop .d-flex.listbox {
    justify-content: space-between;
    flex-wrap: wrap;
	
    counter-reset: num;
}
body.about .txt .sop .list-item {
    position: relative;
    width:50%;
}
body.about .txt .sop .list-item .icon {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/all/processIcon-01.svg) no-repeat top 10px center #ddd;
    border-radius: 50%;
    margin: 0 auto;
    background-size: 80px auto;
    position: relative;
}
body.about .txt .sop .list-item:before {
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    display: block;
    position: absolute;
    top: calc(50% - 98px / 2);
}
body.about .txt .sop .list-item .icon:after {
    content: "";
    width: 30px;
    height: 30px;
    counter-increment: num;
    content: "0" counter(num);
    display: block;
    background: #000;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
body.about .txt .sop .list-item .info::before {
    content: "";
    position: relative;
    width: 2px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background: #ddd;
}
body.about .txt .sop .list-item .info::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    border: #ddd 3px solid;
    position: absolute;
    left: 50%;
    top: 42px;
    transform: translateX(-50%);
}
body.about .txt .sop .list-item .info,
body.about .txt .servicebox,
body.about .txt .sec02{
    position:relative;
}
body.about .txt .sop .list-item.i2 .icon {
    background-position: top -175px center;
}
body.about .txt .sop .list-item.i3 .icon {
    background-position: top -383px center;
}
body.about .txt .sop .list-item.i4 .icon {
    background-position: top -635px center;
}
body.about .txt .sop .list-item.i5 .icon {
    background-position: top -842px center;
}
body.about .txt .sop .list-item p {
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
}
body.about .txt .sop .list-item p a {
    display: inline-block;
    color: var(--main-color);
    text-decoration: underline;
}
body.about .txt .sop .list-item p + p {
    margin-top: 6px;
}
body.about .txt  strong {
    color: var(--main-color);
}
body.about .txt .sop .list-item .info h4 {
    text-align: center;
    background: var(--second-color);
    padding: 10px;
    margin-top: 17px;
    color: #fff;
    /* width: 87%; */
    margin: 17px auto;
    position: relative;
}
body.about .txt .sop .list-item .info h4:before, body.about .txt .sop .list-item .info h4:after {
    content: "";
    position: absolute;
    width: 26px;
    /* height: 40px; */
    background: url(../images/all/triangle.png) no-repeat top 0 center;
    top: 0;
    background-size: 100% auto;
    bottom: 0;
}
body.about .txt .sop .list-item .info h4:before {
    left: -3px;
    /* z-index: -1; */
    /* background-position: top -150px center; */
}
body.about .txt .sop .list-item.i1 .info h4:before {
    background-position: top -178px center;
}
body.about .txt .sop .list-item .info h4:after {
    right: -26px;
    /* z-index: 8; */
    /* width: 30px; */
    /* height: 30px; */
}
body.about .txt .sop {
    padding: 50px 0;
}
body.about .txt .service .list-item h4 {
    font-size: 20px;
    margin-bottom: 0;
}
body.about .txt .service .list-item .info {
    text-align: center;
    padding: 10px;
}
body.about .txt .service .list-item .pic, body.about .txt .service .list-item .pic img {
    border-radius: 20px 20px 0 0;
}
body.about .txt .service .list-item {
    background: #ededed;
    width: 19%;
    border-radius: 20px;
}
body.about .txt .service .servicelist {
    justify-content: space-between;
    flex-wrap: wrap;
}
body.about .txt .servicebox:before {
    content: "";
    position: absolute;
    left: -25%;
    right: -25%;
    top: 0;
    bottom: 0;
    max-width: 2000px;
	background: url(../images/all/about_bg3.jpg) top center no-repeat;
    background-size: cover;
	z-index:-1;
}
body.about .txt .servicebox {
    padding: 50px 0;
}
body.about .txt .servicebox .listbox {
    /* width: 20%; */
    padding-left: 26%;
}
body.about .txt .servicebox .listbox .list-item .pic {
    width: 80px;
    height: 80px;
    background-color: #dcdcdc;
    border-radius: 50%;
    background-size: 56px !important;
}
body.about .txt .servicebox .listbox .list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 18px;
    width: 48%;
}
body.about .txt .servicebox .listbox .list-item .info {
    width: 75%;
}
body.about .txt .servicebox .listbox .list-item.i1 .pic {
    background: url(../images/all/serviceIcon-01.svg) no-repeat  center #9e9e9e;
}

body.about .txt .servicebox .listbox .list-item.i2 .pic {
    background: url(../images/all/serviceIcon-02.svg) no-repeat center #9e9e9e;
}

body.about .txt .servicebox .listbox .list-item.i3 .pic {
    background: url(../images/all/serviceIcon-03.svg) no-repeat center #9e9e9e;
}

body.about .txt .servicebox .listbox .list-item.i4 .pic {
    background: url(../images/all/serviceIcon-04.svg) no-repeat center #9e9e9e;
}

body.about .txt .servicebox .listbox .list-item.i5 .pic {
    background: url(../images/all/serviceIcon-05.svg) no-repeat center #9e9e9e;
}
body.about .txt .servicebox .listbox .list-item.i6 .pic {
    background: url(../images/all/serviceIcon-06.svg) no-repeat center #9e9e9e;
}
body.about .txt .servicebox .listbox .list-item h4 {
    font-size: 20px;
    /* color: #d87600; */
    display: inline-block;
    background: var(--second-color);
    padding: 8px 18px;
    border-radius: 12px;
    color: #fff;
}
body.about .txt .servicebox .listbox .list-item .btn.btn-primary {
    display: block;
    font-size: 18px;
}
