/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
	box-sizing: border-box;
}

html,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dt,
dd,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	/*修改部分 by kevin 20140822*/
	/*vertical-align: baseline;*/
	/*修改部分 by kevin 20140822*/
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	/*list-style: none;*/
	/*修改部分 by kevin 20140822 會影響到網邊*/
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	/* font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體"; */
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;
	/*解決iphone橫平轉豎屏時字變大的問題*/

	font-family:  "Ubuntu", "Mitr", "Athiti", "Cabin", "Noto Sans TC", var(--mandarin_font), "PingFang TC", "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica", "Roboto", "Arial", sans-serif
}

/* ~~ 元素/標籤選取器 ~~ */
ul,
ol,
dl {
	/* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 by kevin 20150108 為了網編↓↓↓↓-----*/
ul,
ol {
	padding-left: 40px;
}

/*-----↑↑↑↑新增部分 by kevin 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/
p {
	margin: 0;
	padding: 0;
}

/*img{ display:block;}*/
/*清除IE7下方溢位*/

a img {
	/* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}

.clearfloat {
	/* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

a {
	/*color:#ccc;*/
	/*修改部分 by kevin 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;
	/* for Firefox Google Chrome  */
	/*讓a點擊時不會出現框線*/
	behavior: expression(this.onFocus=this.blur());
	/* for IE */
	/*讓a點擊時不會出現框線*/
}

a:hover {
	/*color:#ccc;*/
	/*修改部分 by kevin 201450108 太醜了所以刪掉*/
	text-decoration: underline;
	/*opacity:0.9;新增部分 by kevin 20150121*/
	/*會影響到輪播 刪除 by kevin 20150324*/
}

a:active,
a:focus {
	/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}

area {
	outline: none;
}

/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
	font-family: 'LigatureSymbols';
	src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
	src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
		url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
		url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
		url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
	src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.lsf,
.lsf-icon:before {
	font-family: 'LigatureSymbols';
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga"1, "dlig"1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga"1, "dlig"1;
	-o-font-feature-settings: "liga"1, "dlig"1;
	font-feature-settings: "liga"1, "dlig"1;
}

.lsf-icon:before {
	content: attr(title);
}

/*------------------------------------------icon-字型 結束-------------------------------*/
















/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background: var(--primary_color);
	color: #fff;
}

.wrap {
	width: 85%;
	margin: 0 auto;
	padding: 0;
}
@media(max-width:1440px){
	/* .wrap {
		max-width: 1225px;
		margin: 0 auto;
		padding: 0;
		max-width: 95%;
	} */
}
@media (max-width: 990px) {
	.wrap {
		width: 90%;
	}

}

@media (max-width: 767px) {
	.wrap {
		width: calc(100% - 15px * 2);
		/* width: auto;
		padding: 0px 15px; */
	}

}





/*-------input reset--------------------------------------------------------*/
input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size: .9375rem;
	border-radius: 3px;
	border: solid 1px #aeaeae;
	font-family: var(--mandarin_font);
}

input[type="text"],
.input,
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="time"],
input[type="number"],
input[type="date"] {
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align: middle;
	height: 42px;
	line-height: 42px;
	width: 100%;
	transition: 0.2s ease all;
	padding: 0px 6px 0px 6px;
	box-sizing: border-box;
}

input[type="text"]:focus,
.input:focus,
input:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="date"]:focus {
	border: solid 1px #d5d5d5;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	margin: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	vertical-align: middle;
	border: none;
	width: 100px;
	height: 42px;
	background: var(--seventh_color);
	color: #fff;
	border-radius: 5px;
	line-height: 42px;
	transition: 0.2s ease all;
	letter-spacing: 1px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	opacity: 0.7;
}

input[type="reset"] {
	background: var(--seventh_color);
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0px;
	padding: 0px;
	outline: none;
	vertical-align: baseline;
	cursor: pointer;
}

textarea {
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align: middle;
	line-height: 24px;
	width: 100%;
	resize: none;
	height: 117px;
	transition: 0.2s ease all;
	box-sizing: border-box;
	padding: 3px;
}

textarea:focus {
	border: solid 1px #d5d5d5;
}

select {
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background: #fff;
	letter-spacing: 1px;
	-webkit-appearance: none;
	/* Safari 和 Chrome */
	-moz-appearance: none;
	/* Firefox */
	-ms-appearance: none;
	/*for Internet Explorer*/
	-o-appearance: none;
	/*for Opera*/
	appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position: right;
	padding-right: 18px !important;
}

select::-ms-expand {
	/*for Internet Explorer*/
	display: none;
}

select:focus {
	border: solid 1px #d5d5d5;
}

label {
	cursor: pointer;
}















/*-------輪播----------------------------------------------------------------------------*/


.banner {
	background: #fff;
	position: relative;
}

.main .swiper-button-prev,
.main .swiper-button-next {
	position: absolute;
	top: 50%;
	margin: 0px;
	/* z-index: 10;
    cursor: pointer; */
	width: 60px;
	height: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main .swiper-button-prev {
	background-image: url(../index/images/left_arrow.png);
	left: 5%;
}

.main .swiper-button-next {
	background-image: url(../index/images/right_arrow.png);
	right: 5%;
}

.main .swiper-button-prev:after,
.main .swiper-button-next:after {
	/* content: 'prev'; */
	display: none;
}


/*輪播區*/
.swiper-container {
	height: auto;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}


/*輪播點點*/
.main .swiper-pagination {
	z-index: 888;
	height: 10px;
	opacity: 1;
}

.main .swiper-pagination-clickable .swiper-pagination-bullet {
	background-color: #fff;
	z-index: 5;
	display: inline-block;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.main .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--seventh_color);
}

.index_bannerArea .swiper-pagination {
	left: 15px !important;
	text-align: left;
}



/*輪播區*/
.swiper-container {
	height: auto;
}

.swiper-wrapper {}

.swiper-slide {}

.banner .swiper-slide a{
	display: block;
	position: relative;
	padding-top: 52%;
}

.swiper-slide a img {
	width:100%;
	height:auto;
	transition: all 0.3s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.3s ease-out;
}

.swiper-active-switch {
	/*輪播點點當前模式*/
	/* background: #c42605; */
}

.pcBanner,
.mobileBanner {
	/* background-position: center;
					background-repeat: no-repeat;
					background-size: cover; */
}

.pcBanner {}

.mobileBanner {
	display: none;
}

/* banner的文字區塊----------------------------- */
.banner_info {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 700px;
    padding: clamp( 1.875rem, 8vw, 3.75rem ) clamp( 1.25rem, 5.3333vw, 2.5rem ); /* 30 60 */ /* 20 40 */
}

.banner_info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;

    /* 45 度漸層 + 透明度 */
    background: linear-gradient(
        45deg,
        rgba(153, 153, 153, 0.10) 0%,
        rgba(255, 255, 255, 0.50) 100%
    );

    /* 毛玻璃效果 */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    /* 白色邊線（邊線要在框內 → 用 inset box-shadow） */
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.555), /* 內框邊線 */
        0 8px 20px rgba(0, 0, 0, 0.25);          /* 外部陰影 */
}

.banner_title {
	color: var(--black_color);
    /*font-size: clamp( 1.375rem, 5.3333vw, 2.5rem );*/ /* 22 42 */
    font-weight: bold;
	word-wrap:break-word;
	word-break:keep-all;
    Text-overflow: ellipsis;
    overflow: hidden;
	padding-bottom: clamp( .9375rem, 4vw, 1.875rem ); /* 15 30 */
	border-bottom: 1px solid var(--black_color);
	line-height: 1.2;
    letter-spacing: inherit;

	font-size:clamp(1.25rem, -0.083rem + 2.15vw, 2.5rem);
}

.banner_description {
    color: var(--black_color);
    /*font-size: clamp( .75rem, 2.4vw, 1.25rem );*/ /* 12 20 */
    line-height: 2;
    letter-spacing: inherit;
    /* max-height: 9.375rem; */
    /* display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; */


	display: -webkit-box;
	-webkit-box-orient: vertical;	
	-webkit-line-clamp: 9;	
	overflow: hidden;

	
    padding-top: clamp( .9375rem, 4vw, 1.875rem ); /* 15 30 */

	font-size: clamp(0.644rem, -0.003rem + 1.04vw, 1.25rem);
}


