@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

* {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 400;
}

/* = = = 固定設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = === = = */
/*預設解除背景輪播*/
#content_main {
	margin: 0;
}

.bannerindex {
	position: relative;
	height: auto;
}

.swiper-banner {
	position: static;
	margin: 0;
	height: auto;
}

.swiper-slide img {
	height: auto;
}

.swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	margin: 0;
}

#content {}

.main_part {
	max-width: 1400px;
	width: 90%;
	padding: 100px 0;
}

.path {
	width: 100%;
	display: none;
}

.show_content {
	padding: 0;
}

/*版面範圍設定*/
.page {
	margin: 0;
}

#content {
	max-width: 1920px;
	margin: 0 auto;
}

/* 選單 */
.main_header_area .container {
	max-width: 1635px;
}

/*手機板漢堡鈕相關*/
.nav-dropdown>li>a {
	width: 100%;
}

/*手機版底下按鈕*/
#bottom_menu {
	/* display: none !important; */
	/*Roby 20221129 mark*/
}

/*頁首按鈕hover顏色設定*/
.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
	color: #FF2304;
}

/*主分類hover*/
.submenu-indicator-chevron {
	border-color: transparent #444 #444 transparent;
}

/*主分類下拉箭頭*/
.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
	border-color: transparent #FF2304 #FF2304 transparent;
}

.nav-dropdown>li>a {
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

/*主分類下拉箭頭hover*/
.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
	color: #777777;
}

/*滑到第二層文字顏色*/
.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
	color: #777777;
}

/*滑到第二層文字顏色*/
.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
	border-color: transparent #777777 #777777 transparent;
}

/*滑到第三層箭頭顏色*/
.nav-dropdown>li>a:hover .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
	border-color: transparent #fff #fff transparent;
}

/*滑到第二層箭頭顏色*/

/*編輯頁下拉頁面設定*/
.other_select_page .promotion_title {
	display: none;
}

.other_select_page .other_promotion {
	display: none;
}

/*次分類下拉樣式*/
.nav-dropdown>li>a {
	border-bottom: 1px solid #fbfbfb;
	background: #fff;
	color: #666;
}

.nav-dropdown>li:last-child a {
	border-bottom: none;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
	color: #fff;
	background: #FF2304;
}

.nav-menu>li>.nav-dropdown {
	border: none;
}

/*▊▊▊▊▊▊文章分類部分基本設定(固定)-------- ////S T A R T/*/
/*文章分類側邊欄設定*/
.blog_le .accordion li .link {
	padding: 0;
}

.blog_le .accordion li .link a {
	padding: 15px 10px;
	display: block;
	color:#444;
	font-size: 18px;
	font-weight: 300;
	line-height: 160%;
	letter-spacing: 0.1em;
	padding:10px 15px;
}

.fa-chevron-down:before{
	font-size: 10px;
}

/*文章跑版設定*/
.blog_subbox {
	display: flex;
	flex-wrap: wrap;
}

/*////E N D/////*/


/*▊▊▊▊▊▊購物車部分基本設定(固定)-------- ////S T A R T/*/
/*+++清單頁-----------------------*/

.products-list .item a:hover .pic img {
	transform: translate(-50%, -50%) scale(1.05);
}

.products-list .pic {
	overflow: hidden;
	transition: .5s;
}

