/* =============================================
focal banner common-select
================================================ */
/* =============================================
focal banner common-select
================================================ */

.common-select {
	position: relative;

}

.common-select select {
	width: 100%;
	border-radius: 4px;
	padding: 8px 48px 8px 16px;
	cursor: pointer;
	background-color: #F7F7F7;
	border: none;
	transition: .3s ease;
}

.common-select::after {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('../images/common/focaltech-select-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	pointer-events: none;
	transition: .3s ease;
}


/* =============================================
focal banner block start
================================================ */


.banner-block {
	height: 360px;
	padding-top: 100px;
}

.banner-title {
	color: #fff;
}

.banner-title+.breadcrumb {
	margin-top: 28px;
	margin-bottom: 0;
}

.breadcrumb,
.breadcrumb>a {
	color: #fff;
}

.breadcrumb .line {
	margin: 0 10px;
}

/* esg overview special */

.esg-overview-banner.banner-block {
	height: 760px;
}

@media screen and (max-width: 767px) {
	.banner-block {
		background-image: none !important;
		padding: 0;
		height: auto;
	}

	.banner-m {
		padding-top: 48.24%;
	}

	.esg-overview-banner.banner-block {
		height: auto;
	}

	.esg-overview-banner .banner-m {
		padding-top: 67.8%;
	}


	.banner-block .container {
		background-color: #424242;
	}

	.banner-info {
		padding: 40px 0;
	}
}

.text-banner-block {
	min-height: 272px;
	background-color: #F7F7F7;
	padding: 60px 0 40px;
}

.text-banner-block .cate {
	font-size: 16px;
	line-height: 24px;
}

.text-banner-block .cate+.title {
	margin-top: 20px;
}

.text-banner-block .date-icon-group {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text-banner-block .date {
	font-size: 16px;
	line-height: 24px;
	position: relative;
}

.add-this-block {
	height: 32px;
}

@media screen and (max-width: 767px) {
	.text-banner-block {
		padding: 40px 0 32px;
		min-height: auto;
	}

	.text-banner-block .cate+.title {
		margin-top: 16px;
	}

	.text-banner-block .date-icon-group {
		margin-top: 40px;
		display: block;
	}

	.date+.add-this-block {
		margin-top: 20px;
		height: 26px;
	}

	.add-this-temp {
		width: 76px;
		height: 26px;
	}
}


/* =============================================
focal banner block end
================================================ */

/* =============================================
focal tab section start
================================================ */
.tab-section {
	background-color: #424242;
}

.tab-list {
	display: flex;
	flex-wrap: wrap;
}

.tab-item a {
	display: block;
	min-width: 232px;
	padding: 16px 20px;
	background-color: #424242;
	text-align: center;
	transition: .3s ease;

}

.tab-item:hover a {
	color: #fff;
	background-color: #626262;

}

.tab-item.active a {
	background-color: #626262;
}

@media screen and (max-width: 767px) {
	.tab-select-block {
		padding: 12px 0 16px;
	}

}


/* =============================================
focal tab section end
================================================ */



/* =======================================
btn
========================================== */
/* swiper btn  */
/* swiper start */
/* 示意 */
.example-swiper-block {
	height: 410px;
	position: relative;
	background-color: blanchedalmond;
}

.text-swiper {
	height: 350px;
}


.swiper-btn {
	position: absolute;
	width: 50px;
	height: 90px;
	background-color: #FFB70F;
	opacity: 0.8;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-size: 26px;
	background-repeat: no-repeat;
	transition: opacity .3s ease,
		background-color .3s ease;

}

.swiper-btn:hover {
	opacity: 1;
}

.swiper-btn.swiper-button-disabled {
	background-color: #FEE29A;
}


.prev-btn {
	left: -70px;
	background-image: url('../images/common/focaltech-btn-prev-arrow-white.svg');
}

.next-btn {
	right: -70px;
	background-image: url('../images/common/focaltech-btn-next-arrow-white.svg');
}

@media screen and (max-width: 767px) {

	/* 參考首頁、career salary */
	.swiper-btn-block {
		display: flex !important;
		justify-content: space-between;
	}

	.swiper-btn {
		position: static;
		width: 44px;
		height: 44px;
		transform: translateY(0);
		background-size: 20px;
	}
}

/* page  */
.pagenation-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	/* 預設上間距 */
	margin-top: 80px;
}

.page-btn {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #FFB70F;
	opacity: 0.8;
	background-position: center;
	background-size: 26px;
	background-repeat: no-repeat;
	transition: opacity .3s ease,
		background-color .3s ease;
	position: relative;
}

.page-pre-btn {
	background-image: url('../images/common/focaltech-btn-prev-arrow-white.svg');
}

.page-next-btn {
	background-image: url('../images/common/focaltech-btn-next-arrow-white.svg');

}

.page-btn:hover {
	opacity: 1;
}

.page-btn.disabled {
	background-color: #FEE29A;
	opacity: 1;
}


.page-block {
	margin: 0 24px;
	display: flex;
	align-items: center;
}

.page {
	display: block;
	position: relative;
	min-width: 28px;
	text-align: center;
	color: #9E9E9E;
}

.page:hover,
.page.active {
	color: #FF7600;
}

.page+.page {
	margin-left: 24px;
}

.page::after,
.page-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% + 24px);
	height: calc(100% + 24px);
	margin: -12px;
}