@media (max-width: 990px) {

    .banner_info::before {
		background: linear-gradient(45deg, rgb(217 217 217 / 72%) 0%, rgb(255 255 255 / 76%) 100%);
	}

	.banner_title {
		font-size:1rem;
	}

		.banner_description {
			font-size:.875rem;
		}



	.banner .swiper-slide a{
		padding-top: 130%;
	}

	.pcBanner {
		display: none;
	}

	.mobileBanner {
		display: block;
	}

	.banner_info {
		max-width: unset;
    	width: 80%;
	}
}






/*-------頁籤------------------------------------------------------------------------*/
.tab_area {
	border-bottom: solid 1px #c4c4c4;
}

.tabs_btn_now {
	transition: 0.3s ease all;
	font-size: 1rem;
	line-height: 39px;
	padding: 0px 36px 0px 36px;
	text-align: center;
	display: none;
	position: relative;
	background: #fff;
	border-bottom: solid 1px #e3e3e3;
	font-weight: bold;
}

.tabs_btn_now:hover {
	background: #fff;
}

.tabs_btn_now_arrow {
	position: absolute;
	border-top: solid 5px #333;
	top: 17px;
	right: 20px;
	border-left: solid 5px rgba(255, 255, 255, 0);
	border-right: solid 5px rgba(255, 255, 255, 0);
}

.img-scroll {
	height: 39px;
	position: relative;
}

.img-list {
	position: relative;
}

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabs li {
	line-height: 39px;
	float: left;
	position: relative;
	font-size: .875rem;
	width: auto;
	color: #808080;
	border-right: solid 1px #c4c4c4;
}

.tabs span {
	text-decoration: none;
	display: block;
	padding: 0px 18px;
	transition: 0.3s ease all;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.tabs li span:hover {
	color: #333;
	box-shadow: 0 0 #3d3d3d inset;
}

.tabs li.active {
	/*當前模式*/
	color: #333;
}

.tabs li.active span {
	box-shadow: 0 -2px #3d3d3d inset;
}

.tabs li.active:after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin: 0px 0px 0px -10px;
}

#tab1 {}

.tab_content {}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
	background: #fff;
	padding: 10px;
}

@media (max-width: 760px) {

	/*頁籤*/
	.tab_area {
		position: relative;
	}

	.tabs_btn_now {
		display: block;
	}

	.img-scroll {
		display: none;
		height: auto;
		/*position: absolute;*/
		width: 100%;
		z-index: 999;
	}

	.tabs li,
	.img-scroll1 .tabs li,
	.img-scroll2 .tabs li,
	.img-scroll3 .tabs li,
	.img-scroll4 .tabs li,
	.img-scroll5 .tabs li {
		float: none;
		text-align: center;
		width: 100%;
		font-size: .9375rem;
		border-radius: 0px;
		border: none;
		border-bottom: solid 1px #f3f3f3;
	}

	.tabs li.active:after {
		content: "";
	}
}











/*-------驗證碼----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
	padding: 0px 0px 5px 0px !important;
}

.captcha input[type="text"] {
	width: 80px;
	margin-right: 5px;
}

.captcha a {
	transition: 0.5s ease all;
	color: #fff;
	background: #333;
	border-radius: 5px;
	padding: 0px 11px;
	font-size: .875rem;
	display: inline-block;
	margin: 9px 0px 7px;
	line-height: 29px;
	text-decoration: none;
}

.captcha a:hover {}

.captcha img {
	vertical-align: middle;
}

.captcha span {
	color: #000;
}










/*-------表單區----------------------------------------------------------------------------*/

/*表單區底*/
.form_area_bg {
	/* width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px; */
}

/*表單區備註*/
.form_remark {
	font-size: .9375rem;
	line-height: 22px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.form_remark span {
	display: inline-block;
	box-sizing: border-box;
}

/*必填icon*/
.requirde_icon {
	display: inline-block;
	/* border-radius:3px; */
	font-size: 1.0625rem;
	/* color:#fff; */
	color: var(--seventh_color);
	line-height: 1;
	padding: 0px 5px;
}

.form_remark .requirde_icon {
	color: #fff;
	background-color: var(--seventh_color);
	padding: 5px 6px 0px;
	border-radius: 3px;
	margin-right: 10px;
}






/*----- 表單區 -----*/
.form_area {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form_list {
	box-sizing: border-box;
	font-size: .9375rem;
	line-height: 1.5;
	width: 100%;
	padding: 15px 0px 0px 0px;
}

.form_list.fLType2 {
	width: 49%;
}

.fL_tit {
	font-weight: bold;
	padding: 3px 0px 6px 0px;
	position: relative;
}

/*必填icon*/
.fL_tit .requirde_icon {
	/* position:absolute; */
	/* right:0px; */
}

.fL_info {}

/*沒有輸入框時*/
/* .fL_info.no_input {
					padding: 10px 0px 25px 0px;
					line-height: 24px;
				} */

.fL_info label {
	display: inline-block;
}





/*----- 地址樣式 -----*/
.fLR_address.fL_info {
	position: relative;
	padding-left: 333px !important;
}

.fLR_address select {
	position: absolute;
	left: 0px;
	width: 100px;
	height: 42px;
}

.fLR_address select:nth-of-type(2) {
	position: absolute;
	left: 110px;
}

.fLR_address input.fLRA_postalCode {
	position: absolute;
	width: 100px;
	left: 220px;
}

.fLR_address input.fLRA_address {}



/*生日樣式*/
.birthday {}

/* .fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						} */




/* ----- radio+checkbox選取框--------------------------  */
.item_RadioCheckArea {
	padding-top: 9px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.item_RadioCheckArea .item_RadioCheck {
	display: flex;
	align-items: center;
}

.item_RadioCheckArea .item_radio,
.item_RadioCheckArea .item_checkbox {
	position: absolute;
	display: none;
}

.item_RadioCheckArea .item_radio[disabled],
.item_RadioCheckArea .item_checkbox[disabled] {
	cursor: not-allowed;
}

.item_RadioCheckArea .item_radio+label,
.item_RadioCheckArea .item_checkbox+label {
	position: relative;
	/*display: block;*/
	padding-left: 30px;
	cursor: pointer;
	vertical-align: middle;

	/* font-weight: bold; */
	/* margin-right: 10px; */
	margin: 2px 10px 2px 0;
}

.item_RadioCheckArea .item_radio+label a,
.item_RadioCheckArea .item_checkbox+label a {
	text-decoration: none;
	color: var(--primary_color);
}

.item_RadioCheckArea .item_radio+label a:hover,
.item_RadioCheckArea .item_checkbox+label a:hover {
	opacity: 0.5;
}

.item_RadioCheckArea .item_radio+label:hover:before,
.item_RadioCheckArea .item_checkbox+label:hover:before {
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: hover-color;
}

.item_RadioCheckArea .item_radio+label:before,
.item_RadioCheckArea .item_checkbox+label:before {
	position: absolute;
	/*top: 0;*/
	/* top: -1px; */
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
	border: 1px solid #c0c0c0;
}

.item_RadioCheckArea .item_radio+label:after,
.item_RadioCheckArea .item_checkbox+label:after {
	position: absolute;
	display: none;
	content: '';
}

.item_RadioCheckArea .item_radio[disabled]+label,
.item_RadioCheckArea .item_checkbox[disabled]+label {
	cursor: not-allowed;
	color: #444444;
	/* color: #e4e4e4;  */
}

.item_RadioCheckArea .item_radio[disabled]+label:hover,
.item_RadioCheckArea .item_radio[disabled]+label:before,
.item_RadioCheckArea .item_radio[disabled]+label:after,
.item_RadioCheckArea .item_checkbox[disabled]+label:hover,
.item_RadioCheckArea .item_checkbox[disabled]+label:before,
.item_RadioCheckArea .item_checkbox[disabled]+label:after {
	cursor: not-allowed;
}

.item_RadioCheckArea .item_radio[disabled]+label:hover:before,
.item_RadioCheckArea .item_checkbox[disabled]+label:hover:before {
	border: 1px solid #e4e4e4;
	animation-name: none;
}


.item_RadioCheckArea .item_radio[disabled]+label:before,
.item_RadioCheckArea .item_checkbox[disabled]+label:before {
	border-color: #e4e4e4;
}

.item_RadioCheckArea .item_radio:checked+label:before,
.item_RadioCheckArea .item_checkbox:checked+label:before {
	animation-name: none;
}

.item_RadioCheckArea .item_radio:checked+label:after,
.item_RadioCheckArea .item_checkbox:checked+label:after {
	display: block;
}

.item_RadioCheckArea .item_radio+label:before {
	border-radius: 50%;
}

.item_RadioCheckArea .item_radio+label:after {
	/*top: 7px;*/
	/* top: 6px; */
	top: 50%;
	transform: translateY(-50%);
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--primary_color);
}

.item_RadioCheckArea .item_radio:checked+label:before {
	border: 1px solid #000;
	border-color: var(--primary_color);
}

.item_RadioCheckArea .item_radio:checked[disabled]+label:before {
	border: 1px solid #c9e2f9;
}

.item_RadioCheckArea .item_radio:checked[disabled]+label:after {
	background: #c9e2f9;
}

.item_RadioCheckArea .item_checkbox+label:before {
	border-radius: 3px;
}

.item_RadioCheckArea .item_checkbox+label:after {
	top: 2px;
	left: 7px;
	box-sizing: border-box;
	width: 6px;
	height: 12px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	/* border-color: #fff; */
	border-color: #000639;
	border-top: 0;
	border-left: 0;
}

.item_RadioCheckArea .item_checkbox:checked+label:before {
	border: var(--primary_color);
	background: var(--primary_color);
}

.item_RadioCheckArea .item_checkbox:checked[disabled]+label:before {
	border: #c9e2f9;
	background: #c9e2f9;
}



















@media (max-width: 990px) {

	/*----- 表單區 -----*/
	.form_area {
		display: block;
		flex-direction: unset;
		flex-wrap: unset;
		justify-content: unset;
	}

	.form_list.fLType2 {
		width: 100%;
	}

	/*沒有輸入框時*/
	/* .fL_info.no_input {
			padding: 0px 0px 5px 0px;
		}
		.fL_info label {
			padding: 6px 0px;
		} */


	/*----- 地址樣式 -----*/
	.fLR_address.fL_info {
		padding-left: 0px !important;
	}

	.fLR_address select {
		width: 49%;
	}

	.fLR_address select:nth-of-type(2) {
		left: auto;
		width: 49%;
		right: 0;
	}

	.fLR_address input.fLRA_postalCode {
		position: static;
		width: 100%;
		left: auto;
		margin-top: 52px;
	}

	.fLR_address input.fLRA_address {
		margin-top: 10px;
	}


}

@media (max-width: 320px) {
	/*生日樣式*/
	/* .fL_info.birthday {
		letter-spacing: 0px;
		white-space: nowrap;
		font-size: 12px;
	} */
}









/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding: 20px;
}

.hack_demo {
	float: left;
	width: 50%;
	line-height: 200px;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px #CCC;
}

/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		/* background:#06F; */
		background: var(--primary_color);
	}

	*::-ms-backdrop,
	.ie10Up {
		color: #fff;
		/* background:#06F; */
		background: var(--primary_color);
	}
}

