@charset "utf-8";
/*
 * CSS Document
 * ==========================================
 * Copyright © 2019 磐拓創意網頁設計公司
 * http://www.pantuo.com.tw
 * ==========================================
 * $Author: 米亞 $
 * $Date: 2019-10-7 $
*/



/* ===============================================================================
   Dome
=============================================================================== */
#casedemo.container-fluid {
	padding: 0; 
	margin: 0
}

.demo_bg_index {
	background:url(../images/demo/bg_index.jpg) 50% 0 no-repeat
}
.demo_index {
	display: block;
	width: 1170px;
	background:url(../images/demo/index.jpg) 50% 0 no-repeat;
	height: 2540px;
	text-align: center;
	padding: 0;
	margin: 0 auto
}

.demo_bg_home {
	background:url(../images/demo/bg_home.jpg) 50% 0 no-repeat
}
.demo_home {
	display: block;
	width: 1170px;
	background:url(../images/demo/home.jpg) 50% 0 no-repeat;
	height: 1970px;
	text-align: center;
	padding: 0;
	margin: 0 auto
}





/* ==========================================================================
   reset
========================================================================== */
* {
	padding: 0;
	margin: 0
}

*,
*::before,
*::after {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding: 0;
	margin: 0
}

* {
    -webkit-backface-visibility: hidden
}

img {
    border: 0;
    vertical-align: bottom
}

a, a:visited, a:hover, a:focus, a:active {
    text-decoration: none
}

:focus, :active {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

p {
    line-height: inherit
}

label {
    font-weight: inherit
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    *font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

textarea {
    resize: vertical
}

ol.reset, ul.reset, li.reset {
    list-style: none;
    padding: 0;
    margin: 0
}

section, article, aside, footer, header, nav, main {
    display: block
}





/* ==========================================================================
   Common
========================================================================== */
html {
    font-size: 16px;
	box-sizing: border-box
}

body {
	font-family: 'Roboto', Sans-serif, Arial, 'Century Gothic', 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Noto Sans TC', 'PMingLiU';
	/* Microsoft JhengHei微軟正黑體、Noto Sans TC思源黑體、PMingLiU新細明體 */
	font-display: swap;
    font-size: 1rem;/* 文字大小：16px * 1 = 16px，以根元素為基準，即 <html> 標籤。 */
    line-height: 1.625;/* 行距：16px * 1 * 1.625 = 26px，以根元素為基準，即 <html> 標籤。 */
	color: #000000
}





/*---form------------------------------------------------*/
.cont-wrap input, .cont-wrap select, .join-box input, .join-box select,
.field-wrap input, .field-wrap select {
    height: 34px;
    font-size: 0.875rem;
	line-height: 34px
}

.cont-wrap input, .join-box input, .field-wrap input {
    /*background: #f8f8f8;*/
    background: #ffffff;
    border: 1px solid #bdbdbd;
    vertical-align: middle;
    padding: 0 10px 0 8px
}

.cont-wrap select, .join-box select, .field-wrap select {
	background: #ffffff url("../images/common/ic_select.png") right center no-repeat;
    background-size: auto 6px;
    vertical-align: middle;
    border: 1px solid #bdbdbd;
    padding: 0 40px 0 8px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}
.cont-wrap select::-ms-expand, .join-box select::-ms-expand, .field-wrap select::-ms-expand {
    display: none
}

.cont-wrap .input-date, .field-wrap .input-date { 
	background: #ffffff url(../images/common/ic_calendar.png) no-repeat 98% center; 
	background-size: auto 24px;
	-moz-background-size: auto 24px; 
	-o-background-size: auto 24px; 
	-webkit-background-size: auto 24px; 
	padding-right: 42px 
}

.cont-wrap textarea, .join-box textarea, .field-wrap textarea {
    background: #ffffff;
    min-height: 120px;
    font-size: 0.875rem;
    line-height: 20px;
    border: 1px solid #bdbdbd;
    padding: 9px 10px 9px 8px
}



.cont-wrap input:focus, .cont-wrap select:focus, .cont-wrap textarea:focus,
.join-box input:focus, .join-box select:focus, .join-box textarea:focus,
.field-wrap input:focus, .field-wrap select:focus, .field-wrap textarea:focus {
    background: #ffffff;
    border-color: #bdbdbd
}

.cont-wrap select:focus, .join-box select:focus, .field-wrap select:focus {
	background: url("../images/common/ic_select.png") right center no-repeat;
    background-size: auto 6px
}

.cont-wrap .input-date:focus, .field-wrap .input-date:focus { 
	background: #ffffff url(../images/common/ic_calendar.png) no-repeat 98% center; 
	background-size: auto 24px
}

.cont-wrap .form-control, .field-wrap .form-control {
  height: 34px;
  font-size: 0.875rem;
  color: #000000;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cont-wrap .form-control:focus, .field-wrap .form-control:focus {
  border-color: #bdbdbd;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
          box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
}
.cont-wrap .form-control::-moz-placeholder, .cont-wrap .form-control:-ms-input-placeholder,
.field-wrap .form-control::-moz-placeholder, .field-wrap .form-control:-ms-input-placeholder {
  color: #000000;
}


.cont-wrap .radio input[type="radio"], .cont-wrap .radio input[type="checkbox"], 
.cont-wrap .checkbox input[type="radio"], .cont-wrap .checkbox input[type="checkbox"],
.field-wrap .radio input[type="radio"], .field-wrap .radio input[type="checkbox"], 
.field-wrap .checkbox input[type="radio"], .field-wrap .checkbox input[type="checkbox"] {
    display: none
}

.cont-wrap .radio span, .cont-wrap .checkbox span,
.field-wrap .radio span, .field-wrap .checkbox span {
    position: relative;
    display: inline-block;
    font-weight: normal;
    line-height: 40px;
    vertical-align: middle;
    padding-left: 30px;
}
.cont-wrap .radio span:before, .cont-wrap .checkbox span:before,
.field-wrap .radio span:before, .field-wrap .checkbox span:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 1px solid #bdbdbd;
}
.cont-wrap .radio span:before, .field-wrap .radio span:before {
    border-radius: 100%;
}
.cont-wrap .radio input:checked+span:before, .cont-wrap .checkbox input:checked+span:before,
.field-wrap .radio input:checked+span:before, .field-wrap .checkbox input:checked+span:before {
    background: #000000;
    border-color: #000000
}
.cont-wrap .radio input:checked+span:after, .cont-wrap .checkbox input:checked+span:after,
.field-wrap .radio input:checked+span:after, .field-wrap .checkbox input:checked+span:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 8px;
    display: block;
    width: 6px;
    height: 12px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}





/*---font color------------------------------------------------*/
.text-red {
    color: #e30020
}

.text-blue {
    color: #006699
}

.text-gold {
    color: #7d3600
}

.text-yellow {
    color: #ecc300
}





/*---編輯器內容------------------------------------------------*/
/*
.text-edit {
    color: #333;
    font-size: 1rem;
    line-height: 2
}
*/

.text-edit:before, .text-edit:after {
    content: '';
    display: table
}

.text-edit:after {
    clear: both
}

.text-edit * {
    max-width: 100% !important
}

.text-edit img {
    max-width: 100%;
    height: auto !important
}





/*---gotop------------------------------------------------*/
#gotop {
    position: fixed;
    bottom: 10px;
    right: 15px;
    display: block;
    width: 45px;
    height: 45px;
    color: #ffffff;
    background-color: #c08412;
    font-size: 0.75rem;
    line-height: 40px;
    text-align: center;
    /*border: 1px solid #c08412;*/
    border-radius: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: 999
}
@media (max-width: 480px) {
	#gotop {
		width: 36px;
		height: 36px;
		line-height: 36px
	}
}

#gotop:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 15px;
    width: 13px;
    height: 1px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}
@media (max-width: 480px) {
	#gotop:after {
		display: none
	}
}

#gotop:hover {
    background-color: #000000
}

#gotop.view {
    animation: rubberBand 1s forwards;
    opacity: 0.9
}





/*---頁次------------------------------------------------*/
#pagination-wrap {
  text-align: center;
  border-top: 1px dotted #cccccc;
  padding-top: 5px;
  margin-top: 40px
}
#pagination-wrap.noLine {
  border-top: none;
  padding-top: 0;
  margin-top: 30px
}

#pagination-wrap .pagination {
  margin: 20px 0 0
}

#pagination-wrap span {
	font-size: 0.875rem
}



/*...回列表頁......................................*/
#pagination-wrap a.back {
  background: #000000;
  color: #ffffff;
  font-size: 0.9375rem;
  padding: 10px 25px;
  transition: all .25s linear;
  -ms-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#pagination-wrap a:hover.back {
  background: #e30020;
}
#pagination-wrap a.back:before {
    content: '\f03a';
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	padding-right: 8px
}



/*...上下頁......................................*/
#btnBox {
  display: block;
  float: left;
  width: 100%;
  background: url('../images/common/line_btnBox.png') top repeat-x;
  text-align: center;
  padding-top: 30px;
  margin: 30px auto
}
#btnBox.noLine {
  background: none;
  padding-top: 0;
  margin-top: 40px
}