.page-navigation-section {
	padding: 100px 0;
}

/* page-navigation */
.page-navigation-wrapper {
	display: flex;
	justify-content: space-between;
}

.navigation-item {
	display: flex;
	align-items: center;
}

.page-content+.page-btn,
.page-btn+.page-content {
	margin-left: 20px;
}

.page-content {
	color: #424242;
}

.page-title {
	margin-top: 12px;
}

.next-navigation {
	margin-left: auto;
}

.next-navigation .page-content {
	text-align: right;
}

.navigation-item {
	position: relative;
}

.navigation-item .page-btn {
	position: static;
}

@media screen and (max-width: 767px) {

	/* page-navigation */
	.page-navigation-wrapper {
		display: block;
	}


	.page-navigation-section {
		padding: 60px 0;
	}

	.next-navigation {
		justify-content: flex-end;
		margin-top: 40px;
	}

	.pagenation-wrapper {

		margin-top: 40px;
	}

}

/* =======================================
開闔
========================================== */

.open-close-wrapper {
	margin-top: 60px;
}

.open-close-item>.title {
	position: relative;
	transition: all .5s;
	cursor: pointer;
	padding: 16px 80px 16px 40px;
	background-color: #F7F7F7;
}

.open-close-wrapper .open-close-item+.open-close-item {
	margin-top: 20px;
}

.open-close-item .inner-title+.cate {
	margin-top: 16px;
}

.open-close-item .title>.cross {
	position: absolute;
	top: 28px;
	right: 59px;

}

.open-close-item .title>.cross::before,
.open-close-item .title>.cross::after {
	content: "";
	display: block;
	background-color: #FFB70F;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transition: .35s;
	transition: .35s;
	width: 18px;
	height: 4px;
}

.open-close-item .title>.cross::after {
	transform: rotate(90deg);
}

.open-close-item.open .title>.cross::after {
	transform: rotate(0);
}

.open-close-item .content {
	/* 上間距確認 */
	padding: 20px 40px 40px;
	background-color: #F7F7F7;
	display: none;
}

/* 暫時 */
.two-col-close-open {
	margin-top: 60px;
}

.two-col-close-open .open-close-list {
	display: flex;
	flex-wrap: wrap;
}

.two-col-close-open .open-close-item {
	width: 560px;

}


.two-col-close-open .open-close-item .content {
	padding: 20px 20px 40px 40px;

}


.two-col-close-open .open-close-item:nth-child(2n) {
	width: calc(100% - 600px);
	margin-left: 40px;
}