/*firefox*/
@-moz-document url-prefix() {
	.firefox {
		color: #fff;
		background: var(--primary_color);
	}
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}























/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/

/*全站共用樣式*/
:root {
	/* --primary: Aquamarine; */
	--foreign_font: 'Quicksand', sans-serif;
	/*全站外文字型*/
	--mandarin_font: 'Noto Sans TC', sans-serif;
	/*全站中文字型*/
	--primary_color: #E6F7F8;
	--second_color: #B9FFE1;

	--white_color: #fff;
	--lightgrey_color: #F9F9F9;
	--grey_color: #555555;
	--black_color: #333333;
	--hover_word: all .2s ease-in;
	/*全站主色色碼*/

	/* 顏色 & 通用強度（可依設計系統調整）*/
	--shadow-color: rgba(15, 23, 42, 0.12); /* 深色基底，透明度調整 */
	--shadow-strong: rgba(15, 23, 42, 0.20);
	--shadow-soft: rgba(15, 23, 42, 0.06);
}


.main {
	padding-top: 90px;
}


@media (max-width: 990px) {

	.main {
		padding-top: 52px;
	}
}









/*/////////////////////////////////////////////////////////*/
/*-------內頁共用區塊--------*/
/*/////////////////////////////////////////////////////////*/


.main.inmain {}

/*----- 內頁banner -----*/
.inbanner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* height:96px; */
	/* padding: 40px 0 30px 0; */
	padding: clamp( 1.25rem, 3.3333vw, 1.5625rem ) 0px clamp( 1.25rem, 3.3333vw, 1.5625rem ) 0px; /* 120251016客戶要求縮減inbanner比例 */
	position: relative;
	z-index: 1;
}

.inbanner_in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	gap: clamp( .3125rem, 1.3333vw, .625rem ); /* 5 10 */
}

.inbanner::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .2);
	z-index: -1;
}

.inbanner h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: clamp(1rem,1.3021vw,1.5625rem);
}



/*----- 上方區塊 -------------------------*/
.pageContent_topArea {
	/* padding: 10px 0px;
		border-bottom: 1px solid #e3e3e3; */
}

/*----- 麵包屑 -----*/
.crumb_bg {
	color: #777777;
	font-size: .875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding: clamp( .3125rem, 1.3333vw, .625rem ) 0 0 0; */
}

.crumb_area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumb_area i {
	display: inline-block;
	vertical-align: middle;
	font-size: clamp( .75rem, 1.8667vw, .875rem ); /* 12 14 */
	/* line-height: 20px; */
	color: #fff;
}

.crumb_area i:nth-of-type(1) {
	color: var(--white_color);
}

.crumb_area a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	color: var(--primary_color);
	font-size: .875rem;
	line-height: 1;
	transition: 0.3s ease all;
}

/*hover*/
.crumb_area a:hover {
	color: #fff;
	transition: 0.3s ease all;
}

.crumb_area span {
	display: block;
	vertical-align: middle;
	font-size: .875rem;
	line-height: 20px;
	box-sizing: border-box;
}

.crumb_area span a {
	color: var(--white_color);
}

.crumb_area span a:hover {
	color: var(--black_color);
}



/*內頁內容區塊*/
.pageContent {
	padding: 50px 0px;
	position: relative;
	/* background-image: url(../images/bg.jpg); */
	background-color: var(--grey_color);
}



/*----- 內頁標題塊1 -----*/
.right_title {
	font-size: clamp(1.125rem, 1.0417vw, 1.25rem);
	font-weight: normal;
	color: var(--primary_color);
	line-height: 1.3;
	position: relative;
	/* border-bottom: 2px solid #777; */
	padding-bottom: clamp(.625rem,1.0417vw,1.25rem);
}


/* .right_title:after{	
			position: absolute;
			content: '';
			bottom: -1px;
			background: #777;
			width: 62px;
			height: 6px;
			left: 0px;
		} */