.btnDef {
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  padding: 0 7%;
  margin: 0
}

.btnDef.black, .btnDef.red {
  display: inline-block
}
.btnDef.red {
  background: #e30020
}
.btnDef.black {
  background: #333333
}
.btnDef.gray {
  background: #838383
}
.btnDef:hover, .btnDef:active, .btnDef:visited {
  color: #ffffff;
  opacity: 0.85
}

.btnDef:before, .btnDef:after {
    content: "";
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
}

a.btnDef.black:before, button.btnDef.black:before { /*上一頁*/
    content: "\f0a8";
	padding-right: 10px
}
a.btnDef.red:after, button.btnDef.red:after { /*下一頁*/
    content: "\f0a9";
	padding-left: 10px
}

a.btnDef.reset:before, button.btnDef.reset:before { /*清除*/
    content: "\f00d";
	padding-right: 10px
}
a.btnDef.send:after, button.btnDef.send:after { /*送出*/
    content: "\f064";
	padding-left: 10px
}

a.btnDef.login:after, button.btnDef.login:after { /*登入*/
    content: "\f2f6";
	padding-left: 10px
}


@media (max-width: 720px) {
	.btnDef {
		width: 49%;
		font-size: 0.9375rem
	}
}
@media (max-width: 424px) {
	.btnDef {
		width: 100%
	}
	.btnDef:last-child {
		display: block;
		margin-top: 5px
	}
}





/*---表格基本設定---------------------------------------------*/
.table-wrap {
	width: 100%
}



/*...表頭......................................*/
.table-wrap .head {
  background: #444444
}
.table-wrap .head.bg-cart {/*交易資訊*/
  background: #7d3600
}
.table-wrap .head.bg-invoice {/*發票資訊*/
  background: #003e67
}

.table-wrap .head > div {
  position: relative;
  display: inline-block;
  /*width: calc(100% / 4 - 5px);*/
  height: 40px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
}
.table-wrap .head > div:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 22px;
  background: #959595;
  margin-top: -11px
}
.table-wrap .head > div:last-child:after {
  display: none
}



/*...表格......................................*/
.table-wrap .inner {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0
}
.table-wrap .inner:nth-child(2n) {/*偶數列底色*/
  background: #f8f8f8
}

.table-wrap .inner > div {
  position: relative;
  display: inline-block;
  /*width: calc(100% / 4 - 5px);*/
  font-size: 0.9375rem;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0
}
.table-wrap .inner > div:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  background: #c9c9c9;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: .8
}
.table-wrap .inner > div:last-child:after {
  display: none
}





/*---分享社群---------------------------------------------*/
.share-box {
    font-size: 0
}

.share-box > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
	font-size: 1rem;
	line-height: 30px;
	text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    /*box-shadow: inset 30px 30px 3px rgba(0,0,0,0);*/
    margin-left: 8px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.share-box > a:before {
	content: "";
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
}
.share-box > a:first-child {
    margin-left: 0
}

.share-box > a.facebook {
    background: #3b5998;
}
.share-box > a.facebook:before {
	content: "\f39e";
}

.share-box > a.line {
  background: url('../images/common/share_line.png') no-repeat 0 0 #00b52c;
  background-size: auto 30px
}

.share-box > a.twitter {
    background: #08a2dc;
}
.share-box > a.twitter:before {
	content: "\f099";
}

.share-box > a.google {
    background: #de564a;
}
.share-box > a.google:before {
	content: "\f0d5";
}

.share-box > a.email {
    background: #9a846b;
}
.share-box > a.email:before {
	content: "\f0e0";
}

.share-box > a.weibo {
    background: #df2029;
}
.share-box > a.weibo:before {
	content: "\f18a";
}





/* ===================================================================
   隱藏及彈出視窗內容
=================================================================== */
/*---隱藏內容------------------------------------------------*/
.displayNone { 
	display: none
}



/*...會員加入條款、運費說明......................................*/
#termsBox .termsBox { 
	width: 100%;
	/*height: auto;*/
	height: calc(100vh - 300px);
	overflow: auto
}
@media (max-width: 680px) {
	#termsBox .termsBox { 
		height: calc(100vh - 200px)
	}
}



/*...付款通知......................................*/
#termsBox .payment-wrap {
  width: 100%;
  margin: 0 auto
}
@media (max-width: 992px) {
  #termsBox .payment-wrap {
	height: calc(100vh - 200px) 
  }
}



/*---彈出------------------------------------------------*/
.mfp-close-btn-in .mfp-close {
  width: 40px;
  height: 40px;
  background: url('../images/common/btn_close.png') no-repeat #efefef center center;
  font-size: 0;
  line-height: 38px
}



.popBox {
  position: relative;
  width: 1000px;
  background: #fff;
  border: 10px solid #efefef;
  box-sizing: border-box;
  padding: 50px;
  margin: 0 auto
}
@media (max-width: 992px) {
  .popBox {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px
  }
}

.popBox .content {
  width: 100%;
  overflow: hidden
}

.popBox .iTitle {
  color: #d10000;
  font-size: 1.4375rem;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 5px
}
.popBox .iTitle span {
  font-weight: bold;
  padding-left: 6px;
  margin-bottom: 40px
}

.popBox .iSmalTi {
  font-size: 1rem;
  text-align: center;
  margin: 0 auto 20px
}
@media (max-width: 768px) {
	.popBox .iTitle_none, .iSmalTi_none {
		display: none
	}
}

.popBox .line {
  width: 100%;
  height: auto;
  background: url('../images/common/line_popbox.png') repeat-x 0 top;
  line-height: 20px;
  overflow: hidden;
  padding-top: 20px
}

.popBox .edit { 
	width: 100%;
	overflow: hidden;
	margin: 10px auto 30px;
}

.popBox .btn-review { 
	padding-top: 20px
}
@media (max-width: 1024px) {
	.popBox .btn-review { 
		padding-top: 0
	}
}




/* ===================================================================
   scroll-view 主選項列scroll動態設定
=================================================================== */
.scroll-fade {
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s
}
.scroll-fade.scroll-view {
    opacity: 1
}

