@charset "utf-8";

:root {
	--yellow: #FFB70F;
	--hightlight-yellow: #FF7600;
	--gray-bg: #F7F7F7;
	--gray-footer: #EEEEEE;
	--gray-table-line: #E8E8E8;
	--gray-table-line-dark: #BDBDBD;
	--gray-date: #9E9E9E;
	--content-gray: #747474;
	--hover-gray: #626262;
	--gray-1: #424242;
	--header-height: 90px;
	--disabled-yellow: #FEE29A;
	--shadow-color: #00000029;
	--header-height: 90px;
}

@media screen and (max-width: 1199px) {
	:root {
		--header-height: 60px;
	}
}



body,
html {
	margin: 0px;
	padding: 0px;
}

body {
	color: #747474;
	font-size: 18px;
	line-height: 28px;
	/* tbh */
	font-family: Roboto, Arial, Verdana, 微軟正黑體, 新細明體, system-ui, -apple-system, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;

}

.js-pop-card-noscroll-html {
	overflow: hidden !important;
}

.js-pop-card-noscroll-body {
	overflow: hidden !important;
	scrollbar-gutter: stable;
}

@media screen and (max-width: 1199px) {

	html,
	body {
		min-width: 1200px;
	}
}


@media screen and (max-width: 767px) {

	html,
	body {
		min-width: 100%;
		font-size: 16px;
		line-height: 24px;
	}
}

/* color usage */

.yellow {
	color: #FFB70F;
}

.hightlight {
	color: #FF7600;
}

.gray-bg {
	color: #F7F7F7;
}

.gray-footer {
	color: #EEEEEE;
}

.gray-table-line {
	color: #E8E8E8;
}

.gray-table-line-dark {
	color: #BDBDBD;
}

.gray-date {
	color: #9E9E9E;
}

.gray-1 {
	color: #424242;
}

.content-gray {
	color: #747474;
}

.hover-gray {
	color: #626262;
}

.white {
	color: #fff;
}

/* 字體相關設定 */
.bold {
	font-weight: bold;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	font-weight: normal;
}


h1 {
	font-size: 50px;
	line-height: 64px;
}

h2 {
	font-size: 32px;
	line-height: 48px;
}

h3 {
	font-size: 24px;
	line-height: 36px;
}

h4 {
	font-size: 20px;
	line-height: 30px;
}

p {
	font-size: 18px;
	line-height: 28px;
}

.font-18 {
	font-size: 18px;
	line-height: 28px;
}

.font-50 {
	font-size: 50px;
	line-height: 64px;
}

.font-32 {
	font-size: 32px;
	line-height: 48px;
}

.font-24 {
	font-size: 24px;
	line-height: 36px;
}

.font-20 {
	font-size: 20px;
	line-height: 30px;
}


a {
	text-decoration: none;
	font-size: 18px;
	line-height: 28px;
}


a:hover,
a:focus {
	color: #FFB70F;
}

.date {
	font-size: 16px;
	line-height: 24px;
}

.date:before {
	font-family: 'FontAwesome';
	content: "\f017";
	margin-right: 3px;
}


@media screen and (max-width: 768px) {
	a {
		font-size: 16px;
		line-height: 24px;
	}

	h1 {
		font-size: 32px;
		line-height: 48px;
	}

	h2 {
		font-size: 24px;
		line-height: 36px;
	}

	h3 {
		font-size: 20px;
		line-height: 30px;
	}

	h4 {
		font-size: 18px;
		line-height: 28px;
	}

	p {
		font-size: 16px;
		line-height: 24px;
	}

	.font-18 {
		font-size: 16px;
		line-height: 24px;
	}


	.font-50 {
		font-size: 32px;
		line-height: 48px;
	}

	.font-32 {
		font-size: 24px;
		line-height: 36px;
	}

	.font-24 {
		font-size: 20px;
		line-height: 30px;
	}

	.font-20 {
		font-size: 18px;
		line-height: 28px;
	}

}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
}

ul,
ol {
	margin-bottom: 0;
}


/* img相關設定 */
img {
	border: none;
	max-width: 100%;
}

.img video,
.img img {
	width: 100%;
	height: 100%;
	object-position: center;
}

/* 圖片放大時的遮罩 */
.img-fit {
	overflow: hidden;
}

.img-fit video,
.img-fit img {
	object-fit: cover;
}

.img-contain img,
.img-contain video {
	object-fit: contain;
}

/* hover後圖片放大 */
.hover-img-zoom img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hover-img-zoom:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}

/* 常用margint-top */
.mt-40 {
	margin-top: 40px !important;
}

/* tbc 清除 無障礙的focus ouline */
[role="button"],
button {
	outline: 0;
}

:focus {
	outline: 0;
}

:focus-visible {
	outline: 0;
}

/* tbc 清除 無障礙的focus ouline */


input[type=text],
input[type=password],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*select預設符號隱藏*/
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

select:focus {
	outline: none;
}

.container-fluid {
	width: 100%;
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}



.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}


.hidden {
	display: none;
}

.no-ul,
.no-ul>li {
	list-style: none;
	padding: 0;
	margin: 0;
}


/* =====================show hidden break point=========================== */
/* flexbox js show hide */
.show {
	display: block;
}

