/* ================================== Basic ================================== */
body {
	font: 16px/24px Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	color: #333;
}
.trans_item{
display:none;
}



/* 各主區塊外框架 */
.outWrap {
	/*width: 1200px;*/
	margin: 0px auto;
	padding: 0px;
	width:98%;
}

/* 全站基本標籤樣式設定 */
a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #06C;
}

a:active {
	color: #333;
}

p {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 畫面跳轉LOADING.....動畫 */
/* 遮罩mask */
#loading {
	z-index: 10000;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
}

#loading .loader {
	font-size: 0.75em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	text-indent: -9999em;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#loading .txt {
	color: #FFF;
}

/* ================================== Header ================================== */
header {
	position: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 9999;
	background: #FFF;
}

header .headwrap {
	position: relative;
	display: block;
	height: 90px;
	padding: 0px;
}

header.ShrinkDown {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

#Head {
	position: relative;
	height: 90px;
}

/* 上方小選單 */
#TopIcon {
	font-size: 0.875em;
	padding: 5px 0px;
	background: #F5F5F5;
	border-bottom: 1px solid #E2E2E2;
}

#TopIcon .outWrap {
	text-align: right;
	min-height: 25px;
	line-height: 25px;
}

#TopIcon ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#TopIcon ul li {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#TopIcon ul li a {
	display: inline-block;
}

#TopIcon ul li.tel_item a,
#TopIcon ul li.shop_item a,
#TopIcon ul li.list_item a,
#TopIcon ul li.mem_item a {}

/*Google翻譯*/
#TopIcon ul li.trans_item a {
	cursor: pointer;
}

#TopIcon ul li a>i {
	text-align: center;
	line-height: 25px;
	margin-right: 5px;
	padding: 0px 5px;
	font-size: 26px;
}

#TopIcon ul li a:hover {}
/*top */
button:hover{cursor: pointer}
    button {
      background: transparent; outline: none;
      position: relative;
      border: none;
      /*padding: 15px 50px;*/
      overflow: hidden;
	  color:#333;
	  font: 30px Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	 padding: 0px 15px;
    }

    /*button:before (attr data-hover)*/
    button:hover:before{opacity: 1; transform: translate(0,0);}
    button:before{
	white-space: nowrap;
      content: attr(data-hover);
      /*position: absolute;
      top: 1.1em; left: 0;*/
      width: 100%;
      text-transform: uppercase;
      /*letter-spacing: 3px;
      font-weight: 800;
      font-size: .8em;*/
      opacity: 0;
      transform: translate(-100%,0);
      transition: all .3s ease-in-out;
	  position: absolute;
top: 0.8em;
left: 0;
font-size: 14px;
color: #333;
letter-spacing: -0.8px;
    }
      /*button div (button text before hover)*/
      button:hover div{opacity: 0; transform: translate(100%,0)}
      button div{
        text-transform: uppercase;
        /*letter-spacing: 3px;
        font-weight: 800;
        font-size: .8em;*/
        transition: all .3s ease-in-out;
      }
/* Logo */
#Logo.topLogo {}

#Logo.topLogo img {}

header #rightBox {
	float: right;
	line-height: 90px;
}

/* language */
header .top_lang {
	float: left;
	position: relative;
}

header .top_lang .btnLan {
	display: block;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 20px;
}

header .top_lang ul {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 5px);
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

header .top_lang ul.current {
	transform: translate(-50%, 0px);
	visibility: visible;
	opacity: 1;
}

header .top_lang ul li {
	width: 100%;
	text-align: center;
	line-height: 24px;
}

header .top_lang ul li a {
	display: block;
	font-size: 13px;
	padding: 4px 8px;
	margin-bottom: 1px;
	background: rgb(255, 255, 255);
	min-width: 70px;
}

header .top_lang ul li a:hover {}

/* search */
header .top_search {
	position: relative;
	float: right;
}

.top_search .btn a {
	display: block;
	padding: 0 15px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}

