@charset "UTF-8";

/* ------------------------------------------
  基本設定
--------------------------------------------- */
body {
	line-height: 1;
	word-break: break-all;
}
body {
	color: #333;
	font-family: "Microsoft JhengHei", "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif, "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "nsimsun", "宋体";
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
input, button, select, textarea {
	outline: none
}
*:focus ,a:focus {
	outline: none; /* for Firefox */
     hlbr:expression(this.onFocus=this.blur());
}
a {
	color:#884a8a;
	text-decoration: none;
	cursor: hand;
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */

}
a:hover {
	color: #884a8a;
	text-decoration: none;
	cursor: hand;	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
footer, header, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 27px;
	line-height: 56px;
	color: #884a8a;
}
h3 {
	font-size: 32px;
	line-height: 40px;
	color: #333333;
}
h4 {
	font-size: 20px;
	font-style: italic;
	line-height: 32px;
	color: #884a8a;
	font-weight: normal;
	padding-bottom: 10px;
}
h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #583979;
	padding-bottom: 4px;
}
p {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
dd, dl, dt {
	margin: 0px;
	padding: 0px;
	float: left;
}
.clear {
	width: 100%;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
.center {
	margin-right: auto;
	margin-left: auto;
	display: table;
}
td, th {
  
  vertical-align:middle !important;
}

@media screen and (max-width: 420px){
.m-center {
	margin-right: auto;
	margin-left: auto;
	display: table;
}
}


/* ------------------------------------------
  距離設定
--------------------------------------------- */
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-10-2 {
	padding-top: 10px;
}
.pt-10-3 {
	padding-top: 0px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-150 {
	padding-top: 150px;
}
.pt-160 {
	padding-top: 160px;
}
.pt-200 {
	padding-top: 200px;
}
.pd-5 {
	padding-bottom: 5px;
}
.pd-10 {
	padding-bottom: 10px;
}
.pd-12 {
	padding-bottom: 12px;
}
.pd-15 {
	padding-bottom: 15px;
}
.pd-20 {
	padding-bottom: 20px;
}
.pd-25 {
	padding-bottom: 25px;
}
.pd-25-2 {
	padding-bottom: 25px;
}
.pd-25-3 {
	padding-bottom: 0px;
}
.pd-30 {
	padding-bottom: 30px;
}
.pd-35 {
	padding-bottom: 35px;
}
.pd-40 {
	padding-bottom: 40px;
}
.pd-80 {
	padding-bottom: 80px;
}

.pd-5 {
	padding-bottom: 5px;
}
.pd-50 {
	padding-bottom: 50px;
}
.pd-80 {
	padding-bottom: 80px;
}
.pd-85 {
	padding-bottom: 85px;
}
.pr-15 {
	padding-right: 15px;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-50 {
	padding-left: 50px;
}
.ml-10 {
	margin-left: 10px;
}
.mr-15 {
	margin-left: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-120 {
	margin-top: 120px;
}
.md-10 {
	margin-bottom: 10px;
}
.md-20 {
	margin-bottom: 20px;
}
.md-30 {
	margin-bottom: 30px;
}
.md-40 {
	margin-bottom: 40px;
}
.md-50 {
	margin-bottom: 50px;
}
.md-60 {
	margin-bottom: 60px;
}
.md-70 {
	margin-bottom: 70px;
}
@media (max-width: 480px) {
.pt-10-2 {
	padding-top: 20px;
}
.pt-10-3 {
	padding-top: 20px;
}
.pd-25-2 {
	padding-bottom: 15px;
}
.pd-25-3 {
	padding-bottom: 25px;
}
}

/* ------------------------------------------
  選單設定
--------------------------------------------- */
@media (max-width: 1370px) {
#bs-example-navbar-collapse-1 {
	display: none !important;
}
}
.des-navbar-bg2 {
	padding-right: 35px;
}
.top-menu {
	padding-left: 15px;
	padding-right: 15px;	
}
.navbar {
	margin-bottom: 0px;
}
.navbar, .navbar .main-menu .navbar-brand, .navbar .main-menu .navbar-nav > li > a {
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
}
.navbar .navbar-nav > li {
	font-size: 16px;
}
.navbar .navbar-nav.affix > li > a {
	padding-top: 34px;
	padding-left: 0px;
	padding-bottom: 27px;
	padding-right: 16px;
	color: #000;
}
.navbar .navbar-nav > li:hover a , .navbar .navbar-nav > li:hover small {
	color: rgba(239,235,211,0.80);
}
.navbar-custom {
	background-color: rgba(248,245,243,0.95);
}
.navbar-custom .navbar-brand {
	color: #884a8a;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	padding: 0px;
	transition: 0.35s;
	width: auto;
	float: left;
	display: block;
}
.navbar-custom .navbar-brand.active, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover {
	color: #884a8a;
}
.navbar-toggle {
	color: #222222;
	text-transform: uppercase;
	margin-top: 15px;
	display: none;
}
.navbar-custom .nav li a, .navbar-custom {
	color: #444444;
}
.navbar-custom .navbar-collapse {
	border-color: rgba(255,255,255,.02);
	display: none;
}
.navbar-custom .navbar-toggle {
	background-color: transparent;
	border-color:  transparent;
	font-size: 26px;
	font-weight: lighter;
	display: none;
}
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-custom .nav li a {
	font-weight: normal;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
	color: #444444;
	outline: 0;
}
.navbar-custom .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #2486B8
}
.navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #2486B8
}

@media screen and (min-width:1370px) {
.navbar-custom {
	background-color: rgba(248,245,243,0.95);
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.navbar .navbar-brand img {
	height: 68px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	width: auto;
	float: left;
	margin-left: 40px;
	margin-top: 17px;
}
.navbar-custom .navbar-nav>.active>a {
	border-radius: 0px
}
.navbar-custom ul li.menu-item small {
	font-size: 12px;
	color: #888888;
	line-height: 20px;
	font-weight: 300;
	padding-left: 1px;
	float: left;
	clear: both;
}
.navbar-custom ul li.menu-item span {
	float: left;
}
.navbar-custom ul li.menu-item a {
	color: #555555;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	float: left;
	padding-bottom: 16px;
	padding-top: 14px;
}
.navbar-custom ul li.menu-item a:hover {
	color: rgba(239,235,211,0.80);
}
.navbar-custom ul li.menu-item.bg-menu:hover {
	background-image: url(../images/bg-menu.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	animation: Move 0.3s; /*IE*/
	-moz-animation: Move 0.3s; /*FireFox*/
	-webkit-animation: Move 0.3s; /*Chrome, Safari*/
}

.navbar-custom ul li.menu-item.icon-about a {
	background-image: url(../icons2/icon-about.svg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	background-size: 34px 33px;
	padding-left: 57px;
}
.navbar-custom ul li.menu-item.icon-about a:hover {
	background-image: url(../icons2/icon-about-over.svg);	
}
.navbar-custom ul li.menu-item.icon-service a {
	background-image: url(../icons2/icon-service.svg);
	background-repeat: no-repeat;
	background-position: 15px 12px;
	background-size: 38px 33px;
	padding-left: 61px;
}
.navbar-custom ul li.menu-item.icon-service a:hover {
	background-image: url(../icons2/icon-service-over.svg);
}
.navbar-custom ul li.menu-item.icon-academy a {
	background-image: url(../icons2/icon-academy.svg);
	background-repeat: no-repeat;
	background-position: 15px 13px;
	background-size: 35px 33px;
	padding-left: 58px;
}
.navbar-custom ul li.menu-item.icon-academy a:hover {
	background-image: url(../icons2/icon-academy-over.svg);
}
.navbar-custom ul li.menu-item.icon-cooperation a {
	background-image: url(../icons2/icon-cooperation.svg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	background-size: 35px 30px;
	padding-left: 58px;
}
.navbar-custom ul li.menu-item.icon-cooperation a:hover {
	background-image: url(../icons2/icon-cooperation-over.svg);
}
.navbar-custom ul li.menu-item.icon-contact a {
	background-image: url(../icons2/icon-contact.svg);
	background-repeat: no-repeat;
	background-position: 15px 14px;
	background-size: 35px 33px;
	padding-left: 58px;
}
.navbar-custom ul li.menu-item.icon-contact a:hover {
	background-image: url(../icons2/icon-contact-over.svg);
}
.navbar-custom ul li.menu-item.icon-media a {
	background-image: url(../icons2/icon-media.svg);
	background-repeat: no-repeat;
	background-position: 15px 13px;
	background-size: 35px 33px;
	padding-left: 59px;
}
.navbar-custom ul li.menu-item.icon-media a:hover {
	background-image: url(../icons2/icon-media-over.svg);
}
.navbar-custom ul li.menu-item.icon-shopp a {
	background-image: url(../icons2/icon-shopp.svg);
	background-repeat: no-repeat;
	background-position: 18px 13px;
	background-size: 35px 33px;
	padding-left: 59px;
}
.navbar-custom ul li.menu-item.icon-shopp a:hover {
	background-image: url(../icons2/icon-shopp-over.svg);
}
.navbar-custom.affix {
	background-color: rgba(248,245,243,0.95);
	/*background-color: rgba(116,46,129,0.95);*/
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	border-bottom: 0px solid rgba(248,245,243,0.95);
}
.navbar-custom.affix .menu-item {
	padding-left: 0px;
	padding-right: 0px;
	/*-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;*/
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-custom.affix ul li.menu-item a {
	color: #555555;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	float: left;
	padding-bottom: 10px;
	padding-top: 8px;
}
.navbar-custom.affix ul li.menu-item a:hover {
	color: rgba(239,235,211,0.80);
}
.navbar-custom.affix .menu-item.icon-about a {
	background-image: url(../icons2/icon-about.svg);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	background-size: 34px 33px;
	padding-left: 57px;

}
.navbar-custom.affix .menu-item.icon-service a {
	background-image: url(../icons2/icon-service.svg);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	background-size: 38px 33px;
	padding-left: 61px;

}
.navbar-custom.affix .menu-item.icon-academy a {
	background-image: url(../icons2/icon-academy.svg);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	background-size: 35px 33px;
	padding-left: 58px;
}
.navbar-custom.affix .menu-item.icon-cooperation a {
	background-image: url(../icons2/icon-cooperation.svg);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	background-size: 35px 30px;
	padding-left: 58px;
}
.navbar-custom.affix .menu-item.icon-contact a {
	background-image: url(../icons2/icon-contact.svg);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	background-size: 35px 33px;
	padding-left: 58px;
}
.navbar-custom.affix .menu-item.icon-media a {
	background-image: url(../icons2/icon-media.svg);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	background-size: 35px 33px;
	padding-left: 59px;
}
.navbar-custom.affix .menu-item.icon-shopp a {
	background-image: url(../icons2/icon-shopp.svg);
	background-repeat: no-repeat;
	background-position: 18px 8px;
	background-size: 35px 33px;
	padding-left: 59px;
}

.navbar-custom.affix .navbar-brand {
	/*font-size: 1.5em*/
	margin-bottom: 6px;
	margin-top: 14px;
}
.navbar-custom.affix .navbar-brand img {
	height: 65px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 0px;	
}
.navbar-custom.affix .top-link {
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	margin-top: 9px;
	
}
}

@media screen and (max-width: 1369px){
.nav.navbar-nav .menu-item a {
	color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	font-size: 16px;
	line-height: 24px;
}
.nav.navbar-nav .menu-item a:hover {
	color: #ffffff;
}
.navbar-nav {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-custom {
	background-color: rgba(248,245,243,0.95);
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	border-left: none;
	border-right: none;
	border-bottom-style: none;
	border-top: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.navbar .navbar-brand img {
	height: 47px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	margin-top: 0px;
	display: block;
	float: left;
	margin-left: 68px;
	background-color: Transparent;
}
.navbar-custom .navbar-brand {
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	padding: 0px;
	transition: 0.35s;
	width: auto;
	display: block;
	
}
.navbar-custom.affix .navbar-header {
	/*border-bottom: 1px solid rgba(116,46,129,0.5);*/
}
.navbar-header {
	padding-top: 0px;
	padding-bottom: 0px;
	
}
}
@media screen and (max-width: 320px){
.navbar .navbar-brand img {
	height: 45px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	margin-top: 0px;
	display: block;
	float: left;
	margin-left: 58px;
	background-color: Transparent;
}
}

@media screen and (max-width: 1369px){
.des-navbar-bg {
	background-color: rgba(248,245,243,0.95);
}
.des-navbar-bg2 {
	background-color: #742e81;
}
}


/*
::-moz-selection {
text-shadow:none;
background:#2486B8
}
::selection {
	text-shadow: none;
	background: #2486B8
}*/
img::selection {
	background: 0 0
}
img::-moz-selection {
background:0 0
}
@keyframes Move{
    from {opacity: 0.2;}
    to {opacity: 1.0}
}
@-moz-keyframes Move{
   from {opacity: 0.2;}
    to {opacity: 1.0}
}
@-webkit-keyframes Move{
   from {opacity: 0.2;}
    to {opacity: 1.0}
}


/* ------------------------------------------
  Banner設定
--------------------------------------------- */
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
	height: 100vh;
	text-align: center;	
}
.carousel-inner .item img {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: auto;
}


/* ------------------------------------------
  Scroll Down設定
--------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
.down-box {
	z-index: 999;
	height: 100px;
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -50px;
}
.demo a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.demo a:hover {
	opacity: .8;
}
#section05 {
	position: relative;
	z-index: 9999;
	width: 100px;
	height: 690px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#section05 a {
	padding-top: 50px;
}
#section05 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	border: 1px solid #ffffff;
	/*border: 1px solid #792c7b;*/
	border-radius: 100%;
	box-sizing: border-box;
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;

}
#section05 a span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
@media screen and (max-width: 1379px) {
.down-box {
	display: none;
}
}

@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0px, 20px);
		opacity: 0;
	}
}
@keyframes sdb05 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0px, 20px);
		opacity: 0;
	}
}


/* ------------------------------------------
  Scroll Down設定(影片)
--------------------------------------------- */
#section05-2 {
	position: relative;
	z-index: 999;
	width: 100px;
	height: 700px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.demo2 a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.demo2 a:hover {
	opacity: .8;
}
#section05-2 a {
	padding-top: 50px;
}
#section05-2 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	box-sizing: border-box;
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;

}
#section05-2 a span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