.scroll-fade-down {
    opacity: 0;
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s
}
.scroll-fade-down.scroll-view {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.scroll-fade-up {
    opacity: 0;
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s
}
.scroll-fade-up.scroll-view {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.scroll-fade-left {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s
}
.scroll-fade-left.scroll-view {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.scroll-fade-right {
    opacity: 0;
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s
}
.scroll-fade-right.scroll-view {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.scroll-img-scale {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    -moz-transition: -moz-transform 2.5s 0.15s;
    -o-transition: -o-transform 2.5s 0.15s;
    -webkit-transition: -webkit-transform 2.5s;
    -webkit-transition-delay: 0.15s;
    transition: transform 2.5s 0.15s
}
.scroll-img-scale.scroll-view {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}





/* ===================================================================
   header
=================================================================== */
.header {
    position: fixed;
    top: 0;
    left: 50%;
    width: 76%;/*.header & #footer .content_wrap*/
	background: rgba(255,255,255,1.00);/*.header & .header .menu & .header .menu > ul > li ul*/
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    -moz-transition: -moz-transform 0.35s, width 0.35s;
    -o-transition: -o-transform 0.35s, width 0.35s;
    -webkit-transition: -webkit-transform 0.35s, width 0.35s;
    transition: transform 0.35s, width 0.35s;
    z-index: 999
}
.header.fixed {
    width: 100%;
	/*border-bottom: 1px solid #cccccc;*/
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	-moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px)
}

@media only screen and (max-width: 1440px) {
    .header { width: 90% }
}
@media only screen and (max-width: 1024px) {
    .header {
        width: 100%;
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px)
    }
}



/*---logo------------------------------------------------*/
.header .logo {
    position: relative;
    float: left;
    width: 250px;
	height: 80px;
    padding: 0;
    margin: 0;
    opacity: 0;
    -moz-transform: translateX(-50px);/*由左至右*/
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    z-index: 3
}
.header .logo.scroll-view {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.header .logo a {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: calc(100% - 15px);/* 15=left */
    height: calc(100% - 30px);/* 30=topx2 */
	background: url(../images/common/logo.svg) 0 0 no-repeat
}

@media only screen and (max-width: 1024px) {
    .header .logo {
        float: none;
		height: 70px;/*.header .logo & .i-slide-wrap*/
        margin: auto;
		opacity: 0;
		-moz-transform: translateX(0px);/*淡入淡出*/
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		-moz-transition: opacity 0.8s, -moz-transform 0.8s;
		-o-transition: opacity 0.8s, -o-transform 0.8s;
		-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
		transition: opacity 0.8s, transform 0.8s
    }
	.header .logo.scroll-view {
		opacity: 1
	}
	
	.header .logo a {
		top: 10px;
		left: 0;
		width: calc(100% - 0px);
		height: calc(100% - 20px)
	}
	
}
@media only screen and (max-width: 800px) {
    .header .logo {
        float: left;
		opacity: 0;
		-moz-transform: translateX(-50px);/*由左至右*/
		-ms-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		-moz-transition: opacity 0.8s, -moz-transform 0.8s;
		-o-transition: opacity 0.8s, -o-transform 0.8s;
		-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
		transition: opacity 0.8s, transform 0.8s
    }
	.header .logo.scroll-view {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
	
	.header .logo a {
		top: 10px;
		left: 8px;
		width: calc(100% - 8px);
		height: calc(100% - 20px)
	}
}
@media only screen and (max-width: 540px) {
	.header .logo {
		width: 188px;
		height: 60px
	}
}
@media only screen and (max-width: 424px) {
	.header .logo {
		width: 172px;
		height: 55px
	}
}
@media only screen and (max-width: 360px) {
	.header .logo {
		width: 150px;
		height: 48px;
		margin-top: 3px
	}
	.header .logo a {
		top: 5px;
		left: 5px;
		width: calc(100% - 5px);
		height: calc(100% - 10px)
	}
}
@media only screen and (max-width: 320px) {
	.header .logo {
		width: 110px;
		height: 35px;
		margin-top: 10px
	}
	.header .logo a {
		top: 4px;
		height: calc(100% - 8px)
	}
}



/*---右上選項：搜尋、會員、購物車、FB、語系--------------------------------------*/
.header .quick {
    position: relative;
    float: right;
    display: block;
	background: #c08412;/*.header .quick & .header a.switch*/
    font-size: 1.1rem;
	line-height: 80px;
    padding: 0 12px;
	margin: 0;
    z-index: 2
}
@media only screen and (max-width: 1024px) {
    .header .quick {
        position: absolute;
        top: 0;
        right: 0;
		line-height: 70px
    }
}
@media only screen and (max-width: 800px) {
    .header .quick {
		padding: 0 60px 0 10px
    }
}
@media only screen and (max-width: 540px) {
    .header .quick {
		background: transparent;
		line-height: 60px;
		padding: 0 46px 0 10px
    }
}
@media only screen and (max-width: 424px) {
    .header .quick {
		line-height: 55px;
		padding: 0 46px 0 10px
    }
}

.header .quick ul {
	background: url("../images/common/line_quick.png") 0 0 repeat-x;
	background-position: 0 32px
}
@media only screen and (max-width: 1024px) {
	.header .quick ul {
		background-position: 0 28px
	}
}
@media only screen and (max-width: 540px) {
	.header .quick ul {
		background: url("../images/common/") 0 0 repeat-x
	}
}

.header .quick ul li {
	display: inline-block;
	min-width: 33px;
	text-align: center
}
@media only screen and (max-width: 540px) {
	.header .quick ul li {
		min-width: 28px
	}
}
@media only screen and (max-width: 424px) {
	.header .quick ul li {
		min-width: 23px
	}
}

.header .quick ul li a {
	position: relative;
	color: #ffffff
}
.header .quick ul li:hover a {
	color: #000000
}
.header .quick ul li:hover {
	cursor: pointer
}
@media only screen and (max-width: 540px) {
	.header .quick ul li a {
		position: relative;
		color: #8a8a8a
	}
}

.header .quick ul li a span {
	position: absolute;
    top: -17px;
    left: 12px;
    width: 20px;
    height: 20px;
    background-color: #000000;
    color: #ffffff;
    font-size: 0.8125rem;
    text-align: center;
    line-height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.header .quick ul li ul li a i {
    font-size: 1rem;
}
@media only screen and (max-width: 540px) {
	.header .quick ul li a span {
		top: -15px;
		background-color: #ececec;
		color: #000000
	}
}



/*...會員、語系次選項......................................*/
.header .quick ul li.lang-toggle, .header .quick ul li.member-toggle {
    -moz-transition: ease 0.35s;
    -o-transition: ease 0.35s;
    -webkit-transition: ease 0.35s;
    transition: ease 0.35s
}
	
.header .quick ul li.lang-toggle ul.lang-links, .header .quick ul li.member-toggle ul.member-links {
    position: absolute;
    top: 25px;
	right: 0;
	display: block !important;
    width: 100%;
	background: url("") 0 0 no-repeat;
	line-height: 30px;
	padding-top: 55px;
	opacity: 0;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: opacity 0.35s, -moz-transform 0s 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0s 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0s;
	-webkit-transition-delay: 0s, 0.35s;
	transition: opacity 0.35s, transform 0s 0.35s;
	overflow: hidden;
    z-index: -1
}
@media only screen and (max-width: 1024px) {
    .header .quick ul li.lang-toggle ul.lang-links, .header .quick ul li.member-toggle ul.member-links {
		top: 15px;
        width: auto;
        min-width: 100%
        /*word-break: keep-all;*/
    }
}
@media only screen and (max-width: 540px) {
    .header .quick ul li.lang-toggle ul.lang-links, .header .quick ul li.member-toggle ul.member-links {
		top: 5px
    }
}
@media only screen and (max-width: 424px) {
    .header .quick ul li.lang-toggle ul.lang-links, .header .quick ul li.member-toggle ul.member-links {
		top: 0
    }
}

.header .quick ul li.lang-toggle:hover ul.lang-links, .header .quick ul li.member-toggle:hover ul.member-links {
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s
}

.header .quick ul li.lang-toggle ul.lang-links li, .header .quick ul li.member-toggle ul.member-links li {
	display: block;
	border-top: 1px solid #dad8d9;
	padding: 0;
    margin: 0;
	-moz-transform: translateX(101%);/*由右至左*/
	-ms-transform: translateX(101%);
	-webkit-transform: translateX(101%);
	transform: translateX(101%);
	-moz-transition: -moz-transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s
}

.header .quick ul li.lang-toggle ul.lang-links li:nth-child(2), .header .quick ul li.member-toggle ul.member-links li:nth-child(2) {
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}
.header .quick ul li.lang-toggle ul.lang-links li:nth-child(3), .header .quick ul li.member-toggle ul.member-links li:nth-child(3) {
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}
.header .quick ul li.lang-toggle ul.lang-links li:nth-child(4), .header .quick ul li.member-toggle ul.member-links li:nth-child(4) {
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.header .quick ul li.lang-toggle ul.lang-links li:nth-child(5), .header .quick ul li.member-toggle ul.member-links li:nth-child(5) {
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}
.header .quick ul li.lang-toggle ul.lang-links li:nth-child(6), .header .quick ul li.member-toggle ul.member-links li:nth-child(6) {
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}
.header .quick ul li.lang-toggle ul.lang-links li:nth-child(7), .header .quick ul li.member-toggle ul.member-links li:nth-child(7) {
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s
}
.header .quick ul li.lang-toggle ul.lang-links li:nth-child(8), .header .quick ul li.member-toggle ul.member-links li:nth-child(8) {
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s
}
.header .quick ul li.lang-toggle ul.lang-links li:nth-child(9), .header .quick ul li.member-toggle ul.member-links li:nth-child(9) {
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s
}
.header .quick ul li.lang-toggle ul.lang-links li:nth-child(10), .header .quick ul li.member-toggle ul.member-links li:nth-child(10) {
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s
}

.header .quick ul li.lang-toggle:hover ul.lang-links li, .header .quick ul li.member-toggle:hover ul.member-links li {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

.header .quick ul li.lang-toggle ul.lang-links li a, .header .quick ul li.member-toggle ul.member-links li a {
    display: block;
    background: #eeeeee;
    color: #333333;
    font-size: 0.875rem;
    text-align: center;
    padding: 5px 15px
}
.header .quick ul li.lang-toggle ul.lang-links li:hover a, .header .quick ul li.member-toggle ul.member-links li:hover a {
	background: #b0b0b0;
    color: #ffffff
}
.header .quick ul li.lang-toggle ul.lang-links li.current a, .header .quick ul li.member-toggle ul.member-links li.current a {
    background: #c08412 !important;
    color: #ffffff
}



/*---主次選項------------------------------------------------*/
.header .menu {
	background: rgba(255,255,255,1.00)/*.header & .header .menu & .header .menu > ul > li ul*/
}

.header .menu > ul > li {/*主選項*/
	font-size: 1.062rem
}

.header .menu > ul > li > a {
	position: relative;
	display: block;
	color: #000000;
	padding: 27px 30px 26px
}
.header .menu > ul > li > a:hover {
	color: #7d3600
}

@media only screen and (max-width: 1680px) {
    .header .menu > ul > li > a {
		padding: 27px 20px 26px
    }
}
@media only screen and (max-width: 1600px) {
    .header .menu > ul > li > a {
		padding: 27px 15px 26px
    }
}
@media only screen and (max-width: 1280px) {
    .header .menu > ul > li > a {
		padding: 27px 8px 26px
    }
}

.header .menu > ul > li ul li {/*次選項*/
	display: block;
	font-size: 0.9375rem;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	-webkit-transition: background 1s;
	transition: background 1s
}

.header .menu > ul > li ul li a {
	position: relative;
	display: block;
	color: #383838;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px 20px;
	padding-left: 30px;
	opacity: 0.65
}
.header .menu > ul > li ul li:hover a {
	background-color: rgba(0,0,0,0.03);
	opacity: 1
}

.header .menu > ul > li ul li a:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 15px;
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #383838;
	border-bottom: 2px solid #383838;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}



@media only screen and (min-width: 1025px) {
    .header .menu {
        width: 100%;
        text-align: center
    }

    .header .menu > ul {/*主選項*/
        font-size: 0;
		z-index: 2
    }

    .header .menu > ul > li {
        position: relative;
        display: inline-block;
        text-align: center;
        vertical-align: top
    }

    .header .menu > ul > li > a:after {/*主選項隔線*/
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 16px;
        background: #dad8d9;/*.header .menu > ul > li > a:after & .header .menu > ul > li > a*/
        margin-top: -8px;
        opacity: 1;
        -moz-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg)
    }
    .header .menu > ul > li:last-child a:after {
        display: none
    }
	
    .header .menu > ul > li ul {/*次選項*/
        position: absolute;
        top: 0%;
        left: 50%;
        display: block !important;
        min-width: 150px;
		background: rgba(255,255,255,1.00) url("../images/common/bg_menushadow.png") 0 0 repeat-x;/*.header & .header .menu & .header .menu > ul > li ul*/
        text-align: left;
        /*box-shadow: 0 7px 7px rgba(0, 0, 0, 0.185) inset;深色版時可用*/
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        opacity: 0;
        -moz-transform: scale(0) translateX(-50%);
        -ms-transform: scale(0) translateX(-50%);
        -webkit-transform: scale(0) translateX(-50%);
        transform: scale(0) translateX(-50%);
        -moz-transition: opacity 0.2s, top 0.2s, -moz-transform 0s 0.2s;
        -o-transition: opacity 0.2s, top 0.2s, -o-transform 0s 0.2s;
        -webkit-transition: opacity 0.2s, top 0.2s, -webkit-transform 0s;
        -webkit-transition-delay: 0s, 0s, 0.2s;
        transition: opacity 0.2s, top 0.2s, transform 0s 0.2s;
        z-index: -1
    }
    .header .menu > ul > li:hover ul {
        top: 100%;
        opacity: 1;
        -moz-transform: scale(1) translateX(-50%);
        -ms-transform: scale(1) translateX(-50%);
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
        -moz-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        -webkit-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s
    }

	.header .menu .menu-close {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .header .menu {
        position: fixed;
        top: 0;
        left: -400px;
        /*width: 100%;*/
        width: 400px;
        height: 100vh;
        padding: 30px;
        overflow-y: auto;
        overflow-x: hidden;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -moz-transition: left 0.8s cubic-bezier(0.7, 0, 0.3, 1), -moz-transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
        -o-transition: left 0.8s cubic-bezier(0.7, 0, 0.3, 1), -o-transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
        -webkit-transition: left 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0s cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-delay: 0s, 0.8s;
        transition: left 0.8s cubic-bezier(0.7, 0, 0.3, 1), transform 0s cubic-bezier(0.7, 0, 0.3, 1) 0.8s;
        z-index: 999
    }
    .header .menu.active {
        left: 0%;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -moz-transition: left 0.8s 0s, -moz-transform 0s;
        -o-transition: left 0.8s 0s, -o-transform 0s;
        -webkit-transition: left 0.8s, -webkit-transform 0s;
        -webkit-transition-delay: 0s, 0s;
        transition: left 0.8s 0s, transform 0s
    }
	
    .header .menu .menu-close {
        position: relative;
		display: block;
        color: #006b73;
        text-align: right;
        pointer-events: none
    }
    .header .menu .menu-close span {
        position: absolute;
		top: 7px;
		right: 45px;
		display: block;
        width: 16px;
        height: 1px;
        background: #006b73;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
    }
    .header .menu .menu-close span:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 1px;
        background: #006b73;
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
    }

	
    .header .menu > ul > li > a {
        display: block;
        border-bottom: 1px solid #dad8d9;/*.header .menu > ul > li > a:after & .header .menu > ul > li > a*/
        padding: 10px;
		padding-left: 5px
    }
	
	
    .header .menu > ul > li ul {
        display: none
    }

    .header .menu > ul > li ul li a {
		border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
        padding: 8px 20px
    }
	.header .menu > ul > li ul li a:before {
		left: 7px
	}
}
@media only screen and (max-width: 540px) {
    .header .menu {
        left: -100%;
        width: 75%
    }
}



/*---手機版主次選項功能鈕------------------------------------------------*/
@media only screen and (min-width: 1025px) {
    .header a.switch {
        display: none !important
    }
}
@media only screen and (max-width: 1024px) {
    .header a.switch {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 70px;
        height: 70px;
        font-size: 0;
		background: #c08412;/*.header .quick & .header a.switch*/
        padding: 15px;
		opacity: 0;
		-moz-transform: translateX(-50px);/*由左至右*/
		-ms-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		-moz-transition: opacity 0.8s, -moz-transform 0.8s;
		-o-transition: opacity 0.8s, -o-transform 0.8s;
		-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
		transition: opacity 0.8s, transform 0.8s;
		z-index: 3
	}
	.header a.switch.scroll-view {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
	
    .header a.switch .line1, .header a.switch .line2, .header a.switch .line3 {
        display: block;
        width: 30px;
        height: 2px;
        background: #ffffff
    }

    .header a.switch span {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header a.switch .line1 {
        margin-top: -8px;
        -moz-transition: margin 0.3s 0.3s, -moz-transform 0.3s;
        -o-transition: margin 0.3s 0.3s, -o-transform 0.3s;
        -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
        transition: margin 0.3s 0.3s, transform 0.3s
    }

    .header a.switch .line2 {
        -moz-transition: width 0.3s;
        -o-transition: width 0.3s;
        -webkit-transition: width 0.3s;
        transition: width 0.3s
    }

    .header a.switch .line3 {
        margin-top: 8px;
        -moz-transition: margin 0.3s 0.3s, -moz-transform 0.3s;
        -o-transition: margin 0.3s 0.3s, -o-transform 0.3s;
        -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
        transition: margin 0.3s 0.3s, transform 0.3s
    }

    .header a.switch.on .line1 {
        margin-top: 0px;
        -moz-transition: margin 0.3s, -moz-transform 0.3s 0.3s;
        -o-transition: margin 0.3s, -o-transform 0.3s 0.3s;
        -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
        -webkit-transition-delay: 0s, 0.3s;
        transition: margin 0.3s, transform 0.3s 0.3s;
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }

    .header a.switch.on .line2 {
        width: 0
    }

    .header a.switch.on .line3 {
        margin-top: 0px;
        -moz-transition: margin 0.3s, -moz-transform 0.3s 0.3s;
        -o-transition: margin 0.3s, -o-transform 0.3s 0.3s;
        -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
        -webkit-transition-delay: 0s, 0.3s;
        transition: margin 0.3s, transform 0.3s 0.3s;
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg)
    }
}
@media only screen and (max-width: 800px) {
    .header a.switch {
		position: relative;
        top: 4px;
		float: right;
        width: 52px;
		height: 60px;
		opacity: 0;
		-moz-transform: translateX(50px);/*由右至左*/
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		-moz-transition: opacity 0.5s, -moz-transform 0.5s;
		-o-transition: opacity 0.5s, -o-transform 0.5s;
		-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
		transition: opacity 0.5s, transform 0.5s
    }
	.header a.switch.scroll-view {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
	
	.header a.switch:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
        width: 1px;
        height: 14px;
        background: rgba(255,255,255,0.3);
		margin-top: -7px
	}
	
    .header a.switch .line1, .header a.switch .line2, .header a.switch .line3 {
        width: 20px
    }
	
    .header a.switch .line1 {
        margin-top: -6px
    }

    .header a.switch .line3 {
        margin-top: 6px
    }
}
@media only screen and (max-width: 540px) {
    .header a.switch {
        top: 0;
        width: 48px;
		background: transparent
    }
	.header a.switch:before {
		display: none
	}
	
    .header a.switch .line1, .header a.switch .line2, .header a.switch .line3 {
        background: #8a8a8a
    }
}
@media only screen and (max-width: 424px) {
    .header a.switch {
        height: 55px
    }
}



/*---關鍵字搜尋------------------------------------------------*/
.header #form-search {
    position: absolute;
    top: -50%;
    right: 0;
    width: calc(100% + 1px);
    background: rgba(238,238,238,1);
	border: 0;
    pointer-events: none;
    padding: 100px 50px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	z-index: 99
}
.header #form-search.open {
    top: 0;
    pointer-events: auto;
    opacity: 1
}
@media only screen and (max-width: 424px) {
	.header #form-search {
		padding: 100px 25px
	}
}

.header #form-search .search-wrap {
    position: relative
}

.header #form-search .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transition: -moz-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease
}
.header #form-search .btn-close span {
    display: block;
    width: 100%;
    height: 1px;
    background: #757575;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}
.header #form-search .btn-close span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #757575;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.header #form-search .btn-close:hover {
    -moz-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.header #form-search .input-keywords {
    width: 100%;
    background: #b0b0b0;
    color: #ffffff;
    font-size: 1.5rem;
    border: none;
    padding: 15px 20px
}
.header #form-search .input-keywords::-webkit-input-placeholder, .header #form-search .input-keywords:-moz-placeholder,
.header #form-search .input-keywords::-moz-placeholder, .header #form-search .input-keywords:-ms-input-placeholder {
    color: #ffffff;
    font-size: 1.5rem;
    font-family: "Oswald-Light"
}