.two-col-close-open .open-close-item:nth-child(n+3) {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.two-col-close-open {
		margin-top: 40px;
	}

	.open-close-item>.title {
		padding: 16px 52px 16px 24px;
	}

	.open-close-item .title>.cross {
		top: 26px;
		right: 31px;
	}

	.open-close-item .content {
		padding: 0 20px 20px 24px;
	}


	.two-col-close-open .open-close-item .content {
		padding: 16px 20px 20px 24px;

	}

	.two-col-close-open .open-close-list {
		display: block;
	}

	.two-col-close-open .open-close-item {
		width: 100%;
	}

	.two-col-close-open .open-close-item:nth-child(2n) {
		width: 100%;
		margin-left: 0;

	}

	.two-col-close-open .open-close-item:nth-child(n+2) {
		margin-top: 20px;
	}
}

/* =======================================
開闔 end
========================================== */
/* =======================================
common download list
========================================== */
.download-item a {
	display: block;
	padding: 16px 0 16px 64px;
	position: relative;
	color: #747474;
	transition: .3s ease;
}

.download-item a::before {
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	background-image: url('../images/common/focaltech-download-icon.svg');
}

.download-item:first-child {
	border-top: 8px solid #FFB70F;
}

.download-item:hover a {
	color: #424242;
}

.download-item {
	border-bottom: 1px solid #BDBDBD;
}

@media screen and (max-width: 767px) {}

/* =======================================
common download list end
========================================== */
/*----------------------popup 登入跳窗start---------------------------------------------------------------- */
.lightbox {
	position: fixed;
	width: 100%;
	height: 101%;
	background-color: #000000B3;
	z-index: 1000;
	display: none;
	top: 0;
	left: 0;
	overflow: auto;
}

.lightbox.display {
	display: block;
}

.lightbox .lightbox-container {
	background-color: #fff;
	width: 680px;
	margin: auto;
	text-align: center;
	padding: 80px 40px 60px;
	position: relative;
	margin-bottom: 60px;
	top: 50%;
	transform: translateY(-50%);
}

.lightbox .lightbox-container .lightbox-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;

}

.lightbox .lightbox-container .lightbox-close::before,
.lightbox .lightbox-container .lightbox-close::after {
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;

}

.lightbox .lightbox-container .lightbox-close::before {
	background-image: url('../images/common/focal-icon-cross.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
}

/* .lightbox .lightbox-container .lightbox-close::after{
	background-image: url('../images/common/auo-close-hover.svg');
	opacity: 0;
}

.lightbox .lightbox-container .lightbox-close:hover::before{
	opacity: 0;
}

.lightbox .lightbox-container .lightbox-close:hover::after{

	opacity: 1;
} */


.lightbox-container>.inner-content {
	padding-top: 40px;
}

.lightbox-container>.btn-block {
	padding-top: 40px;
	justify-content: center;
}



@media screen and (max-width: 767px) {
	.lightbox {
		padding: 0 20px;
	}

	.lightbox .lightbox-container {
		width: 100%;
		padding: 60px 20px 40px 20px;
	}

	.lightbox .lightbox-container .lightbox-close {
		right: 16px;
		top: 16px;
		width: 30px;
		height: 30px;
	}

}

/* 右btn 左資訊 list */
.product-list-item:first-child {
	border-top: 1px solid #BDBDBD;
}

li.product-list-item {
	border-bottom: 1px solid #BDBDBD;
	display: flex;
	justify-content: space-between;
	padding: 40px 20px;
	align-items: center;
}


.product-list-item .btn-block {
	align-self: center;
}


@media screen and (max-width: 767px) {
	li.product-list-item {
		display: block;
		padding: 40px 0;

	}

	.product-title {
		text-align: center;
	}

	.product-list-item .btn-block {
		margin-top: 32px;
	}
}

/* 單頁html編輯器 */
.unit-page-title+.html-edit {
	margin-top: 40px;
}

/* =======================================
esg-subscribe start
========================================== */
.subscribe-form-wrapper {
	max-width: 660px;
	display: flex;
	flex-wrap: wrap;
}

.form-item-block {
	width: 100%;
}

.form-item-block textarea,
.form-item-block input {
	display: block;
	font-size: 18px;
	line-height: 28px;
	padding: 8px 10px;
	border-radius: 4px;
	border: 1px solid #BDBDBD;
	margin-top: 12px;
	width: 100%;

}

.form-item-block textarea {
	resize: none;
}

.form-item-block.name {
	width: 300px;
	margin-right: 60px;
}

.form-item-block.company {
	width: 300px;
}

.form-item-block.verify {
	display: flex;
	flex-wrap: wrap;

}

.form-item-block.verify label {
	width: 100%;
}





.form-item-block input:focus-visible {
	outline: none !important;
}

.form-item-block label {
	display: block;
}

.red {
	color: #ED1C24;
}

.subscribe-form-wrapper .form-item-block:nth-child(2)~.form-item-block {
	margin-top: 20px;
}

.form-item-block .verification-pic-block {
	margin-left: 16px;
	margin-top: 12px;
}



.verification-renew-pic {
	display: flex;
	cursor: pointer;
	align-items: center;
}

.verification-renew-pic .renew-img {
	/* width: 20px;
	height: 20px; */
	/* background-image: url('../images/esg/esg-subscribe-again-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain; */
	position: relative;
}

.verification-renew-pic .renew-img::before {
	content: '\f0e2';
	font-family: 'FontAwesome';
	/* position: absolute; */
	/* display: block; */
	font-size: 18px;
	line-height: 28px;
	/* width: 100%;
	height: 100%; */
	top: 0;
	left: 0;
	color: #424242;
	vertical-align: middle;

}

.verification-renew-pic span {
	margin-left: 4px;
}

.subscribe-form-wrapper #agree {
	display: none;
}

