/*modify by pekey 20190604*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- 浮動top鍵 --*/
/*================*/
.topBtn_area{
	position:fixed;
	right:14px;
	bottom:0px;
	z-index: 10;
	transform: scale(0.84);
	transition:0.3s ease all;
}
	
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width: 2.5rem;
			height: auto;
    		aspect-ratio: 1;
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background: transparent;
			color:#fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
			/* .topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 12px #ffffff;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 8px;
				left: 50%;
				transform: translateX(-50%);
			} */
			.topBtn a svg {
				width: 35px;
				height: 35px;
				/* fill: var(--primary_color); */
				color: var(--primary_color);
			}
				.topBtn  svg path{
					stroke: var(--primary_color);
				}

				
			.topBtn a span {
				font-size: 0.9em;
				display:block;
				font-family: var(--foreign_font);
				padding-bottom: 5px;
				display: none;
			}
				/*hover*/
				.topBtn a:hover {
					opacity: 0.5;
				}
				
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
					
		
			



/*================*/
/*-- footer浮動按鈕區塊 --*/
/*================*/
.footer_area_fix{
	position:fixed;
	right: 0;
	bottom: 50px;
	z-index: 10;
	/* transform: scale(0.84); */
	transition:0.3s ease all;
}


/*iPhone和mac*/
.macBrowser .footer_area_fix  ,
.iPhoneSafariBrowser .footer_area_fix ,
.iPhoneChromeBrowser .footer_area_fix {
	right: 25px;
}
		
	.footer_area_fix .footer_fix_btn{

	}
			
		.footer_area_fix .footer_fix_btn a{
			color: #fff;
			transform: none;
			border-radius: 10px 0 0 0;
			background: var(--fifth_color);
			border: none;
			writing-mode: vertical-rl;
			height: auto;
			white-space: nowrap;
			width: auto;
			text-align: center;
			line-height: 1.78;
			padding: 10px;
			display: flex;
			letter-spacing: 2px;
			font-size: 0.875rem; /*14px*/
			text-decoration: none;
		}
		.footer_area_fix .footer_fix_btn a:hover{
			opacity: 0.5;
		}
			.footer_area_fix .footer_fix_btn img{
				width: 1.5625rem;
				margin: 0 0 .3125rem;
			}
			.footer_area_fix .footer_fix_btn strong{
				font-size: inherit;
				font-weight: inherit;
			}

			.footer_area_fix .footer_fix_btn .tab_description{

			}













/*================*/
/*-- 浮動社群鍵 --*/
/*================*/				
					


/*--浮動社群鍵---*/