.top_search .inputBox {
	display: none;
	padding: 10px 15px;
	background: #FFF;
	width: 300px;
	position: absolute;
	top: 150%;
	right: 0;
	z-index: 99;
}

.top_search .inputBox input[type="text"] {
	display: block;
	float: left;
	width: 85%;
	height: 30px;
	border: none;
	outline: 1px solid #CCC;
	padding: 5px;
	box-sizing: border-box;
}

.top_search .inputBox a.btn_submit {
	overflow: hidden;
	display: block;
	background: #F5F5F5;
	line-height: 33px;
	text-align: center;
	cursor: pointer;
}

.top_search .inputBox a.btn_submit:hover {}


/* ------------ 系統上方選單列新版(topmenu_new.htm) ------------ */
.menu {
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 100%;
	position: relative;
	background: rgb(245, 245, 245);
}

/*Mobile - Google翻譯*/
.menu .trans_item {
	display: none;
	text-align: center;
	padding: 30px 0px;
}

.menu .trans_item>a {
	display: inline-block;
	padding: 5px 15px;
	line-height: 28px;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
}

/* 第一層menu style */
.menu a.active-parent {
	/* 第一層menu滑入鎖定樣式 */
}

.menu>ul {
	margin: 0;
	padding: 0px;
}

.menu_item {
	position: relative;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
	position: relative;
	list-style: none;
	/*background: #FFF;*/
}

.menu_item a {
	padding: 15px 20px;
	text-decoration: none;
	display: block;
	position: relative;
	transform: translate(0, 0) !important;
	line-height: 20px;
}

/*次名稱*/
.menu_item a b {
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	padding-top: 3px;
}

.menu_item a:hover {}

/* 第一層右方小箭頭圖示 */
.menu_item a .arrow {
	transform: rotate(-90deg);
	width: 50px;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 0;
	display: inline-block;
	transition: transform 0.3s;
}

.menu_item a .arrow:before {
	display: inline-block;
	padding: 2px;
	content: '\f107';
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 18px;
}

.menu_item a .arrow.open {
	transform: rotate(0deg);
}

/* 第二層menu style */
.sub_menu {
	margin: 0;
	padding: 0;
	pointer-events: none;
	top: 0;
	display: none;
	opacity: 1;
	visibility: visible;
	position: relative;
}

.sub_menu li.sub_menu_item {
	display: block;
	position: relative;
	min-width: 100%;
	/*width: 210px;
	background: #FFF;*/
	text-align: left;
}

.sub_menu li.sub_menu_item a {
	line-height: 20px;
	padding: 5px 25px 10px 25px;
	display: block;
}

.sub_menu.open {
	visibility: visible;
	opacity: 1;
	display: block;
	pointer-events: auto;
	transform: translate(0, 0);
}

/* 第二層右方小箭頭圖示 */
.sub_menu li.sub_menu_item a .arrow {
	transform: rotate(-90deg);
	width: 50px;
	text-align: center;
	position: absolute;
	top: 7px;
	right: 0;
	display: inline-block;
	transition: transform 0.3s;
}

.sub_menu li.sub_menu_item a .arrow:before {
	display: inline-block;
	padding: 2px;
	content: '\f107';
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 18px;
}

.sub_menu li.sub_menu_item a .arrow.open {
	transform: rotate(0deg);
}

.sub_menu li.sub_menu_item a:hover {}

/* 第三層menu style */
.sub_menu .sub_menu {
	top: 0;
	left: 0;
	position: relative;
}

.sub_menu .sub_menu li a {
	padding: 10px 20px 10px 35px;
}

