<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/becky/fonticons/css/style.css');
/* 以下是 圖示文字 new ver. 的 CSS */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/* 以下是 en style */
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/becky/css/reset.css');

/* 表頭 top */
	header{
		width: 100%;
		background-color: #FFF;
		transition: all .3s;
	}
	.toplogo{
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 250px;
		font-weight: bold;
		color: #000;
		margin: 10px;
	}
	.toplogo_txt{
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	.toplogo_entxt{
		font-size: 1rem;
		letter-spacing: 1px;
	}
	/* 社群小圖示 */
	.toplink ul li a{
		display: block;
		padding: 0.5rem;
		box-sizing: border-box;
		font-size: 1.25rem;
		border-radius: 50%;
		margin: 0.5rem;
		color: #FFF;
		transition: all .3s;
	}
	.toplink ul li &gt; .toplink_totop{
		position: fixed;
		z-index: 99;
		bottom: 1rem;
		right: 1rem;
	}

	/* 國外分館 */
	.outtour_ul_txt{
		display: block;
		width: 100%;
		padding: 0.5em 0.1em;
		box-sizing: border-box;
		font-size: 1.2em;
		color: #FFFFFF;
		text-align: center;
		transition: all .5s;
	}
	.outtour_ul li:first-child &gt; a .outtour_ul_txt{ background-color: #FF7443; }
	.outtour_ul li:nth-child(2) &gt; a .outtour_ul_txt{ background-color: #EDC901; }
	.outtour_ul li:nth-child(3) &gt; a .outtour_ul_txt{ background-color: #ABB327; }
	.outtour_ul li:nth-child(4) &gt; a .outtour_ul_txt{ background-color: #17A669; }
	.outtour_ul li:nth-child(5) &gt; a .outtour_ul_txt{ background-color: #3CC3C1; }
	.outtour_ul li:nth-child(6) &gt; a .outtour_ul_txt{ background-color: #2077BF; }
	.outtour_ul li:last-child &gt; a .outtour_ul_txt{ background-color: #FD444B; }

/* 表尾 under */
	footer{
		width: 100%;
		padding: 2rem 0 0;
		box-sizing: border-box;
		background: #98998A;
		background: -webkit-linear-gradient(top, #DDDDD3 0%, #98998A 100%);
		background: -o-linear-gradient(top, #DDDDD3 0%, #98998A 100%);
		background: linear-gradient(to right, #DDDDD3 0%, #98998A 100%);
		transition: all .3s;
	}
	.underwrap_p{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.underwrap_p &gt; span{
		margin: 0.5rem;
	}
	.fectechs{
		text-align: right;
		padding: 0.5rem 1rem;
		box-sizing: border-box;
		font-size: 0.7rem;
		color: rgba(255,255,255,0.1);
	}

@media screen and (max-width: 1179px)
{
	/* 社群小圖示 */
	.toplink{
		position: fixed;
		bottom: 0;
		left: 0;
	}
	.toplink ul li &gt; .toplink_company{ background-color: #00A2E8; }
	.toplink ul li &gt; .toplink_map{ background-color: #FF3139; }
	.toplink ul li &gt; .toplink_phone{ background-color: #4CDA64; }

	/* 大輪播圖 */
	.impress{ display: none; }

	.outtour_ul{
		display: flex;
		flex-wrap: wrap;
	}
	.outtour_ul li{ width: 50%; }

	.outtour_ul li:last-child{ width: 100%; }

	.outtour_ul_img{ display: none; }

	/* 選單 */
	.topwrap{
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		right: 0;
		background-color: #FFFFFF;
		box-shadow: 2px 3px 3px rgba(0,0,0,0.1);
	}
	.topnav_btn{
		width: 40px;
		height: 40px;
		position: absolute;
		top: 25px;
		left: -50px;
		z-index: 10000;
		cursor: pointer;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.topnav_open{ background-image: url(/webeip/HT00100/becky/icon/menubtn_open_blod_bl.svg); }

	.topnav_close{ background-image: url(/webeip/HT00100/becky/icon/menubtn_close_blod_bl.svg); }

	.topnav{
		background-color: rgba(255,255,255,0.7);
		position: fixed;
		z-index: 9999;
		top: 0;
		right: -100%;
		width: 100%;
		padding-top: 60px;
		box-sizing: border-box;
		height: 100%;
	}
	.topnav ul{
		width: 90%;
		margin: 0 auto;
		height: 95%;
		overflow: auto;
	}
	.topnav ul li a{
		display: block;
		font-size: 1.1em;
		font-weight: bold;
		color: #000000;
		padding: 0.5em;
		box-sizing: border-box;
		border-bottom: 1px solid #000000;
	}
	.topnav ul li:last-child &gt; a{
		border-bottom: none;
	}
	.topnav ul li &gt; .subnav{
		background-color: rgba(200,200,200,0.5);
		padding: 0.5em 1em;
		box-sizing: border-box;
		display: none;
	}
	.topnav ul li &gt; .subnav li a{ text-align: right; }
}
@media screen and (min-width: 1180px)
{
	/* 社群小圖示 */
	.toplink ul{
		padding: 1rem;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.toplink ul li a{ background-color: #808080; }
	.toplink ul li:hover &gt; .toplink_company{ background-color: #00A2E8; }
	.toplink ul li:hover &gt; .toplink_map{ background-color: #FF3139; }
	.toplink ul li:hover &gt; .toplink_phone{ background-color: #4CDA64; }

	/* 印象區塊 */
		.impress{
			padding: 20vh 0 5vh;
			box-sizing: border-box;
			color: black;
		}
		.impress_p1,
		.impress_p2,
		.impress_p3{
			font-size: 2em;
			text-align: left;
			padding: 1em 7%;
			box-sizing: border-box;
		}
		.impress_p1{ font-size: 4em;padding: 0.5em 7%;font-family: 'Great Vibes', cursive; }

		.impress_p2, .impress_p3{ font-size: 1.5em; }

	/* 導覽列 */
		.topwrap{
			width: 100%;
			max-width: 1280px;
			margin: 0 auto;
			display: flex;
			align-items: center;
			justify-content: space-between;
			background-color: #FFF;
		}
		.topnav ul{
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.topnav ul li{ position: relative; }

		.topnav ul li a{
			display: block;
			padding: 0.5rem 1rem;
			box-sizing: border-box;
			font-size: 1.15rem;
			color: #000000;
			text-align: center;
		}
		.topnav ul li:first-child:hover &gt; a{ color: #FF7443; }
		.topnav ul li:nth-child(2):hover &gt; a{ color: #FAA73B; }
		.topnav ul li:nth-child(3):hover &gt; a{ color: #ABB327; }
		.topnav ul li:nth-child(4):hover &gt; a{ color: #17A669; }
		.topnav ul li:nth-child(5):hover &gt; a{ color: #3CC3C1; }
		.topnav ul li:nth-child(6):hover &gt; a{ color: #2077BF; }
		.topnav ul li:last-child:hover &gt; a{ color: #FD444B; }

		.topnav ul li &gt; .subnav{
			position: absolute;
			z-index: 99;
			top: 100%;
			left: 50%;
			transform: translateX(-50%);
			background-color: #FFFFFF;
			width: 150%;
			display: none;
		}

		.topnav ul li:hover &gt; .subnav{ display: block; }

	/* 國外分館 */
		.topnav_outtour{
			width: 100%;
			background-color: #FFF;
		}
		.outtour_ul{
			width: 100%;
			max-width: 1280px;
			margin: 0 auto;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.outtour_ul li{ width: 100%; }

		.outtour_ul li:hover a &gt; .outtour_ul_txt{
			padding: 0.75em 0.1em 0.25em;
			box-sizing: border-box;
		}
		.outtour_ul_img{
			display: block;
			width: 100%;
			height: 180px;
			overflow: hidden;
			position: relative;
		}
		.outtour_ul_img &gt; img{
			vertical-align: top;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			height: 200px;
			opacity: 0.8;
			transition: all 1s;
		}
		.outtour_ul li:hover &gt; a .outtour_ul_img img{
			height: 180px;
			opacity: 1;
		}
}</pre></body></html>