/* 全部隱藏 */
.hidden {
	display: none !important;
}


@media screen and (max-width: 1199px) {


	.show-pc {
		display: none !important;
	}
}


@media screen and (max-width:768px) {

	/* pc出現、mb*/
	.hidden-m {
		display: none !important;
	}
}

@media screen and (min-width: 1200px) {


	.hidden-pc,
	.nav>li.hidden-pc {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.show-m {
		display: none !important;
	}
}

@media screen and (max-width: 1279px) {

	/* 1280以下隱藏 footer斷點 */
	.show-1280 {
		display: none !important;
	}

}

@media screen and (min-width: 1280px) {
	.hidden-1280 {
		display: none !important;
	}
}

@media screen and (min-width: 1200px) {
	.show-1200 {
		display: none !important;
	}
}




html.noscroll {
	overflow: hidden;
}

body.noscroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
}

.no-max-height {
	max-height: none !important;
}


@media screen and (max-width: 1199px) {

	/*.hidden_pc,*/
	.nav>li.hidden-pc {
		display: block !important;
	}

	.hidden-1200 {
		display: none !important;
	}

	.container {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1023px) {
	.hidden_mobile {
		display: none !important;
	}

	.container {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {


	.hidden-768 {
		display: none !important;
	}
}

/* utility class */
.bg-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.common-padding {
	padding: 100px 0 120px;
}

@media screen and (max-width: 1199px) {
	.common-padding {
		padding: 60px 0 80px;
	}
}

/* ========================
404
========================== */
.not-found-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* ========================
404 end
========================== */
/* common ul li */
ul.common-ul>li {
	position: relative;
	padding-left: 40px;
	font-size: 18px;
	line-height: 28px;
	color: #747474;
}

ul.common-ul>li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 14px;
	width: 12px;
	height: 12px;
	background-color: #FFB70F;
	border-radius: 50%;
}



@media screen and (max-width: 767px) {

	ul.common-ul>li {
		font-size: 16px;
		line-height: 24px;
	}

	ul.common-ul>li::before {
		top: 6px;
	}

}

/* ========================
html-edit
========================== */
/* 基礎設定 */
.html-edit {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.html-edit {
	width: 100%;
	overflow: hidden;
	max-width: 1160px;
	margin: auto;
}

.html-edit ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.html-edit img {
	max-width: 100%;
	height: auto;
}


.html-edit table {
	table-layout: fixed;
	border-spacing: 0px;
	max-width: 100%;
}

/* 20220726 需求修改 修改編輯器內所有link顏色 同時拿掉hover */
.html-edit a {
	color: #0645AD;
	text-decoration: underline;
	word-break: break-all;
}

.html-edit a:hover {
	color: #0645AD;
}

.html-edit p {
	color: #747474;
	font-size: 18px;
	line-height: 28px;
}

.html-edit ul>li {
	position: relative;
	padding-left: 40px;
	font-size: 18px;
	line-height: 28px;
	color: #747474;
}

.html-edit ul>li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 14px;
	width: 12px;
	height: 12px;
	background-color: #FFB70F;
	border-radius: 50%;
}


.html-edit ol {
	margin: 0;
	padding-left: 40px;
}

.html-edit ol>li::marker {
	color: #FFB70F;
}

@media screen and (max-width: 767px) {
	.html-edit p {
		font-size: 16px;
		line-height: 24px;
	}

	.html-edit ul>li {
		position: relative;
		padding-left: 40px;
		font-size: 16px;
		line-height: 24px;
		color: #747474;
	}

	.html-edit ul>li::before {
		top: 6px;
	}

}


/* template */
/* template 1 大標 */
.html-temp1 p {
	font-size: 32px;
	line-height: 48px;
	color: #424242;
	font-weight: bold;
}

.html-temp1 td {
	padding-bottom: 40px;
}

@media screen and (max-width:767px) {
	.html-temp1 p {
		font-size: 24px;
		line-height: 36px;

	}

	.html-temp1 {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

}

/* template 2 次副標 */
.html-temp2 p {
	font-size: 24px;
	line-height: 36px;
	color: #424242;
	font-weight: bold;
}

.html-temp2 td {
	padding-bottom: 28px;
}


@media screen and (max-width:767px) {
	.html-temp2 p {
		font-size: 20px;
		line-height: 30px;
	}

	.html-temp2 td {
		padding-bottom: 24px;
	}
}

/* template 3 小標題 */
.html-temp3 p {
	font-size: 20px;
	line-height: 30px;
	color: #424242;
}

.html-temp3 td {
	padding-bottom: 16px;
}


@media screen and (max-width:767px) {
	.html-temp3 p {
		font-size: 18px;
		line-height: 28px;
	}

}

/* template 4 左文右圖  + template 5 右文左圖*/
.html-temp4,
.html-temp5 {
	width: 100%;
}

.html-temp4>tbody>tr,
.html-temp5>tbody>tr {
	width: 100%;
}

.html-temp4>tbody>tr>.html-img-block,
.html-temp5>tbody>tr>.html-img-block {
	width: 580px;
}


.html-temp5>tbody>tr>td,
.html-temp4>tbody>tr>td {
	vertical-align: top;
}

.html-temp4>tbody>tr>.html-img-block {
	padding-left: 60px;
}

.html-temp5>tbody>tr>.html-img-block {
	padding-right: 60px;

}

.html-temp4 tr>td>img,
.html-temp5 tr>td>img {
	width: 100%;
}



.html-temp4>tbody>tr>td>img+p,
.html-temp5>tbody>tr>td>img+p {
	padding-top: 16px;
}

.html-temp4>tbody>tr:last-child td,
.html-temp5>tbody>tr:last-child td {
	padding-bottom: 80px;
	line-height: 0;

}

@media screen and (max-width:767px) {

	.html-temp4,
	.html-temp5 {
		min-width: 100%;
	}

	.html-text-block>p:first-child {
		line-height: 0;
	}

	.html-temp4>tbody>tr>td,
	.html-temp5>tbody>tr>td {
		display: block;
		width: 100%;
	}

	.html-temp4>tbody>tr>.html-img-block,
	.html-temp5>tbody>tr>.html-img-block {
		width: 100%;
		padding-left: 0;
		padding-right: 0;

	}

	.html-temp4 .html-text-block {
		padding-bottom: 40px;
	}

	.html-temp5 .html-img-block {
		padding-bottom: 40px;
	}


	.html-temp4>tbody>tr:last-child td,
	.html-temp5>tbody>tr:last-child td {
		padding-bottom: 60px;

	}

	/* .html-temp4>tbody>tr:last-child td,
	.html-temp5>tbody>tr:last-child td {
	padding-bottom: 40px;
	
	} */


	.html-temp4>tbody>tr:last-child td:first-child,
	.html-temp5>tbody>tr:last-child td:first-child {
		padding-bottom: 0;
	}



}

/* template 6  */
/* template 3 小標題 */
.html-temp6-table-container,
.html-temp6-table-container>tbody,
.html-temp6-table-container>tbody>tr,
.html-temp6-table-container>tbody>tr>td {
	display: block;
}

.html-temp6-table-container {
	min-width: 100%;
	width: 100%;
	padding-bottom: 80px;
}

.html-temp6-table-header td {
	padding-bottom: 16px;
}

.html-temp6 thead>tr {
	background-color: #FFB70F;
}

.html-temp6 th>p {
	color: #fff;
}

/* 20220802 Elin 預設代理樣式為th置中，而boostrap 5 reset為置左，由於後台並沒有引入boostrap 5 需再覆寫 */
.html-temp6 th {
	padding: 16px 20px;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	width: 160px;
	text-align: left;
}

.html-temp6 thead>tr:last-child th {
	border-bottom: none;

}

.html-temp6 .html-table-location {
	width: 540px;
}

.html-temp6 .html-table-info {
	width: 300px;
}


.html-temp6 td {
	padding: 16px 20px;
}


.html-temp6 td p {
	color: #424242;
}

.html-temp6 td li {
	color: #424242;
}

.html-temp6-table-container .html-temp6 {
	min-width: 100%;
}

.html-temp6 tbody tr {
	border-bottom: 1px solid #BDBDBD;
}

.html-temp6 tbody td {
	border-right: 1px solid #BDBDBD;
}

.html-temp6 tbody tr td:last-child {
	border-right: none;
}

.html-temp6 tbody tr td[rowspan]:not(:first-child) {
	border-left: 1px solid #BDBDBD;

}

/* 20220803 將卷軸區域移出斷點外，以保留後台編輯器彈性 */

.html-temp6-table-container>tbody>tr:last-child>td:last-child {
	overflow: auto;
	padding-bottom: 0;
}



@media screen and (max-width:767px) {
	.html-temp6-table-container {
		padding-bottom: 60px;
	}

	.html-temp6-table-container .html-temp6 {
		min-width: 1160px;
	}

}


/* template 7  */
.html-temp7-table-container,
.html-temp7-table-container>tbody,
.html-temp7-table-container>tbody>tr,
.html-temp7-table-container>tbody>tr>td {
	display: block;
}

.html-temp7-table-container {
	min-width: 100%;
	width: 100%;
	padding-bottom: 80px;
}



.html-temp7 {
	min-width: 100%;
}

.html-temp7 th {
	background-color: #FFB70F;
}

.html-temp7 th,
.html-temp7 td {
	padding: 16px 20px;
	text-align: center;
}

.html-temp7 th>p {
	color: #fff;
}

.html-temp7 td,
.html-temp7 td p {
	color: #424242;
}

.html-temp7 td li {
	color: #424242;

}

.html-temp7 td {
	border-bottom: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
}

.html-temp7 tbody tr:first-child td {
	border-top: 1px solid #BDBDBD;

}

.html-temp7 tbody tr:first-child th {
	border-top: 1px solid #E8E8E8;

}

.html-temp7 tbody tr th {
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;

}

.html-temp7 tbody tr th+td {
	border-left: 1px solid #E8E8E8 !important;

}

.html-temp7 tbody tr th:last-of-type {
	border-right: 1px solid #E8E8E8;
}

.html-temp7 tbody tr th[rowspan] {
	border-right: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;

}

/* 20220817 Elin 原XD須清除最後一個border但客戶反應會造成誤會故更動 */
.html-temp7 tr td:last-child{
	/* border-right: none;	 */
}

.html-temp7 tr td[rowspan]:not(:first-child) {
	border-left: 1px solid #BDBDBD;
}

/* 20220803 將卷軸區域移出斷點外，以保留後台編輯器彈性 */
.html-temp7-table-container>tbody>tr:last-child>td:last-child {
	overflow: auto;
	padding-bottom: 0;
}


@media screen and (max-width:767px) {
	.html-temp7-table-container {
		padding-bottom: 60px;
	}


	.html-temp7 {
		min-width: 1160px;
	}
}


/* template 8  */
.html-temp8 {
	width: 100%;
}

.html-temp8>tbody>tr>td {
	width: 50%;
	text-align: center;
	vertical-align: top;
}

.html-temp8>tbody>tr>td:nth-child(1) {
	padding-right: 20px;
}


.html-temp8>tbody>tr>td:nth-child(2) {
	padding-left: 20px;
}

.html-temp8>tbody>tr>td img+p {
	padding-top: 20px;
}


.html-temp8>tbody>tr:last-child td {
	padding-bottom: 80px;
	line-height: 0;

}

@media screen and (max-width: 767px) {

	.html-temp8,
	.html-temp8>tbody,
	.html-temp8>tbody>tr,
	.html-temp8>tbody>tr>td {
		display: block;
		width: 100%;
	}

	.html-temp8>tbody>tr>td img {
		width: 100%;
	}

	.html-temp8>tbody>tr>td:nth-child(1) {
		padding-bottom: 40px;
	}

	.html-temp8>tbody>tr>td:nth-child(1):empty {
		padding-bottom: 0;
		line-height: 0;
	}

	.html-temp8>tbody>tr>td:nth-child(2),
	.html-temp8>tbody>tr>td:nth-child(1) {
		padding-right: 0;
		padding-left: 0;
	}

	.html-temp8 .html-temp8>tbody>tr:last-child td {
		padding-bottom: 0;
		line-height: 0;
	}

	.html-temp8>tbody>tr:last-child td {
		padding-bottom: 60px;

	}

	.html-temp8>tbody>tr:last-child>td:first-child {
		padding-bottom: 0;
	}

}

/* 清除最後一個的間距 start*/

.html-edit>table:last-child>tbody>tr:last-child>td:last-child {
	padding-bottom: 0;
}

.html-edit>table.html-temp6-table-container:last-child,
.html-edit>table.html-temp7-table-container:last-child {
	padding-bottom: 0;
	line-height: 0;
}


.html-edit>table.html-temp4:last-child>tbody>tr:last-child td {
	padding-bottom: 0;
	line-height: 0;
}

.html-edit>table.html-temp5:last-child>tbody>tr:last-child td {
	padding-bottom: 0;
	line-height: 0;
}

.html-edit>table.html-temp6:last-child>tbody>tr:last-child td {
	padding-bottom: 0;
	line-height: 0;
}

.html-edit>table.html-temp7:last-child>tbody>tr:last-child td {
	padding-bottom: 0;
	line-height: 0;
}

.html-edit>table.html-temp8:last-child>tbody>tr:last-child td {
	padding-bottom: 0;
	line-height: 0;
}

.html-edit>table.html-temp8 .html-temp8 tbody>tr:last-child td {
	padding-bottom: 0;
	line-height: 0;
}

/* 清除最後一個的間距 end*/
/* ========================
html-edit end
========================== */


/*-----Header start-----*/
#header-block {
	position: fixed;
	z-index: 1000;
	background: #fff;
	height: 90px;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;

}

.header-container {
	max-width: 1680px;
	padding: 0 40px;
	position: relative;
	margin: 0 auto;
	display: flex;
}

.header-margin-block {
	height: 90px;
}

/*logo*/
.navbar-brand {
	width: 162px;
	height: 40px;
	display: block;
	float: left;
	margin: 25px 0;
	padding: 0;
	position: relative;
	z-index: 1800;
}

.navbar-brand img {
	display: block;
}


/*--- 常駐區 ---*/
/*語系btn*/
.header-lang-btn {
	color: #424242;
	padding: 30px 0 30px 10px;
	display: block;
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 1100;
	min-width: 70px;
}

.header-lang-btn:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url('../images/common/focaltech-lang-btn.svg') no-repeat center;
	background-size: contain;
	position: absolute;
	left: -22px;
	top: 32px;
}

.header-lang-btn:after {
	content: '';
	height: 6px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #FFB70F;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.header-lang-btn:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*語系列*/
.header-lang-btn .lang-list {
	width: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	top: 88px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	pointer-events: none;
}

.header-lang-btn:hover .lang-list {
	opacity: 1;
	pointer-events: auto;
}

.header-lang-btn .lang-list:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	background: #F7F7F7;
	opacity: 0;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.header-lang-btn:hover .lang-list:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.lang-list li {
	display: block;
	width: 100%;
}

.lang-list li a {
	display: block;
	width: 100%;
	color: #747474;
	text-decoration: none;
	padding: 0 10px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.lang-list li a:hover,
.lang-list li a:focus,
.lang-list li a:active {
	color: #FF7600;
}

/*header MENU*/
.navbar {
	margin-bottom: 0;
}

.navbar-collapse {
	padding: 0;
}

.navbar-default {
	border: 0;
	background: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: 0;
	/* width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: calc(100% + 40px); */
	/* margin-left: -20px;
	margin-right: -20px; */
}

/* 清掉bs5 樣式 */
.navbar-toggler {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;

}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-nav {
	flex-direction: row;
}

.header-menu {
	margin-top: 2px;
	margin-left: 40px;
}

.navbar-default .navbar-nav>li,
.navbar-nav>li {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}


.navbar-default .navbar-nav>li>a,
.navbar-nav>li>a {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	display: block;
	color: #424242;
	padding: 30px 14px;
	position: relative;
	text-decoration: none;

}


.lv2-drop,
.lv2-esg-drop {
	cursor: pointer;
}

.navbar-default .navbar-nav>li:first-child {
	margin-left: -14px;
	padding-left: 14px;
}


.navbar-default .navbar-nav>li>a:after {
	content: '';
	height: 6px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #FFB70F;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.navbar-default .navbar-nav>li:hover>a:after,
.navbar-nav>li:hover>a:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #1b1b1b;
	background: transparent;
}

.overlay {
	display: none;
	position: fixed;
	z-index: 100;
	top: 90px;
	left: 0px;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;

}

/* bs5 collaspse 樣式 */
@media screen and (min-width: 1200px) {
	.header-container .navbar-collapse {
		display: flex;
		flex-basis: auto;
		flex-grow: 0;
		align-items: center;
	}
}

/*--- menu Lv2 ---*/
/*企業永續 2層構造*/
.menu-lv2-block {
	/*display: none;*/
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;

	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
	line-height: 30px;
}

.menu-esg-block-inner {
	position: relative;
}

/* 第二層 Elin*/

.lv2-container {
	width: 100%;
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
	overflow-y: auto;
	max-height: calc(100vh - 90px);
	overscroll-behavior-y: contain;
}

.lv2-container::-webkit-scrollbar {
	display: none;
}

.lv2-container {
	/* IE and Edge */
	-ms-overflow-style: none;
	/* Firefox */
	scrollbar-width: none;
}

.lv2-wrapper {
	display: flex;
}

.left-blank-link {
	margin-top: 2px;
	width: 180px;
	margin-right: 40px;
	flex-shrink: 0;
}

.lv2-blank-item a {
	display: block;
	width: 100%;
	color: #424242;
	padding: 8px 0;
	transition: .3s ease;
}

.left-blank-link .lv2-blank-item a {
	width: 100%;
	min-width: auto;
	max-width: 100%;
}

.lv2-blank-item a:hover {
	text-decoration: none;
	color: #FF7600;


}

.sub-unit-title {
	color: #424242;
	transition: .3s ease;
	max-width: 220px;
}

.sub-unit-col {
	float: left;
}

.sub-unit-col+.sub-unit-col {
	margin-left: 13px;
}

.sub-unit-col:nth-child(1) {
	/* tbc min-height js 20220706 */
	/* min-height: 479px; */
	/* min-height: 507px; */
}


.sub-unit-col:nth-child(5),
.sub-unit-col:nth-child(6) {
	margin-top: 40px;
}


.sub-unit-title::after {
	content: '';
	display: block;
	height: 1px;
	background-color: #FFB70F;
	width: 160px;
	margin-top: 12px;
}

.sub-unit-item-wrapper {
	margin-top: 16px;
}

.sub-unit-item:first-child {
	margin-top: -4px;
	/* padding-top: 4px; */
}

.sub-unit-item>a {
	padding: 4px 0;
	color: #747474;
	transition: .3s ease;
	max-width: 220px;

}

.sub-unit-item:hover>a {
	color: #FF7600;
	transition: .3s ease;
}

.lv2-esg-drop .menu-lv2-block:after {
	background: #F7F7F7;
}

.menu-lv2-block .container {
	max-width: 1170px;
	position: relative;
}


.menu-lv2-block a {
	display: block;
	min-width: 220px;
	max-width: 220px;
}

/*1層構造*/
.lv2-drop .menu-lv2 {
	width: 260px;
	padding: 20px 0;
	position: absolute;
	z-index: 1000;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.lv2-esg-drop .menu-lv2-block,
.lv2-drop .menu-lv2 {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	pointer-events: none;
}

.lv2-esg-drop:hover .menu-lv2-block,
.lv2-drop:hover .menu-lv2 {
	opacity: 1;
	pointer-events: auto;
}

.lv2-drop .menu-lv2:after {
	background: #F7F7F7;
}

.lv2-esg-drop .menu-lv2-block:after,
.lv2-drop .menu-lv2:after {
	width: 100%;
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;

}

.lv2-esg-drop:hover .menu-lv2-block:after,
.lv2-drop:hover .menu-lv2:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.lv2-drop .menu-lv2 li {
	display: block;

}

.lv2-drop .menu-lv2 li a {
	display: block;
	text-align: center;
	color: #747474;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.lv2-drop .menu-lv2 li a:hover {
	color: #FF7600;
}


.lv2-drop .menu-lv2 li a i {
	opacity: 0;
	color: #FF7600;
	padding-left: 5px;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.lv2-drop .menu-lv2 li a:hover i {
	opacity: 1;
}

.navbar-default .navbar-nav>li:hover .menu-lv2-block {
	display: block;
}


@media screen and (max-width: 1199px) {
	.header-container {
		padding: 0 20px;
		display: flex;
		justify-content: space-between;
	}

	/*logo*/
	.navbar-brand {
		width: 108px;
		height: 26px;
		margin: 17px 0;
	}

	/*遮罩層*/
	.overlay {
		display: none;
		position: fixed;
		z-index: 30;

		background: rgba(0, 0, 0, 0.4);
		top: 60px;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	#header-block {
		width: 100%;
		height: 60px;

	}

	.header-margin-block {
		height: 60px;
	}

	.navbar-toggler {
		/* float: right; */
		border: 0;
		height: 55px;
	}

	.navbar-default .navbar-toggler,
	.navbar-default .navbar-toggler:hover,
	.navbar-default .navbar-toggler:focus {
		background: transparent;
		outline: none;
		border: none;
		color: transparent;
	}

	.navbar {
		min-height: auto;
		z-index: 1500;
		position: static;
	}

	.navbar-nav {
		margin: 0;
		display: block;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		position: absolute;
		left: 0;
		top: 60px;
	}

	.navbar-collapse {
		width: 100%;

	}

	.navbar-collapse.show {
		overflow-y: auto;
	}

	/*--- Lv1 ---*/
	.navbar-default .navbar-nav>li,
	.navbar-nav>li {
		margin-right: 0;
	}

	.navbar-default .navbar-nav>li>a,
	.navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		height: auto;
		padding: 10px 40px 10px 20px;
		text-align: left;
		border-bottom: 1px solid #e5e5e5;
		position: relative;
		color: #424242;
		background: #fff;
	}

	.navbar-default .navbar-nav>li:last-child>a,
	.navbar-nav>li:last-child>a {
		border-bottom: 0;
	}

	.navbar-default .navbar-nav .lang-li>a:before,
	.lang-li .menu-lv2 li a:before,
	.lv2-esg-drop .menu-lv2 li a:after,
	.lv2-drop .menu-lv2 li a:after,
	.navbar-default .navbar-nav>li>a:before,
	.navbar-nav>li>a:before {
		content: '';
		display: block;
		position: absolute;
		width: 7px;
		height: 10px;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
		right: 25px;
		left: auto;
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease;
	}

	.navbar-default .navbar-nav>li>a:before,
	.navbar-nav>li>a:before {
		background-image: url('../images/common/focaltech-menu-icon-lv1.png');
	}

	/* 20220706 拿掉單一連結的箭頭 */
	.navbar-default .navbar-nav>li:not(.lv2-drop)>a:before {
		display: none;
	}

	/* .lang-li .menu-lv2 li a:before,
	.lv2-esg-drop .menu-lv2 li a:after,
	.lv2-drop .menu-lv2 li a:after{
		background-image: url('../images/common/lextar_menu_icon_lv2.png');
	} */

	.lv2-drop .menu-lv2 li a:after {
		background-image: url('../images/common/focaltech-menu-icon-lv1.png');

	}

	.navbar-default .navbar-nav .lang-li>a:before {
		background-image: url('../images/common/focaltech-menu-icon-lang.png');
	}

	.navbar-default .navbar-nav>li:hover>a:after,
	.navbar-nav>li:hover>a:after,
	.navbar-default .navbar-nav>li>a.open:after,
	.navbar-nav>li>a.open:after {
		display: none;
	}

	.navbar-default .navbar-nav>li>a.open:before,
	.navbar-nav>li>a.open:before {
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 21px;
	}

	.navbar-default .navbar-nav>li.lang-li>a,
	.navbar-nav>li.lang-li>a {
		color: #fff;
		background: #FFB70F;
	}

	.navbar-default .navbar-nav>li.lang-li>a.open,
	.navbar-nav>li.lang-li>a.open {
		border-color: #313131;
	}

	.navbar-default .navbar-nav>li.lang-li>a i,
	.navbar-nav>li.lang-li>a i {
		margin-right: 5px;
	}

	.lang-li .menu-lv2 a {
		color: #fff;
		background: #313131;
		text-decoration: none;
		padding-left: 20px;
	}

	li.lang-li>a.menu-drop {
		display: flex;
		align-items: center;
	}

	/*mobile開合鈕*/
	.navbar-toggler {
		width: 24px;
		height: 18px;
		position: relative;
	}

	/* 擴大點擊範圍 */
	.navbar-toggler::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		margin: -20px;
		padding: 20px;
		top: 10px;
		left: 12px;
	}

	.navbar-toggler .icon-bar {
		width: 24px;
		height: 2px;
		display: block;
	}

	.navbar-default .navbar-toggler .icon-bar {
		color: #424242;
	}

	#m-menu-hamb span {
		display: block;
		position: absolute;
		width: 100%;
		background: #424242;
		opacity: 1;
		filter: Alpha(opacity=100);
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.navbar-toggler .icon-bar+.icon-bar {
		margin-top: 0;
	}

	#m-menu-hamb span:nth-child(1) {
		top: 0px;
	}

	#m-menu-hamb span:nth-child(2),
	#m-menu-hamb span:nth-child(3) {
		top: 8px;
	}

	#m-menu-hamb span:nth-child(4) {
		top: 16px;
	}

	#m-menu-hamb.open span:nth-child(1) {
		top: 7px;
		width: 0%;
		left: 50%;
	}

	#m-menu-hamb.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#m-menu-hamb.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#m-menu-hamb.open span:nth-child(4) {
		top: 7px;
		width: 0%;
		left: 50%;
	}

	/*--- menu Lv2 ---*/
	.lang-li .menu-lv2,
	.lv2-esg-drop .menu-lv2 {
		display: none;
	}

	.lv2-drop .menu-lv2 {
		width: 100%;
		padding: 0;
		position: relative;
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		display: none;
	}

	.lv2-esg-drop .menu-lv2-block,
	.lv2-drop .menu-lv2 {
		opacity: 1;
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
		pointer-events: auto;
	}

	.lv2-esg-drop .menu-lv2-block:after,
	.lv2-drop .menu-lv2:after {
		display: none;
	}

	.menu-lv2 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
		padding-bottom: 0;
	}

	.menu-lv2 li {
		padding-top: 0;
	}

	.lang-li .menu-lv2 li a,
	.lv2-esg-drop .menu-lv2 li a,
	.lv2-drop .menu-lv2 li a {
		position: relative;
		padding-left: 40px;
		text-align: left;
		color: #424242;
		background: #F7F7F7;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
	}

	.lv2-esg-drop .menu-lv2>li>a,
	.lv2-drop .menu-lv2>li>a {
		border-bottom: 1px solid #E8E8E8;
	}

	.lang-li .menu-lv2>li>a {
		border-bottom: 1px solid #E8E8E8;
	}

	.lang-li .menu-lv2 li:last-child {
		border-bottom: 0;
	}

	.lang-li .menu-lv2 li a,
	.lang-li .menu-lv2 li a:hover,
	.lang-li .menu-lv2 li a:active {
		color: #424242;
		background: #F7F7F7;
	}

	.menu-lv2 a {
		display: block;
		background: #c9c9c9;
		padding: 10px 20px;
		text-align: left;
	}


	.lv2-drop .menu-lv2 li a i {
		display: none;
	}

	/*mobile Lang*/
	.m-lang-icon {
		width: 20px;
		height: 20px;
		margin-right: 4px;
	}
}