.subscribe-form-wrapper .checkbox-label {
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}

.subscribe-form-wrapper .checkbox-label::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #BDBDBD;

}

.subscribe-form-wrapper .checkbox-label::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	color: #d8b658;
	width: 25px;
	height: 24px;
	background-image: url('../images/common/focaltech-checked-icon.svg');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFB70F;
	border-radius: 4px;
	opacity: 0;
	transition: .3s ease;
	z-index: -1;
}

.subscribe-form-wrapper input:checked+.checkbox-label:after {
	transition: .3s ease;
	opacity: 1;
	z-index: 1;
}

.subscribe-form-wrapper .agree-wrap {
	margin-top: 40px;
}

.subscribe-form-wrapper .checkbox-label a {
	color: #FF7600;
	text-decoration: underline;
}

.subscribe-form-wrapper .error {
	color: #C13434;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	padding-left: 10px;
}

.subscribe-form-wrapper .not-filled .error {
	margin-top: 8px;
}

.subscribe-form-wrapper+.btn-block {
	margin-top: 40px;
}


.verify-input-group {
	width: 100%;
	display: flex;
	margin-top: 8px;
}


.form-item-block.verify input {
	max-width: 300px;
	align-self: flex-start;
	margin-top: 0;
	margin-right: 16px;
}

.verify-text-wrapper {
	margin-top: 8px;
	display: flex;
}

.verify-text-wrapper .error {
	width: auto;
	padding-left: 0;
	width: 300px;
	margin-right: 16px;
	margin-top: 0;

}


@media screen and (max-width: 767px) {
	.subscribe-form-wrapper {
		max-width: 100%;
	}

	.form-item-block.name,
	.form-item-block.company {
		width: 100%;
		margin-right: 0;
	}

	.form-item-block textarea,
	.form-item-block input {
		font-size: 16px;
		line-height: 24px;
	}

	.form-item-block.company {
		margin-top: 20px;
	}

	.form-item-block.verify input {
		max-width: 100%;
	}

	.form-item-block .verification-pic-block {
		margin-left: 0;
		margin-top: 20px;
		display: flex;
		align-items: center;
	}

	.verification-renew-pic {
		margin-left: 16px;
		margin-top: 0;
	}

	.verify-input-group {
		flex-wrap: wrap;
		margin-top: 12px;
	}

	.form-item-block .verify-input-group input {
		width: 100%;
		margin-right: 0;
	}

	.verify-text-wrapper {
		position: relative;
	}

	.verification-pic {
		margin-top: 20px;
	}

	.verify-text-wrapper {
		margin-top: 0;
	}

	.not-filled .verify-text-wrapper {
		margin-top: 8px;
	}

	.verification-renew-pic {
		position: absolute;
		top: -34px;
		left: 180px;
	}

	.not-filled .verification-renew-pic {
		top: -42px;
	}


}
