<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	
}

ol, ul {
	list-style: none;
}


body{
	font-family:"微軟正黑體","MingLiU";}


img{
	vertical-align:bottom;}

.block1,
.block2{
	text-align:center;
	font-weight:bold;
	margin:10% 0;
	color:#333;}

.company_ch,
.company_en{
	font-family:MingLiU,Microsoft JhengHei;}
	
h2{
	font-size:34px;
	font-family:Microsoft JhengHei,MingLiU;}	
h4{
	font-size:22px;
	font-family:Microsoft JhengHei,MingLiU;}
		

	
.about{
	background:#999;
	height:200px;	
	font-size:18px;
	padding:15px;
	position:relative;
	color:#FFF;
	font-family:Microsoft JhengHei;}

.wave{
	bottom:0px;
	left:0;
	position:absolute;}

.container{
	width:100%;
	max-width:1600px;
	margin:auto;}

.card{
	margin-bottom:50px;
	margin-top:100px;}	
	
.face{
	width:90%;
	height:200px;
	margin:auto;}
	
.face1{
	position:relative;
	background:#85B8CB;
	display:flex;
	justify-content:center;	
	z-index:1;}	
	
.face2{
	height:200px;
	position:relative;
	display:flex;
	justify-content:center;
	align-items: center;
	border:1px #666 solid;
	border-top:none;		
	box-sizing:border-box;
	padding:0 5px;
	color:#333;
	font-family: 'Noto Sans TC', sans-serif;}		


.content2 h3{
	bottom:5px;
	left:0;
	right:0;
	padding:0;
	color:#fff;
	text-align:center;
	font-size:1.5em;
	position:absolute;
	font-family:Microsoft JhengHei,MingLiU;}

.content2 img{
	width:90%;
	height:100%;
	left:0;
	right:0;
	margin:auto;
	position:absolute;
	top:-40px;
	border-radius:4px;}
	
.platform{
	width:100%;
	max-width:1200px;
	margin:auto;
	margin-bottom:50px;
	font-family: 'Noto Sans TC', sans-serif;}


.plat h3{
	text-align:center;}

.plat{
	margin:0 5px 40px;
	text-align:center;
	height:400px;
	border-radius:20px;
	} 			

.p1{
	background:url(../img/plat1.png);
	background-size:100% 100%;
	transform:rotatey(0deg);
	z-index:0;
	position:relative;}
	
.p2{
	background-image:url(../img/plat2.png);
	background-size:100% 100%;
	transform:rotatey(0deg);
	z-index:0;
	position:relative;}	
	
.ptext{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	background-color:#FFF;
	opacity: 0.7;
	padding:15px 0px;}
	

/* 電腦 */
@media screen and (min-width:500px){
	.face{
		width:70%;
		height:200px;
		transition:0.5s;}
	
	.content2 img{
		width:80%;
		height:200px;
		left:0;
		right:0;
		margin:auto;
		position:absolute;}
	}




@media screen and (min-width:768px){
		
	.container{
		display:flex;}	
		
	.face{
		width:90%;
		height:200px;
		transition:0.5s;}
		
	.face1{
		transform:translateY(100px);}	
	
	.card{
		margin-top:0;}
	
	.card:hover{
		cursor:pointer;}
			
	.card:hover .face1{
		background:#666;
		transform:translateY(0);}
	
	.face2{	
		transform:translateY(-100px);}
	
	.card:hover .face2{
		transform:translateY(0);}
					
	h3{
		bottom:5px;}
	
	.content2{
		transition:0.5s;}
	
	.card{
		width:33%;
		margin-bottom:0px;}
	
	.content2 img{
		width:90%;
		height:200px;
		left:0;
		right:0;
		margin:auto;
		position:absolute;}
	
		
.about{
	height:300px;	
	font-size:24px;
	padding:15px 20%;}


.block1{
	text-align:center;
	font-weight:bold;
	margin:4% 0;}
	
.block2{
	text-align:center;
	font-weight:bold;
	margin:5% 0;}	
	
.plat{
	width:50%;
	height:400px;
	padding:5px;} 

.platform{
	display:flex;}
	
.platform:hover{
	cursor:pointer;}
	
.ptext:hover{
	text-decoration:underline;}		
	
	}
	
@media screen and (min-width:1320px){
	.plat{
	width:50%;
	height:500px;
	padding:5px;} }	
	
	
	
	















	
	
					   			</pre></body></html>