@charset "utf-8";

/* CSS Document */

@import url(/Other/art.kje-event/css/help/reset.css);
@import url(/Other/art.kje-event/css/font-awesome-4.7.0/css/font-awesome.min.css);
@import url(/Other/art.kje-event/css/help/rwdgrid.css);
@import url(/Other/art.kje-event/css/textEditor.css);
@import url('https://fonts.googleapis.com/css?family=Anton|Comfortaa|Ubuntu:700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');
.relatedgoodslist {
	padding-top: 50px;
}

.relatedgoodslist .titlecontent {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.relatedgoodslist .titlecontent::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #c6dedf;
	z-index: -1;
}

.relatedgoodslist .titlecontent strong {
	background: #59a39c;
	border-radius: 99em;
	line-height: 60px;
	font-size: 15px;
	color: #f9fea5;
	display: flex;
	padding: 0 70px 0 55px;
	letter-spacing: 1px;
	align-items: center;
	justify-content: center;
}

.relatedgoodslist .titlecontent strong::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background: url(/images/icon-relatedgoods.jpg) no-repeat;
}

.relatedgoodslist ul {
	display: flex;
	flex-wrap: wrap;
}

.relatedgoodslist ul .item {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 2px -1px 5px rgb(207, 230, 229);
	position: relative;
}

.relatedgoodslist ul .item::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border: 6px solid #f4fca6;
	position: absolute;
	z-index: 30;
	pointer-events: none;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
	opacity: 0;
	transition: 0.6s;
}

.relatedgoodslist ul li:hover .item::after {
	opacity: 1;
}

.relatedgoodslist ul li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 15px;
	transition: 0.6s;
}

.relatedgoodslist ul li:hover {
	transform: translate(0, -10px);
}

.relatedgoodslist ul li .Img {
	position: relative;
}

.relatedgoodslist ul li .Img::after {
	content: "";
	width: 100px;
	height: 100px;
	display: block;
	background: url(/images/zoominicon.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: scale(0.9) translate(-50%, -50%);
	z-index: 11;
	opacity: 0;
	pointer-events: none;
	transition: 0.6s;
}

.relatedgoodslist ul li:hover .Img::after {
	transition: 0.4s 0.2s;
	opacity: 1;
	transform: scale(1) translate(-50%, -50%);
	transform-origin: center;
}

.relatedgoodslist ul li .Img img {
	display: block;
	width: 100%;
}

.relatedgoodslist ul li .Txt {
	padding: 30px;
	background: url(/images/goodsbg.jpg);
}

.relatedgoodslist ul li .Txt h3 {
	font-weight: normal;
	font-size: 20px;
	color: #f9fea5;
	padding-bottom: 15px;
}

.relatedgoodslist ul li .Txt h3 a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #f9fea5;
}

.relatedgoodslist ul li .Txt h3 a:hover {
	text-decoration: underline;
}

.relatedgoodslist ul li .Txt p {
	font-size: 14px;
	color: #fcffff;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.buttonstyle a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 15px 60px;
	margin: 0 10px 15px 10px;
}

.buttonstyle a:hover {
	color: #fff;
}

.buttonstyle a span {
	position: relative;
	display: inline-block;
	transition: 0.3s;
}

.buttonstyle a:hover span {
	transform: scale(1.3);
	transition: 0.2s;
}

.buttonstyle a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 99em;
	width: 100%;
	height: 100%;
	background: #e6688b;
}

