@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');

@font-face {
	font-family: elite_icon;
	src: url(../fonts/elite_icon.eot?fhh5is);
	src: url(../fonts/elite_icon.eot?fhh5is#iefix) format("embedded-opentype"), url(../fonts/elite_icon.ttf?fhh5is) format("truetype"), url(../fonts/elite_icon.woff?fhh5is) format("woff"), url(../fonts/elite_icon.svg?fhh5is#elite_icon) format("svg");
	font-weight: 400;
	font-style: normal;
}

[class*=" eci-"],
[class^=eci-] {
	font-family: elite_icon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.eci-email:before {
	content: "";
}

.eci-fax:before {
	content: "";
}

.eci-line:before {
	content: "";
}

.eci-marker:before {
	content: "";
}

.eci-phone:before {
	content: "";
}

.eci-facebook:before {
	content: "";
}

.eci-instagram:before {
	content: "";
}

a,
a:hover {
	color: #414750;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: inherit;
}

a:focus {
	box-shadow: none;
}

hr {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	margin: 15px 0;
}

input {
	font-family: microsoft jhenghei, sans-serif;
	letter-spacing: .1rem;
	outline-color: #247e7d;
}

input[type=email],
input[type=number],
input[type=tel],
input[type=text] {
	border: 1px solid rgba(0, 0, 0, .5);
	height: 45px;
	margin: 10px 0;
	padding: 0 10px;
	width: 100%;
}

input[type=submit] {
	width: 150px;
}

input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(0, 0, 0, .5);
	height: 25px;
	padding: 4px;
	width: 25px;
}

input[type=radio]:checked:before {
	background: #247e7d;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

textarea {
	border: 1px solid rgba(0, 0, 0, .5);
	letter-spacing: .1rem;
	line-height: 1.3rem;
	margin: 10px 0;
	outline-color: #247e7d;
	padding: 10px;
	resize: none;
	width: 100%;
}

.btn {
	background: hsla(0, 0%, 100%, 0);
	border: 1px solid #414750;
	border-radius: 0;
	color: #414750;
	display: block;
	font-family: microsoft jhenghei, sans-serif;
	font-size: 18px;
	height: auto;
	line-height: auto;
	margin: 10px;
	max-width: 200px;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
}

.btn:hover {
	background: #247e7d;
	border-color: #247e7d;
	color: #fff;
}

.btn:focus {
	box-shadow: none;
}

.btn:active,
.btn:focus {
	background: initial;
	border-color: initial;
}

.btn:active {
	color: initial;
}

.btn-round {
	border-radius: 25px;
}

.theme-title {
	color: #6e7279;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: .3rem;
}

.theme-title,
.theme-title-en {
	display: block;
	text-align: center;
}

.theme-title-en {
	color: #247e7d;
	font-size: 1.9rem;
	font-weight: 300;
	letter-spacing: .2rem;
	margin-top: 15px;
	position: relative;
	text-transform: uppercase;
}

.theme-title-en:after {
	bottom: -10px;
	box-shadow: inset 0 0 0 1px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	/* width: 100px; */
	width: 100%;
}

.content-toggler {
	cursor: pointer;
	display: block;
	height: 30px;
	position: relative;
	width: 30px;
}

.content-toggler:after {
	border-bottom: 1px solid #6e7279;
	border-right: 1px solid #6e7279;
	content: "";
	display: block;
	height: 15px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -70%) rotate(45deg);
	width: 15px;
}

.content-toggler-check {
	display: none;
}

.content-toggler-check:checked~.content-toggler:after {
	transform: translate(-50%, -30%) rotate(225deg);
}

.learn-more-btn {
	display: inline-block;
	font-size: .85rem;
	letter-spacing: .1rem;
	padding-right: 28px;
	position: relative;
}

.learn-more-btn,
.learn-more-btn:visited {
	color: rgba(0, 0, 0, .5);
}

.learn-more-btn:before {
	bottom: 7px;
	width: 20px;
}

.learn-more-btn:after,
.learn-more-btn:before {
	background: rgba(0, 0, 0, .5);
	content: "";
	height: 1px;
	opacity: .7;
	position: absolute;
	right: 5px;
	transition: .3s ease-in-out;
}

.learn-more-btn:after {
	bottom: 10px;
	transform: rotate(45deg);
	width: 7px;
}

.learn-more-btn:hover {
	color: rgba(0, 0, 0, .5);
}

.learn-more-btn:hover:after,
.learn-more-btn:hover:before {
	right: 0;
}

.hidden {
	display: none !important;
}

.clearfix {
	clear: both;
	display: block;
}

.main-wrapper {
	padding-top: 60px;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.swiper-pagination-bullet {
	background: none;
	border: 1px solid #000;
	height: 10px;
	width: 10px;
}

.swiper-pagination-bullet-active {
	background: #00afa9;
	border-color: #00afa9;
}

.simplebar-scrollbar:before {
	background: rgba(0, 0, 0, .5);
}

.basicLightbox {
	background: rgba(0, 0, 0, .7);
}

.spinner {
	height: 100px;
	left: 50%;
	max-width: 100px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.back-to-top {
	-ms-flex-align: center;
	align-items: center;
	background: #247e7d;
	border: 0;
	border-radius: 50%;
	bottom: 50px;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .5;
	outline: none;
	position: fixed;
	right: 30px;
	transform: scale(0);
	transition: .3s ease-in-out;
	width: 50px;
}

.back-to-top img {
	filter: invert(1);
	transform: rotate(-90deg);
	width: 15px;
}

.back-to-top-show {
	transform: scale(1);
}

@media screen and (min-width:841px) {
	.main-wrapper {
		padding-top: 150px;
		/* padding-top: 125px; */
	}
}

.main-header {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	/* height: 60px; */
	height: 80px;
	position: fixed;
	width: 100%;
	z-index: 100;
	padding: 0 2rem;
}

.header-logo {
	position: relative;
	background: #fff;
	height: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	/* 水平置中 */
	align-items: center;
	/* 垂直置中 */
	;
	z-index: 20;
	margin-bottom: auto;
}

.header-logo a {
	line-height: 0;
}

.header-logo img {
	/* max-width: 100%; */
	max-width: 108px;
	height: auto;
	/* width: auto; */
	/* width: 120%; */
	width: 110%;
	margin-bottom: 10px;

}
.header-inner {
  display: flex;
  align-items: center;
}

.main-nav {
	box-shadow: 0 10px 200px hsla(0, 0%, 100%, .25);
	max-height: 0;
	/* position: absolute; */
	transition: .5s ease-in;
	width: 100%;
	
  	min-width: 0; 
	display: flex;
	align-items: center;
	padding: 0 3rem; 
	flex: 1;               /* 🔥 吃剩餘空間 */
	justify-content: center;

}

/* 讓主選單排在 logo 底下 */
.main-nav-list {
	/* position: relative; */
	/* 或 absolute / fixed，看你的結構需求 */
	z-index: 30;
	margin-top: auto;
	width: 100%;
	margin: 0 auto;

}


.main-nav li {
	list-style: none;
	word-break: keep-all;
}

.main-nav a {
	color:rgba(0, 0, 0, 70%);
	text-decoration: none;
}

.main-nav-list {
	-ms-flex-align: center;
	align-items: center;
	/* background: linear-gradient(hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, 0)); */
	-ms-flex-direction: column;
	flex-direction: column;
	/* height: calc(50vh - 60px); */
	-ms-flex-pack: distribute;
	justify-content: space-around;
	opacity: 1;
	/* overflow: hidden;
	height: 0; */
	transition: .5s ease-in;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* visibility: hidden; */
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
	flex: 1;
	justify-content: center;
	
}

.main-nav-item {
	/* filter: blur(50px); */
	transition: .5s ease-in-out;
	position: relative;
	text-align: left;
	width: 300px;
	padding-left: 30px;

}

.main-nav-item a {
	opacity: 1 !important;
	visibility: visible !important;
	color: #010102;
	font-size: 1rem;
	font-weight: 550;
	font-family: Noto Sans TC, sans-serif;
	letter-spacing: .2rem;
}

.main-nav-links-list {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	filter: blur(50px);
	-ms-flex-pack: center;
	justify-content: center;
	transition: .5s ease-in-out;
}

.main-nav-links-list li {
	margin: 0;
}

.main-nav-links-list a {
	border: 2px solid #6e7279;
	border-radius: 50%;
	display: block;
	font-size: 20px;
	opacity: .8;
	padding: 8px;
}

/* .main-nav-links-list a:hover {
	 background: #00afa9; 
}

.main-nav-links-list a:hover:before {
	color: #fff;
} */

/* 「香氛SCENTS」是主選單的第 3 個項目, 取消子選單 */
/* .main-nav-list>li:nth-child(3)>.sub-menu {
	display: none !important;
} */

.main-nav-trigger {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 100;
}

.main-nav-trigger span {
	background: #00afa9;
	display: block;
	height: 2px;
	left: 15px;
	position: absolute;
	transition: .3s ease-in-out;
	width: 40%;
}

.main-nav-trigger span:first-of-type {
	top: 17px;
}

.main-nav-trigger span:nth-of-type(2) {
	top: 24px;
}

.main-nav-trigger span:nth-of-type(3) {
	top: 31px;
}

#main-nav-trigger {
	display: none;
}

#main-nav-trigger:checked~.main-nav-trigger span:first-of-type {
	top: 24px;
	transform: rotate(45deg);
}

#main-nav-trigger:checked~.main-nav-trigger span:nth-of-type(2) {
	opacity: 0;
}

#main-nav-trigger:checked~.main-nav-trigger span:nth-of-type(3) {
	top: 24px;
	transform: rotate(-45deg);
}

#main-nav-trigger:checked~.main-nav {
	max-height: 100vh;
}

#main-nav-trigger:checked~.main-nav .main-nav-list {
	background: hsla(0, 0%, 100%, .9);
	opacity: 1;
	/* overflow: hidden; */
	height: auto;
	max-height: 100vh;
	-webkit-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: auto;
	visibility: visible;
}
	
/* 1. 隱藏子選單、設定絕對定位（下拉時才顯示） */
.main-nav .sub-menu {
	display: none;
	/* 預設隱藏 */
	position: absolute;
	/* 下拉時不會影響其它內容 */
	top: 100%;
	/* 背景顏色 */
	background: rgba(255, 255, 255, 0.6);
	/* 半透明白色 */
	backdrop-filter: blur(10px);
	/* 模糊背景 */
	-webkit-backdrop-filter: blur(10px);
	list-style: none;
	z-index: 200;
	/* width: 100%; */
	min-width: 160px;
  	/* padding: 8px 0; */
  	animation: fadeIn 0.3s ease-in-out;
	/* margin-top: 0.5rem; */
	margin-top: 0;
	padding-top: 8px;
}
.main-nav .sub-menu::before{
  /* 保險做法：在上緣再鋪一條 8px 的透明橋，避免任何縫隙 */
  content:"";
  position:absolute;
  left:0; right:0; top:-8px; height:8px;
}
.main-nav .sub-menu-item {
	margin-top: 0;
	/* gap: 16px; */
	/* width: 100%; */
}

/* 2. 滑鼠經過父項時才顯示 */
.main-nav .main-nav-item.has-children:hover>.sub-menu {
	display: block;
	/* width: 100%; */
	width: fit-content;
	/* 顯示子選單 */
	/* max-width: fit-content; */
}

/* 3. 把子選單的項目和連結都變成區塊 */
.main-nav .sub-nav-link {
	display: block;
	/* padding: 0.5em 1em; */
	white-space: nowrap;
	color: #333;
	text-decoration: none;
	text-align: start;
}

/* 4. 加點 padding 讓區塊看起來像選單 */
.main-nav .sub-nav-link {
	display: block;
	/* padding: 0.3em 0.7em; */
	padding: 0.4em 1.2em;
	margin: 0 0.2em;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}

/* 子選單連結移入時改變背景色 */
.main-nav .sub-nav-link:hover {
	/* background: rgba(0, 175, 169, 0.1); */
	color: #00afa9;
	/* 文字顏色變成主色 */
	width: 100%;
}

.main-nav .sub-nav-link:active,
.main-nav .sub-nav-link:focus {
	/* background: rgba(0, 175, 169, 0.1); */
	box-shadow: none;
	border: none;

}

.main-nav a {
	display: block;
	color:rgba(0, 0, 0, 70%);
	/* 讓 a 標籤佔滿可點範圍 */
	/* text-align: center; */
	/* 文字靠左對齊 */
	/* padding-left: 0.75rem; */
	/* 可視需要加內距，避免文字緊貼邊 */

}

@media screen and (min-width: 1000px) {
  .main-nav {
    position: static;
    display: flex;
    align-items: center;
    height: auto;
    right: auto;
    top: auto;
    width: 100%;
  }

  .main-nav-list {
    display: flex;
    flex: 1;
    justify-content: center;
    max-height: none;
    visibility: visible;
  }

  .header-social {
    display: flex;
  }
}


