@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  --MainColor: #BF9F13; /*網站主要色系*/
  --SubColor: #323330; /*網站文字色*/
  --SubColor1:#52463F; /*網站輔助色系1*/
  --SubColor2: #CCAC66; /*網站輔助色系2*/
  --SubColor3: #3e4827; /*網站輔助色系3*/
  --SubColor4: #AD7A0A; /*網站輔助色系4*/  
  --SubColor5: #4C5559; /*網站輔助色系5*/ 
  --SubColor6: #d49022; /*網站輔助色系6*/ 
  --SubColor7: #F7F5F2; /*網站輔助色系7*/ 
  --SubColor8: #EAE6DE; /*網站輔助色系8*/
  --SubColor9: #AF8C48; /*網站輔助色系9*/
  --SubColor10: #52463F; /*網站輔助色系10*/
  --SFontEN: "Marcellus", "Noto Sans TC",sans-serif, system-ui;/*英文標字體*/
  --SFontC: "Noto Serif TC", sans-serif;/*BN中文字*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f80:80px;
  --f60:60px;
  --f52:52px;
  --f48:48px;
  --f44:44px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (min-width:1520px) {
  :root{ }
}
@media (max-width:1024px) {
:root{
  --f80:70px;
  --m50:40px;
  --m30:25px;
  --f52:48px;
  --f48:40px;
  --f44:38px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
  --f20:18px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --f80:60px;
  --m50:30px;
  --m30:20px;
  --f52:42px;
  --f48:32px;
  --f44:30px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:22px;
  --f24:20px;
  --f20:17px;
  --f18:16px;
  --f17:16px;   
  --f16:15px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:52px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
}
}
@media (max-width:375px) {
:root{
  --f80:48px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;  
  --f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


.tp_links {
    display: none;
}

.main_header_area{
    /*box-shadow: 1px 1px 10px rgba(0,0,0,0.07);*/
	background: #a4c8dc;
	padding: 5px 20px;
}

.header_area,.header_area.sticky {
    /*z-index: 20000000;*/
	padding: 0px;
}

.main_header_area .container {
    max-width: 1600px;
}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {
	grid-template-columns: 130px 1fr;
}

.nav-header {
    max-width: 100%;
}

.nav-brand {
    max-width: 130px;
}

/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/





/*隱藏中英文翻動動畫*/

/*.stellarnav > ul > li > a b {
    line-height: unset;
   	height: unset;
	transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
	transition: unset;
}

.stellarnav > ul > li > a b:nth-of-type(2) {
	display:none;
}*/


.stellarnav > ul > li > a b:nth-of-type(2) {
	letter-spacing:0px;
}

@media screen and (min-width: 769px){
	.stellarnav > ul > li > a b:nth-of-type(2) {
		/*text-transform: none;*/
	}
}




/*第一層*/
.stellarnav > ul > li > a{
	transition:all 0.3s;
	/*color: #FFF;*/
}
.stellarnav > ul > li > a{
    margin: 5px 20px;
    letter-spacing: 1.5px;
    font-family: "Noto Sans TC", sans-serif;
}

.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}
.stellarnav > ul > li:hover > a{color:#fff !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 #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 #188DCE #188DCE transparent !important;
}




@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:1px;
		background:#b2cbda;
		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);
	}

	.shop_search_btn{background: #2b4a6e;}
}




/*第二層*/
.stellarnav ul ul {
    background: transparent;
    /*width: 185px;*/
}
.stellarnav > ul > li.drop-left > ul {
    right: unset;
    left: 0px;
}
.stellarnav li li {
    border: unset;
	margin-bottom: unset;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
	padding: 10px 15px;
	transition: all 0.5s;
	color: #FFFFFF;
	/*border-bottom: 1px solid rgb(255 255 255 / 5%);
    background: rgb(0 0 0 / 40%);*/
	border-bottom: 1px solid rgb(255 255 255 / 15%);
    background: #81aaba;
	
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
	padding-left: 20px;
}


@media screen and (min-width: 769px) {
	.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
		/*background: rgb(0 0 0 / 70%);*/
		background: #457a99;
	}
}



/*第三層*/
@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 #FFF #FFF 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.drop-left li.has-sub > a:after {
		-webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
	}
	
	
	
	.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 li:hover > a{
		background: rgb(0 0 0 / 100%);
	}*/
	
	.stellarnav ul ul {
		/*width: 190px;*/
	}
	.stellarnav li.drop-left ul ul {
		/*right: 190px;*/
	}
	
}
.stellarnav li ul ul {
	background: transparent;
}