@media screen and (max-width: 767px) {
	#header-block {
		width: 100%;
		left: 0;
	}

	/*遮罩層*/
	.overlay {
		width: 100%;
		left: 0;
	}
}


/*---Header end---*/

/* =================================================
gdpr
==================================================== */
.gdpr {
	background-color: #F7F7F7;
	padding: 36px 0;
	position: fixed;
	/* top: 0; */
	width: 100%;
	z-index: 1000;
}

.gdpr-container {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
}

.gdpr .btn-block {
	align-items: center;
}

.gdpr-txt {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	margin-right: 60px;
}

.gdpr-btn.common-btn {
	min-width: 120px;
	font-size: 16px;
	line-height: 24px;
	border-width: 2px;


}

.gdpr-btn.common-btn span {
	font-weight: bold;
}

.gdpr-link {
	text-decoration: underline;
	color: #FF7600;
	font-size: 14px;
	line-height: 24px;
}

.gdpr-link:hover {
	color: #FF7600;

}

@media screen and (max-width: 1199px) {
	.gdpr {
		padding: 20px 0;
	}

	.gdpr-container {
		padding: 0 20px;
		display: block;
	}

	.gdpr-txt {
		margin-right: 0;
	}

	.gdpr .btn-block {
		justify-content: center;
		margin-top: 15px;
	}
}


