/* 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;}
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: 900px;}
.datatable { width:100%; border-spacing:1px; border-width: 1px 0 0 1px; border-style: solid; border-color: #a4a4a4; margin-bottom: 30px;}
.datatable th, .datatable td { border-width:0 1px 1px 0; border-style: solid; border-color: #d9d9d9;}
.datatable th {color:#fff;  background: #3a3d3f; text-align:center; padding:15px 10px; line-height: 2; vertical-align: middle;}
.datatable td { color: #333;  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 calc(25px + 1%);font-size: clamp(19px, 2vw, 30px); font-weight: 700;}
.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: 99; top:0px; left: 0; height: 98px; background: linear-gradient(0deg, #2c2f30 0%, #3a3d3f 100%); box-shadow: 0px 0px 30px 0px rgba(0,0,0,.2); padding: 0 ; border-bottom: 0px solid red;} 
.logo { position: absolute; z-index: 10001;top:30px; left: 3%; }
.logo > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.logo img { width: 350px;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: 37px;z-index: 100; transition: all 0.4s ease-out 0s; }

.top-right-link { position:absolute;  z-index:10000; top:0px; right:3%;  text-align: right; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end;transition: all 0.4s ease-out 0s; padding: 35px 0 0 0px; color: #fff; font-weight: 400;}
.top-right-link > div { margin: 0  0 0 calc(15px + 1vw); font-size: 24px; line-height: 100%; text-align: center; }
.top-right-link img { height: 21px;}
/*.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:inline-block; cursor:pointer; position:relative; padding-right: 15px; font-size: 18px; font-weight: 500;}
.lang > span { display:inline-block; width: 10px; height: 8px; clip-path: polygon(0% 0, 100% 0%, 50% 100%); background: #fff; position: absolute; top:50%; transform: translateY(-50%); right: 0;}
.lang i { color:#595959;}
.lang-open, .user-open { display:none; position:absolute; z-index:100000; left: 50%; transform: translateX(-50%); top:45px; background:rgba(31,31,31,.8); padding:0px;  font-size:14px; color:#fff; text-align:left; width:100%;  line-height: 120%; border-radius:0 0 10px 10px; overflow: hidden; min-width:100px;}
.lang-open a, .user-open a { display:block; color:#fff; text-align:center; padding:6px 4px;}
.lang-open a:hover, .user-open a:hover { background: #d00101;}

.cart { position:relative; display: inline-block; vertical-align: top; font-size:22px; color:#fff; cursor: pointer;}
.cart a { color: #595959; position: relative;}
.cart span { position: absolute; display: block; width:20px; height: 20px; border-radius: 100%; background: #d00101; line-height:18px; text-align: center; font-size: 13px; color: #fff; top:4px; left: 18px; font-weight: 500; letter-spacing: 0;}
.cart font { font-size: 14px; font-weight: 500; color: #fff; text-transform: uppercase; display: inline-block; position: relative; padding-left: 10px;}


.user-box { position: relative; display: inline-block; vertical-align: top;}
/*.user-open { display:none; position:absolute; z-index:100000; left:-35px; top: 58px; background:rgba(255,255,255,.6); padding:5px 12px;  font-size:15px; color:#fff; text-align:left; width:110px;  overflow:hidden; line-height: 120%;}
.user-open a { display:block; color:#c37b47; padding:15px 0 ; text-align: center; font-size: 16px; border-bottom: 1px solid #c37b47;}
.user-open a:last-child { border-bottom: 0px solid #c37b47;}
.user-open a:hover { opacity: 0.5;}*/
.user { color: #fff; font-size: 15px;}
.user a { color: #fff;}

.search { display: inline-block; vertical-align: top; cursor: pointer; font-size: 22px;color: #595959;}
.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: 'Cabin'; 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:32px; line-height: 100%;font-family: 'Noto Sans TC', sans-serif; }
.search-open a:hover {opacity: 0.6;}
.search-close { position: absolute; top:20px; right: 20px; color: #fff; font-size: 30px; cursor: pointer;}


.menu-list { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 20px; letter-spacing: 0.05rem;}
.menu-list > div { width: calc(33.33% - 26px); border-bottom: 0px solid #d4d4d4; margin: 0 13px; text-align: left;}
.menu-list-link > a { display: block; color: #333; font-size: 17px; font-weight: 700; line-height:34px; padding-left: 16px; position: relative; margin: 0px 0 10px 0;}
.menu-list-link > a:before { content: ""; position: absolute; left: 0; top:15px; background: #333; border-radius: 100%; width: 6px; height: 6px;}
.menu-list-link > a:hover { color: #c10000; }
.menu-list-link > a:hover:before { background: #c10000; }
.menu-list-link-2 { display: flex; flex-direction: row; flex-wrap: wrap; padding-left: 16px; padding-bottom: 20px;}
.menu-list-link-2 > a { display: block; color: #333; font-size: 16px; font-weight: 300; line-height:30px; padding-bottom: 4px; width: 50%;}
.menu-list-link-2 > a:hover { color: #c10000; }

.menu-list2 { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 20px; letter-spacing: 0.05rem; padding-top: 0px;}
.menu-list2 > a { width: 16.66%; padding: 0 6px; text-align: center; padding-bottom: 25px; display: block;}
.menu-list2 > a:hover .menu-list2-name { color: #c10000;}
.menu-list2-pto { padding-bottom: 59%; margin-bottom: 12px;}
.menu-list2-name { font-size: 16px;color: #333333; font-weight: 500;}


.header-top {transition: all 0.4s ease-out 0s;}
.header-scroll { height:70px;}
.header-scroll nav { padding-top: 22px;}
.header-scroll .logo { top:25px;}
.header-scroll .logo img { width:200px;}
.header-scroll .logo span { }
.header-scroll .logo img { }
.header-scroll .top-right-link { padding-top: 20px;}
.header-scroll .menuzord-menu { }
.header-scroll .menuzord-menu>li>a {  padding-bottom: 26px;}
.header-scroll .lang-open { }

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

@media only screen and (max-width: 1365px) {
	header { top:0; height: 60px; padding: 0 0%;}
	nav { width: 100%; padding-top:0px;}
	.logo { top:18px;}
	.logo img { width: 200px;}
	/*.logo a { display: inline-block;background: url(../images/logo.png) no-repeat; background-size: cover; width: 170px; height: 40px;}
	.logo img { display: none;}*/
	.top-right-link { top:0px; height: 60px; padding-right: 0px; padding-top: 15px; }
    .top-right-link > div { margin: 0 0 0 calc(13px + 1vw);}
	.top-right-link img { height: 16px;}
	.lang { font-size: 15px;}
	.lang-open { }
	.cart span { left: 12px;}
	/*.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 { height: 60px;}
    .header-scroll .logo img { width: 200px;}
    .header-scroll nav { padding-top:0px;}
	.header-scroll .logo { top:18px;}
	.header-scroll .top-right-link { padding-top: 15px;}
    
	
	.menu-list { padding: 15px 12px 20px 12px;}
	.menu-list-link > a { margin:0 0 3px 0; font-size: 16px;}
	
	.menu-list2 { padding: 40px 12px 20px 12px;}
	
}


@media only screen and (max-width: 980px) {
	.cart font { display: none;}
	
    .menu-list > div { width: calc(50% - 26px); }
	.menu-list2 > a { width: 33.33%; }
}

@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 570px) {
	.menu-list > div { width: calc(100% - 26px); }
	.menu-list2 > a { width: 50%; }
	.menu-list2-name { font-size: 15px;}
    
    
}
@media only screen and (max-width: 414px) {
	.logo { overflow: hidden; width: 75px; top:22px;}
	.header-scroll .logo { top:22px;}
	.logo img { min-width: 150px;}
}
@media only screen and (max-width: 320px) {

}