.sub_menu .sub_menu.open {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

/* 手機板MENU展開按鈕 */
.menu-button {
	padding: 10px;
	border: none;
	cursor: pointer;
	transition: 0s;
	width: auto;
	position: fixed;
	top: 55px;
	right: 5px;
	z-index: 10000;
}

.burger-icon {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.burger-icon,
.burger-icon::before,
.burger-icon::after {
	display: block;
	width: 30px;
	height: 4px;
	background-color: #666;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.burger-icon::before,
.burger-icon::after {
	position: absolute;
	content: "";
}

.burger-icon::before {
	top: -10px;
}

.burger-icon::after {
	top: 10px;
}

.menu.open .burger-icon {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.menu.open .burger-icon,
.menu.open .burger-icon::before,
.menu.open .burger-icon::after {
	display: block;
	width: 30px;
	height: 4px;
	background-color: #222;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.menu.open .burger-icon::before,
.menu.open .burger-icon::after {
	position: absolute;
	content: "";
}

.menu.open .burger-icon::before {
	top: -10px;
}

.menu.open .burger-icon::after {
	top: 10px;
}

.menu-button.is-active .burger-icon {
	background-color: transparent;
}

.menu-button.is-active .burger-icon::before {
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}

.menu-button.is-active .burger-icon::after {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-moz-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	-o-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}

/* 手機板選單背景區 */
.menu_body {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	transform: translate(-100%, 0);
	width: 0;
	overflow: hidden;
	z-index: 1;
}

.menu_body.open {
	transform: translate(0, 0);
	transition: all 0.2s;
	transition-timing-function: cubic-bezier(0.62, 0.04, 0.82, 0.13);
	width: 70%;
	box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
	min-height: 100% !important;
	overflow-y: scroll;
}

.menu_body.close {
	transform: translate(-100%, 0);
	transition: all 0.2s;
	transition-timing-function: cubic-bezier(0.62, 0.04, 0.82, 0.13);
	text-shadow: none;
	width: 0;
}

/* PC版-選單樣式 */
@media screen and (min-width: 1201px) {
	.menu {
		background: none;
		min-height: auto;
	}

	/*Mobile - Google翻譯*/
	.menu .trans_item {
		display: none;
	}

	.menu>ul>.menu_item.left>ul {
		left: 0;
	}

	.menu .sub_menu.left-ul>li>a {
		text-align: left;
	}

	.menu>ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.menu_item {
		border-bottom: none;
	}

	.menu_item a {
		padding: 15px 25px;
	}

	.menu_item>a .arrow {
		transform: rotate(0deg);
		right: -15px;
	}

	.menu_item a .arrow:before {
		font-size: 13px;
		color: #999;
	}

	/* ----------------------------- 
   第一層選單 Hover.css 滑入效果
   ----------------------------- */
	/* 效果一 - 下方線條 */
	.menu>ul>li.menu_item a.hvr-underline-from-left:before {
		background: #06C;
		/*線條背景色*/
	}

	/* 效果二 - 背景放射狀 */
	.menu>ul>li.menu_item a.hvr-radial-out {
		background: transparent;
	}

	.menu>ul>li.menu_item a.hvr-radial-out:before {
		background: #06C;
		/*背景色*/
	}

	.hvr-radial-out:active,
	.hvr-radial-out:focus,
	.hvr-radial-out:hover {
		color: #FFF;
		/*滑入時的文字顏色*/
	}

	/* 效果三 - 框線淡入 */
	.menu>ul>li.menu_item a.hvr-border-fade {
		box-shadow: inset 0 0 0 2px transparent, 0 0 1px transparent;
	}

	.menu>ul>li.menu_item a.hvr-border-fade:active,
	.menu>ul>li.menu_item a.hvr-border-fade:focus,
	.menu>ul>li.menu_item a.hvr-border-fade:hover {
		/* 線條背景色 */
		box-shadow: inset 0 0 0 2px #06C, 0 0 1px transparent
	}

	/* ----------------------------- 
   Hover.css 滑入效果 END
   ----------------------------- */

	.sub_menu {
		position: absolute;
		visibility: hidden;
		opacity: 0;
		top: 100%;
		pointer-events: none;
		transition: all 0.3s;
		transform: translate(0, 60px);
		z-index: 999;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	}

	.sub_menu li.sub_menu_item {
		padding: 0px;
		width: 210px;
		background: rgba(255, 255, 255, 0.95);
	}

	.sub_menu li.sub_menu_item a {
		padding: 10px 25px;
		border-bottom: 1px dashed #DDD;
	}

	.sub_menu li:last-child a {
		border-bottom: none;
	}

	.sub_menu .sub_menu {
		top: 0;
		left: 210px;
		transition: all 0.3s;
		transform: translate(-60px, 0);
		position: absolute;
	}

	.menu-button.visible-xs {
		display: none;
	}

	.menu_body {
		width: auto;
		height: auto;
		transform: translate(0, 0);
		overflow: visible;
	}

	.menu_body.open {
		width: 100%;
	}

	.menu_body.close {
		width: 100%;
	}
}

/* ------------ 系統上方選單列新版(topmenu_new) End ------------ */


/* ================================ Banner Slider ================================ */
#featured_div {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 115px 0px 0px;
	overflow: hidden;
	/*max-height: 600px;*/
}

#featured_div .outWrap {
	width: 100%;
	margin: 0px;
}

/* ------ 靜態單張圖樣式 ------ */
#featured_div .featured_show {
	/*max-height: 360px;*/
}

#featured_div .featured_show img {
	width: 100%;
}

/* ------ 動態圖滑動樣式 ------ */
/* 文字內容(預設不顯示) */
#featured_div .flexslider .slides li .content {
	position: absolute;
	top: 100px;
	left: 100px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	display: block;
	width: 25%;
	padding: 10px;
}