@media screen and (min-width:841px) {
	.main-nav-item.has-children {
		position: relative;
	}

	.main-nav-item {
		padding-left: 0;
	}

	.main-nav-link {
		display: block;
		text-align: center;
	}

	.scentsService-sidebar {
		display: block;
	}



	.main-nav-trigger {
		display: none;
	}
	
	.main-header {
		background: #fff;
		height: 150px;
		transition: .3s ease-in-out;
	}

	.main-header-shrink {
		height: 100px;
	}

	.main-header-shrink .header-logo {
		height: 50px;
		padding: 15px 20px 5px;
	}

	.header-logo {
		height: 100px;
		/* padding: 30px 20px; */
		transition: .3s ease-in-out;
	}

	.header-logo img {
		height: 100%;
		transition: .3s ease-in-out;
	}

	.main-nav {
		max-height: none;
		overflow: initial;
	}

	.main-nav-list {
		-ms-flex-direction: row;
		flex-direction: row;
		height: auto !important;
		max-height: none;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: 1;
		visibility: visible !important;
		overflow: visible !important;
	}

	.main-nav-list>li:last-of-type {
		position: absolute;
		right: 0;
	}

	.main-nav-list a:hover {
		/* border-color: #00afa9; */
		color: #00afa9;
	}

	.main-nav-item {
		/* filter: none; */
		margin: .4rem .5rem 0;
	}

	.main-nav-link {
		text-align: start;
	}

	.main-nav-links-list li {
		margin: 0 .4rem;
	}

	.main-nav-links-list a {
		border-width: 1px;
		font-size: 10px;
		padding: 5px;
	}
}

@media screen and (max-width: 840px) {
	.main-nav {
	position: fixed;
	top: 0;
	right: -80%;
	width: 90%;
	height: 100vh;
	background: #fff;
	transition: right 0.3s ease-in-out;
	z-index: 1000;
	overflow-y: auto;
	}

	/* ✦ 點選漢堡選單後 main-nav 左滑進來 */
	#main-nav-trigger:checked ~ .main-nav {
	right: 0;
	/* left: 190px; */
	/* top:56px; */

	}
	
	 .main-nav-item {
		/* margin-bottom: 0.8rem; */
		/* position: relative; */
 	 }

	.main-nav-list {
		display: flex;
		flex-direction: column;
		padding: 1rem 1rem;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 16px;
		/* overflow: hidden; */
		max-height: 0;
		width: 100%;
		/* opacity: 0; */
		visibility: hidden;
		/* transition: right 0.4s ease, opacity 0.4s ease; */
		max-height: 0;
		padding: 2rem 1rem;
    	font-size: 20px;
   		font-weight: bold;
		/* 收起：高度 0 */
		overflow: hidden;
		letter-spacing: 1px;
		/* transition: max-height .4s ease; */
		padding: 0;
		
	}
	.main-nav .sub-menu {
		position: static;
		display: none;
		margin-top: 0;
		padding-top:0;
	}
	

	/* 1) 預設收起 */
	.main-nav-item.has-children .sub-menu {
		/* position: relative; */
		padding-left: 1.5rem;
		font-weight: normal; 
		font-size: 18px;
		max-height: 300px;
		/* max-height: none !important;
		height: auto !important;
		overflow: visible !important; */
		/* transition: max-height 0.3s ease-in-out; */
	}

	/* 2. 當漢堡打開 (checkbox:checked) 時，把 list 高度放開 */
	#main-nav-trigger:checked~.main-nav .main-nav-list {
		/* max-height: auto; */
		/* 或 auto，看你內容有多長 */
		max-height: fit-content;
  		opacity: 1;
  		visibility: visible;
  		transition: right 0.4s ease, opacity 0.4s ease;
	}
	/* 讓父連結右側留空，避免文字壓到 caret */
	.main-nav-item.has-children > .main-nav-link { 
		display: block;
		padding-right: 40px; 
		}
	}

	/* ✅ 實心小三角形箭頭
	.main-nav-item.has-children > .main-nav-link::after {
		content: "";
		position: absolute;
		display: inline-block;
		margin-left: 8px;
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #6e7279;
		transform: rotate(0deg);
		transition: transform 0.3s ease;
	}

	.main-nav-item.has-children.open > .main-nav-link::after{
		transform: rotate(180deg);
	} */
	

	.main-nav .sub-menu li{
		list-style-type: disc;
		color: #6ea09c;
	}

	.sub-nav-link:hover {
		/* background: rgba(0, 175, 169, 0.1); */
		color: #00afa9;
	}
	.main-nav-item.has-children {
	position: relative;
	}
	.main-nav-item.has-children > a {
	display: block;             /* 讓下面的絕對定位生效 */
	padding-right: 1.5em;       /* 留出箭頭空間 */
	position: relative;
  	padding-right: 2em;        /* 右側留給箭頭 */
}
	/* 箭頭樣式 */	
	/* .main-nav-item.has-children > a::after { */
	/* content: '▾';               或 ▸、⌄ 等符號 */
	/* position: absolute;
	right: 1em;                 
	top: 50%;
	transform: translateY(-50%) rotate(0deg); */
	/* transition: transform 0.25s ease;  讓箭頭可點（其實點到 a 本身就會觸發） */
	/* pointer-events: none;       讓箭頭不攔截點擊 */
	
	.caret {
	position: absolute;
	right: 10px;
	top:5%;
	transform: translateY(-50%);
	width: 32px; height: 32px;
	border: 0; 
	background: transparent; 
	padding: 0;
	margin: 0;
	line-height: 0;
	cursor: pointer;
	color: #00afa9;
	 -webkit-appearance: none; appearance: none;
	/* z-index: 100; */
	}
	.caret::after {
	content: "";
	display: inline-block;
	border: 6px solid transparent;
	border-top-color: currentColor; /* 小三角形 */
	transition: transform .2s ease;
	}
	/* 箭頭旋轉（向下） */
	.main-nav-item.open > .caret::after { transform: rotate(180deg); }

	/* 子菜單項目連結樣式 */
	 .main-nav-item.has-children .sub-menu {
		display: none;
		/* padding-left: 1.5rem; */
		font-weight: normal;
		font-size: 18px;
		overflow: hidden;
	}
	
	/* 點選有子選單的父項目時，展開子選單 */
	.main-nav-item.has-children.open .sub-menu {
		display: block;
		max-height: 300px;
		transition: max-height 0.3s ease-in-out;
		width: 100%;
	}

	/* 箭頭旋轉（向上） */
	/* .main-nav-item.has-children.open > .main-nav-link::after {
 	 transform: translateY(-50%) rotate(180deg);
	} */
	/* 讓每個連結都從左邊 30px 開始 */
	/* .main-nav-list .main-nav-item > .main-nav-link {
	display: flex;              /* 如果之前用 flex 排版 */
	/* align-items: center; */
	/* justify-content: flex-start;文字貼左 */
	/* padding-left: 30px;         左邊間距 */
	/* padding-right: 2em;         保留箭頭空間／如果還有箭頭的話 */
	/* text-align: left;           保險起見，再補一次文字靠左 */
	/* }  */
	/* 當前頁面高亮顯示 main-nav-item
	.main-nav-item.active {
		background-color: #00afa9; /* 設置背景顏色或其他高亮效果 
	} */

/* 高亮背景 + 文字顏色 */
.main-nav-item.active > .main-nav-link,
.main-nav-item.has-children.open > .main-nav-link {
  background: none;              /* 取消背景 */
  color: #00afa9;                /* 自訂高亮文字色 */
  /*text-decoration: underline;*/   
  font-weight: bold;
}
/* 子選單高亮 */
.sub-menu-item.active > a {
  background: none;
  color: #00afa9;
  /* text-decoration: underline; */
  font-weight: bold;
  /* color: #004d40; */
}
.caret{
	display: none;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;   /* 核心：推到最右 */
  list-style: none;
  padding: 0;
  margin-right: 0;

  position: static;    /* 明確宣告，避免殘留 */
  z-index: 1;
}
.header-social li{
  
}

.header-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 36px;
  height: 36px;
  border-radius: 50%;   /* 圓形 icon */
}

.header-social .social-link:hover {
	color: #fff;
	background: #6ea09c;
}
.header-social svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor; 

}



@media screen and (max-width: 840px) {
	.caret{
		display: block;
	}

}
.main-footer {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .3s ease-in-out;
}

.main-footer-blur {
	filter: blur(10px);
}

.footer-main {
	/* padding: 40px 20px 20px; */
	padding: 15px 20px;
}

.footer-main .theme-title {
	color: #fff;
	margin-bottom: 30px;
}

.footer-main .theme-title-en {
	color: #79e1e0;
}

.footer-main .theme-title-en:after {
	opacity: .3;
}

.location-list {
	letter-spacing: .2rem;
	margin: 0 auto;
	padding: 5px 0;
}

.location-list h3 {
	color: #79e1e0;
	font-size: 1rem;
	margin: 0;
}

.location-list li {
	color: #79e1e0;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 20px 0;
}

.location-list a {
	color: #fff;
}

.location-list span {
	margin-right: 10px;
}

.footer-info {
	background: rgba(0, 0, 0, .5);
	color: hsla(0, 0%, 100%, .5);
	padding: 15px 20px;
	text-align: center;
}

.footer-info p {
	font-size: .5rem;
	letter-spacing: .1rem;
	margin: 0 0 10px;
}

.footer-info a {
	color: hsla(0, 0%, 100%, .7);
	font-size: .7rem;
}

@media screen and (min-width:841px) {
	.main-footer-blur {
		filter: blur(0);
	}

	.footer-info {
		padding: 10px 30px;
	}

	.footer-info p {
		display: inline-block;
		margin: 0;
	}

	.footer-info a {
		position: absolute;
		right: 30px;
	}
}

.paginator {
	margin-bottom: 20px;
}

