﻿ /* CSS Document */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-kerning: auto; }
a:hover, a:active,  a:visited, a:focus {text-decoration: none;  }
 /** font-family:=================================*/
 .txt-just{text-align: justify!important; }
.txt-center{text-align: center!important; }
.dcc-chrome-border-top { border-bottom: 0; border-image-slice: 1; border-image-source: linear-gradient(90deg, red, red 25%, #fbbc04, #34a853, #1967d2 75%); border-left: 0;  border-right: 0; border-top-style: solid;  border-top-width: 3px;}

.linear-gradient-span { -webkit-text-fill-color: transparent; background-image: linear-gradient(86deg, #003f7b, #73c6f8 66%, #006da8);  -webkit-background-clip: text;  background-clip: text; padding: 3px;  }
  /** bg-color:=================================*/
.bg-bk{background:#666464;}
.color-white{color: #fff!important; }

.main-wrap{width: 100%;padding: 0px; display: flex; flex-wrap: wrap; align-content:flex-start;}
.wrapper-full { display: block; margin:0px auto; padding: 0px 20px; width: 100%;  max-width: calc((100% - 40px)/12*12 + 40px); }
@media (min-width: 320px) {
.wrapper-full { padding: 0px 20px; }   
}
@media (min-width: 1200px) {
.wrapper-full { width: 96%;}
}
@media (min-width: 1300px) {
.wrapper-full { width:92%;}
}
@media (min-width: 1600px) {
.wrapper-full { max-width: 96%;}
}
 .wrapper { display: block; margin:0px auto; padding: 0px 30px; width: 100%;  max-width: calc((100% - 40px)/12*12 + 40px); }
@media (min-width: 1200px) {
.wrapper { width: 96%;}
}
@media (min-width: 1300px) {
.wrapper { width:92%;}
}
@media (min-width: 1600px) {
.wrapper { width:100%; max-width: 1400px;}
}
@media (max-width: 320px) {
.wrapper {padding: 0px 20px;}
}


.banner-mask { width: 100vw;  height: 100vw; position: absolute;  top: 130px; left: calc(100% - 215px);  display: block;  -webkit-transform-origin: top left;  transform-origin: top left; -webkit-transform: rotate(-43deg) skewY(-20deg); transform: rotate(-43deg) skewY(-20deg); background: radial-gradient(circle at 10% 0, rgba(243, 128, 84, .56), rgba(243, 128, 84, 0) 20%);}
 @media (min-width: 1921px) {
.banner-mask { height: 450px;}
}
@media (max-width: 1600px) {
.banner-mask { top: 220px;}
}
@media (max-width: 1360px) {
.banner-mask { top: 200px;}
}
@media (max-width: 1024px) {
.banner-mask { top:130px;}
}
 
@media (max-width: 840px) {
.banner-mask {  display: none; }
}
 

/*  banner area*/
.main-banner{width:100%; height: auto; min-height:250px;  margin:0px; display: flex; flex-wrap: wrap;justify-content:flex-start; align-items: flex-start;  background-image: linear-gradient(-135deg, #d8f0fb 0%, #2e97d6 100%);  clip-path: polygon(0 0, 100% 0%, 100% 65%, 69% 100%, 0 100%);      position: relative; overflow: hidden; }
.main-banner-img{width: 100%;  height: auto; margin:0; padding:0px;  position: relative;   will-change: transform;
animation: bgPos 100s linear infinite;   }
 .main-banner-img img{ width: 100%; max-width: 100%; height: auto; display: block; margin: auto; -o-object-fit: cover;  object-fit: cover; -webkit-backface-visibility: hidden;  backface-visibility: hidden; transition: all 0.3s; position: relative; z-index: 0;  }
.main-banner-txt {position: absolute; left:0; top:15%; width:100%; padding:0px; margin: auto;  -webkit-box-sizing: border-box; box-sizing: border-box;  z-index:9; }
.main-banner-txt h1 { font-weight: 700; font-size:3rem;line-height: 3.5rem; letter-spacing:2px; margin: 10px auto; color: #fff;  word-wrap: normal;  position: relative;}
.main-banner-txt p{ margin-bottom: 15px;   font-size:1.5rem;line-height: 1.75rem; font-weight: 700;color: #fff;   } 
@media (max-width:1160px) {
.main-banner{ min-height:220px;}	
}

@media (max-width:1024px) {
.main-banner{ min-height:200px;}	
.main-banner-txt { top:5%;  }
.main-banner-txt h1 { font-size:2.75rem;line-height: 2.75rem;  }
}
 @media (max-width:992px) {
.main-banner{background: none}    
.main-banner-txt {width: 100%; position: relative; order: 2; padding: 0px;  margin-top:auto; left: auto;}
.main-banner-img{  width: 100%;  position: relative; order: 1; }
.main-banner-txt h1 {  color:#1f4788;  text-align: center;  }
.main-banner-txt p {  font-size:1rem; margin-bottom: 0px; color:#1e88c9;text-align: center; }  
}
 @media (max-width:767.98px) {
.main-banner{min-height:150px; margin-top: 0px;}    
.main-banner-img{  width: 100%;  position: relative; order: 1;/*clip-path: polygon(0 1%, 100% 0, 100% 79%, 0% 100%);*/ }
.main-banner-txt h1 { font-size:1.5rem; line-height: 1.75rem; margin-bottom: 5px;letter-spacing: 1px;  }   
.main-banner-txt p {  font-size:.9rem; line-height: 1.15rem; }  
}
  @keyframes bgPos {
0% {  transform: scale3d(1, 1, 1); }
50% { transform: scale3d(1.1, 1.1, 1.1); }
100% {  transform: scale3d(1, 1, 1); }
}


@keyframes slideIn {
from {
filter: url(blur.svg#blur);
filter: blur(15px);
-webkit-filter: blur(15px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="10");
}
to {
filter: url(blur.svg#blur);
filter: blur(0);
-webkit-filter: blur(0);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="10");
}
}

@-webkit-keyframes zoomInImage {
from { transform: scale3d(1, 1, 1); }
to { transform: scale3d(1.1, 1.1, 1.1); }
}
@keyframes zoomInImage {
from { transform: scale3d(1, 1, 1); }
to { transform: scale3d(1.1, 1.1, 1.1); }
}
.zoomInImage { -webkit-animation-name: zoomInImage; animation-name: zoomInImage;}
  /*----------------------------------------/
麵包屑 自訂顏色樣式
----------------------------------------*/
.main-breads{ width: 100%;  max-width: calc((100% - 40px)/12*12 + 40px); margin:auto; padding:5px 0px; position: relative; }
.main-breads .breadcrumb{ width: auto; padding:0px;  margin:5px auto; background:none;   }
.main-breads .breadcrumb li{ font-size:.75rem; line-height: 1rem; font-weight: 400; overflow: hidden;  word-break: normal; }
.main-breads .breadcrumb li a{color: #fff;   }
.main-breads .breadcrumb li:hover a{color: #e60013;}
.main-breads::after { content: ""; position: absolute; left:0px;top:-5px; width: 25px; height: 3px;background: #ffffff;}
.breadcrumb-item+.breadcrumb-item::before { content: " / "; margin-left: 5px;color:#fff;}
.main-breads .breadcrumb li:first-child{ position: relative;  color:#fff;}
.main-breads .breadcrumb-item.active{color:#e60013;}

.main-area.top .main-breads{  margin-top: 0px; padding-top: 5px; border-top:solid 1px #eee;border-bottom:solid 1px #eee;  }
.main-area.top .main-breads .breadcrumb li a,.main-area.top .breadcrumb-item+.breadcrumb-item::before{  color:#777; }
@media (max-width: 992px) {
.main-breads{ max-width: 100%;  margin:0px auto; border-top: solid 1px rgba(255,255,255,.35);}
.main-breads .breadcrumb{width: 100%; padding:2px 0px; justify-content: center;  }
.main-breads .breadcrumb li a{color:#a4a4a4;}
.breadcrumb-item+.breadcrumb-item::before {  margin-left:2px;color:#a4a4a4;}
.breadcrumb-item+.breadcrumb-item{padding-left: 0.1rem}   
}
@media (max-width: 767.98px) {
.main-breads .breadcrumb li{ font-size:.55rem; line-height: .75rem;  }
}
/*----------------------------------------/
Default Typography
----------------------------------------*/
.edit h2 {font-size: 175%; color: #0187cf}
.edit h3 {font-size: 162.5%; color:#0187cf }
.edit h4 {font-size: 150%; color:#0187cf}
.edit h5 {font-size: 135%; color:#0187cf}
.edit h6 {font-size: 115%; color:#0187cf}

/*----------------------------------------/
description Typography
----------------------------------------*/
.description{ width:100%; margin:100px auto 30px auto; padding:0px;font-size:80%;line-height: 1.5rem; position: relative;   }
.description h2 {font-size: 175%;font-weight:700; color:#0187cf;margin-bottom: 15px}
.description h3 {font-size: 162.5%; font-weight:700;  color:#0187cf;margin-bottom: 15px}
.description h4 {font-size: 150%; font-weight:700; color:#0187cf; margin-bottom: 15px}
.description h5 {font-size: 137.5%; font-weight:700; color:#0187cf;margin-bottom: 15px}
.description h6 {font-size: 125%;font-weight:700; color:#0187cf;margin-bottom: 15px}
.description p { font-size:1rem;font-size: min(max(3.5vw, .9rem), 1rem);color:#000;line-height: 1.5rem; font-weight:400; margin-bottom: 15px;}
.description p strong{color:#0187cf;}
@media (max-width: 840px) {
.description{margin:15px 0; padding:0px 0px 20px 0px;} 	 
}
@media (max-width: 767.98px) {
.description p {line-height: 1.175rem; }
}

/*----------------------------------------/
collapseBox
----------------------------------------*/
.collapseBox {max-height: 210px; overflow: hidden; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.collapseBtn {position: absolute; bottom: 0; left: 0; width: 100%; height: 70px; z-index: 100; cursor: pointer; background-image: linear-gradient(180deg, rgba(245, 245, 245, 0.0) 0%, rgba(255, 255, 255, 1) 50%); display: flex; flex-flow: wrap; align-items: flex-end; padding: 0 0 5px 0;}
.collapseBtn::before {content: ''; background:  url("/zh-TW/images/theme-b67/index/view_more_open.svg") no-repeat center / cover; height: 27px; width: 100%; max-width: 753px; display: block; margin: 0 auto;}
.showBox {max-height: inherit; padding-bottom: 60px!important; transition: all 1s ease 0s;}
.showBox > .collapseBtn {background-image: linear-gradient(180deg, rgba(245, 245, 245, 0.0) 0%, rgba(245, 245, 245, 0) 50%);}
.showBox > .collapseBtn::before {background: url(/zh-TW/images/theme-b67/index/view_more_close.svg) no-repeat center / cover;}

 
.main-content{position: relative;  width: 100%; min-height: 50vh; margin:auto; padding:0px; background-color: #fff;}
 @media (max-width: 992px) {
.main-content{margin: auto;  padding:20px 0px 0px 0px;  }
}

/* cms-title-block h1 =======================================================================	*/
.title-block{ width:auto; height: auto; display: block; margin:0px auto 15px auto; text-align: center;  position: relative; }
.title-block h1:after{ content: ""; position: absolute; left:calc(50% - 20px); bottom:-1px;height: 3px; width: 40px; background-color: #2466b2;  }
.title-block h1::before { content: ""; left:0; bottom:0px;height: 1px; width: 100%; background-color:#e3e4e5; position: absolute;  }
.title-block h1{width: auto; display: block; margin:0px auto; padding:20px 0px; font-size:1.5rem;  color:#0187d0; font-weight:700;   position: relative;  }
.title-block h2{ position: relative;  }
.title-block p { margin:0px auto; padding:20px 0px 0px 0px; font-size:1.25rem;  color:#000; font-weight:400;  text-align: center; position: relative;  }
@media (min-width: 1100px) {
.title-block h1 { font-size:2.5rem; }
}
@media (min-width: 1600px) {
.title-block h1 { font-size:3rem; }
}
@media (max-width: 1199.98px) {
.title-block h1{  font-size: 1.5rem; }
 .title-block h2{ font-size: 1.375rem;   line-height: 1.5rem }
}
@media (max-width: 767.98px) {
.title-block {  margin: 15px auto;   }  
.title-block h1{  font-size: 1.5rem;  }
.title-block h1:before,.title-block h1::after{  margin-top: 0px;}
}  
/*----------------------------------------/
title樣式 cart
----------------------------------------*/
.title-style{  margin:auto auto 30px auto;  position: relative;width: auto;   font-size: 2.4rem; line-height: 130%;  }
.title-style:before { content: ""; margin: auto;display: inline-block; position: absolute; top:20px;left:0px; width: 30%; height: 2px; background-color:#ccc9c9; }
.title-style:after { content: ""; margin: auto;display: inline-block; position: absolute; top:20px;right:0px; width: 30%;  height: 2px; background-color:#ccc9c9; }
.title-style h1{ color:#000; font-size: 2.125rem;  font-size: min(max(3.5vw, 1.15rem), 2.125rem); margin-bottom: 25px; font-weight: 700;  }
.title-style h2{ color:#222;  font-size:1.75rem;  font-size: min(max(3.5vw, 1rem), 1.75rem);  text-align: center; line-height: 130%;font-weight: 700;  }
.title-style p {width:100%; margin:0px auto; padding:20px 0px 0px 0px; font-size:1.25rem;  color:#000; font-weight:400;  text-align: center; position: relative;  }
.title-span{ margin:0px; font-size: 0.9rem; text-align: left; text-transform: uppercase; letter-spacing: 1px;  font-weight: 400;color:#666;}
@media (max-width:1180px) {
.title-style{  font-size: 70%;   }    
}
@media (max-width:768px) {
.title-style {  font-size: 100%;} 
.title-style:before { width:10%;top:10px; }
.title-style:after {  width:10%;top:10px; }
	
}
/*cms-Title Styles 樣式
=================================*/
.title { width: 100%; height: auto; margin:0px auto 30px auto;padding: 0px; display: flex;flex-wrap: wrap; justify-content: center; flex-direction:column; position: relative; } 
.title h1{ width: 100%;display: block;margin: 0 auto; font-size: 2.5rem; font-weight:700; color:#3f3a39;  letter-spacing:1px; }
.title h2{ width: auto;  margin:auto 0; font-size: 2rem;  font-size: min(max(3.5vw, 1.75rem),2rem);   font-weight: 700; color:#2f2f2f;    }
.title h3{ margin:10px auto; font-weight: 700; color:#bea570;  }
.title p{ margin:10px auto;  font-weight: 400; line-height: 1.35rem;  color:#3f3a39; }
.title span{ width: auto; margin:10px 0px; font-size: 1.35rem; letter-spacing:2px; font-weight:700; color:#000;   }
.title strong{   letter-spacing:2px; font-weight:700; color:#ed6d34; }
@media (max-width:768px) {
.title h1{  font-size: 2rem;   }
.title h2{  font-size: 1.5rem;  }
}
@media (max-width:767.98px) {
.title { margin:0px auto;  }  
.title h1{  font-size: 1.5rem;}  
.title h2{  font-size: 1.125rem;}    
}
  /*ms-title-2  樣式
=================================*/
.title-2 { margin:50px auto 30px auto; padding:0px; }
.title-2 h2{ width: auto; margin:10px 0px;  font-size:3.25rem;  font-size: min(max(3.5vw, 1.75rem), 3.25rem); font-weight: 700; color:#000;   text-transform: uppercase;text-align: center;}
.title-2 h3{color: #b7c0c9; width: auto; margin:10px 0px;  font-size:1.75rem;  font-size: min(max(3.5vw, 1.5rem), 1.75rem);   font-weight: 700;   text-transform: uppercase; text-align: center;}
.title-2 p{ font-size:1.15rem; font-weight:700; line-height: 1.5rem; color:#9f9f9f;  text-align: center; }
.title-2 span{ text-align: center;width: auto;font-size:1.125rem; font-weight:700; line-height: 1.5rem;  margin:0px auto;}
.title-2 strong{color:#0087ce }

 
@media (max-width: 1280px) {
.title-2 {width:100%;   margin: 0px auto; padding:20px 0px;  }
.title-2 h2{font-size:2.75rem;} 
	
.title-2 p{font-size: 1rem;  line-height: 1.375rem;}   
.title-2 h2,.title-2 h3,.title-2 p{ margin:5px auto; }
}
 
@media (max-width: 768px) {
.title-2 p{ line-height: 1.35rem;}   
.title-2 span{  line-height: 1rem;   }    
}

@media (max-width: 767.98px) {
.title-2 { padding:0px; }
.title-2 h2{font-size:1.5rem;}   
.title-2 p{ font-size: .9rem; line-height: 1.15rem; }      
}
@media (max-width: 320px) {
.title-2 h2{font-size:1.35rem;}   
}
 
/*title-left  樣式
=================================*/
.title-left { width:100%; height: auto; padding-bottom: 10px; margin:0 auto 2% auto; position: relative;  border-bottom:1px solid #e4dfdf; }
.title-left h2{ font-size:2rem; font-size: min(max(3.5vw, 1.15rem),2rem);font-weight: 400; line-height: 1.23; letter-spacing: normal;  color:#000;  }
.title-left h3{ font-size:2rem; font-size: min(max(3.5vw, 1.15rem), 2rem);font-weight: 400; line-height: 1.23; letter-spacing: normal;  color:#000;  }
.title-left p{ width: 100%;  margin:0px auto;  font-size:1.15rem; font-weight:400;   color:#000;  }
.title-left strong{   letter-spacing:2px; font-weight:700; color:#ed6d34; }
@media (max-width: 1280px) {
.title-left p{font-size: 1rem;}   
.title-left h2,.title-left h3,.title-left p{ margin:15px auto; }
}

@media (max-width: 768px) {
.title-left p{ line-height: 1.35rem;}   
.title-left span{  line-height: 1rem;   }    
}

@media (max-width: 767.98px) {
.title-left { padding:0px; }
.title-left h2{font-size:1.5rem;}   
.title-left p{ font-size: .9rem; line-height: 1.15rem; }      
}
@media (max-width: 320px) {
.title-left h2{font-size:1.35rem;}   

}
.titlebox{margin-bottom: 20px;position: relative;z-index:2; }
.titlebox .title-en {font-weight:700; line-height: 1.875rem; display: inline; position: relative;}
 @media (max-width:320px) {
.titlebox .title-en {font-size: 100%; line-height: 1rem;  }	
}

/*ms-title-3  樣式
=================================*/
.title-center { width: 100%; height: auto; margin: 15px auto; padding: 0; text-align: center; display: flex;  flex-wrap: wrap;  justify-content: center; flex-direction: column; position: relative;}
.title-center:after { content: ""; width: 100%; height: 2px;  display: block;  margin: 10px auto;padding: 0;background:#eff5f9;}
.title-center h2 {  margin: 0px auto; font-size: 2.75rem; font-weight: 700; }
.title-center h3 {  margin: 0px auto;  font-size: 1.875rem;   font-size: min(max(3.5vw, 1.15rem), 1.875rem);font-weight: 700; color: #000;}
.title-center p {    margin: 0px auto; font-size: .9rem;  line-height: 1.35rem; color: #22314a; font-weight: bold;}
.title-center h3::first-letter {color:#000;}
@media (max-width:767.98px) {
.title-center h2 { font-size: 1.75rem;  }
}
@media (max-width:640px) {
.title-center h2 { font-size: 1.125rem;  }
}


/*ms-title-4  樣式
=================================*/
.title-4{ font-size: 52px; font-weight: bold; line-height: 1.15;letter-spacing: normal; width: 100%; height: auto;  position: relative; color: #000; word-break: normal;  word-wrap: normal; margin-bottom: 30px;}
.title-4 span{ font-size: 60%;  margin-bottom: 0px; line-height: 1rem;}
.titles-subtitle { font-size: 70%; font-weight: 400; line-height: 1.5; letter-spacing: 1px; margin-top: 10px; color: #000;}
@media (max-width:1180px) {
.title-4 span{ font-size: 50%; line-height: 1.15rem;  margin-bottom: 0px;}     
}
@media (max-width:840px) {
.title-4{ font-size: 36px;}
}

.editor blockquote {width: 100%; display: block; font-size: 26px; font-weight: 400; line-height: 1.5; letter-spacing: normal;  position: relative; margin: 0; padding-left: 32px;  color: #1e88c9;  -webkit-box-sizing: border-box;box-sizing: border-box;}
.editor blockquote:before { width: 8px; height: 100%; content: ""; position: absolute; top: 0; left: 0; display: block; background-color: #1e88c9;}

.title-text { font-size: 32px; font-weight: bold; line-height: 1.5; color: #d20011;  letter-spacing: 1px;position: relative;}
.title-text:last-child.ch:before { bottom: 10px;}
.title-text span{color: #f38054; font-size: 26px; font-weight: bold; top:-10px;  margin-right: 30px; position: absolute;}
 
/*----------------------------------------/
分頁 自訂顏色樣式
----------------------------------------*/
.pagination{ width: 100%; margin:50px auto 0px auto; padding-bottom: 30px; display: flex; justify-content: center;  }
.pagination .page-link { color:#31315e;  width:40px;height: 40px;text-align: center; background-color:transparent;; border-color:transparent; border-radius:99rem;}
.pagination .page-link:hover { color: #000; background-color:#dcdddd; border-color:#dcdddd;}
.pagination .page-link:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.pagination .page-item{ margin: 5px;  }
.pagination .page-item:first-child .page-link {  border-radius:99rem; background-color:transparent; border-color:#dcdddd;}
.pagination .page-item:last-child .page-link { border-radius:99rem;  background-color:transparent;  border-color:#dcdddd;}
.pagination .page-item.active .page-link { color: #fff!important;  background-color:#000; border-color:#000;}
.pagination .page-item.disabled .page-link { color: #6c757d;  background-color:transparent;  border-color:#dcdddd;  }
.pagination .page-link:hover span { color: #000; }

/*---------------*/
/***** icon *****/
/*---------------*/
.icon-download{  background: url("/zh-TW/images/theme-b67/icon/icon-download.svg") no-repeat  left top; }
.icon-back{background: url("/zh-TW/images/theme-b67/icon/arrow-left-f.svg") no-repeat left center;  background-size:auto;}
.icon-shop{display: block;  margin: auto;background:url("/zh-TW/images/theme-b67/icon/shop-1.svg") no-repeat center top;background-size:auto; }
.icon-print{display: block;  margin: auto;background:url("/zh-TW/images/theme-b67/icon/print.svg") no-repeat left top; }

.arrow-w{background: url("/zh-TW/images/theme-b67/icon/arrow-right-2.svg") no-repeat right top;  } 
.icon-next{background: url("/zh-TW/images/theme-b67/icon/arrow-right-2.svg") no-repeat left 0px;  background-size:auto;}

.icon-link{background: url("/zh-TW/images/theme-b67/icon/link.svg") no-repeat left center;  background-size:auto;}
.icon-check{background: url("/zh-TW/images/theme-b67/icon/check.svg") no-repeat center 4px; background-size:70% auto;}
.icon-clear{background: url("/zh-TW/images/theme-b67/icon/clear-w.svg") no-repeat center 4px; background-size:70% auto;}

.transition-3d-hover { transition: all .2s ease-in-out}
.transition-3d-hover:focus, .transition-3d-hover:hover {-webkit-transform: translateY(-3px);transform: translateY(-3px)}

/***** btn *****/
/*---------------*/
.btn { width: 100%; min-height: 58px; margin: 0px 5px 0px 0px;padding: 10px;font-size: .95rem; line-height: 1.5; border-radius:0px;  overflow: hidden;}
.btn i{ width:26px; height:26px;margin:auto 0;}
.btn .circle{ width:36px; height:36px; border: solid 1px #bcbcbc;  background: #fff; border-radius:99rem; margin:auto 5px auto 0px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;z-index: 1 }
.btn .circle-orange{  background: #515152; border: solid 1px #515152;}

@media (max-width: 991.98px) {
.btn { font-size: .9rem;  }
}
@media (max-width: 797.98px) {
.btn { font-size: .875rem;  }
}
@media (max-width: 320px) {
.btn { font-size: .75rem;  }
}
 
/*.btn-01
=================================*/
.btn-01{ cursor: pointer; width:200px; height:2.75rem; padding:0px 20px;margin:20px 0px 0px 0px; font-size:1rem; font-size: min(max(1.25vw, .9rem), 1rem); line-height:2.75rem; display: flex;   flex-wrap: wrap; justify-content: center; align-items: center;  border-radius:30px; border:solid 1px #0c8dd0; background-color:#0c8dd0; z-index: 1; overflow: hidden; position: relative;  }
.btn-01 span { display: flex;  transform-origin: center left; position: relative; letter-spacing: 1px; font-weight: 700; color: #fff; z-index: 2; transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);}
.btn-01 em {position: absolute; z-index: 2; width:30px; height:30px; right:10px;top: 15%; transition: all 0.3s ease; background-image: url("/zh-TW/images/theme-b67/icon/arrow-right.svg"); background-size: 12px auto; background-repeat: no-repeat; background-position: center;background-color: #fff;   border-radius:99rem;   }

.btn-01 i{margin: auto 10px; display: flex; filter: brightness(200%) grayscale(1); z-index: 2; transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.btn-01:before,.btn-01:after {content: '';background:#dbf1fc;height:100%; width: 0;position: absolute; z-index: 1; transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);}
.btn-01:before { top: 0; left: 0; right: auto;  }
.btn-01:after { bottom: 0; right: 0; left: auto; }
.btn-01:hover:before { width: 100%; right: 0; left: auto;}
.btn-01:hover:after {  width: 100%; left: 0; right: auto;}
.btn-01:hover span{ color:#0d8dd0}
.btn-01:hover em{ transform:translateX(10px);}
 .btn-01:hover i{ transform:translateX(-10px);filter:invert(80%) hue-rotate(45deg);}

/*.btn-01:hover{border-color:#dbf1fc;}*/

/*.btn-02
=================================*/
.btn-02{ cursor: pointer; width:200px; height:2.75rem; padding:0px 30px;margin:20px 0px 0px 0px; font-size:1rem; font-size: min(max(1.25vw, .9rem), 1rem); line-height:2.75rem; display: flex;justify-content: center; align-items: center;  border-radius:30px; border:solid 1px #fff; background-color:transparent; z-index: 1; overflow: hidden; position: relative;  }
.btn-02 span { display: flex;  transform-origin: center left; position: relative; letter-spacing: 1px; font-weight: 700; color: #fff; z-index: 2; transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);}
.btn-02 em {position: absolute; z-index: 2; width:30px; height:30px; right:10px;top: 15%; transition: all 0.3s ease; background-image: url("/zh-TW/images/theme-b67/icon/arrow-right.svg"); background-size: 12px auto; background-repeat: no-repeat; background-position: center;background-color: #fff;   border-radius:99rem;   }
.btn-02:before,.btn-02:after {content: '';background:#dbf1fc;height:100%; width: 0;position: absolute; z-index: 1; transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);}
.btn-02:before { top: 0; left: 0; right: auto;  }
.btn-02:after { bottom: 0; right: 0; left: auto; }
.btn-02:hover:before { width: 100%; right: 0; left: auto;}
.btn-02:hover:after {  width: 100%; left: 0; right: auto;}
.btn-02:hover span{ color:#0d8dd0}
.btn-02:hover em{ transform:translateX(10px);}
.btn-02:hover{border-color:#dbf1fc;}










.btn-more { opacity: 1; transform: none; margin: 0px;}
.btn-more a{color: #000; font-weight: 700;  font-size: 1.125rem;  display: flex; align-items: center; }
.btn-more a:hover{opacity: .5;}
 
.btn.btn-secondary { color:#fff; font-size: 1rem; font-weight: 700; letter-spacing: 0px;  background:#000; display: flex;  flex-wrap: wrap; justify-content: center; align-items: center;transition: all 1s;  }
.btn.btn-secondary:hover { color: #fff;   }
 
.btn-submit{  font-weight: 400;  background:#000;border: solid 1px #000;  color: #fff!important; vertical-align: text-bottom; }
.btn-submit:hover { color: #fff;  background:#000; border: solid 1px #000;   }

.btn-reset{ font-weight: 400;  background: #555;border: solid 1px #555;  color: #fff!important; vertical-align: text-bottom; }
.btn-reset:hover { color: #fff;  background:#000;   }
 


/*---------------*/
/***** btn *****/
/*---------------*/
.btn-btnbox {position: relative;z-index:9; display: flex;  justify-content: center;  width: 100%; height: auto; margin:10px auto;  transition: all 1s;}  
.btnbox {position: relative;z-index:9; display: flex;  justify-content: center;  width: 100%; height: auto; margin:20px auto 0px auto;  transition: all 1s;}  
a.btn-prev {color:#000; font-weight: 500; text-align: center; transition: all 0.5s; position: relative;   }
a.btn-next {color:#000; font-weight: 500;  text-align: center; transition: all 0.5s; position: relative;  }
a.btn-prev:hover, a.btn-next:hover  { color:#000!important;   }

a.btn-back { width:auto; color:#000!important; padding: 10px; font-weight:700; background-color:#fff;  display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content:center;  -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center;  -ms-flex-align: center;  align-items: center;  }
.btn-back:before,.btn-back::after{ content: ''; width: 8px; height:1px; background:#797371;-moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s;  transition: ease 0.3s;  }
.btn-back:before { margin-right:5px; margin-left: 5px;}
.btn-back:after { margin-left:5px; margin-right: 5px;}
a.btn-back:hover {color:#000!important;  }
.btn-back:hover:before{   background:#000; -moz-transform: translateX(20%); -ms-transform: translateX(20%); -webkit-transform: translateX(20%); transform: translateX(20%);  }
.btn-back:hover:after{  background:#000;-moz-transform: translateX(-20%); -ms-transform: translateX(-20%); -webkit-transform: translateX(-20%); transform: translateX(-20%);  }
@media (max-width:1024px) {
.btn-back:before,.btn-back::after{ display: none; }
}
@media (max-width: 767.98px) {
.btn-back  { padding:5px 10px;}  
}

 

/*cms-btn Styles 1
=================================*/
.btn-send {  cursor: pointer; margin: 20px 10px 20px 20px; padding:8px 45px; background:#0c8dd0; border-color:  transparent; border-radius:30px;   overflow: hidden }
 a.btn-send { color: #fff;}
.btn-send span{ font-size: 1.125rem; font-weight: 700; color:#fff; }
.btn-send:hover{background-color:#18364a; box-shadow: 0px 10px 10px  rgba(237,109,52,.25);  }



 
/* Bounce To Right */
.hvr-bounce-to-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);   position: relative; -webkit-transition-property: color;  transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s;}
.hvr-bounce-to-right:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0;  background:#e60013; -webkit-transform: scaleX(0);  transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s;  -webkit-transition-timing-function: ease-out;  transition-timing-function: ease-out;}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {color: white;}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before { -webkit-transform: scaleX(1); transform: scaleX(1);  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}


.text-button { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.125rem; cursor: pointer; display: inline-block; color: currentColor; padding-left: 2.1875rem; position: relative; transition: padding 0.3s ease;}
.text-button::before { content: ''; display: inline-block; position: absolute; left: 0; top: 50%; width: 1.5625rem; height: 0.0625rem; background: currentColor; vertical-align: middle; margin-right: 0.625rem; transition: padding 0.3s ease}
@media (hover: hover) {
.text-button:hover { color: currentColor; padding-left: 2.8125rem  }
.text-button:hover:before { width: 2.1875rem; color: currentColor  }
}
@media (max-width: 798px) {
.text-button { letter-spacing: 0rem; }  
p a.text-button { font-size: 0.7rem; }    
}
  
.next-button {width:150px; height:34px; position: relative; display: -webkit-box;  display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: space-between; cursor: pointer; background-color:transparent; border-radius:  30px;}
.next-button:hover .next-button-circle, .next-button:hover i { -webkit-transform: scale(.95); transform: scale(.95)}
.next-button:hover { -webkit-transform: scale(.95); transform: scale(.95); background: #000;}
.next-button-circle { width:28px; height: 28px;  position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin:auto 5px;  background: #fff;  border-radius: 50%;  -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}
.next-button i { width:16px; height: 16px;   -webkit-transition: -webkit-transform .2s;  transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}
.next-button-txt { padding-left: 10px; font-size: 16px; font-weight:400; line-height: 1.5; color: #fff;  -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; position: relative}

@media (max-width:767px) {
.next-button { width: auto; height: 24px }
.next-button-circle { width: 24px; height: 24px; margin-right: 15px}
.next-button i { width: 22px; height: 22px; margin: auto auto auto 10px}
.next-button-txt { font-size: 14px; line-height: normal; letter-spacing: normal }
}
 
/*----------------------------------------/
ul style 自訂樣式
----------------------------------------*/
.cms-dot{ width: 100%;  display: block; margin:0px;padding: 0px; position: relative;}
.cms-dot li{ width: 100%!important;display: block; padding: 2px 0px 2px 15px!important; margin:0px!important; font-size:1rem; line-height:1.75rem; font-weight:700; color:#727272; position: relative;  }
.cms-dot li:before{ content: ''; width:6px; height:6px; background-color:#000; border-radius: 99rem; position: absolute; top: 10px; left: 0px;  transition: all 0.5s ease 0s;}

.check{ width: 100%;  display: block; margin:0px;padding: 0px; }
.check li{ width: 100%; display: block; padding: 0px 0px 0px 25px!important; margin:0px 0px 2px 0px; font-size:1.125rem;   font-weight:400; color: #131212; position: relative;}
.check li:before{ content: ''; width: 15px; height: 15px; background-color:#000; border-radius: 99rem; position: absolute; top: 6px; left: 0px;  transition: all 0.5s ease 0s;}
.check li:after{ content: ''; width: 12px; height: 12px;  background: url("/zh-TW/images/theme-b67/icon/check.svg") no-repeat left top;position: absolute; top:8px; left: 2px;  transition: all 0.5s ease 0s;}

.arrow{ width: 100%; display: block; margin: 1.5% auto; }
.arrow li{ width: 100%; display: block; padding:1px 0 10px 15px; font-size:15px; line-height:1.4em; font-weight:400; background: url(/zh-TW/images/theme-b67/icon/arrow-right.svg) no-repeat left 8px; background-size:8px;}
.decimal { list-style-position: outside; list-style-type: decimal; padding-left: 15px;}
.decimal li{margin-bottom: 10px; font-size:1.125rem; line-height:1.5em; font-weight:400;  }
.tag{ padding: 5px 10px;  display: inline-block; width: auto; max-width: 100px; margin:  5px;font-size:15px; line-height:1.5em; font-weight:400; text-align: center;  border: solid 1px #eee; background: #eee;}

/*----------------------------------------/
aside cssmenu樣式
----------------------------------------*/
.main-area.top #cssmenu{margin:0px auto;}
#cssmenu{width:100%; max-width:1440px; margin:0px auto;padding:0px 10px; list-style:none; display:block; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; border-bottom: solid 1px #f1f1f1;  position: relative;}
#cssmenu #menu-button{margin:0px;padding:0;border:0;list-style:none; display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:9999;background-color:#fff;  }
#cssmenu #menu-button{display:none;}
#cssmenu ul{z-index: 999;}
#cssmenu ul,#cssmenu ul li,#cssmenu ul li a{margin:0;padding:0; list-style:none; display:block;position:relative;z-index: 1; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }
#cssmenu:after, #cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#menu-line{position:relative;top:0px; left:0px; right: 0px; margin-left: 2px; width: auto;height:2px;background:#db0632;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}
#cssmenu.align-center > ul{font-size:0;text-align:center; display: flex; flex-wrap:wrap; justify-content: flex-start; align-items: flex-start; align-content: stretch }
#cssmenu.align-center > ul > li{ width:auto; margin: 0px 15px;  }
#cssmenu.align-center > ul > li > a{  display: flex; flex-wrap: nowrap; align-items: center; justify-content: center;  padding:10px 20px; font-size:1rem; line-height: 1.5rem; font-weight: 500;  text-decoration:none; color:#000;  transition: all .4s ease;}
#cssmenu.align-center ul ul{text-align:left;}

#cssmenu.align-center.bg { border-bottom: none;}
#cssmenu.align-center.bg > ul {margin-top: 30px;}
#cssmenu.align-center.bg  > ul > li{  width:calc(100%/5 - 2px); margin: 0px 1px;border-radius: 5px; }

#cssmenu.align-center.bg > ul > li.active {background-image: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(194, 236, 255) 100%);  }  
#cssmenu.align-center.bg > ul > li:hover{ background-image: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(194, 236, 255) 100%);   }   
#cssmenu.align-center.bg > ul > li{ background-image: linear-gradient(135deg, #f8f8f8 0%, #dbe7ec 100%);   }   
#cssmenu.align-center.bg > ul > li.active h3{color: #0187cf;}


#cssmenu.align-right > ul > li{float:right;}
#cssmenu.align-right ul ul{text-align:right;}
#cssmenu > ul > li{float:left;  width: auto; position: relative;z-index: 1;  background-color:transparent;   -webkit-transition: all 0.3s; transition: all 0.3s;   }
#cssmenu > ul > li{width:calc(100%/6); background-color:transparent;text-align: center;  }
#cssmenu > ul > li > a{ padding: 10px 20px; font-size:1rem; line-height: 1.5rem; font-weight: 700; text-align:center;text-decoration:none; color:#000;  transition: all .4s ease;}
#cssmenu > ul > li:after { opacity:0;  content: ""; display: block; width: 12px; height: 2px; background-color:#0187cf;  transition: all .4s ease; margin-top: 1px}
#cssmenu > ul > li:hover:after { width: 100%;opacity: 1} 
#cssmenu > ul > li:hover,#cssmenu > ul > li:hover > a,#cssmenu > ul > li.active{ border-color:#f6f2f0;    }  
#cssmenu > ul > li.active > a{color:#0187cf;   }  
#cssmenu > ul > li.active:after { opacity: 1; content: ""; display: block; width: 100%; height: 2px; background-color:#0187cf;   transition: all .4s ease;  }  
#cssmenu > ul > li.active:hover:after {  background-color:#0187cf;     }  
#cssmenu > ul > li:hover > a {color:#0187cf;}   
#cssmenu > ul > li.has-sub > a{  padding:5px 15px !important; }

/*img*/
#cssmenu > ul > li > a > figure{width:30%;  margin: auto;}
#cssmenu > ul > li > a h3{ width:70%;text-align: left; font-size: 1rem; font-weight: 500; line-height: 1.15rem; margin:0px 10px;}
#cssmenu > ul > li.has-sub:hover > a::after{border-color:#f6f2f0;}
#cssmenu ul ul{position:absolute;z-index: 9999; left:-9999px;  background:#f1f1f1; -webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}
#cssmenu li:hover > ul{left:auto;}
#cssmenu.align-right li:hover > ul{right:0;}
#cssmenu.align-right ul ul ul{margin-left:0;margin-right:100%;}
#cssmenu ul ul li{  -webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;}
#cssmenu ul ul ul{margin-left:100%;top:0; background:#e3edef!important; -webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}
#cssmenu ul li:hover > ul > li{ /* height: 40px; */ }
#cssmenu ul ul li a{ padding:15px 20px;  width:200px; font-size:1rem; font-weight: 700; line-height:1.5rem;text-align:left;text-decoration:none;color:#000;  -webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff; background: #db0632;}
#cssmenu ul ul li.has-sub > a::after{position:absolute;top:25px;right:10px;width:4px;height:4px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color 0.2s ease;-moz-transition:border-color 0.2s ease;-ms-transition:border-color 0.2s ease;-o-transition:border-color 0.2s ease;transition:border-color 0.2s ease;}
#cssmenu ul ul li.has-sub:hover > a::after{border-color:#776b62;}
 

 


@media (max-width:840px) {
#cssmenu{width:100%; margin:0 auto;padding: 0px; position: relative; z-index:9;  }
#cssmenu ul{width:100%; margin: auto; display:none;  position: absolute;  background:#f5f5f5;  border:1px solid rgba(120, 120, 120, 0.15);}
#cssmenu > ul > li.active > a{color:#fff;    }  
#cssmenu > ul > li.active{background:#000;  }  
#cssmenu.align-center > ul > li{  width:100%;  }
#cssmenu ul ul{ }
#cssmenu ul ul ul{ background:#e7eaeb!important;  }   
#cssmenu.align-center > ul,#cssmenu.align-right ul ul{text-align:left;}
#cssmenu ul li,#cssmenu ul ul li,#cssmenu ul li:hover > ul > li{width:100%;height:auto;margin: 0px; border-top:1px solid rgba(120, 120, 120, 0.15);}
#cssmenu > ul > li{border: none; border-bottom: solid 1px #ddd; box-shadow: none;}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%; padding: 10px 0px; }
#cssmenu > ul > li,#cssmenu.align-center > ul > li,#cssmenu.align-right > ul > li{float:none;display:block;}
#cssmenu ul ul li a{padding:10px 15px;font-size:12px;color:#000000;background:none;text-align:center;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#000000;}
#cssmenu ul ul ul li a{padding-left:40px;}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0; padding-bottom: 0px;}
#cssmenu > ul > li.has-sub > a::after,#cssmenu ul ul li.has-sub > a::after{display:none;}
#menu-line{display:none;}
#cssmenu #menu-button{display:block; padding:10px 20px; color:#000;cursor:pointer;font-size:1rem;font-weight: 700;text-align: center;  text-transform:uppercase; border-bottom:solid 1px #555;background-color:transparent;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
#cssmenu #menu-button::after { display: block; content: ""; position: absolute; right:15px; top: 15px;  vertical-align: middle; width: 10px; height: 10px;  border-top: 2px solid #000;  border-right: 2px solid #000;  -moz-transform: rotate(135deg);  -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transition: transform .5s;  transition: transform .5s; }
#cssmenu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(120, 120, 120, 0.15);height:46px;width:46px;cursor:pointer;}
#cssmenu .submenu-button::after{content:'';position:absolute;top:17px;left:23px;display:block;width:1px;height:11px;background:#be892f;z-index:99;}
#cssmenu .submenu-button::before{content:'';position:absolute;left:18px;top:22px;display:block;width:11px;height:1px;background:#be892f;z-index:99;}
#cssmenu .submenu-button.submenu-opened:after{display:none;}
#cssmenu ul li span.submenu-button.submenu-opened::after{display:none;}
#cssmenu ul li  ul li span.submenu-button{display:none;} 

/*img*/
#cssmenu.align-center.bg { background-color: #fff;}
#cssmenu.align-center.bg  > ul > li{  width:100%; margin: 0px;border-radius: 0px; }
#cssmenu.align-center.bg > ul {margin-top: 0px;}
#cssmenu > ul > li > a > figure{width:20%; }
#cssmenu > ul > li > a h3{ width:80%; }
}
/*----------------------------------------/
 leftMenu start 樣式
----------------------------------------*/
 @media only screen and (min-width:993px){
.leftMenuMobile {display: none;}
}

.leftMenu { width: 100%;  padding: 20px 20px 0 0; z-index: 9; background-color: transparent; position: relative}
.leftMenu h2{ font-size: 1.5rem; font-weight: 700; margin-bottom: 30px; padding-left: 10px; }
@media(min-width:1002px) {
.leftMenu { width:240px;  }    
}
@media(min-width:1199.98px) {
.leftMenu { width: 300px;   }
}

.leftMenu ul, .leftMenu ul li {list-style-type:none; margin: 0; padding: 0;}
.leftMenu ul {width: 100%; }
.leftMenu ul li.menu-title a{ color:#fff; font-size: 1.15rem; font-weight: 700; line-height: 2rem; background:#000; }
.leftMenu ul li:hover.menu-title a{ color:#fff; }
.leftMenu > ul ul {display: none; }
.leftMenu ul li { margin:0px;  position: relative; z-index: 1; font-size: 1rem; font-weight: 400;  line-height:1.5rem; border-bottom: 1px solid #d8d8d8;}
.leftMenu ul li h3{  font-size: 1rem;  }

.leftMenu ul li:last-child {border-bottom: none;}
.leftMenu ul li a:hover,.leftMenu ul li.active a { border-color: transparent; }
.leftMenu ul li a { transition: all .3s ease }
.leftMenu ul li a.active, .leftMenu ul li a:hover {  border-color: transparent}
.leftMenu ul li a.active { color: #fff; background-color:#1f4788  }
.leftMenu ul li a:hover.active { color: #1e88c9!important;   }
.leftMenu ul li ul li.current a{ color:#1e88c9;}
.leftMenu ul li ul li{padding-left: 20px; position: relative}
.leftMenu ul li ul li:before{ content: ""; width: 10px; height: 10px; background-color:#000; position: absolute; left:12px; top:18px; z-index: 9;}
.leftMenu ul li ul li:hover:before{  background-color:#0087CE;  }
.leftMenu ul li ul li a.menu_arrow_open{background-color:#fff; color:#0087CE;}
.leftMenu ul li ul li a{ color:#000;}
.leftMenu ul li ul li ul li{padding-left: 0px;}
.leftMenu ul li ul li ul li a{ color:#797b81!important;}
.leftMenu ul li ul li ul li:before{display: none}

.menu_dot {position: absolute; top: 10px; right: 0px; z-index: 99; width: 30px; height: 30px; cursor: pointer;}
.menu_dot::before {content: ''; width: 12px; height: 2px; background-color:#1e88c9; border-radius: 2px; position: absolute; top: 12px; left: 7px; z-index: 99; transition: all 0.5s ease 0s;}
.menu_dot::after {content: ''; width: 2px; height:12px; background-color:#1e88c9; border-radius: 2px; position: absolute; top: 7px; left: 12px; z-index: 99; transition: all 0.5s ease 0s;}
.leftMenu .menu_dot_open{top:6px; }
.leftMenu .menu_dot_open::before {background-color:#fff;}
.leftMenu .menu_dot_open::after { display: none;}
.leftMenu a:link, .leftMenu a:visited {text-decoration:none; color:#312927; background-color: transparent; padding:10px 20px 10px 10px; display: block; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.leftMenu a:active, .leftMenu a:hover {text-decoration:none;  color:#0087CE!important; cursor:pointer; transition: all 0.5s ease 0s;} 
/*.leftMenu img style*/
.menu-img {width: 100%; display: flex;flex-wrap: wrap; align-items: center; }
.menu-img figure{width:20%; padding-right: 10px;}
.menu-img h3{width: calc(80% - 10px);}
.leftMenu ul li a.menu_arrow_open{background-color:#0087ce; color:#fff!important;}
.leftMenu ul li ul li a.menu_arrow_open{background-color:#fff; color:#0087CE!important;}
.menu_arrow { display: none; position: absolute; top: 15px; left: 5px; width: 20px; height: 20px; -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); transition: all 0.5s ease 0s;}
.menu_arrow::before {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 6px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition: all 0.5s ease 0s;}
.leftMenu a:hover .menu_arrow::before {background-color: #000; transition: all 0.5s ease 0s;}
.menu_arrow::after {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 11px; left: 6px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}
.leftMenu ul li a.menu_arrow_open .menu_arrow::before,.leftMenu ul li a.menu_arrow_open .menu_arrow::after  {background-color:#000; }
.leftMenu a:hover .menu_arrow::after {background-color: #000; transition: all 0.5s ease 0s;}
.menu_arrow_open .menu_arrow {-moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); transition: all 0.5s ease 0s; }




@media only screen and (max-width:992px){
.leftMenu h2{ display:none}	
.leftMenu { width: 100%;margin-bottom: 20px; padding: 20px 0px 0px 0px;}    
.leftMenu ul {width: 100%;}
.leftMenuMobile {width: 100%; height: 36px; margin:10px auto auto auto;  cursor: pointer; border-bottom: solid 1px #000; background:#fff; position: relative; z-index: 9;  }
.leftMenuMobile > span:nth-child(1) {width: 20px; height: 2px; background-color: #000; position: absolute; top: 22px; right: 13px; transition: all 0.5s ease 0s;  transform: rotate(45deg);}
 .leftMenu > div.show > span:nth-child(1) {top: 22px; transform: rotate(-45deg);}
.leftMenuMobile > span:nth-child(2) {width: 20px; height: 2px; background-color: #000; position: absolute; top: 22px; right: 0px; transition: all 0.5s ease 0s; transform: rotate(-45deg);}
.leftMenu > div.show > span:nth-child(2) {top: 22px; transform: rotate(45deg);}
.leftMenuMobile::before {content: attr(data-title); width: 200px; height: 30px; line-height: 30px; position: absolute; top:2px; left: calc(50% - 100px); text-align: center; font-size: 1.275rem; font-weight:700;  color: #000;}
.leftMenu > ul {max-height: 0; overflow: hidden; transition: all 0.5s ease 0s; }
.leftMenu > ul.open {max-height: 500px; overflow: auto; padding-bottom: 10px; transition: all 1.5s ease 0s; position: absolute;z-index: 9; background: #fff;  box-shadow: 0 0 30px hsla(0,0%,46.7%,.2);   }
.leftMenu ul li { font-size: 0.9rem;  line-height:1.25rem; }	
.leftMenu a:link, .leftMenu a:visited { padding: 10px 25px 10px 15px;  }	
.leftMenu ul li ul li{padding-left:10px;  word-break: break-all;}
.leftMenu ul li ul li:before{ left:10px; top:18px; }	
.menu_bg_open{ background-color:#e2eefb}
}

@media only screen and (max-width:320px){
.leftMenuMobile::before { font-size: 1rem; }  
}
.main-contact {  position: relative;  height: 22vh;background: url("/zh-TW/images/theme-b67/index/mask.svg") no-repeat left top;}
.bg-contact { width: 100%;  background-image: attr(src url); background-repeat: repeat-x; background-size:60% auto; background-position:left bottom;background-color:#77badd;  position: absolute;z-index: -1; top:0px; left: 0; right: 0; bottom: 0; line-height: 0;  }
@media (max-width:1180px) {
.bg-contact { background-size:80% auto;  }	 
}
@media (max-width:992px) {
.main-contact { height: 12vh;background: url("/zh-TW/images/theme-b67/index/mask.svg") no-repeat left top;}	
.bg-contact { background-size:120% auto;  }	 
	
}

/*----------------------------------------/
title樣式5
----------------------------------------*/
.title-h2-sub{ width: 100%; margin: 0; padding:20px; }
.title-h2-sub h2{ margin-bottom:15px; font-size: 2.5rem;  font-size: min(max(3.5vw, 1.75rem), 2.5rem);  line-height: 130%;font-weight: 700; color: #fff; text-transform:uppercase}
@-webkit-keyframes rotate {
0% {  -webkit-transform: rotate(-90deg) translate(5px, 5px); transform: rotate(-90deg) translate(5px, 5px);}
100% { -webkit-transform: rotate(270deg) translate(5px, 5px);transform: rotate(270deg) translate(5px, 5px);}
}

@keyframes rotate {
0% { -webkit-transform: rotate(-90deg) translate(5px, 5px);transform: rotate(-90deg) translate(5px, 5px); }
100% { -webkit-transform: rotate(270deg) translate(5px, 5px);transform: rotate(270deg) translate(5px, 5px);}
}
 
@-webkit-keyframes rotate2 {
  to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg);}
}
@keyframes rotate2 {
  to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}
@-webkit-keyframes rotateCenter {
  0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg);}
  100% {  -webkit-transform: translate(-50%, -50%) rotate(360deg);  transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes rotateCenter {
  0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg);  }
  100% {  -webkit-transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg); }
}
@-webkit-keyframes rotateCenter2 {
  0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg);  }
  100% { -webkit-transform: translate(-50%, -50%) rotate(-360deg); transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes rotateCenter2 {
  0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg); }
  100% { -webkit-transform: translate(-50%, -50%) rotate(-360deg); transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes growAndFade {
0% { opacity: 0.75;  transform: scale(0);  }
100% {  opacity: 0; transform: scale(1); }
}
/*IE --*/ 
select::-ms-expand {display: none; }
select:focus{ box-shadow: 0 0 5px 2px #467BF4;    }
input, button, select, textarea { outline: none; }
  