@charset "utf-8";
/* CSS Document */
/***至頂靠齊*********************************************************/
#community {
    height:15px;
}
#community li {
	width:16px;
	height: 15px;
	margin: 0 2px;
	float: left;
	text-align: center;
	list-style: none;
}
#community li a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#community li a:hover {
	color: #F90;
}
#community li a.cart {
	background: url('../data/wrapper/community/cart.png') no-repeat;
}
#community li a.facebook {
	background: url('../data/wrapper/community/fb.png') no-repeat;
}
#community li a.google {
	background: url('../data/wrapper/community/google.png') no-repeat;
}
#community li a.twitter {
	background: url('../data/wrapper/community/twitter.png') no-repeat;
}
#community li a.plurk {
	background: url('../data/wrapper/community/plurk.png') no-repeat;
}
#community li a.favorites {
	background: url('../data/wrapper/community/favorites.png') no-repeat;
}
#community li a.pixnet {
	background: url('../data/wrapper/community/pixnet.png') no-repeat;
}
#community li a.instagram {
	background: url('../data/wrapper/community/instagram.png') no-repeat;
}
#community li a.sina {
	background: url('../data/wrapper/community/sina.png') no-repeat;
}
#community li a.cart:hover {
	background: url('../data/wrapper/community/cart_.png') no-repeat;
}
#community li a.facebook:hover {
	background: url('../data/wrapper/community/fb_.png') no-repeat;
}
#community li a.google:hover {
	background: url('../data/wrapper/community/google_.png') no-repeat;
}
#community li a.twitter:hover {
	background: url('../data/wrapper/community/twitter_.png') no-repeat;
}
#community li a.plurk:hover {
	background: url('../data/wrapper/community/plurk_.png') no-repeat;
}
#community li a.favorites:hover {
	background: url('../data/wrapper/community/favorites_.png') no-repeat;
}
#community li a.pixnet:hover {
	background: url('../data/wrapper/community/pixnet_.png') no-repeat;
}
#community li a.instagram:hover {
	background: url('../data/wrapper/community/instagram_.png') no-repeat;
}
#community li a.sina:hover {
	background: url('../data/wrapper/community/sina_.png') no-repeat;
}
/*********************************************************/
/*********************************************************/
#iabout{
	width:505px;
	height:90px;
	color:#AAAAAA;
	top:15px;
	left:50px;
	line-height:18px;
	padding:35px 0px 0px 5px;
	overflow:hidden;
	background:url(../data/wrapper/img/about_title.jpg) 5px 10px no-repeat; 
}
#iabout img{
	margin-bottom:10px;
}
#iabout span{
	color:#F38F1F;
	margin:10px 0 0 0;
}
/**********************************************************/
/**********************************************************/
#inews{
	width:700px;
	color:#AAAAAA;
	height: 92px;
	overflow:hidden;
	padding:35px 0px 0px;
	background:url(../data/wrapper/img/news_title.jpg) 50px 10px no-repeat; 
}
#inews .list{
	width:314px;
	height:80px;
}
#inews .list a{
    display:block;
	padding-right:35px;
	margin-right:35px;
	border-right:#BBBBBB 1px dotted;
}
#inews .name{
	line-height:20px;
	height:20px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}
