/* 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; letter-spacing: 0.05rem;}
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;}
.table_scroll > table {min-width: 800px;}
.datatable { width:100%; border-spacing:1px; border-width: 1px 0 0 1px; border-style: solid; border-color: #d9d9d9; margin-bottom: 30px;}
.datatable th, .datatable td { border-width:0 1px 1px 0; border-style: solid; border-color: #d9d9d9;}
.datatable th {color:#fff; font-size:clamp(16px, 0.9vw, 18px); background: #1f4fa1; text-align:center; padding:15px 10px; line-height: 1.6; vertical-align: middle;}
.datatable td { color: #333; font-size:clamp(16px, 0.9vw, 18px); text-align:center; padding:15px 10px; line-height: 1.6; }

.list-disc, .list-decimal { margin: 0; padding: 0;}
.list-disc li { list-style-type:disc; margin:0 0 0 20px;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px;}
.overflow-hidden { overflow-x: hidden;}

.edit_area { }
.edit_area h2 {font-size: 1.625rem; color: rgba(51, 51, 51, 0.9);}
.edit_area h3 {font-size: 1.6rem; color: rgba(51, 51, 51, 0.8);}
.edit_area h4 {font-size: 1.525rem; color: rgba(51, 51, 51, 0.7);}
.edit_area h5 {font-size: 1.5rem; color: rgba(51, 51, 51, 0.6);}
.edit_area h6 {font-size: 1.425rem; color: rgba(51, 51, 51, 0.5);}
.seo-content { padding-bottom: 30px;}
.seo-content h2 {font-size: 1.625rem; color: rgba(51, 51, 51,0.9);}
.seo-content h3 {font-size: 1.6rem; color: rgba(51, 51, 51,0.8);}
.seo-content h4 {font-size: 1.525rem; color: rgba(51, 51, 51,0.7);}
.seo-content h5 {font-size: 1.5rem; color: rgba(51, 51, 51,0.6);}
.seo-content h6 {font-size: 1.425rem; color: rgba(51, 51, 51,0.5);}


header {position: fixed; width: 100%; z-index: 10000;  background: #1f4fa1; height: 106px; top: 0; border-bottom: 0px solid red;} 
.header-box { z-index: 2;}
.logo { position: absolute; z-index: 10001;top:10px; left: 3%;  width: 204px;transition: all 0.4s ease-out 0s; }
nav { position: relative; top:40px; left: 0%;transition: all 0.4s ease-out 0s;}

.menu-hidden { display: none !important;}
.menu-show { display: block!important;}
.right-menu { position: absolute; top: 12px; right: calc(150px + 3%); display: flex; flex-direction: row; flex-wrap: nowrap; letter-spacing: 0.05rem;}
.right-menu > a { color:#efefef; font-size:16px; display: inline-block; padding: 0 1vw; font-weight: 400; line-height: 100%;}
.right-menu > a:hover, .right-menu > a.current { color:#9d9d9d;}
.right-menu-hidden { display: none;}

.top-right-link { position:absolute; z-index:10000; top:44px; right: 3%; display: flex; flex-direction: row; flex-wrap: nowrap; transition: all 0.4s ease-out 0s; letter-spacing: 0.05rem;}
.top-right-link > div { margin-left: 1.8vw; line-height: 1;}
.top-right-link img { width: 24px;}

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang { display:inline-block; cursor:pointer; position:relative; }
.lang i { color:#fff;}
.lang-open { display:none; position:absolute; z-index:100000; left:-35px; top: 42px; background:#222; padding:0px;  font-size:15px; color:#fff; text-align:left; width:100px;  overflow:hidden; line-height: 120%;}
.lang-open a { display:block; color:#fff; text-align:center; padding:8px 4px;}
.lang-open a:hover { background: #f2b21a; color: #222;}

.user-box { position: relative; display: inline-block; vertical-align: top;}
.user-open { display:none; position:absolute; z-index:100000; width: 100px; left:-35px; top:42px; background:#222; padding:0px;  font-size:15px; color:#fff; text-align:left; overflow:hidden; line-height: 120%;}
.user-open a { display:block; color:#fff; text-align:center; padding:6px 4px; font-size: 15px;}
.user-open a:hover { background: #f2b21a; color: #222;}
.user { color: #fff; font-size: 15px;}
.user a { color: #fff;}

.cart-box { position: relative; display: inline-block; vertical-align: top;}
.cart { position:relative; display: inline-block; vertical-align: top; font-size:15px; color:#fff; cursor: pointer;}
.cart a { color: #fff; position: relative;}
.cart img { display: inline-block; position: relative; }
.cart span { position: absolute; display: block; width:22px; height: 22px; border-radius: 100%; background: #f2b21a; line-height: 20px; text-align: center; font-size: 13px; color: #222; bottom:-10px; right: -12px; font-weight: 700;}
.cart-open { display:none; position:absolute; z-index:99999; top:42px; background:#fff; border: 1px solid #eee;padding:10px !important;  font-size:15px !important; color:#fff; text-align:left;  overflow:hidden; line-height: 120%; width: 280px; right: -25px; font-weight: 400;}
.cart-open img { width: inherit !important;}
.cart-open-data { display: flex; flex-direction:row; flex-wrap: nowrap; align-items: flex-start; border-bottom: 1px solid #e4e4e4; padding-bottom: 15px; margin-bottom: 15px;}
.cart-open-data > div:nth-of-type(1) { width: 50px;transition: all 0.4s ease-out 0s;}
.cart-open-data > div:nth-of-type(1):hover { opacity: 0.6;}
.cart-open-data > div:nth-of-type(2) { width: calc(100% - 50px); padding-left: 10px; font-size: 15px; line-height: 24px;display: flex; flex-direction:row; flex-wrap: wrap; color: #333;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(1) { font-weight: 500; width: 100%; padding-bottom: 5px;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(2) { width: 48%; color: #e00012;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(3) { width: 32%;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(4) { text-align: center;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(4) a {color: #202020; font-size: 16px;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(4) a:hover {opacity: 0.6;}
.cart-open-btn { display: block; width: 100%; background: #f1f1f1; border-radius: 5px; color: #202020; line-height: 44px; text-align: center; font-size: 16px;}
.cart-open-btn:hover { background: #f2b21a; color: #222;}


.search { display: inline-block; vertical-align: top; cursor: pointer; font-size: 22px;color: #fff; line-height: 100%;}
.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;}

.search-mobile { }
.search-mobile img { position: relative; top:-2px;}
.search-pc { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; position: relative;}
.search-pc-text { width: 155px; line-height: 24px; padding: 0 50px 0 12px; background: #d9d9d9; border-radius: 12px; border-width: 0; font-size: 16px; font-family: 'Noto Sans TC', sans-serif;}
.search-pc-btn { display: block; position: absolute; top:0; right: 0; width: 40px; text-align: center;height: 24px; padding-top: 4px;; font-size: 13px; letter-spacing: 0; background: #006039; color: #fff !important; border-radius: 0 12px 12px 0; font-weight: 400;}

.menu-second-box { padding: 35px 30px 15px 30px; display: flex; flex-direction: row; flex-wrap: wrap;}
.menu-second-box > div:nth-child(odd) { width: 58px; padding-top: 25px; font-size: 18px; font-weight: bold; color: #23924b;}
.menu-second-box > div:nth-child(even) { width: calc(100% - 58px); margin-bottom: 22px;display: flex; flex-direction: row; flex-wrap: wrap;}
.menu-second-box > div:nth-child(even) > a { width: calc(20% - 7px); margin-right: 7px; margin-bottom: 7px; border: 1px solid #e8e8e8;  padding: 5px 6px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.menu-second-box > div:nth-child(even) > a:hover { border: 1px solid #23924b;}
.menu-second-box > div:nth-child(even) > a > div:nth-of-type(1) { width: 60px; line-height: 0;}
.menu-second-box > div:nth-child(even) > a > div:nth-of-type(2) { width: calc(100% - 60px); font-size: 17px; color: #333333; padding-left: 8px; text-align: left;}

.header-top {transition: all 0.4s ease-out 0s;}
.header-scroll {  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); height: 60px }
.header-scroll .logo { width: 100px; }
.header-scroll .logo img {}
.header-scroll nav { top:15px; }
.header-scroll .top-right-link { top:20px; }
.header-scroll .menuzord-menu { padding-left: calc(3% + 150px);transition: all 0.4s ease-out 0s;}
.header-scroll .menuzord-menu>li>a { padding-bottom: 14px;}

@media only screen and (max-width: 1500px) {
	.right-menu { right: calc(135px + 3%); }
	.right-menu > a { padding: 0 0.5vw;}
	
}


@media only screen and (max-width: 1365px) {
	
	.search-pc { display: none;}

	header { top:0; height: 60px; left: 0;}
	nav { width: 100%; top:12px; border-width: 0;left: auto; right: 0px;}
	.header-box { height: 80px; padding: 0 0px; position: relative; margin: 0 auto;} 
	.logo { width: 100px; transform: translateX(0%);}
	.top-right-link { right: 52px; top:18px;}
	.top-right-link > div { margin-left: 20px;}
	
.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;}
	
	.menu-hidden { display: inline-block !important;}
	.right-menu { display: none;}
	
	.header-scroll { }
	.header-scroll .logo { }
	.header-scroll .logo img { }
    .header-scroll nav { top:12px;}
    .header-scroll .top-right-link {top:18px;}
	
}


@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
	
}
@media only screen and (max-width: 570px) {
	.cart-open { right: -90px; width: 270px;}
	
}

@media only screen and (max-width: 375px) {
	.logo { width: 50px; overflow: hidden;}
	.logo img { min-width: 100px;}
	.header-scroll .logo { width: 50px; overflow: hidden;}
}

@media only screen and (max-width: 320px) {

}
@media only screen and (max-width: 280px) {

	
}