.header #form-search .btn-sent {
    position: absolute;
    top: 14px;
    right: 20px;
    background: none;
    color: #ffffff;
    font-size: 1.5rem;
    border: none
}

#menu-mask {
    position: fixed;
    z-index: 98;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    -webkit-transition: ease .5s;
    transition: ease .5s
}
#menu-mask.open {
    opacity: 1;
    visibility: visible
}





/* ===================================================================
   Banner
=================================================================== */
@-webkit-keyframes ani_slideZoom {/*圖大變小*/
    0% {
        -moz-transform: translateX(0) scale(1.15);
        -ms-transform: translateX(0) scale(1.15);
        -webkit-transform: translateX(0) scale(1.15);
        transform: translateX(0) scale(1.15)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@-moz-keyframes ani_slideZoom {
    0% {
        -moz-transform: translateX(0) scale(1.15);
        -ms-transform: translateX(0) scale(1.15);
        -webkit-transform: translateX(0) scale(1.15);
        transform: translateX(0) scale(1.15)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@-ms-keyframes ani_slideZoom {
    0% {
        -moz-transform: translateX(0) scale(1.15);
        -ms-transform: translateX(0) scale(1.15);
        -webkit-transform: translateX(0) scale(1.15);
        transform: translateX(0) scale(1.15)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@keyframes ani_slideZoom {
    0% {
        -moz-transform: translateX(0) scale(1.15);
        -ms-transform: translateX(0) scale(1.15);
        -webkit-transform: translateX(0) scale(1.15);
        transform: translateX(0) scale(1.15)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}



@-webkit-keyframes ani_slideIn {/*由右至左*/
    0% {
        -moz-transform: translateX(10%) scale(1);
        -ms-transform: translateX(10%) scale(1);
        -webkit-transform: translateX(10%) scale(1);
        transform: translateX(10%) scale(1)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@-moz-keyframes ani_slideIn {
    0% {
        -moz-transform: translateX(10%) scale(1);
        -ms-transform: translateX(10%) scale(1);
        -webkit-transform: translateX(10%) scale(1);
        transform: translateX(10%) scale(1)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@-ms-keyframes ani_slideIn {
    0% {
        -moz-transform: translateX(10%) scale(1);
        -ms-transform: translateX(10%) scale(1);
        -webkit-transform: translateX(10%) scale(1);
        transform: translateX(10%) scale(1)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@keyframes ani_slideIn {
    0% {
        -moz-transform: translateX(10%) scale(1);
        -ms-transform: translateX(10%) scale(1);
        -webkit-transform: translateX(10%) scale(1);
        transform: translateX(10%) scale(1)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}



@-webkit-keyframes ani_sloganIn {/*由左至右*/
    0% {
        margin-left: -50px;
        opacity: 0
    }
    100% {
        margin-left: 0;
        opacity: 1
    }
}
@-moz-keyframes ani_sloganIn {
    0% {
        margin-left: -50px;
        opacity: 0
    }
    100% {
        margin-left: 0;
        opacity: 1
    }
}
@-ms-keyframes ani_sloganIn {
    0% {
        margin-left: -50px;
        opacity: 0
    }
    100% {
        margin-left: 0;
        opacity: 1
    }
}
@keyframes ani_sloganIn {
    0% {
        margin-left: -50px;
        opacity: 0
    }
    100% {
        margin-left: 0;
        opacity: 1
    }
}



.i-slide-wrap {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    z-index: 0
}
@media (max-width: 1024px) {
    .i-slide-wrap {
        margin-top: 70px/*.header .logo & .i-slide-wrap*/
    }
}
@media (max-width: 540px) {
    .i-slide-wrap { margin-top: 60px }
}
@media (max-width: 424px) {
    .i-slide-wrap { margin-top: 55px }
}
@media (max-width: 360px) {
    .i-slide-wrap { margin-top: 48px }
}
@media (max-width: 320px) {
    .i-slide-wrap { margin-top: 35px }
}



.i-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.i-slide .slick-slide {
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}



.i-slide .slick-slide .box {
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center
}
.i-slide .slick-slide.first .box {/*第一張圖，ani_slideZoom：改變輪播方式*/
    -moz-animation: ani_slideZoom 1.5s forwards;
    -webkit-animation: ani_slideZoom 1.5s forwards;
    animation: ani_slideZoom 1.5s forwards
}
.i-slide .slick-slide.shown .box {/*ani_slideIn：改變輪播方式*/
    -moz-animation: ani_slideIn 1.5s cubic-bezier(0.13,0.61,0.54,1) forwards;
    -webkit-animation: ani_slideIn 1.5s cubic-bezier(0.13,0.61,0.54,1) forwards;
    animation: ani_slideIn 1.5s cubic-bezier(0.13,0.61,0.54,1) forwards
}



/*---banner圖尺寸設定------------------------------------------------*/
.i-slide .box .inner {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 23%/*banner高度，全螢幕：100vh*/
}
.i-slide .box .inner.inner_h {
    padding-bottom: 15.5%
}

.i-slide .box .inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}
@media (max-width: 1024px) {
    .i-slide .box .inner {
        padding-bottom: 31%;
    }
    .i-slide .box .inner.inner_h {
        padding-bottom: 20%;
    }
}
@media (max-width: 767px) {
    .i-slide .box .inner {
        padding-bottom: 62.5%;
    }
    .i-slide .box .inner.inner_h {
        padding-bottom: 35%;
    }
}



.i-slide .box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}
.i-slide .box .img img {
    max-width: 100%
}



.i-slide .box .img-desktop {
    display: inline-block !important
}
.i-slide .box .img-tablet, .i-slide .box .img-mobile {
    display: none !important
}
@media (max-width: 1024px) {
    .i-slide .box .img-desktop, .i-slide .box .img-mobile {
        display: none !important
    }
    .i-slide .box .img-tablet {
        display: inline-block !important
    }
}
@media (max-width: 767px) {
    .i-slide .box .img-desktop, .i-slide .box .img-tablet {
        display: none !important
    }
    .i-slide .box .img-mobile {
        display: inline-block !important
    }
}



/*---slogan------------------------------------------------*/
.i-slide .box .slogan {
    display: none;
    opacity: 0
}
.i-slide .slick-slide.slick-active .box .slogan {/*ani_sloganIn：改變輪播方式*/
    display: block;
    -moz-animation: ani_sloganIn .8s 1.1s both;
    -webkit-animation: ani_sloganIn .8s 1.1s both;
    animation: ani_sloganIn .8s 1.1s both;
    opacity: 1
}

.i-slide .box .slogan {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    color: #ffffff;
	font-family: 'Roboto', Arial, 'Century Gothic', 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'PMingLiU', Sans-serif;
    font-weight: 600;
    letter-spacing: .1rem;
    text-shadow: 0 0 15px rgba(0,0,0,0.8);
    text-shadow: 0 0 15px 5px rgba(0,0,0,0.8);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 2
}
@media (min-width: 992px) and (max-width: 1599px) {
    .i-slide .box .slogan { max-width: calc(100% - 200px) }
}
@media (max-width: 991px) {
    .i-slide .box .slogan { max-width: calc(100% - 150px) }
}
@media (max-width: 767px) {
    .i-slide .box .slogan { width: calc(100% - 110px) }
}
@media (max-width: 640px) {
    .i-slide .box .slogan { max-width: calc(100% - 30px) }
}



/*...主標......................................*/
.i-slide .box .slogan .main {
    position: absolute;
    top: 45%;
    left: 0;
    right: 2%;
    display: block;
    font-size: 3rem;
    line-height: 1.3;
	text-transform: uppercase;
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%)
}

/*...次標......................................*/
.i-slide .box .slogan .sub {
    position: absolute;
    top: 45%;
    left: 7%;
    right: 2%;
    display: block;
    font-size: 2.5rem;
    line-height: 1.3
}

@media (max-width: 1680px) {
    .i-slide .box .slogan .main, .i-slide .box .slogan .sub {
		top: 50%
    }
	.i-slide .box .slogan .main {
		left: 2%;
		font-size: 2.8rem
	}
	.i-slide .box .slogan .sub {
		left: 8%;
		font-size: 2rem
	}
}
@media (max-width: 1440px) {
    .i-slide .box .slogan .main, .i-slide .box .slogan .sub {
		top: 55%
    }
    .i-slide .box .slogan .main {
		left: 4%;
        font-size: 2.5rem
    }
    .i-slide .box .slogan .sub {
		left: 10%;
        font-size: 1.6rem
    }
}
@media (max-width: 1024px) {
    .i-slide .box .slogan .main, .i-slide .box .slogan .sub {
		top: 40%;
        right: 0
    }
    .i-slide .box .slogan .main { font-size: 2.2rem }
    .i-slide .box .slogan .sub { font-size: 1.315rem }
}
@media (max-width: 800px) {
    .i-slide .box .slogan .main, .i-slide .box .slogan .sub {
		left: 0
    }
    .i-slide .box .slogan .main { font-size: 2rem }
    .i-slide .box .slogan .sub { font-size: 1.5rem }
}
@media (max-width: 640px) {
    .i-slide .box .slogan .main { font-size: 1.6rem }
    .i-slide .box .slogan .sub { font-size: 1rem }
}



/*---圖片輪播鈕------------------------------------------------*/
.i-slide .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    list-style: none;
    line-height: 0;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    padding: 0;
    margin: 0 auto
}
@media (max-width: 1280px) {
    .i-slide .slick-dots {
        bottom: 15px;
    }
}

.i-slide .slick-dots >li {
    display: inline-block;
    vertical-align: middle
}

.i-slide .slick-dots >li button {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    border: none;
    border-radius: 25px;
    outline: none;
    -moz-transition: background .15s;
    -o-transition: background .15s;
    -webkit-transition: background .15s;
    transition: background .15s;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    padding: 0;
    margin: 0 4px
}
.i-slide .slick-dots >li button:hover {
    background-color: #b0b0b0
}
.i-slide .slick-dots >li.slick-active button {
    width: 17px;
    height: 9px;
    background-color: #ffffff;
    -moz-animation: zoomInX .2s both;
    -webkit-animation: zoomInX .2s both;
    animation: zoomInX .2s both;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center
}



/*---圖片輪播箭頭------------------------------------------------*/
.i-slide .slick-prev, .i-slide .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    background: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    opacity: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -moz-transition: left .3s,right .3s,-moz-transform .3s,opacity .3s,background .12s;
    -o-transition: left .3s,right .3s,-o-transform .3s,opacity .3s,background .12s;
    -webkit-transition: left .3s,right .3s,-webkit-transform .3s,opacity .3s,background .12s;
    transition: left .3s,right .3s,transform .3s,opacity .3s,background .12s;
    padding: 0;
    z-index: 10
}
.i-slide .slick-prev:before, .i-slide .slick-next:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: none;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.i-slide .slick-prev:hover, .i-slide .slick-prev:active, .i-slide .slick-next:hover, .i-slide .slick-next:active {
    outline: none;
    background: #b0b0b0;
    border: 2px solid #b0b0b0
}
@media (max-width: 1280px) {
    .i-slide .slick-prev,.i-slide .slick-next {
        width: 35px;
        height: 35px
    }
    .i-slide .slick-prev:before,.i-slide .slick-next:before {
        width: 8px;
        height: 8px
    }
}

.i-slide .slick-prev {
    left: 10px
}
.i-slide .slick-prev:before {
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    margin-left: 5px
}
.i-slide:hover .slick-prev {
    left: 30px
}
@media (max-width: 991px) {
    .i-slide .slick-prev:before { margin-left: 3px }
    .i-slide:hover .slick-prev { left: 15px }
}
@media (max-width: 767px) {
    .i-slide:hover .slick-prev { left: 5px }
}

.i-slide .slick-next {
    right: 10px
}
.i-slide .slick-next:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-left: -5px
}
.i-slide:hover .slick-next {
    right: 30px
}
@media (max-width: 991px) {
    .i-slide .slick-next:before { margin-left: -3px }
    .i-slide:hover .slick-next { right: 15px }
}
@media (max-width: 767px) {
    .i-slide:hover .slick-next { right: 5px }
}

.i-slide:hover .slick-prev, .i-slide:hover .slick-next {
    opacity: 1
}





/* ==========================================================================
   內文區塊版面設定
========================================================================== */
#section-content {
	width: 100%;
	padding: 25px 0 50px;
	margin: 0 auto;
}

.bg_content {
	background: #fff url("../images/common/bg_content.png") 0 0 repeat-x
}



.page-wrap {
    width: 1170px;
	padding: 0;
    margin: 0 auto
}
@media (max-width: 1280px) {
	.page-wrap { width: 90% }
}



.cont-wrap {
    width: 90%;
	padding: 0;
    margin: 0 auto 30px
}




/*---一欄式佈局------------------------------------------------*/
#one-wrap {
	width: 100%
}



/*---兩欄式佈局------------------------------------------------*/
#left-wrap, #main-wrap {
	display: inline-block;
	vertical-align: top
}
#left-wrap {
	width: 260px;
}
#main-wrap {
	width: calc(100% - 305px);
	margin: 0 0 0 40px
}
@media (max-width: 1024px) {
	#left-wrap, #main-wrap {
		width: 100%
	}
	#main-wrap {
		margin: 20px 0 0 0px
	}
}



/*---左選項區塊設定------------------------------------------------*/
#left-wrap .list-box {
    background-color: #fff;
    border: solid 1px #d1d1d1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    padding: 5px 20px 20px
}
#left-wrap .list-box.two {
    margin-top: 20px
}
@media (max-width: 1024px) {
	#left-wrap .list-box {
		background-color: #fff;
		border: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		padding:0
	}
}