.products-list .pic img {
	transition: .5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.sidebarBtn {
	border: none;
	box-shadow: 0 0 8px rgb(0 0 0 / 10%);
	padding: 30px 20px;
}

.show_content .product-layer-two li:hover ul {
	border: none;
	border-top: none;
}


/*上方選單*/
.product-layer-two {
	min-width: 225px;
	width: 100%;
	margin-top: 0;
}

.products-list {
	width: 100%;
	padding-left: 60px;
	margin-top: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 85px 2%;
}

.products-list::before,
.products-list::after {
	display: none;
}

.product-layer-two li+li {
	margin-top: 5px;
}

.products-list .item {
	display: block;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	width: 100%;
}

.product-layer-two li a {
	background: #555555;
	border: none;
	color: #fff;
	padding: 10px 18px;
	transition: .5s;
}

.product-layer-two li a:hover {
	background: #FF3C37;
	transition: .5s;
}

.product-layer-two li.active a {
	color: #fff;
}

/*清單頁_購物車按鈕顏色*/
.products-list .more {
	border: none;
	background: #999999;
	color: white;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	margin-top: 10px;
}

.products-list a:hover .more {
	background: #FF3C37;
}

/*+++詳細頁-----------------------*/
.prod_related {
	padding: 90px 5%;
	background: #F6F6F6;
}

.prod_related h6 {
	margin: 0 auto 60px auto;
	text-align: center;
}

.prod_related h6 span {
	color: #444444;
	font-size: 18px;
	font-weight: 300;
	line-height: 160%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
}

/*相關推薦(預設關起來)*/
.lastPage {
	transition: .5s;
	background: #FF3C37;
}

.lastPage:hover {
	transition: .5s;
	background: #CC0000;
}

/*上一頁*/
/*詳細頁_側邊資訊欄*/
.product_info li:nth-of-type(1)>span.time_pay {
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	background: transparent;
	padding: 0;
	margin: 0;
}

.product_info li:nth-of-type(1)>span.time_pay a {
	transition: .5s;
}

.product_info li:nth-of-type(1)>span.time_pay:hover a {
	transition: .5s;
	color: #FF2304;
}

.product_info li {
	padding: 0;
}

.product_info li span {
	margin: 0;
	padding: 0;
}

.product_info li:nth-last-of-type(2),
.product_info li:nth-last-of-type(1) {
	margin: 0;
}

.product_info li:nth-last-of-type(3) {
	margin-bottom: 0;
}

.product_info li:nth-last-of-type(3) span,
.product_info li:nth-last-of-type(2) span,
.product_info li:nth-last-of-type(1) span {
	width: 100%;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.1em;
}

/*詳細頁_商品資訊*/
ul.prod {
	margin-top: 120px;
}

.prod-thumb {
	font-weight: normal;
	font-size: 20px;
	padding: 10px 0;
	margin: 0;
	color: #444444;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	background: #EEEEEE;
}

.prod-thumb:before {
	content: "▎";
	padding-right: 5px;
	display: none;
}

/*詳細頁_QA表單*/
.prod>li {}

.prod>li:nth-child(2) {
	margin: 120px 0 45px 0;
}

.product_info_page input[type="text"],
.product_info_page textarea {
	background: #fff;
}

.breakF {
	padding: 5px;
	min-height: 40px;
}

.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: #888888;
	max-width: 144px;
	width: 100%;
	border-radius: 6px;
	padding: 10px 10px;
	color: white;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	transition: all .3s;
}

.half_box li.btn_blankTop input:hover {
	background-color: #444444;
}

.half_box li.btn_blankTop input+input {
	margin-left: 15px;
}

.productBtn {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.product_info li {
		padding-left: 110px;
	}

	.prod>li:first-child {
		padding: 25px 0;
	}

	.half_box:nth-child(2) li:last-child {
		width: 100%;
	}

	.prod_related h6 {
		margin-bottom: 40px;
	}

	.related_list {
		grid-template-columns: repeat(3, 1fr);
	}

}

/*////E N D/////*/

/*▊▊▊▊▊▊聯絡我們部分基本設定(固定)-------- ////S T A R T/*/
button,
input,
optgroup,
select,
textarea {
	outline: none;
	/* padding-left: 15px !important; */
	background: #ededed;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 8px;
}

.blank_letter {
	font-family: 'Noto Sans TC', sans-serif;
}

.list_before.info li:last-child {
	padding-left: 0;
	margin-top: 20px;
}

.innersend {
	padding-left: 0 !important;
	text-align: center;
}

/* .TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
	font-weight: 500;
} */

/*////E N D/////*/

/*▊▊▊▊▊▊文章分類【首頁】部分基本設定(固定)-------- ////S T A R T/*/
.module_i_news {
	background: #e5e2da;
	padding: 80px 20px 50px 20px;
}

.module_i_news .title_i_box h4 {
	font-size: 36px;
}

.i_blog_ri {
	padding: 15px 10px;
}

.i_blog_ri h5 {
	font-size: 24px;
}

.module_i_news ul {
	margin: 50px auto;
}