.buttonstyle a:hover:before {
	-webkit-animation-name: beforeover;
	/* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.5s;
	/* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: beforeover;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.buttonstyle a:after {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	background-color: rgba(230, 75, 147, 0.15);
	border-radius: 99em;
	z-index: -1;
}

.buttonstyle a:hover:after {
	-webkit-animation-name: afterover;
	/* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.8s;
	/* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: afterover;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

.buttonstyle a.blue:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 99em;
	width: 100%;
	height: 100%;
	background: #75c8bc;
}

.buttonstyle a.blue:after {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	background-color: rgba(117, 200, 188, 0.2);
	border-radius: 99em;
	z-index: -1;
}

.buttonstyle a.green:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 99em;
	width: 100%;
	height: 100%;
	background: #cede4b;
}

.buttonstyle a.green:after {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	background-color: rgba(206, 222, 75, 0.2);
	border-radius: 99em;
	z-index: -1;
}

@-webkit-keyframes beforeover {
	0% {
		transform: scale(1);
	}
	35% {
		transform: scale(1.1);
	}
	70% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}


/* Standard syntax */

@keyframes afterover {
	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);
	}
}

.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: #f9fea5;
	font-size: 16px;
	font-weight: normal;
}

ul.cooperationList li {
	float: left;
	padding-bottom: 5px;
	width: 20%;
	transition: 0.6s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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: #f9fea5;
	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: #76c9c1;
	color: #FFF;
}

a.btn_color1:hover {
	background: #e6688b;
}

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: #fff;
}

.wrap {
	position: relative;
	width: 1450px !important;
	z-index: 2;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ins {
	position: relative;
}

.ins .wrap {
	width: 1160px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: -40px;
	width: 375px;
	height: 376px;
	line-height: 1.3;
}

.disabled {
	display: none !important;
}

.countdown img {
	margin-top: 80px;
}

.countdown div {
	font-family: 'Anton', sans-serif;
	font-size: 50px;
	color: #fff;
	letter-spacing: 3px;
	padding: 20px 0 0 20px;
}

.countdown div i {
	padding-right: 20px;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 24px;
	font-style: normal;
}

header.shrink {
	width: 100%;
	transform: translateX(0%);
	left: 0%;
}

header.shrink .topBox {
	background-color: rgba(202, 60, 99, 0.5);
}

header.shrink .menuBox {
	border-radius: 0px;
}

header {
	width: 1230px;
	transform: translateX(-50%);
	left: 50%;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 0.9s;
}

header .wrap {
	width: 1230px!important;
}

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: #e6688b;
}


/*menu*/

header .menuBox {
	width: 100%;
	float: left;
	position: relative;
	transition: 0.9s;
	background: #fff;
	box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
}


/*logo*/

header .logo {
	float: left;
}

header .logo img {
	display: block;
	float: left;
}

ul.menu {
	float: right;
}

ul.menu>li>a.obvious {
	background: #e6688b;
	border-radius: 25px;
	color: #fff;
	padding: 0 25px;
	margin: 0 20px;
}

ul.menu>li>a.obvious:before {
	display: none;
}

ul.menu>li:hover>a.obvious {
	color: #fff;
	background: #e25079;
	box-shadow: 0px 0px 8px 1px rgb(226, 139, 162);
}

ul.menu>li {
	position: relative;
	display: inline-block;
	padding: 20px 0;
}

ul.menu>li>a:before {
	content: "";
	display: block;
	width: 0;
	height: 8px;
	background: #76c9c1;
	position: absolute;
	top: 100%;
	left: 0;
	transition: 0.6s;
	z-index: 100;
	border-radius: 4px;
}

ul.menu>li:hover>a:before,
ul.menu>li.current a::before {
	width: 100%;
	transition: 0.6s;
}

ul.menu li>a {
	display: inline-block;
	line-height: 40px;
	padding: 0 15px;
	font-size: 15px;
	color: #010101;
	position: relative;
}

ul.menu>li>.submenu::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 18px 18px 18px;
	border-color: transparent transparent #76c9c1 transparent;
	top: 0;
	left: 50%;
	transform: translate(-50%, -18px);
	transition: 0.6s;
}