#inews .date{
	color:#F28E1F;
	font-size:12px;
	line-height:24px;
	height:24px;
	font-weight:bold;
	font-family:"Trajan Pro", "微軟正黑體";
}
#inews .con{
	line-height:18px;
	font-size:13px;
	color:#AAAAAA;
	height: 35px;
}
#inews .next{
	width:16px;
	height:30px;
	position:absolute;
	right:0px;
	top:60px;
	background:url(../data/wrapper/img/next.png) no-repeat;
	cursor:pointer;
}
#inews .prev{
	width:16px;
	height:30px;
	position:absolute;
	left:0px;
	top:60px;
	background:url(../data/wrapper/img/prev.png) no-repeat;
	cursor:pointer;
}
#carousel_menu{
	max-width:700px;
    padding: 0px 50px 0px;
}
#inews li{
	float:left;
	list-style:none;
}
/**********************************************************/
/**********************************************************/
#footer_box {
	max-width: 100%;
	min-width:1075px;
	position: relative;
	margin:0 auto;
}
#footer .more{
	cursor:pointer;
	width:34px;
	height:30px;
	position: fixed;
	right:20px;
	bottom:0;
	z-index:999;
	background:url(../data/wrapper/img/more.png) no-repeat;
}
#footer {
	width:100%;
	margin: 0 auto;
	bottom:-158px;
	z-index:9;
	position: fixed;
	box-sizing:border-box;
	left:0;
}
#footer .box{
	display: flex;
	background:#FFF;
	padding:15px 50px;
	justify-content: space-between;
}
#footer .qr {
}
#footer .menu {
	width:500px;
	line-height: 24px;
	font-size: 14px;
	color: #4C4B4B;
	position: absolute;
	left: 0px;
	top: 15px;
	word-spacing: 10px;
}
#footer .menu a {
	color: #4C4B4B;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .menu a:visited {
	color: #4C4B4B;
	text-decoration: none;
}
#footer .menu a:hover {
	color: #005AB5;
	text-decoration: none;
}
#footer .box2 {
	position:absolute;
	bottom:200px;
	left:54px
}
/*******************************************************************/
/*******************************************************************/
#footer .slick-arrow{
    width: 16px;
    height: 30px;
    top: 30px;
    position: absolute;
    cursor: pointer;
    border:none;
    background:none;
	box-sizing:border-box;
	color: transparent;
}
#footer .slick-prev {
    left: 0px;
    background: url(../data/wrapper/img/prev.png) no-repeat;
}
#footer .slick-next{
    right: 0px;
    background: url(../data/wrapper/img/next.png) no-repeat;
}
/*******************************************************************/
/*******************************************************************/
#footer_info {
	width:200px;
	margin-left:10px;
	line-height: 20px;
	font-size: 12px;
	color: #AAAAAA;
	word-spacing: 5px;
}
#footer_info img{
	vertical-align:middle;
	margin:0px 0px 2px 0;
}
/*******************************************************************/
/*******************************************************************/
.copyright {
	color: #777777;
	line-height: 18px;
	font-size: 12px;
}
.copyright span {
	color: #F28D1F;
	font-weight:bold;
}
.copyright span a {
	color: #777777;
	text-decoration: underline;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.copyright span a:visited {
	color: #777777;
	text-decoration: underline;
}
.copyright span a:hover {
	color: #F28D1F;
	text-decoration: underline;
}
.copyright a {
	color: #777777;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.copyright a:visited {
	color: #777777;
	text-decoration: none;
}
.copyright a:hover {
	color: #F28D1F;
	text-decoration: none;
}
/*******************************************************************/
/*******************************************************************/
.form_use {
	color: #BBBBBB;
	background-color: #FFF;
	border: #E2E2E2 1px solid;
	padding: 3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use:hover {
	color: #A477B2;
	border: #A477B2 1px solid;
}
.form_use:focus {
	color: #A477B2;
	border: #A477B2 1px solid;
}
.form_h {
	height: 18px;
}
.form_use2 {
	color: #BBBBBB;
	background-color: #FFF;
	border: #E2E2E2 1px solid;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use2:hover {
	color: #A477B2;
	border: #A477B2 1px solid;
}
.form_use2:focus {
	color: #A477B2;
	border: #A477B2 1px solid;
}
.form_use3 {
	color: #BBBBBB;
	background-color: #FFF;
	border: #E2E2E2 1px solid;
	padding: 3px 8px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use3:hover {
	color: #A477B2;
	border: #A477B2 1px solid;
}
.form_use3:focus {
	color: #A477B2;
	border: #A477B2 1px solid;
}
.form_use4 {
	color: #BBBBBB;
	background-color: transparent;
	border: none;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use4:hover {
	color: #BBBBBB;
}
.form_use4:focus {
	color: #BBBBBB;
}
/***頁底*********************************************************/
