/* 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.2rem;}
a, a:visited { color: #333;}
a:hover, a:active, a:focus { color: #ff7440;}

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: #efe2d7; margin-bottom: 30px;}
.datatable th, .datatable td { border-width:0 1px 1px 0; border-style: solid; border-color: #d9d9d9;}
.datatable th {color:#fff;  background: #5f3c2f; 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; }

.bg-dark, .bg-dark:hover {color: #fff;}

.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; padding-left: 3%; padding-right: 3%;}
.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: 1000;  background: #fff; height: 160px; top: 0; border-bottom: 0px solid red;} 
.header-box { z-index: 2;}
.logo { position: absolute; z-index: 10001;top:48px; left: 50%; transform: translateX(-50%); width: 225px;transition: all 0.4s ease-out 0s; }
nav { position: relative; top:90px; left: 0;transition: all 0.4s ease-out 0s;}

.header-news { padding: 8px 5%; background: #362e2b; color: #fff; font-weight: 700; font-size: 14px; line-height: 1.1; text-align: center; letter-spacing: 0.05rem;white-space:nowrap; text-overflow : ellipsis; overflow:hidden;}
.header-news a { color: #fff !important;}
.header-news a:hover { opacity: 0.6;}

.top-right-link { position:absolute; z-index:10000; top:52px; right: 20px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;transition: all 0.4s ease-out 0s;}
.top-right-link > div { margin-left: 1vw; line-height: 1;}
.top-right-link img { width: 25px;}

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang { display:inline-block; cursor:pointer; position:relative; }
.lang i { color:#fff;}
.lang-open, .user-open { display:none; position:absolute; z-index:100000; right:0; top: 30px; background:#362e2b; padding: 0;  font-size:15px; color:#fff; text-align:left; width:90px;  overflow:hidden; line-height: 120%;}
.lang-open a, .user-open a { display:block; color:#fff; padding:7px 0 ; text-align: center; font-size: 15px; border-bottom: 0px solid #fff; letter-spacing: 0.05rem; font-weight: 300; }
.lang-open a:last-child, .user-open a:last-child  { border-bottom: 0px solid #c37b47;}
.lang-open a:hover, .user-open a:hover { background: #5f3c2f;}

.user-box { position: relative; display: inline-block; vertical-align: top;}
.user-open { display:none; position:absolute; z-index:100000; right:-20px; top: 30px; background:#362e2b; padding:0;  font-size:15px; color:#fff; text-align:left; width:150px;  overflow:hidden; line-height: 120%;}
.user-open a { display:block; color:#fff; padding:10px 10px; text-align: center; font-size: 16px; border-bottom: 1px solid #fff;}
.user-open a:last-child { border-bottom: 0px solid #fff;}
.user-open a:hover { opacity: 1;}
.user { color: #fff; font-size: 15px;}
.user a { color: #fff;}

.cart-box { position: relative; display: inline-block; width: 40px; height: 40px; border-radius: 100%; background: #fff; text-align: center; padding-top: 8px;}
.cart { position:relative; display: inline-block; vertical-align: top; font-size:15px; color:#fff; cursor: pointer; line-height: 1;}
.cart a { color: #fff; position: relative;}
.cart img { display: inline-block; position: relative; width: 25px; }
.cart span { position: absolute; display: block; width:22px; height: 22px; border-radius: 100%; background: #ea4200; line-height: 20px; text-align: center; font-size: 14px; color: #fff; top:50%; transform: translateY(-50%);right: -15px; font-weight: 500; letter-spacing: 0;}
.cart-open { display:none; position:absolute; z-index:99999; top:28px; 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; 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: #006039; color: #fff;}


.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 { display: none;}
.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;}

.judge-top {position: absolute; top: 0; left: 0; z-index: -10; opacity: 0;}
.header-top {transition: all 0.4s ease-out 0s;}
.header-scroll {  top:-32px; height: 130px;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);}
.header-scroll .logo { width: 142px;}
.header-scroll .logo img {}
.header-scroll nav {  top:60px;}
.header-scroll .top-right-link { }
.header-scroll .menuzord-menu>li>a { }

.judge-top + .header-top {height: 130px; top: 0!important;}
.judge-top + .header-scroll {height: 98px;}
.judge-top + .header-top + #content {padding-top: 130px;}
.judge-top + .header-top > .logo {top: 16px;}
.judge-top + .header-top > .top-right-link {top: 20px;}
.judge-top + .header-scroll > nav {top: 59px;}


@media only screen and (max-width: 1279px) {
	header { top:0; height: 80px; left: 0; padding-left: 0; padding-right: 0;}
	nav, .judge-top + .header-scroll > 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: 120px; top:36px; left: 2%; transform: translateX(0%);}
	.top-right-link { right: 52px; top:40px;}
	.top-right-link > div { margin-left: 20px;}
	.top-right-link img { width: 25px;}
	.cart span { transform: scale(0.85); top:-4px;}
	.cart-box { height: 30px; padding-top: 6px;}
	.cart img { width: 20px; }
	
	.lang-open, .user-open { top: 40px; }
    
    .judge-top + .header-top, .judge-top + .header-scroll {height: 50px;}
    .judge-top + .header-top > .logo {top: 9px;}
    .judge-top + .header-top > .top-right-link {top: 10px;}
    .judge-top + .header-top + #content {padding-top: 50px;}
	
.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 { top: 0;height: 80px; }
	.header-scroll .logo { width: 120px;}
	.header-scroll .logo img { }
    .header-scroll nav { top:12px;}
    .header-scroll .top-right-link {}
	
}


@media only screen and (max-width: 768px) {
	
	
}
@media only screen and (max-width: 640px) {
	
	
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 375px) {
	
	
}

@media only screen and (max-width: 320px) {

}
@media only screen and (max-width: 280px) {

	
}