@charset "utf-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/css/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
.mmemberArea{
	background:url(../images/mmemberimg.jpg) left bottom;
	background-size: cover;
	height: 200px;
	color: #8494aa;
	font-size: 20px;
	line-height: 1.3;	
	padding:20px;
	letter-spacing: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;

}
.mmemberArea strong{
	font-size:28px;
	display: block;
	margin: 0 auto;
	color:#fff;
    padding: 0 0 10px 0;
}
.mmemberArea i{
	display: block;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
	height: 60px;
	width: 60px;
	color:#fff;
	border-radius: 99em;
	overflow:hidden;
	border:2px solid rgba(255,255,255,0.6);
	font-size: 30px;
	margin-bottom: 20px;
}
.mmemberArea a{
	color: #fff;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #a9c0df;
    margin: 0 2px;
}
.mmemberArea a:hover{
	color:#fff;
	background-image: linear-gradient(270deg, rgba(23,191,207,1.00) 0%, rgba(11,136,147,1.00) 100%);
	border: 1px solid rgba(23,191,207,1.00);
}
ul.cooperationList {
	padding: 20px 0 20px 35px;
}
ul.cooperationList h3 {
	margin-bottom: 20px;
	color: #ffd237;
	font-size: 16px;
	font-weight: normal;
}
ul.cooperationList li {
	float: left;
	padding-bottom: 5px;
	width: 20%;
	transition: 0.6s;
}
ul.cooperationList li:hover {
	transform: translateY(-10px);
	transition: 0.6s;
}
ul.cooperationList li .item {
	padding-right: 5px;
}
ul.cooperationList li img {
	max-width: 100%;
}
ul.sponsorList {
	padding: 20px 0 20px 35px;
}
ul.sponsorList h3 {
	margin-bottom: 20px;
	color: #ffd237;
	font-size: 16px;
	font-weight: normal;
}
ul.sponsorList li {
	padding-bottom: 5px;
	float: left;
	width: 20%;
	transition: 0.6s;
}
ul.sponsorList li:hover {
	transform: translateY(-10px);
	transition: 0.6s;
}
ul.sponsorList li .item {
	padding-right: 5px;
}
ul.sponsorList li img {
	max-width: 100%;
	display: block;
}
body {
	font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
	font-size: 13px;
	background: #2b2d61;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*css3*/
a {
	cursor: pointer;
	color: #bd3d39;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:hover {
	color: #589000;
}
.otherlink {
	position: absolute;
	right: 15px;
	z-index: 999;
}
.otherlink li{
    margin-bottom:10px;
}
.otherlink a.marker {
	display: none;
}
.otherlink a {
	margin: 5px auto;
	border-radius: 99em;
	position: relative;
	display: block;
	width: auto;
	color: #939393;
	font-size: 15px;
	text-align: center;
	clear: both;
	
}
.otherlink a.gotop {
	display: none;
	width: 70px;
}
.otherlink a.open {
	display: block!important;
}
.otherlink a.gotop{
    color:#fff;
}
.otherlink a.gotop span {
	width: 70px;
	height: 70px;
	padding-top: 0px;
	line-height: 70px;
	display: inline-block;
	transition: 0.3s;
	background: none;
	position:relative;
	z-index:50;
}
.otherlink a:hover span {
	transform: scale(1.1);
	transition: 0.1s;
}
@-webkit-keyframes lbeforeover {
 0% {
 transform: scale(1);
}
 35% {
 transform: scale(1.1);
}
 70% {
 transform: scale(0.9);
}
 100% {
 transform: scale(1);
}
}
/* Standard syntax */
@keyframes lafterover {
 0% {
opacity: 1;
 transform: scale(1);
}
 20% {
opacity: 0.4;
 transform: scale(0.8);
}
 80% {
opacity: 0.4;
 transform: scale(1.1);
}
 100% {
opacity: 1;
 transform: scale(1);
}
}
.otherlink a.gotop:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 99em;
	width: 100%;
	height: 100%;
    background-image: -webkit-linear-gradient(180deg,rgba(255,217,89,1.00) 0%,rgba(223,178,23,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,217,89,1.00) 0%,rgba(223,178,23,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,217,89,1.00) 0%,rgba(223,178,23,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,217,89,1.00) 0%,rgba(223,178,23,1.00) 100%);
}
.otherlink a:hover:before{
	-webkit-animation-name: lbeforeover; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: lbeforeover;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;

}
.otherlink a.gotop:after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background-color: rgba(255,210,55,0.15);
	border-radius: 99em;
}

.otherlink a.gotop:hover:after {
	-webkit-animation-name: lafterover; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.8s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: lafterover;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}