/*...左選項手機版......................................*/
.section-sidemenu span.badge {
	display: inline-block;
	font-weight: normal;
	margin-top: -3px;
	margin-left: 8px
}
.section-sidemenu span.badge {
	display: inline-block;
	font-weight: normal;
	margin-top: -3px;
	margin-left: 8px
}
.section-sidemenu ul.menu-main > li > a:hover span.badge,
.section-sidemenu ul.menu-main > li > a.open span.badge,
.section-sidemenu ul.menu-main > li.current > a span.badge,
.section-sidemenu ul.menu-main > li > a.more:hover span.badge,
.section-sidemenu ul.menu-main > li > a.open.more span.badge,
.section-sidemenu ul.menu-main > li.current > a.more span.badge {
  background-color: #383838
}



.section-sidemenu h1 {
  width: 100%;
  height: 42px;
  background: rgb(214,161,21);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTVhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNkNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(214,161,21,1) 0%, rgba(192,132,18,1) 100%);/*●*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,161,21,1)), color-stop(100%,rgba(192,132,18,1)));/*●*/
  background: -webkit-linear-gradient(top, rgba(214,161,21,1) 0%, rgba(192,132,18,1) 100%);/*●*/
  background: -o-linear-gradient(top, rgba(214,161,21,1) 0%, rgba(192,132,18,1) 100%);/*●*/
  background: -ms-linear-gradient(top, rgba(214,161,21,1) 0%, rgba(192,132,18,1) 100%);/*●*/
  background: linear-gradient(to bottom, rgba(214,161,21,1) 0%, rgba(192,132,18,1) 100%);/*●*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6a115', endColorstr='#c08412',GradientType=0 );/*●*/
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 3px;
  line-height: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  padding: 0 10px 0 20px;
  margin: 0
}
.section-sidemenu h1:hover,
.section-sidemenu h1.open {
  background: rgb(192,132,18);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2Q3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU1YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(192,132,18,1) 0%, rgba(214,161,21,1) 100%);/*●*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,132,18,1)), color-stop(100%,rgba(214,161,21,1)));/*●*/
  background: -webkit-linear-gradient(top, rgba(192,132,18,1) 0%, rgba(214,161,21,1) 100%);/*●*/
  background: -o-linear-gradient(top, rgba(192,132,18,1) 0%, rgba(214,161,21,1) 100%);/*●*/
  background: -ms-linear-gradient(top, rgba(192,132,18,1) 0%, rgba(214,161,21,1) 100%);/*●*/
  background: linear-gradient(to bottom, rgba(192,132,18,1) 0%, rgba(214,161,21,1) 100%);/*●*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c08412', endColorstr='#d6a115',GradientType=0 )/*●*/
}
.section-sidemenu h1.open {
    border-radius: 3px 3px 0 0
}