ul.menu>li .submenu {
	text-align: center;
	display: none;
	width: 205px;
	position: absolute;
	padding: 10px;
	left: 50%;
	top: 100%;
	z-index: 99;
	background: #76c9c1;
	border-radius: 13px;
	transform: translate(-50%, 10px);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

ul.menu>li .submenu.large{
	width:360px;
}

ul.menu>li .submenu::after {
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	display: block;
	top: -10px;
	left: 0;
}

ul.menu>li .submenu a {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
	padding: 10px;
	border-radius: 18px;
	box-sizing:border-box;
}

ul.menu>li .submenu>a:hover {
	background: #69b1aa;
	color: #fff;
}

ul.menu > li .flexMenu{
	display:flex;
	flex-wrap:wrap;
}

ul.menu > li .flexMenu a{
	width:50%;
	text-align:left
	
}

ul.menu>li .submenu ul>li:hover a {
	background: #69b1aa;
	color: #FFF;
}

ul.menu>li .submenu>ul>li {
	position: relative;
}

ul.menu>li .submenu>ul>li i {
	position: absolute;
	top: 15px;
	right: 10px;
	color: #fff;
}

ul.menu>li .submenu>ul>li dl {
	border: 3px solid #f5e1b0;
	background: #69b1aa;
	position: absolute;
	left: 100%;
	top: 0;
	width: 150px;
	border-radius: 15px;
	pointer-events: none;
	opacity: 0;
	transform: translate(-15px, 0);
	overflow: hidden;
}

ul.menu>li .submenu>ul>li:hover dl {
	transition: opacity 0.5s, transform 0.5s;
	opacity: 1;
	transform: translate(-5px, 0);
	pointer-events: auto;
}

ul.menu>li .submenu>ul>li dl dt a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	padding: 10px 6px;
	border-radius: 0;
	border-bottom: 1px solid #69b1aa;
}

ul.menu>li .submenu>ul>li dl a:hover {
	border-bottom: 1px solid #f5e1b0;
}


/*手機menu*/

.m_menu {
	display: none;
}

.mapArea {
	position: relative;
	background: #76c9c1;
	z-index: 10;
}

.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;
}


/*頁尾資訊*/

footer {
	background: #76c9c1;
	padding: 50px 0;
	position: relative;
	z-index: 10;
}

footer .footerfb {
	display: flex;
}

footer .unitArea {
	flex: 0 0 calc(100% - 400px);
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

footer .unitArea li {
	flex: 0 0 50%;
	border: 15px solid #76c9c1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #63bcb3;
	border-radius: 30px;
}

footer .unitArea li .item {
	padding: 20px;
	position: relative;
}

footer .unitArea li h4 {
	margin-bottom: 15px;
	color: #f9fea5;
	font-size: 16px;
	font-weight: normal;
}

footer .unitArea li dd {
	display: flex;
	flex-wrap: wrap;
}

footer .unitArea li dd a {
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 1.2;
	flex: 0 0 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}

footer .unitArea li dd a:hover {
	text-decoration: underline;
}

footer .informationArea {
	width: 350px;
	z-index: 10;
	padding-left: 40px;
}

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;
}

.mapinfo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: none;
}

.mapinfo .wrap {
	height: 100%;
	display: flex;
	align-items: center;
}

.copyright {
	pointer-events: auto;
	clear: both;
	padding: 60px 100px 50px 40px;
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #322539;
	border-radius: 10px;
	background: url(/images/copyright_bg.jpg);
}

.copyright h3 {
	color: #e6688b;
	font-size: 30px;
	font-family: 'Anton', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	padding-bottom: 30px;
}

.copyright h4 {
	color: #322539;
	font-size: 21px;
	font-weight: 550;
	padding-bottom: 15px;
}

.copyright ul {
	padding-left: 60px;
	background: url(/images/copyrightdight.png) repeat-y left top;
}

.copyright ul li {
	display: flex;
	align-items: center;
}

.copyright a:hover {
	transition: 0.6s;
	transform: scale(1.2);
}

.copyright a.lineicon {
	transition: 0.6s;
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(/Other/art.kje-event/images/icon_line.svg) no-repeat center center;
	text-indent: -99999px;
	overflow: hidden;
}

