@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");

a {
	color: #66BAB7;
}

a:hover {
	text-decoration: underline;
}

/* new */
.menubackground.Strategic {
	background: #198997;
}

.mobile_bg {
	display: none;
}


.productHeader .productWarp {
	width: auto;
	height: 375px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 100px 0;
	box-sizing: border-box;
}

.productHeader .contents {
	position: relative;
	height: auto;
	margin: 0px auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.productHeader .header_wrap {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 95%;
	max-width: 1200px;
	gap: 16px;
	padding: 0 2.5%;
}

.productHeader.Strategic {
	background: #198997;
}

.productHeader.Strategic .contents {
	background-image: url("/images/about/Strategic-Partners_banner_pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	height: 530px;
}

.productHeader .contents h2 {
	font-size: 3.3em;
	z-index: 9;
	width: auto;
	height: auto;
	color: #595959;
}

.productHeader .contents h1 {
	z-index: 10;
	height: auto;
	color: #595959;
	font-size: 2em;
	max-width: 47%;
}

.productHeader.flexie_solution .contents h1 {
	max-width: 45%;
}

.productHeader .header_link_wrap {
	display: flex;
	width: 50%;
	max-width: 360px;
	flex-wrap: wrap;
	row-gap: 12px;
	column-gap: 20px;
}

.productHeader .header_link_wrap.header_link_wrap_en {
	max-width: 510px;
}

.icon_link_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	margin-left: 12px;
}


.column_wrap {
	display: flex;
	flex-direction: column;
}

.column_wrap p {
	text-align: center;
	line-height: 1.3;
	font-size: 11px;
	font-weight: 400;
}

.content_mobile {
	display: none;
}

.productHeader .contents .product_link {
	z-index: 11;
	line-height: 1;
	width: auto;
	height: auto;
	color: #595959;
}

.productHeader .contents .product_link:hover {
	text-decoration: underline;
}

.productHeader .contents .product_link img {
	width: 55px;
	height: 55px;
	margin: 0 auto;
}

.logo_wrap {
	display: flex;
	column-gap: 15px;
}

.logo_wrap img {
	border-radius: 15px;
}

.logo {
	max-width: 60px;
}

.robustie.logo {
	width: 70px;
	height: 50px;
}

.flexie.logo {
	width: 70px;
	height: 40px;
}

.title_logo_wrap {
	display: flex;
	column-gap: 12px;
	align-items: center;
	max-width: 60%;
}

.flex_box {
	display: flex;
	align-items: flex-end;
	column-gap: 12px;
	margin-bottom: 20px;
}

/* product header */

/* intro & video */
.intro {
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	float: left;
}

.intro .contents {
	width: 1200px;
	height: auto;
	padding: 0 5px;
	margin: 0 auto 72px auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	column-gap: 35px;
}

.intro .contents .box {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	box-sizing: border-box;
	max-width: 1100px;
	width: 100%;
}

.intro .contents .box p {
	padding: 0;
	box-sizing: border-box;
}


.intro h1 {
	color: #595959;
	font-weight: 300;
	text-align: center;
	padding-bottom: 12px;
	margin-top: 64px;
}

.intro .contents .box p {
	width: 100%;
	display: block;
	color: #595959;
	text-align: center;
	font-weight: 300;
}

.btn_wrap {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.w595 {
	width: 595px;
}

.mail_btn {
	position: relative;
	border: none;
	cursor: pointer;
	background: linear-gradient(90.27deg, #B0CCCD 2.78%, #66BAB7 99.76%);
	border-radius: 30px;
	padding: 8px 20px 8px 20px;
	color: #fff;
	text-decoration: none;
	display: flex;
	width: auto;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
	transition: padding 0.3s 0.15s, background 0.45s;
}

.mail_btn:hover {
	text-decoration: none;
	padding: 8px 65px 8px 20px;
	transition: all 0.3s;
}

.mail_btn_icon {
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: flex-end;
	height: 30px;
	opacity: 0;
	transition: opacity 0.3s, right 0.2s;
}

.mail_btn:hover .mail_btn_icon {
	right: 2%;
	opacity: 1;
	transition: opacity 0.3s 0.15s, right 0.2s 0.15s;
}

@keyframes imgOpacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.mail_btn_img {
	width: 32px;
}

.mail_btn_img.bg {
	height: 20px;
	background-color: #48ADDC;
	box-shadow: 0px 2px 10px rgba(0, 94, 124, 0.2);
	transition: all 0.3s;
}

.mail_btn:hover .mail_btn_img.bg {
	box-shadow: 0px 2px 10px rgba(0, 94, 124, 0.8);
}

.mail_btn_img.front {
	width: 32px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mail_btn_icon>img:nth-child(2) {
	transform: translate(-50%, -40%);
	opacity: 0.9;
	transition: all 0.35s linear 0.4s;
}

.mail_btn:hover .mail_btn_icon>img:nth-child(2) {
	transform: translate(-50%, -52%);
	opacity: 1;
}

/* intro & video  end */

/*----------Strategic_tab-START---------------*/
.Strategic_tab_wrap {
	text-align: left;
	background: #f4f4f4;
	color: #595959;
	line-height: 1.7;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	float: left;
}

.Strategic_tab {
	margin: 0;
	width: 100%;
	height: auto;
	padding-bottom: 0%;
	padding-top: 0%;
}

.Strategic_tab .contents {
	margin: 48px 0;
}

.Strategic_tab .contents .box {
	width: 100%;
	height: auto;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}

.Strategic_tab .company_info {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	text-align: left;
	align-items: center;
}

.epd_info>div:last-of-type {
	align-self: flex-start;
}

.Strategic_tab .company_info img {
	max-width: 180px;
}

.Strategic_tab .company_info>div {
	display: flex;
	flex-direction: column;
}

.Strategic_tab .company_info>div p {
	padding: 12px 0;
}

.Strategic_tab .company_info .img_wrap {
	display: flex;
	column-gap: 12px;
}

.Strategic_tab .company_info>div img {
	width: 70px;
}

.Strategic_tab .company_info_more {
	text-align: justify;
}

.Strategic_tab .en_text-align {
	text-align: center;
}

.Strategic_tab .company_info_more h3 {
	margin-top: 24px;
}

.Strategic_tab .company_info_more p {
	padding: 4px 0;
}

.Strategic_tab .company_info_more>ol>li {
	margin-left: 16px;
}

.Strategic_tab .company_info_more>ul>li {
	margin-left: 20px;
	list-style-type: disc;
}

.Strategic_tab .wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	margin-top: 24px;
	align-items: center;
}

.Strategic_tab .wrap:nth-child(2) {
	margin-top: 12px;
}

.Strategic_tab .MSP_bg {
	background: url(../images/about/mediasign_bg.jpg);
	background-size: cover;
	max-width: 30%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Strategic_tab .MSP_bg>img {
	max-width: 95%;
}

.Strategic_tab .wrap>p {
	max-width: calc(70% - 24px);
}

.Strategic_tab .wrap>a {
	max-width: 30%;
}

.Strategic_tab .wrap>a>img {
	width: 100%;
	border-radius: 10px;
}

/* Strategic_tab tabs */
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 0;
	box-sizing: border-box;
	height: 100%;
}

.tabs {
	display: table;
	table-layout: fixed;
	width: 100%;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.tabs>li {
	transition-duration: .25s;
	display: table-cell;
	list-style: none;
	text-align: center;
	padding: 16px 20px 20px 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	letter-spacing: 0.06em;
	color: #595959;
}

.tabs>li>img {
	width: 120px;
	filter: grayscale(100%);
	transition: all 0.3s;
}

.tabs>li:before {
	z-index: -1;
	position: absolute;
	content: "";
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .3);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition-duration: .25s;
	border-radius: 5px 5px 0 0;
}

.tabs>li:hover:before {
	-webkit-transform: translateY(70%);
	transform: translateY(70%);
}

.tabs>li.active {
	font-weight: 600;
}

.tabs>li.active>img {
	filter: grayscale(0%);
}

.tabs>li:hover {
	color: #0092DB;
}

.tabs>li:hover>img {
	filter: grayscale(0%);
}

.tabs>li.active:before {
	transition-duration: .5s;
	background-color: white;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.tab__content {
	background-color: white;
	position: relative;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 12px;
}

.tab__content>li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	list-style: none;
}

.tab__content>li .content__wrapper {
	text-align: center;
	border-radius: 5px;
	width: 100%;
	padding: 0 48px 0 48px;
	background-color: white;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

/* five easy tabs  end*/

.versatile {
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 24px;
	color: #595959;
	box-sizing: border-box;
	float: left;
	position: relative;
}

.versatile .contents {
	max-width: 1200px;
	margin: 20px auto;
	box-sizing: border-box;
	text-align: center;
}

/* SLIDER */

.slider-container {
	width: 100%;
	margin: 0 auto;
	border-radius: 15px;
	color: #fff;
}

.swiper {
	width: 100%;
	padding: 16px 0 40px;
	margin-bottom: 50px;
}

.swiper-slide {
	position: relative;
	width: 360px;
	height: 411px;
	border: 1px solid #199eae;
	border-radius: 22px;
	background-color: #fff;
	box-shadow: 2px 2px 5px #1989972b;
}

.swiper-slide div {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.arrow {
	position: absolute;
	border-radius: 50%;
	padding: 10px;
	right: 20px;
	bottom: 0px;
	z-index: 999;
	opacity: 0;
	transition: all 0.1s ease;
}

.swiper-slide:hover .arrow {
	position: absolute;
	border-radius: 50%;
	padding: 10px;
	right: 20px;
	bottom: 20px;
	opacity: 1;
}

.swiper-slide a {
	text-align: start;
	position: relative;
	color: #595959;
	z-index: 3;
}

.swiper-slide h3,
.swiper-slide p {
	padding-top: 10px;
	padding: 0 20px;
}

.swiper-slide p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.swiper-slide a:hover {
	color: #007ED4;
}

.swiper-slide img {
	height: 280px;
	width: 360px;
	border-radius: 20px 20px 0 0;
	object-fit: cover;
	object-position: right;
	transition: transform 0.2s ease;
	vertical-align: top;
}

.swiper-slide:hover img {
	transform: scale(1.1);
	height: 240px;
}

.fa-arrow-right:before {
	margin-left: 30px;
	padding: 6px;
	background-color: #66BAB7;
	border-radius: 50%;
}

.swiper-pagination {
	--swiper-pagination-bottom: -4px;
}

.swiper-button-next,
.swiper-button-prev {
	color: #66BAB7;
}

.swiper-button-prev {
	left: 400px;
}

.swiper-button-next {
	right: 400px;
}

.photo {
	display: flex;
	align-items: flex-end;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #199eae;
	transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
	width: 18px;
	border-radius: 8px;
}

.photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 0;
}

.wavie {
	display: block;
	width: 100%;
	position: absolute;
	top: 220px;
	transition: transform 0.2s ease;
}

.swiper-slide:hover .wavie {
	top: 192px;
}

.subtitle,
.versatile .contents .f20 p:first-child {
	padding-bottom: 10px;
}

.subtitle {
	font-weight: 700;
}

/*--1680寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1680px) {
	.productHeader .contents h2 {
		font-size: 2.6em;
	}


	.productHeader .contents h1 {
		font-size: 1.8em;
	}

	.swiper-button-prev {
		left: 200px;
	}

	.swiper-button-next {
		right: 200px;
	}
}

/*--1440寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1440px) {
	.productHeader .header_wrap {
		max-width: 1200px;
	}

	.swiper-button-prev {
		left: 100px;
	}

	.swiper-button-next {
		right: 100px;
	}
}

/*--1366寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1366px) {
	.productHeader.Strategic .contents {
		height: 380px;
	}

	.productHeader .header_wrap {
		max-width: 1024px;
	}

	/* intro & video */
	.intro .contents {
		width: 1024px;
		flex-direction: column;
		row-gap: 20px;
	}

	.intro .contents .box {
		width: 100%;
		justify-content: center;
	}

	.intro h1 {
		margin-top: 50px;
	}

	.intro .contents {
		margin: 12px auto 55px auto;
	}

	.intro .contents .box p {
		margin: 0 auto;
	}

	.wrapper {
		max-width: 1024px;
	}

	.versatile {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.versatile .contents {
		max-width: 1024px;
		margin: 50px auto;
	}

}

/*--1280px寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
	.swiper-button-prev {
		left: 50px;
	}

	.swiper-button-next {
		right: 50px;
	}
}

/*-1240寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width:1240px) {
	.swiper-button-prev {
		left: 7%;
	}

	.swiper-button-next {
		right: 7%;
	}
}

/*--1024寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	.productHeader.Strategic {
		background: #198997;
	}

	.productHeader.Strategic .contents {
		background-image: url("/images/about/Strategic-Partners_banner_tablet.jpg");
		height: 330px;
	}

	.productHeader .header_wrap {
		width: 90%;
		max-width: 768px;
		padding: 0 2%;
		gap: 5px;
	}

	.intro .contents {
		width: 768px;
	}

	.intro .contents .box p {
		padding: 0 5%;
	}

	.wrapper {
		max-width: 768px;
	}

	.productHeader .header_link_wrap {
		max-width: 300px;
	}

	/* tablet 尺寸以下 改變按鈕樣式 */
	/* .mail_btn {
		padding: 8px 20px;
		background: #00AFD6;
	} */

	.mail_btn:hover {
		padding: 8px 20px;
		background: rgb(12, 187, 231);
	}

	.mail_btn_icon {
		height: 26px;
		position: relative;
		top: auto;
		right: auto;
		opacity: 1;
		transform: translate(0, 0);
	}

	.mail_btn:hover .mail_btn_icon {
		right: 0;
	}

	.mail_btn_img {
		width: 30px;
	}

	.mail_btn_img.bg {
		height: 18px;
		box-shadow: none;
	}

	.mail_btn:hover .mail_btn_img.bg {
		box-shadow: none;
	}

	.mail_btn_img.front {
		width: 30px;
	}

	.mail_btn_icon>img:nth-child(2) {
		opacity: 1;
		transition: all 0.35s linear;
	}

	/* tablet 尺寸以下 改變按鈕樣式  end */

	.Strategic .contents .box {
		width: 100%;
		height: auto;
		float: left;
		margin: 0%;
		padding: 20px;
		padding-top: 0;
		text-decoration: none;
		box-sizing: border-box;
		text-align: center;
	}

	.versatile .contents {
		max-width: 768px;
	}

	.wavie {
		display: none;
	}

}

/*--768寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.productHeader .contents h1 {
		max-width: 55%;
	}


	.intro .contents {
		width: 600px;
		margin: 20px auto 64px auto;
	}

	.wrapper {
		max-width: 600px;
		margin: 20px auto;
	}

	.Strategic_tab .contents .box {
		padding: 0;
	}

	.Strategic_tab .company_info {
		column-gap: 20px;
	}

	.Strategic_tab .MSP_bg {
		max-width: 100%;
	}

	.Strategic_tab .wrap {
		row-gap: 24px;
	}

	.Strategic_tab .wrap>p {
		max-width: 100%;
	}

	.Strategic_tab .wrap>a {
		max-width: 100%;
	}

	.versatile .contents {
		max-width: 600px;
	}

	.swiper-slide {
		width: 250px;
		height: 400px;
	}

}

/*--700寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 700px) {
	.swiper-button-prev {
		left: 5%;
	}

	.swiper-button-next {
		right: 5%;
	}
}

/*--600寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
	.productHeader .contents {
		padding: 0;
		padding-top: 45px;
		/* 用padding 推header的位置*/
		height: 380px;
		align-items: flex-start;
		width: 100%;
	}

	.productHeader .header_link_wrap {
		width: 100%;
	}

	.productHeader .contents h2 {
		font-size: 2em;
		margin: 0 auto;
		text-align: center;
	}

	.title_logo_wrap {
		display: inline;
		max-width: 100%;
	}

	.productHeader .header_wrap {
		width: 100%;
		gap: 0px;
		padding: 0;
	}

	.productHeader .header_link_wrap {
		max-width: 100%;
	}

	.header_wrap .title_logo_wrap h2,
	.productHeader .contents h1 {
		color: #fff;
	}

	.swiper-slide a {
		display: block;
		margin-top: 10px;
	}

	.productHeader .header_link_wrap {
		flex-direction: column;
		gap: 0px;
	}

	.productHeader.Strategic .contents {
		padding-top: 25px;
		height: 380px;
		align-items: flex-start;
		background-position: center;
	}

	.productHeader.Strategic .contents h1 {
		font-size: 1em;
		text-align: center;
		max-width: 95%;
		padding: 12px 0 24px 0;
		margin: 0 auto;
	}

	.productHeader.Strategic .contents .product_link {
		text-align: center;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 12px;
		height: auto;
	}

	.productHeader.Strategic .contents {
		padding-top: 25px;
		align-items: flex-start;
		background-position: center;
		height: auto;
	}

	.productHeader.Strategic .contents {
		background: #198997;
	}

	.productHeader.Strategic .contents .product_link {
		color: #fff;
		background: #198997;
		border-top: 1px solid #2bb0c2;
	}

	.intro .contents {
		width: 100%;
	}

	.intro .contents .box {
		width: 95%;
	}

	.intro h1 {
		margin-top: 24px;
	}

	.intro .contents {
		margin: 12px auto 28px auto;
	}

	.intro .contents .box p {
		margin: 0 auto;
	}

	.tab__content>li .content__wrapper {
		padding: 24px;
	}

	.tabs>li>img {
		width: 100px;
	}

	.Strategic_tab .contents {
		width: 100%;
		margin: 0 auto;
	}

	.Strategic_tab .company_info img {
		max-width: 220px;
		max-height: 180px;
	}

	.wrapper {
		padding: 24px 5%;
	}

	.versatile .contents {
		max-width: 90%;
		margin: 25px auto;
	}

	.mobile_bg {
		display: block;
	}

	.Strategic_tab .company_info_more {
		text-align: center;
	}

	.Strategic_tab .company_info {
		justify-content: center;
		text-align: center;
	}

	.Strategic_tab .company_info_more>ul>li {
		list-style-position: inside;
	}
}