/* 分頁樣式 */
#featured_div .flex-direction-nav a {
	margin: 40px 0px 0px;
	width: 20px;
	height: 20px;
	top: 50%;
	border-radius: 0px;
}

#featured_div .flex-direction-nav a:before {
	font-size: 18px;
	padding-top: 0px;
}

#featured_div .flex-direction-nav .flex-prev {
	left: 0;
}

#featured_div .flex-direction-nav .flex-next {
	right: 0;
}

#featured_div .flexslider:hover .flex-direction-nav .flex-prev {
	left: 80px;
}

#featured_div .flexslider:hover .flex-direction-nav .flex-next {
	right: 80px;
}

/* ================================ Content ================================ */
/* 系統側邊選單列表 */
/* 一層直式 (mainmenu.htm) */
.MainMenu {
	position: relative;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}

.MainMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.MainMenu ul li {
	margin: 0px 0px 5px 0px;
	display: block;
	-o-webkit-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.MainMenu ul li>a {
	display: block;
	padding: 8px 10px;
	margin: 0px;
	border: 1px solid #DDD;
}

/*次名稱*/
.MainMenu ul li>a>b {
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	padding-top: 3px;
}

.MainMenu ul li>a:before {}

.MainMenu ul li>a:after {}

.MainMenu ul li>a:hover {}

/* 一層橫式 (mainmenu.htm) */
.MainMenu ul li.inline {
	display: inline-block;
}

.MainMenu ul li.inline>a {
	margin: 0px 0px 5px 5px
}

/*次名稱*/
.MainMenu ul li.inline>a>b {
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	padding-top: 0px;
	padding-left: 5px;
}

/* 兩層下拉 (mainmenu_float.htm)  */
.FloatMenu {
	padding: 0;
	margin: 0;
}

.FloatMenu nav select {
	display: none;
}

.FloatMenu nav ul {
	display: block;
	z-index: 1;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.FloatMenu nav ul li {
	position: relative;
}

.FloatMenu nav ul li a.current {
	width: 220px;
	border: 1px solid #F5F5F5;
	padding: 5px 10px;
	margin-bottom: 8px;
}

/*次名稱*/
.FloatMenu nav ul li a.current>b {
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	padding-left: 5px;
}

.FloatMenu nav ul li a.m_child>b {
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	padding-left: 5px;
}

/*次名稱end*/
.FloatMenu nav ul li a:link,
.FloatMenu nav ul li a:visited {
	display: block;
	position: relative;
}

.FloatMenu nav ul li a:hover,
.FloatMenu nav ul li a:active {
	text-decoration: none;
}

.FloatMenu nav ul li a>i {
	float: right;
	display: inline-block;
	color: #999;
}

.FloatMenu nav ul li ul.float_sub_menu {
	position: absolute;
	top: 36px;
	left: 1px;
	margin: 0;
	padding: 0;
	background: #f9f9f9;
	border-bottom: 5px solid #EEE;
	display: none;
	z-index: 2;
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

.FloatMenu nav ul li ul.float_sub_menu li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ececec;
}

.FloatMenu nav ul li ul.float_sub_menu li a {
	white-space: nowrap;
	width: 220px;
	padding: 5px 15px 5px 10px;
	border: none;
}

.FloatMenu nav ul li ul.float_sub_menu li a:hover {}

/* 內容主區塊 */
#Container {
	position: relative;
	padding: 50px 0px 50px 0px;
	overflow: hidden;
}

/* 頁面主題名稱&&路徑連結區塊 */
.SectionTitle {
	position: relative;
	font-size: 28px;
	padding: 10px 0px;
	margin: 0px 0px 30px 0px;
	text-align: right;
	display: block;
}

/* 頁面主題名稱 */
.SectionTitle h3.st_name {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	float: left;
}

/* 頁面主題次名稱 */
.SectionTitle .second_name {
	padding-left: 10px;
	font-size: 18px;
}

/* 頁面路徑連結 */
.SectionTitle div.st_bread {}

.SectionTitle span.arrow,
.SectionTitle span.navParent_nolink {
	font-size: 14px;
}

.SectionTitle span.navParent_nolink {
	opacity: 0.75;
}

.SectionTitle a {
	font-size: 14px;
}

.SectionTitle a.navParent {}

.SectionTitle a:hover {}

.SectionTitle a:link,
.SectionTitle a:visited {}

/* 欄位區塊 */
/*左*/
#LeftBlock {}

/*#main_block {}*/
/*中*/
#CenterBlock {}

/*右*/
#RightBlock {}

/* 區塊外框 */
.block {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

/* 區塊標題名稱 */
.blockTitle {
	padding: 20px 0px;
	font-size: 26px;
	margin: 0px;
}

.blockTitle .bk_name {}

.left_b .blockTitle {}

.center_b .blockTitle {}

.right_b .blockTitle {}

/* 區塊內容 */
.blockContent {
	padding: 0px;
	margin: 0px;
}

.left_b .blockContent {}

.center_b .blockContent {}

.right_b .blockContent {}

/*.indent {padding-left: 20px;padding-top: 5px;}
.plus_html {margin: 5px 5px 5px 10px;clear: both;}
.show_sub ul {margin: 1px 10px 5px 15px;padding: 1px;}
.show_sub li {list-style-type: none;padding: 3px;margin: 2px 5px 2px 1px;}*/

/* =============================== Footer =============================== */
footer {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 15px 0px;
	overflow: hidden;
	background: #303030;
	background-size: cover;
	color: #fff;
	/*background: url(/themes/default/images/footer.jpg) no-repeat center center;*/
}

#Footer,
#Footer a {}

#Footer a:hover {
	text-decoration: underline;
}

/* 公司抬頭 && 頁尾選單 */
.FootTitle {
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.FootTitle .FootMenu {
	display: block;
	font-size: 14px;
}

.FootTitle .FootMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}

.FootTitle .FootMenu ul li {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0px;
	padding: 0px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.FootTitle .FootMenu ul li a {
	padding: 0px 10px;
	color: #FFF;
}

.FootTitle .FootMenu ul li a b {
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	padding-top: 3px;
}

/* footer內容資訊 */
.footer_flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	padding: 20px 0px;
}

.ft_item {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0px;
	padding: 0px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	font-size: 13px;
}

/* QR Code */
.flex_1 {
	position: relative;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex_1 .qr_code {
	display: block;
}

/* 公司資訊 */
.flex_2 {
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
	padding: 0px 20px 0px 0px;
}

.flex_2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.flex_2 ul li {
	padding-bottom: 10px;
	line-height: 1;
}

.flex_2 ul li:first-child {
	font-size: 18px;
}

.flex_2 ul li>i {
	padding-right: 10px;
}

/* copyright & icon */
.flex_3 {
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding: 0px;
}

.flex_3 ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

.flex_3 ul li {
	display: inline-block;
	float: left;
	margin: 5px;
}

.flex_3 ul li a {
	color: #FFF;
	display: block;
}
canvas {
    border: 8px solid #fff;
}
.flex_3 ul li a>i {
	border-radius: 99em;
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	width: 30px;
	line-height: 36px;
	font-size: 20px;
}

.flex_3 ul li a:hover>i {
	opacity: 0.75;
}

.flex_3 ul li.line {
	margin-left: 15px;
}

.flex_3 .ft_copyright {
	display: block;
	padding: 0px 0px 0px 10px;
}

.flex_3 .ft_copyright h6 {
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 1;
}

.flex_3 .ft_copyright h6 a {
	color: #FFF;
}

.flex_3 .ft_copyright h6 a.power {
	opacity: 0.75;
}

.flex_3 .ft_copyright h6 a.login {
	padding: 0px 10px;
	font-size: 16px;
	opacity: 0.75;
}

/* =============================== 右側side_bar.htm =============================== */
.side_bar {
	position: fixed;
	z-index: 9999;
	top: 50%;
	right: 0px;
	padding: 0px;
	margin: -175px 0px 0px;
}

.side_bar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.side_bar ul li {
	padding: 0px;
	transition: 0.5s;
	text-align: center;
}

.side_bar ul li.fb_bar a {
	background: #3b5998;
}

.side_bar ul li.plus_bar a {
	background: #dc4e41;
}

.side_bar ul li.instagram a {
	background: #FF2894;
}

.side_bar ul li.line a {
	background: #090;
	height: 50px;
	line-height: 48px;
}

.side_bar ul li.line a img {
	vertical-align: middle;
	border: 0;
}

.side_bar ul li.tel_bar a {
	background: #06C;
}

.side_bar ul li.mail_bar a {
	background: #666;
}

.side_bar ul li.map_bar a {
	background: #F60;
}

.side_bar ul li a {
	display: block;
	color: #F5F5F5;
	background: #09C;
}

.side_bar ul li:hover a {
	opacity: 0.85;
}

.side_bar ul li:last-child a {
	border-bottom: none;
}

.side_bar ul li a>i {
	width: 50px;
	font-size: 1.5em;
	line-height: 50px;
}

/* 置頂 */
#goTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	z-index: 10000;
	cursor: pointer;
	border-radius: 40px;
	border: 2px solid #FFF;
	text-align: center;
	background: #999;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#goTop a {
	font-size: 1.313em;
	color: #FFF;
	line-height: 40px;
	font-weight: bold;
}

#goTop a:hover {
	opacity: 0.75;
}