.copyright a.fbicon {
	transition: 0.6s;
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(/Other/art.kje-event/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: #fff;
	text-decoration: none;
}

.translateIbest .design a:hover {
	text-decoration: underline;
}

.sitemap {
	background: #59a39c;
	position: relative;
	padding-bottom: 50px;
}

.sitemap ul {
	display: flex;
	flex-wrap: wrap;
}

.sitemap li {
	padding: 80px 15px 30px 15px;
}

.sitemap li a.title {
	display: block;
	color: #f9fea5;
	font-size: 16px;
	margin-bottom: 20px;
}

.sitemap li a.title:hover {
	color: #fdee21;
}

.sitemap li .Img img {
	width: 100%;
}

.sitemap li .Txt {
	color: #fff;
	font-size: 13px;
}

.sitemap li .Txt a {
	display: block;
	color: #fff;
	font-family: 新細明體;
}

.sitemap li .Txt a:hover {
	color: #fdee21;
}

.private {
	padding-top: 30px;
	border-top: 1px solid #79b59e;
	font-size: 13px;
	color: #fcffff;
}

.private .companyTxt {
	float: left;
}

.private .link {
	float: right;
}

.private .link a {
	margin: 0 3px;
	color: #fff;
}

.private .link a:hover {
	text-decoration: underline;
}


/*********內頁**********/


/**********************/

.bannerArea {}

.bannerBox,
.bannerArea {
	position: relative;
}

.bannerBox svg.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 {
	padding: 50px 0;
	background: #fcfafd;
	background-size: cover;
}

.bannerArea .titleBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.titleBox {
	position: relative;
	text-align: center;
	line-height: 1.5;
	padding: 100px 0;
	margin-bottom: 30px;
	z-index: 10;
}

.titleBox h1,
.titleBox h2 {
	font-family: 'Noto Sans TC', sans-serif;
	position: relative;
	font-weight: normal;
	text-align: center;
	font-size: 28px;
	color: #4c4d62;
	letter-spacing: 2.5px;
}

.titleBox:after {
	content: "";
	width: 206px;
	height: 206px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(/images/titledight.png) no-repeat;
	z-index: -1;
}

.titleBox strong {
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	font-size: 48px;
	color: #e6688b;
	letter-spacing: 3px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.titleBox strong b.green {
	color: #76c9c1;
	position: relative;
	display: flex;
	align-items: center;
}

.titleBox strong b.green::before {
	content: "";
	display: block;
	width: 42px;
	height: 43px;
	margin: 0 10px;
	background: url(/images/icon-x.png) no-repeat;
}


/**內頁banner**/

.bannerArea.ins img.insimg {
	display: none !important;
}

.bannerArea.ins ul#banner li {
	min-height: 350px;
	background-position: center center;
	background-size: cover;
}

.bannerArea.ins .titleBox {
	top: 65%;
}

.shareBox {
	position: absolute;
	bottom: 100%;
	right: 0;
}

.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 #553475;
	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;
	padding: 10px 30px;
	color: #eb86a2;
	position: relative;
	letter-spacing: 0px;
	border: 1px solid #ef9eb5;
	border-radius: 40px;
	transition: 0.9s;
}

ul.classLink li:hover a {
	background: #eb86a2;
	color: #fff;
}

ul.classLink li a.current {
	background: #eb86a2;
	color: #fff;
	box-shadow: 0px 0px 8px 1px rgb(247, 171, 191);
}

.classNote {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.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 {
	font-family: 'Ubuntu', '微軟正黑體', sans-serif;
	position: relative;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
	padding: 0px 20px;
	background: #76c9c1;
	border-radius: 30px;
}


/******頁籤*******/

.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;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}

.side_menu ul li i {
	position: absolute;
	font-size: 15px;
	top: 15px;
	right: 15px;
	color: #532f75;
}

.side_menu ul li>a {
	display: block;
	color: #000;
	padding: 10px 15px;
	font-size: 15px;
}

.side_menu ul li>a:hover {
	color: #532f75;
}

.side_menu ul li>a.current {
	background: #532f75;
	color: #FFF;
}