/*---Footer start---*/
.footer-bg-block {
	background: #EEEEEE;
}

.footer-bg-block .container {
	max-width: 1680px;
	padding: 0 40px;
	display: flex;
	/* justify-content: space-between; */

}

/*footer up*/
.footer-up-block {
	padding: 80px 0;
}

.footer-up-block .left-block {
	width: 200px;
	margin-right: max(calc(20% - 200px), 60px);
	flex-shrink: 0;

}

.footer-up-block .left-block .footer-logo {
	width: 200px;
	height: 40px;

}


.footer-up-block .left-block .follow-note {
	color: #424242;
	margin-top: 50px;
	display: flex;
}

/* 微信樣式 */

.footer-follow-list {
	display: block;
	margin-top: 12px;
}

/*follow list*/

.footer-follow-list li a {
	display: block;
	width: 160px;
	height: 160px;
}

.footer-up-block .right-block {
	width: 80%;
	max-width: 1240px;
}


.footer-up-block .right-block .footer-menu-block {
	float: left;
	width: 220px;
}

.footer-up-block .right-block .footer-menu-block+.footer-menu-block {
	margin-left: calc((100% - 880px) / 3);
}

.footer-menu-block a {
	text-decoration: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;

}

.footer-menu-block a.footer-lv1 {
	display: block;
	position: relative;
	color: #424242;
	font-weight: bold;

}

