@charset "utf-8";
/* CSS Document */

@import url(font-awesome/css/font-awesome.min.css);
@import url(icomoon/style.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");



body {
    font-family: 'Roboto', 微軟正黑體, 新細明體, sans-serif;
	font-size: 16px;
	color: #262626;
	background: #fff;
	line-height: 1.5;
}

a {
	cursor: pointer;
	color: #262626;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover, a:focus { 
	color: #00a5e2;  
	text-decoration: none; 
}

img { 
	max-width: 100%; 
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	line-height: 1.5;		   
}

p {
	margin: 0;
}

ul, label, figure {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: none;
}

input[type="text"],
input[type="email"] {
	-webkit-appearance: none;
	/*font-size: 15px;*/
}

textarea {
	-webkit-appearance: none;
}

.border-box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
	width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.wrap-fluid {
	padding: 0 45px; 
}


.prodWrap {
	width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}

/*::selection {
	color: #fff;
	background-color: #008059; 
}*/



/*----- header -----*/
header {
	width: 100%;
	height: 76px; 
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 1000;
	background-color: #fff; 
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);  /* 往右偏移0往下偏移2px ，5px的模糊半徑 */
}

header .logo {
	float: left;
	display: block;
	width: 289px;
	height: 76px;
}

	

/*----- nav -----*/
header nav {
	float: right;
}

header nav > ul.menu {
}

header nav > ul.menu > li {
	float: left;
	font-size: 16px;
	padding: 0 30px;
	position: relative;
	line-height: 76px;
}

header nav > ul.menu > li > a {
	color: #1a1a1a;
	display: block;
	position: relative;
}

header nav > ul.menu > li > a:hover,
header nav > ul.menu > li:hover > a {/* 滑鼠移入次選單上層按鈕保持變色*/
	font-size: 18px;
	color: #00a5e2;
}

header nav > ul.menu > li.current > a {
	color: #00a5e2;
}

header nav > ul.menu > li > a::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 2px;
	background-color: #00a5e2;
	opacity: 0;
	transition: all .4s ease-out;
}

header nav > ul.menu > li > a:hover::after,
header nav > ul.menu > li:hover > a::after,
header nav > ul.menu > li.current > a::after {
	width: 100%;
	left: 0;
	opacity: 1;
}



/*----- 彈出式第二層 -----*/
nav .dropdown-container {
	position: fixed;
	top: 76px;
	left: 0;
	width: 100%;
	/*padding: 19px 0;*/
	height: 54px;
	box-shadow: 0 5px 10px rgba(60, 60, 60, 0.1);
	background: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 100;
	background-color: #00a5e2;
	transition: opacity .4s ease, visibility .4s ease;
}