.paginator ul {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.paginator li {
	list-style: none;
}

.paginator li:first-of-type img {
	transform: rotate(180deg);
}

.paginator img {
	width: 13px;
}

.paginator .btn {
	border: 0;
	font-family: sans-serif;
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: 38px;
}

.paginator .btn:hover {
	background: #00afa9;
}

.paginator .btn:hover img {
	filter: invert(2);
}

.paginator .active {
	background: #00afa9;
}

.page-heading {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 190px;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.page-heading .mask {
	background: rgba(0, 0, 0, .4);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-heading .theme-title {
	color: #79e1e0;
	position: relative;
}

.page-heading .theme-title-en {
	color: #fff;
}

.category-nav {
	margin: 0 auto;
	max-width: 600px;
	padding: 30px 20px 50px;
}

.category-nav ul {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}

.category-nav li {
	font-size: 1rem;
	letter-spacing: .15rem;
	list-style: none;
}

.category-nav a {
	color: rgba(0, 0, 0, .5);
}

.category-nav a:hover {
	color: #247e7d;
}

.category-nav .active {
	color: #247e7d;
	position: relative;
	text-decoration: none;
}

.category-nav .active:after {
	bottom: -10px;
	box-shadow: inset 0 0 1px 1px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	/* width: 60px; */
	width: 100%;
	transition: width .3s ease-in-out;
}

.index-landing {
	background: #fff;
	height: calc(100vh - 60px);
	position: relative;
}

.index-landing .swiper-container,
.index-landing .swiper-wrapper {
	height: 100%;
}

@media screen and (max-width: 375px) {
	.index-landing .swiper-container,
	.index-landing .swiper-wrapper {
		height: 400px !important;
  /* 讓手機版的 swiper 高度變成 400px */
	}
	
}

.index-landing .swiper-slide {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 100vh; */
	background-position: center;
}


@media (max-width:1024px) {
	.index-landing {
		height: calc(100vh - 260px);
	}

	.index-landing .swiper-slide {
		height: 85vh !important;
		background-size: cover !important;
		background-position: center top !important;
	}
}

@media (max-width:768px) {
	.index-landing {
		/* height: calc(100vh - 450px) !important; */
	}

	.index-landing .swiper-slide {
		height: 100% !important;
		/* max-height: 500px !important; */

	}
}

.index-landing .landing-text {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60vw;
	height: auto;
}

.index-landing .landing-text .landing-title {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}
.consultant-text {
	left: 50%;
	position: absolute;
	/* top: 50%; */
	top: 45%; 
	transform: translate(-50%, -50%);
	width: 60vw;
	height: auto;
}
.consultant-bg-h2{
	font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;

}

.consultant-bg-h1, .consultant-bg-h3  {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}



@media (max-width: 768px) {
	.index-landing .landing-text {
		/* width: 90vw; */
	}
	/* 讓整個 form group 拉高 */
	.luxContectFormGroup {
		width: 90%;        /* 必要時也可以調整寬度 */
	}

}
@media (max-width: 485px) {
	.index-landing .landing-text {
	width: 80vw;
	height: auto;
	}
 	.index-landing .landing-text .landing-title {
		font-size: 1.6rem;
	}
	.index-text .landing-subtitle{
		font-size: 2rem !important;
 	}	

}

@media screen and (max-width:430px) {

	.index-landing .landing-text {
		/* width: 60vw; */
		width: 80%;;
		/* height: 56vh; */
		height: auto;
		/* margin-top: 69px; */
		margin-top: 32px;
	}

	.index-landing .landing-text .landing-title {
		font-size: 1.3rem;
	}
	
	.index-landing .landing-text span{
		font-size: 1.3rem;
 	}
	.index-landing .landing-text .landing-title {
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin-bottom: 10px;
	text-align: center;
	}	
	.index-landing .landing-subtitle {
	font-size: 1.3rem !important;
	line-height: 1.5rem;
	margin-bottom: 20px;
	text-align: center;	
	}
	.index-landing .landing-subtitle p{
	font-size: 1rem !important;
	
	}

	.index-landing .swiper-slide {
	height: 100% !important;
	/* max-height: 500px !important; */
	max-height: 600px !important;
	}
	
	.consultant-text {
		width: 60vw;
		height: 30vh;
		/* height: 56vh; */
	}
	
	/* .index-landing .landing-text span{
		font-size: 1.5rem;
	} */
	.index-landing .custom-button {
		/* font-size: 1.4rem; */
		display: inline;
		padding: 12px 15px;
		line-height: normal;
	}
}

@media screen and (max-width: 390px) {
	.index-landing .swiper-slide {
		height: 450px !important;
	}

	.swiper-slide .swiper-slide-duplicate.swiper-slide-active.swiper-slide-duplicate-prev {
		height: 100% !important;
	}

	.index-landing .landing-text .landing-title {
		font-size: 1.4rem;
	}

	.index-landing .landing-subtitle {
		font-size: 2rem !important;
	}

	.index-landing{
		height: 100% !important;
	}
	/* .index-landing .landing-text span{
		font-size: 1.5rem;
	} */
	.index-landing .custom-button {
		/* font-size: 1.4rem; */
		display: inline;
		padding: 8px 16px;
		line-height: normal;
		/* margin-bottom: 55px; */
		margin-bottom: 0;
		margin-top: 33px !important;
	}
	.luxContectFormGroup{
		display: flex;
		flex-direction: row;
   		align-items: center;
    	justify-content: flex-start; /* 靠左對齊，或改 space-between */
		margin-bottom: 12px;
  }

	 /* 調整 input 高度、內距與字型 */
	.luxContectFormGroup input {
		box-sizing: border-box;
		width: 100%;
		height: 56px;          /*高度再撐高一些 */
		padding: 12px 16px;   /*上下12、左右16*/
		font-size: 18px;      /* 較大字體，易點擊 */
		line-height: 1.2;     /* 文字置中 */
		border-radius: 4px;   /* 柔化邊角 */
	}

	input[type=radio]{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid rgba(0, 0, 0, .5);
		height: 25px;
		padding: 4px;
		width: 25px;
		margin-right: 8px;
	}


	 /* 驗證碼輸入框變窄 */
	.luxContectSubmitContainer .luxContectFormGroup .luxContectFormInput {
		box-sizing: border-box;
		width: 45%;      /* 約佔父容器 45%，可再微調 */
		height: 48px;    /* 保持觸控面積 */
		padding: 8px 10px;
		font-size: 16px;
	}

	/* 驗證碼圖片大小與間距 */
	.luxContectFormGroup img.captcha {
		flex-shrink: 0;
		width: 30%;      /* 約佔父容器 30%，可再微調 */
		max-width: 100px;
		height: auto;
		margin-left: 8px;
	}
}



/* .index-landing .landing-text h1 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: .3rem;
	margin-bottom: 20px;
	text-align: center;
} */


.index-landing .fullpage-video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.index-landing .fullpage-cover {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
}

.bold-green-text {
	font-weight: bold;
	color: #6ea09c;
}

.main-nav-item.has-children:hover .sub-menu {
	display: block
} 

.main-nav-item {
	position: relative !important;
}

.main-nav-item.show-sub .sub-menu {
	display: block !important;
}

.index-services {
	padding: 30px 0;
}

.index-services .container {
	padding: 0;
}

.index-service-card {
	margin: auto;
	overflow: hidden;
	width: 100%;
	/* 使其在所有設備上都佔滿容器寬度 */
	max-width: 100%;
	/* 確保不超過容器 */
	height: auto;
	/* 自動調整高度 */
	border-radius: 15px;
}

.index-service-card,
.index-service-intro {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.index-service-intro {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.index-service-intro>img {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.index-service-content {
	max-height: 0;
	opacity: 0;
}

.index-service-content .btn-round {
	height: 100%;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.index-service-header {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
}

.index-service-header .theme-title {
	position: relative;
}

.blur-img-container {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 180px;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
}

.blur-img-container div {
	background: hsla(0, 0%, 100%, .7);
	height: 100%;
	position: relative;
	width: 100%;
}

.blur-img-container img {
	filter: blur(8px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 105%;
}

.index-contact {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	-ms-flex-pack: center;
	justify-content: center;
	max-height: 600px;
	padding: 50px 20px;
}

.index-contact .btn {
	min-width: 200px;
}

.index-contact>div {
	font-size: 20px;
	letter-spacing: .2rem;
	line-height: 1.8rem;
	padding: 50px 0;
	text-align: center;
}

/* 專門針對第二區塊的文字對齊 */
.custom-content-block.reverse.text-left-align .custom-text-container {
	text-align: left !important;
	/* 強制靠左對齊 */
	;
}

/* 確保列表內所有文字元素都靠左 */
.custom-content-block.reverse.text-left-align .customText-section-title,
.custom-content-block.reverse.text-left-align .customText-detail-text,
.custom-content-block.reverse.text-left-align .customText-detail-item,
.custom-content-block.reverse.text-left-align .customText-detail-item-R,
.custom-content-block.reverse.text-left-align .customText-details-list {
	text-align: left !important;
}

/* 保持按鈕的位置不變 */
.custom-content-block.reverse.text-left-align .custom-button-secondary {
	margin-left: 0;
}

.custom-content-block.reverse.text-left-align .customText-service-section {
	padding-left: 60px;
}

.custom-content-block.reverse.text-left-align .custom-button-secondary {
	float: right;
}

@media (max-width: 768px) {
	.custom-content-block.reverse.text-left-align .custom-button-secondary {
		float: none;
		margin-right: 0;
		margin-left: auto;
		margin-right: auto;
		display: block;
		/* 確保按鈕是區塊元素 */
		width: fit-content;
		/* 讓寬度由內容決定 */
		;
	}

	.custom-button-secondary {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
		/* 確保按鈕是區塊元素 */
		width: fit-content;
		/* 讓寬度由內容決定 */
		;
	}
}

@media screen and (min-width:841px) {
	.index-landing {
		height: calc(100vh - 150px);
	}

	.index-landing .fullpage-cover {
		/* opacity: 0; */
	}

	.index-services-wrapper {
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 2vw;
	}

	.index-services-wrapper .col-4 {
		min-width: 580px;
	}

	.index-service-card {
		height: 375px;
		max-width: 370px;
	}

	.index-service-content {
		display: block;
		filter: blur(100px);
		font-size: .9rem;
		height: auto;
		letter-spacing: .1rem;
		line-height: 1.8rem;
		max-height: 0;
		max-width: 400px;
		opacity: 0;
		overflow: hidden;
		padding: 0 1vw;
		position: relative;
		text-align: center;
		transition: .5s ease-in-out;
	}

	.index-service-content .btn-round {
		max-width: 180px;
		position: static;
	}

	.blur-img-container {
		height: 150px;
		overflow: hidden;
		transition: .5s ease-in-out;
		width: 480px;
	}

	.blur-img-container img {
		width: auto;
	}

	.index-service-card:hover .index-service-content {
		filter: none;
		max-height: 500px;
		opacity: 1;
	}

	.index-service-card:hover .blur-img-container {
		height: 100%;
		width: 100%;
	}
}

.about-landing {
	position: relative;
	/* 添加相對定位 */
	min-height: 400px;
	/* 確保有足夠高度 */
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-landing,
.blur-bg-container {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 0;
	border-radius: 20px;
	overflow: hidden;
}

.blur-bg-container {
	/* filter: blur(20px); */
	background: none;

	height: 95%;
	width: 95%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about-wrapper {
	background-color: hsla(0, 0%, 100%, .7);
	left: 50%;
	padding: 30px 20px;
	position: relative;
	top: 20px;
	transform: translateX(-50%);
	width: 95%;

}

.about-story {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background-color: rgba(255, 255, 255, 0.8);
	width: calc(100vw - 100px);
	max-width: 100%;
	box-sizing: border-box;
	/* aspect-ratio: 852/416; */
	overflow: auto;
	padding: 30px;
	position: absolute;
	/* 使用絕對定位 */
	top: 50%;
	/* 從頂部50% */
	left: 50%;
	/* 從左側50% */
	transform: translate(-50%, -50%);
	/* 位移自身50%實現完美居中 */
	z-index: 1;
	/* 確保在其他元素上方 */
	;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 0;
	border-radius: 16px;
}

.about-story-title {
	color: #247e7d;
	font-size: 1rem;
	letter-spacing: .1rem;
	line-height: 1.5rem;
	margin-top: 40px;
}

.about-story-content {
	font-size: .9rem;
	letter-spacing: .1rem;
	line-height: 1.3rem;
	margin-top: 20px;
}

.about-services {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.about-services .theme-title {
	color: #fff;
}

.about-services .theme-title-en {
	color: #79e1e0;
	margin-bottom: 50px;
}

.about-services .theme-title-en:after {
	opacity: .3;
}

.about-services .columns {
	-ms-flex-pack: center;
	justify-content: center;
}

.about-service-card {
	margin-bottom: 15px;
	max-width: 450px;
}

.about-service-card article {
	background: #fff;
}

.about-service-image img {
	width: 100%;
}

.about-service-content {
	-ms-flex-align: center;
	align-items: center;
	color: #6e7279;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .85rem;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.3rem;
	padding: 15px 20px;
}

.about-service-content .content-toggler {
	display: block;
}

.about-service-content .content-toggler-check:checked~div {
	max-height: 800px;
}

.about-service-content>div {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}

.about-service-content>div div {
	max-height: 0;
	transition: .3s ease-in-out;
	width: 100%;
}

.about-service-content h3 {
	color: #247e7d;
	margin: 0;
}

.about-service-content p {
	margin: 10px 0;
}

.about-service-content * {
	font-family: microsoft jhenghei, sans-serif;
}

.about-review {
	padding: 50px 0 20px;
}

.about-review .theme-title {
	color: #000;
}

.review-slider {
	min-height: 100px;
	padding: 30px .4rem;
}

.review-card {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 3px 10px rgba(191, 209, 217, .7);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: .85rem;
	-ms-flex-pack: justify;
	justify-content: space-between;
	letter-spacing: .1rem;
	line-height: 1.3rem;
	margin-bottom: 20px;
	min-height: 400px;
	padding: 20px 15px 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.review-card img {
	border-radius: 50%;
	height: 100px;
	margin: 0 auto;
	width: 100px;
}

.review-card>div {
	padding: 20px 0 0;
}

@media screen and (min-width:841px) {
	.about-landing {
		height: 100%;
	}

	.about-landing,
	.about-wrapper {
		min-height: calc(100vh - 150px);
	}

	.about-wrapper {
		background: none;
		left: 0;
		top: 0;
		transform: none;
		width: 100%;
	}

	.about-wrapper>div {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 12vh;
		transform: translateX(-10vw);
	}

	.about-story {
		width: 80%;
		height: 416px;
	}


	.about-story-title {
		margin: 0;
	}

	.about-story-content {
		margin-bottom: 0;
	}

	.about-services {
		height: auto;
	}

	.about-services .columns {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.about-service-card {
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 10px auto;
		max-width: 1400px;
		min-height: 235px;
	}

	.about-service-card article {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.about-service-image {
		height: 100%;
		overflow: hidden;
		position: relative;
		width: 400px;
	}

	.about-service-image img {
		height: 100%;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		width: auto;
	}

	.about-service-content {
		padding-right: 2vw;
		width: 100%;
	}

	.about-service-content .content-toggler {
		display: none;
	}

	.about-service-content>div {
		font-size: 1rem;
	}

	.about-service-content>div div {
		max-height: 100vh;
	}

	.review-slider {
		max-width: 1400px;
	}

	.review-slider .swiper-wrapper {
		width: 33.333%;
	}

	.review-slider .swiper-pagination {
		display: none;
	}

	.review-card {
		margin: 0 auto;
		width: 96%;
	}
}

@media (max-width: 430px) {
	.about-story-content {
		font-size: 0.8rem;
		line-height: 1.2rem;

	}
}



.news-page .container {
	padding: 0;
}

.news-page .news-with-carousel {
	max-width: 1440px;
}

.news-page .news-with-pictures {
	width: 90vw;
}

.news-page .buttons {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	
}

.news-page .buttons .btn {
	margin-right: 10px;
	background: #6EA09C;
    width: 120px;
    border-radius: 14px;
	margin-top: 20px;
    padding: 10px 15px;
    /* margin: 24px auto 64px auto; */
    color: #fff;
	outline: none;
  	transition: background-color .2s ease, transform .15s ease, opacity .15s ease;
}
.news-page .buttons .btn:hover {
	background: #537e7d;
	transform: translateY(-2px);
	opacity: 0.8;
	cursor: pointer;
}
.news-page .buttons .btn:active, .news-page .buttons .btn:focus {
	outline: none;
	box-shadow: none;
	transform: translateY(0);
	opacity: 1;
	
}

.news-carousel {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 90vw;
}

.news-carousel img {
	width: 100%;
}

.news-carousel iframe {
	height: 50vw;
	width: 100%;
}

.news-carousel .swiper-pagination-bullets {
	bottom: 20px;
}

.news-carousel .swiper-pagination-bullet {
	background: #fff;
	border: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	opacity: 1;
	transition: .3s ease-in-out;
}

.news-carousel .swiper-pagination-bullet-active {
	background: #00afa9;
}

.news-pictures figure {
	margin: 0;
}

.news-pictures figcaption {
	font-size: 1rem;
	margin: 10px 0 25px;
}

.news-pictures img {
	max-width: 100%;
}

.news-content {
	margin: 0 auto;
	/* width: 90vw; */
	width: 100%;
}

.news-content .button-set {
	text-align: center;
}

.news-content .button-set .btn {
	display: inline-block;
	margin-right: 15px;
}

.news-content .btn {
	font-weight: 600;
	margin: 50px auto;
	width: 150px;
}

.news-content * {
	font-family: "NOTO SANS TC", sans-serif;
}

.news-content>article {
	width: 100%;
}

.news-content img {
	max-width: 100%;
}

.news-content-title {
	color: #247e7d;
	font-size: 1.2rem;
	font-weight: 600;
}

.news-content-main {
	font-size: .9rem;
	letter-spacing: .15rem;
	line-height: 1.3rem;
	text-align: justify;
	width: 90%;
	margin: 20px auto 0;
}

.news-content-main ul {
	margin: 0 0 0 .3rem;
}
.news-content-main img{
	/* margin: 15px 0;
	width: 900px;
	max-width: 100%; */
}
.news-content-main p, .news-content-main span{
	margin: 15px 0;
	/* width: 900px; */
	/* margin: 0 auto; */
}

.news-share {
	/* margin-top: 30px; */
	margin-top: 15px;
}

.news-share ul {
	margin: 0;
	padding: 0;
}

.news-share li,
.news-share ul,
.news-page .buttons {
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.news-share li {
	-ms-flex-align: center;
	align-items: center;
	color: rgba(0, 0, 0, .5);
	font-size: .9rem;
	list-style: none;
	margin-right: 10px;
}

.news-share li:nth-of-type(2) {
	margin-left: 5px;
}

.news-share li:nth-of-type(2) a:hover {
	background: #5376c0;
}

.news-share li:nth-of-type(2) a,
.news-share li:nth-of-type(3) a {
	border-radius: 50%;
	color: #fff;
	display: block;
	/* width: 25px; */
	/* height: 25px; */
	/* line-height: 25px; */
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.news-share li:nth-of-type(3) a:hover {
	background: #30c534;
}
/* icon 按鈕尺寸與共用樣式 */
.news-share li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #6EA09C;   /* ✦ 初始色，與旁邊 button 一致 */
  transition: background-color .2s ease, transform .15s ease, opacity .15s ease;
  font-size: 15px;
  text-decoration: none;

}

.news-carousel .swiper-button-prev {
	background: hsla(0, 0%, 100%, .5);
	border-radius: 50%;
	height: 80px;
	margin-top: 0;
	transform: translateY(-50%);
	width: 80px;
	left: -40px;
}

.news-carousel .swiper-button-prev:after {
	border-bottom: 1px solid rgba(0, 0, 0, .7);
	border-left: 1px solid rgba(0, 0, 0, .7);
	border-right: 1px solid hsla(0, 0%, 100%, 0);
	border-top: 1px solid hsla(0, 0%, 100%, 0);
	content: "";
	height: 12px;
	left: 70%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
}

.news-carousel .swiper-button-next {
	background: hsla(0, 0%, 100%, .5);
	border-radius: 50%;
	height: 80px;
	margin-top: 0;
	transform: translateY(-50%);
	width: 80px;
	right: -40px;
}

.news-carousel .swiper-button-next:after {
	border-bottom: 1px solid hsla(0, 0%, 100%, 0);
	border-left: 1px solid hsla(0, 0%, 100%, 0);
	border-right: 1px solid rgba(0, 0, 0, .7);
	border-top: 1px solid rgba(0, 0, 0, .7);
	content: "";
	height: 12px;
	left: 33%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
}
@media screen and (max-width:1024px) {
	.news-content-main {
		width: 80%;
		margin: 10px 20px;
	}
	
}

@media screen and (min-width:841px) {
	.news-wrapper {
		padding: 0 20px 40px;
		display: block;
	}

	.news-carousel {
		margin-bottom: 0;
		padding-top: 45px;
		width: 60%;
	}

	.news-carousel iframe {
		max-height: 460px;
	}

	.news-with-carousel .news-content {
		-ms-flex-align: start;
		align-items: flex-start;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 40%;
	}

	.news-with-carousel .news-content article {
		overflow: auto;
	}

	.news-with-carousel .news-content .news-content-main {
		max-height: 400px;
		overflow: auto;
	}

	.news-content .btn {
		margin: 0;
		margin-top: 20px;
	}

	.page-content .news-page .container {
		padding: 0 30px;
	}
}
@media screen and (max-width:768px) {
	.news-content-main {
		margin: 20px;
		overflow-wrap: break-word;
		word-break: break-word;
		width: 90%;                                                                                                                  ;
	}
	.news-content-main p, .news-content-main span{
		width: auto;
		max-width: 100%;
	}
	.news-share ul{
		margin-left: 30px;
	}
}
.news-list {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 1440px;
	padding-bottom: 40px;
	width: 90vw;
}

.news-card {
	padding: 15px;
	width: 480px;
}

.news-card article {
	background: #fff;
	box-shadow: 0 3px 10px rgba(191, 209, 217, .7);
}

.news-card img {
	width: 100%;
}

.news-card div {
	padding: 20px;
}

.news-card h3 {
	color: #6e7279;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 40px;
}

.product-content-main>div>div {
	margin-bottom: 10px;
}

.product-content-main .colon {
	color: #247e7d;
}

.product-content-main .product-prices {
	margin-top: 30px;
}

.product-content-main .product-prices div {
	margin-bottom: 10px;
}

.product-intro-title {
	color: #247e7d;
	display: inline-block;
	min-width: 90px;
	text-align: justify;
	text-align-last: justify;
}

.product-card {
	padding: 10px 5px 20px;
	width: 50%;
}

.product-card img {
	width: 100%;
}

.product-card h3 {
	font-size: 1.2rem;
	margin-top: 15px;
	min-height: 56px;
	text-align: center;
}

.product-card * {
	font-family: microsoft jhenghei, sans-serif;
}

.product-prices {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-prices div {
	margin: 0 5px;
}

.product-prices .price-tag-deprecate {
	color: rgba(0, 0, 0, .5);
	font-size: .8rem;
	text-decoration: line-through;
}

.product-prices .price-tag {
	color: #247e7d;
	font-size: .9rem;
}

@media screen and (min-width:841px) {
	.product-card {
		max-width: 300px;
		padding: 10px 15px 20px;
		width: 20vw;
	}

	.main-nav-item {
		/* width: 150px; */
		padding: 0 10px;
	}

	.main-nav-list {
		text-align: center;
	}
}
@media (max-width: 1024px) {
	/* header 本身當定位參考 */
  .main-header {
    position: relative;
    z-index: 10;
  }

  /* 主選單一定在 header 內容之上 */
  .main-nav {
    /* display: flex;
	align-items: center; */
	position: fixed;
	display: flex;
	flex-direction: column;
	
  }
  .main-nav-list {
	display: flex;
 	gap: 2rem;
	flex-wrap: nowrap;
  }
}
@media screen and (max-width: 390px){
	.main-nav{
		width: 100%;
	}
}


.event {
	padding-top: 40px;
	position: relative;
	text-align: center;
}

.event:first-of-type {
	padding-top: 0;
}

.event:last-of-type {
	margin-bottom: 40px;
}

.event .swiper-button-prev {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 3px 2px rgba(0, 0, 0, .25);
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s ease-in-out;
	width: 50px;
	display: none;
	left: 0;
}

.event .swiper-button-prev:hover {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .25);
}

.event .swiper-button-prev img {
	opacity: .4;
	transform: rotate(180deg);
	width: 15px;
}

.event .swiper-button-next {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 3px 2px rgba(0, 0, 0, .25);
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s ease-in-out;
	width: 50px;
	display: none;
	right: 0;
}

.event .swiper-button-next:hover {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .25);
}

.event .swiper-button-next img {
	opacity: .4;
	transform: rotate(0);
	width: 15px;
}

.event-title {
	color: #247e7d;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 600;
	position: relative;
}

.event-title:before {
	left: -40px;
}

.event-title:after,
.event-title:before {
	box-shadow: inset 0 0 1px 1px;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-200%);
	width: 30px;
}

.event-title:after {
	left: calc(100% + 10px);
}

.event-carousel {
	left: 50%;
	padding-bottom: 40px;
	position: relative;
	transform: translateX(-50%);
	width: 260vw !important;
}

.event-carousel .swiper-slider {
	background: red;
}

.event-carousel img {
	cursor: pointer;
	width: 100%;
}

.basicLightbox {
	text-align: center;
}

.basicLightbox .event-title {
	color: #fff;
}

.basicLightbox .event-title:after,
.basicLightbox .event-title:before {
	display: none;
}

.basicLightbox .event-carousel {
	width: 300vw !important;
}

.basicLightbox .event-carousel img {
	cursor: grab;
}

.basicLightbox .swiper-pagination-bullet {
	border-color: #fff;
	opacity: 1;
}

.basicLightbox .swiper-pagination-bullet-active {
	background: #fff;
}

.basicLightbox .swiper-button-prev {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 3px 2px rgba(0, 0, 0, .25);
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s ease-in-out;
	width: 50px;
	background: hsla(0, 0%, 100%, .7);
	display: none;
	left: 0;
}

.basicLightbox .swiper-button-prev:hover {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .25);
}

.basicLightbox .swiper-button-prev img {
	opacity: .4;
	transform: rotate(180deg);
	width: 15px;
}

.basicLightbox .swiper-button-next {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 3px 2px rgba(0, 0, 0, .25);
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s ease-in-out;
	width: 50px;
	background: hsla(0, 0%, 100%, .7);
	display: none;
	right: 0;
}

.basicLightbox .swiper-button-next:hover {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .25);
}

.basicLightbox .swiper-button-next img {
	opacity: .4;
	transform: rotate(0);
	width: 15px;
}

.basicLightbox__placeholder{
	height: 20vh;
	width: 20vw;
	z-index: 100;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* position: fixed; */
	/* top: 0; */
	/* left: 0; */
	border-radius: 15px;
}
@media screen and (max-width:430px) {
	.basicLightbox__placeholder{
		width: 70vw;
		height: 24vh;
	}
	
}
button.btn.show{
	background-color: #6EA09C;
	color: #fff;
	padding: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 14px;
	cursor: pointer;
	margin-top: 10px;

	
}
@media screen and (min-width:841px) {
	.event {
		margin: 0 auto;
		margin-bottom: 40px;
		max-width: 1440px;
		padding: 0 20px;
	}

	.event .swiper-button-next,
	.event .swiper-button-prev {
		display: -ms-flexbox;
		display: flex;
	}

	.event-carousel {
		overflow: hidden;
		width: 100% !important;
	}

	.event-carousel img {
		padding: 0 .5vw;
	}

	.basicLightbox .event-carousel {
		max-width: 60vw;
		width: 100% !important;
	}

	.basicLightbox .event-carousel img {
		width: 100%;
	}

	.basicLightbox .swiper-button-prev {
		display: -ms-flexbox;
		display: flex;
		height: 70px;
		left: -80px;
		width: 70px;
	}

	.basicLightbox .swiper-button-prev img {
		width: 20px;
	}

	.basicLightbox .swiper-button-next {
		display: -ms-flexbox;
		display: flex;
		height: 70px;
		right: -80px;
		width: 70px;
	}

	.basicLightbox .swiper-button-next img {
		width: 20px;
	}
}

.course-page .theme-title {
	padding: 30px 0;
}

.course-section {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	padding: 50px 5vw;
}

.course-preview>div {
	font-size: .9rem;
	letter-spacing: .1rem;
	line-height: 1.5rem;
	padding-top: 50px;
	text-align: center;
}

.course-preview>div span {
	display: inline-block;
}

.course-review .theme-title {
	color: #fff;
}

.course-archive {
	max-width: 1440px;
	padding: 50px 0 30px;
}

.course-archive .columns {
	-ms-flex-pack: center;
	justify-content: center;
}

.course-card {
	cursor: pointer;
}

.course-card a:active,
.course-card a:focus {
	text-decoration: none;
}

.course-card figure {
	margin: 0;
	position: relative;
}

.course-card figcaption {
	color: #fff;
	font-size: 1rem;
	margin: 15px 0 40px;
}

.course-card img {
	border-radius: 5px;
	width: 100%;
}

.course-card svg {
	left: 50%;
	margin-top: -20px;
	max-width: 100px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 25vw;
	z-index: 10;
}

.lightbox-for-youtube iframe {
	height: 45.00197vw;
	max-height: 900px;
	max-width: 1440px;
	width: 90vw;
}

.lightbox-for-single-image {
	max-width: 1100px;
	width: 90vw;
}

.lightbox-for-single-image img {
	width: 100%;
}

.lightbox-for-single-image img:first-of-type {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	z-index: -1;
}

.lightbox-for-album .swiper-container {
	left: 50%;
	padding-bottom: 40px;
	position: relative;
	transform: translateX(-50%);
	width: 260vw !important;
}

.lightbox-for-album img {
	width: 100%;
}

@media screen and (min-width:841px) {
	.course-review {
		padding-bottom: 0;
	}

	.lightbox-for-album .swiper-container {
		max-width: 1024px;
		width: 80vw !important;
	}

	.lightbox-for-album .swiper-container img {
		padding: 0 15px;
		width: 100%;
	}

	.lightbox-for-album .swiper-button-next-lightbox-album {
		top: 50%;
	}
}

.contact-form>h3 {
	color: #247e7d;
	font-size: 1.5rem;
	padding: 40px 0 0;
	text-align: center;
}

.form-wrapper {
	padding: 0 5vw;
}

.form-wrapper * {
	font-family: microsoft jhenghei, sans-serif;
}

.form-wrapper textarea {
	height: 200px;
}

.form-wrapper .input-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.form-wrapper .input-wrapper,
.form-wrapper .input-wrapper>div {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.form-wrapper .input-wrapper>div {
	margin-bottom: 10px;
}

.form-wrapper .input-wrapper label {
	margin-left: 10px;
}

.form-wrapper .captcha-wrapper button {
	background: none;
	border: 0;
	cursor: pointer;
	height: 40px;
	opacity: .5;
	outline: none;
	position: absolute;
	right: 0;
	top: 52%;
	transform: translateY(-50%);
	width: 40px;
}

.form-wrapper .captcha-wrapper button img {
	width: 100%;
}

.form-wrapper .contact-time-title {
	color: #6e7279;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin: 5px 0 15px;
}

.form-wrapper .btn {
	margin: 40px auto 20px;
}

.form-wrapper .form-body {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.form-wrapper .form-body-hide {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 452px;
	transform: translateX(-50%);
	width: 90%;
	z-index: -1;
}

.captcha {
	/* position: absolute; */
	/* right: 40px;
	top: 17px; */
}

.contact-info {
	padding: 30px 5vw 40px;
	text-align: center;
}

.contact-info .contact-info-content {
	display: inline-block;
	margin-top: 5px;
}

.contact-info p {
	color: #6e7279;
	margin: 10px 0 20px;
}

.contact-info * {
	font-family: microsoft jhenghei, sans-serif;
}

.confirmation-box {
	display: none;
}

.confirmation-box-wrapper {
	background: #fff;
	max-width: 500px;
	padding: 5px;
	text-align: center;
	width: 90vw;
}

.confirmation-box-wrapper>div {
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 15px;
}

.confirmation-box-wrapper p {
	font-size: 25px;
	font-weight: 600;
}

.loader-box {
	height: 150px;
	margin: 0 auto;
	position: relative;
	width: 150px;
}

.loader-box img {
	height: 100px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.loader-box img:nth-of-type(2) {
	height: 50px;
	transform: translate(30%, 10%) rotate(90deg);
}

.confirmation-btn {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.confirmation-btn .btn {
	max-width: 300px;
	transform: scale(0);
	transition: .3s ease-in-out;
}

.confirmation-btn .show {
	transform: scale(1);
}

@media screen and (min-width:841px) {
	.form-wrapper .form-body {
		max-width: 100%;
	}

	.form-wrapper .contact-time-title {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.form-wrapper .btn {
		margin: 80px auto 20px;
	}
}

.blur-image {
	display: none;
}

.cake-btn {
	border-color: rgba(0, 0, 0, .5);
	border-radius: 3px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 10px;
	padding: 5px 25px;
}

.cake-btn:hover {
	border-color: #247e7d;
	color: #fff;
}

.cake-section {
	padding: 40px 0;
}

.cake-section .theme-title {
	margin-bottom: 40px;
}

.cake-section .btn {
	margin: 20px auto 0;
	width: 180px;
}

.cake-section .container {
	max-width: 1380px;
}

.cake-intro {
	color: #6e7279;
	font-family: microsoft jhenghei, sans-serif;
	font-size: .85rem;
	letter-spacing: .15rem;
	line-height: 1.3rem;
	padding: 20px 5vw;
}

.cake-intro span {
	display: inline-block;
}

.cake-intro * {
	font-family: microsoft jhenghei, sans-serif;
}

.cake-exterior {
	background: #f1f9f9;
}

.cake-exterior .columns {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.cake-exterior .swiper-pagination {
	display: none;
}

.cake-carousel .swiper-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cake-carousel .swiper-slide {
	height: auto;
}

.cake-interior .columns {
	-ms-flex-pack: center;
	justify-content: center;
}

.cake-card {
	margin: 10px 0;
	max-width: 100%;
	width: 460px;
}

.cake-card .about-service-image {
	padding: 30px;
	text-align: center;
}

.cake-card .about-service-image img {
	max-width: 250px;
	width: 100%;
}

.cake-card .about-service-content h3 {
	color: #414750;
}

.cake-card .about-service-content h3 span {
	color: rgba(0, 0, 0, .5);
	display: block;
	font-size: .85rem;
	margin-top: 5px;
}

.cake-card article {
	box-shadow: 0 3px 10px rgba(191, 209, 217, .7);
}

.cakebox-card {
	width: 460px;
}

.cakebox-card .about-service-image {
	padding: 0;
}

.cakebox-card .about-service-image img {
	max-width: none;
}

.cakebox-card article {
	box-shadow: none;
}

.cakebox-card-hide {
	display: none;
}

.cake-reservation {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
}

.cake-reservation>div {
	padding: 0 5vw 40px;
	text-align: center;
}

.cake-reservation>div,
.cake-reservation>div * {
	font-family: microsoft jhenghei, sans-serif;
	font-size: .85rem;
	letter-spacing: .15rem;
	line-height: 1.5rem;
}

.cake-reservation>div span {
	display: inline-block;
}

@media screen and (min-width:841px) {
	.blur-image {
		clip: rect(310px, 465px, 385px, 0);
		display: block;
		filter: blur(5px);
		left: 50%;
		position: absolute !important;
		top: 50%;
		transform: translate(-50%, -50%) !important;
		transition: .5s ease-in-out;
	}

	.cake-intro {
		font-size: 1rem;
		line-height: 2rem;
		margin: 0 auto;
		max-width: 1400px;
		padding: 60px;
		text-align: center;
	}

	.cake-carousel {
		min-width: 1380px;
	}

	.cake-carousel .swiper-wrapper {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.cake-exterior {
		padding-bottom: 60px;
	}

	.cake-exterior .columns {
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 70px;
		position: relative;
	}

	.cake-exterior .swiper-pagination {
		bottom: 0;
		display: block;
	}

	.cake-exterior .swiper-pagination-bullet {
		margin: 0 5px;
	}

	.cake-exterior>.btn {
		display: none;
	}

	.cake-exterior .about-service-content>div {
		max-height: 30px;
	}

	.cake-interior .about-service-content>div {
		max-height: 70px;
	}

	.cake-card {
		width: 340px;
	}

	.cake-card .about-service-image {
		line-height: 0;
		padding: 50px;
		width: auto;
	}

	.cake-card .about-service-image img {
		height: auto;
		max-width: 200px;
		position: static;
		transform: none;
		width: 100%;
	}

	.cake-card .about-service-content {
		background: hsla(0, 0%, 100%, .7);
		bottom: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 100%;
		-ms-flex-pack: center;
		justify-content: center;
		max-height: 50px;
		padding: 10px 15px;
		position: absolute;
		text-align: center;
		transition: .5s ease-in-out;
	}

	.cake-card .about-service-content h3 {
		font-size: 1.1rem;
		padding-bottom: 20px;
		text-align: center;
		width: 100%;
	}

	.cake-card .about-service-content h3 span {
		width: 100%;
	}

	.cake-card .about-service-content>div {
		transition: .5s ease-in-out;
	}

	.cake-card article {
		display: block;
		overflow: hidden;
		padding-bottom: 60px;
		position: relative;
	}

	.cake-card:hover .blur-image {
		clip: rect(0, 465px, 385px, 0);
		filter: blur(5px);
	}

	.cake-card:hover .about-service-content {
		max-height: 380px;
	}

	.cake-card:hover .about-service-content>div {
		max-height: 100vh;
	}

	.cakebox-card {
		width: 460px;
	}

	.cakebox-card .about-service-image {
		padding: 0;
	}

	.cakebox-card .about-service-image img {
		max-width: none;
	}

	.cakebox-card .about-service-content {
		padding: 10px;
	}

	.cakebox-card .about-service-content h3 {
		-ms-flex-align: center;
		align-items: center;
		color: #414750;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 1.2rem;
		font-weight: 600;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.cakebox-card article {
		height: auto;
		padding-bottom: 0;
	}

	.cakebox-card-hide {
		display: initial;
	}

	.cake-reservation>div {
		margin: 0 auto;
		max-width: 1000px;
	}
}

* {
	box-sizing: border-box;
	font-family: Raleway, Microsoft Jhenghei, sans-serif;
}

body,
html {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

.main-wrapper {
	transition: .3s ease-in-out;
}

.main-wrapper-blur {
	filter: blur(10px);
}

@media screen and (min-width:841px) {
	.main-wrapper {
		filter: blur(0);
	}
}

/* START: Revisions 2025 */
/* index-button */
.slide-button {
	position: absolute;
	left: 50%;
	/* bottom: 25%; */
	bottom: 15%;
	/* 調整這個值可以改變按鈕的上下位置 */
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.custom-button,.consultant-button {
	display: inline-block;
	width: 171px;
	height: 48px;
	background-color: #6ea09c;
	border-radius: 12px;
	text-align: center;
	line-height: 48px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	font-family: "Microsoft JhengHei", sans-serif;
	font-size: 0.9rem;
	font-weight: bold;
	color: white;
	margin-top: 80px;
}

.custom-button,.consultant-button:hover {
	background-color: #5b8884;
}

/* indexintro-title */
.IntroTitle-section {
	padding: 20px 0 20px;
	/* text-align: center; */
	text-align: left;
	margin-top: 20px;
	/* background-color: #f8f9fa; 可選的背景顏色，您可以根據需要調整 */
	;
}




@media screen and (max-width: 430px) {

	.custom-button {
		padding: 20px 0;
		margin-top:33px;
		
	}
}

/* 第一排標題 */

.IntroTitle-container {
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: start;
}

/* 長橢圓形設計 */


.IntroTitle-pill {
	background-color: #fff;
	border: 2.1px solid #0b2b3e;
	border-radius: 50px;
	/* 創建橢圓形效果 */
	padding: 0px 50px;
	margin-bottom: 10px;
	display: inline-block;
	width: fit-content;
}

.IntroTitle-pill p {
	color: #0b2b3e;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 1rem;
	font-weight: 800;
	margin: 0;
	letter-spacing: 0.05rem;
}

@media screen and (max-width: 430px) {
	.IntroTitle-pill p {
		font-size: 1rem;
		padding: 0px 20px;
	}

}

/* 第二排標題 */
.IntroTitle-highlight {
	font-family: "Noto Sans TC", sans-serif;
	color: #0b2b3e;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 10px 0;
	line-height: 1.3;
	letter-spacing: 0.02rem;
}

.IntroTitle-highlight span {
	color: #0b2b3e;
	font-weight: 700;
}

/* 第三排描述 */
.IntroTitle-description {
	font-family: "Noto Sans TC", sans-serif;
	color: #0b2b3e;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 auto;
	line-height: 1.6;
	letter-spacing: 0.02rem;
}

/* 適配不同螢幕尺寸 */
@media screen and (max-width: 768px) {
	.IntroTitle-highlight span {
		font-size: 2rem;
	}

	.IntroTitle-section {
		padding: 60px 0;
	}

	.IntroTitle-pill {
		padding: 0px 50px;
		margin-bottom: 10px;
	}

	.IntroTitle-highlight {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.IntroTitle-description {
		font-size: 0.85rem;
		padding: 0 15px;
	}

	.slide-button {
		bottom: 5%;
		/* 在手機板時將按鈕位置往下移（數值變小表示距離底部更遠） */
		;
	}

	/* 如果需要，也可以調整按鈕本身的樣式 */
	.custom-button,.consultant-button {
		width: 150px;
		/* 可以調整寬度 */
		height: 44px;
		/* 可以調整高度 */
		line-height: 44px;
		/* 保持文字垂直居中 */
		;
		color: #fff;
	}

	.about-story {
		width: calc(100vw-30px);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background-color: rgba(255, 255, 255, 0.8);
		width: 85%;
		height: auto;
		padding: 20px;
	}

}

@media screen and (max-width: 430px) {
	.IntroTitle-pill {
		padding: 0px 20px;
	}

	.slide-button {
		/* top: 80%; */
		top: 90%;
		left: 50%;
		/* margin-top: 80px; */
	}
	.consultant-button {
		/* font-size: 1.4rem; */
		display: inline;
		padding: 12px 15px;
		line-height: normal;
	
	}




}

/* indexIntro-card */
.indexIntro-complete-card {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.indexIntro-card {
	height: auto;
	width: 100%;
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 0;
	/* 移除底部邊距 */
	;
}

.indexIntro-text-container {
	width: 100%;
	padding: 15px 10px 30px;
	text-align: center;
	box-sizing: border-box;
	margin-top: 15px;
	/* 與卡片之間留出空間 */
	;
}

.indexIntro-container {
	width: 90%;
	/* 小螢幕時占90%，兩側留5%的留白 */
	margin: 20px auto;
	/* padding: 20px 0; */
}

.indexIntro-row {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
	/* 抵消 column 的 padding */
	;
}

.indexIntro-column {
	width: 100%;
	/* 小螢幕時佔滿寬度 */
	padding: 20px;
	box-sizing: border-box;
}

.indexIntro-intro {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 100%;
	/* 這會創建一個正方形的區域，高度等於寬度 */
	width: 100%;
	position: relative;
	border-radius: 25px;
}

/* 文字容器樣式 - 位於卡片外部 */
.indexIntro-text-container {
	width: 100%;
	padding: 15px 20px 30px;
	margin-top: -20px;
	/* 向上移動，與卡片部分重疊 */
	text-align: center;
	box-sizing: border-box;
}

/* 手機版時調整上下間距 */
@media screen and (max-width: 768px) {
	.indexIntro-text-container {
		padding: 10px 15px 0px;
		/* 調整上下間距 */
		margin-top: -15px;
		/* 減少與卡片的重疊 */
		;
	}

	.indexIntro-container {
		width: 70%;
		/* 小螢幕時占70%，兩側留15%的留白 */
		margin-top: 20px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	


	}
}

.indexIntro-header {
	margin-top: 15px;
	margin-bottom: 10px;
}

.indexIntro-title {
	color: #0b2b3e;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
	text-align: center;
	margin-bottom: 15px;
}

.indexIntro-content {
	padding: 0;
	font-size: 0.95rem;
	color: #0b2b3e;
	text-align: center;
}

.indexIntro-content {
	font-size: 0.9rem;
}

/* 當螢幕寬度大於等於 841px 時的樣式 */
@media screen and (min-width: 841px) {
	.indexIntro-services {
		/* padding: 30px 0 30px; */

	}

	/* .indexIntro-container {
		width: 75%;
	} */

	.indexIntro-wrapper {
		justify-content: center;
		padding: 0 2vw;
	}

	.indexIntro-column {
		width: 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.indexIntro-card {
		min-height: auto;
		/* 移除最小高度限制，讓卡片高度根據內容自動調整 */
		max-width: 500px;
		margin: 0 auto;
	}

	.indexIntro-intro {
		height: 0;
		padding-bottom: 100%;
		/* 保持正方形比例 */
		;
	}

	.indexIntro-text-container {
		padding: 20px 20px 40px;
	}
}

/* @media screen and (min-width: 1025px) {
    .indexIntro-card {
        min-height: auto;
 /* 移除最小高度限制，讓卡片高度根據內容自動調整 */
/* max-width: 500px;
        margin: 0 auto;
    }
} */
/* 手機螢幕 - 單欄布局 */
@media screen and (min-width: 768px) {
	.indexIntro-column {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

}

/* 中螢幕 - 兩欄布局 */
/* @media screen and (min-width: 768px) and (max-width: 1024px) {
	.indexIntro-column {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	} 
 } */
/* 平板以上的三欄排版（原本的設定，保持不動） */
@media screen and (min-width: 841px) {
	.indexIntro-column {
		width: 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media screen and (max-width: 768px) {
	.indexIntro-column {
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 0;
		/* 底部間距為 0 */
		padding-left: 20px;
	}

	/* 如果需要，同時調整 indexIntro-row 的 margin */
	.indexIntro-row {
		margin: -20px -20px 0;
		/* 底部也同步調整為 0 */
		;
	}

	.indexIntro-intro {
		padding-bottom: 90%;
		/* 將高度比例從 100% 調整到 80%，使圖片區域變小 */
		width: 100%;
		/* 同時調整寬度為 80% */
		margin: 0 auto;
		/* 水平居中 */
		;
	}

	/* 如果上面的樣式修改後引起其他樣式問題，可能需要調整文字容器的位置 */
	.indexIntro-text-container {
		padding: 10px 0px;

	}

	.indexIntro-card {
		background-color: transparent;
		/* 透明背景 */
		box-shadow: none;
		/* 移除陰影 */
		border-radius: 0;
		/* 移除圓角 */
		;
	}
}

/* index-Service-Card */
.customText-section-title {
	color: #0b2b3e;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.customText-section-title {
		font-size: 18px;
	}
}

.customText-section-subtitle {
	color: #0b2b3e;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 1.6px;
	margin-bottom: 7px;
}

@media (max-width: 768px) {
	.customText-section-subtitle {
		font-size: 14px;
	}
}

.customText-details-list {
	color: #0b2b3e;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 1.6px;

}

.customText-details-list>p:first-of-type big,
.customText-details-list>hr+strong big {
	font-size: 1.2rem;
	font-weight: 700;
}

.customText-details-list hr {
	margin: 20px 0;
}

.custom-text-container .customText-detail-item .customText-detail-label-install {
	font-size: 1.5rem;
	font-weight: 700;
}

@media (max-width: 768px) {
	.customText-details-list {
		font-size: 14px;
	}
}

.customText-detail-item {
	margin-bottom: 5px;
}

.customText-detail-label {
	font-weight: 800;
	font-size: 19px;
}

@media (max-width: 768px) {
	.customText-detail-label {
		font-size: 16px;
	}
}

.customText-detail-text {
	font-weight: 500;
	font-size: 16px;
}

@media (max-width: 768px) {
	.customText-detail-text {
		font-size: 14px;
	}
}

.custom-content-section {
	/* width: 75%; margin: 30px auto; */
	background-color: #f8f9fa;
	font-family: "Microsoft JhengHei", sans-serif;
}

.custom-content-block {
	width: 80%;
	margin: auto;
	font-family: "Microsoft JhengHei", sans-serif;
	display: flex;
	/* margin-bottom: 30px; */
	/* border-radius: 15px; */
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
	overflow: hidden;
}

/* 反向排列 */
.custom-content-block.reverse {
	flex-direction: row-reverse;
}

.custom-image-container {
	flex: 0 0 40%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* 垂直居中 */
	;
}

.custom-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.custom-text-container {
	flex: 0 0 60%;
	padding: 40px;
}

.custom-title {
	color: #0b2b3e;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
}

/* .custom-title:after{content: ""; position: absolute; bottom: -10px; left: 0; width: 50px; height: 3px; background-color: #6ea09c;} */
.custom-content-block.reverse .custom-title:after {
	left: auto;
	right: 0;
}

.custom-button-secondary {
	background-color: #82aea9;
	color: white;
	border: none;
	border-radius: 16px;
	padding: 10px 32px;
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
	transition: background-color 0.3s, box-shadow 0.3s;
	/* 添加陰影過渡效果 */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	/* 添加基本陰影效果 */
	;
}

/* .custom-button-secondary:hover{background-color: #5b8884;} */
/* 反向排列時的文字對齊方式 */
.custom-content-block.reverse .custom-text-container {
	text-align: right;
}

/* 響應式設計 */
@media screen and (max-width: 768px) {
	.custom-content-section {
		width: 90%;
	}

	.custom-content-block,
	.custom-content-block.reverse {
		flex-direction: column;
	}

	.custom-image-container {
		flex: 0 0 100%;
	}

	.custom-text-container {
		flex: 0 0 100%;
		padding: 30px 20px;
	}

	.custom-content-block.reverse .custom-text-container {
		text-align: left;
	}

	.custom-title:after,
	.custom-content-block.reverse .custom-title:after {
		left: 0;
		right: auto;
	}

	.IntroTitle-section {
		padding: 20px 0 20px;
		/* 將上下間距從60px改為20px */
		margin: 10px 0;
	}

	.IntroTitle-highlight {
		font-family: "Noto Sans TC", sans-serif;
		font-size: 1.4rem;
		margin: 10px;
		text-align: center;
	}

	.IntroTitle-description {
		font-family: "Noto Sans TC", sans-serif;
		font-size: 0.85rem;
		padding: 0 15px;
	}

	.custom-content-section {
		width: 100%;
		/* 設置寬度為100% */
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		background-color: #ffffff;
	}
}

@media screen and (max-width: 430px) {
	.IntroTitle-description {
		font-size: 0.7rem;
		padding: 0 15px;
	}

	.IntroTitle-highlight {
		font-size: 1.2rem;
		/* margin: 10px; */
	}

	.IntroTitle-section {
		margin: 0;
	}

}

/* carousel-section */
.luxsense-carousel-section {
	/* background-color: #f8f9fa; */
	padding: 40px 0;
	margin: 20px 0;
	width: 100%;
}

@media screen and (max-width: 430px) {
	.luxsense-carousel-section {
		margin: 0;
	}
}

.luxsense-carousel-container {
	width: 100%;
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
}

/* 輪播控件 */
.luxsense-carousel-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.luxsense-carousel-track {
	display: flex;
	transition: transform 0.5s ease;
	flex-wrap: nowrap !important;
	margin: 0;
	width: 100%;
	align-items: stretch;
	justify-content: flex-start;
	margin: 20px 0;
}

/* 控制按鈕樣式 */
.luxsense-carousel-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	z-index: 5;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s ease;
	/* display: none; */
	;
}

.luxsense-carousel-control:hover {
	opacity: 1;
}

.luxsense-carousel-prev {
	left: 10px;
}

.luxsense-carousel-next {
	right: 10px;
}

/* 箭頭圖標 */
.luxsense-carousel-icon-container {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.luxsense-carousel-prev-icon {
	border: solid white;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(135deg);
	margin-left: 5px;
}

.luxsense-carousel-next-icon {
	border: solid white;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-45deg);
	margin-right: 5px;
}

/* 卡片容器 */
.luxsense-carousel-item {
	flex: 0 0 25%;
	min-width: 25%;
	max-width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}

/* 卡片主體 */
.luxsense-carousel-card {
	height: 95%;
	display: flex;
}

.luxsense-carousel-card-inner {
	width: 100%;
	height: 100%;
	min-height: 240px;
	border-radius: 24px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 20px;
	background-color: #fff;
	/* border: 1px solid rgba(11, 43, 62, 0.1); */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.luxsense-carousel-card-inner:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(11, 43, 62, 0.25);
}

/* 卡片內容 */
.luxsense-carousel-card-body {
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* 用戶資訊區塊 */
.luxsense-carousel-user {
	display: flex;
	margin-bottom: 15px;
}

.luxsense-carousel-avatar {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50%;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	min-width: 70px;
}

.luxsense-carousel-user-info {
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	.luxsense-carousel-user-info {
		margin: 15px;
	}

}

.luxsense-carousel-username {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 600;
	color: #0b2b3e;
}

.luxsense-carousel-position {
	font-size: 16px;
	color: rgba(11, 43, 62, 0.7);
	margin: 0;
}

/* 評價內容 */
.luxsense-carousel-text {
	font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
	color: #0b2b3e;
	line-height: 1.7;
	font-size: 16px;
	margin-top: 15px;
	font-weight: 500;
	text-align: left;
}

/* 隱藏元素 */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* 輪播圖響應式設計 */
@media (max-width: 1024px) {
	.luxsense-carousel-card-inner {
		min-height: 450px;
		/* 大螢幕時內容區域更高 */
		;
	}

	.luxsense-carousel-container {
		padding: 0 80px;
	}

	.luxsense-carousel-item {
		flex: 0 0 33.333%;
		max-width: 33.333%;
		min-width: 33.333%;
	}

	.luxsense-carousel-username {
		font-size: 20px;
	}

	.luxsense-carousel-position {
		font-size: 16px;
	}

	.luxsense-carousel-text {
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.luxsense-carousel-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.luxsense-carousel-item {
		flex: 0 0 50%;
		max-width: 100%;
		min-width: 100%;
	}

	.luxsense-carousel-prev {
		left: 5px;
	}

	.luxsense-carousel-next {
		right: 5px;
	}

	.luxsense-carousel-avatar {
		width: 60px;
		height: 60px;
		min-width: 60px;
	}

	.custom-content-block.reverse.text-left-align .customText-service-section {
		padding-left: 0;
	}

	.luxsense-carousel-section {
		padding: 40px 20px;

	}

	.luxsense-carousel-text p {
		padding-left: 8px;
		/* 左側內縮 */
		;
	}

	.luxsense-carousel-card-inner {
		padding: 15px;
		min-height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.luxsense-carousel-card-inner .luxsense-carousel-user {
		padding-left: 30px;
		/*添加左側內縮 */
	}
}

@media (max-width: 480px) {
	.luxsense-carousel-item {
		flex: 0 0 100%;
	}

	.luxsense-carousel-section {
		padding: 10px 10px;
	}
}

/* indexCon-section */
.indexCon-section {
	background-color: #f8f9fa;
	padding: 50px 0;
	margin: 20px 0;

}

/* indexCon-section */
.indexCon-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 50px;
	width: 75%;
	/* 設定容器寬度為 75% */
	margin: 0 auto;
	/* 將容器水平置中 */
	;
}

.indexCon-content {
	text-align: left;
	width: 50%;
	/* 內容部分佔容器寬度一半 */
	;
}

.indexCon-logo {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
}

.indexCon-title {
	font-size: 1.5em;
	margin-bottom: 15px;
}

.indexCon-description {
	margin-bottom: 20px;
}

.indexCon-button {
	background-color: #007bff;
	color: white;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}

.indexCon-image-container {
	width: 40%;
}

.indexCon-image {
	width: 100%;
	height: auto;
}

/* 聯絡我們 */
.indexConHero-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 120px;
	max-width: 1440px;
	margin: 0 auto;
	min-height: 70vh;
	background-color: #fff;
}

.indexConHero-content {
	max-width: 714px;
}

.indexConBrand-badge {
	display: inline-block;
	padding: 5px 20px;
	border: 2px solid #0b2b3e;
	border-radius: 20px;
	color: #0b2b3e;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.8px;
	margin-bottom: 20px;
}

.indexConHero-heading {
	color: #0b2b3e;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 58px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 5.8px;
	margin-bottom: 30px;
}

.indexConHero-description {
	color: #000;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 1.6px;
	margin-bottom: 30px;
}

.indexConCta-wrapper {
	margin-top: 20px;
}

.indexConCta-button {
	padding: 10px 36px;
	border-radius: 14px;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	background-color: #6ea09c;
	border: none;
}

/* 添加圖片容器樣式 */
.indexConHero-image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 462px;
	height: 601px;
}

.indexConHero-image>img {
	width: 462px;
	height: 601px;
	border-radius: 20px;
	object-fit: cover;
}

/* 確保 placeholder 具有正確的尺寸 */
.placeholder-image {
	background-color: #e0e0e0;
	width: 462px;
	height: 601px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.indexConHero-section {
		padding: 0;
		flex-direction: column;
		text-align: center;
		height: 30vh;
	}

	.indexConHero-content {
		margin-bottom: 40px;
	}

	.indexConHero-heading {
		font-size: 42px;
	}

	.indexConHero-heading {
		font-size: 42px;
		margin-bottom: 20px;
		/* 減少標題與描述之間的間距 */
		;
	}

	/* 添加響應式調整 */
	.indexConHero-image-wrapper {
		width: 90%;
		height: auto;
		max-width: 380px;
		aspect-ratio: 0.85;
		/* 保持長寬比例 462:601 */
		;
	}

	.indexConHero-image,
	.placeholder-image {
		width: 100%;
		height: auto;
		max-width: 462px;
		min-height: 300px;
		/* 確保在手機上仍然有合理的高度 */
		;
	}
}

@media (max-width: 768px) {
	.indexConHero-section {
		padding: 20px;
	}

	.indexConBrand-badge {
		font-size: 16px;
	}

	.indexConHero-heading {
		font-size: 32px;
		letter-spacing: 3px;
	}

	.indexConHero-description {
		font-size: 14px;
	}

	.indexConCta-button {
		width: auto;
	}

	.indexConHero-image>img {
		width: 100%;
		/* 讓圖片寬度適應容器 */
		height: auto;
		/* 自動調整高度，維持比例 */
		max-width: 300px;
		/* 限制最大寬度 */
		max-height: 400px;
		/* 限制最大高度 */
		margin: 0 auto;
		/* 水平居中 */
		;
	}

	.indexConHero-image-wrapper {
		width: 100%;
		height: auto;
	}

	.placeholder-image {
		max-width: 300px;
		max-height: 400px;
		margin: 0 auto;
	}
}

@media (max-width: 430px) {
	.indexConHero-content {
		max-width: 100%;
	}

	.indexConHero-heading {
		font-size: 28px;
		letter-spacing: 2px;
	}
}

/* 圖片占位符樣式 */
.indexConHero-image-wrapper .placeholder-image {
	background-color: #e0e0e0;
	width: 100%;
	height: 100%;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

/* 圖片占位符樣式 */
.placeholder-image {
	background-color: #e0e0e0;
	width: 100%;
	height: 100%;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.placeholder-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #e0e0e0, #f5f5f5, #e0e0e0);
	background-size: 200% 200%;
	animation: shimmer 2s ease infinite;
}

.placeholder-image::after {
	content: '圖片';
	position: relative;
	color: #777;
	font-size: 24px;
	/* 增大字體大小 */
	font-weight: 700;
	/* 加粗字體 */
	z-index: 1;
}

@keyframes shimmer {
	0% {
		background-position: 0% 0%;
	}

	50% {
		background-position: 100% 100%;
	}

	100% {
		background-position: 0% 0%;
	}
}

/* 快速預約 */
.indexBookContainer {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	background-color: #fff;
}

.indexBookFormContainer {
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 40px;
	width: 100%;
	max-width: 1075px;
	background-color: rgba(217, 217, 217, 0.1);
}

.indexBookQuickBookHeader {
	width: 273px;
	height: 35px;
	border: 2px solid #0b2b3e;
	border-radius: 20px;
	margin: 0 auto 20px;
	color: #0b2b3e;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.indexBookMainTitle {
	color: #0b2b3e;
	text-align: center;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 58px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 5.8px;
	margin-bottom: 20px;
}

.indexBookServiceDescription {
	color: #0b2b3e;
	text-align: center;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 1.6px;
	margin-bottom: 40px;
}

.indexBookRequiredNote {
	color: #fd8383;
	font-family: "Leelawadee UI", sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.indexBookBookingForm {
	width: 100%;
	max-width: 710px;
	margin: 0 auto;
}

.indexBookFormRow {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.indexBookFormGroup {
	flex: 1;
}

.indexBookFormInput {
	width: 100%;
	height: 70px;
	border: none!important;
	padding: 0 20px;
	font-size: 16px;
	background-color: #eee;
}

.indexBookFormGroupFullWidth {
	flex: 1;
}

.indexBookFormTextarea {
	width: 100%;
	height: 208px;
	border: none;
	padding: 20px;
	font-size: 16px;
	resize: none;
	background-color: #eee;
}

.indexBookSubmitContainer {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.indexBookSubmitBtn {
	padding: 8px 32px;
	border: none;
	color: #fff;
	font-family: "Leelawadee UI", sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	cursor: pointer;
	background-color: #6ea09c;
	cursor: pointer;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
}
html { scroll-behavior: smooth; }


@media (max-width: 1024px) {
	.indexBookContainer {
		min-height: auto;
		margin-top: 120px;
		/* 為1024px尺寸添加上邊距 */
		padding-top: 40px;
		/* 內部上方間距 */
		position: relative;
		z-index: 1;
		/* 確保正確的層疊順序 */
		;
	}

	.indexBookFormContainer {
		padding: 30px;
	}

	.indexBookMainTitle {
		font-size: 42px;
	}

	.indexBookBookingForm {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.indexBookContainer {
		margin-top: 0;
		/* 增加上方間距，避免與前面的內容重疊 */
		padding-top: 40px;
		/* 調整內部上方間距 */
		position: relative;
		z-index: 1;
		/* 確保正確的層疊順序 */
		min-height: auto;
		/* 覆蓋原來的100vh設定，讓高度自適應內容 */
		;
	}

	.indexConHero-section {
		margin-bottom: 80px;
	}
}

@media (max-width: 768px) {
	.indexBookFormContainer {
		padding: 20px;
	}

	.indexBookQuickBookHeader {
		width: 200px;
		font-size: 16px;
	}

	.indexBookMainTitle {
		font-size: 32px;
		letter-spacing: 3px;
	}

	.indexBookServiceDescription {
		font-size: 14px;
	}

	.indexBookFormRow {
		flex-direction: column;
		gap: 15px;
	}

	.indexBookSubmitContainer {
		justify-content: center;
		/* 在小屏幕上置中 */
		;
	}

	.indexBookSubmitBtn {
		width: auto;
	}
}

@media screen and (max-width: 430px) {
	.indexBookFormContainer {
		padding: 10px;
	}

	.indexBookMainTitle {
		font-size: 22px;
		letter-spacing: 1px;
	}

}

/* 聯絡我們 - 聯絡資訊區塊 */
.luxContect-section {
	background-color: #f8f9fa;
	padding: 50px 0;
	margin: 20px 0;
}

/* 主容器設置 */
.luxContect-section {
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
	padding: 40px 20px;
}

.luxContect-div {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	height: auto;
	background-color: #ffffff;
	gap: 30px;
	max-width: 1280px;
	margin: 0 auto;
}

/* 聯絡資訊區塊 - 左側40% */
.luxContect-contact-container {
	flex: 0 0 40%;
	/* 佔比40% */
	order: 1;
	/* 確保在左側 */
	text-align: left;
	font-family: "Noto Sans TC", sans-serif;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 400px;
}

/* 表單區塊 - 右側55% */
.luxContectBookingForm {
	flex: 0 0 55%;
	/* 佔比55% */
	order: 2;
	/* 確保在右側 */
	padding: 30px;
}

.luxContect-contact-container h2 {
	margin-bottom: 5px;
	font-size: 2.2em;
	color: #0b2b3e;
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 20px;
	/* 左右內邊距，為線條留出空間 */
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}

.luxContect-contact-container h2::before,
.luxContect-contact-container h2::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 100px;
	/* 線條長度 */
	height: 2px;
	/* 線條粗細 */
	background-color: #0b2b3e;
	/* 與hr相同的顏色 */
	transform: translateY(-50%);
}

.luxContect-contact-container h2::before {
	left: 50px;
	/* 左側線條位置 */
	;
}

.luxContect-contact-container h2::after {
	right: 50px;
	/* 右側線條位置 */
	;
}

.luxContect-contact-container .luxContect-subtitle {
	margin-top: 0;
	font-size: 0.8em;
	color: #dfe2e4;
	letter-spacing: 1px;
	text-align: center;
	letter-spacing: 4px;
}

.luxContect-contact-container hr {
	width: 70%;
	border-top: 2px solid #4b9594;
	margin: 20px 0;
}

.luxContect-contact-container p {
	line-height: 1.8;
	margin-bottom: 15px;
	font-size: 16px;
	color: #333;
}

/* 表單內部元素樣式不變 */
.luxContectRequiredNote {
	color: #fd8383;
	font-family: "Leelawadee UI", sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
}

.luxContectFormRow {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.luxContectFormGroup {
	/* flex: 1; */
	display: inline-flex;
	align-items: center;   
	gap: 8px;              
	width: 100%;           /* 滿版寬度 */
	position: relative;    
}
/* 輸入框 */
.luxContectFormInput {
	/* width: 100%;
	height: 80px;
	border: none !important;
	padding: 0 20px;
	font-size: 16px;
	background-color: #eee; */
	flex: 1;               /* 佔滿剩餘空間 */
	height: 50px;          /* 統一高度 */
	border: none !important;
	padding: 0 12px;
	font-size: 16px;
	line-height: 1.4;
	background-color: #eee;
	box-sizing: border-box; /* 確保padding不影響寬度 */
}

.luxContect-section input[type=email].luxContectFormInput,
.luxContect-section input[type=number].luxContectFormInput,
.luxContect-section input[type=tel].luxContectFormInput,
.luxContect-section input[type=text].luxContectFormInput {
	height: 50px;
}

.luxContectFormGroupFullWidth {
	flex: 1;
}

.luxContectFormTextarea {
	width: 100%;
	height: 208px;
	border: none;
	padding: 20px;
	font-size: 16px;
	resize: none;
	background-color: #eee;
}
/* 驗證碼圖 */
.captcha {
  display: block;
  max-height: 50px;      /* 與輸入框同高 */
  object-fit: contain;
}

/* 換一組按鈕 */
.refresh-captcha {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  line-height: 1;
}
.luxContectFormGroup .refresh-captcha img {
  width: 30px;           /* 調整圖片大小 */
  height: 30px;          /* 調整圖片大小 */
  vertical-align: middle; /* 垂直對齊 */
}

.luxContectSubmitContainer {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.luxContectSubmitBtn {
	/* width: 185px;
	height: 60px;
	border: none;
	color: #fff;
	font-family: "Leelawadee UI", sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	cursor: pointer;
	background-color: #4b9594; */
	background: #6EA09C;
    width: 150px;
	font-size: 18px;
	font-weight: 700;
    border-radius: 14px;
    padding: 12px 18px;
    /* margin: 24px auto 64px auto; */
    color: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* 新增占位符樣式 */
.luxContectFormInput::placeholder,
.luxContectFormTextarea::placeholder {
	color: #888888;
	opacity: 1;
}

/* 兼容不同瀏覽器 */
.luxContectFormInput::-webkit-input-placeholder,
.luxContectFormTextarea::-webkit-input-placeholder {
	color: #888888;
}

.luxContectFormInput::-moz-placeholder,
.luxContectFormTextarea::-moz-placeholder {
	color: #888888;
	opacity: 1;
}

@media (max-width: 1024px) {
	.luxContect-div {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.luxContect-contact-container,
	.luxContectBookingForm {
		flex: 0 0 100%;
		max-width: 100%;
		order: 0;
		padding: 20px;
	}

	.luxContectBookingForm {
		padding: 0;
	}

	.luxContect-contact-container {
		text-align: center;
		padding: 20px 0;
		/* 重新設置合適的padding */
		min-height: unset;
		/* 重要：移除最小高度限制 */
		height: auto;
		/* 讓高度由內容決定 */
		justify-content: flex-start;
		/* 改變垂直對齊方式 */
		;
	}

	.luxContect-contact-container hr {
		margin: 15px auto;
	}
}

@media (max-width: 768px) {
	.luxContect-div{
		width: 95%;
	}
	.luxContect-section {
		padding: 15px 10px;
		min-height: auto;
		/* 同樣移除section的最小高度 */
		;
	}

	.luxContect-contact-container {
		padding: 10px 0;
		/* 進一步減少padding */
		min-height: 0;
		/* 確保在所有瀏覽器中移除最小高度 */
		;
	}

	.luxContect-contact-container h2 {
		font-size: 1.8em;
		margin-bottom: 5px;
	}

	.luxContect-contact-container p {
		line-height: 1.5;
		/* 減小行高 */
		margin-bottom: 10px;
		/* 減小段落間距 */
		;
	}

	.luxContect-contact-container h2::before,
	.luxContect-contact-container h2::after {
		display: none;
	}
	 .luxContectFormRow {
    display: flex;         /* 若本來就有 flex 可省略 */
    flex-wrap: wrap;       /* 允許換行 */
	padding: 22px;
    gap: 12px;             /* 行與行的間距 */
  }

  .luxContectFormGroup {
    flex: 0 0 100%;        /* 每組佔滿整行 */
    width: 100%;
	flex-wrap: wrap; /* 允許內部元素換行 */
  }
/* 
  .luxContectFormInput,
  .luxContectFormTextarea {
    width: 100%;
    box-sizing: border-box; /* 防止因 padding 溢出 *
  }*/

  /* 送出鈕也拉滿一行 */
  .luxContectSubmitBtn {
    width: 100%;
    margin-top: 12px;
    display: block;
  }

 

}
@media screen and (max-width: 430px) {
	
	.luxContect-contact-container h2 {
		font-size: 1.5em;
	}

	.luxContect-contact-container p {
		font-size: 16px;
	}

	.luxContectFormInput,
	.luxContectFormTextarea{
		font-size: 18px;
		height: 60px;
		padding: 15px 5px;
	}

	.luxContectFormGroup {
		/* flex-direction: column; */
		/* align-items: flex-start; */
		display: flex;
		flex: row;
		flex-wrap: wrap;
	}

	.luxContectFormGroup label {
		margin-bottom: 8px;
		margin-right: 12px;
	}
	.luxContectFormRow{
		margin-bottom: 0;
	}
	.luxContectFormGroupFullWidth, .luxContectSubmitContainer{
		padding: 20px;
	}
	.luxContectSubmitContainer{
		margin-top: 0;
	}
	.luxContectSubmitBtn{
		width: 100%;
		font-size: 16px;
		padding: 12px 0;
		margin-top: 20px;
	}
}
/* ✦ 超小螢幕（可選）：若寬度很逼仄就允許換行 */
@media (max-width: 360px) {
  .captcha-row { flex-wrap: wrap; }
  .captcha-row .luxContectFormInput { flex: 1 1 100%; }
}

.scentsService-products.xiangfen-products-v2 {
	width: 80%;
	display: grid;
	/* grid-template-columns: repeat(3, 1fr); */
	/* gap: 20px; */
	padding: 0;

}

/* 主容器樣式 */
/* 添加這行使其成為按鈕的定位上下文 */
/* width: 70%; */
/* .scentsService-container {
	display: flex;
	flex-direction: row-reverse;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6rem;
	padding-bottom: 3rem;
	position: relative;
	;
} */

/* 主Flex容器樣式 */
.scentsService-content {
	display: flex;
	gap: 0.5rem;
	/* width: 100%; */
	padding-bottom: 30px;
	margin: 65px auto;
}

/* 產品列表區塊 */
.scentsService-products {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}

/* 產品網格 */
.scentsService-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 20px;
	row-gap: 30px;
	width: 100%;
}

/* 單一產品卡片 */
.scentsService-card {
	background-color: white;
	margin: 0;
	max-width: 350px;
}

/* #pimcore_editable_scentsService-card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* 卡片之間間距，可依需求調整*/
/*ustify-content: space-between;
  } */
/*或 center / start */


/* 圖片容器 */
.scentsService-imgContainer {
	position: relative;
	width: 100%;
	max-width: 350px;
	aspect-ratio: 1.32 / 1;
	overflow: hidden;
	cursor: pointer;
	display: grid;
	place-items: center;
	/* grid-template-columns: auto auto auto; */
}

/* 圖片樣式 */
/* 預設只顯示正常圖，Hover 圖隱藏 */
.scentsService-image {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

.scentsSpace-main-image {
	margin-top: 0 !important;

}

.scentsService-image-hover {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	/* 預設隱藏 */
	animation: fadeIn 0.5s infinite;
	object-fit: cover;
	/* 視需要保留 */
	z-index: 2;
	/* 確保 hover 圖在上面 */
}

/* 當滑鼠移到 container（或圖片）時，切換顯示 */
.scentsService-imgContainer:hover .scentsService-image-hover {
	display: block;
}

/* .scentsService-imgContainer:hover .scentsService-image {
	display: none;
  }  */
/* 手機：點擊後切換 .is-active 顯示 Hover 圖 */
.scentsService-imgContainer.is-active .scentsService-image {
	display: none;
}

.scentsService-imgContainer.is-active .scentsService-image-hover {
	display: block;
}



.scents-nav {
	margin: 0 auto;
	max-width: 600px;
	padding: 10px 80px;
	/* padding: 10px 20px 50px 80px; */
}

.scents-nav ul {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}

.scents-nav li {
	font-size: 2rem;
	letter-spacing: .15rem;
	list-style: none;
}

.scents-nav a {
	color: rgba(0, 0, 0, .5);
}

.scents-nav a:hover {
	color: #247e7d;
}

.scents-nav .active {
	color: #247e7d;
	position: relative;
	text-decoration: none;
}

/* .scents-nav .active:after {
	bottom: -10px;
	box-shadow: inset 0 0 1px 1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: none;
	width: 90%;
} */

.scentsService-products .xiangfen-products-v2 {
	position: relative;
	/* 讓絕對定位的 hover 圖能定位在同一個位置 */
	/* 或你原本的 display 設定 */
}

.scentsSpace-imgContainer {
	position: relative;
	width: 100%;
	height: 568px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.scentsSpace-main-imag {
	width: 512px;
	height: 568px;
	object-fit: cover;
	border-radius: 10px;
	/* 圖片圓角 */
}

/* 側欄在移動設備上的樣式 */
@media (max-width: 768px) {
	.scentsService-sidebar-mobile {
		width: 100%;
	}
}

/* 手機版樣式 - 建議添加在scents.css文件底部 */

@media (max-width: 768px) {

	/* 主容器樣式 */
	/* 增加在小屏幕上的寬度占比 */
	/* .scentsService-container.xiangfen-container-v2 {
		max-width: 90%;
		display: block;
		padding: 15px 10px;
		margin: 20px auto;
	} */

	/* 主佈局結構調整 - 從水平Flex轉為垂直排列 */
	.scentsService-content.xiangfen-content-v2 {
		flex-direction: column-reverse;
		/* 側邊欄在上方顯示 */
		gap: 20px;
	}

	/* 側邊欄樣式調整 */
	.scentsService-sidebar {
		width: 100% !important;
		/* 覆蓋原來的寬度設置 */
		margin-bottom: 15px;
	}

	/* 產品列表容器 */
	.scentsService-products.xiangfen-products-v2 {
		width: 100%;
		padding: 0;
	}

	/* 產品網格布局 - 由三列改為兩列 */
	.scentsService-grid.xiangfen-grid-v2 {
		grid-template-columns: repeat(1, 1fr);
		/* 改為兩列 */
		gap: 15px;
	}

	/* 單個產品卡片樣式 */
	.scentsService-card.xiangfen-card-v2 {
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		overflow: hidden;
	}

	/* 圖片容器樣式 */
	.scentsService-imgContainer {
		height: 0;
		padding-bottom: 75%;
		/* 4:3的縱橫比 */
		position: relative;
		overflow: hidden;
	}

	/* 圖片樣式 */
	.scentsService-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;

	}

	/* 圖片懸停效果 */
}



/* 處理特殊樣式覆蓋 */
@media (max-width: 768px) {

	/* 覆蓋可能的內聯樣式 */
	.w-\[18\%\] {
		width: 100% !important;
	}

	/* 加強側邊欄在小屏幕的顯示 */
	.scentsService-sidebar-mobile {
		display: block !important;
		margin-bottom: 20px;
	}


}
/*優惠活動*/
.news-h1 {
	font-size: 32px;
	font-weight: 700;
	color: #0b2b3e;
	text-align: center;
	margin:0 0 8px 20px;
}

/* 新聞卡片基本樣式 */
.luxnews-card {
	width: 348px;
	height: 496px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-bottom: 20px;
}

/* 卡片圖片容器樣式 - 簡化 */
.luxnews-card article>span {
	display: block;
	padding: 10px 10px 0 10px;
	/* 上、左、右10px，底部0 */
	;
}

/* 卡片圖片樣式 - 簡化 */
.luxnews-card img {
	/* width: 100%; */
	/* 不再使用calc計算 */
	width: 90%;
	height: 200px;
	object-fit: cover;
	display: block;
	margin-bottom: 20px;
}

/* 卡片內容區域 */
.luxnews-card article>div {
	/* padding: 10px 20px 20px; */
	padding: 0 20px;
	/* 從內容區域開始補償 */
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	/* 為絕對定位提供參考 */
	height: calc(100% - 220px);
	/* 減去圖片區域高度 */
	;
}

/* 卡片標題 */
.luxnews-card h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
	line-height: 1.4;
}

/* 最新文章標籤 */
.luxnews-news-t1 {
	color: #82aea9;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 0px;
	display: inline-block;
}

/* 文章摘要 */
.luxnews-news-tSummary {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 20px;
	flex-grow: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

/* 了解更多按鈕 - 添加定位屬性 */
.luxnews-news-btn {
	color: #FF6B35;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0;
	transition: background-color 0.2s ease;
	display: inline-block;
}

/* 了解更多按鈕的連結樣式 */
.luxnews-news-btn a {
	color: #82aea9;
	text-decoration: none;
}

/* 網格布局 */
.scentsService-grid.xiangfen-grid-v2 {
	grid-template-columns: repeat(3, 348px);
	gap: 12px;
	justify-content: center;
	/* margin-bottom: 32px; */
	/* margin: 65px auto;  */
}

/* 響應式調整 */
@media (max-width: 1200px) {
	.scentsService-grid.xiangfen-grid-v2 {
		/* grid-template-columns: repeat(2, 348px); */
		grid-template-columns: repeat(2, 328px);
		gap: 32px;
	}
}

@media (max-width: 768px) {
	.scentsService-grid.xiangfen-grid-v2 {
		grid-template-columns: repeat(1, 348px);
		gap: 5px;
	}
	.news-h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.luxnews-card {
		width: 100%;
		height: auto;
		/* 在最小屏幕上高度可以自適應 */
		min-height: 500px;
		/* 設置最小高度以保證內容顯示正常 */
		;
	}

	.luxnews-card article>div {
		padding-bottom: 50px;
		/* 確保有足夠的空間放置按鈕 */
		;
	}

}

@media (max-width: 430px) {
	.news-h1 {
		font-size: 20px;
		margin: 0 30px 10PX;
		
	}
	.luxnews-card {
		width: 100%;
		height: auto;
		min-height: 400px;
	}

	.luxnews-card article>div {
		padding-bottom: 40px;
	}
	.news-content-main {
		padding: 0 30px;
		/* 確保內容區域有足夠的內邊距 */
		width: 90%;
	}
	.news-share {
		margin: 0 auto; /* 置中分享按鈕 */
		margin-top: 20px;	
	}
	.news-page .buttons .btn{
		width: 80%;
		/* 按鈕寬度調整為100% */
	}
	
	.scentsService-grid{
		grid-template-columns: repeat(1, 90%);
		/* 單列顯示 */
		gap: 10px;
	}
}

.luxnews-news-sidebar .scents-nav .active:after {
	bottom: -10px;
	box-shadow: inset 0 0 1px 1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: none;
	width: 100%;
	/* 從60%改為100% */
	;
}


@media (max-width: 1024px) {

	/* 移動版中隱藏桌面版標題 */
	.desktop-only {
		display: none;
	}

	.scentsService-sidebar {
		display: none;
	}

	/* 調整側欄容器樣式確保內容正確定位 */
	.scentsService-sidebar-mobile {
		width: 100% !important;
		position: relative;
		z-index: 10;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 0;
		max-width: 300px;
	}

	/* 調整內部flex容器 */
	.scentsService-sidebar-mobile>div.flex {
		padding-right: 0 !important;
		/* 覆蓋可能存在的 pr-9 */
		width: 90%;
		margin: 0 auto;
	}



	/* 導航容器在移動版下的樣式 */
	.dropdown-menu.mobile-view {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		background-color: white;
		border: none;
		/* 移除邊框 */
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		position: absolute;
		width: 90%;
		/* 縮小寬度 */
		left: 50%;
		/* 水平置中 */
		transform: translateX(-50%);
		/* 完成置中 */
		z-index: 20;
		padding: 0;
		margin: 0 !important;
		/* 移除可能的負邊距 */
		box-sizing: border-box;
		border-radius: 0 0 5px 5px;
		/* 只保留底部圓角 */
		;
	}

	/* 移除可能存在的偽元素線條 */
	.dropdown-menu.mobile-view:before,
	.dropdown-menu.mobile-view:after {
		display: none !important;
	}

	/* 展開時的導航菜單 */
	.dropdown-menu.mobile-view.show {
		max-height: 300px;
		overflow-y: auto;
		padding: 10px 0;
		border: 1px solid #e0e0e0;
		/* 只在展開時添加邊框 */
		border-top: none;
		/* 移除頂部邊框 */
		;
	}

	/* 確保選單內容不會溢出 */
	.dropdown-menu.mobile-view ul {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}

	/* 導航菜單項目樣式 */
	.dropdown-menu.mobile-view li {
		display: block;
		border-bottom: 1px solid #eaeaea;
		margin: 0;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
	}

	.dropdown-menu.mobile-view li:last-child {
		border-bottom: none;
	}

	.dropdown-menu.mobile-view a {
		display: block;
		padding: 12px 15px;
		color: #333;
		transition: background-color 0.2s ease;
	}

	.dropdown-menu.mobile-view a:hover {
		background-color: #f9f9f9;
	}

	/* 活動項目樣式 */
	.dropdown-menu.mobile-view .active {
		color: #00afa9;
		/* background-color: rgba(255, 107, 53, 0.05); */
		border-left: 3px solid #79e1e0;
		font-weight: 550;
	}

	/* 移除下劃線效果 */
	.dropdown-menu.mobile-view .active:after {
		display: none;
	}

	/* 側邊欄和內容區域在小螢幕上的調整 */
	.scentsService-content.xiangfen-content-v2 {
		margin-left: 30px;
		/* flex-direction: column-reverse; */
		gap: 20px;
	}

	.w-\[18\%\],
	.scentsService-sidebar,
	.scentsService-sidebar-mobile {
		width: 100% !important;
		position: relative;
		z-index: 10;
		margin-bottom: 20px;
	}

}
@media screen and (max-width: 430px) {
	.scentsService-content.xiangfen-content-v2 {
		margin-left: 0;
		gap: 10px;
	}

	.w-\[18\%\] {
		width: 100% !important;
	}
	
}
.line-float-btn{
	position: fixed;
	bottom: 150px;
	right: 30px;
	z-index: 1000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	/* background-color: #0b2b3e; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
	transition:  transform 0.25s ease, box-shadow 0.25s ease;
	animation: flicker 1.5s ease-in-out infinite;
	cursor: pointer;
	margin: 0;
}
.line-float-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* .line-float-btn img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
} */
/* Modal */
.line-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  align-items: center;
  justify-content: center;
}
.line-modal-content {
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 30px 20px;
  /* width: 320px; */
  width: 1000px;
  max-width: 90%;
  position: relative;
  animation: fadeIn 0.3s ease;
}
.line-modal-content h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.line-modal-content p {
  color: #555;
  font-size: 0.95rem;
}
.line-modal-content .qr-img {
  width: 200px;
  height: 200px;
  margin: 10px 0 15px;
  object-fit: cover;
}
.line-modal-content .join-btn {
  display: inline-block;
  background-color: #00c300;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}
.line-modal-content .join-btn:hover {
  background-color: #00a800;
}
.line-modal-content .close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 28px;
  cursor: pointer;
  color: #999;
}
@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.95);}
  to {opacity: 1; transform: scale(1);}
}

.exclusive1 {
	margin: 50px auto;
	width: 80%;
	/* 或其他所需的寬度值 */
	display: block;
	/* 確保是區塊元素 */
	;
}

.exclusive1 p {
	font-size: 1.2rem;
	color: #0b2b3e !important;
	font-weight: 500;
}

.swiper-wrapper {
  will-change: transform;
}