.footer-menu-block a.footer-lv1:after {
	content: '';
	display: block;
	width: 160px;
	height: 1px;
	background: #FFB70F;
	margin-top: 8px;

}

.footer-menu-block:first-child {
	/* min-height: 550px; */
}


.footer-menu-block:nth-child(2),
.footer-menu-block:nth-child(3),
.footer-menu-block:nth-child(4) {
	/* min-height: 343px; */
	margin-bottom: 36px;
}

.footer-menu-block:nth-child(5),
.footer-menu-block:nth-child(6) {
	/* min-height: 225px; */
}

.footer-menu-block .footer-lv2 {
	display: block;
	margin-top: 16px;
}


.footer-menu-block .footer-lv2 a {
	display: block;
	color: #747474;
	padding: 4px 0;
}

.footer-menu-block .footer-lv2 a:hover {
	color: #FF7600;
}

/*footer down*/
.footer-down-block {
	background:
		url('../images/common/focal-footer-bottom-bg.jpg') center center / 1920px 100%,
		linear-gradient(116deg, #424242 50%, #FFB70F 50%) center center / 100% 100%;
	background-repeat: no-repeat;
	/* background-size: cover; */
}

.footer-down-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* height: 82px; */
	height: auto;
}

.footer-link-list li {
	display: inline-block;
	margin-right: 20px;

}

