@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*大圖-設計老爹 想直接等比例縮放 不想要背景輪播被裁圖*/
/*背景輪播*/
.bannerindex {
	position: relative;
	height: auto;
}

.bannerindex .swiper-banner {
	position: relative;
}

.bannerindex~#content_main {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.bannerindex {
		padding: 0 0;
	}
}




/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part {
	max-width: 1500px;
}

.product_page .show_content,
.product_info_page .show_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
}

ul.page {
	width: 100%;
}

.ProdFilter_Item_Show {
	width: 100%;
}

.Prods_Menulists {
	width: 100%;
	padding: 0;
}

.Prods_Wrap {
	width: calc(100% - 270px);
}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ {
	order: 1;
	margin-bottom: 25px;
}

.Prods_Menulists {
	order: 2;
}

.Prods_Wrap {
	order: 3;
}

.Prods_Menulists {
	width: 250px;
	letter-spacing: 1px;
}

.Prods_Menulists ul {}

.Prods_Menulists>ul>li {
	width: 100%;
	flex-wrap: wrap;
}

.Prods_Menulists ul ul {
	position: static;
	border: none;
}

.Prods_Menulists ul li ul li {}

.Prods_Menulists li.has-sub.open>a {
	background: #f0f0f0;
}

.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: 1024px) {
	.product_main {
		display: block;
		width: 100%;
	}

	.sidebarBtn {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
	/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

	.Prods_Wrap {
		width: 100%;
		margin-top: 20px;
	}

	.ProdFilter_ {
		width: 100%;
	}

	.Prods_Menulists {
		opacity: 0;
		display: none;
	}

}

@media screen and (max-width: 600px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

#content_main {
	margin: 0;
}
/*大圖*/
@media screen and (max-width: 768px) {
.bannerindex .swiper-banner .swiper-slide:nth-child(1) {
        background-image: url('您準備好的第一張行動端新圖片網址.jpg') ;
        background-size: cover;
        background-position: center;
    }

.bannerindex .swiper-banner .swiper-slide:nth-child(2) {
        background-image: url('您準備好的第二張行動端新圖片網址.jpg') ;
        background-size: cover;
        background-position: center;
    }
}
/*首頁1024以上header改直式貼網頁左側設定*/

@media screen and (min-width: 1024px) {

	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area .nav-brand {
		max-width: 100%;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area {
		position: absolute;
		top: 0;
		left: 0;
		width: 220px;
		height: 100vh;
		background-color: #FFF;
		z-index: 999;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area .main_header_area,
	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area .container,
	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area #navigation1 {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: auto;
		background: transparent;
		padding: 10px;
		box-sizing: border-box;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area .nav-header {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 150px;
		float: none;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area .nav-brand img {
		max-width: 100px;
		height: auto;
		margin: 0 auto;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area .stellarnav {
		display: block;
		width: 100%;
		float: none;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area .anchorList {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area .anchorList>li {
		width: 100%;
		text-align: center;
		margin: 5px 0;
		display: block;
		float: none;
		position: relative;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area .anchorList>li>a {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		padding: 5px 30px 5px 10px;
		width: 100%;
		box-sizing: border-box;
		position: relative;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area .anchorList>li.has-sub>a::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		width: 12px;
		height: 0;
		border-bottom: solid 3px #ed7700;
		transform: translateY(-50%);
		border-left: none;
		border-right: none;
		border-top: none;
		margin-left: 0;
		visibility: visible;
		opacity: 1;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .header_area .anchorList>li.has-sub>a::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		width: 12px;
		height: 0;
		border-bottom: solid 3px #ed7700;
		transform: translateY(-50%) rotate(90deg);
		visibility: visible;
		opacity: 1;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav ul li a.dd-toggle,
	body.pageIndex.bodyDesktop:not(.headerSticky) #navigation1 .stellarnav left desktop .anchorList li a.dd-toggle {
		display: none;
		visibility: hidden;
		opacity: 0;
		width: 0;
		height: 0;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav ul li a.dd-toggle span,
	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav ul li a.dd-toggle .icon-plus,
	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav .icon-plus {
		display: none;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav ul li.hover>ul,
	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav ul li:hover>ul {
		display: flex;
		flex-direction: row;
		position: absolute;
		top: 0;
		left: 220px;
		background-color: #ffffff;
		padding: 12px 25px;
		margin: 0;
		list-style: none;
		box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
		border-radius: 0 6px 6px 0;
		white-space: nowrap;
		height: auto;
		visibility: visible;
		opacity: 1;
		width: max-content;
		max-width: 600px;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav ul li.hover>ul::before,
	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav ul li:hover>ul::before {
		content: "";
		position: absolute;
		top: 0;
		left: -220px;
		width: 220px;
		height: 100%;
		background: transparent;
		z-index: -1;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav ul li:hover>ul li {
		display: inline-block;
		width: auto;
		margin: 0 12px;
		float: none;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav li li {
		border: none;
		border-bottom-width: 0;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav ul li:hover>ul li a {
		font-size: 15px;
		color: #333333;
		font-weight: bold;
		padding: 5px 10px;
		display: block;
		width: auto;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .stellarnav ul li:hover>ul li a:hover {
		color: #3866a3;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .me_tp_features {
		display: none;
	}

	body.pageIndex.bodyDesktop:not(.headerSticky) .bannerindex {
		position: relative;
		z-index: 1;
		width: 100%;
	}
}

/*網頁下滑後 */
@media screen and (min-width: 1024px) {
	body.headerSticky .header_area {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		background-color: #ffffff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		z-index: 99999;
	}

	body.headerSticky .header_area .main_header_area,
	body.headerSticky .header_area .container,
	body.headerSticky .header_area #navigation1 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: auto;
		padding: 0;
		box-sizing: border-box;
	}

	body.headerSticky .header_area .nav-header {
		display: inline-block;
		width: auto;
		margin-bottom: 0;
	}

	body.headerSticky .header_area .nav-brand {
		max-width: 25%;
	}

	body.headerSticky .header_area .nav-brand img {
		max-width: 100%;
	}

	body.headerSticky .header_area .stellarnav {
		display: block;
		width: auto;
	}

	body.headerSticky .header_area .anchorList {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	body.headerSticky .header_area .anchorList>li {
		width: auto;
		margin: 0 15px;
		display: inline-block;
		position: relative;
	}

	body.headerSticky .header_area .anchorList>li>a {
		display: inline-block;
		width: auto;
		padding: 0;
	}

	body.headerSticky .header_area .anchorList>li ul {
		position: absolute;
		top: 100%;
		left: 0;
		flex-direction: column;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		background-color: #ffffff;
		min-width: 160px;
	}

	body.headerSticky .header_area .anchorList>li ul li {
		display: block;
		width: 100%;
		margin: 0;
	}

	body.headerSticky .header_area .anchorList>li ul li a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 15px 10px;
		color: #333333;
		box-sizing: border-box;
	}

	body.headerSticky .header_area .anchorList li::before,
	body.headerSticky .header_area .anchorList li::after,
	body.headerSticky .header_area .anchorList li a::before,
	body.headerSticky .header_area .anchorList li a::after {
		content: none;
	}

	body.headerSticky.bodyDesktop .stellarnav ul li:hover>ul li a:hover {
		color: #3866a3;
	}
}

body.headerSticky .header_area .me_tp_features {
	display: none;
}

@media screen and (max-width: 1023px) {
	body {
		padding-top: 55px;
		box-sizing: border-box;
	}
}

/*header*/
body:not(.pageIndex) {
	padding-top: 55px;
	box-sizing: border-box;
}

.me_tp_features {
	display: none;
}

.stellarnav a.dd-toggle .icon-plus::after {
	border-bottom: solid 3px #ed7700;
}

.stellarnav a.dd-toggle .icon-plus:before {
	border-bottom: solid 3px #ed7700;
}

.header_area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 99999;
}

.header_area.sticky {
	background: rgb(255 255 255);
}

.header_area .main_header_area,
.header_area .container,
.header_area #navigation1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 0;
	box-sizing: border-box;
}

.header_area .nav-header {
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}

.header_area .nav-brand {
	max-width: 25%;
}

.header_area .nav-brand img {
	max-width: 100%;
}

.header_area .stellarnav {
	display: block;
	width: auto;
}

.header_area .anchorList {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header_area .anchorList>li {
	width: auto;
	margin: 0 15px;
	display: inline-block;
	position: relative;
}

.header_area .anchorList>li>a {
	display: inline-block;
	width: auto;
	padding: 0;
}

.stellarnav>ul>li.has-sub>a {
	padding-right: 0;
}

.header_area .anchorList>li ul {
	position: absolute;
	top: 100%;
	left: 0;
	flex-direction: column;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	min-width: 160px;
}

.header_area .anchorList>li ul li {
	display: block;
	width: 100%;
	margin: 0;
}

.header_area .anchorList>li ul li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 10px;
	color: #333333;
	box-sizing: border-box;
}

.header_area .anchorList li::before,
.header_area .anchorList li::after,
.header_area .anchorList li a::before,
.header_area .anchorList li a::after {
	content: none;
}

.stellarnav ul li:hover>ul li a:hover {
	color: #3866a3;
}


.header_area .me_tp_features {
	display: none;
}

@media screen and (max-width: 768px) {

	.header_area {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background-color: #ffffff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		z-index: 99999;
	}


	.header_area .main_header_area,
	.header_area .container,
	.header_area #navigation1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 120%;
		padding: 0px;
	}


	.header_area .nav-brand {
		max-width: 110px;
	}

	.header_area .nav-brand img {
		max-width: 100%;
		height: auto;
	}

	.header_area .nav-brand {
		display: none;
	}

	.header_area .stellarnav ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #ffffff;
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
		display: none;
		flex-direction: column;
	}

	.header_area .stellarnav ul.active {
		display: flex;
	}

	.header_area .stellarnav ul li a {
		display: block;
		padding: 14px 10px;
		text-align: center;
		font-family: 微軟正黑體;
		border-bottom: 1px solid #f5f5f5;
	}

	.header_area .stellarnav .anchorList>li ul {
		position: static;
		background-color: #fafafa;
	}
	.header_area .anchorList>li { margin: 0 15px;}
}

/*MENU*/
.stellarnav.mobile>ul>li {
	border-bottom: 1px #f7f2e6ea solid;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
	background: #2b54ac;
}

.stellarnav a {
	color: #ffffff;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}

.stellarnav .icon-close:after {
	border-bottom: solid 3px #ffffff;
}

.stellarnav .icon-close:before {
	border-bottom: solid 3px #ffffff;
}

.stellarnav.mobile li a {
	border-bottom: 1px solid #f1efe8;
}

.stellarnav.mobile li.open {
	background: #ffffff;
}

.stellarnav a.dd-toggle .icon-plus:before {
	border-bottom: solid 3px #2b54ac;
}

.stellarnav a.dd-toggle .icon-plus:after {
	border-bottom: solid 3px #2b54ac;
}

.stellarnav.mobile.left>ul {
	background: #ffffff;
}

/*首頁-Q&A(文章)*/
/*Q&A(文章)*/
/*實績案例(相簿)*/
/*footer*/
.footer {
	background: #ffffff;
}

.box_link {
	display: none;
}

.footer_menu a {
	padding: 15px 20px;
	border: 0;
	color: #ffffff;
	background: #2b54ac;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}

.banner h5 {}

.banner.banA {}

.banner.banB {}

.banner.banC {}

.banner.banD {}

.banner.banE {}

.banner.banblog {}

.banner.banDesign {
	background-color: #333;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@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) {}