.module_i_news li {
	background: #fff;
	box-shadow: 0 0 8px rgb(0 0 0 / 10%);
	width: 48%;
	margin: 0.5%;
}

.module_i_news li a {
	padding: 10px 5px;
}

.module_i_news li a:before {
	width: 100%;
	bottom: 0;
	top: auto;
	transform: none;
	left: 0;
	font-size: 14px;
	transition: all .5s;
	overflow: hidden;
	padding: 0;
	height: 0;
	background: #f3f3f3;
	color: #777777;
	letter-spacing: 2px;
}

.module_i_news li a:after {
	display: none;
}

.module_i_news li a:hover:before {
	transform: none;
	padding: 10px 5px;
	height: 45px;
}

@media screen and (max-width: 768px) {
	.module_i_news li {
		margin-bottom: 3%;
		width: 100%;
	}
}

/*////E N D/////*/

/*▊▊▊▊▊▊文章分類【功能頁】部分基本設定(固定)-------- ////S T A R T/*/

.blog_list_ri h5 {
	font-size: 20px;
}
/*////E N D/////*/

/*▊▊▊▊▊▊促銷方案【功能頁】部分基本設定(固定)-------- ////S T A R T/*/
.promotion_title {
	border-bottom: 1px solid #999;
}

.promotion_title h2 {
	border-bottom: 2px solid #999;
}

/*////E N D/////*/

/*按鈕顏色設定*/
.animated-arrow {
	background: #CC0000;
	padding-left: 0;
	text-align: center;
	transition: .5s;
}

.animated-arrow:hover {
	background: #d13434;
	transition: .5s;
}

.arrow {
	display: none;
}

/* = = = 個別網站設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = = = = = == = = */
#content {
	min-height: 100vh;
}

/*header*/
.pageIndex .header_area {
	position: fixed;
	width: 100%;
}

.main_header_area {
	background: #fff;
}

.nav-header {
	top: 50%;
	transform: translateY(-50%);
}

.nav-brand {
	width: 262px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-menu {
	margin: 40px 0 0 0;
}

.nav-menu>li>a {
	padding: 20px;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #444444;
	letter-spacing: 0.1em;
}

.nav-menu>li>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all.5s;
	opacity: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #FF2304 transparent;
}

.nav-menu>li>a:hover:before {
	opacity: 1;
}

.tp_links {
	display: none !important;
}

/*購物車bar*/
.shop_search_btn {
	background: #FF2304;
	border-radius: 0;
	padding: 7.5px 15px;
}

.box_search {
	width: 180px;
}

.box_search input[type=text] {
	border: 1px #CCCCCC solid;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	color: #AAAAAA;
	width: calc(100% - 60px);
	padding: 7px 10px 7px 32px;
}

.box_search input[type=text]::placeholder {
	color: #AAAAAA;
}

.shop_search_txt {
	padding-left: 33px !important;
}

.me_tp_features a {
	color: #444;
	font-weight: 500;
}

.me_tp_features a span {
	font-weight: 500;
}


/*footer*/
.footer {
	background-color: #FCFCFC;
	padding: 85px 0 0 0;
}

.footer_logo {
	width: 260px;
	display: block;
	margin: 0 auto;
}

.footer_logo img {
	width: 100%;
}

.footer_info {
	padding: 0;
}