.social_btn_area{
	position:fixed;
	right: 13px;
	bottom: 20px;
	transition:0.3s ease all;
	z-index: 201;
	/* display:none; */
}

		
.social_btn{
	margin: 0;
	position: relative;
	margin-left: auto;
}		
	.social_btn a{
		display:block;
		transition:0.3s ease all;
		text-decoration:none;
		font-size:12px;
		line-height: 12px;
		text-align:center;
		width: 50px;
		height: 50px;
		box-sizing:border-box;
		background-color: #1974ec;
		border-radius: 50%;
		position:relative;
		/* box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8); */
	}		
	.social_btn  img{
		/* width: 65%; */
		width: 20px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
        /*標籤說明*/		
        .tab_description{
            display: none;
            position: absolute;
            left: -90px;
            top: 9px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            padding: 10px 10px;
            font-size:13px;
            transition: 0.3s ease all;
        }		
	        /*hover*/
            .social_btn:hover > .tab_description{
                display: block;
                transition: 0.3s ease all;
            }








/*--右側浮動FB--*/
.fbBtn {}
    .fbBtn a {
        background-color: #1974ec;
    }
	
	
/*--右側浮動youtube--*/
.YtBtn {
}
    .YtBtn a {
        background-color: #fb031d;
    }
    


/*--右側浮動Line--*/
.lineBtn {
	margin:7px 0px;
	position: relative;
}
	.lineBtn a {
		background: #00c001;
	}
       
	



/*--右側浮動linkedInBtn--*/	
.linkedInBtn {
}
	.linkedInBtn a {
		background: #2764ac;
	}
    


/*--右側浮動Twitter--*/	
.twitterBtn {
}
	.twitterBtn a {
		background: #34b3f7;
	}
    



/*--右側浮動IG--*/		
.igBtn {
}
	.igBtn a {
		background-image: linear-gradient(45deg, #ffcd6c 0%, #ef5f4a 25%, #a335b4 50%, #505cd1 75%, #505cd1 75%, #9a37bb 100%);
	}

		
			
		
/*--右側浮動dcard--*/	
.dcardBtn{    
}
    .dcardBtn a {
        background:#0067a1;
    }
			
		
/*--右側浮動podcast--*/
.podcastBtn{	
}
	.podcastBtn a {
		background:#8622c2;
	}





@media (max-width: 990px){

	/*-- 浮動top鍵 --*/
	.topBtn{
		right: 0;
	}
		.topBtn a {
			width: 1.875rem;
			/* height: 30px; */
			/* background-color: var(--primary_color); */
			/* border-radius: 0; */
		}
		.topBtn a svg {
			width: 1.25rem;
			height: auto;
			/* stroke-width: 2px;
			stroke-linecap: round;
			width: 25px;
			height: 25px; */
		}
			.topBtn svg path {
				/* stroke: #fff; */
			}
			.topBtn a span {
				/* display: none; */
			}
		

	/*-- 浮動社群鍵 --*/
	.social_btn {
		/* margin:3px 0px; */
		margin: 0;
	}
		.social_btn a{
			width: 40px;
			height: 40px;
		}	



}










	
			





/*/////////////////////////////////////////////////////////*/
/*-------版腳--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	/* padding:  clamp(0.5161rem, 0.8333vw, 1rem) 0; */ /* 最小值 8.26px、大小約 0.8333vw、最大值 16.00px */
	/* background-color: var(--second_color);
	background-color: var(--primary_color); */
	color: #fff;
	padding: 0;
	background-image:linear-gradient(to right, var(--primary_color) , var(--second_color));
}



.footer .wrap{
	 /* 最小值 20.65px、大小約 2.0833vw、最大值 40.00px */
	 /*1752px*/
	 /* 最小值 4.13px、大小約 0.4167vw、最大值 8.00px */
}
.footer_top{
	background-color: #edf0f2;
	padding: 1rem 0;
	padding: 3.125rem 0;
}

.footer_top .wrap{
	/* display: flex;
	justify-content: space-between;
	display: grid;
	grid-template-columns: 65% 50px; */
	/* align-items: center; */
}

.footer_top .item_list_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* gap: clamp(0.484rem, 0.78vw, 0.938rem); */
	column-gap: clamp(0.645rem, 1.04vw, 1.25rem);
	row-gap: 1.875rem;

	margin: 0;
	letter-spacing: 0.0625rem;	
}
.footer_top .item_title{
	font-size: 0.9625rem;
	line-height: 1.62;
	font-weight: bold;
	margin-bottom: 0.6250rem;
}
.footer_top .item_title a{
	font-size: inherit;
	color: #333;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: inherit;
}
.footer_top .item_title a:hover{
	opacity: 0.7;
	transition: all 0.3s ease;
}

.item_content_area{
    padding-left:0.3125rem;
    line-height: 1.5;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
}



.footer_top .item_content_area .item_content_list{
}
.footer_top .item_content_area a{
	font-size: 0.9375rem;
	text-decoration: none;
	display: block;
	color: #333;
	letter-spacing: inherit;
	font-weight: inherit;
}
.footer_top .item_content_area a:hover{
	opacity: 0.7;
	transition: all 0.3s ease;
}


	/*模型*/
	.item_list.model .item_content_area {
		column-count: 2;
		column-gap: 0.3125rem;
		display: block;
		flex-direction: unset;
		margin-bottom: -0.3125rem;
	}
	.item_list.model .item_content_area .item_content_list{
		padding-bottom: 0.3125rem;
	}




	/*公司消息*/
	.item_list.companyNews{
		display: flex;
		flex-direction: column;
		row-gap: 1.875rem;
	}
		.item_list.companyNews .item_box{
			
		}