.m_otherlink {
	display: none;
}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.33%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
div.button {
	margin: 30px 0;
	text-align: center;
}
@-webkit-keyframes bannerbuticon {
 0% {
 transform: translateY(0px);
}
 50% {
 transform: translateY(-8px);
}
 100% {
 transform: translateY(0px);
}
}
/* Standard syntax */
@keyframes bannerbuticon {
 0% {
 transform: translateY(0px);
}
 50% {
 transform: translateY(-8px);
}
 100% {
 transform: translateY(0px);
}
}
div.button a {
	color: #fff;
	font-size: 20px;
	padding: 0px 30px 0px 70px;
	display: inline-block;
	position: relative;
	border-radius: 30px;
	background: #16a6b3;
	margin: 0 20px 0px 20px;
}
div.button a:hover i {
	-webkit-animation-name: bannerbuticon; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: bannerbuticon;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
div.button a i {
	transition: 0.6s;
	display: block;
	content: "";
	bottom: 5px;
	left: 15px;
	width: 50px;
	height: 35px;
	position: absolute;
	z-index: 2;
	line-height: 35px;
	font-size: 25px;
}
div.button a:after {
	content: "";
	border-radius: 35px;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	background: #16a6b3;
	display: block;
	opacity: 0.15;
	position: absolute;
	transition: 0.3s;
	z-index: 1;
}
div.button a:hover:after {
	transform: scale(1.1);
	transition: 0.3s;
}
a.btn_color1 {/*按鈕主色1*/
	background: #516190;
	color: #FFF;
}
a.btn_color1:hover {
	background: #C85A56;
}
a.btn_color2 {/*按鈕主色2*/
	background: #A0A0A0;
	color: #FFF;
}
a.btn_color2:hover {
	background: #999;
}
input[type="text"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
.outerWrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url(../images/bg.jpg);
}
.wrap {
	width: 1160px;
	margin: 0 auto;
	box-sizing: border-box;
}
#gmap {
	display: none;
	height: 400px;
}
.label {
	padding: 5px 7px;
	color: #FFF;
	background: rgba(0,0,0,0.8);
}
a.lettering span:nth-child(1) {
	animation-delay: 0.0s;
}
a.lettering span:nth-child(2) {
	animation-delay: 0.1s;
}
a.lettering span:nth-child(3) {
	animation-delay: 0.2s;
}
a.lettering span:nth-child(4) {
	animation-delay: 0.3s;
}
a.lettering span:nth-child(5) {
	animation-delay: 0.4s;
}
a.lettering span:nth-child(6) {
	animation-delay: 0.5s;
}
a.lettering span:nth-child(7) {
	animation-delay: 0.6s;
}
a.lettering span:nth-child(8) {
	animation-delay: 0.7s;
}
a.lettering span:nth-child(9) {
	animation-delay: 0.8s;
}
/*****網頁頭*****/
.countdown {
	text-align: center;
	position: absolute;
	background: url(../images/countdownbg.png) no-repeat center center;
	color: #000;
	z-index: 100;
	bottom: -40px;
	right: -60px;
	width: 405px;
	height: 400px;
	line-height: 1.3;
}
.disabled {
	display: none !important;
}
.countdown img {
	margin-top: 80px;
}
.countdown div {
	padding: 0px 90px 0 90px;
	font-family: 'Amiri', serif;
	font-size: 60px;
}
.countdown div i {
	padding-right: 20px;
	font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
	font-size: 16px;
	font-style: normal;
}
header.shrink {
	width: 100%;
	transform: translateX(0%);
	left: 0%;
}
header.shrink .topBox {
	background-color: rgb(43 0 16 / 80%);
}
header {
	width: 1160px;
	transform: translateX(-50%);
	left: 50%;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 0.9s;
}
header .wrap {
	width: 1160px;
}
header .topBox {
	position: relative;
	text-align: right;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	transition: 0.9s;
}
header .topBox ul li {
	display: inline-block;
	padding: 0 10px;
}
header .topBox ul li a {
	color: #fff;
}
header .topBox ul li a:hover {
	color: #ffd237;
}
/*menu*/
header .menuBox {
	width: 100%;
	float: left;
	position: relative;
	transition: 0.9s;
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}
/*logo*/
header .logo {
	float: left;
}
header .logo img {
	display: block;
	float: left;
}
ul.menu {
	float: right;
}
ul.menu > li > a.obvious {
	background-image: -webkit-linear-gradient(180deg, rgba(237,100,146,1.00) 0%, rgba(197,51,100,1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(237,100,146,1.00) 0%, rgba(197,51,100,1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(237,100,146,1.00) 0%, rgba(197,51,100,1.00) 100%);
	background-image: linear-gradient(270deg, rgb(195 13 36) 0%, rgb(255 0 86) 100%);
	color: #fff !important;
}
ul.menu > li:hover > a.obvious {
	color: #fff;
}
ul.menu > li {
	position: relative;
	display: inline-block;
}
ul.menu > li:before {
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background-image: -webkit-linear-gradient(180deg, rgba(255,208,56,1.00) 0%, rgba(229,24,125,1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(255,208,56,1.00) 0%, rgba(229,24,125,1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(255,208,56,1.00) 0%, rgba(229,24,125,1.00) 100%);
	background-image: linear-gradient(270deg, rgba(255,208,56,1.00) 0%, rgba(229,24,125,1.00) 100%);
	position: absolute;
	top: 100%;
	left: 0;
	transition: 0.6s;
	z-index: 100;
}
ul.menu > li:hover:before {
	width: 100%;
	transition: 0.6s;
}
ul.menu li > a {
	display: inline-block;
	line-height: 80px;
	padding: 0 15px;
	/* letter-spacing: 1px; */
	font-size: 16px;
	color: #010101;
	position: relative;
}
ul.menu li:hover > a, ul.menu li.current > a {
	color: #9d0000;
}
ul.menu > li.current:before, ul.menu > li:hover:before {
	width: 100%;
	transition: 0.6s;
}
ul.menu > li .submenu {
	text-align: center;
	display: none;
	width: 205px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
}
ul.menu > li .submenu a {
	display: block;
	background-color: rgba(0,0,0,0.80);
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
	padding: 10px;
	border-bottom: 1px solid rgba(169, 169, 169, 0.6);
}
ul.menu > li .submenu a:hover {
	background: #e11072;
	color: #FFF;
}
/*手機menu*/
.m_menu {
	display: none;
}
.mapArea {
	position: relative;
}
.mapArea .mapbox {
	margin-top: -110px;
	display: block;
	font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
	background-color: rgba(65,73,202,0.80);
	font-size: 15px;
	padding: 20px;
	color: #fff;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.20);
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.20);
	text-align: center;
}
.mapbox span {
	display: block;
	font-size: 17px;
}
.mapArea div.bluedec {
	width: 101%;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8;
}
.mapArea div.bluedec img {
	display: none;
	width: 101%;
	position: relative;
}
.mapArea #gmap_home {
	position: relative;
	z-index: 1;
	height: 600px;
}
/*頁尾資訊*/
footer {
	background: #250505;
	padding: 50px 0;
	position: relative;
	z-index: 10;
}
footer .wrap {
	position: relative;
	width: 1450px !important;
	z-index: 2;
}
footer .unitArea {
	float: left;
	width: calc(100% - 370px);
	position: relative;
}
footer .unitArea li {
	padding: 0px;
	float: left;
	position: relative;
	background: #210101;
	border: 15px solid #5b0004;
}
footer .unitArea li .item {
	padding: 20px;
}
footer .unitArea li h4 {
	margin-bottom: 20px;
	color: #ffd237;
	font-size: 16px;
	font-weight: normal;
}
footer .unitArea li dd {
}
footer .unitArea li dd a {
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 7px;
}
footer .unitArea li dd a:hover {
	text-decoration: underline;
}
footer .informationArea {
	width: 350px;
	position: absolute;
	bottom: -5px;
	right: 0;
	z-index: 10;
}
footer .facebookArea {
	max-width: 340px;
	margin: 0 auto;
	padding: 5px;
	background-color: #76c8c2;
	background-image: -webkit-linear-gradient(325deg, rgba(244,206,68,1.00) 0%, rgba(118,200,194,1.00) 100%);
	background-image: -moz-linear-gradient(325deg, rgba(244,206,68,1.00) 0%, rgba(118,200,194,1.00) 100%);
	background-image: -o-linear-gradient(325deg, rgba(244,206,68,1.00) 0%, rgba(118,200,194,1.00) 100%);
	background-image: linear-gradient(125deg, rgba(244,206,68,1.00) 0%, rgba(118,200,194,1.00) 100%);
}
footer .facebookArea .fbbox {
	width: 100%;
	overflow: hidden;
}
footer .copyright {
	clear: both;
	padding-top: 20px;
	display: block;
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
}
footer .copyright i {
	color: #CCC;
}
footer .copyright a:hover {
	transition: 0.6s;
	transform: scale(1.2);
}
footer .copyright a.lineicon {
	transition: 0.6s;
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(../images/icon_line.svg) no-repeat center center;
	text-indent: -99999px;
	overflow: hidden;
}
footer .copyright a.fbicon {
	transition: 0.6s;
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(../images/icon_facebook.svg) no-repeat center center;
	text-indent: -99999px;
	overflow: hidden;
}
.translateIbest {
	font-size: 12px;
	color: #8385b0;
	display: inline-block;
	vertical-align: middle;
}
.translateIbest .design {
}
.translateIbest .design span {/*網頁設計‧愛貝斯*/
	display: block;
}
.translateIbest .design a {/*網頁設計‧愛貝斯*/
	color: #878787;
	text-decoration: none;
}
.translateIbest .design a:hover {
	text-decoration: underline;
}
.sitemap {
	background: #000000;
	position: relative;
	padding-bottom: 50px;
}
.sitemap .wrap {
	position: relative;
	width: 1450px !important;
	z-index: 2;
}
.sitemap li:last-child {
	border-right: none;
	max-width: 350px;
}
.sitemap li {
	max-width: 200px;
	float: left;
	border-right: 1px solid #292929;
	border-bottom: 1px solid #292929;
	padding: 80px 30px 30px 30px;
}
.sitemap li a.title {
	display: block;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
}
.sitemap li a.title:hover {
	color: #ec2c89;
}
.sitemap li .Img img {
	width: 100%;
}
.sitemap li .Txt {
	color: #595d9a;
	font-size: 13px;
}
.sitemap li .Txt a {
	display: block;
	color: #acacac;
	font-size: 12px;
	font-family: 新細明體;
}
.sitemap li .Txt a:hover {
	color: #ec2c89;
}
.private{
	padding-top:30px;
}
.private .companyTxt{
	float: left;
	font-size:12px;
	color:#a7a7a7;
}
.private .link{
	float: right;
	font-size:12px;
	color:#727272;
}
.private .link a{
	margin: 0 3px;
	color:#a7a7a7;
}
.private .link a:hover{
	text-decoration:underline;
}
/*********內頁**********/
/**********************/
.bannerArea {
	background: url(../images/bg.jpg);
	position: relative;
}
.bannerBox {
	background: #3f0000;
	position: relative;
	min-height: 200px;
}
.bannerBox img.bannerdec {
	width: 100%;
	display: block;
	left: 0;
	right: 0;
	position: absolute;
	bottom: -1px;
	z-index: 99;
}
.bannerArea .bannerBox ul li img.insimg {
	width: 100%;
	display: block;
}
.mainArea {
	margin: 50px 0 80px 0;
}
.mainArea .titleBox {
	position: relative;
	text-align: center;
	line-height: 1.5;
	padding: 30px 0 45px 0;
	margin-bottom: 30px;
	z-index: 10;
}
.mainArea .titleBox h1, .mainArea .titleBox h2 {
	/* font-family: 'cwTeXMing'; */
	position: relative;
	font-weight: normal;
	text-align: center;
	font-size: 27px;
	color: #000;
	letter-spacing: 2.5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
}
.mainArea .titleBox:after {
	content: "";
	width: 48px;
	height: 13px;
	display: block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/decoration.png) no-repeat;
}
.mainArea .titleBox strong {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #bcc3cb;
	letter-spacing: 3px;
}
/*網站導覽bread*/
.mainArea .titleBox .bread {
	font-size: 12px;
	color: #969696;
	position: absolute;
	right: 10px;
	top: 50%;
}
.mainArea .titleBox .bread a {
	color: #000;
}
.mainArea .titleBox .bread a i {
	font-size: 20px;
}
.mainArea .titleBox .bread span {
	padding: 0 3px;
	color: #000;
}
.shareBox {
	float: right;
}
.shareBox .btn-fb {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.mainArea .contentBox {
	clear: both;
	position: relative !important;
}
.mainArea .contentBox .leftBox {
	width: 300px;
	position: absolute;
	top: 0;
	float: left;
}
.mainArea .contentBox .rightBox {
	width: calc(100% - 350px);
	float: right;
	position: relative;
	min-height: 500px;
}
.mainArea .contentBox h1.articleTitle {/*文章標題*/
	clear: both;
	font-size: 22px;
	padding-bottom: 8px;
	border-bottom: 2px solid #3f0000;
	font-weight: normal;
	color: #000;
	line-height: 1.5;
	margin-bottom: 20px;
}
table.breakpoint > tbody > tr > td.expand {
	cursor: pointer;
	background: url(../images/plus.png) no-repeat 5px center;
	padding-left: 40px;
}
/*類別*/
.m_classLink {
	display: none;
}
.classBox {
	padding: 0 0 50px 0;
}
ul.classLink {
	text-align: center;
}
ul.classLink li {
	display: inline-block;
	padding: 1px;
	position: relative;
	margin-bottom: 15px;
}
ul.classLink li a {
	display: block;
	margin: 1px 3px;
	font-size: 15px;
	color: #500085;
	position: relative;
	letter-spacing: 0px;
	border: 1px solid #74079a;  

  transition:0.9s;
}
ul.classLink li:hover a{
    margin: 0px 2px;
    
    border: 2px solid #74079a; 
}
ul.classLink li a.current {
	color: #fff;
	background-image: -webkit-linear-gradient(270deg, rgba(202,23,207,1.00) 0%, rgba(79,0,132,1.00) 100%);*/
	background-image: -moz-linear-gradient(270deg, rgba(202,23,207,1.00) 0%, rgba(79,0,132,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(202,23,207,1.00) 0%, rgba(79,0,132,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(202,23,207,1.00) 0%, rgba(79,0,132,1.00) 100%);
	
	border: none; 
}
ul.classLink li a span {
	padding: 10px 15px;
	z-index: 2;
	position: relative;
	display: block;

}


ul.classLink li a.current:after {
	content: " ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 9px 0 9px;
	border-color: #500085 transparent transparent transparent;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
}
.classNote {
	font-size: 15px;
	padding-top: 30px;
	text-align: center;
	line-height: 1.8;
	color: #666;
	max-width: 800px;
	margin: 0 auto;
}
.classNoteTop {
	font-size: 15px;
	padding-top: 30px;
	text-align: center;
	line-height: 1.8;
	color: #666;
	max-width: 800px;
	margin: 0 auto;
}
/*標籤*/
.tagBox {
	padding: 20px 0;
}
.tagBox b {
	display: inline-block;
	margin-right: 10px;
}
.tagBox ul {
	display: inline-block;
}
.tagBox ul li {
	display: inline-block;
}
.tagBox ul li a {
	display: block;
	margin: 0 3px;
	font-size: 13px;
	padding: 5px 10px;
	color: #51649A;
	border: 1px solid #51649A;
	position: relative;
}
.tagBox ul li a:hover, .tagBox ul li a.current {
	background: #51649A;
	color: #FFF;
}
.tagBox ul li a.current:before {
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size: 12px;
	margin-right: 5px;
}
/*側邊標題字*/
.sectionTitle {
	position: relative;
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 50px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 0px 30px;
}
.sectionTitle:before {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 13px;
	left: 0;
	background: url(../images/touch-icon/touch-icon-iphone.png) no-repeat;
	background-size: cover;
	display: inline-block;
}
/******頁籤*******/
.tab {
	margin-top: 40px;
}
.tab a {
	display: block;
	float: left;
	padding: 12px 10px;
	font-size: 15px;
	color: #1c1c1c;
}
.tab a.current {
	border: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #F8F3F0;
	box-shadow: inset 0 3px 5px -2px #CECECE;
}
ul.tabContent {
	margin-top: -1px;
	padding: 20px 5px;
	border-top: 1px solid #D6D6D6;
}
ul.tabContent > li {
	display: none;
}
ul.tabContent li .textEditor {
	margin: 0;
}
ul.tabContent h3.sectionTitle {
	display: none;
}
/*側邊_menu*/
.side_menu {
	margin: 10px 0 30px 0;
}
.side_menu ul {
}
.side_menu ul li {
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.side_menu ul li > a {
	display: block;
	color: #000;
	padding: 10px 15px;
	font-size: 15px;
}
.side_menu ul li > a:hover {
	color: #c50000;
}
.side_menu ul li > a.current {
	background: #3f0000;
	color: #FFF;
}
.side_menu ul li > a b {
	margin-left: 10px;
	font-size: 13px;
	font-weight: normal;
	color: #808080;
}
.side_menu ul li dl {
	padding-left: 25px;
}
.side_menu ul li dl dt a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
}
.side_menu ul li dl dt a.current {
	color: #000;
	text-decoration: underline;
}
/*側邊_相簿*/
ul.side_album {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: -10px;
}
ul.side_album li {
	float: left;
	width: 33.33%;
	padding: 0 10px 10px 0;
}
ul.side_album li a {
	display: block;
	box-shadow: 2px 2px 5px #c3c3c3;
}
ul.side_album li a img {
	display: block;
	width: 100%;
}
/*側邊_聯絡資訊*/
.side_contactInfo ul {
}
.side_contactInfo ul li {
	margin-bottom: 20px;
}
.side_contactInfo ul li a {
	font-size: 16px;
	color: #414141;
}
.side_contactInfo ul li a i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	border: 2px solid #A5A5A5;
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #A5A5A5;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
}
.side_contactInfo ul li a b {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}
/*側邊_分享*/
.side_share {
	clear: both;
	display: none;
	margin-top: 30px;
}
.side_share a {
	width: 100%;
	margin-top: 5px;
	display: block;
	padding: 15px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-radius: 4px;
	-web-box-sizing: border-box;
	box-sizing: border-box;
}
.side_share a.line {
	box-shadow: 0 0 0 1px #22a00b;
	border-top: 1px solid #e1ffa9;
	background: #a7e732;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
	background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
	background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
	background: -ms-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
	background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1 );
}
.side_share a.fb {
	box-shadow: 0 0 0 1px #235c9b;
	border-top: 1px solid #8DCFF5;
	background: rgb(93,160,234); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(93,160,234,1)), color-stop(100%, rgba(61,140,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0 ); /* IE6-8 */
}
.side_share a.gPlus {
	box-shadow: 0 0 0 1px #874138;
	border-top: 1px solid #fd816b;
	background: rgb(214,81,48); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(214,81,48,1)), color-stop(100%, rgba(208,68,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b', GradientType=0 ); /* IE6-8 */
}
.side_share a i {
	padding-right: 5px;
	font-size: 18px;
}
.side_share a:active {
}
/*側邊_其他相關訊息*/
.side_news {
	margin: 30px 0;
}
.side_news ul {
}
.side_news ul li {
	float: left;
	margin-bottom: 20px;
}
.side_news ul li .newsDate {
	text-align: left;
	color: #797979;
	margin-bottom: 5px;
}
.side_news ul li .Img {
	float: left;
	margin-right: 12px;
	width: 80px;
	overflow: hidden;
}
.side_news ul li .Img img {
	height: 80px;
}
.side_news ul li .Txt {
	overflow: hidden;
	color: #000;
}
.side_news ul li .Txt a {
	display: block;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	line-height: 1.5;
}
.side_news ul li .Txt a:hover {
	text-decoration: underline;
}
.side_news ul li .Txt b {
	display: block;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	margin-top: 5px;
}

/**********適應性**********/
/************************/
@media (max-width:1470px) {
footer .wrap {
	width: 100% !important;
	/* margin: 0 20px; */
}
.sitemap .wrap {
	width: 100% !important;
	margin: 0;
}
}

@media (max-width: 1180px) {/*1160+20(卷軸寬度)*/

.m_menu ul.nav li.memberlink {
    display: none;
}

.sitemap {
	padding-bottom: 90px;
}
.m_otherlink {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 105;
	overflow: hidden;
	text-align: center;
	border-top: 2px solid #ffd237;
	background-image: -webkit-linear-gradient(180deg, rgba(96,44,145,1.00) 0%, rgba(156,56,118,1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(96,44,145,1.00) 0%, rgba(156,56,118,1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(96,44,145,1.00) 0%, rgba(156,56,118,1.00) 100%);
	background-image: linear-gradient(270deg, rgb(135 0 17) 0%, rgb(173 0 0) 100%);
}
.m_otherlink a.four {
	width: 24%;
}
.m_otherlink a.three {
	width: 32%;
}
.m_otherlink a.two {
	width: 49%;
}
.m_otherlink a {
	border-right: 1px solid rgba(255,255,255,0.30);
	position: relative;
	color: #fff;
	display: inline-block;
	font-size:12px;
	padding: 5px 0;
	transition: 0.8s;
}
.m_otherlink a:last-child {
	border-right: none;
}
.m_otherlink a:hover {
	transform: translateY(-8px);
	transition: 0.5s;
}
.m_otherlink a:before {
	color: #fff;
	content: "";
	width: 100%;
	height: 20px;
	display: block;
	line-height: 20px;
	text-align: center;
	font-family: fontAwesome;
	background: url(../images/icon-ticket.png) no-repeat center center;
	background-size: contain;
}
.m_otherlink a.marker:before {
	content: "\f041";
	font-size: 15px;
	background: none;
}
.m_otherlink a.pen:before {
	background: url(../images/icon-pen.png) no-repeat center center;
	background-size: contain;
}
.m_otherlink a.tel:before {
	content: "\f095";
	font-size: 15px;
	background: none;
	margin-bottom: 2px;
}

.m_otherlink a.gotop:before {
	content: "\f0a6";
	font-size: 15px;
	background: none;
	margin-bottom: 2px;
}
.otherlink {
	display: none;
}
.bannerBox {
	min-height: auto;
}
.countdown {
	transform: scale(1);
	background: none;
	background-color: rgba(173, 173, 173, 0.7);
	width: 100%;
	height: 50px;
	padding: 13px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	/* right: 0; */
}
.countdown img {
	display: none;
}
.countdown div:before {
	/* width: 120px; */
	/* height: 34px; */
	font-size: 20px;
	content: "開展倒數";
	display: inline-block;
	letter-spacing: 2px;
}
.countdown div {
	font-size: 15px;
	padding: 0;
	display: inline-block;
}
.countdown div i {
	font-size: 15px;
	padding-right: 5px;
}
.outerWrap {
	padding-top: 60px;
}
.wrap {
	width: 100%;
	margin: 0;
	padding: 0 20px;
}
header {
	display: none;
}
/*手機menu*/
.m_menu {
	display: block;
	width: 100%;
	box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.m_menu .mask {
	display: none;
	background: #000000;
	position: fixed;
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
	top: 0;
	left: 0;
	z-index: 10;
}
.m_menu .controlBox {
	background: #FFF;
	position: relative;
	z-index: 99;
}
.m_menu .controlBox a.main {
	display: block;
	float: left;
	margin-right: 5px;
	width: 50px;
	height: 60px;
	font-size: 12px;
	color: #1a1a1a;
	line-height: 15px;
	text-align: center;
	background: #FFF;
}
.m_menu .controlBox a.main i {
	padding-top: 10px;
	display: block;
	font-size: 27px;
	line-height: 30px;
}
.m_menu .controlBox .m_logo {
	/* float:left; */
	/* margin-left:10px; */
	width: 145px;
	margin: 0 auto;
}

.m_menu .controlBox .m_logo a{
	display:block;
}

.m_menu .controlBox .m_logo img {
	display:block;
	height: 60px;
	max-width: 100%;
}
.m_menu .controlBox .btn_shop {
	padding: 10px 10px 10px 10px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	box-sizing: border-box;
	height: 100%;
	font-size: 12px;
	color: #c30d25;
}
.m_menu .controlBox .btn_shop i {
	display: block;
	font-size: 27px;
}
.m_menu .hideBox {/*手機menu內容*/
	display: none;
	width: 100%;
	padding: 60px 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 11;
	box-sizing: border-box;
}
.m_menu .hideBox p.sp {
	display: none;
	padding: 10px;
	font-size: 13px;
	color: #FFF;
	background: #C80303;
}
.m_menu .mfun {
	padding: 30px 0;
	text-align: center;
}
.m_menu .mfun a {
	margin: 0 5px;
	display: inline-block;
	color: #FFF;
	line-height: 35px;
	text-align: center;
}

.m_menu .mfun a img{
	display:block;
	max-width:100%;
}

.m_menu ul.nav {
}
.m_menu ul.nav li {
	border-top: 1px solid #4f4f4f;
}
.m_menu ul.nav li a {
	padding: 20px 10px;
	display: block;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	position: relative;
}
.m_menu ul.nav li a:hover {
	background: #5f0000;
}
.m_menu ul.nav li a i {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}
.m_menu ul.nav li .submenu {
	background: #000;
	display: none;
}
.m_menu ul.nav li .submenu li {
	border-top: 1px solid #272727;
}
.m_menu ul.nav li .submenu a {
	font-size: 18px;
	padding: 15px 20px;
}
.m_menu ul.nav li .submenu a:hover {
	background: #999;
}
}

@media(max-width:1024px) {
	.mainArea .contentBox .leftBox {
		width: 100%;
		padding-top: 50px !important;
		position: static !important;
		z-index: 5;
	}
	.mainArea .contentBox .rightBox {
		width: 100%;
		float: none;
		position: relative;
		min-height: auto;
		z-index: 1;
	}
	
	.mapArea div.bluedec{
		display:none;
	}
	
	.mapArea iframe{
		height:330px !important;
	}
	
	footer .informationArea {
		margin-top: 15px;
		position: relative;
		float: right;
		bottom: auto;
		right: auto;
	}
}

@media(max-width:960px) {
ul.cooperationList li {
	width: 25%;
}
ul.sponsorList li {
	width: 25%;
}
.private .companyTxt{
	float:none;
	margin-bottom: 15px;
}
.private .link{
	float: none;
}
}

@media (max-width: 768px) {
ul.cooperationList {
	padding: 20px 0;
}
ul.cooperationList li {
	width: 33.33%;
}
ul.sponsorList {
	padding: 20px 0;
}
ul.sponsorList li {
	width: 33.33%;
}
.side_news ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.mainArea {
	margin: 20px 0 50px 0;
}
footer .unitArea {
	width: 100%;
}
footer .informationArea {
	width: 100%;
	position: relative;
	bottom: auto;
	right: auto;
}
.mainArea .titleBox {
	margin-bottom: 30px;
}
/*bread*/
.mainArea .titleBox .bread {
	display: none;
}
/*footer*/
	
.translateIbest {
	float: none;
}
/*側邊_分享*/
.side_share {
	clear: both;
	display: block;
	margin-bottom: 30px;
}
}

/*640*/
@media (max-width: 640px) {
.mainArea .titleBox{
	margin-bottom:10px;
	padding:10px 0;
}
.mainArea .titleBox:after{
	display:none;
}

footer .unitArea li{
	height:auto !important;
	border:none;
}

footer .unitArea li .item{
	padding:10px 20px;
}

footer .unitArea li h4{
	margin-bottom:8px;
}

ul.classLink {
	display: none;
}
.m_classLink {
	text-align: center;
	display: block;
	position: relative;
}
.m_classLink a.main {
	display: block;
	font-size: 15px;
	color: #fff;
	position: relative;
	padding: 10px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(270deg, rgba(202,23,207,1.00) 0%, rgba(79,0,132,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(202,23,207,1.00) 0%, rgba(79,0,132,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(202,23,207,1.00) 0%, rgba(79,0,132,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(202,23,207,1.00) 0%, rgba(79,0,132,1.00) 100%);
}
.m_classLink a {
	color: #500085;
}
.m_classLink a.main i {
	display: block;
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}
.m_classLink ul {
	padding: 0;
	list-style: none;
	display: none;
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	box-sizing: border-box;
}
.m_classLink ul li {
	padding: 0;
}
.m_classLink ul li a {
	display: block;
	padding: 15px 10px;
	border-top: 1px solid #d1d1d1;
}
.m_classLink ul li:first-child a {
	border: none;
}
}

/*480*/
@media (max-width: 480px) {
ul.cooperationList li {
	width: 50%;
}
ul.sponsorList li {
	width: 50%;
}
ul.sponsorList li .item {
	padding-right: 5px;
}
.sitemap li {
	max-width: none;
	width: calc(50% - 21px);
	padding: 40px 0 40px 20px;
}
.sitemap li:nth-child(2n) {
	border-right: none;
}
.sitemap li:nth-child(2n-1) {
	padding: 40px 0;
}
.sitemap li:last-child {
	border-right: none;
	max-width: none;
	width: 100%;
	padding: 40px 0;
}
.col-2 {
	float: none;
	width: 100%;
}
.col-3 {
	float: none;
	width: 100%;
}
.col-4 {
	float: none;
	width: 100%;
}
.col-5 {
	float: none;
	width: 100%;
}
/*頁籤*/
.tab {
}
.tab a {
}
}
/***Hover效果1: 放大淡出***/
.imh_opacity {
	background: #000;
	overflow: hidden;
}
.imh_opacity img {
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
}
.imh_opacity:hover img {
	opacity: 0.8;
	transform: scale(1.05);
}
/***Hover效果1: 放大淡出Detail***/
.imh_detail {
	background: #000;
	overflow: hidden;
}
.imh_detail img {
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
}
.imh_detail a:before {
	display: block;
	content: "Details+";
	padding: 10px 20px;
	font-size: 13px;
	color: #FFF;
	border: 2px solid #FFF;
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 50%;
	margin-top: -80px;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.imh_detail:hover a:before {
	opacity: 1;
	margin-top: -20px;
}
.imh_detail:hover img {
	opacity: 0.3;
	transform: scale(1.05);
}
/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
	background: #000;
	overflow: hidden;
	position: relative;
}
.imh_zoom img {
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
	display: block;
	font-family: 'FontAwesome';
	content: "\f002";
	font-size: 18px;
	color: #FFF;
	background: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 99;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
	top: 50%;
}
.imh_zoom:hover img {
	opacity: 0.3;
	transform: scale(1.05);
}
/*--最新消息icon--*/
.newIcon {
	overflow: hidden;
	text-align: center;
	/*分類小圖示*/
	padding: 5px;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
}
/****圖示顏色****/
.newIcon_green {
	background: #abd85d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYWJkODVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjYyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #abd85d), color-stop(100%, #81b625));
	background: -webkit-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
	background: -o-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
	background: -ms-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
	background: linear-gradient(135deg, #abd85d 0%, #81b625 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd85d', endColorstr='#81b625', GradientType=1 );
}
.newIcon_brown {
	background: #ed842e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWQ4NDJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyNmYxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ed842e), color-stop(100%, #d26f1e));
	background: -webkit-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
	background: -o-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
	background: -ms-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
	background: linear-gradient(135deg, #ed842e 0%, #d26f1e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed842e', endColorstr='#d26f1e', GradientType=1 );
}
.newIcon_pink {
	background: #f48daf;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjQ4ZGFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNDk4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f48daf), color-stop(100%, #ef4984));
	background: -webkit-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
	background: -o-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
	background: -ms-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
	background: linear-gradient(135deg, #f48daf 0%, #ef4984 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48daf', endColorstr='#ef4984', GradientType=1 );
}
.newIcon_blue {
	background: #00b7ea;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDBiN2VhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWVjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
	background: -webkit-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
	background: -o-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
	background: -ms-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
	background: linear-gradient(135deg, #00b7ea 0%, #009ec3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=1 );
}
.newIcon_navy {
	background: #3f4c6b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2Y0YzZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmNGM2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3f4c6b), color-stop(100%, #3f4c6b));
	background: -webkit-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
	background: -o-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
	background: -ms-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
	background: linear-gradient(135deg, #3f4c6b 0%, #3f4c6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#3f4c6b', GradientType=1 );
}
.newIcon_orange {
	background: #ffa84c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZhODRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2IwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffa84c), color-stop(100%, #ff7b0d));
	background: -webkit-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
	background: -o-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
	background: -ms-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
	background: linear-gradient(135deg, #ffa84c 0%, #ff7b0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=1 );
}
.newIcon_gold {
	background: #eab92d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWFiOTJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M3OTgxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eab92d), color-stop(100%, #c79810));
	background: -webkit-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
	background: -o-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
	background: -ms-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
	background: linear-gradient(135deg, #eab92d 0%, #c79810 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810', GradientType=1 );
}
.newIcon_burgundyRed {
	background: rgb(169,3,41);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
}
.newIcon_purple {
	background: rgb(203,96,179);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiNjBiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FkMTI4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTQ3YWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(173,18,131,1) 50%, rgba(222,71,172,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(203,96,179,1)), color-stop(50%, rgba(173,18,131,1)), color-stop(100%, rgba(222,71,172,1)));
	background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(173,18,131,1) 50%, rgba(222,71,172,1) 100%);
	background: -o-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(173,18,131,1) 50%, rgba(222,71,172,1) 100%);
	background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(173,18,131,1) 50%, rgba(222,71,172,1) 100%);
	background: linear-gradient(to bottom, rgba(203,96,179,1) 0%, rgba(173,18,131,1) 50%, rgba(222,71,172,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac', GradientType=0 );
}

