@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden;  font-family: "Sorts Mill Goudy", Noto Sans TC;}


#content {
    background: url(https://pic03.eapple.com.tw/xindinadoris/bbg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.banner {display: none;}


.banner h5 {
    font-size: 60px;
    color: #c4c4c4;
    padding-top: 28px;
    font-weight: 500;
    font-family: "Sorts Mill Goudy", Noto Sans TC;
}


@media screen and (max-width: 600px) {
.banner h5{font-size: 24px;}}


@media screen and (max-width: 480px) {
.banner h5 {padding-top: 10px;}
.banner h5:before {text-shadow: inherit; font-size: 37px;}}


/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.header_area {background: #606060;  padding: 0px;}
.main_header_area{
	background: rgb(255, 255, 255);
    /*box-shadow: 1px 1px 10px rgba(0,0,0,0.07);*/
	/*background: url(https://pic03.eapple.com.tw/tspackage/bg.jpg) no-repeat center center;*/
	/*background: rgba(255,255,255,1);*/
	padding: 0px 0px;
}

.header_area,.header_area.sticky {
    z-index: 20000000;
}

.main_header_area .container {
    /*max-width: 1600px;*/
	max-width: 100%;
}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {
   /* padding: 0px 0px 0px calc(240px + 50vw);*/
   padding: 0 0 1px 210px;
   background-color: #474747;
}



/*第一層*/
.stellarnav > ul > li > a{
	transition:all 0.3s;
}
.stellarnav > ul > li > a{
	margin: 5px 1vw;
	padding:0px;
    font-weight: 700;
    letter-spacing: 0.08em;
	/*height: unset;
    line-height: unset;
	overflow: unset;*/
	/* color: #FFFFFF; */
}
/* .stellarnav > ul > li:hover > a{color: #ff7b7b !important;text-shadow: unset !important;} */

.stellarnav li.has-sub > a:after {
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
	/*border-color: transparent #FFF #FFF transparent;*/
    border-color: transparent #777 #777 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
    margin: 0px;
    top: 40px;
    right: -13px;
}

.stellarnav li.has-sub:hover > a:after {
    border-color: transparent #d6c0a9 #d6c0a9 transparent !important;
}

.stellarnav > ul > li > a::before{ height: 4px;}
.stellarnav .menu-toggle span.bars span{    background: #ffffff;}
.stellarnav .menu-toggle:after{color: #ffffff;}

@media screen and (min-width:1024px) {
    .main_header_area {padding: 0px 0px;}
    .stellarnav > ul > li > a{color: #ffffff; margin: 0px 1vw;}
}

@media screen and (min-width:769px) {
	
	.stellarnav > ul > li > a, .stellarnav li.has-sub > a{
		position:relative;
	}
	
	.stellarnav > ul > li > a::before{
		position:absolute;
		content:"";
		width:0%;
		height:4px;
		background:#930712;
		bottom:0px;
		left:50%;
		transform:translate(-50%,0px);
		transition:.5s;
	}
	
	.stellarnav > ul > li:hover > a::before{
		width:100%;
	}
	
	.stellarnav > ul > li:hover > a b {
		transform: translateY(-40px);
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
	}
	
	.main_header_area {padding: 0px 0px;}

}








/*隱藏按鈕列最新消息按鈕*/

/* .stellarnav > ul > li:last-of-type, .footer_menu a:last-of-type,
.stellarnav > ul > li:nth-last-of-type(2), .footer_menu a:nth-last-of-type(2) {
    display: none;
} */


.footer {background: #474747;}

/*第二層*/
.stellarnav ul ul {
    background: #961009;
    width: 180px;
}
.stellarnav > ul > li.drop-left > ul {
    right: unset;
    left: 0px;
}
.stellarnav li li {
    border: unset;
	margin-bottom: unset;
    width: 175px;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
	padding: 10px 15px;
    transition: all 0.5s;
    font-size: 15px;
    color: #343538;
    border-bottom: 1px solid #ddd;
    background: #fff;
	
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
	/*color: #ADA17E;
	padding-left:10px;
	border-color:#ADA17E;*/
	background: #dddddd;
	padding-left: 20px;
}

/*第三層*/
@media screen and (min-width: 769px){
	.stellarnav li li.has-sub > a:after, .stellarnav li.drop-left li.has-sub > a:after {
		height: 8px;
		width: 8px;
		display: block;
		border-style: solid;
		border-width: 0 1px 1px 0;
		border-color: transparent #eee #eee transparent !important;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: border .2s;
		transition: border .2s;
		margin: 0px;
		top: 18px !important;
		right: 15px;
	}
	
	.stellarnav li li.has-sub:hover > a:after, .stellarnav li.drop-left li.has-sub:hover > a:after {
		border-color: transparent #fff #fff transparent !important;
	}
	
	.stellarnav li ul ul {
		left: 160px !important;
		right: unset !important;
	}
}
.stellarnav li ul ul {
	background: #b7151a;
}

.stellarnav li ul ul li > a{
	background: #b7151a;
    border-bottom: 1px solid #c42d31;
}

.stellarnav li ul ul li:hover > a{
	background: #970e12;
}

/*SubMenu*/
.shop_search_btn {    background: #f0c34e; transition:.3s;height: 26px;margin-top: 1px;}
.shop_search_btn:hover {    background: #d68920;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
    transition:.3s;
	/*color: #FFF;*/
}
.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {
    color: #D6C5B2 !important;
}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}

/*隱藏選單按鈕連結*/
.me_tp_features {
    margin: 0px;
	display: none;
}
.tp_links{display: none;}



/*隱藏中英文翻動動畫*/

.stellarnav > ul > li > a b {
    line-height: unset;
   	height: unset;
	transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
	transition: unset;
    font-weight: 600;
}

.stellarnav > ul > li > a b:nth-of-type(2) {
	display:none;
}






.stellarnav > ul > li > a b:nth-of-type(2) {
	letter-spacing:0px;
}


/* logo */
.header_area.sticky .nav-brand {        max-width: 90px;}

@media screen and (min-width: 769px){
	.stellarnav > ul > li > a b:nth-of-type(2) {
		text-transform: none;
	}
}











@media screen and (min-width: 1025px) {
	.header_area {
		position: fixed;
		width: 100%;
		top: 0px;
	}
	
	.main_header_area {
		transition: 0.3s ease;
		background: transparent;
		box-shadow: unset;
    	/* background: linear-gradient(to bottom, rgba(34,34,34,0.7) 0%,rgba(173,161,126,0) 100%); */
		/*background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); 
    	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);*/
		padding: 0px;
	}
	
	.header_area.sticky .main_header_area {
		background: rgb(255, 255, 255);
		/*box-shadow: 1px 1px 10px rgba(0,0,0,0.07);*/
		/*background: url(https://pic03.eapple.com.tw/tspackage/bg.jpg) no-repeat center center;*/
		/*background: rgba(255,255,255,0.9);*/
	}
	
	.header_area .nav-brand {
		/* filter: grayscale(100%) brightness(500%);
		-webkit-filter: grayscale(100%) brightness(500%); */
		transition:.3s;
		max-width: 240px;
		margin-top: 15px;
		margin-left: 30px;
	}
	
	.header_area.sticky .nav-brand {
		filter: unset;
		-webkit-filter: unset;
		max-width: 90px;
    	margin-top: 15x;
	}
	
	.pageIndex .header_area .nav-brand {
        max-width: 105px;
		opacity:1;
	}
	
	.pageIndex .header_area.sticky .nav-brand {
		opacity:1;
	}
	
	
	
	.stellarnav > ul > li > a {
        margin: 40px 0.5vw 15px;
        color: #ffffff;
        font-weight: 700;
        /* text-shadow: 0px 0px 10px rgb(0 0 0 / 50%); */
        transition: 0.3s ease;
        padding: 0px 5px;
        letter-spacing: 0.08em;
        font-size: 17px;
	}
	
	.header_area.sticky .stellarnav > ul > li > a {
		margin: 35px 0.5vw 25px;
		/*color: #343a40;*/
		/* color: #FFFFFF; */
		text-shadow: unset;
	}
	
	.stellarnav li.has-sub > a:after {
		border-color: transparent #FFF #FFF transparent;
		top: 17px;
		transition: 0.3s ease;
	}
	
	.header_area.sticky .stellarnav li.has-sub > a:after {
		border-color: transparent #777 #777 transparent;
		top: 17px;
	}
	
	
	
	
	
	.me_tp_features {
		padding: 20px 1vw 10px;
		transition: 0.3s ease;
	}
	
	.header_area.sticky .me_tp_features {
		padding: 10px 1vw 10px;
	}
	
	
	.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
		color: #FFFFFF;
		text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
		transition: 0.3s ease;
	}
	
	.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {
		text-shadow: unset !important;
	}
	
	.header_area.sticky .me_tp_features a.tp_btn_cart, .header_area.sticky .me_tp_features a.tp_btn_notice {
		color: #343a40;
		text-shadow: unset;
	}
	
	
	
	
	
	
	
	
	/*按鈕列-全統報名網額外設計*/
	
	.stellarnav ul {
		text-align: right;
        max-width: 90%;;
        /* margin-left: auto; */
	}
	
	.stellarnav > ul > li:nth-last-of-type(1) {
		position: absolute;
		right: 0;
		top: 0px;
		line-height: 0px;
	}
	
	.stellarnav > ul > li:nth-last-of-type(1) a, .header_area.sticky .stellarnav > ul > li:nth-last-of-type(1) > a{
        padding: 45px 1.2vw 10px;
        margin: 0px;
        color: #FFF !important;
        text-shadow: unset;
        height: unset;
        font-weight: 600;
	}
	
	.stellarnav > ul > li:nth-last-of-type(1) a{
		background: #961009;
	}
	
	
    .stellarnav > ul > li:nth-last-of-type(1):hover a {
		background: #961009;
    }
	
	.stellarnav > ul > li:nth-last-of-type(1) a::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        background: url(https://pic03.eapple.com.tw/diboplastics/header_mail.png) no-repeat center center;
        background-size: 100%;
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0px);
        /* filter: invert(100%) grayscale(100%) brightness(500%); */
        /* -webkit-filter: invert(100%) grayscale(100%) brightness(500%); */
    }
	
	
	
	/*除了首頁的其他頁面按鈕列*/
	/*.main_header_area {
		background: rgba(0,0,0,1);
	}
	
	.header_area.sticky .main_header_area {
		background: rgba(0,0,0,0.8);
	}*/
}




@media screen and (min-width: 1201px) {
	.stellarnav > ul > li > a {
		margin: 30px 1vw 10px;
	}
	
	.header_area.sticky .stellarnav > ul > li > a {
        margin: 25px 1vw 20px;
	}
}



@media screen and (min-width: 1200px) {
    .header_area.sticky .stellarnav > ul > li > a {
        margin: 30px 0.5vw 15px;}
    
        .stellarnav ul {
            max-width: 90%;}
    
    }

@media screen and (min-width: 1660px) {
	.stellarnav > ul > li > a {
		font-size: 16px;
	}
	
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   BANNER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/
#content_main { margin:0;   background-color: #F2F2F2;}/*custom原本有寫*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;    animation: none;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/



@keyframes swiff {
    0%,100%{
        transform: scale(1.2) rotateZ(0deg) translate(0px,0);
    }
    50%{
        transform: scale(1.3) rotateZ(2deg) translate(-100px,0);
    }

}

/* 文字 */
.bannerindex .swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/xindinadoris/banner-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}

.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/xindinadoris/banner-04.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}



.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: slide-fade-in 3s 0.3s  both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { animation: slide-top  2s 0.2s both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {animation: slide-top 2s 0.2s ease both;}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/*上升特效*/
  @keyframes slide-top {
  0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
            transform: translateY(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
            transform: translateY(0);
            opacity:1;/*透明度顯示*/}
  }

  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 從下方滑入 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最終位置 */
    }
}

@keyframes slide-fade-in {
    0% {
        opacity: 0;
        transform: translateX(-20px); /* 從左側滑入 */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @media screen and (max-width: 768px) {
    .bannerindex {
        padding-bottom: 0%;
    }}

    @media screen and (max-width: 500px) {
        .bannerindex .swiper-slide img {
            width: 200%;
        }
        .bannerindex .swiper-slide:nth-child(1) img {
            position: relative;
            height: auto;
        }
        .bannerindex .swiper-slide:nth-child(2) img {
            position: relative;
            height: auto;
            left: 0%;
        }
        
    }





/* LOGO */
.pageIndex .header_area.sticky  .nav-brand{max-width: 85px;}
.header_area.sticky .nav-brand {margin-top: 2px;}
.pageIndex .header_area.sticky{ position: fixed;}
.nav-header {    max-width: 130px;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}
    .header_area.sticky .nav-brand{margin-top: 20px;}

    /*logo*/
    .header_area .nav-brand { max-width: 100px; margin: 20px 0 0; transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 95px; margin-top: 10px; transition: .3s ease-in-out;}    

    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 10px 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: -6px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {  background: #dddddd; padding-left: 20px;color: #fff;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #961009;}
    .stellarnav .icon-close:before{border-bottom: solid 3px #ffffff;}
    .stellarnav .icon-close:after {border-bottom: solid 3px #ffffff;}
    .stellarnav a {color: #ffffff; }
    .stellarnav .menu-toggle span.bars span{    height: 3px;}
    .stellarnav .menu-toggle:after{font-weight: 600;}
    .stellarnav.mobile ul{    background: #474747;}
    .stellarnav > ul > li > a{color: #FFFFFF;}
    .stellarnav a.dd-toggle .icon-plus:before{    border-bottom: solid 3px #ffffff;}
    .stellarnav a.dd-toggle .icon-plus:after{    border-bottom: solid 3px #ffffff;}
    .stellarnav.mobile li.open{background: #474747;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{        background: #474747;}
    #bottom_menu {display: none;}
   .stellarnav li li > a, .stellarnav li li.has-sub > a{background: #474747; color: #ffffff;}
}


@media screen and (max-width: 570px) {    .stellarnav .menu-toggle {padding: 15px 10px;}}

@media screen and (max-width: 480px) {
    .bannerindex .swiper-slide img { display: none !important; }

    .bannerindex .swiper-slide:nth-child(1) {
        background: url("https://pic03.eapple.com.tw/xindinadoris/phone_banner01.jpg") no-repeat top/cover;
    }
    .bannerindex .swiper-slide:nth-child(2) {
        background: url("https://pic03.eapple.com.tw/xindinadoris/phone_banner02.jpg") no-repeat bottom/cover;
    }

    .bannerindex .swiper-slide:nth-child(2):before{display: none;}
    .bannerindex .swiper-slide:nth-child(1):after{display: none;}

    .bannerindex .swiper-slide { height: 600px; } /* 要給高度，不然還是看不到 */
}



/*首頁大圖點點*/
/*.swiper-pagination {
    display: none;
}*/

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}


/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}*/





    


/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */
footer * {
    font-family: "Onest", sans-serif, "Noto Sans TC", sans-serif;
    transition: all .3s;
}
footer {
    padding: 80px 0 0 !important;
}
.footer .center {
    max-width: 1200px;
    padding: 0 2%;
}
.footer_logo {
    max-width: 240px;
}
.box_link {
    display: none;
}
.footer_info {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0;
}
.footer_info ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 900px;
    font-family: "Onest", sans-serif, "Noto Sans TC", sans-serif;
}
.footer_info li {
    padding: 25px 10px 10px;
}
.footer_info li::before {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer_info li:nth-child(1):before {
    content: 'CONTACT US';
}
.footer_info li:nth-child(2):before {
    content: 'LINK';
}

/* 聯絡資訊 */
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p.tel:before {
    content: 'TEL';
}
.footer_info li p.mail:before {
    content: 'EMAIL';
}
.footer_info li p.add:before {
    content: 'ADD';
}
.footer_info li p {
    font-weight: 500;
    margin-bottom: 10px;
}
.footer_info li p a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.footer_info li p:before {
    display: block;
    color: #ffffff;
}



/* footer選單 */
.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 25px;
}
.footer_menu a {
    font-family: "Onest", sans-serif, "Noto Sans TC", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    padding: 8px 11px 8px 0;
}
.copy, 
.copy a {
    color: #909090;
}
.copy {
    background: var(--color1); 
    margin-top: 70px;
}

/* hover */
.box_link a,
.box_link a:hover,
.footer_menu a,
.footer_menu a:hover,
.copy a,
.copy a:hover {
    transition: all .3s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_menu a:hover {
    background: transparent;
    color: #a8a8a8;
}
.copy a:hover {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 20px 0 0 !important;
    }
    .footer_info {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 450px) {
    .footer .center {
        padding: 0 8%;
    }
    .footer_info ul {
        justify-content: flex-start;
    }
    .footer_info li {
        padding: 10px;
    }
    .footer_info li+li {
        margin-top: 0;
    }
    .footer_info li::before {
        margin-bottom: 10px;
    }
    .footer_menu {
        row-gap: 0px;
        column-gap: 10px;
    }
}


#to_top{border-radius: 20%;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {    background: #02642F;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: transparent !important;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {    
    text-align: justify;
    color: #fff;
    display: none;
}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}
.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;
}
.clearfix:before, .clearfix:after {
    display: none;
}

.i_blog_ri h5 { color: #ffffff;}
.i_blog_ri em { color: #a3a3a3;}
.i_blog_ri p {color: #aba07d;}
.module_i_news li a:before {    color: #dfd1a1;}

.module_i_news li a {    grid-template-columns: unset;}

/* 選單 */
.blog_box {
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    /* padding: 0; */
}
h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #C4975B;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}
.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}
.blog_search form{
    width: 20%;
    position: relative;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #bebebe solid;
}

.accordion li .link a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 10px;
    transition: all 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #ffffff !important;
    transition: all 0.3s;
}
.accordion li::before{
    content: "";
    display: block;
    background-color: #ffffff;
    height: 2px;
    width: 0%;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.accordion li:hover:before,.blog_le .accordion > li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #ffffff solid;
    padding: 10px 35px 10px 10px;
    background: #474747ba;
}
.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}
.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}
.blog_search input[type=search]:focus {
    color: #ccc;
}








/* 內容 */
.blog_ri {
    width: 100%;
    padding: 0;
    min-height: 75vh;
}
.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
}
.blog_list_ri h5 {
    display: flex;
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 24px;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.subbox_item a:after{
    display: none;
}
.subbox_item a:before{
    display: none;
}
.blog_list_le {
    height: 0;
    width: 680px;
    line-height: 0;
    padding-bottom: 30%;
    overflow: hidden;
    position: relative;
}

.subbox_item {
    width: auto;
    width: 100%;
    margin-bottom: 100px;
}
.subbox_item a {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background: #474747;
}
.subbox_item a::before {
    content: "";
    display: block;
    width: 00%;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0px 15px 30px #ab9c8a94;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -1;
    opacity: 0;
    transition: all 0.7s;
}
.subbox_item a:hover:before {
    opacity: 1;
    width: 80%;
    transition: all 0.7s;
}
.blog_list_ri {
    width: 540px;
    margin-left: 0;
    padding: 5%;
}

.blog_list_le img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri em {
    font-size: 14px;
    color: #999;
    font-style: normal;
    display: block;
    margin: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog_list_ri p {
    font-size: 15px;
    color: #898989;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    line-height: 160%;
}


.blog_box_edit *{
    color: #fff !important;
}


.blog_back a.article_btn_back {
    background: #02642F;
}

.related_list li a img {
    position: relative;
    max-width: 100%;
    z-index: 1;
    border-radius: 20px;
}




@media screen and (max-width: 1440px) {
    .blog_page .main_part {
        max-width: 80%;
    }
    .blog_list_le {
        height: 0;
        width: 470px;
        line-height: 0;
        padding-bottom: 30%;
        overflow: hidden;
        position: relative;
    }
    .blog_list_ri {
        width: 440px;
        margin-left: 0;
        padding: 5%;
    }
    .subbox_item {
        width: auto;
        margin-bottom: 90px;
    }
    
    
}
@media screen and (max-width: 1440px) {
    .blog_list_le {
        height: 0;
        width: 370px;
        line-height: 0;
        padding-bottom: 30%;
        overflow: hidden;
        position: relative;
    }
    .blog_list_ri {
        width: 340px;
        margin-left: 0;
        padding: 5%;
    }
    .subbox_item {
        width: auto;
        margin-bottom: 60px;
    }
    .blog_list_ri h5 {
        color: #fff;
        margin-bottom: 40px;
        font-size: 20px;
    }

     .header_area {    position: relative;    background: #000;}
    
     .header_area.header_area.sticky {
        position: fixed;
        background: #000;
    }


}
@media screen and (max-width: 960px){
.subbox_item {
    border-bottom: none;
}
}

@media screen and (max-width: 768px) {
    .blog_subbox {
        display: block;
    }
    .subbox_item {
        width: 100%;
    }
    .subbox_item a {
        display: block;
    }
    .blog_list_le {
        display: block;
        width: 100%;
        padding-bottom: 50%;
    }
    .blog_list_ri {
        display: block;
        width: 100%;
    }
    .blog_box {
        padding: 0;
    }
    h4.blog_category_title{
        display: none;
    }
    .blog_page .main_part {
        padding: 0;
    }
    .blog_list_ri em {
        font-size: 14px;
        color: #999;
        font-style: normal;
        display: block;
        margin: 0;
        position: relative;
        bottom: 0;
        right: 0;
    }
    .blog_page .page{
        display: none;
    }
    .blog_le .accordion {
        width: 100%;
    }
    .blog_search form {
        width: 40%;
    }
    .blog_le {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .blog_search form {
        width: 100%;
    }
}




/*文章-首頁*/
.module_i_news {
    padding: 10% 5% 5% 5%;
    -webkit-animation: noise 1.5s steps(5) alternate infinite;
    animation: noise 1.5s steps(5) alternate infinite;
}
.news_related { background: #0000004d}
.module_i_news li a:after {    background: rgb(4 4 4 / 44%); border: 1px #ada17e solid;}
.i_prod_tit span, .i_video_tit span {color: #fff;font-size: 28px;font-weight: 800;}

@keyframes noise {
    0% {      background-position: -88px 166px    }
    20% {      background-position: 222px -333px    }
    40% {      background-position: -111px 444px    }
    60% {      background-position: 33px -66px    }
    80% {      background-position: -138px 212px    }
    100% {      background-position: 317px -197px    }
}
.module_i_news .title_i_box {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    margin: auto;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1400px;
}
.module_i_news ul {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
}

.module_i_news section {    max-width: 100%;}
.module_i_news .title_i_box h6{display: none;}
.module_i_news .title_i_box h4 {
    font-size: 20px;
    color: #ffffff;
}
.module_i_news .title_i_box h4 {    font-size: 28px;font-weight: 800; }
.pageIndex .productsListBox, .productsListBox.swiper {padding: 10px 0;}
.news_related_list li a p{    color: #ffffff;}


/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #474747;}
.blog_box_edit p {    line-height: 200%;    margin-bottom: 10px;}
.blog_box_edit img {    width: 100% !important;}
.b_des {    color: #666;    padding-bottom: 30px;} /*文章標籤*/
.news_related_list li a {background: #474747;}
.blog_back a.article_btn_next{    background: #961009;}
.blog_back a.article_btn_prev{    background: #961009;}
.news_related h6 span:before{color: #ffffff;}

@media screen and (max-width: 425px) {
    .module_i_news ul {
        width: 100%;
        grid-template-columns: unset;
        max-width: 1400px;
    }}






/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 1400px; width: 90%;  margin: 0 auto;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr;  gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic  {  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
  display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #ffffff; }
.show-list .item:hover .show_name {  color:#d3d3d3;}
.other_album_choice li {  background: #961009; border-radius: 0px;}
.subalbum-menu h2{  color: #DDDDDD;font-size: 24px; display: none;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 10px; text-align: center; font-weight: 400;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px;}

/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {text-align: center; font-weight: 600; letter-spacing: 4px; transition: 0.3s ease;} 
.album_page .show-list .show_pic img {transform: scale(1); -webkit-filter: grayscale(1) contrast(1.2); transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.03); -webkit-filter: grayscale(0) contrast(1); transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
.album_class_page .other_subalbum li a img {transform: unset;}
.block {display: none;}
.album_fixed_title {background: none;     color: #ffffff; }
.album_class_page .other_subalbum li a img {-webkit-filter: grayscale(1) contrast(1.2);  transition: all .5s ease-out;}
.album_class_page .other_subalbum li a img:hover {-webkit-filter: grayscale(0) contrast(1);  transform: scale(1.03); transition: all .5s ease-out;}
.show-list .item a{color: #ffffff;}
.album_descrip{color: #ffffff;}


@media screen and (max-width: 980px) {
/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr 1fr;}
}


@media screen and (max-width: 768px) {
/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{  color: #DDDDDD;font-size: 20px;}}

@media screen and (max-width: 600px) {/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{  font-size: 18px;}}


.show-list .show_pic img,
.other_subalbum li a img,
.pic-list .show_pic img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
    @media screen and (max-width: 980px) {
        @media screen and (max-width: 768px) {
            @media screen and (max-width: 600px) {
                .main_part {
                    padding: 30px 10px 10px;
                }
            }
        }
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.show_content {padding: 90px 10px;}
.product_page .product_menu_list { position: relative; width: 200px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
ul.page { width: 100%;}
.inquiry_a1 {background: #961009;}
.inquiry_a2 {background: #474747;}
.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;    border-left: none;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:transparent; color:#961009;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 0px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
.path p a{    display: none;}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
 
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0;
    padding: 150px 0;
}

.product_menu_list {
    margin-bottom: 0;
}

.pd_tabTitle li.activeTab a{  color: rgb(255 255 255);}


/* 選單 */
.product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-right: 10%;
}
.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: fit-content;
    text-align: left;
    border-left: 1px solid #21252942;
    transition: all 0.5s;
}
.product-layer-two li::before {
    content: "";
    display: inline-block;
    background-color: #ff0900;
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    bottom:  0;
    transition: all 0.5s;
}
.product-layer-two li:hover:before {
    bottom:  inherit;
    top:  0;
    height: 100%;
    transition: all 0.5s;
}
.product-layer-two li a {
    color: #ffffff;
    border: 0;
    padding: 15px 20px;
    background: transparent;
    text-wrap: nowrap;
    transition: all 0.3s;
}
.product-layer-two li:hover > a { 
    background: transparent;    
    color: #e2e2e2;
    padding-left: 30px;
}
.product_page .show_content {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
}


.page {
    color: #212529;
    width: 100%;
}
.product-layer-two li.active > a {
    background: transparent;
    color: #dcdcdc;
    border: 0;
    border-left: 5px #961009 solid;
    font-weight: normal;
}

.products-list .price b {
    color: #961009;
    font-size: 16px;
    width: calc(50% - 10px);
}
.products-list .price b.ori_price{
    color: #eb7171;

}

.product-layer-two li i {
    top: 10px;
    color: #961009;
    transition: 0.3s;
    /* left: 150px; */
    width: 100%;
    justify-content: flex-end;
}

.fa-circle-plus::before, .product-layer-two li i.close::before {
    transition: all .3s;
}

.fa-circle-plus::before {
    content: "\2b";
}

.product-layer-two li i.close::before {
    content: "\f068";
    transform: rotate(-180deg);
}

/* 內容 */

.product_info_page .swiper-wrapper .swiper-slide.swiper-slide-active:nth-child(1):before{display: none;}

.product_info_page .swiper-wrapper .swiper-slide.swiper-slide-active:nth-child(2):before{display: none;}

.products-list .more {
    border: 1px solid #ffffff !important;
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
}
.products-list .item a:hover .more {    background: #961009;    border-color: #212529;	color: #ffffff;}
.products-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 220px);
    flex: 1;
    margin-left: 20px;
    padding: 0;
    grid-gap: 1%;
    height: auto;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: none;
}
.products-list .item {
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
    padding: 8%;
    margin: 0.05%;
    background: transparent;
    border-radius: 0;
    transition: all 0.5s;
}
.products-list .item:hover {
    background: #ff1f1f2e;
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .item a img {
    height: auto;
    transition: all 0.5s;
}
.products-list .item a:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #ffffff;
    height: auto;
    padding: 5%;
}
.products-list .name::before {
    content: "";
    text-align: center;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 10px 0;
}
.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.products-list .item a:hover .pic{
    transition: all 0.5s;
}

ul.page {
    width: 100%;
    margin: 80px auto 20px auto;
    color: #961009;
}

.page strong, .page a:hover {
    background: #961009;
    color: #fff;
}

ul.page li.activeN {
    width: 35px;
}



/*內頁*/
.product_info_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 0px;
}
.lastPage {background: #474747;}
.nextaction {    background-color: #c1b09c;}
.lastaction {    color: #fff;    background-color: #c1b09c;}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;
}
.product_pic #bx-pager a {
    border: none;
}
.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 10%;
    margin-right: 10%;
    position: absolute;
    left: 100px;
}
.product-wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sidebarBtn {
    padding: 5% 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0;
    background: transparent;
}
.sidebarBtn h2 {
    color: #ffffff;
    font-size: 24px;
}

.sidebarBtn  {
    color: #ffffff;
}
.product_info li span {
    color: #ffffff;
}
#bx-pager h6{
    display: none;
}
ul.prod li h3.prod-thumb {
    background: transparent;
    color: #961009;
    padding: 0;
    text-align: left;
}
ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #961009;
    margin: 10px 0;
}
ul.prod {
    list-style: none;
    display: block;
    width: 100%;
}
ul.prod li .prod-panel {
    color: #212529;
    text-align: left;
}
ul.prod li {
    margin-bottom: 40px;
    color: #212529;
}
.toShare {
    border-top: 1px solid #ffffff;
}


.pd_tabTitle {
    font-size: 40px;
    color: #666666;
}
.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: #961009;
}
.pd_tabTitle li {
    border-bottom: none;
}



/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}
ul.prod li span{
    color: #212529;
}
.qaform .breakF {
    border: 1px #212529 solid;
    background: #00000061;
    color: #fff;
}
.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}
.productBtn{
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #212529 solid !important;
    color: #212529;
    transition: all 0.5s;
}
.productBtn:hover{
    background-color: #00000071;
    transition: all 0.5s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #9610097a   !important;
}

/*  */

.prod_related {
    background: #00000047;
    padding: 25px 15px;
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #ffffff;
}
.related_list li a {
    display: block;
    padding: 5%;
    background: #fff;
    border-radius: 30px;
}
.related_list li a p {
    font-size: 15px;
    color: #4A4A4A;
    margin: 10px 0;
}
.related_list li{
    transition: all 0.5s;
}
.related_list li:hover{
    transform: scale(1.05);
    transition: all 0.5s;
}
.mobile_product_name {
    display: none;
}
.product_menu_list {
    margin-bottom: 0;
}
.product_main {
    position: relative;
    left: 0px;
}
.prod_tabs {
    margin-top: 0;
}
@media screen and (max-width: 1440px) {
    .product_main {
        left: 100px;
    }

    .show_content {
    padding: 20px 10px;
}
}

@media screen and (max-width: 1100px) {
    .products-list {
       grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1024px) {
  .products-list .item {
      width: auto;
}
}

@media screen and (max-width: 768px) {
    .product-layer-two {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        justify-content: space-between;
        align-items: flex-end;
    }
    .product-layer-two li {
        width: calc(100% / 3);
    }
    .product-layer-two li a {
        text-wrap: pretty;
        word-break: keep-all;
    }
    .product-layer-two li:hover > a {
        padding-left: 20px;
    }
    .products-list {
        width: 100%;
        padding: 20px 0;
        margin-top: 30px;
    }
    .product_info_page .product-layer-two {
        display: none;
    }
    .product-wrapper {
        left: 0px;
    }
    .product_info_page .show_content {
        width: 100%;
        padding: 5%;
    }
    .product_main {
        position: relative;
        left: 0;
    }
    .product_menu_list{
        display: none;
    }
    .product_page .main_part {
        padding: 0px 0; 
    }
    
}

@media screen and (max-width: 700px) {
    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }    
}

@media screen and (max-width: 500px) {
    .products-list {
        grid-template-columns: repeat(1, 1fr);
    } 
    .products-list .item {
        width: 100%;
    }
    .product_page .main_part {
        max-width: 85%;
    }
    .product-layer-two li {
        width: calc(100% / 2);
    }
    .products-list .more {
        font-size: 14px;
    }
    .products-list .item {
        width: 100%;
    }
    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;
    }
    
    .pd_tabTitle{    font-size: 24px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.red {    color:#ffafb6;}
.contact_page .main_part {  display: flex;  max-width: 100%; padding: 0; flex-wrap: wrap; padding-top: 0;}
.noborder {    background:#ffffff00;    color: #ffffff ;    padding: 5px;    border-radius: 3px;}
.contact_form { display: flex; margin-top: 0px; margin-bottom: 0px; font-size: 15px; color: #fff; flex-wrap: wrap; gap: 30px 60px; margin-top: 50px;}
.contact_form li { width: calc(100% / 2 - 30px); padding: 0; padding-left: 0; display: flex; flex-direction: column; align-content: center; align-items: flex-start; position: relative;}
.contact_form li .form__label { display: inline-block; width: 100%; text-align: left; margin-left: 0; padding-right: 0; vertical-align: top; color: #ffffff; margin: 0; position: relative;}
.contact_form li .form__insert {text-align: center;}
.contact_form li.last { display: flex; width: 100%; text-align: center; padding-left: 0; flex-direction: row; justify-content: flex-end;}
.contact_form li.last blockquote { color: #ffffff; padding: 0; margin: 0 0 0 20px; vertical-align: middle; border: none;}
.contact_form li input.noborder{ border: 0; border-bottom: 1px  #D9BBA0 solid; background-color: transparent; padding: 10px 0;}
.contact_form li.last cite { background: transparent; color: #3B3B3B; border: none; position: relative;display: inline-block; padding: 0; margin: 0 0 0 20px; vertical-align: middle;}
.contact_form li.last cite:after { content: ''; width: 2px; height: 51%; background: #D9BBA0; position: absolute; left: -6px; top: 13px;}
.contact_form li textarea.noborder { border: 1px #D9BBA0 solid;}
.contact_le_nomap { display: none;}
.blank_letter { padding-top: 60px;}
button, input, optgroup, select, textarea{color: #ffffff;}
.contact_form li.last cite {color: #ffffff;}
.contact_le_map a {background: #961009;}
.blank_letter {color: #ffffff;}

.form select {    background-color: #f3f3f3;    border: none;    color: #000000;    width: 100%;    margin: 0;    padding: 5px 26px 5px 5px;}

.contact_editbox { margin: 0; width: 100%; padding: 0; order: 2; max-height: 300px; position: sticky; top: 100px; filter: grayscale(1); transition: 0.5s;}
.contact_editbox:hover { transition: 0.5s; filter: grayscale(0);}

/*******************************************/
/*聯絡我們MAP區改滿版編輯區*/
/*電腦版表單最大寬度設定*/
/**/
.contact_page .path {    display: none;}
.contact_page .main_part { max-width: 100%;    padding: 100px 0 50px;}
.contact_content {    width: 90%;    padding:  0; max-width: 1400px; position: relative;}
.contact_content > form {    display: flex;margin-bottom: 50px;}
.contact_content .information_left {    width: 30%;    padding: 0;min-width: 250px;padding-right: 30px;}
.contact_content .information_right {    width: 100%;    margin: 0 auto;    padding: 0 0px;    display: block;flex:1;}
.contact_content .list_before {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
position: unset; color: #ffffff; font-weight: 600; letter-spacing: 1px;}
.list_before.info li {padding-left: 0px; color: #ffffff;}
.list_before li {letter-spacing: 1px; margin: 20px 0; width: 100%;}

.captcha {width: 100%;}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
.contact_content > form {flex-direction: column;}
.contact_content .information_left{width: 100%;     margin-top: 20px;}
.contact_form{ flex-direction: column; align-items: center;}
.contact_form li { width: 100%;}
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background-color: transparent;
    }
}



.path p, .path p a {    display: none;}
.info_fix {display: none;}





