@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

body {
	overflow-x: hidden;
	font-family: 'Microsoft JhengHei', serif;
	font-weight: 300;
}

.yp_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.main_part {
	padding: 100px 20px;
}

.edit {
	width: 100%;
}

/*網站字體 預設黑體-明體*/
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif&family=Noto+Serif+TC&display=swap');

.pageIndex .main_part {
	border-top: none;
}

.box_container {
	width: 100%;
	max-width: 2000px;
	font-size: var(--font16);
	letter-spacing: 1px;
	color: #525252;
	border: 0;
	text-decoration: none;
	overflow: hidden;
	background: #FFFFFF;
	margin: auto;
}

.box_container img {
	width: auto;
	max-width: 100%;
}

.box_container * {
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	margin: 0;
	line-height: 180%;
}

.box_container a {
	text-decoration: none;
}

.box_container ul {
	list-style: none;
}

.box_container i,
.box_container em,
.box_container dfn,
.box_container var {
	font-style: normal;
	line-height: 0px;
}

.box_container u {
	text-decoration: none;
}

/*Animations*/
[data-animate-in] {
	opacity: 0;
	transition: transform 0.8s ease, opacity 0.8s ease;
}

[data-animate-in="up"] {
	transform: translate3d(0, 20%, 0);
}

/*由下往上*/
[data-animate-in="left"] {
	transform: translate3d(-30%, 0, 0);
}

/*由左往右*/
[data-animate-in="right"] {
	transform: translate3d(30%, 0, 0);
}

/*由右往左*/
[data-animate-in="down"] {
	transform: translate3d(0, -20%, 0);
}

/*由上往下*/
[data-animate-in="fadeIn"] {
	transform: translate3d(0, 0, 0);
}

/*淡入*/
[data-animate-in="scaleIn"] {
	transform: scale(.3);
}

/*放大淡入*/
[data-animate-in].in-view {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: transform 1.2s ease, opacity 1s ease;
}

.fade-in {
	opacity: 0;
	transition: opacity 1s ease;
}

.content_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box_container {
	--font40: 40px;
	--font35: 35px;
	--font25: 25px;
	--font22: 22px;
	--font20: 20px;
	--font18: 18px;
	--font16: 16px;
	--colorP: #482093;
	--colorP01: #BA81C0;
}

@keyframes shake {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes shake {
	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 1024px) {
	.box_container {
		--font40: 35px;
		--font35: 30px;
	}
}

@media screen and (max-width: 480px) {
	.box_container {
		--font40: 30px;
		--font35: 25px;
		--font25: 22px;
		--font22: 20px;
		--font20: 18px;
		--font18: 17px;
	}
}

/*
關於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_mail {}*/
.tp_links a.me_tp_call:before {
	display: none;
}

.tp_links a.me_tp_mail:before {
	display: none;
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*隱藏大圖輪播點點按鈕*/
.swiper-pagination-clickable .swiper-pagination-bullet {
	display: none;
}


/* 選單 Logo */
/*LOGO*/
.nav-header {
	padding: 0;
	margin: 0;
	max-width: 109px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/*LOGO位置*/
.nav-brand {
	width: 85px;
	display: inline-block;
}

/*LOGO寬度*/
.nav-brand h1 {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.nav-brand img {
	width: 100%;
}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */



/*.main_header_area .container {max-width: 1400px;}*/
/*調整總寬*/
.main_header_area {
	background: #fff;
	padding: 20px 20px;
	transition: 0.3s ease;
}

/*底色*/
.navigation {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
}

.nav-menus-wrapper {
	width: 100%;
}

.nav-menu {
	padding: 0;
	margin: 0;
	transition: 0.3s ease;
}

.nav-menu>li {
	position: relative;
}

.nav-menu>li:first-child {
	display: none;
}

.nav-menu>li>a {
	color: #444444;
	letter-spacing: 1px;
	font-size: 18px;
	padding: 0;
	font-weight: bold;
}

.nav-menu>li:nth-of-type(n+2)>a {
	padding-left: 15px;
}

.nav-menu>li:nth-last-of-type(2)>a {
	padding-right: 0;
}

/*文字按鈕間距*/
.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
	color: #C39D6F;
}

/*文字hover*/
.submenu-indicator-chevron {
	border-color: transparent #000 #000 transparent;
	display: none;
}

/*下拉箭頭顏色*/
.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 #C39D6F #C39D6F transparent;
}

/*下拉箭頭hover顏色*/
.nav-menu>li>.nav-dropdown {
	border: solid 1px #ffffff;
	min-width: 110px;
	left: 50%;
	transform: translateX(-50%);
}

/*下拉選單邊框*/
.nav-dropdown .nav-dropdown {
	min-width: 110px;
}

.nav-dropdown>li>a {
	border-bottom: 0px solid #f6f6f6;
}

/*下拉選單下邊框線*/
.nav-dropdown>li>a,
.nav-dropdown>li>a {
	letter-spacing: 1px;
	background: #ffffff;
	color: #000000;
	text-align: center;
	text-indent: 1px;
}

/*下拉文字*/
.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
	color: #fff;
	background: #C39D6F;
}

/*下拉文字hover*/
.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
	color: #fff;
}

/*預設紅字*/
/* .nav-menu>li:nth-child(7) {display:none;} */