@media (max-width: 768px){

	
.footer .wrap{
	 /* 最小值 20.65px、大小約 2.0833vw、最大值 40.00px */
	 /*1752px*/
	 /* 最小值 4.13px、大小約 0.4167vw、最大值 8.00px */
}
	.footer_top .item_list_area{
	}
}
@media (max-width: 540px){
	.footer_top .item_list_area{
	}
}
@media (max-width: 410px){
	.footer_top .item_list_area{
	}
}











	.footer_content{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 0.6250rem 0;
		font-size: 0.75rem;
	}

		.footer_content .wrap{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			flex-direction: row;
			align-items: center;
			gap: 0.3125rem;
		}
		
		.footer_content .social_btn_area{
			position: relative;
			right: unset;
			bottom: unset;
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-end;
			gap: 0.625rem; /*10px*/
			/* display: none; */
		}
			.footer_content .social_btn_area .social_btn{
				margin: 0;
			}
			.footer_content .social_btn_area .social_btn a{
				width: 1.875rem; /*30px*/
				height: auto;
				aspect-ratio: 1 / 1;
			} 
			.footer_content .social_btn_area .social_btn img {
				width: 53%;
			}
			.footer_content .social_btn_area .social_btn:hover img {
				opacity: 0.7;
			}
			.footer_content  .social_btn:hover > .tab_description {
				display: none;
			}


			.footer_content .social_btn_area .tikTokBtn a{
				background: #000000;
				border: #858585 solid 1px;
			} 
			










		/*----- 版腳footer_logo -----*/
		.footer_logo_area{
			color: #fff;
			display: grid;
			/* grid-template-columns: 150px calc(3.125rem + 6.0625rem + 0.9375rem); */
			grid-template-columns: 150px  6.0625rem;
			grid-template-columns: 9.3750rem minmax(6.8750rem , calc(6.8750rem * 3));
			align-items: center;
			justify-content: space-between;
			gap: 1.25rem; /*20px*/
		}


		.footer_logo_section{
		}
		.footer_logo_section2{
			display: flex;
			align-items: center;
			gap: .9375rem;
			flex-wrap: wrap;
			
		}

			.footer_logo_section {
			}
			.footer_logo_section a{
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				justify-content: center;
				width: 100%;
				gap: .3125rem;
				text-decoration: none;
				line-height: 1.3;
			}

			.footer_logo_section img{
				width: 100%;
				height: auto;
			}



			.footer_logo_section .title{
				font-size: 0.625rem;
				color: #333;
				text-decoration: none;
				display: block;
			}




		.footer_logo{
			transition: 0.3s ease all;
			box-sizing: border-box;
			/*width: 4.0625rem;*/ /*65px*/
		}
		.footer_logo_section1 .footer_logo:first-of-type{
			/*width: 3.125rem;*/ /*50px*/
		}
			.footer_logo a{
				display: block;
			}
			.footer_logo a:hover{
				opacity: 0.7;
			}

			.footer_logo_section .logo_item{

			}
				.footer_logo img{
					width: 100%;
					height: auto;
				}


			.footer_logo_section .logo_item.fbBtn{
				width: 3.125rem;
				aspect-ratio: 1;
				overflow: hidden;
				border-radius: 50%;
			}
				.footer_logo_section .logo_item.fbBtn a{
					aspect-ratio: 1;
				}
					.footer_logo_section .logo_item.fbBtn img{
						width: 50%;
						height: auto;
					}


			

			.footer_logo_section .logo_item.iso{
				/* width: 6.8750rem; */
			}

			.footer_logo_section .logo_item.iso img{
				max-width:calc( 6.8750rem * 3 );
			}

			.footer_logo_section .logo_item.iso a{
				/*display: flex;
				flex-wrap: wrap;
				align-items: center;
				justify-content: center;
				width: 100%;
				gap: .3125rem;
				text-decoration: none;
				line-height: 1.3;*/
				gap: .3125rem;
				text-decoration: none;
				line-height: 1.3;
				flex-wrap: wrap;
				align-items: unset;
				justify-content: flex-end;
			}
			.footer_logo_section .logo_item.iso .title{
				text-align:right;
				width: 100%;
			}






		/*----- 版腳主按鍵 navbar -----*/
		/* .footer_navbar_content{
			font-size: 0.6875rem;
			line-height: 1.45;
		}
			.footer_navbar_area{
			} */
				.footer_navbar_title{
					/*font-size: clamp(1.1111rem, 1.0417vw, 1.2500rem);*/ /* 字體 最小值 17.78px、大小約 1.0417vw、最大值 20.00px */
				}
				/* .footer_navbar_title strong{
					font-size: inherit;
					line-height: inherit;
					padding: 0;
					margin: 0;
					border-bottom: solid 1px var(--third_color);
					border-color: #464646;
					width: 100%;
					display: block;
					padding-bottom: 0.9375rem; 
				} */



		.footer_navbar{
			color: #fff;
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			font-size: inherit; 
			gap: clamp(0.6250rem, 0.5208vw, 0.6250rem); /* 最小值 10.00px、大小約 0.5208vw、最大值 10.00px */
		}
			.footer_nav{
				box-sizing: border-box;
				display: flex;
				align-items: center;
				flex-wrap: wrap;
				gap: inherit;
			}
			.footer_nav:not(:first-of-type):before{
				content: "";
				left: 0;
				background-color: #fff;
				width:.0625rem;
				height: calc(0.6875rem * 1.63);
				display: block;
			}
				.footer_nav a{
					text-decoration: none;
					color: inherit;
				}
				.footer_nav a:hover{
					opacity: 0.5;
				}