.stellarnav li ul ul li > a{
	/*background: rgb(0 0 0 / 70%);
    border-bottom: 1px solid rgb(255 255 255 / 5%);*/
	background: #457a99;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.stellarnav li ul ul li:hover > a{
	background: #7198A7;
}



@media screen and (max-width: 1024px){
	/*Header/＝＝＝＝＝*/
	.header_area {
		background: #FFF;
	}
	.header_area.sticky {
		background: transparent;
	}
	
	.navigation {    padding: 0px;}
	.stellarnav > ul > li > a {
		margin: 5px 1.5vw;
	}
	.stellarnav li.has-sub > a:after {
		/*top: 25px;*/
		right: calc(1.5vw - 13px);
	}
	/*Logo/＝＝＝＝＝*/
	.header_area .nav-brand{margin-top: 15px;transition:.5s;}
	
}

@media screen and (max-width: 768px) {
	
	/*首頁固定選單*//*
	.pageIndex .header_area{position: position:relative;}*/
	
	
	.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 15px !important;border-left:none;}
	.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 15px !important;/*border-color:transparent;*/}
	.stellarnav.mobile li a {
		border-bottom: 1px solid rgba(255, 255, 255, .20);
	}

	.navigation {
        align-items: flex-start;
    }
	.nav-header {
		text-align: left;
		line-height: 0px;
		margin: 0 auto;
	}
	.header_area .nav-brand{
        margin: 10px;
	}
	.main_header_area {
		padding: 0px 0px;
	}
	.stellarnav.mobile {
		position: absolute;
		left: 0;
		top: 0;
		width: auto;
		display: inline-block;
		right: 0px;
		left: unset;
	}
	
	.stellarnav .menu-toggle {
        padding: 8px 10px;
    }
	
	.stellarnav.mobile.left > ul {
		max-width: 100%;
		padding: 10px;
		background: rgb(222 233 242 / 95%);
	}
	
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
		background: unset;
	}
	.stellarnav.mobile li.drop-left ul ul {
		left: 0px;
	}
	.stellarnav.mobile li li:last-child > a {
		border-bottom: unset;
	}
	
	.stellarnav.mobile li li li:last-child > a {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}
	
	.stellarnav.mobile > ul > li > a {
		border-bottom: unset;
		margin: 3px 0px;
	}
	.stellarnav > ul > li > a, .stellarnav li.has-sub > a {
		margin: 0px;
	}
	.stellarnav.mobile li.open {
		background: unset;
		padding: 0px;
	}
	.stellarnav.mobile li.open li.open {
		background: unset;
		padding: 0px;
	}
	
	.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after {
		content: '';
		display: block;
		width: 12px;
		height: 0px;
		top: 50%;
		border-bottom: solid 3px #FFFFFF;
		position: absolute;
	}
	
	
	.me_tp_features {
		padding: 5px 1vw 0px;
		background: #6396c0;
		margin: 0px;
	}
	
	.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
		color: #FFF;
	}

}

@media screen and (max-width: 500px){
	.header_area .nav-brand { margin-right: 25px;}
}

@media screen and (max-width: 400px){
	.header_area .nav-brand { margin-right: 40px;}
}


/* ----------------------------------------------------------------------- */
/*-----footer-----*/