.footer-link-list li:last-child {
	margin-right: 0;
}

.footer-down-block a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.footer-down-block a:hover {
	color: #FF7600;
}

.footer-down-block .copyright {
	color: #424242;
}

.footer-follow-list .icon {}

@media screen and (max-width: 1279px) {
	.footer-down-block {
		background-image: url('../images/common/focal-footer-bottom-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;


	}

	.footer-bg-block .container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.footer-up-block .left-block {
		width: 100%;
		display: flex;
		margin-right: 0;
		justify-content: space-between;
		align-items: center;

	}

	.footer-up-block .left-block .follow-note {
		margin-top: 0;
	}

	.footer-up-block {
		padding: 40px 0 104px;
	}

	.footer-up-block .left-block .footer-logo {
		width: 160px;
		height: 32px;
	}

	.footer-up-block .wechat-icon {
		display: block;
		width: 36px;
		height: 32px;
	}

	.footer-down-block {
		position: relative;
	}

	.footer-link-list {
		position: absolute;
		top: -64px;
	}

	.footer-down-block ul,
	.footer-down-block li {
		font-size: 16px;
		line-height: 24px;
	}

	.footer-down-block li a {
		display: block;
		color: #424242;
		font-size: 16px;
		line-height: 24px;
	}

	.footer-down-block .copyright {
		color: #fff;
		width: 100%;
		text-align: center;
	}

	.footer-down-flex {
		/* height: 72px; */
		height: auto;
	}

}


/*go top*/
#go-top-btn {
	position: fixed;
	z-index: 20;
	width: 44px;
	height: 44px;
	bottom: 90px;
	right: 40px;
	text-align: center;
	color: #747474;
	background-color: transparent;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #747474;
	transition: .3s ease;
}