.footer_content_bottom{
	  background-color: #fff;
	  padding: 2.0089rem 0;
}



		/*----- 版腳資訊 footer_information -----*/
		ul.footer_information{
			padding: 0;
			margin: 0;
			display: block;
			list-style-type: none;
			color: #fff;
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			gap: clamp(0.6250rem, 0.5208vw, 0.6250rem);
			font-size: clamp(0.875rem, 0.808rem + 0.11vw, 0.938rem); 
		}
		ul.footer_information:last-of-type{			
			flex-direction: column;
		}
			ul.footer_information li{
				padding: 0;
				margin: 0;
				display: block;
				list-style-type: none;
				display: flex;
				align-items: center;
				padding: 0px 0px;
				line-height: 1.2;
			}
			ul.footer_information li strong{
				margin: 0;
				padding: 0px 0px;
				font-size: inherit;
				line-height: inherit;
				font-family: inherit;
				white-space:nowrap;
			}
			ul.footer_information li.company {
				
			}
			ul.footer_information li.address{
				align-items: first baseline;
			}
			ul.footer_information li.company ,
			ul.footer_information li.address{
				width: 100%;
			}

				ul.footer_information li i{
				padding-right: 5px;
				}
					ul.footer_information li span{				
					}
						ul.footer_information li a{
							color: inherit;
							display: block;
							text-decoration: none;
							word-break: break-word;
						}
						ul.footer_information li a:hover{
							opacity: 0.7;
						}

	
	/*----- 版權宣告 -----*/
	.copyright{
		color: var(--third_color);
		font-family: var(--foreign_font);
		font-size: 0.6875rem; 
		line-height: 1;
	}
		.copyright a{
			color:inherit;
			font-size: inherit;
			line-height: inherit;
		}
		
	/*----- 瀏覽器警示標語 -----*/
	.browser_bg{
		color: #6c6c6c;
		font-size: 12px;
		line-height: 16px;
	}
		.browser_bg a{
			color:inherit;
			font-size: 12px;
			line-height: 16px;
			text-decoration: underline;
		}
			





@media (max-width: 990px){

.footer_top .wrap {
}
	.footer_top .item_list_area {
		justify-content: unset;
		column-gap: 1.25rem;
	}

	.footer_top .item_list_area .item_list{
	}


	.footer_logo_area {
		/* grid-template-columns: 5.625rem calc(1.875rem + 4rem + 0.3125rem); */
		grid-template-columns: 5.625rem  minmax(4rem , calc(4rem * 2));
	}

		.footer_logo_section2{
			gap: 0.3125rem;
		}

			.footer_logo_section .logo_item.fbBtn{
				width: 1.875rem;
			}
			.footer_logo_section .logo_item.iso {
				/*width: 4rem ;*/
			}
				.footer_logo_section .logo_item.iso img {
				    max-width: 4rem ;
				}

}




@media (max-width: 860px){

	.footer_content{		
		justify-content: unset;
		align-items: unset;
		gap: 0.6250rem;
	}

		/*----- 版腳主按鍵 navbar -----*/
		.footer_navbar_content{
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
		}

		.footer_content .social_btn_area{
			order: -1;
		}

		.footer_top .item_list_area {
		}	
			.footer_top .item_list_area .item_list{
			}


	.footer_content_bottom{
		display: flex;
		flex-direction: column;
		gap: inherit;
		row-gap: 1.875rem;
	}

	/* 版腳資訊 footer_information */
	ul.footer_information{
	}	
		ul.footer_information li{
		}

		.footer_logo {
		}
		
	
}





@media (max-width: 390px){

	.footer_top .item_list_area {
	}	
		.footer_top .item_list_area .item_list{
		}

}







