/* CSS Document */
input,button,select,textarea{outline:none}
 *:focus { outline: none; }
button, input, textarea { -webkit-appearance: none;}

header ul, header li { margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-family: 'Noto Sans TC', sans-serif;}
a, a:hover, a:active, a:visited, a:focus { color: #534741;}

img {max-width:100%;height: auto;}
.editor a {word-wrap: break-word;word-break: break-all;}
.editor ul, .editor li { list-style-type:initial;}
.table_scroll{overflow-x: auto; display: block; padding-bottom:0px;}
.datatable { width:100%; border-spacing:1px; background: #e6e6e6;}
.datatable th {color:#fff; font-size:16px; background: #c00000; text-align:center; padding:10px; line-height: 140%;}
.datatable td { color: #3a3a3a; background: #fff; font-size:16px; text-align:center; padding:5px; line-height: 140%;}

.list-disc, .list-decimal { padding: 0; margin: 0;}
.list-disc li { list-style-type:disc; margin:0 0 0 20px; padding: 0;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px; padding: 0;}
.overflow-hidden { overflow-x: hidden;}


header {position: fixed; width: 100%; z-index: 10000; top:0px; left: 0; height: 90px;background: rgba(255,255,255,1);box-shadow: 0px 0px 20px 0px rgba(39,43,44,.1); border-bottom: 0px solid red;} 
.header-box { max-width: 1440px; margin: 0 auto; position: relative;}
.header-section-1 { height: 40px; background: #0057a6; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0 15px;}
.header-section-1-info { font-size: 14px; color: #fff; font-weight: 300;}
.header-section-1-info a { color: #fff;}
.header-section-1-info b { font-weight: 700;}
.header-section-2 { }
.logo { position: absolute; z-index: 100001; left: 20px; top:25px;}
.logo img { width: 311px;transition: all 0.4s ease-out 0s; transform-origin: 0% 0%;}
nav {transition: all 0.4s ease-out 0s; padding-top: 32px; padding-right: 3%;}

.logo-link { position: absolute;z-index:10000;  top: 0; left: 0; display: flex; flex-direction: row; flex-wrap: nowrap;}
.logo-link > div { text-align: center; width: 130px; line-height: 100%; padding: 4px 0; height: 42px;}
.logo-link > div img { height: 28px;}
.logo-link > div:nth-of-type(1) {background: #fff;}
.logo-link > div:nth-of-type(2) {background: #94cfbf;}

.top-right-link {padding-bottom: 10px; border-bottom:0px solid #ababab; display: flex; flex-direction: row; flex-wrap: nowrap; transition: all 0.4s ease-out 0s; }
.top-right-link > div { padding: 0 8px; margin-right: 20px; position: relative;}
.top-right-link > div:after { position: absolute; width: 1px; height: 20px; background: #ababab; right: 0; top:4px;}
.top-right-link > div:last-child { padding: 0; margin: 0;}
.top-right-link > div:last-child:after { display: none;}
.top-right-link img { height: 23px;}
/*.lang a { display: inline-block; color: #fff; font-size: 20px; font-weight: 700; line-height: 28px; padding: 0 15px; border:1px solid #fff; border-radius:14px;}
.lang a:hover, .lang a.current { border:1px solid transparent; }
.lang a:first-child { margin-right: 5px;}*/

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; cursor:pointer; position:relative; font-size: 12px; font-weight: 400; width: 120px; border: 1px solid #77C9DB; height: 33px; }
.lang > span:nth-of-type(1) { display:inline-block; position: relative;  margin-left:8px; font-size: 14px; color: #77C9DB;font-family: 'Noto Sans TC', sans-serif;}
.lang > span:nth-of-type(2) { padding: 0 8px !important;border-left: 1px solid #77C9DB; display: inline-block; line-height: 100%;}
.lang i { color:#595959;}
.lang-open { display:none; position:absolute; z-index:100000; left:0px; top:33px; background:#003B4F; padding:0px;  font-size:13px; color:#fff; text-align:left; width:100%;  line-height: 120%; border-radius:0 0; overflow: hidden;}
.lang-open a { display:block; color:#fff; text-align:left; padding:8px 12px;}
.lang-open a:hover { background: #77CADB;}

.cart { position:relative; display: inline-block; vertical-align: top; font-size:22px; color:#fff; cursor: pointer;}
.cart a { color: #595959; position: relative;}
.cart span {  display: inline-block; width:25px; height: 25px; border-radius: 100%; background: #03c0af; line-height: 25px; text-align: center; font-size: 12px; color: #fff;  margin-left: 8px; position: absolute; z-index: 3; top:-4px; right: -20px;font-family: 'Noto Sans TC', sans-serif; font-weight: 400;}

.search { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; width: 205px; border: 1px solid #dcdcdc; height: 38px; border-radius: 5px; padding: 0 12px !important;}
.search input { width: calc(100% - 30px); background: none; border-width: 0; font-size: 14px; font-weight: 400; font-family: 'Noto Sans TC', sans-serif; padding-right: 10px; color:#959595; }
.search a { width: 30px; cursor: pointer; text-align: right; line-height: 100%;border-left:0px solid #77C9DB}
.search-box {  width: 100%; padding: 0 20px;}
.search-open { background: rgba(0,0,0,.85); position: fixed; width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;z-index: 100000;transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; top:0; left: 0;}
.search-open-show { opacity: 1; visibility: visible;}
.search-open-form { padding: 0 0px; border-bottom: 1px solid #fff;}
.search-open input[type=text] { width: calc(100% - 30px - 7px); color: #fff; border-width: 0; background: none; display: inline-block; vertical-align: top; font-size: 18px; font-family: 'Noto Sans TC'; padding: 2px 10px 0 10px; font-weight: normal;}
.search-open input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #fff; opacity:0.7;}
.search-open input[type=text]::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-ms-input-placeholder { /* IE 10+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-moz-placeholder { /* Firefox 18- */color: #fff; opacity:0.7;}
.search-open a { color: #fff; display: inline-block; vertical-align: top; font-size:24px;}
.search-open a:hover {opacity: 0.6;}
.search-close { position: absolute; top:20px; right: 20px; color: #fff; font-size: 30px; cursor: pointer;}

.menu-icon { display: inline-block; margin-left: 10px; position: relative;}
.menu-icon:before, .menu-icon:after { position: absolute; content: ""; background: #003B4E;transition: all 0.4s ease-out 0s;}
.menu-icon:before { width: 14px; height: 4px; top:-9px;}
.menu-icon:after { width: 4px; height: 14px;top:-14px; right: -9px}


.header-top {transition: all 0.4s ease-out 0s;}
.header-scroll {  background: rgba(255,255,255,1)}
.header-scroll .logo { }
.header-scroll .logo img { }
.header-scroll nav { }
.header-scroll .top-right-link {  }
.header-scroll .menuzord-menu>li>a {  }


.right-tool { position: fixed; right: 30px; top:30%; z-index: 20; width: 52px;  background: #ecf0e3; padding-top: 20px; border-radius: 10px;}
.right-tool a { display: block; position: relative; margin-bottom: 20px; text-align:center;}
.right-tool img { width: 33px;}
.right-tool-cart { display: inline-block;position: absolute; right: -10px; top:-1px;text-align: center; width: 17px; height: 17px; background: #ff0000; border-radius: 100%; font-size: 12px; color: #fff; font-weight: normal; line-height: 18px; font-family: 'Noto Sans TC';}

@media only screen and (max-width: 1500px) {
	
    
}
@media only screen and (max-width: 1440px) {
	
    
}
@media only screen and (max-width: 1023px) {
	header { top:0; height:60px; padding-left: 0px; padding-right: 0px;}
	.header-section-2 { position: relative;}
	nav {  padding-top: 5px; padding-right: 0;}
	.logo { top:10px; left: 20px;}
	.logo-name { display: none;}
	.logo > a { border-width: 0; padding: 10px 0;}
	.logo img { width:200px;}
	.top-right-link { border-bottom: 1px solid rgba(0,0,0,.1); padding-right: 22px; }
	.top-right-link > div img { }
	.top-right-link > div { }
    .top-right-link > div:last-child { }
	.cart span { transform: scale(0.7);}
	
	.menu-icon { display: none;}
	
	.search { margin-left: 22px;}
	/*.lang a { color: #333; border-color: #333;}
	.lang a:hover, .lang a.current { background: #333; color: #fff;}
	.lang { display:none;}
	.lang-open { display:inline-block!important; vertical-align: middle;position:inherit; left:auto; top:auto; background:none;  width:auto; color: #fff; }
	.lang-open a { color:#333; display:inline-block; font-size:16px; font-weight:bold;}
	.lang-open a:after, .cart a:after { content:"|"; display:inline-block; vertical-align:top; padding:0 3px 0 15px;}
	.lang-open a:last-child:after { display:none;}
	.lang-open a:hover { color:#0092db;}
	.cart a, .search { color: #003b4a;}
	.cart span { right: 10px; top:-6px;}*/
.showhide:before { content:""; display:block; position:absolute; right:7px; bottom:-15px; text-align:right; font-size:12px; color:#404043; width:50px;}

.showhide-rotate em:nth-of-type(1) { position:relative; top:8px;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);}
.showhide-rotate em:nth-of-type(2) { display:none;}
.showhide-rotate em:nth-of-type(3) {  position:relative; top:0px;
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg);}

	.menuzord-menu:after  { display: none !important;}
	
	.member-open, .cart-open { top:70px;}
	
	.header-scroll { }
	.header-scroll .logo { }
	.header-scroll .logo img { }
    .header-scroll nav { }
    
	
	.menu-list { padding:10px 22px 20px 22px;}
    
}
@media only screen and (max-width: 767px) {

	
}

@media only screen and (max-width: 570px) {
	
    
}
@media only screen and (max-width: 320px) {

}