@-webkit-keyframes sdb05-2 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0px, 20px);
		opacity: 0;
	}
}
@keyframes sdb05-2 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0px, 20px);
		opacity: 0;
	}
}


/* ------------------------------------------
  語系設定
--------------------------------------------- */
/*--樣式1--*/
.language{
	display: inline-block;
	vertical-align: middle;
	float: right;
	width: auto;
	border-style: none;
	border-width: 0px;
	cursor: pointer;
	margin-right: 10px;
	height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.language .google-lang {
	display: inline-block;
	height: 16px;
	margin-top: 0px;
}
.language .google-lang a {
	display: block;
	line-height: 18px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 19px;
	font-size: 12px;
	color: #666666;
	box-sizing: border-box;
	background: Transparent;
	font-weight: normal;
	padding-bottom: 0px;
	background-image: url(../icons2/icon-earth.svg);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 11px;
}
.language .google-lang a:hover {
	background-image: url(../icons2/icon-earth-over.svg);
}
.language .google-lang a i {
	margin-left: 0px;
	display: inline-block;
	background: Transparent;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 6px;
	padding-bottom: 0;
	color: #666666;
	height: 16px;
	border: 0px solid #70337b;
	line-height: 16px;
}
.language .google-lang i:hover{
	color: #884a8a;
}
/*--樣式2--*/
.language2 {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: auto;
	border-style: none;
	border-width: 0px;
	cursor: pointer;
	margin-right: 10px;
	height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
.language2 .google-lang {
	display: inline-block;
	height: 16px;
	margin-top: 0px;
	
}
.language2 .google-lang a {
	display: block;
	line-height: 18px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 24px;
	font-size: 13px;
	color: rgba(239,235,211,0.80);
	box-sizing: border-box;
	background: Transparent;
	font-weight: normal;
	padding-bottom: 0px;
	background-image: url(../icons2/icon-earth-g.svg);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin-left: 30px;
}
.language2 .google-lang a:hover {
	background-image: url(../icons2/icon-earth-g.svg);
}
.language2 .google-lang a i {
	margin-left: 0px;
	display: inline-block;
	background: Transparent;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 6px;
	padding-bottom: 0;
	color: rgba(239,235,211,0.80);
	height: 16px;
	border: 0px solid #70337b;
	line-height: 16px;
}
.language2 .google-lang i:hover{
	color: #884a8a;
}


/* ------------------------------------------
   手機側邊選單設定
--------------------------------------------- */
html, body {
	-webkit-tap-highlight-color: transparent;
	/* disable webkit tap highlight */
	overflow-x: hidden;
}
/*----------------------------
	THE FAT BURGER
----------------------------*/
.burger {
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: block;
	float: left;
	position: absolute;
}
.burger:before, .burger span, .burger:after {
	width: 26px;
	height: 2px;
	display: block;
	background: #333;
	border-radius: 3px;
	position: absolute;
	opacity: 1;
}
.burger:before, .burger:after {
	transition: top .35s cubic-bezier(.23, 1, .32, 1), transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1);
	-webkit-transition: top .35s cubic-bezier(.23, 1, .32, 1), -webkit-transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1);
	content: "";
}
.burger:before {
	top: 23px;
	background-color: #884a8a;
}
.burger span {
	top: 30px;
	background-color: #884a8a;
}
.burger:after {
	top: 37px;
	background-color: #884a8a;
}
/* Hover */
.burger:hover:before {
	top: 23px;
}
.burger:hover:after {
	top: 37px;
}
/* Click */
.burger.cross span {
	opacity: 0;
}
.burger.cross:before, .burger.cross:after {
	top: 50%;
}
.burger.cross:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
}
.burger.cross:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5); /*for IE*/
}
.burger:focus {
	outline: none;
}
/* Menu Button */
.burger {
	display: none;
}
.burger:hover {
	opacity: 0.6;
}
@media screen and (max-width:1379px) {
.burger { 
    display: block;
	float: left;
	position: absolute;
	padding-left: 20px;
}
}

