@charset "utf-8";


/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
* {
	letter-spacing: .1rem;
}

@media screen and (max-width: 768px) {
	.show_content {
		padding: 40px 0 20px;
	}

	#bottom_menu {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.main_part {
		padding: 10px 20px;
	}

	.path p,
	.path p a {
		font-size: 12px;
	}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
body {
	background: #000000;
}

* {
	font-family: 'Noto Sans TC', sans-serif;
}

#content_main {
	background: #000000;
}


@media screen and (max-width: 980px) {
	.main_part {
		padding: 50px 25px;
	}
}

@media screen and (max-width: 600px) {
	.main_part {
		padding: 50px 20px;
	}
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main {
	margin: 0;
}

.bannerindex {
	position: relative;
	height: auto;
}

.swiper-banner {
	position: static;
	margin: 0;
	height: auto;
}

/* .swiper-slide img { height:auto;} */

/*切換鈕*/
.bannerindex {
	--swiper-pagination-color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: auto;
	top: 50%;
	left: 2vw;
	width: 25px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 10px;
	width: 5px;
	height: 15px;
	border-radius: 2px;
}


@media screen and (max-width: 768px) {
	.bannerindex {
		padding: 0;
		margin: 0;
	}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.bannerindex .swiper-wrapper:before,
.bannerindex .swiper-wrapper:after {
	position: absolute;
	right: 10vw;
	bottom: 10vw;
	z-index: 100;
	color: #fff;
	min-width: 300px;
}

.bannerindex .swiper-wrapper:before {
	content: "耐抗阻隔防";
	font-size: 3.2vw;
	margin-bottom: 2vw;
	font-weight: 800;
	letter-spacing: .4rem;
}

.bannerindex .swiper-wrapper:after {
	content: "行動車庫 保護愛車 不限里程";
	font-size: 1.3vw;
}

/*圖上陰影↓*/
.bannerindex .swiper-banner .swiper-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgb(0 0 0 / 30%), transparent);
	z-index: 1000;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1024px) {
	.bannerindex .swiper-wrapper:before {
		font-size: 36px;
		margin-bottom: 30px;
	}

	.bannerindex .swiper-wrapper:after {
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {

	.bannerindex .swiper-wrapper:before,
	.bannerindex .swiper-wrapper:after {
		min-width: 220px;
		right: 20px;
		bottom: 80px;
	}

	.bannerindex .swiper-wrapper:before {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.bannerindex .swiper-wrapper:after {
		font-size: 12px;
	}

	.swiper-banner .swiper-slide img {
		height: 350px;
		object-fit: cover;
	}

}



/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.header_area,
.header_area.sticky {
	background: #fff;
}

.main_header_area .container {
	max-width: 1600px;
	padding: 0 3%;
}

.navigation {
	display: flex;
	align-items: center;
}

.nav-brand img {
	display: block;
}

.stellarnav li.has-sub>a:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #898989;
}

/*主選單箭頭*/
/*★★★購物車/社群icon設定↓↓↓↓↓↓↓↓↓↓↓↓*/
.me_tp_features {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 10000;
	max-width: 300px;
}

.me_tp_features .tp_links {
	display: none;
}

.me_tp_features a i {
	font-size: 14px;
	color: #888;
	line-height: 20px;
}

.me_tp_features a.tp_btn_cart {
	position: relative;
}

.me_tp_features a.tp_btn_cart span span {
	display: none;
}

.me_tp_features a.tp_btn_cart b {
	color: #000;
	background: #ffb700;
	font-size: 10px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 15px;
	letter-spacing: 0px;
	position: absolute;
	right: -4px;
	bottom: -6px;
}

.me_tp_features a.tp_btn_cart b::before,
.me_tp_features a.tp_btn_cart b::after {
	display: none;
}

.me_tp_features a.tp_btn_notice span {
	display: none;
}

.box_search input[type=text] {
	border-radius: 0;
	overflow: hidden;
}

.box_search input[type=text]::placeholder {
	color: #ccc;
}

/*提示文字*/
.box_search input[type=text]:focus {
	color: #555;
}

.shop_search_btn {
	border-radius: 0;
	background: #888;
}

/*搜尋按鈕*/
/*下拉區塊*/
.stellarnav li.has-sub li {
	border: none;
	border-bottom: 1px solid #f3f3f3;
}

.stellarnav li.has-sub li:last-child {
	border-bottom: none;
}

.stellarnav li.has-sub li a {
	font-size: 13px;
	padding: 8px 12px;
	transition: all .5s;
}

.stellarnav li.has-sub li a:hover {
	background: #b6a292;
	color: #fff;
	padding-left: 18px;
}

.stellarnav li.drop-left li.has-sub>a:after {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #898989;
}

/*下拉箭頭*/
.stellarnav li.drop-left li.has-sub>a:hover:after {
	border-right: 5px solid #fff;
}

/*下拉hover箭頭*/

@media screen and (max-width: 1024px) {
	.stellarnav>ul>li>a {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.me_tp_features {
		position: relative;
		max-width: inherit;
		z-index: 0;
	}

	.box_search {
		width: 100%;
	}

	.box_search input[type=text] {
		max-width: inherit;
	}

	.stellarnav .menu-toggle:after {
		margin-top: 8px;
		font-weight: 400;
	}

	.stellarnav .menu-toggle span.bars span {
		height: 1px;
	}

	.stellarnav.mobile>ul>li>a.dd-toggle {
		top: 15px;
	}

	.stellarnav.mobile>ul>li.open>a.dd-toggle {
		top: 5px;
	}

	.stellarnav a.dd-toggle .icon-plus:before,
	.stellarnav a.dd-toggle .icon-plus:after {
		border-bottom: solid 1px #777;
	}

	.stellarnav.mobile .close-menu {
		position: relative;
		color: transparent;
	}

	.stellarnav.mobile .close-menu>* {
		display: none;
	}

	.stellarnav.mobile .close-menu:before {
		content: "×";
		position: absolute;
		right: 10px;
		top: 10px;
		color: #000;
		font-size: 12px;
	}

	.stellarnav.mobile>ul>li>a b {
		vertical-align: middle;
	}

}

@media only screen and (max-width: 570px) {
	.stellarnav .menu-toggle {
		padding: 10px;
	}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.header_area,
.header_area.sticky {
	background: #000000;
	padding: 12px;
}

.pageIndex .header_area,
.pageIndex .header_area.sticky {
	background: transparent;
	position: fixed;
}

.header_area:before {
	content: "";
	width: 0;
	height: 110px;
	background: rgb(34 30 31 / 0%);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s;
	transition-timing-function: ease-in-out;
}

.nav-header {
	width: 80px;
	margin-top: -5px;
	transition: all .5s;
}

.pageIndex .nav-header {
	width: 130px;
}

.stellarnav {
	margin-top: 40px;
}

.pageIndex .stellarnav {
	margin-top: 0px;
}

.stellarnav>ul>li {
	margin: 0 1%;
}

.stellarnav>ul>li:last-child {
	display: none;
}

.stellarnav>ul>li>a {
	color: #fff;
	transition: all .5s;
	font-family: "Anton", "Noto Sans TC", sans-serif;
}

.stellarnav>ul>li>a:hover {
	color: #FF5500;
}

.stellarnav li.has-sub>a:after {
	border-top: 5px solid #eee;
}

.stellarnav li.has-sub>a:hover:after {
	border-top: 5px solid #FF5500;
}

.stellarnav ul ul {
	width: 190px;
	background: #000000;
}

.stellarnav li a {
	color: #ddd;
}

.stellarnav li.has-sub li {
	border-bottom: 1px solid #333;
}

.stellarnav li.has-sub li a:hover {
	background: #FF5500;
	color: #000000;
}

.me_tp_features {
	right: 1%;
}

.box_search {
	border-radius: 6px;
	overflow: hidden;
}

.shop_search_btn {
	background: #FF5500;
}

.header_area.sticky:before {
	width: 100%;
	opacity: 1;
	background: #000000;
}

.header_area.sticky .nav-header {
	width: 72px;
}

.header_area.sticky .stellarnav {
	margin-top: 40px;
}

@media screen and (max-width: 1200px) {

	.pageIndex .header_area,
	.pageIndex .header_area.sticky {
		position: sticky;
		background: #000000;
	}

	.pageIndex .nav-header {
		width: 80px;
	}

	.pageIndex .stellarnav {
		margin-top: 40px;
	}

	.pageIndex .header_area.sticky .stellarnav ul {
		margin-top: 0;
	}
}

@media screen and (max-width: 1024px) {
	.header_area.sticky:before {
		height: 100%;
	}

	.header_area.sticky .stellarnav,
	.pageIndex .header_area.sticky .stellarnav {
		margin-top: 0;
	}

	.stellarnav,
	.pageIndex .stellarnav {
		margin-top: 10px;
	}

	.me_tp_features {
		position: relative;
		right: auto;
		max-width: 600px;
	}

	.box_search {
		width: 100%;
	}

	.box_search input[type=text] {
		max-width: inherit;
	}
}

@media screen and (max-width: 768px) {

	.stellarnav,
	.pageIndex .stellarnav {
		margin-top: 0;
	}

	.stellarnav.mobile {
		top: 20px;
	}

	.stellarnav .menu-toggle span.bars span {
		width: 30px;
		height: 2px;
		background: #eee;
	}

	.stellarnav .menu-toggle:after {
		color: #eee;
	}

	.stellarnav.mobile.left .close-menu {
		background: transparent;
	}

	.stellarnav.mobile .close-menu {
		margin-bottom: 20px;
	}

	.stellarnav.mobile .close-menu:before {
		right: 18px;
		top: 12px;
		color: #eee;
		font-size: 20px;
	}

	.stellarnav.mobile ul {
		margin-top: 0;
		background: #000;
	}

	.stellarnav.mobile.left>ul {
		border-right: none;
	}

	.stellarnav.mobile>ul>li {
		border-bottom: 2px #111 solid;
	}

	.stellarnav.mobile>ul>li>a.dd-toggle {
		top: 3px;
	}

	.stellarnav a.dd-toggle .icon-plus:before,
	.stellarnav a.dd-toggle .icon-plus:after {
		border-bottom: solid 1px #eee;
	}

	.stellarnav.mobile li.open {
		background: #222;
		padding: 0;
	}

	.stellarnav.mobile li a {
		border-bottom: none;
	}

	.stellarnav.mobile ul ul {
		padding: 0 20px;
	}

	.stellarnav li.has-sub li a {
		font-size: 12px;
		padding: 10px 0;
	}

	.stellarnav li.has-sub li a:hover {
		background: transparent;
		color: #fff;
		padding-left: 0;
	}
}





/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer {
	background: #000000;
	border-top: 1px solid #aaa;
}

.footer .center {
	padding: 0 3%;
}

.footer_logo {
	position: absolute;
	right: 3%;
	bottom: 0;
	max-width: 160px;
}

.footer_info {
	grid-template-columns: 1fr;
	padding-right: 300px;
}

.footer_info ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 800px;
	padding: 20px 0;
}

.footer_info li:before {
	display: block;
	font-weight: 600;
	color: #eee;
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 0.2rem;
}

.footer_info li:nth-child(1):before {
	content: "​SAMURAI 武士車漆保護膜";
	font-family: "Anton", "Noto Sans TC", sans-serif;
	font-weight: 400;
}

.footer_info li:nth-child(2):before {
	content: "​快速連結";
}

.footer_info li p,
.footer_info li p a {
	color: #eee;
}

.footer_menu a {
	width: 45%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #333;
	color: #aaa;
	padding: 8px 0;
	font-size: 12px;
	margin: 0 3% 0 0;
	transition: all .5s;
}

.footer_menu a:nth-child(1),
.footer_menu a:nth-child(2) {
	display: none;
}

.footer_menu a:last-child {
	display: none;
}

.footer_menu a:hover {
	padding: 8px;
	background: #FF5500;
	color: #333;
}

.box_link {
	display: none;
}

.copy {
	border-top: none;
	font-size: 10px;
	padding: 30px 0;
}

@media screen and (max-width: 1024px) {
	.footer_info {
		padding-right: 150px;
	}

	.footer_logo {
		max-width: 100px;
		bottom: auto;
		top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.footer_info {
		padding: 0;
	}

	.footer_info ul {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.footer_menu a {
		width: auto;
	}
}

@media screen and (max-width: 600px) {
	.footer_logo {
		position: relative;
		margin: 0 auto;
		right: auto;
	}

	.footer_info {
		padding: 0;
	}

	.footer_info ul {
		text-align: center;
	}

	.total_view {
		display: inline;
	}
}

@media screen and (max-width: 450px) {
	.footer_menu a {
		width: 100px;
	}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*側邊*/
.blog_le {
	padding: 0 7px;
}

h5.blog_le_t {
	text-align: center;
	margin-bottom: 0;
}

h5.blog_le_t em,
h5.blog_le_t span {
	display: none;
}

.blog_search input[type=search] {
	border-radius: 0;
}

.blog_le .accordion {
	border-radius: 0;
}

.accordion li .link a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .6rem;
	text-align: center;
}

.submenu a {
	padding: 12px 12px 12px 30px;
	background: #fff;
	font-size: 12px;
}

/*分類頁*/
.blog_ri {
	padding: 0 0 0 50px;
}

.blog_page h4.blog_category_title {
	display: none;
}

.blog_subbox {
	grid-template-columns: 1fr;
}

.subbox_item a {
	grid-template-columns: 200px 1fr;
	align-items: center;
	grid-gap: 50px;
	padding-right: 50px;
}

.subbox_item a:before {
	font-size: 12px;
	padding: 5px 20px;
	background: #c1a383;
	color: #fff;
	bottom: auto;
	right: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.subbox_item a:after {
	background: rgba(256, 256, 256, .5);
	border: none;
}

.blog_list_ri h5 {
	color: #444;
	font-weight: 400;
}

.blog_list_ri em {
	font-size: 12px;
}

.blog_list_ri p {
	font-weight: 400;
	letter-spacing: .2rem;
	line-height: 160%;
	font-size: 12px;
	margin-top: 20px;
}

/*文章頁*/
h4.blog_category_title {
	padding: 0;
	font-size: 20px;
	letter-spacing: .4rem;
	margin-bottom: 0;
	font-weight: 400;
}

.blog_shareData {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.toShareNews b {
	font-size: 12px;
	font-weight: 400;
}

.toShareNews a object {
	max-width: 20px;
}

.articel_mainPic {
	display: none;
}

/*清單縮圖*/
.blog_back {
	grid-gap: 0;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
	background: transparent;
	color: #888;
	border: 1px solid #888;
	font-size: 14px;
	padding: 12px;
}

.blog_back a.article_btn_back {
	background: #888;
	padding: 12px;
}

.news_related {
	background: transparent;
	padding: 50px 15px;
	margin-top: 50px;
}

.news_related h6 span:before {
	font-size: 18px;
	letter-spacing: .6rem;
	font-weight: 500;
	color: #555;
}

.news_related_list li a p {
	padding: 5px 5px 10px;
	line-height: 1.6;
}

.lastPage {
	background: #c1a383;
	font-size: 16px;
}

@media screen and (max-width: 1024px) {

	/*分類頁*/
	.subbox_item a {
		grid-template-columns: 120px 1fr;
		align-items: start;
		grid-gap: 30px;
		padding: 15px 0;
	}
}

@media screen and (max-width: 768px) {

	/*側邊*/
	.blog_le {
		padding: 0;
	}

	/*分類頁*/
	.blog_list_ri {
		padding: 0;
	}

	.blog_list_ri h5 {
		font-size: 16px;
	}

	/*文章頁*/
	.blog_le,
	.blog_ri {
		margin-bottom: 50px;
	}

	.blog_back a.article_btn_prev,
	.blog_back a.article_btn_next,
	.blog_back a.article_btn_back {
		font-size: 12px;
	}

	.lastPage {
		font-size: 12px;
	}
}

@media screen and (max-width: 450px) {

	/*分類頁*/
	.subbox_item a {
		grid-template-columns: 80px 1fr;
		grid-gap: 15px;
	}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
.blog_le {
	display: none;
}

.accordion li .link a {
	color: #eee;
}

.blog_le .accordion {
	border: 1px #888 solid;
}

/*分類頁*/
.blog_subbox {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog_ri {
	padding: 0;
	width: 100%;
}

.blog_list_ri {
	padding: 0 0 20px;
}

.blog_list_ri h5 {
	color: #eee;
	font-size: 20px;
}

.blog_list_ri p {
	color: #aaa;
	letter-spacing: 2px;
	font-size: 14px;
	margin-top: 10px;
}

.blog_list_ri em {
	display: none;
}

.blog_list_le {
	overflow: hidden;
}

.subbox_item a img {
	transition: all .5s;
}

.subbox_item a {
	grid-template-columns: 1fr;
	padding-right: 0;
	grid-gap: 20px
}

.subbox_item a:before {
	background: #FF5500;
	display: none;
}

.subbox_item a:after {
	background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 50%);
}

.subbox_item a:hover img {
	transform: scale(1.05);
}

/*文章頁*/
/*---文章區*/
h4.blog_category_title {
	color: #eee;
}

.blog_box_edit * {
	color: #eee;
}

/*相關推薦*/
.news_related {
	padding: 60px 15px;
}

.news_related {
	margin-top: 100px;
	border-top: 1px solid #555;
}

.news_related h6 {
	margin: 0 auto 30px;
}

.news_related h6 span:before {
	color: #eee;
	font-weight: 400;
}

.news_related_list li a {
	padding: 0;
	background: transparent;
}

.news_related_list li a p {
	color: #eee;
	padding: 20px 10px;
}

@media screen and (max-width: 1200px) {

	/*分類頁*/
	.blog_subbox {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 960px) {
	.subbox_item {
		border-bottom: none;
	}
}

@media screen and (max-width: 768px) {

	/*分類頁*/
	.blog_subbox {
		grid-template-columns: 1fr 1fr;
	}

	/*分類頁-文章功能B*/
	.blog_page.article_b .blog_le .accordion {
		display: block;
	}

	.blog_le .accordion li .link i {
		color: #eee;
	}
}

@media screen and (max-width: 450px) {
	.blog_subbox {
		grid-template-columns: 1fr;
	}
}





/*●●●●●●●●●●●●●●●●●●●●●●●●   促銷方案&小撇步文章分享   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/







/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*共用設定*/
.show_content {
	padding: 0;
}

/*分類頁面*/
.subalbum-menu {
	padding: 0;
	margin: 0;
}

.subalbum-menu h2 {
	font-size: 18px;
	color: #333;
	letter-spacing: .6rem;
	display: none;
}

.show-list .show_pic {
	aspect-ratio: 4 / 5;
}

.show-list .show_pic img {
	transform: scale(1);
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transition: all .5s;
}

.show-list .show_name {
	color: #333;
	letter-spacing: .6rem;
	text-align: center;
	font-weight: 500;
	height: 40px;
	margin: 15px 0;
	font-size: 15px;
}

.show-list .item .overlay {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.show-list .item:hover .show_name {
	color: #b6a292;
}

.show-list .item:hover .show_pic img {
	transform: scale(1.05);
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

/*相本頁面*/
.show-list {
	grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}

.other_subalbum li a p {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
	transition: all .5s;
}

.other_subalbum li:hover a p {
	color: transparent;
}

.album_fixed_title {
	background: transparent;
}

.other_album {
	margin: 50px 0;
}

.other_album_choice li {
	background: #b6a292;
	padding: 5px 20px;
	border-radius: 0;
	font-size: 13px;
}

@media screen and (max-width: 900px) {

	/*相本頁面*/
	.show-list {
		grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/






/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*標題*/
.blank_letter {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .6rem;
	padding-top: 0;
}

/*左側資訊*/
.contact_content .information_left {
	margin-bottom: 80px;
}

.list_before.info li {
	border-bottom: 1px solid #eee;
	padding: 5px 5px 10px 70px;
	word-break: break-word;
	line-height: 120%;
}

.list_before.info li:before {
	font-weight: 400;
	letter-spacing: .4rem;
	width: 60px;
}

/*表格設定*/
.contact_content .information_right {
	width: calc(100% - 305px);
	padding-left: 50px;
}

button,
input,
optgroup,
select,
textarea {
	outline: none;
}

.contact_form li {
	margin-bottom: 8px;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
	border: none;
	background: #fafafa;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
	border: 1px solid #888;
}

.contact_form li.last blockquote {
	color: #888;
}

.contact_form li.last cite {
	background: #888;
}

.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
	letter-spacing: 4px;
}

.noborder {
	padding: 10px;
	border-radius: 6px;
}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
	grid-template-columns: repeat(auto-fit, minmax(20px, 20px) minmax(200px, 1fr));
	line-height: 1.8;
}

.form select {
	width: 100%;
	border: 1px solid #eee;
	padding: 6px 26px 6px 6px;
}


@media screen and (max-width: 768px) {

	/*左側資訊*/
	.list_before.info li,
	.list_before.info li:before {
		font-size: 12px;
	}

	/*表單設定*/
	.contact_form li {
		grid-gap: 5px;
	}

	.form select {
		margin: 0;
	}

	.contact_form li.last blockquote,
	.contact_form li.last cite {
		padding: 0;
	}

	.contact_form li.last input {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.contact_form {
		margin-top: 20px;
	}

	.contact_form li {
		margin-bottom: 10px;
	}

	.contact_form li .form__label {
		font-weight: 500;
		background: transparent;
		padding: 0;
	}

	.contact_form li:has(input[type=checkbox]) .form__insert,
	.contact_form li:has(input[type=radio]) .form__insert {
		font-size: 12px;
	}

	.form select {
		font-size: 12px;
	}

	.list_before.info li {
		padding: 5px 5px 5px 70px;
	}

	.blank_letter {
		font-size: 16px;
		font-weight: 600;
	}

	.noborder {
		padding: 5px;
	}
}



/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*標題*/
.blank_letter {
	color: #eee;
}

/*側邊資訊*/
.list_before.info li {
	color: #eee;
	border-bottom: 1px solid #444;
	font-size: 14px;
	padding: 5px 5px 10px 68px;
	letter-spacing: 1px;
}

.list_before.info li:before {
	letter-spacing: 2px;
	width: 62px;
}

.list_before.info li a {
	color: #eee;
}

.list_before.info li.info_LINE:before {
	content: "LINE ID";
	letter-spacing: 0;
}

.contact_le_nomap {
	border-radius: 6px;
	overflow: hidden;
}

.contact_le_map {
	display: none;
}

/*表單區塊*/
.contact_form {
	margin-top: 60px;
}

.contact_form li .form__label {
	color: #eee;
	font-size: 14px;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
	background: #eee;
}

.contact_form li.last input {
	font-size: 14px;
}

.contact_form li.last blockquote {
	color: #eee;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
	border-radius: 6px;
}

.blank_letter.f .red {
	display: none;
}

.blank_letter.f {
	display: none;
}

@media screen and (max-width: 1024px) {

	/*大範圍*/
	.contact_content {
		padding: 0;
	}

	/*表單區塊*/
	.contact_content .information_right {
		padding-left: 20px;
	}
}

@media screen and (max-width: 768px) {

	/*資訊區塊*/
	.list_before.info {
		margin-right: 0;
	}

	.contact_content .information_left {
		margin-bottom: 50px;
	}

	/*表單區塊*/
	.contact_content .information_right {
		width: 100%;
		padding: 0;
	}

	.contact_form {
		margin-top: 0;
	}

	.contact_form li {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}

	.contact_form li .form__label {
		text-align: left;
		padding-left: 15px;
		max-width: inherit;
	}

	.contact_form li .form__label .red {
		position: absolute;
		left: 0;
	}
}






/*●●●●●●●●●●●●●●●●●●●●●●●●   影片功能   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.video-list .vidTitle {
	color: #eee;
	font-weight: 400;
	font-size: 20px;
}

.vidDesc {
	color: #aaa;
	font-size: 14px;
}


@media (max-width: 768px) {
	.video-list {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*★★★切版師原版設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 商品下拉超過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;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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-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: 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 .product_menu_list {
	padding: 0 7px;
}

.product-layer-two li.active {
	background: #888;
}

.product-layer-two li a {
	background: transparent;
	color: #333;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .6rem;
	text-align: center;
	padding: 15px 10px;
	border: 1px #ccc solid;
	margin-top: -1px;
}

.product-layer-two li a:hover {
	background: #666;
	color: #fff;
}

.product-layer-two li.active a {
	font-weight: 500;
	border: none;
	color: #fff;
	background: #666;
}

.product-layer-two>li {
	padding-bottom: 0;
	border-bottom: none;
}

/*分類頁*/
.products-list .price {
	margin: 0 0 10px;
}

.products-list .price b {
	color: #bb1438;
}

.products-list .more {
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #ccc;
	color: #888;
}

.products-list .item a:hover .more {
	background: #aaa;
}

.products-list .name {
	height: 60px;
	text-align: center;
	letter-spacing: .2rem;
	line-height: 160%;
}

/*商品頁*/
#prod_thumbSwiper .swiper-slide::before {
	background: #00000066;
}

.sidebarBtn {
	border: none;
	background: transparent;
}

.sidebarBtn h2 {
	color: #333;
	font-size: 20px;
	letter-spacing: .4rem;
	font-weight: 500;
	display: none;
}

.inquiry_a1 {
	background: #888;
	border-radius: 0;
}

.inquiry_a2 {
	background: #eee;
	border-radius: 0;
	color: #888;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
	background: #555;
	color: #fff;
}

.pd_tabTitle li {
	border-bottom: none;
	background: transparent;
	border-bottom: 2px solid #ddd;
	transition: all .5s;
}

.pd_tabTitle li.activeTab::after {
	height: 0;
}

.prod_related {
	background: transparent;
}

.prod_related h6 span:before {
	font-size: 18px;
	letter-spacing: .6rem;
}

@media screen and (max-width: 768px) {

	/*清單頁*/
	.product_page .product_menu_list>h5 {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: .4rem;
		margin-bottom: 0;
	}

	.fa-caret-down::before {
		font-size: 14px;
	}

	.product-layer-two li a {
		border-bottom: 1px solid #eee;
		padding: 10px 0 5px;
		width: 95%;
	}

	/*商品頁*/
	.mobile_product_name {
		display: none;
	}
}

@media screen and (max-width: 600px) {

	/*商品頁*/
	.pd_tabTitle li a {
		font-size: 12px;
	}

}



/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊選單*/
.product-layer-two li a {
	color: #eee;
	letter-spacing: .1rem;
	border: 1px #888 solid;
}

.product-layer-two li ul {
	margin-top: 0;
}

/*---編輯區*/
.pd_tabTitle li.activeTab a {
	display: none;
}

/*商品頁*/
.product_info_page .show_content {
	margin-top: 0px;
}

.pd_tabTitle li.activeTab {
	display: none;
}

.prod_tabs {
	margin-top: 0px;
}

.pd_tabTitle li a {
	display: none;
}

.pd_tabTitle li {
	display: none;
}


/*分類頁*/
.show_content {
	margin-top: 30px;
}

.products-list {
	grid-template-columns: 1fr 1fr;
}

.products-list .name {
	color: #eee;
	font-size: 18px;
	padding: 0 8px;
}

.products-list .name:after {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(https://pic03.eapple.com.tw/samuraitpu/click_btn.svg);
	position: relative;
	top: 0px;
	left: 10px;
	background-size: contain;
	background-position: center;
}

.products-list .pic {
	aspect-ratio: 1 / 1;
}

.products-list .pic img {
	transition: all .8s;
}

.products-list .more {
	color: #ccc;
	display: none;
}

.products-list .item a {
	padding-bottom: 0;
}

.products-list .item a:hover .more {
	background: #555;
}

.products-list .item a:hover .pic img {
	transform: scale(1.1);
}

/*---輪播區*/
.product_pic {
	padding-left: 0;
}

#prod_thumbSwiper {
	display: none;
}

.proImgSwiper img {
	width: 100%;
}

/*---側邊資訊*/
.sidebarBtn h2 {
	color: #eee;
	font-size: 20px;
	letter-spacing: 1px;
}

.product_info {
	margin: 50px 0;
}

.product_info li .txt_box {
	color: #ccc;
	font-size: 14px;
}

.product_info li span {
	background: #ddd;
	color: #000000;
	padding: 5px 15px;
	margin-bottom: 10px;
}

/*---編輯區*/

.pd_tabInner.edit {
	color: #eee;
}

/*--相關推薦*/
.prod_related {
	padding: 60px 15px;
}

.prod_related {
	margin-top: 100px;
	border-top: 1px solid #555;
}

.prod_related h6 {
	margin: 0 auto 30px;
}

.prod_related h6 span:before {
	font-weight: 400;
	color: #eee;
}

.related_list li a {
	padding: 0;
	background: transparent;
}

.related_list li a p {
	color: #eee;
}

.lastPage {
	background: #FF5500;
}


@media screen and (max-width: 768px) {

	/*分類頁*/
	.product_menu_list>h5 {
		color: #fff;
	}

	a.pd_menu_toggle i {
		color: #ddd;
	}

	.product_page .product_menu_list {
		padding: 0;
	}

	.product_page .product-layer-two {
		padding-top: 15px;
	}

	.product-layer-two li a {
		width: 100%;
		padding: 8px;
	}

	/*商品頁*/
	.product_info_page .show_content {
		margin-top: 30px;
	}
}

@media screen and (max-width: 600px) {

	/*分類頁*/
	.products-list {
		grid-template-columns: 1fr;
	}

	.products-list .name {
		font-size: 15px;
	}

	.products-list .name:after {
		width: 10px;
		height: 10px;
	}
}









/*內頁BANNER 設定*/
.banner {
	background: url(https://pic03.eapple.com.tw/samuraitpu/ban.jpg) no-repeat;
	height: 22vw;
	background-size: cover !important;
	background-position: center !important;
}

.banner h5 {
	display: none;
}

.banner.banA {}

.banner.banB {}

.banner.banC {
	background: url(https://pic03.eapple.com.tw/samuraitpu/ban01.jpg) no-repeat;
}

.banner.banD {}

.banner.banE {}

.product_page .banner.banF {
	background: url(https://pic03.eapple.com.tw/samuraitpu/ban02.jpg) no-repeat;
}

.video_page .banner.banF {
	background: url(https://pic03.eapple.com.tw/samuraitpu/ban03.jpg) no-repeat;
}

.product_info_page .banner {
	display: none;
}

.article_a .banner.banblog {
	background: url(https://pic03.eapple.com.tw/samuraitpu/ban04.jpg) no-repeat;
}

.article_b .banner.banblog {
	background: url(https://pic03.eapple.com.tw/samuraitpu/ban05.jpg) no-repeat;
}








/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*★★★查看更多按鈕↓↓↓↓↓↓↓↓↓↓↓↓*/
.animated-arrow {
	height: 40px;
	line-height: 40px;
	width: 180px;
}

.animated-arrow b {
	font-size: 12px;
	display: block;
	font-weight: 400;
}

.animated-arrow b i {
	display: none;
}

/*★★★下拉編輯頁↓↓↓↓↓↓↓↓↓↓↓↓*/
.other_select_page .page {
	display: none;
}

.promotion_title {
	display: none;
}

.other_promotion {
	display: none;
}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
	width: 6px;
	/*右側捲軸寬度*/
	height: 0px;
	/*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
	background: #eee;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
	background: #444;
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.path p,
.path p a {
	color: #aaa;
}

.path p {
	display: none;
}

.product_main {
	display: none;
}

.sidebarBtn {
	display: none;
}

.page li {
	background: transparent;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 2px solid #eee;
	font-family: "Anton", "Noto Sans TC", sans-serif;
	font-size: 14px;
}

.page li.activeN {
	background: #FF5500;
	color: #222;
	border: 2px solid #FF5500;
	line-height: 30px;
	font-size: 16px;
}

.page li:hover {
	border: 2px solid #FF5500;
	transition: all .5s;
}

.page li a {
	color: #eee;
	width: 100%;
	height: 100%;
	display: block;
	font-family: "Anton", "Noto Sans TC", sans-serif;
	transition: all .5s;
}

.page strong,
.page a:hover {
	background: #FF5500;
	color: #222;
}

/* 20250630 */
/* 最新消息 */
body.promotions_page .banner {
	background: url(https://pic03.eapple.com.tw/samuraitpu/ban02.jpg) no-repeat;
}

body.promotions_page .promotion_title {
	display: block;
}

body.promotions_page .other_promotion {
	display: grid;
	margin-top: 120px;
}

body.promotions_page .promotion_title h2,
.promotion_title * {
	color: white;
}

body.promotions_page .promotion_title h2 {
	margin-left: 15px;
}

body.promotions_page .other_promotion li a,
.other_promotion .pmtTitle h3 {
	color: white;
}

body.promotions_page .other_promotion li a:hover {
	background: #FF5500;
	color: black;
}

body.promotions_page .other_promotion li a:hover .pmtTitle h3 {
	color: black;
}

body.promotions_page .edit {
	color: white;
	font-weight: 300;
}

/* 文章 */
body.blog_page .blog_le {
	display: block;
}

body.blog_page .blog_ri {
	width: calc(100% - 300px);
}

body.blog_page .show_content {
	display: flex;
	justify-content: space-between;
}

@media(max-width:800px) {
	body.blog_page .blog_subbox {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:768px) {
	body.blog_page .show_content {
		flex-direction: column;
	}

	body.blog_page .blog_ri {
		width: 100%;
	}
}

/* menu 
.stellarnav > ul > li:nth-of-type(7)>ul>li:nth-of-type(1){display: none;}*/