.right_title span {
	vertical-align: -5px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.right_title .material-icons::before {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--seventh_color);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

/* 20251023 新增火狐樣式 */
@-moz-document url-prefix() {
  .right_title .material-icons::before {
    top: 35%;
    left: 50%;
  }
}

.right_title h2 {
	font-size: inherit;
	line-height: initial;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-weight: inherit;
	padding-left: 10px;
	color: var(--black_color);
}









/*----- 網編區塊 -----*/
.text_area {
	font-size: 1rem;
	color: #000;
	line-height: 1.5;
}

.text_area img {
	max-width: 100%;
	height: auto;
}

.text_area iframe {
	max-width: 100%;
}




/*----- 按鈕 -----*/
.btn_area {
	text-align: center;
	/* margin: 30px 0px 0px; */
	margin: clamp(.9375rem,1.5625vw,1.875rem) 0 0; 
	padding-bottom: clamp(.9375rem,1.5625vw,1.875rem) ;
}

.btn_area input {
	margin: 0px 5px;
	/* margin: 0px clamp(1.25rem, 4vw, 1.875rem); */
    color: var(--white_color);
}

.btn_area input:nth-child(2n+1) {}

.btn_area input:nth-child(2n) {
	background: var(--seventh_color);
	color: #fff;
}


.btn_area.list_btn {
	text-align: left;
	margin: 0px;
}

.btn_area.list_btn input {
	margin: 0px;
	color: #000;
}

.btn_area input:hover {
	background: var(--sixth_color);
	opacity: 1;
	color: #000;
}

.contactArea .btn_area{
	/* text-align: left; */
}
.contactArea .btn_area input{
	/* margin-left: 0; */
}

@media (max-width: 1024px) {
	.contactArea .btn_area{
		text-align: center;
	}
}

@media (max-width: 990px) {

	.main.inmain {}

	/*內頁內容區塊*/
	.pageContent {
		padding: 25px 0px;
	}


	/*----- 內頁標題塊1 -----*/
	/* .right_title {
		font-size: 18px;
		line-height: 1.2;
	} */


}









/*----- 左右區塊 -------------------------*/

.page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



/*左側*/
.left {
	box-sizing: border-box;
	width: 225px;
}

/*左側標題*/
.left_title {
	background-image: url(../images/side_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: 1px solid #fff;
	border-bottom: 0;
	/* padding: 42px 0 21px 0px; */
	padding: 50px 0 42px 0px;
	margin-bottom: 0px;
	color: #ffffff;
	text-align: center;
	font-size: clamp(1.125rem, 1.0417vw, 1.25rem);
	letter-spacing: 0.05em;
	line-height: 1;
	position: relative;
	/* width: 220px; */

}
/*左側標題*/
.left_title.mobile_title{
	display: none;

}

.left_logo::before {
	font-family: "Material Icons";
	content: "\e5c8";
	position: absolute;
	top: 34%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.left_title span {
	font-size: .9375rem;
	color: #fff;
	padding-top: 10px;
	letter-spacing: 1px;
	display: block;
	font-weight: normal;
	font-family: var(--foreign_font);
}

/*左側選單列表*/
.leftListArea {
	background-color: #EEEEEE;
	padding: 20px 0 15px;
	border: 1px solid #fff;
}
/*左側選單列表*/
.leftListArea.mobile{
	display: none;
}

.leftList {
	font-size: clamp(1rem,0.9375vw,1.125rem);
}

.leftList>a {
	display: block;
	/*padding: 13px 45px 13px 35px;*/
	padding: 15px 45px 15px 15px;
	text-decoration: none;
	color: #000;
	position: relative;
	font-size: .9375rem;
	line-height: 22px;
	word-break: break-word;
	transition: var(--hover_word);
	/* border-bottom: 1px dashed #cecece; */
}

.leftList.active>a {
	/* background-color: var(--second_color); */
	background-color: var(--sixth_color);
}

.leftList:hover>a {
	/* background-color: var(--primary_color); */
	background-color: var(--seventh_color);
	color: var(--white_color);
}

.leftList a span {
	vertical-align: -6px;
	color: #aaa;
	transition: var(--hover_word);
	display: none;
}

.leftList.active a span {
	vertical-align: -6px;
	color: var(--black_color);
}

.leftList:hover span {
	color: var(--white_color);
}

/*代表性標誌*/
/*.leftList_icon.first{
						position: absolute;
						left: 10px;
						top: 16px;
					}*/
.leftList_icon i {
	font-size: 19px;
	line-height: 14px;
	color: #777;
}

.leftList:hover .leftList_icon i {
	color: #fff;
}

/*功能名稱*/
.leftList_title {
	display: inline-block;
	vertical-align: bottom;
}

/*方向標誌*/
.leftList_icon.direction {
	position: absolute;
	right: 10px;
	top: 17px;
}

/*方向標誌_向下展開*/
.leftList_icon.direction i.down {
	display: flex;
	align-items: center;
}

/*方向標誌_向上收合*/
.leftList_icon.direction i.up {
	display: none;
}


/*active*/
/*方向標誌_向下展開*/
.leftList.active .leftList_icon.direction i.down {
	display: none;
}

/*active*/
/*方向標誌_向上收合*/
.leftList.active .leftList_icon.direction i.up {
	/* display: block; */
	display: flex;
    align-items: center;
}




/*左側選單列表第二層*/
.leftList_open {
	display: none;
}

.leftList_open.active {
	display: block;
}

.leftList_open_list {}

.leftList_open_list a {
	display: block;
	transition: 0.3s ease all;
	color: #6e6e6e;
	text-decoration: none;
	padding: 13px 10px 11px 25px;
	font-size: .9375rem;
	line-height: 22px;
	font-weight: normal;
	word-break: break-word;
	border-bottom: 1px dashed #cecece;
}

.leftList_open_list.active a {
	color: var(--sec_color);
}

.leftList_open_list a:hover {
	color: var(--seventh_color);
}

/*右側*/
.right {
	box-sizing: border-box;
	width: calc(100% - 300px);
}


/*無左側選單*/
.right.no_left {
	width: 100%;
}


/*右側內容區塊*/
.right_contentBg {
	padding-top: 20px;
	padding-top: clamp(.625rem,1.0417vw,1.25rem);
}

/* 分享區塊 */
.share_bg {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/* justify-content: flex-end; */
	padding-bottom: 20px;
}

/* 分享區塊_標題 */
.share_title {
	box-sizing: border-box;
	font-size: .9375rem;
	line-height: 1.1;
}

/* 分享區塊_內容 */
.share_content {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-right: -5px;
}

.share_content .list {
	box-sizing: border-box;
	padding: 5px;
}

.share_content .list a {
	display: block;
	text-decoration: none;
	background-color: #333;
	padding: 7px;
	border-radius: 50%;
	transition: 0.3s ease all;
}

.share_content .list a:hover {
	opacity: 0.5;
}

.share_content .list img {
	width: 15px;
	height: auto;
}







@media (max-width: 990px) {

	.page {
		display: block;
		flex-wrap: unset;
		justify-content: unset;
	}


	/*左側*/
	.left {
		width: 100%;
		margin-bottom: 10px;
		position: static;
	}

	/*左側表單名稱*/
	.left_title {
		position: relative;
		cursor: pointer;
		background-color: #fff;
		padding: 13px 50px 13px 15px;
		font-size: 1.0625rem;
		letter-spacing: 1px;
		color: #000;
		border: 1px solid #777;
		background-image: none;
		display: none;
	}


	.left_logo {
		display: none;
	}

	.left_title span {
		display: inline-block;
		font-size: .8125rem;
		color: #000;
	}

	.left_title:after {
		content: '';
		position: absolute;
		border-left: solid 6px rgba(255, 255, 255, 0);
		border-right: solid 6px rgba(255, 255, 255, 0);
		border-bottom: solid 6px rgba(255, 255, 255, 0);
		border-top: solid 10px #777;
		top: 17px;
		right: 15px;
	}


	/*左側表單*/
	.leftListArea {
		/* display: none; */
		
		background-color: transparent;
		border: 1px #dbdbdb solid;
		border:none;
		padding: 0 ;
		display: flex;
		gap: clamp(.3125rem,0.5208vw,.625rem);
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	/*左側表單*/
	.leftListArea.product{
		display: none;
	}
	/*左側表單*/
	.leftListArea.product2{
		display: none;
	}
	.leftListArea.mobile{
		/* display: none; */
		
		background-color: transparent;
		border: 1px #dbdbdb solid;
		border:none;
		padding: 0 ;
		display: flex;
		gap: clamp(.3125rem,0.5208vw,.625rem);
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.leftList>a {
		background: #fcfcfc;
		padding: 13px 15px 11px 15px;
	}
	

	/*方向標誌*/
	.leftList_icon.direction {
		right: 11px;
		display: none;
	}

	.leftList_open_list a {
		padding: 13px 45px 11px 30px;
	}

	/*右側*/
	/*無左側選單*/
	.right,
	.right.no_left {
		width: 100%;
		padding: 35px 0px 0;
	}


}






/*/////////////////////////////////////////////////////////*/
/*-------聯絡我們--------*/
/*/////////////////////////////////////////////////////////*/

/* 聯絡我們區塊 */
.contactArea {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

/* 聯絡我們區塊left */
.contact_left {
	box-sizing: border-box;
	padding: 0 15px;
	width: 50%;
}

.contact_left .text_area {}

.contact_left .text_area iframe {
	width: 100%;
}


/* 聯絡我們區塊right */
.contact_right {
	box-sizing: border-box;
	padding: 0 15px;
	width: 50%;
}




@media (max-width: 1024px) {

	/* 聯絡我們區塊 */
	.contactArea {
		display: block;
		flex-wrap: unset;
		margin: 0;
	}

	/* 聯絡我們區塊left */
	.contact_left {
		padding: 0 0px;
		width: 100%;
	}

	/* 聯絡我們區塊right */
	.contact_right {
		padding: 30px 0 0px;
		width: 100%;
	}

}















/*/////////////////////////////////////////////////////////*/
/*-------頁數列區塊--------*/
/*/////////////////////////////////////////////////////////*/

.number_pageArea {
	text-align: center;
	margin: 30px 0px 0px;
	position: relative;
	z-index: 5;
	font-family: var(--foreign_font);
}

/*左側區塊*/
.numberPage_leftArea {
	display: inline-block;
	vertical-align: middle;
}

.numberPage_leftList {
	display: inline-block;
	vertical-align: middle;
}

.numberPage_leftList a {
	display: block;
	text-decoration: none;
}

/*modify by pekey 20181114*/
img.hover_after {
	display: none;
	background-color: var(--primary_color);
	border-radius: 50%;
}

/*modify by pekey 20181114*/
.numberPage_leftList a:hover img.hover_after {
	display: block;
}

/*modify by pekey 20181114*/
.numberPage_leftList a:hover img.hover_before {
	display: none;
}

/*中間區塊*/
.numberPage_middleArea {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 8px;

	font-family: poppins, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.numberPage_middleList {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 4px;
}

.numberPage_middleList a {
	display: block;
	text-decoration: none;
	width: 31px;

	border-radius: 100%;
	background-color: transparent;
	color: #808080;

	padding: 8px 0px;
	font-size: .9375rem;
	line-height: 1;
}

/*active*/
.numberPage_middleList.active a {
	background-color: var(--seventh_color);
	color: var(--white_color);
}

/*hover*/
.numberPage_middleList a:hover {
	background-color: var(--sixth_color);
	color: var(--black_color);
}

/*右邊區塊*/
.numberPage_rightArea {
	display: inline-block;
	vertical-align: middle;
}

.numberPage_rightList {
	display: inline-block;
	vertical-align: middle;
}

.numberPage_rightList a {
	display: block;
	text-decoration: none;
}

/*modify by pekey 20181114*/
.numberPage_rightList a:hover img.hover_after {
	display: block;
}

/*modify by pekey 20181114*/
.numberPage_rightList a:hover img.hover_before {
	display: none;
}

.numberPage_leftList span,
.numberPage_rightList span {
	display: inline-block;
	box-sizing: border-box;
	font-size: clamp(1rem,1.0938vw,1.3125rem);
	line-height: 23px;
	color: var(--seventh_color);
	vertical-align: middle;
	font-weight: bold;
}






@media (max-width: 990px) {

	.number_pageArea {
		padding: 40px 0px 15px;
	}

}

@media (max-width: 640px) {

	.number_pageArea {
		/*padding-top: 30px;*/
		padding: 30px 0px 0px;
	}

	.numberPage_leftList:first-child {
		display: none;
	}

	.numberPage_middleArea {
		padding: 0px;
	}

	.numberPage_middleList {
		padding: 0px;
	}

	.numberPage_rightList:last-child {
		display: none;
	}


}




/*/////////////////////////////////////////////////////////*/
/*-------最新消息列表--------*/
/*/////////////////////////////////////////////////////////*/
.news_area {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.news_area a {
	text-decoration: none;
	color: #3d3d3d;
	width: 50%;
	padding: 10px;
}

.news_listIn {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #ececec;
	padding: 10px;
	transition: var(--hover_word);
}

.news_listIn:hover {
	background-color: var(--sixth_color);
}

.newsLeft {
	width: 177px;
	margin-right: 10px;
}

.newsRight {
	width: calc( 100% - 190px );
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news_date,
.news_mainTitle,
.news_info {
	margin-bottom: 10px;
}

.news_date {
	font-weight: 600;
}

.news_date span:first-of-type {
	font-size: clamp(1.125rem,1.875vw,2.25rem);
}

.news_mainTitle {
	Text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	display: inline-block;

	padding-bottom: 5px;
}

.news_mainTitle span {
	border-bottom: 0px solid #000;
	transition: var(--hover_word);

}

.news_listIn:hover .news_mainTitle span {
	border-bottom: 1px solid #000;

}

.news_img {
	position: relative;
	padding-top: 100%;
	transition: var(--hover_word);
}

.news_listIn:hover .news_img {
	opacity: 0.7;
}

.news_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.news_info {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	overflow: hidden;
	line-height: 1.5;
	color: #757575;
	min-height: calc( 16px * 1.5 * 2 );
}

.news_listIn:hover .btn_area.list_btn input {
	/* background-color: #000; */
	color: #fff;
}

@media(max-width:990px) {
	.news_area a {
		width: 33.3%;
	}
	.news_listIn {
		display: block;
	}

	.newsLeft {
		width: 100%;
	}

	.newsRight {
		margin-top: 10px;
		width: 100%;
	}

	.btn_area.list_btn {
		text-align: right;
	}
}
@media(max-width:768px){
	.news_area a {
		width: 50%;
	}
}
@media(max-width:540px) {
	.news_area {
		margin: 0;
	}

	.news_area a {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
}

/*/////////////////////////////////////////////////////////*/
/*-------最新消息內頁--------*/
/*/////////////////////////////////////////////////////////*/
.white_bg {
	background-color: #fff;
	padding: 20px;
	padding-top: 60px;
	position: relative;
}

.white_bg_date {
	color: #000;
	background-color: var(--sixth_color);
	padding: 15px 10px;
	display: inline-block;
	border-radius: 0 0 10px 10px;
	position: absolute;
	top: 0;
	right: 2%;
}

@media(max-width:540px) {
	.white_bg {
		padding-top: 20px;
	}

	.white_bg_date {
		/* background-color: rgba(0, 0, 0, .5); */
		padding: 15px 10px;
		margin-bottom: 10px;
		border-radius: 10px;
		position: unset;
	}
}









/*/////////////////////////////////////////////////////////*/
/*-------產品區塊--------*/
/*/////////////////////////////////////////////////////////*/



.product_Bg {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
}

.index_product_listAre{
	display: flex;
    flex-direction: column;
    flex: 1;
}


.product_listIn {
	width: calc(25% - (4 / 5 * 10px));
	padding: 10px;
	display: flex;
    flex-direction: column;
}



.index_product_the_list {
	box-sizing: border-box;
	/* padding: 20px 0px 0px; */
	transform: translateY(-5px);
	transition: all 0.3s ease-out;
	flex: 1;
    background-color: #fff;

}

.index_product_list {
	
	background-color: #fff;
}

.index_product_img {
	text-align: center;
	position: relative;
	padding-top: 120%;
}

.index_product_img img {
	width: 100% !important;
    height: 100% !important;
    border-radius: 0px 0px 50px 0px;
	border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.index_product_listIn {
	position: relative;
	padding: 20px 10px;
}

.txt {
	background-color: #eb0505;
	padding: 10px;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin: 10px;
	font-weight: bold;
	position: absolute;
	top: -36px;
	flex-direction: column;
	display: none;
}

time.date {}


.index_product.type4 .item .date {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: -31px 0px 13px;
	padding: 0;
	line-height: 1;

}

.txt span.date {
	font-size: .9375rem;
	color: #fff;
}

.txt span.moon {
	font-size: .75rem;
	color: #fff;
}




.product_title {
	/* padding: 26px 11px 0px; */
	font-size: clamp(.75rem,1.3021vw,1.5625rem);

}

.product_title>span,
.product_title>a {
	color: var(--seventh_color);
	font-size: 1rem;
	font-weight: bold;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/* padding: 15px 14px; */
	/* margin: 12px; */
	/* padding: 12px; */
	min-height: 60px;
}

.product_text {
	font-size: .8125rem;
	line-height: 1.8;
	/* margin-top: 10px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	/* padding: 15px 14px; */
	/* margin: 12px; */
	/* padding: 12px; */
	min-height: 70px;
}


.index_product_addBtn a {
	display: block;
	color: var(--white_color);
	font-weight: bold;
	font-size: .9375rem;
	text-decoration: none;
	text-align: center;
	padding: 14px 30px;
	background: var(--sixth_color);
	/* border-radius: 7px; */
	transition: 0.2s ease all;
}



/* 產品區塊輪播 */

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.product_BgIn .swiper {
	width: 100%;
	height: 100%;
}

.product_BgIn .swiper-slide {
	text-align: center;
	font-size: clamp(1rem,0.9375vw,1.125rem);
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.product_BgIn .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.product_BgIn .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.product_BgIn .swiper-slide {
	background-size: cover;
	background-position: center;
}

.product_BgIn .mySwiper2 {
	height: 80%;
	width: 100%;
}

.product_BgIn .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.product_BgIn .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	/* opacity: 0.4; */
}

.product_BgIn .mySwiper .swiper-slide-thumb-active .smallProduct_img::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 1;
	transition: var(--hover_word);
	cursor: pointer;
}

.product_BgIn .mySwiper .swiper-slide-thumb-active .smallProduct_img::after {
	font-family: "Material Icons";
	content: "\e412";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 24px;
	opacity: 1;
	transition: var(--hover_word);
	cursor: pointer;
}

/* 左右鍵 */
.product_BgIn .swiper-button-prev,
.product_BgIn .swiper-button-next {
	width: 30px;
	height: 30px;
	background-size: 30px;
}

.product_BgIn .swiper-button-prev {
	left: -5px;
	background-image: url(../index/images/left_arrow2.svg);
}

.product_BgIn .swiper-button-next {
	right: -5px;
	background-image: url(../index/images/right_arrow2.svg);
}

/* 大圖列表 */
.bigProduct_img {
	position: relative;
	padding-top: 100%;
	/* border-radius: 10px; */
	overflow: hidden;
	width: 100%;
}

#big_img1 {
	display: block;
}

.product_BgIn .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;


	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: 0.3s ease all;
}


/* 小圖區塊 */
.product_BgIn .smallProduct_img {
	position: relative;
	padding-top: 100%;
	/* border-radius: 5px; */
	overflow: hidden;
	width: 100%;
	/* margin: 0px;
	padding: 10px 15px 0px 15px; */
}

.product_BgIn .smallProduct_img::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: var(--hover_word);
	cursor: pointer;
}

.product_BgIn .smallProduct_img::after {
	font-family: "Material Icons";
	content: "\e412";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 24px;
	opacity: 0;
	transition: var(--hover_word);
	cursor: pointer;
}

.product_BgIn .smallProduct_img:hover::before {
	opacity: 1;
}

.product_BgIn .smallProduct_img:hover::after {
	opacity: 1;
}

.product_BgIn .smallProduct_img a {
	display: block;
	/* position: relative;
		padding-top: 100%;
		border-radius: 10px;
		overflow: hidden;
		width: 100%;*/
}

.product_BgIn .smallProduct_img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: 0.3s ease all;
}



/* ------------------------ */
.product_top {
	display: flex;
	justify-content: space-between;
}


.product_left {
	width: 35%;
	/* padding-right: 20px; */
}

.product_mainTitle {
	font-size: clamp(1rem,1.0417vw,1.25rem);
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.product_mainTitle span {
	vertical-align: -5px;
}

.product_description {
	margin: 20px 0;
}

.product_img {
	position: relative;
	padding-top: 100%;
}

.product_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.product_right {
	width: 60%;
}

.product_bottom {
	margin: clamp(.9375rem,1.5625vw,1.875rem) 0;
}

.product_bottom_title {
	background-color: var(--sixth_color);
	color: var(--black_color);
	padding: 10px;
	font-size: clamp(1rem,0.9375vw,1.125rem);
	margin: 0 0 clamp(.9375rem,1.5625vw,1.875rem);

}


@media(max-width:1440px) {

	.product_BgIn .mySwiper2 {
		height: 60%;
		width: 100%;
	}
	.index_product_img {
		padding-top: 75%;
	}
	.product_listIn {
		width: 33.3%;
		
	}
}

@media(max-width:990px) {
	.product_top {
		display: block;
	}
	.product_listIn {
		width: 50%;
		
	}
	.product_left {
		width: 100%;
		padding-right: 0px;
	}

	.product_right {
		width: 100%;
	}

	.product_BgIn .mySwiper2 {
		height: 60%;
		width: 100%;
	}
}
@media(max-width:540px) {

	
	.product_listIn {
		width: 100%;
		
	}
}

/*/////////////////////////////////////////////////////////*/
/*-------常見問題列表--------*/
/*/////////////////////////////////////////////////////////*/

.qa_list_area {
	padding: 23px 0px 10px 0px;
}

.qa_list {
	border: 2px solid #000;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
}

.qaL_tit {
	font-size: .9375rem;
	line-height: 22px;
	color: #333;
	position: relative;
	padding: 22px 44px 11px 44px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 2px solid transparent;
	transition: 0.3s ease all;
}

.qaL_tit span {
	display: block;
	padding-bottom: 12px;
	color: #000;
}

.qaL_tit:before {
	content: '?';
	position: absolute;
	font-size: .8125rem;
	color: #fff;
	border-radius: 100%;
	background: var(--primary_color);
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	top: 23px;
	left: 8px;
	box-sizing: border-box;
	padding: 0px 0px 0px 2px;
}

.qaL_tit:after {
	content: '+';
	position: absolute;
	font-size: 36px;
	color: var(--primary_color);
	top: 20px;
	right: 16px;
	transition: 0.3s ease all;
	transform-origin: center center;
}

.qaL_text {
	position: relative;
	font-size: .875rem;
	line-height: 24px;
	color: #464545;
	padding: 22px 27px 11px 44px;
	display: none;
	background-color: var(--primary_color);
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}

.qaL_text span {
	display: block;
	padding-bottom: 12px;
}

.qaL_text:before {
	content: '！';
	position: absolute;
	border-radius: 100%;
	text-align: center;
	width: 25px;
	line-height: 25px;
	font-size: .8125rem;
	color: #fff;
	background: #000;
	box-sizing: border-box;
	padding: 0px 0px 0px 2px;
	top: 23px;
	left: 8px;
}

/*hover*/
/* .qaL_tit:hover {
				background:#f7e9cb;
			} */
/*當前模式*/
/* .qa_list.active .qaL_tit {
				background:#f7e9cb;
				border-radius:5px;
			} */
.qa_list.active .qaL_tit:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	font-size: 36px;
}

.qa_list.active .qaL_tit {
	border-bottom: 2px solid #000;
}






@media (max-width:860px) {


	.QaSelect {
		margin: 0px 0px 15px;
		width: 23.5%;
		border-right: 0px solid #4f4f4f;
	}

	/*.QaSelect:first-child ,
.QaSelect:nth-child(5){
	border-left:1px solid #4f4f4f;
	padding-left:2px;
}

.QaSelect:last-of-type{
	border-right:1px solid #4f4f4f;
}*/

}




@media (max-width:510px) {

	.QaSelect {
		width: 30%;
	}

	.QaSelect a {
		padding: 0px 5px;
	}


}

/*/////////////////////////////////////////////////////////*/
/*-------案例展示區--------*/
/*/////////////////////////////////////////////////////////*/

ul.album_area {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

/* 案例展示_列表 */
ul.album_area li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	box-sizing: border-box;
	display: block;
	width: 25%;
	padding: 0 15px 30px;
}

.album_list {
	font-size: 1rem;
	line-height: 1.5;
	background-color: #fff;
	padding: 10px;
	transition: all .3s ease-in;
	box-shadow: 0 4px 10px var(--shadow-color), 0 1px 3px var(--shadow-soft);
}
.album_list:hover{
	background-color: var(--sixth_color);
	
}

.album_list a {
	display: block;
	text-decoration: none;
	color: var(--primary_color);
	word-wrap: break-word;
	word-break: break-all;
}

/* 案例展示_列表_圖 */
.album_img {
	box-sizing: border-box;
	position: relative;
	padding-top: 141.3%;
	overflow: hidden;
	display: block;
}

.album_img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	/* border-radius: 50%; */
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	transition: all 0.3s ease-out;
}



/* 案例展示_列表_標題 */
ul.album_area h3.title {
	padding: 0;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
	color: #000;
	margin: 10px 0;
	transition: all .3s ease-in;
	text-align: center;
}
.album_list:hover h3.title{
	color: #fff;
}
/* 案例展示_列表_簡述 */
ul.album_area h4.album_brief {
	padding: 0;
	margin: 0;
	font-size: .9375rem;
	line-height: inherit;
	font-weight: inherit;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	min-height: 68px;
	-webkit-box-orient: vertical;
	transition: all .3s ease-in;
}
.album_list:hover  h4.album_brief{
	color: var(--black_color);
}
@media(max-width:990px){
	ul.album_area li {
		width: 33.3%;
	}
}

@media (max-width: 640px) {

	ul.album_area {
		margin: 0 -5px -20px;
	}

	/* 案例展示_列表 */
	ul.album_area li {
		width: 50%;
		padding: 0 5px 20px;
	}

	ul.album_area h3.title {
		margin: 5px 0;
	}

}






/*-------案例展示區內頁--------*/
ul.album_area.album_area2 {}

ul.album_area.album_area2 h4.album_brief {
	margin-top: 15px;
}

ul.album_area.album_area2 .album_img {
	position: relative;
}

/* hover */
ul.album_area.album_area2 .album_img:before {
	/* position: absolute;
	font-family: "Material Icons";
    content: "\e8f4";
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%) scale(0);
	color: #fff;
	font-size: 36px;
	z-index: 1;
	transition: 0.9s ease all;
	opacity: 0; */
}
ul.album_area.album_area2 .album_img:after {
	/* content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0; */
}

ul.album_area.album_area2 .album_img:hover:before {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	transition: 0.9s ease all;
}
ul.album_area.album_area2 .album_img:hover:after {
	
	opacity: 1;
	transition: 0.9s ease all;
}

ul.album_area.album_area2 .album_list:hover img {
	/* opacity: 0.5; */
	filter: grayscale(0.7);
	/*灰階*/
	transition: 0.3s ease all;
}


@media (max-width: 990px) {

	/* hover */
	ul.album_area.album_area2 .album_img:before {
		font-size: 12px;
	}

}


/*/////////////////////////////////////////////////////////*/
/*-------影音專區--------*/
/*/////////////////////////////////////////////////////////*/

ul.video_area{	
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

    /* 影音專區_列表 */
	ul.video_area li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;	
		display: block;
		width: 25%;	
		padding: 0 15px 30px;
	}
        .video_list{	
			font-size: .9375rem;
			line-height: 1.5;	
			background-color: #fff;
			padding: 10px;	
			transition: 0.3s ease all;	
		}
		.video_list:hover{		
			background-color: var(--primary_color);		
		}
			.video_list a{		
				display: block;
				text-decoration: none;				
				color: var(--primary_color);	
				word-wrap: break-word;
				word-break: break-all;
			}
                /* 影音專區_列表_圖 */
				.video_img{
					box-sizing: border-box;
					position: relative;
					padding-top: 70%;
					overflow: hidden;
					display: block;
				}    
				.video_img::before{
					content: '';
					width: 100%;
					height: 100%;
					background-color: rgba(0, 0, 0, .7);
					position: absolute;
					top: 0;
					left: 0;
					z-index: 2;
					opacity: 0;
					transition: 0.3s ease all;
				}       
				.video_list:hover .video_img::before{
					opacity: 1;
				}                                  
					.video_img img{	
						position: absolute;
						top: 0;
						left: 0;
						bottom: 0;
						right: 0;
						float: none;
						/* border-radius: 50%; */
						width: 100% !important;
						height: 100% !important;
						object-fit: cover;
						transition: all 0.3s ease-out;				
					}
					/* .video_img img.play{
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50% , -50%);
						width: 50px;
						height: auto;
						z-index: 1;
					} */
					.play_icon{
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50% , -50%);
						width: 50px;
						height: 50px;
						z-index: 3;
					}
					.video_list:hover .play_icon{
						transform: translate(-50% , -60%);
						transition:0.3s ease all;
						
					}
					.play_icon:before {
						position: absolute;
						transition: 0.3s ease all;
						font-family: 'Bootstrap-icons';
						content: '\F4F3';
						/* top: 50%;
						right: 10px;
						transform: translateY(-50%); */
						color: var(--primary_color);
						font-size: 50px;
						line-height: 50px;
						transform-origin: center;
						transition: all 0.3s ease-out;
					}
					.video_list:hover .play_icon:before{
						color: #fff;
					}

				/* 影音專區_列表_標題 */
				ul.video_area h3.title{
					padding: 0;
					margin: 0;
					font-size: inherit;	
					line-height: inherit;
					font-weight: inherit;	
					color: #000;	
					margin-top: 10px;
					
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
					text-align: center;
				}
                /* 友站連結_列表_網址 */
				/* ul.video_area h4.url_link{	
					padding: 0;
					margin: 0;
					font-size: 12px;
					line-height: inherit;
					font-weight: inherit;	
					color: inherit;					
				} */
				
				.video_description{
					text-align: center;
					margin-top: 30px;
				}

@media(max-width:1440px){
	ul.video_area li{
		width: 33.3%;
	}
}
@media (max-width: 990px){

	ul.video_area{	
	}	
		/* 友站連結_列表 */
		ul.video_area li{
			width: 33.3%;	
		}

}
@media (max-width: 640px){

	ul.video_area{	
		margin: 0 -5px -10px;
	}	
		/* 友站連結_列表 */
		ul.video_area li{
			width: 50%;	
			padding: 0 5px 10px;
		}
			.play_icon {
				width: 20px;
				height: 20px;
			}
				.play_icon:before {
					font-size: 20px;
					line-height: 20px;
				}
				ul.video_area h3.title {
					margin-top: 5px;
				}

}







/*/////////////////////////////////////////////////////////*/
/*-------燈箱--------*/
/*/////////////////////////////////////////////////////////*/

	
	
/*燈箱*/
.lightboxArea {
	position:fixed;
	width:100%;
	z-index:99999;
	top:0px;
	left:0px;
	box-sizing:border-box;
	padding:124px 0px;
	display:none;
}
	/*燈箱黑底*/
	.lightboxBG {
		background:rgba(0,0,0,0.8);
		width:100%;
		height:100%;
		position: absolute;
		top:0px;
	}
	
	/*燈箱主體*/
	.lightboxMain {
		height:360px;
		width:80%;
		margin:0 auto;
		background:#000;
		border-radius:5px;
		position: relative;
		transition:0.3s ease all;
		transform:scale(0);
		top:0px;
		box-sizing:border-box;
		font-size:0px;
	}
		/*關閉燈箱按鍵*/
		.lightboxCloseBtn {
			position: absolute;
			font-size: 15px;
			font-weight: bold;
			letter-spacing: 0px;
			text-align: center;
			width: 34px;
			height: 34px;
			line-height: 34px;
			color: #333;
			background: var(--primary_color);
			right: 20px;
			top: 20px;
			border: solid var(--primary_color) 1px;
			border-radius: 50%;
			/* box-shadow: 0px 0px 6px rgb(0 0 0 / 10%); */
			cursor: pointer;
			transition: 0.3s ease all;
			display: flex;
			transition: 0.3s ease all;
			/* font-size:17px;
			font-weight:bold;
			width:48px;
			height:48px;
			line-height:48px;
			border-radius:100%;
			color:#fff;
			text-align:center;
			background:#2a6695;
			cursor: pointer;
			position:absolute;
			top:-24px;
			right:-24px;
			transition:0.3s ease all;
			z-index: 2; */
		}
		.lightboxCloseBtn svg{
			fill: #fff;
			width: 25px;
			height: 25px;
			margin: auto;
			transition: 0.3s ease all;
		}
			.lightboxCloseBtn:hover {
				background: #b9b9b9;
				border-color: #b9b9b9;
				transition: 0.3s ease all;
			}
			.lightboxCloseBtn:hover svg{
				fill: #333;
				transform: rotate(15deg);
				transition: 0.3s ease all;
			}
			/* .lightboxCloseBtn:hover {
				background:#221912;
				color:#fff;
			} */
			
		/*燈箱資料區*/
		.lightboxContentArea {
			/* height: 100%; */
			height: 80vh;
		}
		
/* .index_video_list {
	position:relative;
	float:left;
	cursor:pointer;
	background:#000;
	margin:28px 0px 0px 0px;
}
	.index_video_list > img {
		opacity:0.6;
		transition:0.3s ease all;
		width:100%;
		height:auto;
	}
	.vL_text_area {
		position:absolute;
		width:100%;
		max-width: 15%;
		text-align:center;
		left: 50%;
		top: 50%;
		-webkit-transform:translateX(-50%) translateY(-50%);
		transform:translateX(-50%) translateY(-50%);
		box-sizing: border-box;
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);
	}
		.vL_text_area img {
			width:100%;
			height:auto;
		} */
		/*hover*/
		/* .index_video_list:hover > img {
			opacity:1;
		} */

/* .video_list_area {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	font-size:0px;
	margin:0 -12px -30px;
} */
/*firefox hack*/
/* @-moz-document url-prefix() { 
  .video_list_area {
	  padding:8px 0px 0px 0px;
  }
} */

	/* .video_list {
		box-sizing:border-box;
		padding: 0px 12px 30px;
		width:33.3%;
	}

	.video_list2{
		width:100%;
		padding: 0px 0px 30px;
	} */


	/*firefox hack*/
	/* @-moz-document url-prefix() { 
	  .video_list {
		  padding:65px 11px 0px 11px;
	  }
	}
		.video_list .index_video_list {
			float:none;
			margin:0px;
			border-radius: 5px;
			overflow: hidden;
		}
			.video_list_remark {
				font-size: 18px;
				line-height: 24px;
				color: #3d3d3d;
				padding: 10px 0px 0px 0px;
				font-weight: bold;
			} */
	  
	/*影音燈箱顯示時才會加*/
	.video_use {
		padding: 100px 0px;
	}
		.video_use .lightboxMain {
			height:450px;
		}
	
	/*影音燈箱*/
	.video {
		height:100%;
	}
		.video iframe {
			height:1px;
			height:100%;
			width:100%;
		}

@media (max-width: 950px){	

	/*燈箱資料區*/
	.lightboxContentArea {
		height: 100%;
	}

}

@media (max-width: 600px){	

/* .video_list_area {
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
} */

	/*---Video---*/
	/* .video_list {
		width: 100%;
		padding:0 0 30px;
	} */
	/*.video_list:nth-child(2n+1) {
		padding: 35px 0px 30px 0px;
	}
	.video_list:nth-child(2n+0) {
		padding: 35px 0px 30px 0px;
	}*/
	

	
	
}

/*/////////////////////////////////////////////////////////*/
/*-------檔案下載區--------*/
/*/////////////////////////////////////////////////////////*/

ul.download_area {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;

}


ul.download_area .title h3 {
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	
    padding-right: 25px;

}
ul.download_area li{
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.download_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.download_btn {
    display: flex;
    align-items: flex-end;
    font-size: .8125rem;
}
.download_btn a {
    position: relative;
    border-radius: 20px;
    padding: 10px 40px 10px 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-color: var(--primary_color);
    /* margin-top: auto; */
	transition: var(--hover_word);
}
.download_btn a:hover{
	opacity: .7;
}
.download_btn a:before {
    position: absolute;
    transition: 0.3s ease all;
    font-family: 'Bootstrap-icons';
    content: '\F30A';
    top: 50%;
    right: 15px;
    transform: translateY(-55%);
    color: #000;
    font-size: 17px;
    transform-origin: center;
    transition: all 0.3s ease-out;
}

@media(max-width:768px){
	.download_list {
		display: block;
	}
	ul.download_area .title h3 {
		padding-right:0;
		margin-bottom: 15px;
	}
}




/*/////////////////////////////////////////////////////////*/
/*-------友站連結區--------*/
/*/////////////////////////////////////////////////////////*/

ul.link_area{	
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

    /* 友站連結_列表 */
	ul.link_area li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;	
		display: block;
		width: 25%;	
		padding: 0 15px 30px;
	}
        .link_list{	
			font-size: 1rem;
			line-height: 1.5;	
			padding: 10px;
			background-color: #fff;	
			transition: all .3s ease-in;	
		}
			.link_list a{		
				display: block;
				text-decoration: none;				
				color: var(--primary_color);	
				word-wrap: break-word;
				word-break: break-all;
				transition: all .3s ease-in;
			}
			.link_list:hover{
				background-color: var(--primary_color);
			}
			.link_list:hover a{
				color: #000;	
			}
                /* 友站連結_列表_圖 */
				.link_img{
					box-sizing: border-box;
					position: relative;
					padding-top: 100%;
					overflow: hidden;
					display: block;
				}                                            
					.link_img img{	
						position: absolute;
						top: 0;
						left: 0;
						bottom: 0;
						right: 0;
						float: none;
						/* border-radius: 50%; */
						width: 100% !important;
						height: 100% !important;
						object-fit: cover;
						transition: all 0.3s ease-out;				
					}
                
				/* 友站連結_列表_標題 */
				ul.link_area h3.title{
					padding: 0;
					margin: 0;
					font-size: inherit;	
					line-height: inherit;
					font-weight: inherit;	
					color: inherit;	
					margin-top: 15px;		
				}

				ul.link_area h3.title i{
					font-size: 22px;
					vertical-align: -3px;
				}
                /* 友站連結_列表_網址 */
				ul.link_area h4.url_link{	
					padding: 0;
					margin: 0;
					font-size: .9375rem;
					line-height: inherit;
					font-weight: inherit;	
					color: inherit;					
				}

@media(max-width:1440px){
	
	ul.link_area li {
		width: 33.3%;
	}
}
@media(max-width:1240px){
	
}

@media (max-width: 640px){

	
			ul.link_area h3.title {
				margin-top: 5px;
			}
			ul.link_area{	
				margin: 0 -5px -20px;
			}
			ul.link_area li {
				width: 50%;
				padding: 0 5px 20px;
			}
}




/*/////////////////////////////////////////////////////////*/
/*-------服務據點--------*/
/*/////////////////////////////////////////////////////////*/
ul.store_area{	
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

    /* 友站連結_列表 */
	ul.store_area li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;	
		display: block;
		width: 33.3%;	
		padding: 0 15px 30px;
	}
.store_img{
	position:relative;
	padding-top: 65%;
}
.store_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height:  100% !important;
	object-fit: cover;
}
.store_info .store_mainTitle{
	color: #000;
	display: block;
	border-bottom: 3px solid #000;
	/* padding-bottom: 10px; */
	transition: all .3s ease-in;
}
.store_description table{
	width: 100%;
	margin: 0 auto;
	/* border-radius: 3px; */
	overflow: hidden;
	font-size: .9375rem;
	line-height: 1.1;
	color: #333;
}

.store_description td{
	text-align: center;
  vertical-align: middle;
  font-size: .75rem;
  line-height: normal;
  color: #333;
  padding: 10px 10px;
  box-sizing: border-box;
  background: #fff;
	min-width: 82px;
   border-bottom: 1px solid #ccc;
  
}
.store_description td.store_txt{
	background-color:transparent ;
	border-bottom: 1px solid #fff;
}
.store_description td a{
	color: #333;
}
.store_description tr:last-of-type td.store_tit{
	border-bottom: none;
}
.store_description tr:last-of-type td.store_txt{
	border-bottom: none;
}

/* .store_txt a{
	border-bottom: none;
} */


.map_btn a{
	/* border-bottom: none; */
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	padding: 20px 0;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 4px;
    transition: all .3s ease-in;
    font-size: .875rem;
}
.map_btn a span{
	margin-right: 5px;
}


.store_info:hover .store_mainTitle{
border-bottom:3px solid var(--primary_color);
}
.store_info:hover .map_btn a{
	background-color: var(--primary_color);
}



@media(max-width:1440px){
	ul.store_area li {
		width: 33.3%;
	}
}

/* @media(max-width:1100px){
	ul.store_area{
		margin: 0 ;
	}
	ul.store_area li {
		width: 50%;
		
	}
} */
@media(max-width:1100px){
	ul.store_area{	
		margin: 0 -15px -30px;
	}
	
		/* 友站連結_列表 */
		ul.store_area li{
			width: 50%;	
			padding: 0 15px 30px;
		}
}

@media(max-width:640px){
	ul.store_area{
		margin: 0 ;
	}
	ul.store_area li {
		width: 100%;
		padding: 10px 0 ;
	}
}

/*--------------------------------燈箱效果--------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#000;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc; font-family: 'BenchNine', sans-serif;}  /*頁數樣式*/
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}


/* 相簿燈箱文字 */
.pswp__custom-caption {		
	font-size: .875rem;
	color: #fff;
	/* width: calc(100% - 32px); */
	/* max-width: 400px; 
	padding: 2px 8px;
	border-radius: 4px;*/
	position: absolute;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);

	background: rgba(0 0 0 / 35%);
	padding: 0;
	line-height: 1.3;
	text-align: center;		
	max-width: calc(100% - 20px);
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*平板版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and (max-width: 950px) {}


/*手機版*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px) {}