/* 商品列表新增順序排列 */
.yp_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.yp_flex_col {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.products_setting {
	margin-bottom: 40px;
	text-align: center;
}

.products_setting>p {
	margin: 0 10px;
}

.product_layout_info {
	width: 68px;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	overflow: hidden;
}

.product_layout_info button {
	width: 50%;
	padding: 5px 10px;
	background: #FFFFFF;
}

.product_layout_info button svg {
	fill: #7B7B7B;
	width: 1em;
	color: #808080;
}

.prodList_content.line_prods .product_layout_info button.line_btn,
.prodList_content.square_prods .product_layout_info button.square_btn {
	background: #E1E1E1;
}

.item_info {
	width: 100%;
}


.products-list .item a {
	display: flex;
}

.prodList_content.line_prods .products-list .item {
	width: calc(50% - 10px);
}

.prodList_content.line_prods .products-list .item a {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.prodList_content.line_prods .products-list .item .pic {
	width: 40%;
	padding-bottom: 40%;
}

.prodList_content.line_prods .products-list .item .item_info {
	width: calc(60% - 10px);
	padding-left: 10px;
}

.prodList_content.line_prods .products-list .item .more {
	margin-top: 30px;
}

.prodList_content.line_prods .products-list .name {
	margin-top: 0;
}

.product_info li {
	display: flex;
	align-items: center;
}

.product_info li .txt_box.pd_inventory {
	color: #C39D6F;
}

.pd_inventory .pd_none_inventory {
	color: #515F84;
	font-style: normal;
}

input#add_to_cart[disabled] {
	background: #B5B5B5;
}

/*購物車選單*/
.main_header_area .container {
	max-width: 1550px;
	width: 100%;
	margin: auto;
}

.shop_search_btn {
	background: #c39d6f;
	border-radius: 4px;
}

.box_search input[type=text] {
	padding: 5px 15px 5px 32px;
	border-radius: 4px;
}

.me_tp_features {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: static;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.me_tp_features a {
	color: #444444;
}

.me_tp_features a.tp_btn_cart {
	margin: 0 10px;
}

.me_tp_features a.tp_btn_notice {
	margin: 0;
	margin-right: 10px;
}

.prodList_content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.products_setting {
	width: 100%;
	order: 1;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.products_setting select+p {
	margin-left: 10px;
}

.product-layer-two {
	order: 2;
	width: 220px;
}

.products-list {
	order: 3;
	width: calc(100% - 230px);
	max-width: 1195px;
	justify-content: flex-start;
}

.product_page .page {
	order: 5;
	width: 100%;
}

.products-list .item {
	width: calc(33.333% - 10px);
	max-width: 378px;
	display: block;
	position: relative;
}

.products-list .item:before {
	content: '';
	background: rgba(51, 51, 51, .6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transition: all .4s;
}

.products-list .item:hover:before {
	opacity: 1;
}

@media screen and (max-width: 780px) {
	.me_tp_features {
		margin-top: -15px;
	}
}

@media screen and (max-width: 480px) {
	.me_tp_features {
		margin-top: -10px;
	}
}

/* 會員功能 */
.right_member_in {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	padding: 1px 5px;
	top: 10px;
	right: 365px;
	line-height: 1.3;
	border-width: 1px 1px 1px 1px;
	border-color: #e2e2e2;
	border-style: solid;
	border-radius: 5px 10px;
	z-index: 99999;
	width: fit-content;
	position: static;
}

.right_member_in ul {
	width: unset;
	margin: 5px 0;
}

.right_member_in>img {
	width: 12px;
}

.login_mem_submit {
	background: #2F3A6A;
}

.login_mem_other_link a {
	color: #a19cad;
}

.member_title,
.member_title p {
	display: none;
}

.member_login_regist {
	background: #98B1BA;
	color: #fff;
}

.mem_regist_title_s {
	background: #2F3A6A;
	color: #fff;
}

.member_login_regist h2 {
	color: #fff;
}

.member_login_regist p {
	color: #fff;
	margin: 15px auto;
	font-size: 18px;
	line-height: 170%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
}

.member_login_regist a {
	background: #fff;
	color: #2F3A6A;
	font-weight: bold;
	transition: 0.5s;
}

.member_login_regist a:hover {
	transition: 0.5s;
	background-color: #2F265B;
	color: white;
}

.member_order {
	background: url(../images/mem_bg.png) no-repeat bottom right #ffffff;
}

.right_member_in input {
	margin-top: 0;
}

.right_member_in li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mem_regist_title_s_s input {
	background: #2F3A6A;
	max-width: 140px;
	width: 100%;
	color: #fff;
	padding: 15px;
	text-align: center;
	transition: 0.5s;
}

.mem_regist_title_s_s input:hover {
	transition: 0.5s;
	background-color: #98B1BA;
}

.member_regist input#address {
	margin-top: 10px;
}
@media (max-width:920px) {
	.member_order{
		text-align: center;
	}
}

@media (max-width:768px) {
	.nav-header {
		position: static;
		margin: auto;
		transform: unset;
	}

	.nav-brand {
		position: static;
		transform: unset;
	}

	.right_member_in,
	.me_tp_features {
		margin: 0;
		padding: 0;
	}

	.me_tp_features {
		flex-direction: column;
		align-items: center;
	}

	.right_member_in {
		margin: 20px 0;
		max-width: 400px;
		width: 100%;
		border-radius: 10px;
		padding:10px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.right_member_in a{
		display: block;
	}

	.right_member_in>img{
		margin-bottom: 5px;
	}

	.right_member_in input{
		margin-left: 10px;
	}

	.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
		z-index: 999999;
	}

	.nav-menu>li>.nav-dropdown {
		transform: unset;
		left: auto;
	}

	.nav-dropdown>li>a,
	.nav-dropdown>li>a {
		text-align: justify;
		text-indent: 0;
	}

	.main_part {
		padding: 50px 20px;
	}
}

@media (max-width:375px) {
	.right_member_in {
		line-height: 1.2;
	}
}



/* = = = 頁　尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer {
	background: #fff;
}

/*底色*/
.footer_logo {
	display: none;
}

.footer_info {
	padding: 0 0;
	padding-bottom: 30px;
}

.footer_info ul {
	width: 100%;
}

.footer_info li p {
	color: #1F1F1F;
	letter-spacing: 1px;
	width: fit-content;
	margin: 5px 1%;
}

/*文字*/
.footer_info li p a {
	color: #1F1F1F;
}

.footer_info li:nth-child(1) {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.footer_info li:nth-child(2) {
	width: 100%;
	margin-top: 16px;
	display: none;
}

.footer_menu a {
	border: 1px #ababab solid;
	margin: 0 8px 8px 0;
	background: #ffffff;
	letter-spacing: 1px;
	color: #000000;
}

/*按鈕*/
.footer_menu a:hover {
	border: 1px #C39D6F solid;
	background: #C39D6F;
}

.footer_logo img {
	width: 130px;
	display: none;
}



/*版權*/
.copy {
	color: #BBBBBB;
	border-top: 0px #eee solid;
	font-size: 12px;
	background: #F2EFEE;
	margin-top: 0;
}

.copy a {
	color: #cdcdcd;
}

.copy a:hover {
	color: #cdcdcd;
}



/*頁尾改符號*/
.footer_info li p {
	position: relative;
}

.footer_info li p:before {
	margin: 0;
}

.footer_info li p.phone:before {
	content: '電話：';
}



/* = = = 首頁預設區塊 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*購物車*/
.products-box {
	background: #ffffff;
}


/*促銷方案*/
.news_part {}


/*首頁的線*/
.pageIndex .main_part {
	border-top: 0px solid #ccc;
}


/* = = = 相　簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.show-list .show_name {
	color: #000000;
}

.show-list .item:hover .show_name {
	color: #C39D6F;
}

.show-list .show_name {
	font-size: 16px;
}

.other_album_choice li {
	background: #C39D6F;
}

.other_album_choice li:hover {
	background: #000000;
}

.other_subalbum li p {
	margin-top: 10px;
}

.page strong,
.page a:hover {
	background: #C39D6F;
}

.album_fixed_title embed {
	display: none;
}

.other_album_choice li .fa {
	display: none;
}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


div#number_area {
	color: #C39D6F;
	font-size: 14px;
	padding-top: 5px;
}

.products-list .name {
	height: 43px;
	font-size: 18px;
}

.products-list .pic {
	overflow: hidden;
	padding-bottom: 65%;
}

.products-list .more {
	border: none;
	color: #353526;
	background: #fff;
	border-radius: 50px;
	width: 90%;
	max-width: 145px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	opacity: 0;
	transition: all .4s;
}

.products-list a:hover .more {
	background: #fff;
	color: #353526;
	opacity: 1;
}

.product-layer-two {
	margin: 0px 0 60px 0;
	letter-spacing: 1px;
}

.product-layer-two li {
	padding: 0;
	margin: 0;
	display: block;
}

.product-layer-two>li {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0 15px;
}

.product-layer-two li ul {
	width: 100%;
	display: block;
	position: unset;
	margin: 0;
}

/*購物車分類下拉選項寬度*/
.product-layer-two li li {
	display: block;
	transition: .3s;
}

.product-layer-two li li:hover a {
	font-size: 18px;
	color: #3E4B74;
	font-weight: bold;
	transition: .3s;
}

.product-layer-two li a {
	border: 0;
	border-bottom: 0;
	color: #5c5c5c;
	transition: .3s;
}

.product-layer-two>li>a {
	background: none;
	color: #000000;
	font-size: 20px;
	font-family: "微軟正黑體", Microsoft JhengHei;
	font-weight: bold;
	padding: 10px 0;
}

.product_pic {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.product_pic #bx-pager {
	width: 100%;
	position: relative;
	color: #111111;
}

.product_pic #bx-pager a {
	border: 0px solid #e9e9e9;
	overflow: hidden;
}

.product_pic #bx-pager .block {
	display: none;
}

.product_pic #bx-pager h6 {
	display: none;
}

.product_pic {
	padding-left: 0px;
}

.product_main {
	width: 100%;
	padding-right: 40%;
	position: relative;
}

.prod-thumb {
	border-left: 5px solid #515F84;
	padding: 0px 10px 4px 10px;
	line-height: 100%;
	color: #515F84;
	font-size: 15px;
}

.prod_related h6 span:before {
	color: #111111;
	border-left: 5px solid #515F84;
	padding: 0 10px;
	font-size: 15px;
	color: #515F84;
	font-family: "微軟正黑體", Microsoft JhengHei;
}

.product_info li .txt_box {
	color: #202020;
	font-size: 14px;
	line-height: 180%;
}

.prod_related {
	background: #F5F7F8;
	padding: 50px 3%;
}

.prod-item {
	padding: 20px 0;
}

.radio-inline__label {
	padding: 2px 10px;
}

.toShare b {
	font-weight: 300;
}

.lastPage {
	background: #C39D6F;
	display: none;
}

.sidebarBtn {
	border: 0px #ddd solid;
	width: 40%;
	font-family: "微軟正黑體", Microsoft JhengHei;
	font-weight: bold;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.sidebarBtn h2 {
	font-weight: 800;
	font-size: 28px;
}

.product-layer-two li:hover ul {
	border: 0 !important;
	border-top: 0 !important;
}

.page strong,
.page a {
	min-width: 25px;
	padding: 0 7px;
	font-size: 14px;
}

.product-layer-two li li a {
	position: relative;
	padding-left: 10px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.product-layer-two li li a:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 3px;
}

.prod_related h6 {
	text-align: left;
	max-width: 1600px;
}

.related_list {
	text-align: left;
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
}

.related_list li {
	width: 24%;
	padding: 15px;
	background-color: #fff;
	border: 1px #CCCCCC solid;
	transition: 0.5s;
}

.related_list li:hover {
	transition: 0.5s;
	transform: scale(0.95);
}

.related_list li a {
	background: none;
	text-align: center;
	font-family: "微軟正黑體", Microsoft JhengHei;
	font-weight: bold;
}

.related_list li a img {
	max-width: 100%;
	max-height: 242px;
	height: 100%;
	width: 100%;
}

.related_list li a p {
	font-size: 18px;
}

.sidebarBtn .price {
	color: #111111;
	font-weight: 800;
}

.sidebarBtn .price span {
	font-size: 15px;
}

.sidebarBtn .sp_price {
	color: #dd4235;
}

.action-button {
	width: 98.5%;
	border-radius: 0px;
	background: #515F84;
}

.action-button:hover {
	background: #A8C3C6;
}

.inquiry_a1,
.inquiry_a2 {
	width: 48%;
}

.products-list .item {
	text-align: center;
	padding: 10px 10px;
	margin: 5px 5px 20px;
	font-family: "微軟正黑體", Microsoft JhengHei;
	border: 1px #BBBBBB solid;
}

.products-list .item .name {
	margin-top: 20px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

.products-list .price b {
	font-size: 24px;
	color: #343426;
	font-weight: bold;
}

.prodInfo_show_content {
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
}

.product-wrapper {
	order: 3;
	width: calc(100% - 230px);
	max-width: 1170px;
	font-family: "微軟正黑體", Microsoft JhengHei;
	font-weight: bold;
}

.product_info li {
	padding-left: 0;
}

.product_info li span {
	margin-left: 0;
	color: #111111;
}

/* .product_info li.pd_spec{padding-left: 0;} */

.prod {
	width: 100%;
}

.okpay_in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media (max-width:1024px) {

	.navigation {
		padding-left: 100px;
	}

	.product_main {
		padding-right: 0;
	}

	.product_pic,
	.sidebarBtn {
		width: 100%;
	}

	.sidebarBtn {
		position: relative;
	}
}

@media (max-width:768px) {
	.product_page .product-layer-two {
		width: 120px;
	}

	.product-wrapper,
	.product_page .products-list {
		width: calc(100% - 140px);
	}

	.prodList_content.line_prods .products-list .item {
		width: 100%;
	}

	.products-list .item {
		width: calc(50% - 10px);
	}

	.prod_related {
		padding: 50px 5%;
	}

	.related_list {
		flex-wrap: wrap;
	}

	.related_list li {
		width: 48.5%;
	}

	.related_list li:nth-child(n+3) {
		margin-top: 35px;
	}

}

@media (max-width:600px) {
	.product_page .product-layer-two {
		width: 90%;
		order: 0;
		background: #2F265B;
		max-width: 400px;
		margin: 0 auto 50px;
		border-radius: 7px;
	}

	.product-layer-two {
		width: 100%;
	}

	.product-layer-two li {
		display: block;
		width: 100%;
	}

	.product-layer-two>li {
		padding: 0;
	}

	.product-layer-two li a {
		width: 100%;
	}

	.product-layer-two>li>a {
		color: #fff;
		font-size: 18px;
		padding: 10px;
		text-align: center;
		background: #2F265B;
		border-radius: 7px;
	}

	.product-layer-two li ul {
		position: absolute;
	}

	.product-layer-two li li {
		display: none;
	}

	.product-wrapper,
	.product_page .products-list {
		width: 100%;
	}

	.products_setting {
		justify-content: center;
	}

	.products-list .item {
		width: calc(50% - 10px);
	}

	.prodList_content {
		padding: 15px 0;
	}
}

@media (max-width:500px) {
	.okpay_in {
		flex-direction: column;
	}

	.related_list {
		flex-direction: column;
	}

	.related_list li {
		width: 100%;
	}

	.related_list li:nth-child(n+2) {
		margin-top: 35px;
	}
}

@media (max-width:375px) {
	.products-list .item {
		width: 100%;
		margin: 10px 0;
	}

	.products_setting {
		font-size: 14px;
	}
}

/* = = = 詢價車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*按鈕*/
.inquiry_a1 {
	background: #A8C3C6;
	border-radius: 0px;
	transition: 0.3s ease;
}

.inquiry_a1:hover {
	background: #515F84;
	transition: 0.3s ease;
}

.inquiry_a2 {
	transition: 0.3s ease;
	background: #C1C1C1;
	border-radius: 0px;
}

.inquiry_a2:hover {
	transition: 0.3s ease;
	background: #A5A5A5;
}

.half_box li.btn_blankTop {
	margin-top: 0;
}

.lastaction,
.mem_box2 input.bbtn01 {
	transition: 0.5s;
	background: #C1C1C1;
	color: #fff;
}

.lastaction:hover,
.mem_box2 input.bbtn01:hover {
	transition: 0.5s;
	background: #A5A5A5;
}

.nextaction,
.mem_box2 input.bbtn02 {
	background: #2F3A6A;
	transition: 0.5s;
}

.nextaction:hover,
.mem_box2 input.bbtn02:hover {
	background: #98B1BA;
	transition: 0.5s;
}

.productBtn {
	width: 47%;
	padding: 5px;
	margin-right: 2%;
	margin-top: 0;
	text-align: center;
	line-height: 140%;
}

.rewrite_simple {
	background: #8B8989;
	transition: 0.5s;
}

.send_simple {
	background: #2F3A6A;
	transition: 0.5s;
}

body.car_page .rewrite_simple{
	background: #DCD7D6;
	color:#000;
}

body.car_page .rewrite_simple:hover{
	transition: 0.5s;
	color:#fff;
	background-color: #8B8989;
}


/* = = = 購物流程頁面 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*三格圖大文小呈現*/
h4.blog_category_title {
	font-size: 40px;
	color: #4D4A4B;
	font-family: "Noto Serif TC", serif;
}

.blog_page .subbox_item {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	float: none !important;
}

.blog_page .subbox_item a:after {
	display: none;
}

.blog_page .blog_list_le {
	display: block;
	width: 100%;
}

.blog_page .blog_list_ri {
	display: block;
	width: 100%;
}

.blog_box_edit {
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 1px;
}

.blog_box_edit p {
	margin: 15px 0;
	line-height: 180%;
}

.blog_page .blog_category_title {
	display: none;
}

.blog_le .accordion>li:hover .link {
	background: #EAEFF1;
}

.blog_le .accordion>li.on_this_category .link {
	background: #EAEFF1;
}

.blog_le .accordion {
	border-radius: 0px;
}

.blog_le_t {
	display: none;
}

.blog_list_ri em {
	color: #AAAAAA;
	font-size: 15px;
	font-family: "微軟正黑體", Microsoft JhengHei;
}

.blog_list_ri p {
	padding-top: 8px;
	font-size: 14px;
	color: #6e6e6e;
}

.blog_list_ri h5 {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
}

.blog_search input[type=search] {
	border-radius: 0px !important;
}

.blog_page .blog_list_ri {
	background: #fff !important;
	padding: 20px !important;
	position: relative;
}

.blog_page .subbox_item a .blog_list_ri:before,
.blog_page .subbox_item a .blog_list_ri:after {
	opacity: 0;
	transition: all .4s;
}

.blog_page .blog_list_ri:before {
	content: '';
	background: rgba(51, 51, 51, .6);
	color: #fff;
	width: calc(100% - 6px);
	height: 100%;
	font-size: 14px;
	left: 3px;
	top: 0;
	position: absolute;
	opacity: 0;
}

.blog_page .blog_list_ri:after {
	content: '+READ MORE';
	background: #fff;
	color: #353526;
	font-family: "微軟正黑體", Microsoft JhengHei;
	font-size: 15px;
	position: absolute;
	padding: 5px;
	border-radius: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 0;
	width: 90%;
	max-width: 145px;
	text-align: center;
}

.blog_page .subbox_item a:hover .blog_list_ri:before,
.blog_page .subbox_item a:hover .blog_list_ri:after {
	opacity: 1;
}

.blog_page .subbox_item a:after {
	background: none;
}

/*.blog_in_page .blog_ri {margin-top: 26px;}*/
.subbox_item a:before,
.subbox_item a:hover:before {
	display: none;
}

.submenu a:hover {
	background: #979797;
}

.module_i_news li a:before,
.subbox_item a:before {
	transform: translate(-50%, -100%);
	width: 100%;
	opacity: 0;
	overflow: hidden;
}

.accordion li .link {
	background: #fff;
	font-weight: 400;
	font-size: 18px;
}

.blog_back a.article_btn_prev {
	background: #8CA3B0;
}

.blog_back a.article_btn_back {
	background: #3E4B74;
}

.blog_back a.article_btn_next {
	background: #8CA3B0;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
	color: #4C4A4B !important;
}

@media (max-width:1024px) {
	h4.blog_category_title {
		font-size: 33px;
	}

	.blog_box_edit {
		font-size: 18px;
	}
}

@media (max-width:600px) {
	h4.blog_category_title {
		font-size: 25px;
	}

	.blog_page .blog_list_ri {
		padding: 10px !important;
	}

	.blog_page .blog_list_ri:after {
		width: 85%;
	}
}

@media (max-width:480px) {
	.blog_box_edit {
		font-size: 16px;
	}
}

@media (max-width:400px) {
	h4.blog_category_title {
		font-size: 21px;
	}
}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_page .contact_content .list_before.info li,
.contact_page .account {
	display: none;
}

.contact_page .contact_content .list_before.info li:last-child {
	display: block;
}

.animated-arrow {
	background: #515F84;
}

.contact_content {
	background: url(../images/cbg_02.jpg) fixed no-repeat;
	background-position: center bottom;
	width: 100%;
	height: auto;
}

/*668 86vh*/
.note {
	text-align: left;
}

.red {
	color: #000000;
}

.blank_letter {
	color:#000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	padding:0;
	padding-left: 15px;
	position: relative;
}

.blank_letter::before{
	content:"";
	width: 6px;
	height: 15px;
	background-color: #515F84;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}

.contact_form li .form__label {
	text-align: left;
	color:#000000;
	font-size: 15px;
	font-weight: bold;
}

.form__insert img {
	padding-left: 10px;
}

.rewrite {
	color:#000000;
}

.contact_form li.last {
	color:#000000;
}

.contact_form li {
	border-bottom: 0px solid #505050;
}

.noborder {
	padding: 10px 10px;
	border: 1px solid #EEEEEE;
}

/*填寫欄位*/
.contact_form li {
	width: 47%;
	display: inline-block;
	margin-right: 20px;
}

.contact_form li:nth-child(5) {
	width: 96.5%;
}

/*留言格*/
.contact_form li.last {
	text-align: left;
}


/*聯絡我們MAP區改滿版編輯區*/
.contact_content {
	width: 100%;
	padding: 0;
}

.contact_page .main_part {
	max-width: 100%;
	padding: 0;
}

.contact_page .path {
	display: none;
}

.contact_content .information_left {
	width: 100%;
	padding: 0;
}

.contact_content .information_right {
	width: 90%;
	margin: 0px auto;
	padding: 80px 10px;
	display: block;
	font-family: "微軟正黑體", Microsoft JhengHei;
	font-weight: bold;
}

.contact_content .information_left>h4.blank_letter {
	display: none;
}

.contact_content .list_before {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

/* .list_before li{ display: none;} */
/* .list_before li{display: none;} */
.list_before li:last-child {
	display: block;
}

/* .list_before .ACCN4 { display: none !important;} */
.contact_content .list_before.info>li:last-of-type {
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.contact_content .information_right {
		margin: 0px auto;
	}
}

/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {
	max-width: 1000px;
}

/**/


/* = = = 下拉分頁 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.other_select_page .promotion_title h2 {
	display: none;
}

.other_select_page .promotion_title {
	border-bottom: 0px solid #ababab;
}

.other_select_page ul.other_promotion {
	display: none;
}

.other_select_page .page {
	display: none;
}

.page strong,
.page a:hover {
	background: #98B1BA;
	color: white;
}


/* = = = 促銷方案 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.promotion_title {
	border-bottom: 1px solid #ababab;
}

.promotion_title h2 {
	border-bottom: 2px solid #ababab;
}


/* = = = 內頁麵包屑與BANNER  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*麵包屑*/
.path {
	display: none;
}

/*總設定*/
.banner {
	height: 18vw;
	max-height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
}

/* .blog_page .banner,
.blog_in_page .banner {
	background: url(../images/new_ban.jpg) no-repeat center;
	display: none;
}

.blog_page .banner h5:after,
.blog_in_page .banner h5:after {
	content: 'Promotions';
}

.product_page .banner,
.product_info_page .banner {
	background: url(../images/pro_ban.jpg) no-repeat center;
	display: none;
}

.product_page .banner h5:after,
.product_info_page .banner h5:after {
	content: 'Products';
}

.banF,
.remit_page .banD {
	background: url(../images/pr_01.jpg) no-repeat center;
} */

.banner {
	width: 100%;
	height: 295px;
	background-image: url('../img/ding_img038.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner h5 {
	display: block;
	color: white;
	font-size: 36px;
	font-weight: 900;
	font-family: "Noto Serif TC", serif;
	line-height: 140%;
	letter-spacing: 0.08em;
	text-indent: 0.08em;
	text-align: center;
	text-shadow: 1px 1px 12px rgba(81, 95, 132, 0.5),
		1px 1px 12px rgba(81, 95, 132, 0.5), 1px 1px 12px rgba(81, 95, 132, 0.5);
	padding: 20px;
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


@media screen and (max-width: 1024px) {
	.nav-menu {
		padding: 0 0;
	}
}


@media screen and (max-width: 780px) {
	.banner h5{
		font-size: 32px;
	}

	/* 開啟手機板下方按鈕所需設定 */
	#bottom_menu {
		display: block;
	}

	.footer.with_shopping_mode {
		padding: 30px 0 70px;
	}

	/*#to_top {bottom:60px;}*/

	.navigation-portrait .nav-menu>li>a {
		padding-left: 10px;
	}

	.nav-menu {
		padding: 0 10px 0 10px;
	}

	.footer_info li {
		padding: 0 10px 0 50px;
	}

	.footer_info li:nth-child(1) {
		flex-wrap: wrap;
	}


	/*製作選單隔線*/
	.nav-menu>li {
		border-left: 0px;
	}


	/* = = = 手機板設定 start = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


	/*主選單調整*/

	.navigation {
		padding: 0;
	}

	.navigation-portrait {
		display: block;
		height: auto;
	}

	.main_header_area {
		height: auto;
	}

	.nav-brand {
		position: static;
		transform: unset;
	}

	.navigation-portrait .nav-toggle {
		color: #000000;
	}

	.nav-toggle:before {
		background-color: #000000;
		box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000;
	}

	#bottom_menu li {
		width: 100%;
	}

	/*下方選單滿版*/


	/*漢堡之側邊選單*/

	.nav-toggle {
		top: -10px;
		right: 0;
	}

	.navigation-portrait .nav-dropdown>li>a {
		padding: 12px 20px 12px 20px;
		width: 50%;
	}

	.navigation-portrait .nav-menu a {
		color: #000000;
	}

	.nav-dropdown>li>a,
	.nav-dropdown>li>a {
		letter-spacing: 2px;
		color: #000000;
		background: none;
	}

	/*下拉文字*/
	.nav-dropdown>li>a:hover,
	.nav-dropdown>li>a:focus {
		background: none;
	}

	/*下拉文字hover*/
	.nav-dropdown>li>a:hover {
		color: #000000;
	}

	/*下拉文字hover*/
	.nav-dropdown>li:hover>a,
	.nav-dropdown>li.focus>a {
		color: #000000;
	}

	/*下拉文字hover2*/
	.navigation-portrait .nav-menu>li:last-child {
		display: none;
	}

	.nav-dropdown>li:hover>a .submenu-indicator-chevron,
	.nav-dropdown>.focus>a .submenu-indicator-chevron {
		border-color: transparent #C39D6F #C39D6F transparent;
	}

	/*下拉箭頭*/

	/* = = = 手機板設定 end = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


	/* = = = 行動裝置檢測 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


	/* 大圖調整 */
	.swiper-slide img {
		animation-fill-mode: none;
		-webkit-animation-fill-mode: none;
	}

	/* 新版最新消息內頁 */
	.blog_back {
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}

	.blog_back a {
		width: 31.5%;
	}

	/*購物車*/
	.product_main {
		width: 100%;
	}

	.sidebarBtn {
		width: 100%;
	}

	/*聯絡我們*/
	/*.contact_content {height: 100vh;}*/
	.contact_form li {
		width: 96%;
	}
}


@media screen and (max-width: 600px) {

	.banner h5{
		font-size: 28px;
	}

	.products-box {
		padding-top: 0px;
	}

	.nav-header {
		padding: 10px 0 0 0;
	}
}


@media screen and (max-width: 480px) {
	.banner h5{
		font-size: 26px;
	}

	.copy {
		padding-bottom: 18px;
	}

	.other_album_choice li {
		width: 100%;
		text-align: center;
	}

	.blog_page .subbox_item {
		width: 48%
	}

	.blog_page .subbox_item{
		width: 100%;
	}

	.blog_list_ri h5 {
		font-size: 22px;
	}


	/*頁尾LOGO*/
	.footer_logo img {
		width: 200px;
	}
}

@media screen and (max-width: 325px) {

	.inquiry_a1,
	.inquiry_a2 {
		width: 47%;
	}

	.banner h5:after {
		display: block;
		margin: 0 auto;
	}
}


/*index*/
.ibg01 {
	background: url(../images/ibg_01.jpg) no-repeat center;
	background-size: cover;
}

.ibg02 {
	padding: 80px 3% 0;
	text-align: center;
	position: relative;
	z-index: 3;
}

.ibg02 ul {
	max-width: 1600px;
	margin: 60px auto auto;
}

.ibg02 ul li,
.ibg02 ul li dl,
.ibg02 ul li dl dt {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.ibg02 ul li dl {
	width: 100%;
}

.ibg02 ul li dl dt {
	width: 50%;
}

.ibg02 ul li dl dt i {
	display: block;
	width: 50%;
}

.ibg02 ul li dl dt i img {
	object-fit: cover;
	width: 100%;
	min-height: 100%;
}

.ibg02 ul li:nth-child(even) dl dt {
	flex-direction: row-reverse;
}

.ibg02 ul li dl dt a {
	width: 50%;
	background: #82BFB6;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	transition: all .4s;
}

.ibg02 ul li dl dt a figure {
	border: 1px solid #fff;
	border-radius: 100%;
	width: 90%;
	max-width: 241px;
	height: 90%;
	max-height: 241px;
	padding: 5%;
}

.ibg02 ul li dl dt a figure p {
	color: #fff;
	font-size: var(--font18);
}

.ibg02 ul li dl dt a figure h6 {
	font-size: var(--font18);
	color: #4D4A4B;
	margin: 24% 0 40%;
}

.ibg02 ul li dl dt a figure h6:after {
	content: '';
	width: 40px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 10px auto auto;
}

.ibg02 ul li dl dt a:hover {
	background: #EAA98A;
}

.ibg03 {
	position: relative;
	padding: 125px 3% 0;
	z-index: 2;
}

.ibg03 i {
	width: 20vw;
	max-width: 359px;
	position: absolute;
	left: 0;
	top: -3vw;
}

.ibg03 dl {
	max-width: 1600px;
	margin: 0 auto;
	align-items: flex-start;
}

.ibg03 dl dd {
	line-height: 0;
	padding-top: 5%;
}

.ibg03 dl dt {
	width: 700px;
	margin-left: 3%;
}

.ibg03 dl dt h4 b {
	color: #000;
}

.ibg03 dl dt h6 {
	font-size: var(--font22);
	color: #A7A7A7;
	letter-spacing: 0;
	margin: 10px 0 45px;
}

.ibg03 dl dt p {
	font-size: var(--font18);
	color: #000;
}

.ibg03 dl dt a {
	display: block;
	width: fit-content;
	margin-top: 40px;
	color: var(--colorP);
}

.ibg04 {
	background: url(../images/ind_09.png) no-repeat center;
	background-size: cover;
	padding: 300px 3% 130px;
	margin-top: -250px;
}

.ibg04 li {
	max-width: 1600px;
	margin: 0 auto;
}

.ibg05 {
	padding: 0 3%;
}

.ibg05 dl {
	max-width: 1600px;
	margin: 0 auto;
}

.ibg05 dl dt {
	width: 782px;
	margin-right: 3%;
}

.ibg05 dl dt h4 {
	text-align: center;
}

.ibg05 dl dt ul {
	margin: 15px auto 10%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.ibg05 dl dt ul li {
	width: calc(100%/2 - 7px);
	max-width: 350px;
}

.ibg05 dl dt ul li a {
	display: block;
	width: fit-content;
	color: #464637;
	margin-top: 23px;
}

.ibg05 dl dt ul li:first-child a {
	text-align: right;
	margin-left: auto;
}

.ibg05 dl dt ul li a h5 {
	font-size: var(--font22);
	color: #202020;
	line-height: 140%;
}

.ibg05 dl dt ul li a:hover h5 {
	color: #461F92;
}

.ibg05 dl dt h6 {
	font-size: var(--font18);
	line-height: 140%;
	color: #A7A7A7;
	text-align: center;
}

.ibg05 dl dt figure {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: center;
	font-weight: bold;
}

.ibg05 dl dt figure section {
	width: calc(100%/3 - 1px);
	letter-spacing: 0;
	margin-top: 35px;
	font-size: 14.5px;
}

.ibg05 dl dt figure p {
	width: 100%;
	max-width: 241px;
	padding: 18% 5% 20%;
	margin: 0 auto 15px;
	text-align: left;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

.ibg05 dl dt figure p:before {
	content: '';
	background: url(../images/ind_13.png) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}

.ibg05 dl dt figure p span {
	display: block;
	font-size: var(--font18);
	color: #464637;
	width: fit-content;
	padding-right: 18%;
	margin: 0 auto;
}

.ibg05 dl dt figure p b {
	display: block;
	font-size: var(--font35);
	line-height: 120%;
	background: linear-gradient(135deg, #981620, #1F1F1F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
	font-weight: 800;

}

.ibg05 dl dd {
	line-height: 0;
	position: relative;
	width: fit-content;
}

.ibg05 dl dd i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	position: absolute;
	left: 0;
	top: 40px;
}

.ibg05 dl dd i:before {
	content: '';
	background: url(../images/ind_12.png) no-repeat center;
	width: 199px;
	height: 197px;
	position: absolute;
	animation: shake 30s linear infinite;
}

.ibg06 {
	padding: 130px 3% 30px;
}

.ibg06 h6 {
	text-align: center;
	font-size: var(--font40);
	color: #A7A7A7;
	line-height: 120%;
}

.ibg06 figure {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.ibg06 figure a {
	display: block;
	width: fit-content;
	padding: 10px 3%;
	margin: 10px .5%;
	border-radius: 50px;
	background: #37342E;
	color: #fff;
	font-family: "微軟正黑體", Microsoft JhengHei;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	transition: all .4s;
}

.ibg06 figure a b {
	display: inline-block;
	color: #81BFB6;
	margin-right: 8px;
	line-height: 130%;
}

.ibg06 figure a span {
	display: inline-block;
	line-height: 130%;
}

.ibg06 figure a:hover {
	background: var(--colorP);
}

.ibg06 figure a:hover b {
	color: #fff;
}

.ibg06 .map {
	display: block;
	background: #F2EFEE;
	line-height: 0;
	padding: 10px;
	margin: 30px auto auto;
	max-width: 1600px;
	line-height: 0;
}

@media screen and (max-width: 1024px) {
	.ibg02 ul {
		max-width: 800px;
	}

	.ibg02 ul li dl,
	.ibg05 dl {
		flex-direction: column;
	}

	.ibg02 ul li dl dt {
		width: 100%;
	}

	.ibg02 ul li dl dt:nth-child(odd) {
		flex-direction: row;
	}

	.ibg02 ul li dl dt:nth-child(even) {
		flex-direction: row-reverse;
	}

	.ibg03 dl {
		flex-direction: column;
		align-items: center;
	}

	.ibg03 i {
		width: 30vw;
	}

	.ibg03 dl dt {
		width: fit-content;
		margin: 30px auto auto;
	}

	.ibg05 dl dt {
		margin: 0 auto 70px;
	}

	.ibg05 dl dd {
		padding-left: 5%;
	}
}

@media screen and (max-width: 768px) {
	.ibg02 {
		padding: 70px 5% 0;
	}

	.ibg03 {
		padding: 100px 5% 0;
	}

	.ibg04 {
		padding: 280px 5% 70px;
	}

	.ibg05 dl dd i {
		left: 40px;
	}

	.ibg06 {
		padding: 100px 5% 30px;
	}
}

@media screen and (max-width: 600px) {
	.ibg05 dl dd i {
		width: 90px;
	}

	.ibg05 dl dd i:before {
		width: 150px;
		height: 147px;
		background-size: cover;
	}

	.ibg05 dl dt ul {
		flex-direction: column;
		align-items: center;
	}

	.ibg05 dl dt ul li {
		width: 100%;
	}

	.ibg05 dl dt ul li a {
		text-align: center !important;
		width: 100%;
	}

	.ibg05 dl dt figure {
		flex-direction: column;
	}

	.ibg05 dl dt figure section {
		width: 100%;
	}

	.ibg06 figure {
		flex-direction: column;
		align-items: center;
	}

	.ibg06 figure a {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.ibg02 {
		padding: 50px 5% 0;
	}

	.ibg02 ul {
		margin-top: 40px;
	}

	.ibg03 {
		padding: 70px 5% 0;
	}

	.ibg04 {
		padding: 200px 5% 50px;
		margin-top: -150px;
	}

	.ibg05 dl dd i {
		left: 40px;
	}

	.ibg06 {
		padding: 70px 5% 30px;
	}
}

@media screen and (max-width: 400px) {
	.ibg02 ul li dl dt a figure h6 {
		margin: 18% 0 25%;
	}
}

/*index結束*/

/*學員介紹*/
.abg01 {
	padding: 50px 3% 0;
}

.abg01 ul {
	max-width: 1700px;
	margin: 0 auto;
}

.abg01 ul li {
	max-width: 1657px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.abg01 ul li i {
	align-self: stretch;
	display: block;
	width: 76.5%;
}

.abg01 ul li i img {
	object-fit: cover;
	min-height: 100%;
}

.abg01 ul li figure {
	width: 51%;
	padding: 90px 3%;
	margin: 110px 0 30px -27.5%;
	background: #fff;
	position: relative;
}

.abg01 ul li figure h4 {
	text-align: center;
}

.abg01 ul li figure p {
	max-width: 600px;
	margin: 30px auto auto;
	line-height: 220%;
}

.abg01 ul li figure u {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	position: absolute;
	left: 50%;
	top: -65px;
	transform: translateX(-50%);
	max-width: 86px;
}

.abg01 ul li figure u:before {
	content: '';
	background: url(../images/ind_12.png) no-repeat center;
	background-size: contain;
	width: 150px;
	height: 147px;
	position: absolute;
	animation: shake 30s linear infinite;
}

.abg02 {
	background: url(../images/abg_01.png) no-repeat right top, url(../images/abg_02.png) no-repeat left bottom;
	padding: 300px 3% 75px;
	margin-top: -250px;
}

.abg02 dl {
	max-width: 1445px;
	margin: 0 auto 90px;
	align-items: flex-end;
}

.abg02 dl dt {
	width: 800px;
	margin-right: 3%;
	font-size: var(--font18);
	line-height: 220%;
}

.abg02 dl dt h4 {
	margin: 11% 0 8%;
}

.abg02 h4 {
	max-width: 1445px;
	margin: 0 auto;
}

.abg02 ul {
	max-width: 1445px;
	margin: 25px auto auto;
	align-items: stretch;
}

.abg02 ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100%/4 - 5px);
	max-width: 343px;
	background: #37342E;
	color: #fff;
	font-size: var(--font18);
	font-weight: bold;
	text-align: center;
	padding: 7px 2%;
	margin-top: 10px;
	border-radius: 50px;
	letter-spacing: 0;
	line-height: 130%;
}

@media screen and (max-width: 1024px) {

	.abg01 ul li,
	.abg02 dl {
		flex-direction: column;
		align-items: center;
	}

	.abg01 ul li i {
		width: 100%;
	}

	.abg01 ul li figure {
		width: 100%;
		margin: 0 auto auto;
	}

	.abg02 {
		background-size: 45vw;
	}

	.abg02>h4 {
		text-align: center;
	}

	.abg02 dl dt {
		margin: 0 auto 70px;
	}

	.abg02 ul {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	.abg02 ul li {
		width: calc(100%/2 - 7px);
	}
}

@media screen and (max-width: 768px) {
	.abg01 {
		padding: 50px 5% 0;
	}

	.abg01 ul li figure {
		padding: 90px 5% 50px;
	}

	.abg02 {
		padding: 15% 5% 70px;
		margin-top: -5%;
	}

	.abg02 dl dt {
		margin: 0 auto 70px;
	}
}

@media screen and (max-width: 480px) {
	.abg01 ul li figure {
		padding: 90px 5% 30px;
	}

	.abg01 ul li figure u {
		max-width: 70px;
		top: -30px;
	}

	.abg01 ul li figure u:before {
		width: 120px;
		height: 117px;
	}

	.abg02 {
		padding: 15% 5% 50px;
	}

	.abg02 dl dt {
		margin: 0 auto 50px;
	}

	.abg02 ul li {
		width: 100%;
	}
}

/*學員介紹結束*/

/*合作提案*/
.cobg01 {
	padding: 65px 3%;
}

.cobg01 ul {
	max-width: 1200px;
	margin: 30px auto auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: stretch;
	column-gap: 3px;
	row-gap: 25px;
}

.cobg01 ul li {
	background: #fff;
	min-height: 600px;
}

.cobg01 ul li figure {
	padding: 40px 3% 45px;
}

.cobg01 ul li figure b {
	display: block;
	color: var(--colorP01);
	font-size: var(--font18);
	letter-spacing: normal;
}

.cobg01 ul li figure h6 {
	color: var(--colorP);
	font-size: var(--font22);
	line-height: 140%;
}

.cobg01 ul li figure h6:after {
	content: '';
	background: var(--colorP01);
	width: 40px;
	height: 5px;
	display: block;
	margin: 13px auto;
}

.cobg01 ul li figure p {
	max-width: 300px;
	margin: 0 auto;
}

.cobg02 {
	background: url(../images/cobg_02.jpg);
	padding: 100px 3%;
}

.cobg02 h4 {
	background: rgba(255, 255, 255, .8);
	padding: 15px;
	margin: 0 auto;
	max-width: 200px;
}

.cobg02 ul {
	max-width: 1195px;
	margin: 40px auto auto;
	align-items: stretch;
}

.cobg02 ul li {
	width: calc(100%/2 - 2px);
	background: #FFFFFF;
	padding: 55px 3%;
}

.cobg02 ul li h5 {
	font-size: var(--font22);
	color: #666666;
}

.cobg02 ul li i {
	display: block;
	margin: 2px auto 25px;
}

.cobg02 ul li p {
	font-size: var(--font18);
}

.cobg03 {
	background: url(../images/cobg_03.jpg) no-repeat center;
	background-size: cover;
	padding: 70px 3%;
	color: #333333;
}

.cobg03 h5 {
	font-size: var(--font25);
	margin: 35px auto 60px;
}

.cobg03 figure {
	max-width: 770px;
	margin: 0 auto;
	font-size: var(--font20);
	color: #111111;
	font-weight: bold;
}

.cobg03 figure span {
	display: inline-block;
	margin: 5px 10px;
}

.cobg03 p {
	margin: 55px auto 45px;
	font-size: var(--font22);
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.cobg01 {
		padding: 65px 5%;
	}

	.cobg02,
	.cobg03 {
		padding: 70px 5%;
	}

	.cobg01 ul {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 480px) {

	.cobg01,
	.cobg02,
	.cobg03 {
		padding: 50px 5%;
	}

	.cobg01 ul {
		grid-template-columns: 1fr;
	}

	.cobg01 ul li {
		min-height: unset;
	}

	.cobg02 ul {
		flex-direction: column;
	}

	.cobg02 ul li {
		width: 100%;
		margin-top: 15px;
	}

	.cobg03 h5 {
		margin: 30px auto 40px;
	}

	.cobg03 p {
		margin: 40px auto 30px;
	}
}

/*合作提案結束*/

/*聯絡我們*/
.cbg01 {
	background: url(../images/cbg_01.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 3%;
}

.cbg01 h4 {
	text-align: center;
}

.cbg01 p {
	max-width: 700px;
	padding: 35px 3%;
	margin: 70px auto 60px;
	background: rgba(255, 255, 255, .4);
	text-align: center;
	color: #202020;
	line-height: 220%;
}

.cbg01 p a {
	color: #202020;
}

.cbg01 figure {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.cbg01 figure a {
	display: block;
	width: fit-content;
	margin: 0 20px;
	line-height: 0;
	transition: all .4s;
}

.cbg01 figure a:hover {
	transform: translateY(-8px);
}

@media screen and (max-width: 768px) {
	.cbg01 {
		padding: 70px 5%;
	}

	.cbg01 p {
		padding: 35px 5%;
	}
}

@media screen and (max-width: 480px) {
	.cbg01 {
		padding: 50px 5%;
	}

	.cbg01 p {
		margin: 50px auto 40px;
	}

	.cbg01 figure a {
		margin: 0 15px;
	}
}

/*聯絡我們結束*/

/* 20250113 */
.swiper-slide img {
	height: auto !important;
}