@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor:#FDF165; /*網站主要色系*/
  --SubColor: #B6A292; /*網站輔助色系1*/
  --SubColor2: #49b295; /*網站輔助色系2*/
  --SFont:"Noto Sans TC", sans-serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
}
}
@media (max-width:375px) {
:root{
}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/* *{font-family: 'Raleway','Noto Sans TC','Oswald', sans-serif;letter-spacing: 1px;} */

@media screen and (max-width: 600px){
	/* .main_part {padding: 50px 20px 20px;} */
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
*{font-family: 'Advent Pro','Noto Sans TC', sans-serif;}
#content{background: url(https://pic03.eapple.com.tw/) no-repeat;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;min-height: 400px;object-fit: cover;}
/*其他設定*/
.bannerindex {position: relative;}
.swiper-pagination {margin-left: 0;/*transform: translateX(-50%);*/}
#content{background: #FEFDFC;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.bannerindex{position: relative;}
.bannerindex:before{content: "";width: 100%;height: 8vw;position: absolute;top: 0;left: 0;
background: linear-gradient(180deg, rgb(0 0 0 / 60%), transparent);z-index: 10;}
/*側邊小字*/
.swiper-banner:before,.swiper-banner:after{
	font-size: .8vw;
	writing-mode: vertical-lr;
	z-index: 100;
	letter-spacing: 4px;
	height: 40%;
	position: absolute;
	left: 5vw;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2BEB8;
}
/* .swiper-banner:before{content: "無苯木器漆";top: 70px;color: #fff;text-align: right;animation: sideA 1.5s;animation-fill-mode: both;} */
.swiper-banner:after{
	/* content: "安全 環保 安心塗料"; */
	padding-top: 2vw;
	top: 48%;
	color: #fff;
	text-align: left;
	animation: sideB 1.5s;
	animation-fill-mode: both;
	margin-bottom: 1vw;
}

/*底部色塊*/
/* .swiper-wrapper:before{content: "";position: absolute;left: 0;top: 0;width: 10vw;height: 100%;background: rgba(61,33,9,.3);z-index: 10;animation: bg 3s;animation-fill-mode: both;} */

/*大圖文字*/
.swiper-slide{position: relative;}
/* .swiper-slide:before,.swiper-slide:after{position: absolute;bottom: 10vw;left: 11vw;z-index: 100;} */
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active::after{
	display: block;
	width: fit-content;
	font-family: "Noto Sans TC", serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 2px;
	/* background: #ded8cc; */
	color: #FFFFFF;
	text-shadow: 0 0 5px #000000;
	padding: 5px 10px;
	position: absolute;
	left: 70vw;
	z-index: 100;
	animation-fill-mode: both;
}
.swiper-slide.swiper-slide-active:before{
	bottom: 15vw;
	animation: text-left 1.5s;
}
.swiper-slide.swiper-slide-active:after{
	bottom: 12vw;
	animation: text-right 1.5s;
}
/* .swiper-slide:nth-of-type(1).swiper-slide-active:before{
	content: '設計師作品，專屬訂製';
}
.swiper-slide:nth-of-type(1).swiper-slide-active:after{
	content: "讓你的家，成為一間現代感藝廊";
}
.swiper-slide:nth-of-type(2).swiper-slide-active:before{
	content: '工藝細緻，致敬經典';
}
.swiper-slide:nth-of-type(2).swiper-slide-active:after{
	content: "打造專屬你與場域的生活對話";
} */

@keyframes sideA{
	0%{opacity: 0;transform: translateY(0vw);}
	100%{opacity: 1;transform: translateY(2vw);}
}
@keyframes sideB{
	0%{opacity: 0;transform: translateY(2vw);}
	100%{opacity: 1;transform: translateY(0vw);}
}

@keyframes bg{
	0%{opacity: 0;width: 30vw;}
	100%{opacity: 1;width: 10vw;}
}
@keyframes text-left{
	0%{opacity: 0;transform: translateX(2vw);}
	100%{opacity: 1;transform: translateX(0vw);}
}

@keyframes text-right{
	0%{opacity: 0;transform: translateX(-2vw);}
	100%{opacity: 1;transform: translateX(0vw);}
}
@media screen and (max-width: 1520px){
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active::after{left: 65vw;}
.swiper-slide.swiper-slide-active:after{bottom: 11vw;}
}
@media screen and (max-width: 1300px){
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active::after{left: 60vw;}
}

@media screen and (max-width: 1024px){
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active:after{font-size: 20px;left: 55vw;}
.swiper-slide.swiper-slide-active:before{bottom: 12vw;}
.swiper-slide.swiper-slide-active:after{bottom: 8vw;}
}
@media screen and (max-width: 860px){
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active:after{font-size: 18px;}
}
@media screen and (max-width: 768px){
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active::after{font-size: 16px;}
.swiper-slide.swiper-slide-active:before{bottom: 90px;}
.swiper-slide.swiper-slide-active::after{bottom: 50px;}
}
@media screen and (max-width: 690px){
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active::after{left: 50vw;}
}
@media screen and (max-width: 580px){
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active::after{left: 45vw;}
}
@media screen and (max-width: 510px){
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active::after{left: 40vw;}
}
@media screen and (max-width: 460px){
.swiper-slide img{min-height: 300px;}
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active::after{left: 35vw;}
}
@media screen and (max-width: 425px){
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active::after{left: 30vw;}
}
@media screen and (max-width: 375px){
.swiper-slide.swiper-slide-active:before,.swiper-slide.swiper-slide-active::after{left: 15vw;}
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*Header/＝＝＝＝＝*/
.main_header_area{background: #FFFFFF;}
.main_header_area .container {
	max-width: 1600px;
}
.nav-header{
	left: 20px;
}
.nav-brand {
	display: inline-block;
	width: 185px;
	padding-top: 18px;
}
.navigation {    padding: 10px 0 10px 210px;}
/*第一層*/
.stellarnav > ul > li > a {    transition: all 0.3s;    padding: 0 10px;}
.stellarnav > ul > li > a b , .stellarnav > ul > li > a {line-height: 32px;    height: 32px;}
.stellarnav > ul > li > a:hover b {
	transform: translateY(calc(-1 * 40px));
	-webkit-transform: translateY(calc(-1 * 40px));
	-moz-transform: translateY(calc(-1 * 40px));
}
.stellarnav li.has-sub > a:after{content:none;}
.stellarnav > ul > li:hover > a{color: var(--SubColor);}
/* .stellarnav > ul > li:last-of-type {    display: none;} */
.stellarnav > ul > li > a:hover:before{opacity: 1;bottom: 0;}

/*運送地區隱藏*/
.stellarnav > ul > li:nth-last-of-type(1){display: none;}

.stellarnav > ul > li > a {color: #333333;}
.stellarnav > ul > li > a:hover {color: #ada692;}
/*第二層*/
.stellarnav ul ul{width: 120px;}
.stellarnav li li {    display: block;    border: none;    margin-bottom: 0;}
.stellarnav li li + li{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7CDCD;
	border-right-color: #C7CDCD;
	border-bottom-color: #C7CDCD;
	border-left-color: #C7CDCD;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
	padding: 10px 5px;
	transition: all 0.3s;
	background: #F9F7F4;
	color: #333333;
	text-align: center;
	font-size: 14px;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;background: var(--SubColor);}
.stellarnav > ul >li >ul {
	overflow: hidden;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
/*SubMenu*/
.box_search input[type=text]{
	border-radius: initial;
}
.shop_search_btn {
	background: var(--MainColor);
	border-radius: initial;
	color: #000000;
	padding: 2.5px 15px;
	top: 1px;
	right: 1px;
}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: var(--MainColor);}


/*購物車搜尋欄*/
.tp_links{display:none;}
.me_tp_features {padding-right: 10px;}
/* .me_tp_features a {  color: #fff;} */
.me_tp_features a span{
	display: none;
}
.me_tp_features a.tp_btn_cart{
	position: relative;
}
.me_tp_features u{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 12px;
	width: 100%;
	min-height: 12px;
	border-radius: 50%;
	position: absolute;
	right: -5px;
	bottom: -5px;
	background: var(--MainColor);
	font-family: '微軟正黑體';
	font-size: 8px;
	color: #000000;
}

.me_tp_features a:hover {color: var(--SubColor);}
.stellarnav .menu-toggle span.bars span {background: var(--SubColor);}
.stellarnav .menu-toggle:after {color: var(--SubColor);}
/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
.pageIndex .header_area{position: fixed;width: 100%;background: #FFFFFF;}
.pageIndex .header_area .main_header_area {    background: transparent;transition:all 0.5s;position: relative;}

/* .pageIndex .header_area.sticky .main_header_area {background: rgb(119, 95, 77,0.8);} */
@media screen and (max-width: 1024px) {
.navigation {padding: 0;}
.me_tp_features {margin: 0;padding-bottom: 7px;}
.stellarnav ul {padding-bottom: 10px;}
.pageIndex .header_area{position: relative;}
.header_area.sticky{position: fixed;}
.shop_search_btn{right: 4px;}
}
@media screen and (max-width: 768px) {
.nav-brand {
	width: 185px;
	padding-top: 15px;
	padding-bottom: 8px;
}
.stellarnav .menu-toggle:after{font-weight: 700;}
.stellarnav.mobile{left: 20px;top: 20px;}
.stellarnav.mobile > ul > li > a{display: block;line-height: 1;padding: 15px 43px 15px 10px;}
.stellarnav .dd-toggle{width: 40px;height: 40px;top: 1px;right: 1px;}
.stellarnav.mobile > ul > li > a.dd-toggle{
	top: 10px;
	right: -15px;
}
.stellarnav.mobile li li.has-sub a{padding: 10px;}
.stellarnav li li > a,.stellarnav li li.has-sub > a{background: var(--SubColor);color: #FFFFFF;}
.stellarnav li li.has-sub a.dd-toggle .icon-plus::before,.stellarnav li li.has-sub a.dd-toggle .icon-plus:after{border-color: #FFFFFF;}
.stellarnav li li > a, .stellarnav li li.has-sub > a{background: #b3aca1;}
.stellarnav li li:hover > a,.stellarnav li li.has-sub:hover > a{background: #b3aca1;}
.stellarnav.mobile ul ul ul a{background: #666666;}
.stellarnav.mobile li.open li.open {background: #b3aca1;}
}
@media screen and (max-width: 600px) {
.nav-brand { width: 170px;}
}
@media screen and (max-width: 570px) {
.stellarnav.mobile{left: 15px;top: 15px;}
}
@media screen and (max-width: 400px) {
.stellarnav.mobile{left: 10px;top: 10px;}
}
/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*Footer/＝＝＝＝＝*/
.footer {
	padding: 50px 0 0;
	background: #222222;
}
.footer_logo{
	display: block;
	width: fit-content;
	margin: 0 auto;
}

.box_link a { display: none;}
.copy {    border: none;    padding: 50px 0 40px;    text-align: right;    width: 100%;    max-width: 1260px;    margin: 0 auto;}
.copy, .copy a {    color: #a79987; transition:all 0.3s;}
.center {  max-width: 1600px;}
/* .footer_info li p.taxid:before { content: '信箱：';}
.footer_info li p.tel:before { content: '台中門市電話：';}
.footer_info li p.add:before { content: '台中門市地址：';}
.footer_info li p.tel2:before { content: '新竹門市電話：';}
.footer_info li p.add2:before { content: '新竹門市地址：';} */
.footer_info{
	padding: 0;
}
.footer_info ul{
	display: block;
	width: 100%;
}
.footer_info li{
	padding: 40px 0 0;
}
.footer_info section{
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_info li:nth-child(2){
	display: none;
}
.info_fix_links{
	display: block !important;
}
.info_fix_links a{
	background: #EEEEEE;
	margin-bottom: 0;
}
.info_fix_links a+a{
	margin-top: 15px;
}
.info_fix_links a:hover{
	background: var(--SubColor);
}
.info_fix>span{
	display: none;
}
.info_fix_tel span::before,.info_fix_tel2 span::before{
	background-image: url(../img/fix_tel.png);
}
.info_fix_line span::before{
	background-image: url(../img/fix_line.png);
}
.info_fix_links a.info_fix_fb span::before{
	background-image: url(../img/fix_fb.svg);
	background-size: 55%;
}
.info_fix_links a.info_fix_ig span::before{
	background-image: url(../img/fix_ig.svg);
	background-size: 55%;
}
.info_fix_links a:hover span::before{
	filter: brightness(20);
}
.footer_info li p{
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 30px;
	color: #CCCCCC;
}
.footer_info li p.line:before{
	content: 'LINE：';
}
.footer_info li p.tel:before{
	content: '電話：';
}
.footer_info li p.mail:before{
	content: '信箱：';
}
.footer_info li p::after{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 5px;
}
.footer_info li p.line::after{
	background: url(../img/ft_line.png) center no-repeat;
	background-size: contain;
}
.footer_info li p.tel::after{
	background: url(../img/ft_tel.png) center no-repeat;
	background-size: contain;
}
.footer_info li p.mail::after{
	background: url(../img/ft_mail.png) center no-repeat;
	background-size: contain;
}

.footer_info li p a{
	font-family: "Noto Sans TC", serif;
	color: #CCCCCC;
}
.copy,.copy a{
	padding: 40px 0;
	text-align: center;
}

@media screen and (max-width: 1235px) {
.info_fix,.info_fix_links{width: auto;}
/*footer*/
.footer_info section{max-width: 800px;}
}

@media screen and (max-width: 1024px) {

/*footer*/
.footer_info section{max-width: 650px;}
}
@media screen and (max-width: 768px) {
.footer_info li{padding-top: 30px;}
.info_fix_links a,.info_fix_links a span{width: 40px;height: 40px;}
.info_fix_links a span::before{background-size: 60%;}
.footer_info section{flex-flow: column;justify-content: center;}
.copy,.copy a{padding: 30px 0;}
}

@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
}





/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
body.blog_page #content{
	background: #FEFDFC;
}
/*側邊選單*/
h5.blog_le_t em{font-weight: 400;font-size: 20px;}
h5.blog_le_t span {font-size: 20px;padding-left: 5px;font-weight: 400;}
.blog_search input[type=search]{border-radius: 0;}
.blog_le {width: 250px;padding: 15px;}
.blog_le .accordion {border-radius: 0;border: none;}
.blog_le .accordion li{border-bottom: 1px solid #ddd;}
.blog_le .accordion li.open {background: #ddd;}
.accordion li .link{padding: 0;border-bottom: none;}
.accordion li .link a{padding: 15px 10px;display: inline-block;font-weight: 300;color: #000;}
.blog_le .accordion > li{transition: .5s ease;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #000000 !important;}
.submenu {background: #fff;}
.submenu a{padding: 12px 12px 12px 30px;}
.submenu a:hover {background: #eee;color: #555;padding: 12px 12px 12px 35px;}
/*分類區塊*/
.blog_ri {width: calc(100% - 260px);padding: 0;}
h4.blog_category_title {padding: 0;margin: 0 0 5px 0;font-weight: 300;font-size: 20px;color: #555;}
.subbox_item{width: 100%;border-bottom: 1px solid #EEEEEE;margin: 0;padding: 0;}
.subbox_item a {display: flex;justify-content: space-between;align-items: center;padding: 30px;}
/* .subbox_item a:before{display: none;}
.subbox_item a:after{display: none;} */
.subbox_item a:before{
	max-width: 175px;
	width: 100%;
	background: #888888;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	right: 50%;
	bottom: 50%;
	transform: translate(50%,50%);
}
.subbox_item a:after{border: none;box-shadow: 0 0 10px #CCCCCC;background: rgba(255,255,255,0.8);}
.blog_list_le {width: 30%;}
.blog_list_ri {width: 70%;padding: 0 20px;}
.blog_list_ri h5 {font-size: 24px;font-weight: 400;color: #333;}
.blog_list_ri em {position: absolute;right: 10px;bottom: 10px;font-weight: 300;}
.blog_list_ri p {font-weight: 300;color: #555;line-height: 180%;margin-top: 10px;}
/*詳細頁*/
.blog_in_page h4.blog_category_title {
	font-weight: 400;
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
   margin-bottom: 15px;
}
.blog_back{display: flex;align-items: center;justify-content: center;border: 1px solid #888888;}
.blog_back a{padding: 12px 15px;font-size: 14px;font-weight: 300;transition: .5s ease;width: calc(100% / 3);}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next{background: transparent;color: #888888;}
.blog_back a.article_btn_prev:hover,.blog_back a.article_btn_next:hover{background: #888888;color: #FFFFFF;}
.blog_back a.article_btn_back {background: #888888;}
.blog_back a.article_btn_back:hover{background: var(--SubColor);border-color: var(--SubColor);}
/*首頁文章管理*/
.module_i_news {padding: 0 20px 80px;}
.module_i_news .title_i_box h6,.prod_part .i_prod_tit h6{
	font-size: 50px;
	font-weight: 400;
	color: #F3CA00;
}
.module_i_news .title_i_box h4{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 5px;
}
.module_i_news ul {display: grid;grid-template-columns: repeat(4,1fr);gap: 10px;}
.module_i_news li{width: 100%;position: relative;}
.module_i_news li:nth-child(n+5){display: none;}
/* .module_i_news li a:before{display: none;}
.module_i_news li a:after{display: none;} */
.module_i_news li a:before{
	position: absolute;
	max-width: 175px;
	width: 100%;
	bottom: 50%;
	right: 50%;
	transform: translate(50%,50%);
	background: #888888;
	padding: 10px;
	z-index: 99;
	opacity: 0;
	color: #FFFFFF;
	text-align: center;
}
.module_i_news li:hover::before{
	opacity: 1;
}
.module_i_news .title_i_box h4 {font-size: 24px;color: #333;}
.module_i_news .title_i_box h4:before{content: "";display: block;color: #ACACB2;font-size: 16px;font-weight: 400;}
.i_blog_b a,.i_prod_b a{
	max-width: 210px;
	background: #888888;
}
.i_blog_b a:hover,.i_prod_b a:hover{
	background: var(--SubColor);
}
.i_blog_b a b,.i_prod_b a b{
	font-weight: 400;
}
.i_blog_b a i,.i_prod_b a i{
	display: none;
}
.i_blog_le{width: 100%;}
.i_blog_ri{width: 100%;}
.i_blog_ri h5 {color: #333;margin-top: 10px;}
.i_blog_ri p {line-height: 180%;font-size: 14px;font-weight: 300; -webkit-line-clamp: 2;}

@media screen and (max-width: 960px){
/*分類區塊*/
.subbox_item {border-bottom: none;}
.blog_list_le {width: 150px;}
.blog_list_ri {width: calc(100% - 155px);padding-left: 30px;}
.blog_list_ri h5 {font-size: 18px;}
.blog_list_ri p {margin-top: 10px;font-size: 12px;}
.blog_list_ri em {position: relative;right: 0;top: 0;}
/*詳細頁*/
.blog_in_page h4.blog_category_title{font-size: 18px;}
}
@media screen and (max-width: 768px) {
.module_i_news .title_i_box h6,.prod_part .i_prod_tit h6{font-size: 45px;}
.module_i_news .title_i_box h4{font-size: 18px;}
/*側邊*/
.blog_ri {width: 100%;padding: 0;}
.blog_le{width: 100%;}
/*分類區塊*/
.blog_list_le {width: 40%;}
.blog_list_le img {object-fit: cover;min-height: 200px;}
.blog_list_ri {width: 60%;padding: 0 30px;}
/*首頁文章*/
.module_i_news ul{grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 600px) {
.module_i_news{padding-bottom: 50px;}
.module_i_news .title_i_box h6,.prod_part .i_prod_tit h6{font-size: 40px;}
}
@media screen and (max-width: 450px){
/*分類區塊*/
.subbox_item a {display: block;padding: 10px;}
.blog_list_le {width: 100%;margin: 0 auto;display: block;}
.blog_list_ri {width: 100%;padding: 10px;}
/*詳細頁*/
.blog_back {margin-top: 80px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
h5.blog_le_t{color: #717171;}
.accordion li .link a {color: #717171;}

/*清單頁*/
/*文章頁*/
.blog_box_edit * {color: #6f6f6f;    line-height: 180%;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   促銷方案&小撇步文章分享   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*首頁*/
.news_part .title_i_box h4{color: #555;}
.news_list ul li a:hover {background: #eee;}
/*詳細頁*/
.show_content .edit{line-height: 180%;font-weight: 300;}
.promotion_title {position: relative;border-bottom: 1px solid #eee;padding-bottom: 50px;}
.promotion_title em {display: block;border: none;font-size: 14px;font-weight: 300;padding: 0;}
.promotion_title span {border: none;color: #555;padding: 0;margin: 0;
position: absolute;right: 0;bottom: 10px;font-weight: 300;letter-spacing: 2px;}
.promotion_title span:before{content: "發布時間";display: block;font-weight: 400;}
.promotion_title h2{display: block;font-weight: 400;font-size: 24px;}
.other_promotion {margin-top: 200px;}
.other_promotion:before{content: "Read More";display: block;color: #aaa;padding:10px 15px;}
.other_promotion li{border-bottom: 1px solid #ddd;width: 100%;margin-left: 0;}
.other_promotion li:last-child{border-bottom: none;}
.other_promotion li a {display: flex;width: 100%;margin: 0;font-weight: 300;padding: 25px 15px;border: none;}
.other_promotion li a:before{display: none;}
.other_promotion li a:after{display: none;}
.other_promotion li a:hover {background: transparent;}
.other_promotion .pmtTime {width: 150px;}
.other_promotion .pmtTime span{float: left;letter-spacing: 3px;}
.other_promotion .pmtTitle{width: calc(100% - 160px);}
.other_promotion .pmtTitle span{display: none;}
.other_promotion .pmtTitle h3 {font-size: 14px;height: auto;min-height: auto;margin: 0;padding-left: 30px;
letter-spacing: 4px;font-weight: 300;color: #000;position: relative;}
.other_promotion .pmtTitle h3:before{content: "〉";font-size: 12px;color: #fff;transition: all .5s;
position: absolute;left: 10px;top: 50%;transform: translateY(-50%);}
.other_promotion li a:hover h3:before{color: #888;}

@media screen and (max-width: 768px){
	.promotion_title h2 {font-size: 18px;}
}
@media screen and (max-width: 450px){
	.other_promotion li a {flex-wrap: wrap;}
	.other_promotion .pmtTitle {width: 100%;}
	.other_promotion .pmtTitle h3 {padding-left: 0;}
	.other_promotion .pmtTitle h3:before{display: none;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/








/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{display: flex;flex-wrap: wrap;}
.show-list .item {width: 33.3%;padding: 2%;margin: 0;}
.show-list .item:hover .show_name {color: #000000;font-size: 20px;}
.show-list .show_name {text-align: center;font-weight: 500;}
.overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}
/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {color: #555;text-align: center;display: block;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{display: flex;flex-wrap: wrap;}
.other_subalbum li {width: 33.3%;padding: 2%;margin: 0;}
.other_subalbum li p{text-align: center;margin-top: 10px;color: #555;letter-spacing: 2px;}
.other_subalbum li div{height: 0;padding-bottom: 75%;overflow: hidden;}
.other_subalbum li img{min-height: 20vw;object-fit: cover;transition: all .5s;}
.other_subalbum li:hover img{opacity: .6;}
/*相片頁*/
.album_info_page .main_part {max-width: 1600px;}
.pic-list{display: flex;flex-wrap: wrap;}
.pic-list .item {padding: 0;margin: 10px;width: 33.3%;padding: 0.1%;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 20vw;object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;font-size: 15px;}
.other_album_choice li {background: #555;border-radius: 3px;font-size: 12px;}

@media screen and (max-width: 768px){
	/*主分類*/
	.show-list .item {width: 50%;}
	.show-list .show_pic img{min-height: 35vw;}
	/*次分類*/
	.other_subalbum li{width: 50%;}
	.other_subalbum li img{min-height: 35vw;}
	/*相片頁*/
	.pic-list .item {width:100%;}
	.pic-list .show_pic img {min-height: 35vw;}
}

@media screen and (max-width: 450px) { 
	/*相簿*/
	.show-list .show_pic img{min-height: 140px;}
	.other_subalbum li img{min-height: 140px;}
	.pic-list .show_pic img {min-height: 140px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*主分類*/
.show-list .item .show_name{color: #fff;}
/*相片頁*/
.album_fixed_title{color: #fff;}
.other_album_choice li {background: #bb7f4a;}
.pic-list .item h6{color: #fff;font-size: 16px;font-weight: 400;}


@media screen and (max-width: 450px) {
	/*主分類*/
    .show-list .item {width: 100%;margin-bottom: 20px;}
    .show-list .item .show_name{font-size: 16px;}
    /*相片頁*/
    .pic-list .item h6{font-size: 12px;}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*整體設定*/
.blank_letter{font-family: 'Noto Sans TC', sans-serif;color: #444;font-size: 24px;padding-top: 0;}
.contact_content .information_right {width: calc(100% - 310px);padding-left: 50px;}
/*表格區塊*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {font-weight: lighter;}
button, input, optgroup, select, textarea{outline: none;}
input[type="checkbox"], input[type="radio"] {margin: 5px 5px 5px 10px;}
input[type="checkbox"]:nth-child(1), input[type="radio"]:nth-child(1) {margin: 5px 5px 5px 0px;}
.list_before.info li {font-weight: 300;}
.form select {background: transparent;color: #444;border: none;border-bottom: 1px solid #aaa;width: 100%;}
.form select option{background: #eee;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 15px 0;}
.contact_form li {width: 48%;padding-left: 0;padding: 15px 0;}
.contact_form li input.noborder {padding-left: 10px;background: transparent;border: none;border-bottom: 1px solid #eee;}
.contact_form li textarea.noborder{border: 1px solid #eee;padding-left: 10px;background: transparent;}
.contact_form li.last{width: 100%;}
.contact_form li.last cite {margin-left: 10px;background: #555;color: #eee;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #ccc solid;width: 130px;}
.contact_form li.last blockquote input {color: #333;font-size: 14px;font-weight: 300;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 3px;}
.information_right .contact_form li.last blockquote input {color: #000;font-weight: 300;font-size: 14px;}
.contact_form li .form__label{font-weight: 300;color: #000;width: 100%;text-align: left;margin-left: 0;margin-bottom: 5px;}
.contact_form li .form__insert{color: #444;width: 100%;}
.noborder {padding: 10px;}
.blank_letter {font-weight: 400;font-size: 20px;letter-spacing: 3px;}

@media screen and (max-width: 768px) {
	/*整體設定*/
	.blank_letter{padding-top: 0;}
	.blank_letter.f{margin-top: 50px;}
	/*資訊區塊*/
	.list_before{margin-top: 10px;}
	/*表格區塊*/
	.contact_content .information_right {width: 100%;padding-left: 10px;}
	.contact_form li input.noborder{border-radius: 0;}
}
@media screen and (max-width: 600px){
	.contact_content{padding: 0;}
}
@media screen and (max-width: 450px){
	.contact_form li{width: 100%;}
	.blank_letter{padding-top: 0;font-size: 18px;}
	.blank_letter.f{margin-top: 50px;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/* .blank_letter{color: #fff;} */
.car_page .information_left{padding: 0;}
/*側邊資訊*/
.list_before.info li,.list_before.info li a{color: #fff;}
/*表格*/
.contact_form li .form__label {color: #fff;}
button, input, optgroup, select, textarea {color: #333333;}
.contact_form li.last cite {background: #bb7f4a}
.information_right .contact_form li.last blockquote input {color: #fff;}






/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.prod_part { max-width: 1400px;}
.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;}
.product_page .product-layer-two {
	position: relative;
	width: 220px;
	letter-spacing: 1px;
	border-right: 1px solid #ccc;
	min-height: 30vw;
	padding: 15px 0;
	border-radius: 8px;
}
.product_page .products-list,.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}
.product-layer-two li ul { position:static; margin-top:10px; 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:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;transition: .5s ease;}
.product-layer-two li li:hover > a { transform: translateX(10px);}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;}
.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 > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: #fff; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ADA17E;}
.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;}
.product_info li span{color: #333333;font-size: 16px;font-weight: 400;}
.product_info li:nth-of-type(1) span{background: #EDEAE5;padding: 5px 10px;}
.inquiry_a3:hover{   background: var(--SubColor);}
.car_page .information_left {display: block;}
.pr_p{font-size: 16px;font-weight: 400;}
@media screen and (max-width: 1200px) {
	.products-list .item { width: calc(100% / 3);}
}
@media screen and (max-width: 980px) {
	.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
.product-layer-two,.products-list,.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,.product_page .products-list { width: 100%; border-right: none;padding: 0;margin: 0 auto;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 5;}
/* .product_page ul.product-layer-two { order: 3;} */

.product-layer-two{display: block;}
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}
}


/*清單頁_側邊選單*/
.product_page .product-layer-two {border-right: none;}
.product-layer-two li li{padding: 5px 15px;background: transparent;border: none;}
.product-layer-two li li a {background: transparent;font-weight: 400;color: #555;padding-left: 25px;}
.product-layer-two li a {background: transparent;border: none;}
.product-layer-two li ul{margin-top: 0;}
.product-layer-two > li {border-bottom: none;font-weight: 500;}
.product-layer-two > li > a{
	display: flex;
	align-items: center;
	color: #555;
	border-bottom:1px solid #CCCCCC;
	padding: 10px;
	transition: .5s ease;
}
.product-layer-two > li > a:hover{
	background: #000000;
	color: #FFFFFF;
	/* border-radius: 10px; */
	border-color: transparent;
}
.product-layer-two > li > a::before{
	content: '';
	display: block;
	width: 21px;
	height: 20px;
	background: url(../img/pd_icon.png) center no-repeat;
	margin-right: 10px;
}
.product-layer-two li li > a:before {
	/* background: #ccc;margin-left: 0; */
	display: none;
}
.product-layer-two li.active > a {
	border: none;
	color: #FFFFFF;
	background: #000000;
	/* border-radius: 10px; */
}
/*清單頁_商品區*/
.products-list .pic {padding-bottom: 65%;}
.products-list .more {
	background: #888888;
	border: 1px solid #888888;
	padding: 10px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1;
	/* border-radius: 10px; */
}
.products-list .item a:hover .more {background: #555;letter-spacing: 4px;}
/*詳細頁*/
.sidebarBtn {border: none;padding: 0 20px;}
.sidebarBtn h2 {font-size: 24px;color: #333;font-weight: 700;letter-spacing: 2px;}
.sidebarBtn h2:nth-of-type(2){font-weight: 400;}
.sidebarBtn .price {font-weight: 300;padding: 5px 0;border-bottom: none;}
.sidebarBtn .price span {display: inline-block;}
.product_info li {margin: 15px 0;}
.product_info li .txt_box {color: #878787;font-weight: 400;font-size: 14px;width: 100%;line-height: 180%;letter-spacing: 2px;}
.amountNum {width: 100%;height: 40px;padding: 10px;margin-left: 0;}
.inquiry_a3 {background:#878787;font-size: 16px;}
.inquiry_a1,.inquiry_a2{display: none;}
.toShare {border-top: none;}
.toShare b{font-weight: 300;}
.prod_related {background: #fff;border-top: 1px solid #333;}
.prod_related h6 span:before {font-weight: 500;color: #333;font-size: 18px;}
.lastPage {background: #000;font-size: 14px;padding: 15px;}
.pr_but{background: #000000;}
.pr_but:hover{background: #111111;}
/*詳細頁輪播區*/
.product_main{width: 60%;}
.sidebarBtn{width: 35%;}
.prod_info_clearfix{display: none;}
.product_pic {padding-bottom: 0;padding-left: 0;display: flex;flex-wrap: wrap-reverse;justify-content: space-between;max-width: 600px;}
.bx-wrapper .bx-viewport{border: none;background: transparent;left: 0;}
.product_pic .bx-wrapper {width: 100%;order: 2;margin: 0;padding: 0;}
.product_pic #bx-pager {padding: 0;color: #555;width: 100%;order: 1;position: relative;display: flex;}
.product_pic #bx-pager h6{display: none;}
.product_pic #bx-pager a{border: none;height: auto;width: calc(100% / 6);margin: 0;margin-bottom: 7px;}
/*詳細頁商品說明*/
ul.prod{line-height: 180%;font-weight: 300;margin-top: 30px;}
ul.prod > li:nth-child(2){display: none;}
ul.prod li h3.prod-thumb{display: none;}
.prod_related {background: #f8f8f8;}
.related_list li a{background: transparent;}
.related_list li a p {margin-top: 10px;}
/*相關商品*/
.related_list {display: flex;justify-content: space-around;}
/*匯款通知*/
.form_content {max-width: 600px;padding-top: 0;}
.formbox_form{margin: 0;}
.separate_title {background: #000;color: #fff;font-weight: 300;}
.formbox_form li.last{text-align: center;padding-left: 0;}
.formbox_form li .form__label {margin-left: -135px;font-weight: 300;}
.rewrite_simple,.send_simple {background:#888888;font-size: 14px;border-radius: 0;font-weight: 300;margin: 0;width: 49%;}
.send_simple{background: #000000;}
/*加入購物車-1*/
.stepImg {border: 1px solid #555;padding: 10px;margin: 0 auto 40px auto;}
.stepImg > img{display: none;}
.stepImg span{color: #aaa;font-weight: 300;font-size: 14px;}
.stepImg span.one,.stepImg span.three{text-align: center;}
.stepImg span.active {font-style: normal;font-weight: 400;color: #B3A691;font-size: 15px;}
.shopping-cart .cart_head{background: #333333;}
.shopping-cart .cell {font-size: 14px;font-weight: 300;padding: 20px 0;}
.shopping-cart .cell:before{
	width: 100%;
}
.shopping-cart .cell.product_name {font-weight: 300;font-size: 14px;}
.shopping-cart .cart_content .row{border: none;}
.separate_title {display: none;}
.total_amount ul:after {border-right: none;border-bottom: none;}
.total_amount li {margin: 10px 0;font-weight: 300;}
.total_amount li.red:nth-last-of-type(1){border-top: 3px solid #EEEEEE;}
.total_amount li.red{margin: 0;padding: 10px 0;}
.total_amount li span {font-weight: 300;font-size: 14px;display: block;}
.total_amount li span.pd_area{float: none;text-align: right;}
.contact_le_map a {background: #000;}
.contact_le_map a b {font-weight: 300;}
.contact_le_map a i.fa-solid.fa-right-to-bracket{display: none;}
.form label .inputbox {top: 0px;}
.form label.circle .inputbox {vertical-align: middle;}
input[type="checkbox"], input[type="radio"] {margin: 0px 10px 0 0;}
/*加入購物車-2*/
.separate_title .note {background: #b12727;color: #fff;padding-left: 0;margin-left: 20px;padding: 2px;
font-size: 12px;}
.form label.Bigcheck {top: 0px;font-weight: 300;}
.form label.Bigcheck .inputbox{vertical-align: middle;}
.declaration {background: transparent;}
/*加入購物車-3*/
.order_finish_page .main_part{max-width: 1200px;}
.order_list_tit{display: none;}
.order_list_spec{background: #B3A691;}
.order_list_tab td:nth-child(1){font-size: 16px;color: #444444;width: 150px;font-weight: 400;}
.order_list_pro tr:first-child{background: #333333;}
.order_list_pro tr:first-child td{color: #FFFFFF;font-weight: 700;font-size: 16px;}
.order_list_pro td{font-size: 18px;}
.order_list_pro td:nth-child(1),.order_list_pro td:nth-child(4){width: 60px;}
.last_box_money p{font-size: 16px;}
.order_finish_page .information_left,.order_finish_page .information_right{display: none;}
/*會員登入*/
.member_title h2 {font-size: 20px;color: #444;font-weight: 400;}
.member_title p {margin: 0px auto 5px;padding: 0;border-top: none;}
.login_mem_submit {background: #fcd337;}
.member_login_regist {background: #f8f8f8;}
.member_login_regist h2 {font-weight: 300;}
.member_login_regist a {background: #000;}
.login_mem_name, .login_mem_pass {padding-left: 10px;}
/*會員註冊*/
.mem_regist_title_s {background: #f8f8f8;}
.mem_regist_title_s_s input[type="submit"]{background: #000 !important;padding: 15px 25px !important;}
/*會員專區*/
.member_title:before{content: "會員專區";font-size: 24px;font-weight: 400;margin-bottom: 30px;display: block;}
.member_title img{display: none;}
.member_order {background: none;}
.member_order a {border: 1px solid #000;border-radius: 0;}
.member_order a:hover{background-color: #000;}
/*會員資料*/
.member_title h2{display: none;}
.mem_box2 input.bbtn01 {background: #000;}
.mem_box2 input.bbtn02 {background: #e9bf1d;}
/*訂購紀錄*/
.mem_regist_title_s_s input[type="button"]{background: #000 !important;padding: 15px 25px !important;}

@media screen and (max-width: 768px){
.product_main{width: 100%;max-width: 600px;}
.product-wrapper{justify-content: center;}
.product-wrapper .sidebarBtn{width: 100%;}
.mobile_product_name{display: none;}
.related_list {flex-wrap: wrap;}
.related_list li {width: 48%;margin: .5%;}
.product-wrapper .sidebarBtn {padding: 20px 0;}
/*加入購物車-1*/
.shopping-cart .cell {padding: 5px 0;}
.shopping-cart .cell:before {color: #B3A691;font-weight: 400;width: fit-content;}
.shopping-cart .cell.product_name{padding: 5px 0;min-height: auto;display: flex;justify-content: space-between;}
.stepImg{margin-bottom: 0;}
}
@media screen and (max-width: 600px){
/*加入購物車-1*/
.shopping-cart{width: calc(100% - 40px);}
.shopping-cart .cart_content .row{margin-left: 0;}
.shopping-cart .cell {border-bottom: 1px solid #555;}
.shopping-cart .cell.product_name{font-size: 12px;display: block;text-align: center;}
.shopping-cart .cell.product_name::before{display: block;margin: 0 auto;float: none;padding: 0 0 10px;}
.small_pic {position: relative;display: block;margin: auto; width: 200px; height: 200px;}
.stepImg span.active{font-size: 12px;}
.car_page .list_before.account{margin: 0;}
/*加入購物車-2*/
.shopping-cart .cart_content .row{display: block;}
.formbox_form li .form__label {margin-left: 0;margin-top: 15px;}
/*加入購物車-3*/
.order_list_tab td:nth-child(1){width: 100px;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*清單頁*/
.products-list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}
.clearfix:before, .clearfix:after{
	display: none;
}
.products-list .item{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.products-list .pic {padding-bottom: 100%;}
.products-list .pic img{
	max-width: 100%;
	min-height: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.products-list .name {
	font-size: 18px;
	color: #696767;
	font-weight: 400;
	height: auto;
}
.products-list .price b{
	font-size: 18px;
	font-weight: 400;
	color: #545454;
}
/*.products-list .more {border: 1px solid #fff;color: #fff;margin-top: 15px;}*/
.products-list .item a:hover .more {background: #000000;border: 1px solid #000000;}
/*產品介紹頁-側邊資訊*/
.sidebarBtn{background: transparent;}
.sidebarBtn h2 {color: #555454;}
.sidebarBtn #number_area{color: #bb7f4a;margin-top: 10px;}
/*產品介紹頁-商品介紹*/
.prod_related {background: transparent;border-top: 1px solid #d9d7d7;}
.prod_related h6 span:before {color: #9b9b9b;}
ul.prod li .prod-panel *{color: #9b9b9b;}
.related_list li a p{color: #9b9b9b;}

@media screen and (max-width: 1300px){
}
@media screen and (max-width: 1024px){
.products-list{grid-template-columns: repeat(3,1fr);}
}
@media screen and (max-width: 600px){
.products-list{grid-template-columns: repeat(2,1fr);}
.total_amount .rewrite_simple,.total_amount .send_simple{width: 48%;}
}






/*●●●●●●●●●●●●●●●●●●●●●●●●   內頁BANNER 設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.banner {
	height: 250px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FEFDFC;
}
.banner h5 {
	width: 90%;
	font-size: 36px;
	color: #000000;
	font-weight: 400;
	letter-spacing: 5px;
	margin: 0;
}
/* .banner.banA {DISPLAY: NONE;}
.banner.banB {DISPLAY: NONE;} */
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banF {}
.banner.banblog{}

@media screen and (max-width: 768px){
.banner {height: 200px;}
.banner h5 {font-size: 34px;}
}
@media screen and (max-width:600px) {
.banner {height: 150px;}
.banner h5 {font-size: 32px;}
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*麵包屑*/
.path{display: none;}
/*下拉編輯頁設定*/
.other_select_page .promotion_title{display: none;}
.other_select_page .other_promotion{display: none;}
/*頁碼*/
.page strong, .page a{border-radius: 0;color: #555;border: 1px #555 solid;padding: 0;}
.page strong, .page a:hover {background: #333;}
.other_select_page .page{margin: 0;}
/*錨點滑動*/
html {scroll-behavior: smooth;}
/*top按鈕*/
#to_top {padding-top: 12px;width: 45px;height: 45px;color: #888;bottom: 50px;}
#to_top i.top {width: 12px;height: 12px;}
#to_top i.top:before, #to_top i.top:after {height: 8px;background: #555;}

.main_part{padding-top: 0;}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
#to_top { bottom:60px;}
}
@media screen and (max-width: 600px) {
#to_top{left: auto;right: 10px;width: 40px;height: 40px;bottom: 40px;}
#to_top i.top{height: 7px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*頁數*/
.page{margin: 20px 0;}
.page li.activeN{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #EDEAE5;
	color: #756A53;
	width: 40px;
	height: 40px;
	font-weight: 400;
	border-radius: 50%;
}

.page li a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #CEC7B9;
	border-color: #EDEAE5;
	width: 40px;
	height: 40px;
	font-weight: 400;
	border-radius: 50%;
	transition: .5s ease;
}
.page li a:hover{
	background: #EDEAE5;
	color: #756A53;
}

.car_page .information_left {
	display: none;
}
