/* 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: #333;}

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 {font-size:14px;border-collapse:collapse;border-left:1px solid #acacac;border-top:1px solid #acacac;border-bottom:1px solid #acacac;border-right:1px solid #acacac; width: 100%;}
.datatable th {color:#fff;background-color: #5d5d5d;text-align:left;line-height:1.2;height:21px;padding-right:5px;padding-bottom:10px;letter-spacing:1px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;font-weight:bold;padding-top:10px;padding-left:10px;}
.datatable td {height:18px;text-align:left;background-position:left bottom;border-bottom:1px solid #acacac;border-right:1px solid #acacac;padding-top:2px;padding-left:5px;padding-right:5px;padding-bottom:2px;font-size:14px;}
.datatable tr:nth-child(odd) td {background: #ebebeb;}
.datatable tr.altrow {background-color:#ebebeb;}

.list-disc, .list-decimal { padding: 0; margin-top: 12px;}
.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: 128px; background: #fff;} 
header:after {position: absolute; content: ""; width: 100%; height: 10px; background: #46adc5; bottom:0px; left: 0; } 
.logo { position: absolute; z-index: 10001;top:17px; left: 3%;transition: all 0.4s ease-out 0s; }
.logo > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.logo img { height: 78px;transition: all 0.4s ease-out 0s;}
.logo span { display: inline-block; margin-left: 15px; color: #1e1e1e; font-size: 26px; font-weight: 700;transition: all 0.4s ease-out 0s; }
nav {position: relative; padding-top: 55px;z-index: 100; transition: all 0.4s ease-out 0s; }


.top-right-link { position:absolute; z-index:10000; top:50px; right:3%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: center; transition: all 0.4s ease-out 0s; }
.top-right-link > div { cursor: pointer; padding: 0 8px;}
.top-right-link > div img { width: 25px;}
/*.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, .member-link { position: relative; display: inline-block; vertical-align: top;}
.lang, .user { display:inline-block; cursor:pointer; position:relative;}
.lang i { color:#333;}
.lang-open, .member-open { display:none; position:absolute; z-index:100000; left:0px; top:46px; background:#113859; padding:0px;  font-size:15px; color:#fff; text-align:left; width:80px;  overflow:hidden; line-height: 120%; border-radius: 0 10px 0 10px;}
.lang-open { right: auto; left: -18px; top:40px;}
.lang-open a, .member-open a { display:block; color:#fff; text-align:center; padding:8px 4px; font-size: 14px;}
.lang-open a:hover, .member-open a:hover { background: #38a7c1;}

.cart { position:relative; display: inline-block; vertical-align: top; font-size:22px; color:#fff; cursor: pointer;}
.cart a { color: #333; position: relative;}
.cart span { position: absolute; display: block; width:22px; height: 22px; border-radius: 100%; background: #113859; line-height: 20px; text-align: center; font-size: 13px; color: #fff; top:-5px; right: -10px; font-weight: 500;}
.cart-open { /*transform-origin: top center; transform:scaleY(0); opacity: 0;*/ display: none;position:absolute; z-index:100000; right:0px; top:46px; background:#fff; padding:10px 20px;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);  font-size:15px; color:#3E3A39; text-align:left; line-height: 120%;transition: all 0.4s ease-out 0s; width: 230px; border-radius: 0 0 10px 10px;}
.cart-list { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; border-bottom: 1px solid #eee; padding-bottom: 5px; margin-bottom: 5px;}
.cart-list > div:nth-of-type(1) img { width: 40px; height: inherit;}
.cart-list > div:nth-of-type(2) { width: calc(100% - 40px); padding-left: 8px; color: #3E3A39;}
.cart-btn { margin: 10px auto; width: 80px; border-radius: 10px; display: block; background: #e02829; color: #fff !important; font-size: 15px;text-align: center; line-height: 30px;}
.cart-btn:hover { background: #222;}


.signup-icon img { width: 30px !important; }
.signup-icon span { position: relative;display: inline-block; margin-left: 5px; font-size: 16px; color: #333;}


.search { }
.search span { font-size: 18px; font-weight: bold; color: #333; padding-right: 7px; display: inline-block;}
.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: 400;}
.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;}

.top-note { background: #00549b; padding: 8px 20px; min-height: 35px; color: #fff; font-size: 15px; text-align: center;}
.top-note a { color: #fff;}

.mymultiplediv{cursor:pointer;}
.mymultiplediv{padding: 10px 10px 10px 0;color: #333;border-bottom: 1px solid #e8e8e8; text-align: left;}
.mymultiplediv a{color: #333;}
.mymultiplediv:hover a{color: #009040;}
.mydiv{display:none;padding:10px;text-align:center;}
.mydiv img{margin: 0 auto; max-width: 320px; border-width: 0;}
.mydiv span{text-align: center;background: #ffdede;padding: 6px 10px;display: block;width: 100px;border: 1px solid #d47c7c;margin: 8px auto;}
.mymultiplediv2 { display: none;}
    
.custom-menu { display: flex; flex-direction: row; flex-wrap: nowrap;}
.custom-menu > div { width: 33.33%; border: 1px solid #ddd;}
  

.open-menu { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; padding: 0 3%;}
.open-menu >div:nth-of-type(1) { width: 70%;}
.open-menu >div:nth-of-type(2) { width: 30%; padding-left: 30px;}
/*.open-menu > div { margin: 0 2% 30px 2%; text-align:left; line-height: 140%;}
.open-menu-title { font-size: 18px; font-weight: bold; color: #333333; padding-bottom: 14px;}
.open-menu-link a { display: block; line-height: 130%; color: #555555; font-size: 16px; position: relative; padding-bottom: 5px; margin-bottom: 3px;}
.open-menu-link a:after { position: absolute; content: ""; left: 0; bottom: 0; height: 2px; width: 100%; background: #ff8e00; transition: all 0.4s ease-out 0s; transform-origin: 0 50%; transform: scaleX(0);}
.open-menu-link a:hover:after {transform: scaleX(1);}
.open-menu-link a:hover { color: #ff8e00;}*/

.menu-list { padding:0px 0 0px 0; display: flex; flex-direction: row; flex-wrap: wrap; max-width: 100%; margin: 0 auto; text-align: left;}
.menu-list > a {  width: 25%; font-size: 14px; color: #444444; line-height: 24px; padding: 10px 20px 10px 20px; font-weight: 400; position: relative;}
.menu-list > a:before { content: ""; position: absolute; width: 6px; height: 6px; border-style: solid; border-width: 1px 1px 0 0; border-color: #c61500; transform: rotate(45deg); left: 7px; top: 19px;}
.menu-list > a:hover, .menu-list > a.current { color: #c61500;}


.header-top {transition: all 0.2s linear 0s;}
.header-scroll { height:80px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1); }
.header-scroll nav {padding-top: 15px; }
.header-scroll .logo {  top:10px;}
.header-scroll .menuzord-menu { }
.header-scroll .menuzord-menu > li > a { }
.header-scroll .logo img { height: 54px; }
.header-scroll .top-right-link { top:12px;}
.header-scroll .menuzord-menu>li>a { }
.header-scroll .lang-open, .header-scroll .member-open, .header-scroll .cart-open { }


@media only screen and (max-width: 1365px) {
	.logo  { top: 30px; }
	.logo img { height: 65px; }

    
}

    
@media only screen and (max-width: 1279px) {
	header { height: 80px;  }
	nav { width: 100%; padding-top: 20px; }
	.logo { top:10px;}
	.logo img { height: 54px !important;}
    .signup-icon span {display: none;}
	.top-right-link { right:46px; top: 13px; }
    .top-right-link > div { }
	.top-right-link > div img { }
	.top-note { display: none;}
    .cart { width: 50px;}
    .open-menu { padding: 0;}
    .open-menu > div { width: 100%; flex-wrap: wrap;}
    .open-menu > div:last-child { display: none;}
    .lang-open, .member-open, .cart-open { }
    .mymultiplediv{padding: 0px 10px 5px 0;}
    .mymultiplediv a{color: #888;}
	/*.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:-1px;
-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;}
	
	.header-scroll { }
	.header-scroll nav { padding-top: 20px;}
	.header-scroll .top-right-link { top: 13px; }
	.header-scroll .logo { top:10px; }
	.header-scroll .lang-open, .header-scroll .member-open, .header-scroll .cart-open { }
    
    .open-menu { margin: 0;}
    .open-menu > div { width: 100% !important; margin-bottom: 25px; padding-left: 0; padding-right: 0;}
    
}


@media only screen and (max-width: 768px) {
    .menu-list > a { width: 50%;}
}
@media only screen and (max-width: 570px) {
    .menu-list > a { width: 100%;}
	
	.logo img:nth-of-type(2) { display: none;}

}
@media only screen and (max-width: 320px) {

}