.section-sidemenu h1 i {
  display: block;
  float: right;
  font-size: 1.125rem;
  margin: 13px 5px 0 0
}



.section-sidemenu ul.menu-main { /*第一層選單*/
  list-style: none;
  max-height: 0;
  font-size: 1rem;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  padding: 0;
  margin: 0
}
.section-sidemenu h1.open + ul.menu-main {
  max-height: 10000px
}

.section-sidemenu ul.menu-main > li > a {
  display: block;
  width: 100%;
  min-height: 40px;
  background: #fff5db;/*●*/
  color: #000;
  line-height: 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px 20px;
  margin: 0 0 1px 0
}
.section-sidemenu ul.menu-main > li > a.more {
  background: #fff5db url('../images/common/ic_nav.png') no-repeat;/*●*/
  background-position: right 18px center
}

.section-sidemenu ul.menu-main > li > a:hover,
.section-sidemenu ul.menu-main > li > a.open,
.section-sidemenu ul.menu-main > li.current > a {
  background: #c08412;/*●*/
  color: #fff
}
.section-sidemenu ul.menu-main > li > a.more:hover,
.section-sidemenu ul.menu-main > li > a.open.more,
.section-sidemenu ul.menu-main > li.current > a.more {
  background: #c08412 url('../images/common/ic_nav_o.png') no-repeat;/*●*/
  background-position: right 18px center
}