.side_menu ul li>a b {
	margin-left: 10px;
	font-size: 13px;
	font-weight: normal;
	color: #532f75;
}

.side_menu ul li dl {
	padding-left: 15px;
	display: none;
}

.side_menu ul li dl dt a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: #532f75;
}

.side_menu ul li dl dt a.current {
	color: #76c9c1;
	text-decoration: underline;
}

.m_slideLink {
	display: none;
}


/*側邊_相簿*/

ul.side_album {
	margin-top: 10px;
}

ul.side_album li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 10px;
}

ul.side_album li a {
	display: block;
	box-shadow: 1px 1px 5px #c3c3c3;
	border-radius: 10px;
	overflow: hidden;
}

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;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.side_news ul li .newsDate {
	text-align: left;
	color: #797979;
	margin-bottom: 5px;
}

.side_news ul li .Img {
	float: left;
	margin-right: 12px;
	width: 30%;
	overflow: hidden;
}

.side_news ul li .Img img {
	width: 100%;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.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) {
	.wrap {
		width: 100% !important;
		padding: 0 20px;
	}
	footer .wrap {
		width: 100% !important;
		/* margin: 0 20px; */
	}
	.sitemap .wrap {
		width: 100% !important;
		margin: 0;
	}
}

@media (max-width: 1180px) {
	/*1160+20(卷軸寬度)*/
	.ins .wrap {
		width: 100% !important;
	}
	.countdown {
		align-items: center;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		background: #76c9c1;
		color: #000;
		z-index: 100;
		bottom: auto;
		right: auto;
		width: 100%;
		height: auto;
		line-height: 1.3;
	}
	.countdown img {
		margin-top: 0;
	}
	.countdown div {
		font-size: 30px;
		padding: 0px;
	}
	.countdown div br {
		display: none;
	}
	.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, rgba(96, 44, 145, 1.00) 0%, rgba(156, 56, 118, 1.00) 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;
	}
	.outerWrap {
		padding-top: 60px;
	}
	.wrap {
		width: 100%;
		margin: 0;
		padding: 0 20px;
		box-sizing: border-box;
	}
	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: #677f9c;
		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: #442b85;
		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: #eb5398;
	}
	.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 #748ead;
	}
	.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: #de7aae;
	}
	.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: #fff;
		display: none;
	}
	.m_menu ul.nav li .submenu li {
		border-top: 1px solid #e8e8e8;
	}
	.m_menu ul.nav li .submenu li>i {
		display: none;
	}
	.m_menu ul.nav li .submenu a {
		font-size: 18px;
		padding: 15px 20px;
		color: #000;
	}
	.m_menu ul.nav li .submenu a:hover {
		background: #76c9c1;
		color: #fff;
	}
	.m_menu ul.nav li .submenu ul li dl {
		background: #f1f1f1;
		display: flex;
		flex-wrap: wrap;
	}
	.m_menu ul.nav li .submenu ul li dl dt {
		box-sizing: border-box;
		flex: 0 0 50%;
		float: left;
		border-top: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
	}
	.m_menu ul.nav li .submenu ul li dl dt:nth-child(even) {
		border-right: none;
	}
	.m_menu ul.nav li .submenu ul li dl dt a {
		font-size: 14px;
	}
}

@media(max-width:1024px) {
	footer .unitArea li {
		flex: 0 0 100%;
	}
	.mainArea .contentBox .leftBox {
		width: 100%;
		position: static !important;
		z-index: 5;
	}
	.mainArea .contentBox .rightBox {
		width: 100%;
		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;
	}
	.mapinfo {
		position: relative;
		height: auto;
		padding: 15px 0;
		background: #fff;
	}
	.copyright {
		pointer-events: auto;
		clear: both;
		padding: 50px;
		width: 100%;
		display: block;
	}
}