.footer {
    border-top: 1.5px #9cc8e1 solid;
    background: #fff;
}
.footer_logo {    max-width: 130px;}
.footer_menu a{border: 1px #bfd7e7 solid; color: #918d9d;background: #ffffff;}
.footer_menu a:hover {background: #bfd7e7;}

.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p.line{
    order: 2;}
.footer_info li p.tel{
    display: none;}
.footer_info li p.phone{
    order: 1;}
.footer_info li p.mail{
    order: 3;}
.footer_info li p.add{
    order: 4;}



.box_link {display: none ;}

/* ----------------------------------------------------- */
/* ----------側邊按鈕---------- */
.info_fix{display: none;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.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;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.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-layer-two li li:hover > a:before { background:#ad925e;}

.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;}
@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 { 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; padding-top: 40px;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px; border-right: 1px solid #ccc;min-height: 30vw;}
.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;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.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:hover{ margin-left: 15px;}
.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:#9ac2d9;}

.product-layer-two li.active a { color: #ffffff; font-weight: 500;  background: #9ac2d9;}
.products-list .price b { color: #cc0000;  font-size: 16px;}
.prod_related h6 span:before { content: '相關推薦';  font-size: 24px; color: #333;}
.inquiry_a1 {  background: #a4c8dc;}
.inquiry_a2 {  background: #7aa4bc;}
.inquiry_a3 {background: #9ac2d9; display: none;}/*隱藏加入購物車*/
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {  letter-spacing: 2px;   background: #717171ba;}
.lastPage {background: #9ac2d9;}


.ori_price {
  text-decoration: line-through; /* 讓原價多刪除線 */
  color: #888; /* 讓原價顏色變淡 */
}
.sidebarBtn .price span.sp_price { font-size:20px;}/* 特價字體放大 */

#bottom_menu li:first-child ~ li {display: none;}/*手機版下方購物車隱藏*/


@media screen and (max-width: 1200px) {
.products-list .item {}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 100%;}
}
@media screen and (max-width: 768px) {
.product-layer-two,
.products-list,
.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;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;         gap: 20px;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 4;}
}
@media screen and (max-width: 600px) {
.products-list .item {
        width: 100%;
    }
}


.products-list .name { font-size: 15px;   font-weight: 600;  color: #6e6e6e;  letter-spacing: 1px; height: 57px; padding: 10px; margin-bottom: 5px;}
.sidebarBtn h2 {  margin-bottom: 8px;  color: #111;  font-size: 16px;  line-height: 150%;}
div#number_area {   color: #4d4d4d;  font-size: 14px;  font-weight: 700;}
.products-list .price {  margin: 10px 0; }
.product_pic #bx-pager h6 { display: none;}




/*●●● 購物車 ●●●*/
/*清單頁_側邊選單*/
.product_page .product-layer-two {border-right: none;}
.product-layer-two li li{border: none;padding: 5px 15px;}
.product-layer-two li li:hover > a {color: #555;}
.product-layer-two li li:hover > a:before {background: #444;}
.product-layer-two li a {  color: #666;  font-weight: 600;  font-size: 15px;}
.product-layer-two li li a {   border: none !important;   background: #fff;  font-size: 13px;  font-weight: 400;}
.product-layer-two > li {border-bottom: none;}
/*清單頁_商品區*/
.products-list .more {   color: #afaeae;  font-size: 14px; letter-spacing: 2px;  border: 1px solid;  font-weight: 500;  border-radius: 12px;}
.products-list .item a:hover .more {  border: 1px solid #9ac2d9;  background: #9ac2d9;  letter-spacing: 4px;}
/*詳細頁_側邊說明*/
.sidebarBtn {border: none;box-shadow: 0 0 10px rgba(0,0,0,0.1);background: #fafafa;padding: 20px;}
.product_info li .txt_box {font-size: 14px;line-height: 160%;}
/*詳細頁輪播區*/
.product_pic #bx-pager{color: #555;}
.product_pic #bx-pager a{border: none;}
.block {background: #555;}
/*詳細頁商品說明*/

.product_info li .txt_box {  display: inline-block;  vertical-align: top;  color: #626262;  font-size: 12px;   line-height: 190%;}
.sidebarBtn h2 {  color: #111;  font-size: 24px; }
.sidebarBtn .price span { font-size: 16px; }
ul.prod li .prod-panel {  margin-top: 22px; line-height: 180%;}
ul.prod li h3.prod-thumb {  background: #f6f6f6; color: #666;  text-align: center;  padding: 20px; display: none;}



/*詳細頁_QA表單*/
.prod > li{margin: 10px 0;padding: 25px;}
.prod > li:nth-child(2){background: #f7f7f7;}
.half_box{width: 100%;}
.half_box ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.half_box:nth-child(1) li:last-child{width: 100%;}
.half_box li {margin: 5px 0;display: inline-block;width: 49%;}
.half_box li.btn_blankTop {margin-top: 24px;}
.half_box li.btn_blankTop input{background-color: #888;background-image: none;width: auto;text-align: center;padding-left: 0;padding: 15px 25px;
	line-height: initial;border-radius: 3px;vertical-align: middle;color: #fff;transition: all .3s;}
.half_box li.btn_blankTop input:hover{background-color: #666;}
.productBtn{margin-top: 0;}


.product-layer-two li.active li a {
    font-weight: normal;
    color: #333;
    background: #fff;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.path{display: none;}

/*內頁BANNER 設定*/
.banner {display: none;}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  
/*側邊清單*/
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title {
    font-size: 22px;
    font-weight: 500;
    color: #444;
    padding: 0;
}
.blog_box_edit * {    color: #666;}
.blog_box { padding-top: 40px;}
h4.blog_category_title span{font-size: 24px;}
.news_related {    background: #fffbf9;}
.lastPage:hover {
    background: #9ac2d994;
    border-radius: 10px;
    transition: 0.3s;
}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le 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;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

/*首*/

.module_i_news li {
    width: 100%;
    padding: 5px;
    margin: 0 0 20px 0;
    border: 1px dotted #C8C9C9;
}
.module_i_news li a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #9ac2d908;
}
.module_i_news li a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: 0%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #9ac2d9;
    width: 100%;
    text-align: center;
}
.i_blog_le {
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.i_blog_le img {
    position: absolute;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
}
.i_blog_ri {
    width: 100%;
    background: unset;
    min-height: 130px;
    padding: 10px 10px;
}
.i_blog_ri h5 {
    font-size: 18px;
    font-weight: 500 !important;
    color: #f2f2f2;
}
.i_blog_ri em {
    color: #999 !important;
}
.i_blog_ri p {
    line-height: 160%;
    font-size: 14px;
    -webkit-line-clamp: 2;
    color: #888;
}
.i_blog_b a {
    color: #444;
}
.module_i_news .title_i_box h4 {
    color: #52463F;
	font-family: "Noto Serif", serif;
}
.module_i_news .title_i_box h6 {
    font-size: 21px;
    color: #52463F;
    font-weight: 500;
}
.animated-arrow{background: #A4C8DC;}

.module_i_news ul{width: 100%;	grid-template-columns:1fr 1fr 1fr 1fr;}
.main_part {padding: 0px 20px 50px; }

/*功*/
.blog_subbox{    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_shareData {display: none;}
.subbox_item {
    width: 100%;
    padding: 5px;
    margin: 0 0 20px 0;
    border: 1px dotted #C8C9C9;
}
.subbox_item a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.subbox_item a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: 0%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #9ac2d9;
    width: 100%;
    text-align: center;
}
.blog_list_le {
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.blog_list_le img {
    position: absolute;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
}
.subbox_item a:after {background: #fff0;}
.blog_list_ri h5 {
    font-size: 18px;
    font-weight: 500 !important;
    color: #666;
}
.blog_back {
    width: 70%;
    margin: 0 19%;
}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
    background: #749eaf;
}
.blog_back a.article_btn_prev:hover,.blog_back a.article_btn_next:hover  {
    background: #457a99;
    transition: 0.5s;
}
.blog_back a.article_btn_back {    
    background: #9ac2d9;
    color: #444;
    border: 1px solid #9ac2d9;}
.blog_back a.article_btn_back:hover {
    background: #c6ddea;
    transition: 0.5s;
}
.news_related {    display: none;}

/*左側分類*/
.blog_search input[type=search] {    font-size: 12px;border-radius: 5px;}
h5.blog_le_t em {padding-right: 5px;}
h5.blog_le_t {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
}
.accordion li .link {
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
}
.accordion li .link a {
    font-weight: 400;}

.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #9ac2d9 !important;}
.submenu a:hover {    background: #9ac2d9;}
.blog_le .accordion {  border: none;    border-radius: 0;}
.blog_le .accordion li .link:last-child {    border: none;}
.blog_le .accordion li .link:last-child {    border-bottom: 1px solid #C8C9C9;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{ color: #333 !important;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/

/* ------------------------------------------------ */

/* 外部大分類 */
.show-list .item:hover .show_name {color: #a4c8dc;}


/* 內頁下排小分類 */
.other_album_choice li{background: #a4c8dc;}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page .contact_content * {transition: all .6s;}
.contact_page .path, .contact_page .banner{ display: none;}

/* 下方 */
.contact_page .main_part {
    padding: 0;
    width: 100%;
    max-width: 100%;
	background: #f0f8fc;
}
.contact_page .contact_content {
    margin: auto;
    padding: 80px 0 100px;
    position: relative;
}
.contact_content form {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
/* 左資訊隱藏 */
.contact_content .information_left {
    display: none;
}

/* 右表單顯示 */
.contact_content .information_right {
    padding: 0;
    width: 100%;
    font-family: var(--SFont);
    display: flex;
    flex-direction: column;
}
.contact_content .information_right:before {
    content: '為了能提供更優質的視覺體驗及服務品質，建議您可以利用預約表單！';
    order: 2;
    color: var(--SubColor10);
    width: 95%;
    margin: auto;
    text-align: center;
    padding: 25px 0;
    line-height: 1.6;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 500;
}
/* 標 = = = = */
.blank_letter {
    display: flex;
    letter-spacing: 2px;
    color: #4C5559;
    font-size: 14px;
    font-family: var(--SFont);
    position: relative;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    order: 1;
    padding: 35px 0;
    border-top: 1px solid #ccc5bb;
    border-bottom: 1px solid #ccc5bb;
    flex-direction: column;
}
.note {
    display: none;
    color: transparent;
}
h4.blank_letter.f:before {
content: 'Mail Form';
    font-size: var(--f48);
    font-family: var(--SFontEN);
    letter-spacing: 4px;
    line-height: 1.2;
    color: var(--SubColor10);
}
/* 表單欄位 = = = = */
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #4C4C4C;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
    margin-top: 40px;
    order: 3;
}
.contact_form li {
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-gap: 0px;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    line-height: 1.6;
    border: 0;
    padding: 8px;
}
.captcha {
    width: max-content;
}
/* 表單標 */
.contact_form li .form__label {
    text-align: left;
    padding: 0 0 2px;
    color: #4C4C4C;
    letter-spacing: 1px;
    font-size: 16px;
    position: relative;
    display: flex;
    max-width: 100%;
    align-items: flex-start;
    background: transparent;
    font-weight: 400;
}
/* 必填文字 */
.contact_page span.star.red:before {
content: '必填';
display: block;
position: relative;
font-size: 12px;
color: #fff;
letter-spacing: 1.4px;
padding: 2px 0 3px;
font-weight: 300;
}
.contact_page .red {
color: #4c4c4c;
}
.contact_page .star {
padding: 3px;
display: inline-block;
width: 13px;
padding: 0;
position: absolute;
width: 50px;
font-size: 0;
display: flex;
background: var(--SubColor6);
align-items: center;
justify-content: center;
border-radius: 50px;
}
/* 備註文字 = = = = */
.contact_form li .form__label:before {
    content: '';
    position: relative;
    display: block;
    width: 50px;
    height: 10px;
    background: transparent;
    margin-right: 15px;
}

/* btn */
.contact_form li.last {
    gap: 20px;
}
i.fa-solid.fa-arrow-right {
    display: none;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    position: relative;
    text-align: center;
    border: 0;
    width: 100%;
    max-width: 160px;
    padding: 0;
    background: #81aaba;
    color: #fff;
    transition: all 1s;
}
.contact_form li.last blockquote {
    color: #fff;
}
.contact_form li.last cite {
    background: #81aaba;
    color: #fff;
}

.contact_form li.last input {
    font-size: 15px;
    max-width: 170px;
    width: 100%;
    padding: 12px 0 12px 4px;
    font-family: var(--SFont);
    font-weight: 300;
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    letter-spacing: 2px;
}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover {
background: #457a99;
}
.contact_form li.last blockquote:hover:after, .contact_form li.last cite:hover:after {
    width: 20px;
}

/* 編輯器 = = = = = = = = = = = = = = = = = = = = = = = =  */
.contact_editbox {
    padding: 0;
}


@media screen and (max-width: 1280px) {
.contact_page .main_part {width: 100%;}
.contact_page .contact_content { padding: 80px 0 80px;}
.contact_form li {grid-template-columns: 220px 1fr;}
.contact_content .information_right {width: 95%; margin: auto; padding: 0 20px;}
.contact_form {margin-top: 20px;}
h4.blank_letter.f:before { font-size: var(--f52);}
}

@media screen and (max-width: 1024px) {
.contact_page .contact_content {padding-bottom: 60px;}
.blank_letter {padding: 20px 0;}
.contact_form li {grid-template-columns: 170px 1fr; }
.contact_form li .form__label:before {margin-right: 10px;}
.contact_form li.last { margin-top: 40px;justify-content: center;}
}

@media screen and (max-width: 768px) {
.contact_content .information_right {padding: 0; }
.contact_form { margin-top: 15px;}
.contact_form li {grid-template-columns: 1fr;gap: 10px;}
.contact_form li .form__label {font-size: 15px;}
.contact_form li .form__label:before{content: none;}
.star {position: relative; margin-right: 10px;}
.contact_form li.last blockquote, .contact_form li.last cite {max-width: 140px;}
.contact_form li.last input {font-size: 14px;padding: 0;line-height: 40px;}
}

@media screen and (max-width: 600px) {
.contact_content .information_right:before {font-size: 15px;text-align: left;font-weight: 400;}
}

@media screen and (max-width: 480px) {
.contact_form {margin-top: 10px;}
.contact_form {grid-gap: 15px;}
.contact_form li.last {margin-top: 20px;}
.contact_page .contact_content {padding-bottom: 60px;}
}

@media screen and (max-width: 380px) {
    .contact_form li.last blockquote, .contact_form li.last cite {max-width: calc((100% - 20px) / 2);}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