.footer_info ul {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.footer_info li:nth-child(1) {
	width: 100%;
}

.footer_info li:nth-child(2) {
	width: 100%;
	margin-top: 20px;
}

.footer_info li p,
.footer_info li p>a {
	color: #444444;
	font-weight: 500;
	font-size: 16px;
}

.footer_info li:last-child {
	max-width: 530px;
	width: 100%;
	margin: 20px auto 0 auto;
}

.footer_menu {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.footer_menu a:nth-of-type(1) {
	display: none;
}

.footer_menu a {
	display: block;
	text-align: center;
	margin: auto;
	background: transparent;
	border: none;
	color: #BABABA;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	padding-bottom: 5px;
	position: relative;
	transition: .5s;
}

.footer_menu a::before {
	content: "";
	width: 0;
	height: 2px;
	background-color: #545454;
	border-radius: 150px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: .5s;
}

.footer_menu a:hover {
	transition: .5s;
	color: #545454;
	font-weight: 600;
}

.footer_menu a:hover::before {
	transition: .5s;
	width: 100%;
}

.copy {
	margin-top: 100px;
	padding: 12px 0;
	color: #fff;
	background: #545454;
	font-size: 12px;
	font-weight: 300;
}

.copy a {
	color: #ddd;
	font-size: 12px;
	font-weight: 300;
}

.show_time {
	max-width: 710px;
	width: 90%;
	margin: auto;
	padding: 20px;
	background-color: rgba(238, 238, 238, 0.2);
	color: #868686;
	font-size: 14px;
	font-weight: 500;
	line-height: 220%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
}


/*購物車*/
/*側邊選單*/
.product_page .show_content,
.product_info_page .show_content {
	display: flex;
	width: 100%;
}

.product-layer-two {
	width: 20%;
}

.product-layer-two li {
	width: 100%;
	margin: 0;
	padding: 3px;
}

/*商品清單頁*/
.products-list .price b {
	color: #FF3C37;
	font-size: 12px;
	font-weight: 400;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.products-list .price b.sp_price {
	color: #FF3C37;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-right: 0;
	margin-top: 5px;
}

.products-list .name {
	height: 25px;
	overflow: inherit;
	height: auto;
	font-weight: 600;
	color: #444444;
	font-size: 18px;
}

/*詳細頁*/
.product-wrapper {
	width: 80%;
}

.sidebarBtn h2 {
	color: #444;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.sidebarBtn .price {
	line-height: 110%;
}

.sidebarBtn .price span.sp_price {
	font-size: 16px;
}

.sidebarBtn .price span.ori_price {
	color: #777777;
	font-size: 14px;
	font-weight: 500;
}

.product_info li:nth-of-type(2) {
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.product_info li:nth-of-type(2) .txt_box {
	margin-top: 0;
}

.product_info li .txt_box {
	display: block;
	text-align: justify;
	color: #777777;
	margin: 10px 0 0 0;
}

.product_info li:nth-of-type(1)>span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 10px 20px;
	background-color: #EEEEEE;
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	margin: 0;
}

.action-button {
	background: #FF3C37;
	width: 144px;
	line-height: 35px;
	font-size: 14px;
	padding-left: 0 !important;
}

.action-button:hover {
	background: #e9b34d;
}

.prod>li:nth-child(1) img {
	max-width: 100%;
	height: auto !important;
}

/* 20221102 */
.stepImg {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 400;
}

.stepImg span.active {
	font-style: normal;
	color: #FF3C37;
	font-size: 17px;
	font-weight: 500;
	font-style: italic;
	position: relative;
	left: -27px;
}

.stepImg span.active.two {
	position: static;
}

.stepImg span.active.three {
	left: auto;
	right: -43px;
}

.stepImg span {
	margin-top: 10px;
}

.total_amount {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
}

.total_amount ul {
	background-color: white;
}

.total_amount .dis_01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #444;
	font-size: 17px;
	font-weight: bold;
}

.total_amount .dis_01 span {
	font-weight: bold;
}

.total_amount .dis_02 {
	padding: 15px 10px;
	color: #D90000;
	font-size: 18px;
	font-weight: 700;
}


.total_amount .dis_03 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-right: 100px;
	position: relative;
}

.total_amount .dis_03 span {
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.total_amount .dis_03 b {
	color: #444444;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-right: 10px;
}

.total_amount .dis_03 input {
	max-width: 300px;
	width: 100%;
	height: 35px;
	padding: 0 20px 0 10px;
	background-color: rgba(238, 238, 238, 0.4);
	padding: 4px 7px 8px 7px;
	border: 1px rgba(151, 150, 150, 0.4) solid;
}

.total_amount .dis_03 input::placeholder {
	color: #BABABA;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.total_amount .dis_03 img {
	position: absolute;
	left: 102px;
}

.total_amount {
	max-width: 657px;
	width: 100%;
	text-align: right;
}

.total_amount ul {
	width: 100%;
}

.total_amount ul:after {
	border: none;
	display: none;
}

.order_pay .separate_title.separate_title02 {
	margin: 25px 0 20px 0;
}

.order_list_tit b {
	color: black;
}

.order_list_spec {
	padding: 25px 0;
}

.order_list_tab table tr td,
.order_list_tab td:nth-child(1) {
	color: #000000;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
}

.order_pay .separate_title {
	font-size: 16px;
	color: #444;
	padding: 10px 0 10px 40px;
	background: #eee url(../img/sru_edit_img035.png) left center no-repeat;
	margin: 0;
}

.bear_order_fi01 p {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	margin-top: 35px;

}

.bear_order_fi01 p a {
	color: black;
}

.bear_order_fi01 u {
	display: flex;
	align-items: center;
	color: #444;
	font-size: 20px;
	font-weight: 500;
	margin: 45px 0 15px 0;
}

.bear_order_fi01 u::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #535353;
	display: block;
	border-radius: 150px;
	margin-right: 15px;
}

.bear_order_fi01 span {
	color: #525252;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.order_list_pro tr:first-child td {
	color: #444;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 10px;
}

.order_list_pro td:nth-child(1) {
	width: 90px;
}

.order_list_pro td:nth-child(4) {
	width: 100px;
}

.order_finish_page .lastPage {
	background: #444444;
	transition: .5s;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	border-radius: 8px;
}

.order_finish_page .lastPage:hover {
	transition: .5s;
	background: #FF3C37;
}

@media (max-width:570px) {

	.related_list {
		grid-template-columns: repeat(2, 1fr);
	}

	.order_list_spec p {
		font-size: 17px;
	}

}

@media (max-width:425px) {
	.total_amount .dis_03 {
		flex-wrap: wrap;
	}

	.total_amount .dis_03 span {
		display: block;
		width: 100%;
		margin: 10px 0;
		text-align: right;
	}

	.total_amount .dis_03 input {
		left: auto;
		right: 0;
		top: 2.5px;
	}

	.half_box li.btn_blankTop input {
		width: 130px;
		margin: 0;
	}

	.half_box li.btn_blankTop input+input {
		margin-left: 10px;
	}
}

/*促銷方案*/
.other_promotion li {
	border-top: 1px solid #ccc;
	background: #fff;
	padding: 1% 2%;
}


/*文章分類*/
/*側邊攔*/
.blog_le .accordion {
	border: none;
	border-radius: 0;
}
/*清單頁*/


/*會員區塊*/
/*共同設定*/


/*未登入*/
body.other_page .edit {
	width: 100%;
	padding: 0;
}

.member_login_regist {
	margin: auto;
}

.login_mem_submit {
	width: 100%;
	margin-right: 0;
	min-height: 44px;
	transition: .5s;
	border-radius: 8px;
	background: #888888;
	transition: .5s;
}

.login_mem_submit:hover {
	transition: .5s;
	background-color: #444;
}

.login_mem_other_link a {
	color: #d13434;
}

.member_login_regist {
	background: #eee;
}

.member_login_regist a {
	background: #888888;
	margin-top: 20px;
	transition: .5s;
}

.member_login_regist a:hover {
	transition: .5s;
	background: #444;
}

.login_mem_name,
.login_mem_pass {
	padding-left: 45px !important;
}

/*登入後*/

.member_order {
	background: transparent;
}

.mem_regist_title_s {
	background: #eee;
}

/*會員專區*/
.member_order a {
	border: 1px solid #ccc;
	margin: 5px 10px;
	transition: all .5s;
}

.member_order a:hover {
	background-color: #777777;
	color: #fff;
}

/*會員資料修改*/
.mem_box2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.mem_box2 input.bbtn01,
.mem_box2 input.bbtn02 {
	background: #888888;
	transition: .5s;

	width: 144px;
	min-height: 44px;
	border-radius: 8px;
	padding: 10px 5px;
	font-size: 14px;
	margin: 0;
}

.mem_box2 input.bbtn01 {
	margin-right: 15px;
}

.mem_box2 input.bbtn01:hover,
.mem_box2 input.bbtn02:hover {
	transition: .5s;
	background-color: #444;
}

/*修改密碼*/
.mem_regist_title_s_s {
	text-align: center;
}

.mem_regist_title_s_s input {
	background: #888888 !important;
}

.member_regist input {
	background: #fff;
}

/*購物車(一)*/
.send_simple {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #888888;
	padding-left: 0 !important;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	transition: .5s;
}

.send_simple:hover {
	transition: .5s;
	background: #444444;
}

.total_amount .rewrite_simple {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	background: #888888;
	padding-left: 0 !important;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	margin-right: 20px;
}

.rewrite_simple:hover {
	transition: .5s;
	background: #444444;
}

.form label .inputbox {
	top: 10px;
}

.bear_his .total_amount li {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.bear_his .total_amount li span {
	position: relative;
}

.bear_his .total_amount li u {
	position: absolute;
	top: calc(50% - 10px);
	left: 120px;
	color: #AAAAAA;
	font-size: 14px;
}

@media (max-width:425px) {
	.bear_his .total_amount li:nth-child(2) {
		flex-wrap: wrap;
	}

	.bear_his .total_amount li:nth-child(2).dis02 span {
		display: block;
		width: 100%;
		text-align: right;
		margin: 10px 0;
	}

	.bear_his .total_amount li:nth-child(2) u {
		position: static;
		position: relative;
		top: 2px;
		left: auto;
	}

	.bear_his .red,
	.bear_his .red span {
		font-weight: 400;
	}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
	padding: 200px 5% 185px 5%;
	background-image: url('../img/function_banner01.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner h5 {
	max-width: 1440px;
	width: 100%;
	margin: auto;
}

.banner h5 b {
	display: block;
	width: fit-content;
	color: white;
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-align: center;
	padding: 8px 15px;
	background-color: #FF3C37;
	border-radius: 12px;
}

.banner h5 span {
	display: block;
	color: white;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.15em;
	text-align: justify;
	text-shadow: 2px 2px 12px rgba(68, 68, 68, 0.65),
		2px 2px 12px rgba(68, 68, 68, 0.65);
	margin: 15px 0 0 0;
}

.banner h5 span br {
	display: none;
}

.banner.banA {}

.banner.banB {}

.banner.banC {}

.banner.banD {}

.banner.banE {}

.banner.banF {}

.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media (max-width:1200px) {
	.total_amount {
		width: 55%;
	}
}

@media (max-width:1024px) {
	.products-list {
		padding-left: 35px;
	}
}

@media (max-width:960px) {
	.total_amount {
		width: 50%;
	}
}

@media (max-width:950px) {
	.products-list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 40px 20px;
	}
}

@media (max-width:900px) {
	body.info_page .product-layer-two {
		min-width: 180px;
	}
}

@media (max-width:860px) {
	.total_amount {
		max-width: 100%;
		width: 100%;
		margin: 40px 0 0 0;
	}

	.payment {
		float: unset;
		padding: 0;
		margin: 40px 0 0 0;
	}
}

@media (max-width:800px) {
	.main_part {
		padding: 80px 0;
	}

	.products-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	ul.prod {
		margin-top: 80px;
	}

	.prod>li:nth-child(2) {
		margin-top: 80px;
	}

	.main_part {
		padding: 50px 0;
	}

	body.info_page .main_part {
		padding-bottom: 0;
	}

	.prod_related {
		padding: 50px 5%;
	}

	/*預設banner= = = = = = = = */
	.bannerindex {
		padding: 0;
		margin: 0;
		position: relative;
	}

	/* 開啟手機板下方按鈕所需設定= = = = = = = = */
	#bottom_menu {
		display: block;
	}

	.footer.with_shopping_mode {
		padding: 50px 0 0 0;
	}

	.copy {
		margin-top: 50px;
		padding-bottom: 82px;
	}

	#to_top {
		bottom: 60px;
	}

	/*以下其他設定= = = = = = = = */
	/*header*/
	.pageIndex .header_area {
		position: relative;
	}

	.header_area {
		padding: 20px 20px;
	}

	.nav-header {
		position: static;
		transform: unset;
		margin: auto;
		padding: 0;
		width: fit-content;
	}

	.nav-brand {
		width: 180px;
	}

	.navigation-portrait .nav-menus-wrapper {
		background-color: #fff;
	}

	.nav-menus-wrapper-close-button {
		color: #444;
	}

	.nav-toggle {
		top: 20px;
	}

	.nav-toggle:before {
		background-color: #444;
		box-shadow: 0 0.5em 0 0 #444, 0 1em 0 0 #444;
	}

	.nav-toggle:after {
		color: #444;
	}

	.nav-dropdown>li>a {
		background: #FF2304;
		color: #eee;
	}

	.me_tp_features {
		padding: 0;
		text-align: center;
		margin: 15px 0 0 0;
	}

	.box_search form {
		display: flex;
		height: 100%;
	}

	.box_search input[type=text] {
		position: absolute;
		left: 0;
		height: 100%;
	}

	.shop_search_btn {
		padding: 4.5px 15px;
	}

	/*購物車*/
	.product_page .show_content,
	.product_info_page .show_content {
		flex-direction: column;
	}

	.product-layer-two {
		width: 100%;
	}

	.product-layer-two li {
		width: 32%;
		text-align: center;
	}

	.product-wrapper {
		width: 100%;
	}

	.products-list {
		max-width: 550px;
		width: 100%;
		margin: auto;
		padding-left: 0;
	}

	.products-list .price b {
		margin: 0;
		display: inline-block;
		font-size: 14px;
		padding: 2px;
	}

	.products-list .more {
		margin-top: 20px;
	}

	.product-layer-two {
		text-align: center;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px 10px;
		padding-left: 0;
	}

	.product-layer-two li {
		width: 100%;
	}

	.product-layer-two li+li {
		margin-top: 0;
	}

	/*banner*/
	.banner {
		padding: 100px 5%;
	}

	.banner h5 b {
		font-size: 24px;
	}

	.banner h5 span {
		font-size: 17px;
	}
}