@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) {
	.buttonstyle a {
		font-size: 15px;
		padding: 10px 15px;
	}
	.relatedgoodslist ul li {
		width: 50%;
	}
	.countdown img {
		width: 100px;
	}
	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 {
		padding: 20px 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.mainArea {
		margin: 0px 0 30px 0;
	}
	footer .footerfb {
		flex-wrap: wrap;
	}
	footer .unitArea {
		flex: 0 0 100%;
	}
	footer .informationArea {
		width: 100%;
		position: relative;
		bottom: auto;
		right: auto;
		padding-left: 0px;
	}
	.titleBox {
		margin-bottom: 30px;
	}
	/*footer*/
	.translateIbest {
		float: none;
	}
	/*側邊_分享*/
	.side_share {
		clear: both;
		display: block;
		margin-bottom: 30px;
	}
}


/*640*/

@media (max-width: 640px) {
	.mainArea {
		position: relative;
		z-index: 100;
	}
	.titleBox strong {
		font-size: 30px;
	}
	.titleBox {
		padding: 70px 0;
		margin: 0;
	}
	.titleBox:after {
		width: 150px;
		height: 150px;
		background-size: cover;
	}
	.titleBox h1,
	.titleBox h2 {
		font-size: 20px;
	}

	/*內頁banner*/
	.bannerArea.ins ul#banner li{
		min-height:200px;
	}
	
	.bannerArea.ins .titleBox{
		top:50%;
	}

	ul.classLink {
		display: none;
	}
	.m_classLink {
		text-align: center;
		display: block;
		position: relative;
	}
	.m_classLink a.main {
		display: block;
		font-size: 15px;
		position: relative;
		padding: 10px;
		background: #eb86a2;
		color: #fff;
		box-shadow: 0px 0px 8px 1px rgb(247, 171, 191);
		border-radius: 15px;
	}
	.m_classLink a {
		color: #ce6985;
	}
	.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: 15px;
		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 #e8e8e8;
	}
	.m_classLink ul li:first-child a {
		border: none;
	}
	footer .unitArea li dd a {
		flex: 0 0 100%;
	}
	.sitemap li {
		padding: 40px 15px 10px 15px;
	}
	ul.slideLink {
		display: none;
	}
	.m_slideLink {
		display: block;
		position: relative;
		width: 100%;
		margin-bottom: 20px;
		z-index: 20;
	}
	.m_slideLink a.main {
		text-align: center;
		display: block;
		font-size: 20px;
		text-align: center;
		color: #fff;
		position: relative;
		padding: 10px;
		border-radius: 5px;
		background: #76c9c1;
		border-radius: 30px;
	}
	.m_slideLink a.main b {
		font-weight: 400;
	}
	.m_slideLink a.main i {
		display: block;
		font-size: 15px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -6px;
	}
	.m_slideLink ul {
		padding: 0;
		list-style: none;
		display: none;
		width: 100%;
		background: #FFF;
		border-radius: 20px;
		border: 1px solid #d1d1d1;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 99;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}
	.m_slideLink ul li {
		padding: 0;
		margin: 0;
		border-radius: 0px;
	}
	.m_slideLink ul li a {
		text-align: center;
		display: block;
		padding: 10px;
		border-radius: 0px;
	}
	.m_slideLink ul li:first-child a {
		border: none;
	}
	.m_slideLink ul li dl {
		display: none;
		background: #eee;
		padding: 5px 0;
	}
	.m_slideLink ul li dt a {
		text-align: center;
		display: block;
		font-size: 13px;
		padding: 5px 10px;
		border-top: none;
		color: #b19160;
	}
}

@media (max-width: 520px) {
	.relatedgoodslist ul li {
		width: 100%;
	}
	ul.side_album li {
		width: 33.33%;
	}
	
	/*內頁banner*/
	.bannerArea.ins ul#banner li{
		min-height:200px;
	}
	
	.bannerArea.ins .titleBox{
		top:50%;
	}
}


/*480*/

@media (max-width: 480px) {
	ul.cooperationList li {
		width: 50%;
	}
	ul.sponsorList li {
		width: 50%;
	}
	ul.sponsorList li .item {
		padding-right: 5px;
	}
	.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);
}