#go-top-btn i {
	font-size: 24px;
	line-height: 40px;
}

#go-top-btn:hover {
	background-color: #747474;
	color: #fff;
}

@media screen and (max-width: 767px) {

	#go-top-btn {
		right: 10px;
		bottom: 10px;
	}
}

/*---Footer end---*/
/* normal btn */
.btn-block {
	display: flex;
}

.common-btn {
	display: block;
	border-radius: 4px;
	border-width: 3px;
	border-style: solid;
	padding: 8px 20px;
	min-width: 200px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	outline: 0 !important;
	transition: opacity .3s ease,
		background-color .3s ease,
		color .3s ease,
		border-color .3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.common-btn.btn-white {
	background-color: #fff;
	color: #424242;
	border-color: #424242;
}


.common-btn.btn-white:hover {
	background-color: #424242;
	color: #fff;
}

/* btn icon位置 */
.btn-icon {
	width: 22px;
	height: 22px;
	position: relative;
	margin-right: 4px;
}

.btn-icon::before,
.btn-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.common-btn .btn-icon::before {
	opacity: 1;
}

.common-btn .btn-icon::after {
	opacity: 0;
}

.common-btn:hover .btn-icon:before {
	opacity: 0;
}

.common-btn:hover .btn-icon::after {
	opacity: 1;
}

/* 更換icon請拿掉map另取class名稱 */
/* icon 未hover圖 */
.map::before {
	background-image: url('../images/common/focaltech-btn-map-icon.svg');
}

/* icon hover圖 */
.map::after {
	background-image: url('../images/common/focaltech-btn-map-icon-hover');
}

@media screen and (max-width: 767px) {

	.common-btn {
		border-width: 2px;
		min-width: 160px;
		font-size: 16px;
		line-height: 24px;
	}

}

/* btn dest */
.btn-dest {
	font-size: 18px;
	line-height: 28px;
	color: #424242;
	display: flex;
	align-items: center;
}

.btn-dest:hover,
.btn-dest:focus {
	color: #424242;
}

.btn-dest .arrow {
	display: inline-block;
	margin-left: 8px;
	width: 26px;
	height: 26px;
	margin-bottom: 1px;
	background-image: url('../images/common/focaltech-btn-arrow-black.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: bottom;
	transition: .3s ease;
}

.btn-dest:hover .arrow,
.btn-dest:focus .arrow {
	margin-left: 16px;
}

@media screen and (max-width: 767px) {
	.btn-dest {
		font-size: 16px;
		line-height: 24px;
	}

	.btn-dest .arrow {
		width: 22px;
		height: 22px;
	}
}
