﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	list-style-type:none;
	}
a,img {
	outline: none;/* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */	
	}
input,textarea{outline:none} /*消除chrome黃色框*/
textarea{resize:none} /*不要縮放*/	
img, div {border:0px;}
a:link {
	color: #ffae00;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#ff8400;
}
a:hover {
	text-decoration: none;
	color: #ff9000;
}
a:active {
	text-decoration: none;
	color: #ff8400;
}
/*html{font-size:75%;}*/
body{
	/*font-size:1rem;*/
	word-wrap:break-word;
	font-family:Arial,'Noto Sans TC','微軟正黑體',sans-serif;
	}
*{	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
.tas{
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	}
/**/
/**/
.abg{
	position:relative;
	background-color:#fe435d;
	}
.allbx{
	position:relative;
	width:100%;
	min-width:1000px;
	background-attachment:scroll;
	background-image:url(../images/bg1.gif),url(../images/bg2.gif),url(../images/bg3.gif);
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position:50% 0%,50% 100%,50% 41%;
	overflow:hidden;
	}
.cy{
	position:relative;
	width:100%;
	height:95px;
	margin:20px auto 0;
	background-attachment:scroll;
	background-image:url(../images/cy.jpg);
	background-repeat:no-repeat;
	background-position:50% 100%;	
	}
.logo{
	position:absolute;
	width:266px;
	padding-bottom:136px;
	display:block;
	background-attachment:scroll;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:50% 100%;
	left:0;
	top:0;
	z-index:5;
	}
.linkbx{
	position:absolute;
	height:73px;
	top:13px;
	right:0;
	z-index:5;
	}
.linkbx > a{
	position:relative;
	float:left;
	height:73px;
	display:block;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:50% 0%;
	}
.linkbx > a:hover{background-position:50% 100%;}
.link_1{width:145px;background-image:url(../images/link_01.png);}
.link_2{width:109px;background-image:url(../images/link_02.png);}
.link_3{width:104px;background-image:url(../images/link_03.png);}
.link_4{width:65px;background-image:url(../images/link_04.png);}
.link_5{width:70px;background-image:url(../images/link_05.png);}
.con{
	position:relative;
	width:1000px;
	margin:0 auto;
	}