#left-wrap .list-box.two .section-sidemenu ul.menu-main {
  background-color: #fffbf2
}
#left-wrap .list-box.two .section-sidemenu ul.menu-main > li > a {
  background: url(../images/common/ic_sidemenu.png) no-repeat;
  background-position: left 20px top 11px;
  font-size: 0.9375rem;
  border-bottom: 1px dotted #ccc;
  padding: 10px 20px 10px 42px;
  margin: 0 0 1px 0
}
#left-wrap .list-box.two .section-sidemenu ul.menu-main > li > a:hover,
#left-wrap .list-box.two .section-sidemenu ul.menu-main > li > a.open,
#left-wrap .list-box.two .section-sidemenu ul.menu-main > li.current > a {
  background: url(../images/common/ic_sidemenu.png) no-repeat;
  background-position: left 20px top 11px;
  color: #7d3600
}
@media (max-width: 424px) {
	#left-wrap .list-box.two .section-sidemenu ul.menu-main > li > a {
	  background-position: left 5px top 11px;
	  padding: 10px 20px 10px 20px;
	}
	#left-wrap .list-box.two .section-sidemenu ul.menu-main > li > a:hover,
	#left-wrap .list-box.two .section-sidemenu ul.menu-main > li > a.open,
	#left-wrap .list-box.two .section-sidemenu ul.menu-main > li.current > a {
	  background-position: left 5px top 11px;
	}
}


.section-sidemenu ul.menu-sub { /*第二層選單*/
  list-style: none;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0
}

.section-sidemenu ul.menu-sub > li {
  	background: #fffbf2;/*●*/
	border-bottom: #c08412 1px dotted;/*●*/
	padding: 0 0 1px 0
}
.section-sidemenu ul.menu-sub > li:last-child {
	border-bottom: #c08412 0px dotted;
	padding: 0
}

.section-sidemenu ul.menu-main > li > a.open + ul.menu-sub,
.section-sidemenu ul.menu-main > li.current ul.menu-sub {
  max-height: 10000px
}

.section-sidemenu ul.menu-sub > li > a {
  display: block;
  width: 100%;
  min-height: 40px;
  background: #fffbf2;/*●*/
  color: #222;
  line-height: 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  overflow: hidden;
  padding: 10px 20px 10px 36px
}
.section-sidemenu ul.menu-sub > li > a:hover,
.section-sidemenu ul.menu-sub > li > a.open,
.section-sidemenu ul.menu-sub > li.current > a {
  background: #d5a833;/*●*/
  color: #fff
}



.section-sidemenu ul.menu-grand { /*第三層選單*/
  list-style: none;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0
}

.section-sidemenu ul.menu-sub > li > a.open + ul.menu-grand,
.section-sidemenu ul.menu-sub > li.current ul.menu-grand {
  max-height: 10000px
}

.section-sidemenu ul.menu-grand > li {
	background-color: #fff;
  	padding: 0 0 1px 0
}
.section-sidemenu ul.menu-grand > li:last-child {
	padding: 0
}

.section-sidemenu ul.menu-grand > li > a {
  display: block;
  width: 100%;
  min-height: 40px;
  background: #f2f2f2;
  color: #545454;
  line-height: 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  overflow: hidden;
  padding: 10px 20px 10px 52px
}
.section-sidemenu ul.menu-grand > li > a:hover,
.section-sidemenu ul.menu-grand > li.current > a {
  background-color: #bdbdbd;
  color: #fff
}





/*...左選項電腦版......................................*/
@media (min-width: 1025px) {
  .section-sidemenu h1,
  .section-sidemenu h1:hover,
  .section-sidemenu h1.open { /*左側單元標題*/
  	height: 40px;
    background: transparent url('../images/common/bg_sidemenu.jpg') bottom center no-repeat;
    color: #000;
    font-size: 1.25rem;
    border-radius: 0;
    cursor: auto;
  	padding: 0 10px 0 10px;
	margin: 0 0 5px 0
  }
  .section-sidemenu h1 i {
    opacity: 0;
  }

	
	
  .section-sidemenu ul.menu-main,
  .section-sidemenu h1.open + ul.menu-main { /*第一層選單*/
    max-height: 10000px;
    font-size: 1rem
  }
	
  .section-sidemenu ul.menu-main > li {
    border-bottom: 1px solid #ddd
  }
  .section-sidemenu ul.menu-main > li:last-child {
    border-bottom: 0
  }
	
  .section-sidemenu ul.menu-main > li > a {
    min-height: 42px;
    background: url(../images/common/ic_sidemenu.png) no-repeat;
    background-position: left 10px top 10px;
    color: #000;
    line-height: 20px;
    padding: 10px 30px 10px 30px
  }
  .section-sidemenu ul.menu-main > li > a.more {
    background: url(../images/common/ic_sidemenu.png) no-repeat;
    background-position: left 10px top 10px;
  }
	
  .section-sidemenu ul.menu-main > li > a:hover,
  .section-sidemenu ul.menu-main > li > a.open,
  .section-sidemenu ul.menu-main > li.current > a {
    background: #c08412 url(../images/common/ic_sidemenu_o.png) no-repeat;/*●*/
    background-position: left 10px top 10px;
    color: #fff
  }
  .section-sidemenu ul.menu-main > li > a.more:hover,
  .section-sidemenu ul.menu-main > li > a.open.more,
  .section-sidemenu ul.menu-main > li.current > a.more {
    background: #c08412 url(../images/common/ic_sidemenu_o.png) no-repeat;/*●*/
    background-position: left 10px top 10px
  }
	
	

  #left-wrap .list-box.two .section-sidemenu ul.menu-main {
    background-color: #ffffff
  }
	
  #left-wrap .list-box.two .section-sidemenu ul.menu-main > li > a {
	min-height: 42px;
	background: url(../images/common/) no-repeat;
	font-size: 0.9375rem;
	color: #000;
	line-height: 20px;
	border: 0;
	padding: 10px 3px
  }
  #left-wrap .list-box.two .section-sidemenu ul.menu-main > li > a:hover,
  #left-wrap .list-box.two .section-sidemenu ul.menu-main > li > a.open,
  #left-wrap .list-box.two .section-sidemenu ul.menu-main > li.current > a {
    background: #ffffff url(../images/common/) no-repeat;
    color: #7d3600
  }
	
	
  .section-sidemenu ul.menu-sub { /*第二層選單*/
    padding: 0
  }
	
  .section-sidemenu ul.menu-sub > li {
	  background: #fff;
	  border-bottom: #9d9d9d 1px dotted
  }
	
  .section-sidemenu ul.menu-main > li a.open + ul.menu-sub,
  .section-sidemenu ul.menu-main > li.current ul.menu-sub {
    max-height: 10000px;
    padding: 5px 0
  }
	
  .section-sidemenu ul.menu-sub > li > a {
    min-height: 35px;
    background: #fffbf2 url(../images/common/ic_sidemenu_sub.png) no-repeat;
    background-position: left 18px top 18px;
    color: #222;
    line-height: 20px;
    padding: 10px 20px 10px 30px
  }
  .section-sidemenu ul.menu-sub > li > a:hover,
  .section-sidemenu ul.menu-sub > li > a.open,
  .section-sidemenu ul.menu-sub > li.current > a {
    background: #d5a833 url(../images/common/ic_sidemenu_subo.png) no-repeat;/*●*/
    background-position: left 18px top 18px;
    color: #fff
  }

	
	
  .section-sidemenu ul.menu-grand { /*第三層選單*/
    border: none
  }
	
  .section-sidemenu ul.menu-sub > li a.open + ul.menu-grand,
  .section-sidemenu ul.menu-sub > li.current ul.menu-grand {
    max-height: 10000px
  }
	
  .section-sidemenu ul.menu-grand > li > a {
    min-height: 35px;
  	background: #f2f2f2;
    color: #545454;
    line-height: 20px;
	padding: 10px 20px 10px 30px
  }
  .section-sidemenu ul.menu-grand > li > a:hover,
  .section-sidemenu ul.menu-grand > li.current > a {
	  background-color: #bdbdbd;
	  color: #fff
  }
}



/*---內文標題------------------------------------------------*/
#title-page {
    position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto
}

.s-ti {
    position: relative;
    color: #222;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0 0 20px
}
.s-ti.bg-sti {
    background: url("../images/common/line_sti.jpg") repeat-x 0 center
}