nav > ul.menu > li:hover > .dropdown-container {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

nav .nav-main {
	width: 100%;
	padding: 0 10%;
	display: flex;
	justify-content: center;
}

nav .nav-main ul {
}

nav .nav-main li {
	float: left;
	padding: 0 28px;
	background: url(../images/tw/line.jpg) no-repeat right 19px;
	line-height: 55px;
	overflow: hidden;
}

nav .nav-main li:last-child {
	background: none;
}

nav .nav-main li a {
	font-size: 16px;
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*nav .nav-main li a:hover,
nav .nav-main li.active > a {
	color: #002f87;
}*/

nav .nav-main li a > em,
nav .nav-main li a > span {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

nav .nav-main li a > em {
	position: absolute;
	left: 0;
	top: -15px;
	opacity: 0;
	font-style: normal;
}

nav .nav-main li a:hover > em {
	top: 0;
	opacity: 1;
}

nav .nav-main li a:hover > span {
	opacity: 0;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
}


.mobile-menu {
	display: none;
}



/* language */
.language {
	float: right;
	position: relative;
	display: block;
	margin-left: 35px;
    cursor: pointer;
    transition: all .5s;
	font-family: "Roboto", sans-serif, "微軟正黑體";
	line-height: 76px;
}

.language span {
	position: relative;
    display: inline-block;
	font-size: 14px;
	color: #1a1a1a;
    z-index: 10;
    cursor: pointer;
}

.language span::before {
	content: "\e900";
    font-family: 'icomoon';
    font-size: 18px;
	color: #009cd5;
    display: inline-block;
    margin-right: 12px;
	padding-bottom: 1px;
	vertical-align: bottom;
}

.language span::after {
	content: '\f107';
    font-family: FontAwesome;
    font-size: 12px;
	color: #009cd5;
	font-weight: 600;
    display: inline-block;
    margin-left: 10px;
    transition: all .5s;
}

.language:hover span::after {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.language ul {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    border: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(60, 60, 60, 0.1);
}

.language:hover ul {
    opacity: 1;
    visibility: visible;
    top: 76px;
}

.language ul li + li a,
.m_lang ul li + li a {
    border-top: 1px solid #eee;
}

.language ul li a,
.m_lang ul li a {
    display: block;
	font-size: 13px;
	color: #444;
	text-align: center;
    padding: 7px 0;
    background-color: rgba(255, 255, 255, 0.95);
	line-height: 22px;
}

.language ul li:hover a,
.m_lang ul li:hover a {
	color: #fff;
    background-color: rgba(0, 165, 226, 1);
}



/*----- banner -----*/
.bannerArea {
	clear: both;
	position: relative;
	height: 340px;
	margin-top: 76px;
	overflow: hidden;
}

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

.bannerTitle {
	font-size: 48px;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

/*.bannerTitle:after{
	content: " ";
	display: block;
	width: 60px;
	height: 2px;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -30px;
} */

.bannerTitle-en {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 1px;
	margin-top: 5px;
	text-transform: uppercase;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.bannerImg-01 {
	background: url(../images/tw/banner-01.jpg) no-repeat center;
}

.bannerImg-02 {
	background: url(../images/tw/banner-02.jpg) no-repeat center;
}

.bannerImg-03 {
	background: url(../images/tw/banner-03.jpg) no-repeat center;
}

.bannerImg-04 {
	background: url(../images/tw/banner-04.jpg) no-repeat center;
}

.bannerImg-01,
.bannerImg-02,
.bannerImg-03,
.bannerImg-04 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



/*----- 內容框架 -----*/
.mainArea {
	padding: 45px 0 90px;
	position: relative;
}

.title {
	font-size: 45px;
	color: #1c1c1c;
	font-weight: bold;
	margin-bottom: 55px;
	text-align: center;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.titleLink {
	font-size: 17px;
	margin: -28px 0 53px;
	display: block;
	text-align: center;
	line-height: 1.8;
}

.titleLink a::after {
	content: '\f101';
    font-family: FontAwesome;
    font-size: 16px;
	color: #009cd5;
    display: inline-block;
    margin-left: 10px;
    transition: all .5s;
	vertical-align: top;
}

.titleLink a:hover::after {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}

.subtitle {
	font-size: 30px;
	color: #1c1c1c;
	font-weight: bold;
	margin: 10px 0 50px;
	text-align: center;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.contentTxt {
	line-height: 2.2;
	text-align: center;
}

a.backBtn {
	width: 156px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 15px; 
	color: #fff;
	display: block;
	padding: 13px 12px 13px 0;
	border-radius: 99em;
	background-color: #00a5e2;
	cursor: pointer;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.backBtn, 
a:focus.backBtn {
	background-color: #e41513;
}

a.backBtn i {
	font-size: 14px; 
	color: #fff;
	position: absolute;
	top: 17px;
	right: 44px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.backBtn i {
	right: 15px;
}


.m_submenuList {
	display: none;
}



/*----- 子選單區 -----*/
.submenuWrap {
	position: relative;
}

.submenuArea {
	width: 100%;
	position: absolute;
	top: -60px;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.45);
}

ul.subMenu {
	height: 60px;
	margin: 0 auto;
	display: table;
	text-align: center;
}

ul.subMenu li {
	float: left;
	position: relative;
}

ul.subMenu li h3 a {
	width: 260px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	position: relative;
	display: block;
	line-height: 60px;
}

ul.subMenu li.active h3 a {
	background: #00a5e2;
}


.m_classLink {
	display: none;
}

ul.subLink {
	display: none;
}



/* Sweep To Bottom */
.hvr-sweep-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
  	-webkit-transition-property: color;
  	transition-property: color;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  	content: "";
  	position: absolute;
  	z-index: -1;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: #00a5e2;
  	-webkit-transform: scaleY(0);
  	transform: scaleY(0);
  	-webkit-transform-origin: 50% 0;
  	transform-origin: 50% 0;
  	-webkit-transition-property: transform;
  	transition-property: transform;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-timing-function: ease-out;
  	transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  	color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
	-webkit-transform: scaleY(1);
  	transform: scaleY(1);
}



/*----- 網站導覽bread -----*/
.bread {
	font-size: 14px;
	margin-top: 25px;
	line-height: 22px;
}

.bread a {
	color: rgba(255, 255, 255, 0.8);
}

.bread a:hover {
	color: #34b18b;
}

.bread i {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.bread span.current,
.bread span.current a {
	color: #34b18b;
}



/*----- 頁碼 -----*/
.page {
	padding-top: 50px;
	clear: both;
}

.page ul {
	text-align: center;
	list-style: none;
}

.page li {
	display: inline-block;
	font-size: 13px;
	margin: 2px 0;
}

.page li > a {
	color: #777;
	display: inline-block;
	padding: 7px 15px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
}

.page li > a:hover,
.page li > a:focus,
.page li > a.current {
	color: #fff;
	background-color: #00a5e2;
	border: 1px solid #00a5e2;
}

.page li > a i {
	font-size: 15px;
}



/*----- 頁尾資訊 -----*/
footer {
	padding: 40px 0;
	background-color: #313131;
}

/*footer > .wrap > .row {
	margin-left: -50px;
	margin-right: -50px;
}*/

footer > .wrap > .row > .col-md-4 {
	padding-right: 30px;
}

footer > .wrap > .row > .col-md-8 {
	padding-left: 100px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
} 

footer h1 {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	margin-bottom: 13px;
}

footer h3 {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.6);
}

ul.companyInfo {
}

ul.companyInfo li {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.9;
}

ul.companyInfo li span {
	color: rgba(255, 255, 255, 0.4);
}

ul.companyInfo li a {
	color: rgba(255, 255, 255, 0.85);
}

ul.companyInfo li a:hover {
	color: #00a5e2;
}

.copyright {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 20px;
	line-height: 22px;
}

.copyright a {
	color: rgba(255, 255, 255, 0.4);
}

footer .copyright a:hover {
	color: #00a5e2;
}



/*----- cookie -----*/
.cookie {
	width: 100%;
	position: fixed;
	bottom: 0; 
	left: 0;
	font-size: 14px;
	color: #fff;
	padding: 25px 20px;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.88);
	text-align: center;
}

.cookie p {
	width: auto;
	display: inline-block;
}

.cookie a {
	color: #fff;
	text-decoration: underline;
}

.cookie a:hover {
	text-decoration: none;
}

a.acceptBtn {
	width: 100px;
	height: 36px;
	color: #00a5e2;
	display: inline-block;
	margin-left: 25px;
	border-radius: 3px;
	border: 1px solid #00a5e2;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}

a.acceptBtn:hover {
	color: #fff;
	border: 1px solid #00a5e2;
	background-color: #00a5e2;
}



/*----- loading -----*/
.loading {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  z-index: 300;
}
.loading .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loading .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #bbb;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.loading .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.loading .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.loading .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.loading .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.loading .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.loading .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.loading .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.loading .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.loading .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.loading .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.loading .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.loading .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.loading .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.loading .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.loading .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.loading .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.loading .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.loading .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.loading .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.loading .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.loading .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.loading .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



/*----- Go Top -----*/
.gotop {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 207px;
    right: 14px;
	padding-top: 5px;
    display: none;
    text-align: center;
    color: #fff;
    background: #484848;
    z-index: 9999;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.gotop:hover {
	background: #00a5e2;
	/*filter: alpha(opacity=100);
    opacity: 1;*/
}

.gotop i {
	font-size: 12px;
}

.gotop span {
	font-size: 14px;
	display: block;
}

.gotop:hover,
.gotop:focus {
	color: #fff;
}




/*----- 響應式 -----*/
@media (max-width: 1399px){
.wrap {
	width: 100%;
	padding: 0 3%;
}

.wrap-fluid {
	padding: 0 20px;
}

header nav > ul.menu > li {
	padding: 0 20px;
}

.language {
	margin-left: 25px;
}


}


@media (max-width: 1199px){

.prodWrap {
	width: 100%;
	padding: 0 6.5%;
}

header {
	display: none;
}

.bannerArea {
	margin-top: 60px;
}

ul.subMenu li h3 a {
	width: 220px;
}

a.acceptBtn {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}



/*----- mobile menu -----*/
.mobile-menu {
	display: block;
	width: 100%;
	box-shadow: 0 2px 5px rgba(126, 126, 126, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.mobile-menu .mask {	
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
	top: 0;
	left: 0;
	z-index: 10;
}
.mobile-menu a.main { 
	position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
	z-index: 1001;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.mobile-menu a.main span {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #1b1b1b;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mobile-menu a.main span:before,
.mobile-menu a.main span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 1px;
    background: #1b1b1b;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mobile-menu a.main span:before {
    top: -8px;
}
.mobile-menu a.main span:after {
    top: 8px;
}
.mobile-menu a.main.show span {
    background: transparent;
}
.mobile-menu a.main.show span:before,
.mobile-menu a.main.show span:after {
	top: 0;
	background: #fff;
}
.mobile-menu a.main.show span:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.mobile-menu a.main.show span:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.mobile-menu .controlBox { 
	background: #fff;
	position: relative;
	z-index: 99;
}
.mobile-menu .controlBox .m_logo {
	float: left;
	margin-left: 15px;
}
.mobile-menu .controlBox .m_logo img {
	display: block;
	max-height: 60px;
}
.mobile-menu .controlBox .m_lang {
	float: right;
	margin: 18px 60px 0 0;
	position: relative;
}
.mobile-menu .controlBox .m_lang span {
	font-size: 24px;
	color: #009cd5;
	cursor: pointer;
}
.mobile-menu .controlBox .m_lang ul {
	width: 100px;
	position: absolute;
	left: 50%;
	top: 120%;
	transform: translateX(-50%);
	border: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(60, 60, 60, 0.1);
}
.mobile-menu .controlBox .m_lang ul li a {
    padding: 5px 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}



/*----- mobile menu 內容 -----*/
.mobile-menu .hideBox { 
	position: fixed;
	left: 1000px;
    top: 0;
    bottom: 0;
    z-index: 101;
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    background-color: #0187c6;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.mobile-menu .hideBox.show {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.mobile-menu .hideBox p.sp { 
	display: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	background: #c80303;
}
.mobile-menu .contactIcon {
	padding: 30px 0;
	text-align: center;
}
.mobile-menu .contactIcon a {
	margin: 0 9px;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}
.mobile-menu ul.nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu ul.nav li a {
	padding: 20px 10px; 
	font-family: 'Roboto', 微軟正黑體, 新細明體, sans-serif; 
	display: block; 
	font-size: 15px; 
	color: #fff; 
	text-align: center;
	position: relative;
}
/*.mobile-menu ul.nav li > a:focus, */
.mobile-menu ul.nav li > a:hover {
	background-color: rgba(255, 255, 255, 0.25);
}
.mobile-menu ul.nav li a i {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px; 
}
.mobile-menu ul.nav li .submenu {
	display: none;
}
.mobile-menu ul.nav li .submenu a {	
	padding: 10px 20px;
}
.mobile-menu ul.nav li .submenu a:hover {
	background-color: rgba(255, 255, 255, 0.25);
}


}


/*991*/
@media (max-width: 991px){
.wrap {
	padding: 0 4%;
}

.bannerArea {
	height: 250px;
}

.bannerArea .container {
	transform: translate(-50%, -50%);
}

.submenuArea {
	display: none;
}

footer > .wrap > .row > .col-md-8 {
	padding-left: 50px;
} 



/*----- 手機產品分類選單 -----*/
.m_submenu {
	
}
.m_classLink {
	display: block;
	position: relative;
}
.m_classLink a.head {
	width: 100%;
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 14px 16px;
	background: #00a5e2;
}
.m_classLink a.head i {
	display: block;
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}
.m_classLink a.head:hover {
	color: #fff;
}
.m_classLink ul {
	padding: 0;
	list-style: none;
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #3cc3f5;
	border-top: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	box-sizing: border-box;
}
.m_classLink ul li {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.m_classLink ul li:last-child {
	border-bottom: none;
}
.m_classLink ul li a {
	position: relative;
	display: block;
	padding: 14px 15px 14px 40px;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
	transition: all .5s;
}
.m_classLink ul li > a:after {
	content: '\f0da';
	font-family: "FontAwesome";
	position: absolute;
	font-size: 13px;
	left: 18px;
	top: 16px;
}
.m_classLink ul li > a:hover,
.m_classLink ul li > a.current {
	background: #bceafb;
}

.m_classLink ul.subLink li dl {
	display: none;
	padding: 5px 0 0;
}
.m_classLink ul.subLink li dl dt a {
	display: block;
	padding: 13px 15px 5px 40px;
	font-size: 14px;
	color: #444;
}
.m_classLink ul.subLink li dl dt a.current,
.m_classLink ul.subLink li dl dt a:hover {
	color: #0b9067;
	text-decoration: underline;
}


}


/*767*/
@media (max-width: 767px){

.title {
	font-size: 36px;
}

footer > .wrap > .row {
	margin-left: -14px;
	margin-right: -14px;
}

footer > .wrap > .row > .col-md-4,
footer > .wrap > .row > .col-md-8 {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

footer > .wrap > .row > .col-md-4 {
	padding: 0 25px;
} 

footer > .wrap > .row > .col-md-8 {
	padding: 0 25px;
	margin-top: 25px;
	border-left: none;
} 


.gotop {
    bottom: 50px;
}


}


/*575*/
@media (max-width: 575px){

body {
	font-size: 15px;
}

.bannerArea {
	height: 180px;
}

.bannerArea .container {
	transform: translate(-50%, -55%);
}

.bannerTitle {
	font-size: 30px;
	line-height: 1.4;
}

.bannerTitle-en {
	font-size: 15px;
}

.mainArea {
	padding: 35px 0 60px;
}

.title {
	font-size: 28px;
	margin-bottom: 30px;
}

.titleLink {
	font-size: 16px;
	margin: -12px 0 25px;
}

.subtitle {
	font-size: 24px;
	margin: 0 0 30px;
}

.contentTxt {
	text-align: left;
}

footer h1 {
	font-size: 20px;
	margin-bottom: 10px;
}



/*----- 頁碼 -----*/
.page {
	padding-top: 35px;
}

}