#bb_99{

width:60%;
float:left;
display:inline;
padding:0px 15px 0px 0px;

}
#bb_98{

width:40%;
float:left;
display:inline-block;
padding:0px 15px 0px 0px;

}
#bb_100{
clear:both;
padding-top:50px;

}
/* ========================================= Responsive Start ========================================= */
@media only screen and (max-width: 1200px) {
	.outWrap {
		width: 100%;
		margin: 0;
	}

	#TopIcon {
		padding: 5px 15px;
	}
#TopIcon .outWrap {
    text-align: center;
    
}
header .top_search {
    
    right: 5%;
}
#HeadTopMenu {
   
    top: 50px!important;
}
	/*Google翻譯*/
	#TopIcon ul li.trans_item {
		/*display: none;*/
	}

	header {
		box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
	}

	header .headwrap {
		height: 60px;
	}

	#Head {
		margin: 0px;
		height: 60px;
	}

	#Logo.topLogo {}

	#Logo img {
		max-height: 40px;
	}

	header #rightBox {
		position: absolute;
		top: 0;
		right: 50px;
		float: none;
		line-height: 60px;
	}

	#featured_div {
		padding: 85px 0px 0px;
		width: 100%;
		margin: 0px;
	}

	.flexslider .slides>li {
		height: 100%;
		width: 100%;
		display: none;
		-webkit-backface-visibility: hidden;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	#Container {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 1024px) {
	/*#LeftBlock.lb_id_3 {
	width: 100%;
}
#CenterBlock.cb_id_3 {
	width: 100%;
}*/
#bb_99{

width:100%;
/*float:left;
display:inline;
padding:0px 15px 0px 0px;*/

}
#bb_98{