@media (max-width: 1024px) {
    .s-ti { margin: 20px 0 }
}
@media (max-width: 720px) {
    .s-ti { margin: 15px 0 20px }
}
@media (max-width: 540px) {
    .s-ti {
        font-size: 1rem;
		letter-spacing: 0
    }
}



.s-ti strong { /*標題bg*/
    position: relative;
    display: inline-block;
    padding-left: 50px;
    padding-right: 10px;
    z-index: 2
}
.s-ti strong.bg-sti {
	background-color: #ffffff
}

.s-ti strong:before { /*標題ic*/
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background: url("../images/common/ic_logo.svg") no-repeat 0 0;
    margin-top: -8px;
    z-index: 2
}
@media (max-width: 540px) {
	.s-ti strong { padding-left: 43px }
}

.s-ti span { /*標題英文*/
    font-size: 1.25rem;
    font-style: normal;
    letter-spacing: 0;
	text-transform: uppercase;
    margin-right: 10px
}
.s-ti span.color-s-ti {
    color: #d18f00
}

.s-ti b { /*標題中文*/
    display: inline-block
}
@media (max-width: 540px) {
	.s-ti span {
		font-size: 1.125rem;
		margin-right: 5px
	}
}



/*...內文次標題......................................*/
.formTi {
	position: relative;
	display: block;
	height: 30px;
    color: #e30020;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0 0 20px
}
.formTi.bg-formTi {
	height: 30px;
    background: url("../images/common/line_btnBox.png") repeat-x 0 100%
}
@media (max-width: 540px) {
    .formTi {
        font-size: 0.9375rem;
		letter-spacing: 0
    }
}



.formTi .linkLine {/*我要留言*/
	position: absolute;
	top: -10px;
	right: 0
}



.formTi strong { /*次標題bg*/
    display: inline-block;
	height: 30px;
    padding-left: 5px;
    padding-right: 5px
}
.formTi strong.bg_formTi {
    background: #ffffff url("../images/common/bg_formTi.png") repeat-x 0 100%
}

.formTi b { /*標題中文*/
    display: inline-block
}



/*---麵包屑------------------------------------------------*/
.crumb {
	font-size: 0.8215rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: left
}
@media (min-width: 721px) {
	.crumb {
		position: absolute;
		top: 0;
		right: 0;
		float: right;
		z-index: 20
	}
}

.crumb .breadcrumb {
  background-color: #ffffff;
  border-radius: 0;
  padding: 8px 0 0 10px;
  margin-bottom: 0
}
@media (max-width: 720px) {
	.crumb .breadcrumb {
	  padding: 10px 0 0 0;
	}
}

.breadcrumb > li:first-child:before {
	content: "\f0fd";
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	padding-right: 5px
}

.breadcrumb > li a {
	color: #333333
}
.breadcrumb > li a:hover, .breadcrumb > .active {
	color: #000000
}




/* ===================================================================
   footer
=================================================================== */
#footer {
	display: block;
	width: 100%;
	background-color: #e1e1e1;
	background-image: url("../images/common/bg_copyright_t.jpg"), url("../images/common/bg_copyright_b.jpg");
	background-position: left top, right bottom;
	background-repeat: repeat-x, repeat-x;	
	padding: 25px 0 20px;
	margin: 0 auto
}



#footer .page-wrap {
	width: 100%;
	padding: 0;
	margin: 0 auto
}
#footer .page-wrap.info-bg {
	background-color: #e1e1e1
}
#footer .page-wrap.copyright-bg {
	background-color: #5f5f5f
}



#footer .content_wrap {
	position: relative;
	width: 76%;/*.header & #footer .content_wrap*/
	margin: 0 auto
}
@media (max-width: 1280px) {
	#footer .content_wrap { width: 95% }
}
@media (max-width: 800px) {
	#footer .content_wrap { width: 90% }
}



/*---footer上下區塊設定------------------------------------------------*/
#footer .f-up, #footer .f-down {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
    opacity: 0;
    -moz-transition: opacity 1.2s, -moz-transform 1.2s;
    -o-transition: opacity 1s, -o-transform 1.2s;
    -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
    transition: opacity 1.2s, transform 1.2s
}
#footer .f-up.scroll-view, #footer .f-down.scroll-view {
    opacity: 1;
}



/*...網站連結......................................*/
#footer .f-link {
	position: relative;
	display: block;
	float: none;
	margin-bottom: 25px
}
#footer .f-link:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #bababa
}



#footer .f-link a {
  position: relative;
  display: inline-block;
  color: #303030;
  font-size: 0.9375rem;
  padding-left: 30px;
  margin-right: 30px
}
@media (max-width: 1024px) {
	#footer .f-link a {
	  padding-left: 17px;
	  margin-right: 15px
	}
}
@media (max-width: 800px) {
	#footer .f-link a {
	  padding-left: 12px;
	  margin-right: 8px
	}
}
@media (max-width: 720px) {
	#footer .f-link a {
	  width: 24%;
	  padding-left: 2px;
	  margin-right: 0
	}
}
@media (max-width: 320px) {
	#footer .f-link a {
	  width: 23%;
	  font-size: 0.875rem;
	  padding-left: 5px
	}
}

#footer .f-link a:before { /*選項中間隔線*/
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 1px;
  height: 13px;
  background: #acacac;
}
@media (max-width: 768px) {
	#footer .f-link a:last-child {
		font-size: 1.875rem;
		font-weight: 600;
		margin-top: 15px
	}
	#footer .f-link a:last-child:before {
	  display: none
	}
}
@media (max-width: 320px) {
	#footer .f-link a:before {
	  height: 10px
	}
}

#footer .f-link a:after { /*選項連結移過底線*/
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  display: block;
  height: 1px;
  background: #7d3600;
  opacity: 0;
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s
}
@media (max-width: 1024px) {
	#footer .f-link a:after { left: 17px }
}
@media (max-width: 800px) {
	#footer .f-link a:after { left: 12px }
}
@media (max-width: 720px) {
	#footer .f-link a:after { 
		display: none;
		left: 0
	}
}

#footer .f-link a:hover {
  color: #7d3600;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3)
}
#footer .f-link a:hover:after {
  opacity: 0.8
}

#footer .f-link a:first-child {
  padding-left: 0
}
#footer .f-link a:first-child:before {
  display: none
}
#footer .f-link a:first-child:after {
  left: 0
}
#footer .f-link a:last-child {
  margin-right: 0
}
@media (max-width: 720px) {
	#footer .f-link a:nth-child(5):before {
	  display: none
	}
}



/*...公司資訊......................................*/
#footer .f-info {
	font-size: 0.9375rem;
	color: #3e3e3e;
	padding: 25px 0 20px
}

#footer .f-info a, #footer .f-info a:active {
  color: #3e3e3e
}
#footer .f-info a:hover {
  color: #000000
}

#footer .f-info li {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px
}
#footer .f-info li:last-child {
  margin-right: 0
}
@media (max-width: 1024px) {
	#footer .f-info li {
	  margin-right: 25px
	}
}

#footer .f-info p {
  display: none
}
@media (max-device-width: 992px) {
	#footer .f-info p {
	  display: block;
	  margin-top: 15px
	}
}

#footer .f-info li i {
  display: inline-block;
  font-size: 1.25rem;
  padding-right: 8px
}
@media (max-width: 400px) {
	#footer .f-info li i {
	  padding-right: 4px
	}
}

#footer .f-info li.fb, #footer .f-info li.youtube {
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100%;
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  cursor: pointer
}
#footer .f-info li.fb {
  width: 100px;
  height: 20px;
  background: url("../images/common/Facebook.svg") 0 0 no-repeat
}
#footer .f-info li.fb:hover {
  background: url("../images/common/Facebook_o.svg") 0 0 no-repeat
}

#footer .f-info li.youtube {
  width: 68px;
  height: 20px;
  background: url("../images/common/youtube.svg") 0 0 no-repeat
}
#footer .f-info li.youtube:hover {
  background: url("../images/common/youtube_o.svg") 0 0 no-repeat
}
@media (max-width: 800px) {
	#footer .f-info li:nth-child(3) {
	  margin-right: 0
	}
	#footer .f-info li.fb, #footer .f-info li.youtube {
	  margin-top: 15px
	}
}
@media (max-width: 640px) {
	#footer .f-info li.add {
	  display: block;
	  margin-top: 15px
	}
}
@media (max-width: 320px) {
	#footer .f-info li:nth-child(2) {
	  display: block;
	  margin-top: 15px
	}
}



/*...版權宣告......................................*/
#footer .f-down {
  display: inline-block;
  color: #e2e1e1;
  font-size: 0.9375rem;
  word-wrap:　break-word;
  word-break:　normal;
  padding: 20px 0 0
}



#footer .f-down span a {
  display: inline-block;
  color: #e2e1e1;
  margin-left: 30px
}
#footer .f-down span a:hover {
  color: #FFFFFF
}
@media (max-width: 480px) {
	#footer .f-down span a {
	  display: block;
	  margin-left: 0
	}
}