/* Menu Appearance */
.pushy {
	position: fixed;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 9999;
	background-color: #692676;
	overflow: auto;
	visibility: hidden;
	-webkit-overflow-scrolling: touch;/* enables momentum scrolling in iOS overflow elements */
	background-image: url(../images/bg-m-menu.jpg);
	background-repeat: repeat-x;
}
.pushy a {
	display: block;
	color: rgba(239,235,211,0.80);
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	text-decoration: none;
	outline: 0;
	font-size: 16px;
	font-weight: 500;
}
.pushy a:hover {
	color: #FFF;
}
.pushy ul:first-child {
	margin-top: 10px;
}
.pushy.pushy-left {
	left: 0;
}
.pushy.pushy-right {
	right: 0;
}
/* Menu Movement */
.pushy-left {
	-webkit-transform: translate3d(-260px, 0, 0);
	-ms-transform: translate3d(-260px, 0, 0);
	transform: translate3d(-260px, 0, 0);
}
.pushy-open-left #container, .pushy-open-left .push {
	-webkit-transform: translate3d(260px, 0, 0);
	-ms-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
}
.pushy-right {
	-webkit-transform: translate3d(260px, 0, 0);
	-ms-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
}
.pushy-open-right #container, .pushy-open-right .push {
	-webkit-transform: translate3d(-260px, 0, 0);
	-ms-transform: translate3d(-260px, 0, 0);
	transform: translate3d(-260px, 0, 0);
}
.pushy-open-left .pushy, .pushy-open-right .pushy {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* Menu Transitions */
#container, .pushy, .push {
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	background-position: center top;
}
/* Site Overlay */
.site-overlay {
	display: none;
}
.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-animation: fade 500ms;
	animation: fade 500ms;
}
 @keyframes fade {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes fade {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.pushy-link {
	border-bottom: 1px solid rgba(239,235,211,0.10) !important;	
}
.pushy-link small {
	color: rgba(239,235,211,0.70);
	font-size: 12px;
}
/* Submenu Appearance */
.pushy-submenu {
/* Submenu Icon */
}
.pushy-submenu ul {
	padding-left: 15px;
	transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
	transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
	position: relative;
}
.pushy-submenu > a::after {
	content: '';
	display: block;
	height: 11px;
	width: 8px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: transform 0.2s;
}
.pushy-submenu {
	position: relative;
	border-bottom: 1px solid #195995;
}
.pushy-submenu > ul {
	position: relative;
	background-color: #003567;
}
.pushy-submenu > ul > li a {
	position: relative;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 300;
	padding-bottom: 0px;
	padding-top: 13px;
	color: rgba(255,255,255,0.8);
}
.pushy-submenu > ul > li.pushy-link:last-child {
	position: relative;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 300;
	padding-bottom: 18px;
	padding-top: 0px;
}
/* Submenu Movement */
.pushy-submenu-closed ul {
	max-height: 0;
	overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
	opacity: 0;
}
.pushy-submenu-open {
/* Submenu Icon */
}
.pushy-submenu-open ul {
	max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
	opacity: 1;
}
.pushy-submenu-open a::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.no-csstransforms3d .pushy-submenu-closed ul {
	max-height: none;
	display: none;
}


/*-----youtube影片-----*/
#mSlider {
	margin-top: 27px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	overflow: hidden;
	width: 100%;
	float: left;
}
#picshow {
	position: relative;
	width: 65%;
	overflow: hidden;
	float: left;
}
#picshow_img {
	width: 100%;
	overflow: hidden;
	float: left;
}
#picshow_img li {
	width: 100%;
	overflow: hidden;
	float: left;
	display: none;
}
#picshow_tx {
	left: 0px;
	width: 100%;
	bottom: 0px;
	position: absolute;
	height: 90px;
	overflow: hidden;
}
#picshow_tx li {
	background: url(../images/picshow_bg.png) repeat;
	padding: 10px 30px;
	height: 70px;
	color: #fff;
	display: none;
}
#picshow_tx li a {
	color: #fff;
}
#picshow_tx li a:hover {
	text-decoration: underline;
}
#picshow_tx li h3 {
	margin: 13px 0;
}
#picshow_tx li p {
	color: #ccc;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}
#select_btn {
	width: 33%;
	float: right;
	display: inline;
}
#select_btn li {
	width: 100%;
	cursor: pointer;
	float: left;
	margin-bottom: 18px;
}
#select_btn li:hover {
	color:#884a8a;
}
#select_btn li.current {
	color: #884a8a;
}
#select_btn li.current:hover {
	color:#884a8a;
}
#select_btn a {
	color: #444444;
}
#select_btn img {
	padding: 0px;
	width: 113px;
	margin-right: 10px;
	float: left;
	height: 68px;
	border-style: none;
}
#select_btn .select_text {
	line-height: 22px;
	font-size: 14px;
	padding-top: 4px;
	color: #444444;
}
#select_btn .select_text:hover {
	font-size: 14px;
	line-height: 22px;
	color: #884a8a;
}
#select_btn .select_date {
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	display: block;
}
#picshow iframe {
	width: 100%;
	height: 326px;
}
@media screen and (max-width: 420px){
#picshow {
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
}
#mSlider {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	width: 100%;
	float: left;
}
#picshow iframe {
	width: 100%;
	height: 200px;
}
#select_btn {
	display: none;
}
h3 {
	font-size: 32px;
	line-height: 40px;
	color: #333333;
	text-align: center;
}
}