@media (max-width:700px) {
	.show_time br {
		display: none;
	}

	.footer_info li:nth-child(1) {
		padding: 0 20px;
	}

	.footer_info li:nth-child(1) p {
		word-break: break-all;
	}

	.footer_info li p,
	.footer_info li p>a {
		font-size: 15px;
	}
}

@media screen and (max-width: 600px) {
	.member_title {
		margin-bottom: 40px;
	}

	ul.prod {
		margin-top: 50px;
	}

	.prod>li:nth-child(2) {
		margin-top: 50px;
	}

	.stepImg span.active {
		position: static;
	}

	/*購物車*/
	.products-list {
		padding: 0;
		width: 100%;
	}

	.product-layer-two {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px 10px;
	}

	.product-layer-two li {
		width: 100%;
	}

	.product-layer-two li a {
		font-size: 14px;
		padding: 10px;
	}

	/* banner */
	.swiper-pagination {
		bottom: 15px;
	}

	/* 功能頁 banner */
	.banner {
		padding: 80px 5%;
	}

	.banner h5 b {
		font-size: 22px;
		margin: auto;
	}

	.banner h5 span {
		font-size: 16px;
		text-indent: 0.15em;
		text-align: center;
		margin: 15px auto 0 auto;
	}
}

@media (max-width:400px) {
	.member_regist tr td:nth-child(1) {
		text-align: left;
	}

	.navigation-portrait .nav-toggle {
		right: -5px;
	}

	.copy {
		margin-top: 15px;
	}

	.footer_menu {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px 5px;
	}

	/* banner */
	.swiper-pagination {
		bottom: 10px;
	}

	.swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}

	/* 功能頁banner */
	.banner h5 span {
		line-height: 200%;
	}

	.banner h5 span br {
		display: block;
	}

	/*  */
	.total_amount {
		justify-content: center;
	}

	.total_amount .rewrite_simple,
	.total_amount .send_simple {
		width: 130px;
	}

	.total_amount .rewrite_simple {
		margin-right: 10px;
	}

	.car_page .information_left {
		margin-top: 0;
	}
}