width:100%;
/*float:left;
display:inline;
padding:0px 15px 0px 0px;*/

}	
}

@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 840px) {
	.SectionTitle {
		margin: 0px 0px 20px 0px;
	}

	.MainMenu {
		padding: 0px 0px 10px 0px;
	}

	.MainMenu ul li {
		width: 20%;
		display: inline-block;
		float: left;
		padding-right: 5px;
	}

	.MainMenu ul li>a {
		padding: 5px 10px;
	}

	.FloatMenu nav ul {
		display: none;
	}

	.FloatMenu nav select {
		width: 100%;
		display: block;
		cursor: pointer;
		padding: 10px 15px;
		background: #f9f9f9;
		border: 1px solid #e3e3e3;
		font-size: 1.05em;
		font-family: "微軟正黑體";
	}

	.block {
		margin: 10px 0px;
	}

	.FootTitle .FootMenu ul {
		flex-wrap: wrap;
	}

	.FootTitle .FootMenu ul li {
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		display: -webkit-inline-flex;
		display: -ms-inline-flex;
		display: inline-flex;
	}

	.footer_flex {
		flex-direction: column;
	}

	.ft_item {
		padding: 20px 30px;
	}

	.flex_1 {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin: 0 auto;
	}

	.flex_2,
	.flex_3 {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 auto;
    text-align: center;
	}
.flex_3 ul {
    
    margin: 0 auto;
    text-align: center;
}
	.flex_3 ul li {
		margin: 0px 10px 10px 0px;
	}

	.flex_3 ul li.line {
		margin-left: 0px;
	}

	.flex_3 .ft_copyright {
		padding: 0px;
	}


}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 600px) {
	.MainMenu ul li {
		width: 33.333333%;
	}

	.FootTitle .FootMenu ul {
		justify-content: flex-start;
	}

	.FootTitle .FootMenu ul li a b {
		display: inline-block;
		padding-top: 0px;
		padding-left: 5px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 480px) {
	#TopIcon .outWrap {
		text-align: center;
	}

	#TopIcon ul li a>i {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 26px;
		margin: 0px;
	}

	#TopIcon ul li a span {
		display: none;
	}

	.top_search .btn a,
	header .top_lang .btnLan {
		padding: 0 10px;
	}

	.top_search .inputBox {
		width: 290px;
		right: 0px;
		top: 310%;
	}

	.SectionTitle {
		text-align: left;
	}

	.SectionTitle h3.st_name {
		font-size: 26px;
		padding: 0px;
		float: none;
	}

	.SectionTitle div.st_bread {
		display: none;
	}

	.MainMenu ul li {
		width: 50%;
	}

	.ft_item {
		padding: 20px;
	}
.ft_item {
    padding: 10px 10px 0px 10px;
    margin: 0 auto;
}
button {
    padding: 0px 10px;
    font-size: 20px;
}
.btn{
margin-top:0px!important;
}
.footer_flex {
   
    padding:  0px;
}}
	@media only screen and (max-width: 376px) {}