@media (max-width:375px) {
	.qaform li:nth-last-of-type(2) {
		width: 100%;
	}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/

.order_finish_page .main_part {
	max-width: 1225px;
}

.last_box_money table tr td:nth-of-type(n) {
	font-size: 17px;
	color: #444;
	font-weight: 300;
	padding: 5px 0;
}

.last_box_money .rr td:nth-of-type(1) {
	padding: 7px 5px;
	text-align: left;
	vertical-align: top;
	position: relative;
}

.last_box_money .rr td:nth-of-type(1) span {
	color: #444444;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
	white-space: nowrap;
}

.last_box_money .rr td:nth-of-type(1).ex_td {
	color: #444444;
	font-size: 18px;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0.05em;
	text-align: right;
	padding-right: 0;
}

.last_box_money .rr td:nth-of-type(1) span.span_red {
	color: #CC0000;
	font-size: 30px;
	font-weight: 300;
	padding-left: 15px;
}

@media screen and (max-width: 768px) {
	.extra_text {
		font-size: 16px;
	}
}

@media (max-width:600px) {
	.last_box_money table tr {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.last_box_money table tr td:nth-of-type(n),
	.last_box_money .rr td:nth-of-type(1) {
		display: block;
		width: fit-content;
		text-align: justify !important;
		padding: 5px 0;
		margin: 0;
	}

	.last_box_money table tr:nth-child(2) td:nth-child(1),
	.last_box_money table tr:nth-child(2) td:nth-child(2) {
		width: 100%;
	}

	.last_box_money table tr:nth-child(2) td:nth-child(3) {
		width: fit-content !important;
		min-width: 120px;
	}

	.last_box_money table tr:nth-child(n+3) td:nth-of-type(1) {
		min-width: 120px;
	}

	.order_finish_page .lastPage {
		margin-top: 40px;
	}

	.order_list_tab td:nth-child(2) {
		padding-left: 15px;
	}
}

/* 會員 */
.mem_regist_title_s {
	background: #C42C2C;
	color: white;
	margin-bottom: 40px;
}

.mem_regist_title_s_s {
	font-size: 15px;
	margin-bottom: 20px;
}

.member_regist tr td:nth-child(1) {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}

.member_title p {
	font-size: 20px;
	color: #444;
	font-weight: 300;
	line-height: 200%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	margin-top: 30px;
}

.member_title em {
	font-size: 15px;
	color: #444;
	font-weight: 300;
	line-height: 200%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
}

.member_regist tr.ex_tr td:nth-child(1) {
	display: none;
}

/* 20250930 */
.shopping-cart.check .cell.product_name {
	padding-left: 144px;
	min-height: 140px;
	display: flex;
	align-items: center;
}

.shopping-cart.check .cell.product_name a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #444;
	font-weight: 500;
}

.shopping-cart.check .cell.product_name a span {
	width: 100%;
	font-weight: 300;
	margin: 5px 0 0 0;
}

.small_pic {
	width: 100px;
	min-width: 100px;
	height: 100px;
	position: absolute;
	left: 25px;
	top: 20px;
}

.small_pic img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.shopping-cart .cart_content .row {
	display: flex;
	align-items: center;
}

.shopping-cart.check .cart_head .cell.product_name {
	padding: 13px 20px 13px 35px;
	min-height: unset;
}

.total_amount li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #444444;
	font-size: 17px;
	font-weight: 400;
	margin: 15px 0;
}

.total_amount li b {
	font-weight: 400;
}

.total_amount .dis_01 {
	padding: 0;
}

@media (max-width:768px) {
	body.car_page .main_part {
		padding-bottom: 80px;
	}

	.small_pic {
		top: 0;
		left: 0;
	}

	.shopping-cart .cart_content .row {
		display: block;
	}

	.shopping-cart.check .cell.product_name {
		padding:20px 0;
	}

	.shopping-cart.check .cell.product_name a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding-left: 120px;
		position: relative;
		min-height: 100px;
	}

	.shopping-cart.check .cell.product_name a span {
		text-align: left;
	}
}

@media (max-width:650px) {
	.total_amount .dis_03 {
		flex-direction: column;
		align-items: flex-start;
	}

	.total_amount .dis_03 input {
		margin: 10px 0 0 0;
	}
}

@media (max-width:600px) {
	body.car_page .main_part {
		padding-bottom: 50px;
	}
}

@media (max-width:500px) {
	.total_amount .dis_03 {
		padding: 0;
	}

	.total_amount .dis_03 span {
		position: static;
		text-align: left;
		display: block;
		transform: unset;
	}

		.shopping-cart.check .cell.product_name a {
		padding: 0;
	}

	.small_pic {
		position: static;
		margin-bottom: 10px;
	}
}