@charset "utf-8";
/* CSS Document */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	border:0;
	font-size:100%;
	font-family:Noto Sans TC, Arial, 微軟正黑體, Microsoft JhengHei, 新細明體, sans-serif;
	vertical-align:baseline;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display:block;
	}
html{height:100%;}
body{line-height:1; height:100%; background-color:unset;}
ol, ul{list-style:inherit;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:''; content:none;}
table{border-collapse:collapse; border-spacing:0;}
sup{vertical-align:super;}

a{transition:all 0.5s ease 0s;}
a{color:#000000; font-size:16px; text-decoration:none;}
p{font-size:17px; color:#000000; line-height:1.8em;}
p a{color:#1c4c77; line-height:1.5em; text-decoration:none;}
p a:hover{color:#5eb1fd;}

a:hover{color:#ceaa6e;}

.img-cover{
    display:block;
    height:0;
    text-align:center;
    padding-bottom:75%;
    overflow:hidden;
    position:relative;
	}

.img-cover>img{
    max-width:100%;
    min-width:100%;
    height:100%!important;
    object-fit:cover;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50%, 0) scale(1);
    transition:all 0.3s;
	}

.flex-setting{display:flex; flex-wrap:wrap;}
.flex-direction{-ms-flex-direction:row-reverse; flex-direction:row-reverse;}
.ju-flex-end{justify-content:flex-end;}

.list-setting{padding-left:0; list-style:none;}

.moreBtnBox{margin-top:30px; display:flex; justify-content:center;}

.moreBtn{
	margin-right:15px;
    background-color:#948979;
    transition:all 0.4s ease;
    display:inline-block;
    position:relative;
	}

.moreBtn a, .moreBtn__inner{
    padding:7px 25px;
    display:flex;
    justify-content:center;
    align-items:center;
	}

.moreBtn i{
    font-size:12px;
    color:#62615c;
    padding:9px 12px;
    margin-right:7px;
    background-color:#fff;
    border-radius:999em;
    transition:all 0.4s ease;
	}

.moreBtn .moreArrow{
	width:30px;
	height:30px;
	background-image:url(../images/arrow_right-24.svg);
	background-size:cover;
	margin-left:10px;
	transition:all 0.5s ease 0s;
	}

.moreBtn a span{color:#fff;}

.moreBtn:hover{background-color:#62615c;}
.moreBtn:hover i{color:#62615c;}

.moreBtn:hover .moreBtn__inner span{color:#fff;}

.moreBtn:hover .moreArrow{margin-left:20px;}

.item-link{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:30;
	}

/*start*/
#wrapper{min-height:100%; position:relative; overflow:hidden;}

.index #wrapper::before{
	content:"";
	width:40%;
	height:100%;
	background-image:url(../images/cork-wallet.jpg);
	-webkit-transform:skew(-30deg, 0);
    -ms-transform:skew(-30deg, 0);
    transform:skew(-30deg, 0);
    opacity:0.65;
    position:absolute;
    top:0;
    right:-40%;
    z-index:-1;
	}

.index #wrapper::after{
	content:"";
	width:55%;
	height:100%;
	background-color:rgba(208,208,208,0.35);
	-webkit-transform:skew(30deg, 0);
    -ms-transform:skew(30deg, 0);
    transform:skew(30deg, 0);
    position:absolute;
    top:0;
    left:-40%;
    z-index:-1;
	}

.top-menu-bar{
    width:100%;
	background-color:#333;
    box-shadow:0px 0px 16px rgba(0, 0, 0, 0.2);
    transition:all 0.25s ease 0s;
    position:fixed;
    top:0;
    left:0;
    z-index:8888;
	}

.top-menu-row{
    width:95%;
    max-width:1280px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
	}

.top-menu-logo{max-width:150px; padding:10px 5px;}

.top-menu-logo a{display:block;}

.top-menu-logo img{width:100%;}

.top-menu-logo .logo-text{
	font-size:28px;
	font-weight:bold;
	word-break:keep-all;
	}

.top-menu-logo .logo-text-en{font-size:22px;}

.menu-block{
    display:flex;
    justify-content:flex-end;
    flex-wrap:wrap;
	}

.nav-navbar{
    width:100%;
    position:relative;
    padding-left:0;
    margin-bottom:0;
    display:flex;
    justify-content:flex-end;
    align-items:center;
	}

.nav-item{list-style:none;}

.nav-item-link{
	margin:0 10px;
    overflow:hidden;
    display:inline-block;
    position:relative;
    z-index:1;
	}

.nav-item-link::before,
.nav-item-link::after{
	content:"";
	background:#948979;
	position:absolute;
	right:0;
	bottom:0;
	transition:transform 0.5s ease;
	}

.nav-item-link::before{
	width:100%;
	height:2px;
	transform:translateX(-100%);
	}

.nav-item-link::after{
	width:2px;
	height:100%;
	transform:translateY(100%);
	}

.nav-item-link>span{
	font-size:15px;
    color:#fff;
    padding:10px;
    line-height:45px;
    letter-spacing:0.1em;
    overflow:hidden;
    position:relative;
	}

.nav-item-link>span::before,
.nav-item-link>span::after{
	content:"";
	background:#948979;
	position:absolute;
	left:0;
	top:-2px;
	transition:transform 0.5s ease;
	}

.nav-item-link>span::before{
	width:100%;
	height:2px;
	transform:translateX(100%);
	}

.nav-item-link>span::after{
	width:2px;
	height:105%;
	transform:translateY(-100%);
	}

.nav-navbar>.nav-item:hover .nav-item-link::before,
.nav-navbar>.nav-item:hover .nav-item-link::after,
.nav-navbar>.nav-item:hover .nav-item-link>span::before,
.nav-navbar>.nav-item:hover .nav-item-link>span::after{
	transform:translate(0, 0);
	}

.nav-navbar>.nav-item:hover .nav-item-link>span{
	color:#fff;
	background-color:rgba(98,97,92,0.85);
	}

.nav-navbar>.nav-item .down-arrow{border-top: 4px solid #000;}

.nav-lan-box{
	margin-left:15px;
	display:flex;
	align-items:center;
	position:relative;
	}

.nav-lan-box .nav-lan-btn{
	color:#333;
	cursor:pointer;
	font-size:16px;
	padding:5px 0;
	}

.nav-lan-btn i{margin-right:5px;}

.nav-lan-list{
	padding-left:0;
	list-style:none;
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-35px;
    -webkit-transform-origin:top;
    -ms-transform-origin:top;
    transform-origin:top;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    pointer-events:none;
    -webkit-transform:rotateX(90deg);
    transform:rotateX(90deg);
    opacity:0;
	}

.nav-lan-open .nav-lan-list{
	pointer-events:auto;
    -webkit-transform:rotateX(0deg);
    transform:rotateX(0deg);
    opacity:1;
    }

.nav-lan-list li{background-color:#00aeee;}

.nav-lan-list li a{
	display:inline-block;
    width:100%;
    height:35px;
    line-height:35px;
    padding:0 25px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    position:relative;
    font-size:13px;
    font-weight:300;
    color:#fff;
	}

.nav-lan-list li:not(:first-child) a::before{
    content:"";
    position:absolute;
    top:0;
    left:10px;
    width:calc(100% - 20px);
    height:1px;
    background-color:rgba(255, 255, 255, 0.3);
	}

.nav-lan-list li:hover{background-color:#0e5891;}
.member-box ul li a:hover{color:#0c7ea6;}
.nav-lan-box .nav-lan-btn:hover{color:#0883a4;}
.nav-navbar>.nav-item:hover>a{color:#4682b4;}
.nav-navbar>.nav-item:hover>a .down-arrow{border-top: 4px solid #ffff00;}

.top-menu-block{
	margin:auto;
    max-width:1480px;
    height:90px;
    padding:0 20px;
    position:relative;
    transition:all 0.25s ease 0s;
	}

.top-menu{
	position:absolute;
    right:0;
    bottom:0;
    letter-spacing:1px;
	}

.top-menu ul, .top-menu li{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	}

.top-menu-ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
	transition:all 0.25s ease 0s;
	}

.top-menu-ul>li{
	position:relative;
	padding:0 20px;
	margin:0 0 0 4px;
	align-items:center;
	transition:all 0.25s ease 0s!important;
	}

.top-menu-ul>li>a{
	padding:0px 0px 31px 0;
	display:inline-block;
	position:relative;
	color:#000;
	text-decoration:none;
	}

.top-menu-ul>li i.caret{
	margin-left:5px;
	transition:all 0.8s ease;
	}

.top-menu-ul>li>a:hover{
	color:#800000;
	text-decoration:none;
	}

.top-menu-ul>li:hover i.down-arrow{border-top:4px solid #800000;}

.top-menu-ul>li>a:before, .top-menu-ul>li>a:after{
	content:'';
	position:absolute;
	width:0%;
	height:2px;
	bottom:16px;
	background:#fff;
	}

.top-menu-ul>li>a:before {left:0;}

.top-menu-ul>li>a:after {
	right:0;
	background:#800000;
	transition:width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
	}

.top-menu-ul>li>a:hover:before{
	background:#800000;
	width:100%;
	transition:width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	}

.top-menu-ul>li>a:hover:after{
	background:transparent;
	width:100%;
	transition:0s;
	}

img{max-width:100%; height:auto!important;}

nav{position:relative;}

/*選單展開按鈕_start*/
.navTrigger{
	display:none;
	cursor:pointer;
	width:40px; 
	height:25px;
	margin:auto;
	position:fixed;
	right:15px;
	top:30px;
	z-index:99999;
	}

.navTrigger>i{
    background-color:#fff;
    border-radius:2px;
    content:'';
    display:block;
    width:100%;
	height:1px;
	}

.navTrigger>i:nth-child(1){
    -webkit-animation:outT 0.8s backwards;
    animation:outT 0.8s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
	}
.navTrigger>i:nth-child(2){
    margin: 7px 0;
    -webkit-animation:outM 0.8s backwards;
    animation:outM 0.8s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
	}
.navTrigger>i:nth-child(3){
    -webkit-animation:outBtm 0.8s backwards;
    animation:outBtm 0.8s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
	}

.navTrigger.active>i:nth-child(1){
	-webkit-animation:inT 0.8s forwards;
	animation:inT 0.8s forwards;
    }
.navTrigger.active>i:nth-child(2){
	-webkit-animation:inM 0.8s forwards;
	animation:inM 0.8s forwards;
	}
.navTrigger.active>i:nth-child(3){
	-webkit-animation:inBtm 0.8s forwards;
	animation:inBtm 0.8s forwards;
	}

@-webkit-keyframes inM{
50%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);}
}
@keyframes inM{
50%{transform:rotate(0deg);}
100%{transform:rotate(45deg);}
}

@-webkit-keyframes outM{
50%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);}
}
@keyframes outM{
50%{transform:rotate(0deg);}
100%{transform:rotate(45deg);}
}

@-webkit-keyframes inT{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(7.5px) rotate(0deg);}
100%{-webkit-transform: translateY(7.5px) rotate(135deg);}
}
@keyframes inT{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(7.5px) rotate(0deg);}
100%{transform: translateY(7.5px) rotate(135deg);}
}

@-webkit-keyframes outT{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(7.5px) rotate(0deg);}
100%{-webkit-transform: translateY(7.5px) rotate(135deg);}
}
@keyframes outT{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(7.5px) rotate(0deg);}
100%{transform: translateY(7.5px) rotate(135deg);}
}

@-webkit-keyframes inBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes inBtm{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(-9px) rotate(0deg);}
100%{transform: translateY(-9px) rotate(135deg);}
}

@-webkit-keyframes outBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes outBtm{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(-9px) rotate(0deg);}
100%{transform: translateY(-9px) rotate(135deg);}
}
/*選單展開按鈕_end*/

/*drop-menu_start*/
.nav-item.has-drop{position:relative;}

.drop-menu-box{
	display:none;
	background-color:#f1f2f4;
	border-radius:5px;
	box-shadow:0px 0px 16px rgb(0 0 0 / 20%);
	position:absolute;
	left:0;
}

ul.drop-menu{padding-left:0;}

ul.drop-menu li a{
	display:block;
	font-size:14px;
	padding:10px 20px;
	line-height:1.3em;
	border-bottom:1px solid rgba(204,204,204,0.35);
	word-break:keep-all;
	white-space:nowrap;
	}

ul.drop-menu-en li a{width:250px;}

.nav-navbar li.has-drop:hover .drop-menu-box{display:block;}
.nav-navbar>.nav-item.has-drop .drop-menu a:hover{color:#fff;}
ul.drop-menu li a:hover{background-color:#00aeee;}
.nav-navbar>.nav-item.has-drop .drop-menu-drop:hover{background-color:#00aeee;}
.nav-navbar>.nav-item.has-drop .drop-menu-drop:hover>a{color:#fff;}
.nav-navbar>.nav-item.has-drop .drop-menu-drop:hover>i{border-left: 3px solid #fff;}

/*drop-menu_end*/
.drop-menu-drop{
	position: relative;
}
.drop-menu-drop ul{
	display: none;
	float: left;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding: 0;
	background-color:#f1f2f4;
	border-radius:5px;
	box-shadow:4px 4px 16px rgb(0 0 0 / 20%);
}
.drop-menu-drop:hover>ul {
    display: block;
}

.drop-menu-drop2{
	position: relative;
}
.drop-menu-drop2 ul{
	display: none;
	float: left;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding: 0;
	background-color:#f1f2f4;
	border-radius:5px;
	box-shadow:4px 4px 16px rgb(0 0 0 / 20%);
}
.drop-menu-drop2:hover>ul {
	display: block;
}


.arrow-right {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
    display: inline-block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #686868;
    width: 1px;
    height: 1px;
} 
/*mega-menu_start*/
.mega-menu{
	position:absolute;
	left:-999999px;
	right:auto;
	z-index:10;
	-webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    background:#fff;
    -webkit-box-shadow:1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow:1px 1px 15px rgb(0 0 0 / 15%);
    opacity:0;
	}

.mega-menu:after{
	visibility:hidden;
    display:block;
    content:"";
    clear:both;
    height:0;
	}

.nav-navbar>li.has-drop:hover .mega-menu{
	opacity:1;
	position:fixed;
	}

.nav-navbar>li.has-drop:hover .mega-menu#megamenu01{left:61%;}
.nav-navbar>li.has-drop:hover .mega-menu#megamenu02{left:72%;}

.en-menu .top-menu-ul>li.has-drop:hover .mega-menu#megamenu01{left:57%;}

.mega-menu-inner{padding:10px 10px 20px; display:flex;}

.mega-menu-sub-box{width:280px;}

.mega-menu-inner h3{
	font-size:18px;
	font-weight:bolder;
	margin-bottom:3px;
	padding:10px 0 10px 10px;
	transition:all 0.5s ease;
	}

.mega-menu-inner h3 a{display:block; color:#000;}

.mega-menu-inner h3:hover a, .mega-menu-inner h3:focus a{color:#01a5f8;}

.mega-menu-submenu li{
	padding:12px 0;
	margin:0 10px;
	border-bottom:1px #f1f2f4 solid;
	}

.mega-menu-submenu li a{
	display:block;
	position:relative;
	padding-left:15px;
	}

.mega-menu-submenu li a::before{
    width:0;
    height:0;
    border-style:solid;
    border-width:4px 0 4px 8px;
    border-color:transparent transparent transparent #686868;
    content:"";
    position:absolute;
    top:3px;
    left:0;
    transform-style:preserve-3d;
    transition:all 0.5s ease;
}

.mega-menu-submenu>li>a{color:#686868;}
.mega-menu-submenu>li:hover>a{color:#800000;}

.mega-menu-submenu li:hover a::before{
	transform:rotateX(360deg);
	border-color:transparent transparent transparent #800000;
	}

/*mega-menu_end*/

.drop-down-menu {display:block;}

.drop-down-menu>ul>li{
	border:1px #5d3e28 solid;
	padding:0 5px;
}
.drop-down-menu a{
	font-size:12px;
    color:#000;
    line-height:1.5em;
}
.drop-down-menu li{
    display:inline-block;
    position:relative;
}
.drop-down-menu>ul>li>ul>li{
	width:100%;
    background:#696969;
    padding:5px 10px;
    box-sizing:border-box;
}
.drop-down-menu>ul>li>ul>li:hover{background:#296bb9;}

.drop-down-menu>ul>li>ul>li a{color:#ffffff;}

.drop-down-menu>ul{
	position:absolute;
    z-index:99;
    right:5px;
    top:25px;
    padding-left:0;
}
.drop-down-menu>ul>li>ul{
	position:absolute;
    z-index:99;
    right:0;
    top:19px;
    padding-left:0;
}
.drop-down-menu ul li ul{display:none;}

.drop-down-menu ul li:hover>ul{display:block;}

.member{
	background-color:#5d3e28;
	height:30px;
	display:block;
	color:#ffffff;
	padding:0 5%;
	}

.member ul{padding:0px; margin:0px; padding-right:200px;}
.member li{
    float:right;
    background-position:right;
    background-repeat:no-repeat;
    padding:7px 10px;
	}

.member a{color:#ffffff; font-size:14px;}

.member a:visited{color:#ffffff;}

.member ul li:hover {
    background-color: #333333;
    text-decoration: none;
    background-image: none;
    }

.language-box{
	position:absolute;
	top:10px;
	right:45px;
	}

.language-box ul{
	padding-left:0;
	color:#000;
	font-size:12px;
	}

.language-box ul a li{
	display:inline;
	color:#000;
	font-size:14px;
	padding:0 7px;
	transition:all 0.25s ease 0s!important;
	}

.language-box ul a:hover li{color:#f06662;}

/*小螢幕尺寸選單_start*/
#mobile{display:none;}

.mobileMenuArea{
	width:calc(100% - 75px);
	height:100vh;
	padding:30px 0;
	background-image:url(../images/mobile-menu-bg.jpg);
	background-size:cover;
	background-position:center;
	position:fixed;
	top:0;
	z-index:9980;
	}

.mobile-menu, .mobile-submenu, .mobile-thirdmenu{
	width:100%;	
	padding-left:0;
	list-style:none;
	}

.mobile-menu-item>a{
	font-size:20px;
	font-weight:lighter;
	color:#ffffff;
	letter-spacing:2px;
	display:block;
	padding:20px 15px;
	position:relative;
	}

.mobile-menu-item{
    width:100%;
    color:#ffffff;
    font-size:16px;
    letter-spacing:2px;
	border-bottom:1px solid rgba(214,207,180,0.25);
	position:relative;
	}

.mobile-menu-item.has-drop::before{
    content:"";
    width:30px;
    height:1px;
    background-color:rgba(255,255,255,0.75);
    position:absolute;
    top:29px;
    right:10px;
	}

.mobile-menu-item.has-drop::after{
    content:"";
    width:1px;
    height:30px;
    background-color:rgba(255,255,255,0.75);
    transition:all 0.5s;
    position:absolute;
    top:15px;
    right:25px;
	}

.mobile-menu-item.has-drop.second-menu-open::after{transform:rotate(90deg);}

.mobile-menu-item:last-child{border-bottom:none;}

.mobile-menu-item>a::after{
	content:"";
	width:100%;
	height:100%;
	background-image:linear-gradient(to right, rgba(214,207,180,0.75), transparent 95%);
	transition:all 0.5s;
	position:absolute;
	top:0;
	left:-100%;
    z-index:-1;
	}

.mobile-menu-item a i{margin-left:auto;}

.mobile-submenu,.mobile-submenus,.mobile-submenus2{
	max-height:190px;
	overflow-y:scroll;
	padding-left:20px;
	flex-wrap:wrap;
	display:none;
	}

.second-menu-open .mobile-submenu{display:flex;}
.third-menu-open .mobile-submenus{display:flex;}
.three-menu-open .mobile-submenus2{display:flex;}

.mobile-submenu>li,.mobile-submenus>li,.mobile-submenus2>li{
	width:100%;
	margin-right:12px;
	margin-bottom:12px;
	}

.mobile-submenu>li>.mobile-submenu-item__inner,.mobile-submenus>li>.mobile-submenu-item__inner,.mobile-submenus2>li>.mobile-submenu-item__inner{
	border:1px solid rgba(255,255,255,0.3);
    transition:all 0.2s ease-in-out;
	}

.mobile-submenu>li>.mobile-submenu-item__inner>a,.mobile-submenus>li>.mobile-submenu-item__inner>a,.mobile-submenus2>li>.mobile-submenu-item__inner>a{
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	padding:5px 12px;
	line-height:1.5em;
	display:block;
	}

.mobile-thirdmenu{display:none;}
.third-menu-open .mobile-thirdmenu{display:block;}

.mobile-lan{padding:25px 0 25px 10px; display:flex;}
.mobile-lan li{margin-right:10px;}

.mobileLanItem__inner{
	border-radius:999em;
	border:1px solid rgba(255,255,255,0.3);
    transition:all 0.2s ease-in-out;
    }

.mobile-lan li a{
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	padding:10px 20px;
	display:block;
	}

.mobile-menu-item:hover>a{color:#000; font-weight:300;}

.mobile-menu-item:hover>a::after{left:0;}

.mobile-submenu>li:hover>.mobile-submenu-item__inner,
.mobile-lan li:hover .mobileLanItem__inner{
	border:1px solid #00aeee;
	background-color:#00aeee;
	}

.mobile-submenu>li:hover>.mobile-submenu-item__inner>a,
.mobile-lan li:hover .mobileLanItem__inner a{color:#fff;}

/*小螢幕尺寸選單_end*/

.header-menu-bottom{
	border-bottom:3px solid #c7aa86;
	background-image:url(/images/retina_wood.png);
	height:50px;
	}

.top-menu-bottom{text-align:center; padding-left:0; display:none;}

.top-menu-bottom li{margin:30px 40px; display:inline-block;}

.top-menu-bottom li a{font-size:18px; font-weight:bold;}

.overlay{
    position:fixed;
    z-index:90;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#1c1d21;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.5s, visibility 0.5s;
	}

.nav-open .overlay{opacity:0.85; visibility:visible;}

#navlist{
	background-color:#ccc;
	line-height:3.5em;
	min-height:2em;
	position:inherit;
    width:100%;
    padding:0;
    border-bottom:3px solid #c7aa86;
    background-image:url(/images/retina_wood.png);
}

#navlist a{transition:all 0.2s ease;}

#navlist a:hover{ color:#7d7d7d;}

#navlist_mobile{
	display:none;
	background-color:#c7aa86;
}
#navlist_mobile >ul{
	box-sizing: border-box;
	padding-left:30px;
}
#navlist_mobile >ul li{
	background:url(images/icon_mobile.png) no-repeat left;
	border-bottom:1px #210000 dashed;
	height:55px;
	box-sizing:border-box;
	padding:20px 0 0 30px;
}
#navlist_mobile >ul li a{color:#5d3e28;}

#contentBox{
	position:relative;
	overflow:inherit;
	animation:fadeIn 0.5s ease-in-out 1;
}

#contentBox_index{
	position:relative;
	overflow:inherit;
	animation:fadeIn 0.5s ease-in-out 1;
	padding-top:30px;
}

@keyframes fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
#navlist ul{text-align:center;}

#navlist > ul > li{
  	background:url(images/icon.png) no-repeat left;
 	padding:0 0 0 20px;
 	display:inline-block;
 	position:relative;
}
#navlist>ul>li >ul{
    background:#cccccc;
    position:absolute;
    z-index:99;
    left:0;
    top:55px;
    min-width:100%;
    padding:0 5px;
    line-height:40px;
}
#navlist>ul>li > ul li{border-bottom:1px #fff solid;}

#navlist>ul>li > ul a:hover{color:#ffffff;}

/* footer_start */
footer{
    background-image:url(../images/foot-background.jpg);
    background-size:cover;
    background-position:center left;
	padding:30px 0;
	position:relative;
	overflow:hidden;
	}

footer a{
	color:#fff;
	transition:all 0.4s ease;
	line-height:1.5em;
	}

footer a:hover{color:#ceaa6e;}

.foot-block{
	width:100%;
	max-width:1200px;
	margin:0 auto 30px;
	position:relative;
    z-index:5;
    justify-content:space-between;
    flex-wrap:wrap;
	}

.foot-box{text-align:left; position:relative;}

.foot-box-linklogo{width:100%; text-align:center;}

.foot-box-logo{width:35%;}
.foot-box-infoBlock{width:65%;}

.foot-box-inner{margin:10px 15px;}

#footlogo{width:100%; max-width:220px;}
#footlogo a{display:block;}
#footlogo img{width:100%;}

.foot-box h3{
    font-size:20px;
    color:#fff;
    margin-top:15px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(255,255,255,0.2);
	}

.foot-box p, .foot-box a, .foot-box li{
	font-size:16px;
	color:#fff;
	}

.footlogo-lan a{display:block;}

.foot-des{max-width:600px; padding:5px 10px 5px 5px;}

.infolist, .taglist{padding-left:0; list-style:none;}

.infolist{display:flex; flex-wrap:wrap;}

.infolist li{
	margin-right:15px;
	margin-bottom:15px;
	display:flex;
	flex-wrap:wrap;
	}

.infoItemTitleBox{
	padding:3px 15px 5px;
	margin-right:10px;
	border-radius:999em;
    background-color:#b6b09f;
	display:flex;
	align-items:center;
	}

.infoItemTitleBox span{color:#000;}

.infolist li i{
	font-size:12px;
	color:#000;
	margin-top:2px;
	margin-left:7px;
	}

.infolist li:hover .infoItemTitleBox{background-color:#948979;}
.infolist li:hover .infoItemTitleBox span{color:#fff;}
.infolist li:hover i{color:#fff;}

.taglist li{
    display:inline-block;
    line-height:30px;
    margin-right:20px;
	}

.taglist li a{
	color:#fff;
	line-height:1em;
	padding:5px 5px 5px 28px;
    position:relative;
	}

.taglist li a::before{
	content:"";
    width:20px;
    height:20px;
    background-image:url(../images/icon_arrow.png);
    background-size: cover;
    transition:all 0.5s ease;
    position:absolute;
    top:8px;
    left:3px;
	}

.taglist li a:hover{color:#ceaa6e;}

.linkicon-list{padding-left:0;}

.linkicon-list li{
	display:inline-block;
	margin:10px 15px 0 0;
	}

.protection{
	width:100%;
	max-width:200px;
	margin:20px auto;
	text-align:center;
	color:#fff;
    font-size:14px;
    box-sizing:border-box;
	}

.protection a{color:#9b9b9b;}

.ccin{
	width:100%;
    max-width:400px;
    margin:0 auto;
    text-align:center;
    color:#686868;
    font-size:14px;
    box-sizing:border-box;
	}

.ccin a{color:#9b9b9b; font-size:14px;}
.ccin li{font-size:12px;}
.ccin img{vertical-align:middle; padding:0;}

/* 側邊快捷按鈕 setting */
.sub-side-nav{
	position:fixed;
	top:50%;
	right:0;
	margin-top:-93px;
	z-index:100;
	}

.sideNavList{padding-left:0; list-style:none;}

.sideNavList li{margin-bottom:1px;}
.sideNavList li:last-child{margin-bottom:0;}

.sideNavList li a{
	padding:15px 15px;
	background-color:#948979;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
	}

.sideNavList li:nth-child(even) a{background-color:#b6b09f;}

.sideNavList li i, .sideNavList li span{color:#fff;}

.sideNavList li span{
	font-size:14px;
	writing-mode:vertical-rl;
	text-orientation:mixed;
	display:none;
	}

.sideNavList li.side-tel a:hover{background-color:#483212;}
.sideNavList li.side-line a:hover{background-color:#03c302;}
.sideNavList li.side-fb a:hover{background-color:#23599b;}
.sideNavList li.side-ig a:hover{background-color:#d92f73;}

.goTop{
	width:120px;
	height:60px;
	position:fixed;
	bottom:50px;
	-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow:0 3px 6px #00000029;
	z-index:999;
	}

.btn-rotate{
    -webkit-transform:translate3d(0, 0, 0) rotate(90deg);
    transform:translate3d(0, 0, 0) rotate(90deg);
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    -webkit-transition-duration:1s;
    transition-duration:1s;
    -webkit-transition-delay:2s;
    transition-delay:2s;
    -webkit-transition-timing-function:cubic-bezier(0.6, 0, 0.3, 1);
    transition-timing-function:cubic-bezier(0.6, 0, 0.3, 1);
	}

.btn-rotate:before{
    display:block;
    width:100%;
    height:100%;
    content:'';
    position:absolute;
    top:0;
    left:0;
    background-image:linear-gradient(to right,#b3b3b4 0%,#58534f 100%);
    border-radius:5px;
    z-index:-1;
	}

.goTopArrow{
	position:relative;
    display:inline-block;
    width:20px;
    height:100%;
    top:0;
    vertical-align:top;
    }

.goTop>span{
    font-size:16px;
    font-weight:bold;
    color:#fff;
    line-height:60px;
    position:relative;
    display:inline-block;
    vertical-align:top;
    z-index:10;
	}

.goTopArrow, .goTop>span{
    -webkit-transform:translateX(35px);
    transform:translateX(35px);
    -webkit-transition:-webkit-transform 0.4s;
    transition:-webkit-transform 0.4s;
    transition:transform 0.4s;
    transition:transform 0.4s, -webkit-transform 0.4s;
    }

.goTopArrow::before,
.goTopArrow::after,
.goTopArrow span{
	display:block;
    width:6px;
    height:100%;
    content:'';
    position:absolute;
    background:50% 50% no-repeat;
    background-size:contain;
	background-image:url(../images/arr_white_back.png);
    z-index:10;
    -webkit-animation-name:opacityFade;
    animation-name:opacityFade;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
	}

.goTopArrow span{
    left:10px;
    -webkit-animation-delay:0.2s;
    animation-delay:0.2s;
	}

.goTopArrow::before{left:0;}

.goTopArrow::after{
	left:5px;
    -webkit-animation-delay:0.1s;
    animation-delay:0.1s;
	}

.goTop:hover .goTopArrow, .goTop:hover>span{
    -webkit-transform:translateX(20px);
    transform:translateX(20px);
    }

@keyframes opacityFade{
	0%{opacity:1;}
	50%{opacity:0.2;}
	100%{opacity:1;}
	}
/* footer_end */

/* 首頁輪播區_start */
.indexBannerSection{padding-top:75px;}

#banner-L{display:block;}
#banner-S{display:none;}

.swiper-slide img{width:100%;}

.filmBannerBlock{position:relative;}

.filmBannerBox{
    width:300%;
    height:100%;
    padding-bottom:56.25%;
    padding-top:25px;
    pointer-events:none;
	position:relative;
    left:-100%;
	}

.filmBannerBox iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	}

.banner__scroll{
    position:absolute;
    bottom:20px;
    left:-65px;
    color:#eee;
    width:110px;
    border-top:1px dashed;
    letter-spacing:0.1em;
    font-size:18px;
    padding-top:5px;
    transform-origin:right bottom;
    transform:rotate(90deg) translateY(100%);
    z-index:2;
	}

.banner__scroll::after{
    position:absolute;
    bottom:100%;
    left:0;
    content:"";
    width:10px;
    height:1px;
    background-color:#eee;
    animation:scroll_bar 2s infinite alternate-reverse ease-in-out;
	}

@keyframes scroll_bar{to{width:100%}}
/* 首頁輪播區_end */

/* 首頁欄位設定_start */
.indexSection{padding:60px 0; position:relative;}

.indexBlockTitle{
	max-width:600px;
    margin:0 auto 30px;
    text-align:center;
    position:relative;
	}

.indexBlockTitle h3{
	font-size:52px;
    font-family:"Outfit", sans-serif;
    font-weight:100;
    color:#948979;
    display:flex;
    align-items:center;
    position:relative;
	}

.indexBlockTitle h3::before, .indexBlockTitle h3::after{
    content:"";
    height:4px;
    flex-grow:1;
    background-color:#f2f2f2;
    border-top:1px solid #dddddd;
	}

.indexBlockTitle h3::before{margin-right:1rem;}
.indexBlockTitle h3::after{margin-left:1rem;}

.indexBlockTitle-leftAligned{
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,0.35);
	}

.leftAlignedTitle-en{
	font-size:52px;
	font-family:"Outfit", sans-serif;
	font-weight:100;
	color:#948979;
	}

.leftAlignedTitle-tw{
	font-size:24px;
	font-weight:bold;
	color:#62615c;
	}

.indexBlockTxtContent p{
    display:-webkit-box;
    width:100%;
    height:5.1em;
    line-height:1.7em;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    color:#000;
    margin:0;
	}

/* 首頁欄位設定_end */

/* 首頁熱門產品_start */
.indexRecomSlideBlock{
	width:90%;
	max-width:1280px;
	margin:0 auto;
	overflow:hidden;
	}

.swiper{width:100%;}

.indexRecomSlideBlock .swiper-slide{
	width:18.75rem;
	height:25rem;
	display:flex;
	flex-direction:column;
	justify-content:end;
	align-items:self-start;
	position:relative;
	}

.indexRecomSlideBlock .swiper-slide .box-inner{
	display:none;
	width:100%;
	opacity:0;
	padding:0 50px 50px;
	}

.indexRecomSlideBlock .swiper-slide-active .box-inner{display:block; opacity:1;}

.recomSlideTitle-en{
	font-family:"Outfit", sans-serif;
    font-weight:100;
	font-size:22px;
	color:#fff;
	letter-spacing:2px;
	line-height:1em;
	margin-bottom:5px;
	}

.recomSlideTitle-tw{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	line-height:1em;
	margin-bottom:15px;
	}

.indexRecomSlideBlock .swiper-slide p{
	display:-webkit-box;
    width:100%;
    height:3em;
    line-height:1.5em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    color:#dadada;
    margin:0;
	}

.sildeNavigationBtnBox{
	width:100%;
	max-width:350px;
	height:30px;
	margin:20px auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	}

.sildeNavigationBtnBox .swiper-button-prev,
.sildeNavigationBtnBox .swiper-button-next{
	width:auto;
	height:auto;
	margin-top:0;
	color:#948979;
	gap:10px;
	position:relative;
    top:unset;
    right:unset;
    left:unset;
	}

.sildeNavigationBtnBox .swiper-button-prev .swiperArrow,
.sildeNavigationBtnBox .swiper-button-next .swiperArrow{
	width:30px;
	height:30px;
    background-size:cover;
	}

.sildeNavigationBtnBox .swiper-button-prev .swiperArrow{background-image:url(../images/arrow_right_dark-L.svg);}
.sildeNavigationBtnBox .swiper-button-next .swiperArrow{background-image:url(../images/arrow_right_dark-R.svg);}

.sildeNavigationBtnBox .swiper-button-prev::after,
.sildeNavigationBtnBox .swiper-button-next::after{
	content:"";
	}

.recomMoreBtnBox{margin:20px auto 60px;}

.recomMoreBtnBox .moreBtn a{padding:15px 25px;}

/* 首頁熱門產品_end */

/* 首頁關於我們_start */
.indexAboutSection{padding:0 0 180px;}

.indexAboutBlock{
	width:100%;
    max-width:1280px;
    margin:20px auto 0;
    position:relative;
	}

.indexAbout-sliderBox{
	width:60%;
	position:absolute;
	right:0;
	z-index:1;
	}

.indexAbout-infoBox{
	width:45%;
	height:400px;
	padding:40px;
	background-image:url(../images/texture_stone_01.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow:0 2rem 3rem 0 rgba(0, 0, 0, 0.3);
	position:relative;
	top:-60px;
	z-index:2;
	}

.indexAbout-infoBox .moreBtnBox{justify-content:flex-start;}

/* 首頁關於我們_end */

/* 首頁最新消息_start */
.indexNewsSection{background-image:url(../images/index-section-news-bg.jpg);}

.indexNewsBlock-row{
	width:95%;
	max-width:1080px;
	margin:0 auto;
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	}

.indexNewsMainCover{flex-basis:450px; margin-left:20px;}

.indexNewsListBlock{
	flex:1;
	padding:20px 30px 30px;
	background-color:#fff;
	box-shadow:0 1rem 2rem 0 rgba(0, 0, 0, 0.15);
	}

.indexNewsMainCover .img-cover{padding-bottom:150%;}

.newsList{min-height:300px; padding-left:0; list-style:none;}

.newsList li{
	background-color:#fff;
	border-bottom:1px solid rgba(134,134,134,0.6);
	}

.newsList li:last-child{border-bottom:none;}

.news-link{
	color:#700414;
	padding:20px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	}

.newsContainer{flex:1; padding-right:15px;}
.newsBtn{flex-basis:66px;}

.newsDate{
	font-size:16px;
	font-family:"Outfit", sans-serif;
    font-weight:300;
	font-style:italic;
	color:#948979;
	margin-bottom:7px;
	}

.newsTitle{
	font-size:20px;
	font-weight:bold;
	color:#948979;
	line-height:1.5em;
	}

.newsNarrative{display:none;}

.newsNarrative p{
	display:-webkit-box;
    width:100%;
    height:3.6em;
    line-height:1.8em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    margin:0;
    }

.newsBtn{
	padding:3px;
	position:relative;
	-webkit-transition:-webkit-transform .2s;
    transition:-webkit-transform .2s;
    transition:transform .2s;
    transition:transform .2s, -webkit-transform .2s;
	}

.newsBtn::before{
	content:"\f105";
	font-size:24px;
	font-family:'Font Awesome 6 Free';
    font-weight:900;
    color:#62615c;
    position:absolute;
    top:21px;
    left:27px;
	}

.newsBtn svg{
	-webkit-animation-name:spin;
    animation-name:spin;
    -webkit-animation-duration:10s;
    animation-duration:10s;
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
	}

.newsList li:hover{background-image:linear-gradient(to right, #ddd, #ddd, #fff);}
.newsList li:hover{box-shadow:0px 3px 10px rgb(0 0 0 / 20%);}
.newsList li:hover .newsTitle{color:#62615c;}
.news-link:hover .newsBtn{
	-webkit-transform:scale(1.1);
    transform:scale(1.1);
	}

.news-link:hover .newsBtn svg{
	-webkit-animation-duration:2s;
    animation-duration:2s;
	}

.news-link:hover .newsBtn svg path{stroke:#948979!important;}

.news-box-cover img{
	z-index:-1;
	transition:all 0.3s ease-out 0s;
    -moz-transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    -o-transition:all 0.3s ease-out 0s;
    -ms-transition:all 0.3s ease-out 0s;
	}

.news-box-cover:hover img{
	transform: scale(1.2) rotateZ(-5deg);
    -moz-transform: scale(1.2) rotateZ(-5deg);
    -webkit-transform: scale(1.2) rotateZ(-5deg);
    -o-transform: scale(1.2) rotateZ(-5deg);
    -ms-transform: scale(1.2) rotateZ(-5deg);
	}

.news-infobox{
	position:relative;
	height:220px;
	transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
	background:#ccc;
	transition:all 0.3s ease-out 0s;
    -moz-transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    -o-transition:all 0.3s ease-out 0s;
    -ms-transition:all 0.3s ease-out 0s;
	}

.box-inner:hover .news-infobox{
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

.index-news-box{
	background-color:rgba(255, 255, 255, 0.9);
	box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition:box-shadow 0.3s;
	}

.index-news-box:hover{
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	}

.index-news-box h4{
	width:85%;
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #f1f2f4;
	display:-webkit-box;
    height:2.5em;
    line-height:1.7em;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
	}

.news-date{
	width:80%;
	margin:0 auto;
	padding-top:10px;
	font-size:16px;
	font-style:italic;
	font-weight:lighter;
	color:#686868;
	}

.index-news-box p{
	display:-webkit-box;
    width:80%;
    height:3.3em;
    line-height:1.7em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#54595f;
    font-size:16px;
    font-weight:400;
    padding:5px 0 0;
    margin:0 auto 15px;
	}

.button-more{
	font-size:14px;
    font-weight:500;
    padding:15px 20px;
    background-color:#a22739;
    max-width:120px;
    margin:30px auto 10px;
    text-align:center;
    -webkit-transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	}

.button-more:hover{background-color:#6e1500;}

.button-more span{color:#ffffff;}

.product-button-more{
    font-size:14px;
    font-weight:500;
    padding:15px 20px;
    background-color:#1c4c77;
    max-width:120px;
    margin:20px auto 10px;
    text-align:center;
    -webkit-transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.product-button-more:hover{background-color:#102235;}

.product-button-more span{color:#ffffff;}

@keyframes spin{
	0%{-webkit-transform:rotate(0deg); transform:rotate(0deg);}
	100%{-webkit-transform:rotate(360deg); transform:rotate(360deg);}
	}

/* 首頁產品_end */

/* 內頁編輯區_start */
.main-area{
	width:100%;
	height:100%;
	position:relative;
	}

.without-page-header{padding-top:120px;}

.bg-corner{position:fixed; z-index:-1;}

.top_left{
	top:-2px;
	left:0;
	width:800px;
	height:645px;
	background:url(../images/bg-corner-top_left.png) no-repeat;
	}

.bottom_right{
	right:0;
	bottom:-2px;
	width:840px;
	height:576px;
	background:url(../images/bg-corner-bottom_right.png) no-repeat;
	}

.content-area{
	width:100%;
	min-height:600px;
	max-width:1480px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:120px;
	}

.has-page-title-area{padding-top:30px;}

.bread-block{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	padding:20px 0;
	}

.bread-block ol{
    line-height:1.5em;
    padding-left:0;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
	}

.bread-block ol li a{position:relative;}

.bread-block ol li a::after{
    content: "/";
    padding-right:7px;
    padding-left:5px;
    color:#ccc;
	}

.bread-block ol li i{margin-right:7px;}

.bread-block a span, .bread-block span{
    font-size:14px;
    font-weight:600;
    color:#555555;
    transition:all 0.4s ease;
    text-transform:uppercase;
	}

.bread-block ol li:hover a span{color:#948979;}

.content-inner{padding:10px; text-align:center; position:relative;}

.page-title{
	width:100%;
	max-width:800px;
	margin:0 auto 50px;
	position:relative;
	}

.page-title h3{
	font-size:28px;
	font-weight:600;
	text-align:center;
	line-height:1.5em;
	padding-bottom:10px;
	border-bottom:1px solid #dcdcdc;
	}

.page-title h4{padding-bottom:10px;}

.edit-block{
	max-width:1000px;
	margin:30px auto 0;
	position:relative;
	text-align:left;
	}

.edit-block p{
	font-size:18px;
	line-height:1.7em;
	}

.edit-block table{
	margin:10px auto 30px;
    border:1px solid #585858;
    text-align:center!important;
	}

td, th{
    padding:15px 7px;
    border:1px solid #585858;
	}

.privacy-block h5 {
    font-size:22px;
    font-weight:bold;
    color:#700414;
    line-height:1.5em;
    padding-bottom:10px;
	}

.privacy-block ul{
    list-style:none;
    padding-left:0;
	}

.privacy-block ul li{
    font-size:17px;
    line-height:1.8em;
    position:relative;
    padding-left:20px;
    list-style:none;
	}

.privacy-block ul li::before{
    content:'';
    position:absolute;
    top:11px;
    left:5px;
    height:5px;
    width:5px;
    border-radius:50%;
    background:#700414;
	}

.edit-infobox{
	width:100%;
	max-width:800px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}

.edit-infobox h4{
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	}

.product-table{
	width:100%;
	margin:10px auto 30px;
	border:1px solid #585858;
	text-align:center!important;
	background-color:#fff;
	}

.product-table td, .product-table th{
    font-size:18px;
    line-height:1.5em;
    padding:15px 7px;
    border:1px solid #585858;
	}

.product-table tr th{
	font-size:17px;
	font-weight:bold;
	background-color:#ccc;
	}

.product-table tr:nth-child(even){
    background-color:#f5fdfd;
	}

.th-head-ss th, .th-head-ss sup{color:#fff; font-weight:400;}

.about-sprit-pic{
	width:40%;
	display:inline-block;
	vertical-align:top;
	}

.about-sprit-pic img{width:100%;}

.about-text-box{
	width:40%;
	display:inline-block;
	vertical-align:top;
	padding:10px 30px 0;
	text-align:left;
	}

.about-text-box p span{font-size:24px; font-weight:bold;}

.reqBlock{display:flex; flex-wrap:wrap;}
.req-L, req-R{width:50%;}

/*page-btn_start*/
.numpage-btn{width:100%; text-align:center; margin:0 auto 50px;}

.numpage-btn .pagination{margin:20px 0; display:inline-flex;}

.numpage-btn .pagination li{
	margin:5px 10px;
	list-style:none!important;
	}

.numpage-btn .pagination li.active{
    background-color:#948979;
    color:#fff;
	}

.pagination>li>a, .pagination>li>span{
    position:relative;
    float:left;
    padding:6px 12px;
    margin-left:-1px;
    line-height:1.42857143;
    color:#787878;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd;
	}

.pagination>.active>a{
	color:#fff;
	background-color:unset!important;
    border-color:unset!important;
	}

.pagination>li>a:hover,
.pagination>li>a:active,
.pagination>li>a:focus{
	background-color:#62615c!important;
	color:#fff;
	}

.pagination>li>a:hover i,
.pagination>li>a:active i
.pagination>li>a:focus i{
	color:#fff!important;
	}
/*page-btn_end*/

/*404_start*/
.error404{text-align:center;}

.error404 img{margin-bottom:60px;}

.error404 h1{font-size:50px; font-weight:bold; text-transform:uppercase;}
/*404_end*/

/*內頁編輯區_end*/

/*下方選單_start*/
.menu-bottom-block{
	width:95%;
	max-width:1200px;
	margin:50px auto 0;
	padding:50px 0;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    position:relative;
	}

.menu-bottom-block::after{
	content:"";
	width:100%;
	height:4px;
	background-color:#f2f2f2;
    border-top:1px solid #dddddd;
    position:absolute;
    top:0;
	}

.menu-bottom-box{
	width:23%;
	height:200px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	position:relative;
	}

.menu-bottom-box a{
	display:block;
	height:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
	}

.menu-bottom-box-inner{
	height:100%;
    padding:15px 20px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
	display:flex;
    align-items:center;
    position:relative;
	}

.menu-bottom-box-inner::before,
.menu-bottom-box-inner::after{
	content:"";
	display:block;
	width:10px;
	height:100%;
	background:url(../images/arr_white.png) 50% 50% no-repeat;
    background-size:10px 16px;
    position:absolute;
    top:0;
    z-index:10;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
	}

.menu-bottom-box-inner::before{
	left:40px;
	-webkit-transform:translateX(-76px);
    transform:translateX(-76px);
	}

.menu-bottom-box-inner::after{right:40px;}

.inner{
	position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    pointer-events:none;
    background-color:rgba(0,0,0,0.35);
    -webkit-transition:-webkit-transform .4s;
    transition:-webkit-transform .4s;
    transition:transform .4s;
    transition:transform .4s, -webkit-transform .4s;
    z-index:5;
	}

.menu-bottom-info{
	-webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    z-index:15;
	}

.menu-bottom-box:nth-child(odd){
	background-image:linear-gradient(to right,#6d2932 0%,#3d0c11 50%,#6d2932 100%);
    background-size:200% auto;
    background-position:left center;
	}
.menu-bottom-box:nth-child(even){
	background-image:linear-gradient(to right,#4A9C97 0%,#156566 50%,#4A9C97 100%);
    background-size:200% auto;
    background-position:left center;
    }

.menu-bottom-box:hover{background-position:right center;}

.menu-bottom-box img{width:100%; max-width:40px; display:inline-block;}

.menu-bottom-info h4{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
    }

h4.menuBottomTitle-en{
	font-size:32px;
	font-family:"Jost", serif;
	color:#700414;
	letter-spacing:1px;
	}

.menu-bottom-link{
	color:#ffffff;
    font-size:14px;
    font-weight:700;
    max-width:135px;
    text-align:center;
    text-transform:uppercase;
    padding:7px 10px;
    border:2px solid #fff;
    }

.menu-bottom-box:hover .inner{
	-webkit-transform:translateX(100%);
    transform:translateX(100%);
	}

.menu-bottom-box:hover .menu-bottom-info{
	-webkit-transform:translateX(50px);
    transform:translateX(50px);
	}

.menu-bottom-box:hover .menu-bottom-box-inner::before{
	-webkit-transform:translateX(0);
    transform:translateX(0);
	}

.menu-bottom-box:hover .menu-bottom-box-inner::after{
	-webkit-transform:translateX(76px);
    transform:translateX(76px);
	}

/*下方選單_end*/

/*index*/
.index-about-block{
	width:100%;
	max-width:1200px;
	margin:0 auto 30px;
	overflow:auto;
	}

.index-about-picbox{float:left; width:65%; padding-top:30px;}
.index-about-picbox img{width:100%;}

.index-about-textbox{float:right; width:33%; padding-top:40px;}
.index-about-textbox p{line-height:1.8em;}

.about-sizeS{display:none;}

.page{margin:80px auto 20px; text-align:center;}

.page a{
	color:#000000;
	font-size:16px;
	text-decoration:none;
	padding:8px 13px;
}
.page span{padding:8px 13px; color:#e84c4a;}

.page a:hover{
	background-color:#5a1d1c;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
}
.spanpage a{background-color:#3891e6; color:#ffffff;}

/*編輯區塊_start*/
.pageBannerBlock{
	width:100%;
	height:220px;
	margin-top:75px;
	background-size:cover;
	background-position:center left;
	position:relative;
	}

.pageBannerTitle{
	position:absolute;
	top:30%;
	left:15%;
	}

.pageBannerTitle_inner{position:relative;}

.pageBannerTitle_inner::after{
	content:"";
	width:500px;
	height:100%;
	background-image:linear-gradient(to right, rgba(255, 255, 255, 0.9), transparent 95%);
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
	}

.pageBannerTitle-en{
	font-size:54px;
	font-family:"Kanit", sans-serif;
	font-style:italic;
	color:#0e5891;
	padding-left:20px;
	margin-bottom:15px;
	position:relative;
	z-index:5;
	}

.pageBannerTitle-en::after{
	content:"";
	width:80px;
	height:1px;
	background-color:#00aeee;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
	}

.pageBannerTitle-en span{
	font-size:68px;
	font-family:"Kanit", sans-serif;
	font-style:italic;
	color:#0e5891;
	}

.pageBannerTitle-tw{
	font-size:36px;
	font-weight:bold;
	font-style:italic;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:10px;
	position:relative;
	z-index:5;
	}

.pageBannerTitle-tw::after{
	content:"";
	width:80px;
	height:2px;
	background-color:#b6b09f;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
	}

.edit-area{
	width:100%;
	max-width:1000px;
	margin:30px auto 80px;
	position:relative;
	}

.spirit-ttitle-bottom{
	width:100%;
	max-width:800px;
	margin:50px auto 0;
	padding:40px 0;
	text-align:center;
	background-color:rgba(200,200,200,0.35);
	}

.spirit-ttitle-bottom h3{
	font-size:28px;
	font-weight:bold;
	color:#808080;
	line-height:1.6em;
	}

.back{color:#852a29; float:right; margin:50px 0;}

/*編輯區塊_end*/

/*關於我們_about_start*/
.about-edit-box{
    margin:0 auto 80px;
    display:flex;
    align-items:center;
    }

.about-edit-box:nth-child(even){flex-direction:row-reverse;}

.about-edit-box-pic{flex-basis:500px;}

.about-edit-box-info{
	flex:1;
	display:flex;
	justify-content:center;
	align-items:center;
	}

.about-edit-box-pic{margin-right:30px;}
.about-edit-box:nth-child(even) .about-edit-box-pic{
	margin-left:30px;
	margin-right:0;
	}

.aboutBoxCover{
    display:block;
    height:0;
    text-align:center;
    padding-bottom:80%;
    overflow:hidden;
    position:relative;
	}

.aboutBoxCover>img{
    height:100%;
    max-width:100%;
    min-width:100%;
    object-fit:contain;
    -moz-object-fit:contain;
    -ms-object-fit:contain;
    -o-object-fit:contain;
    -webkit-object-fit:contain;
    position:absolute;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;
	}

.about-edit-box-info-inner{
    padding:25px;
    text-align:left;
    background-color:#fff;
    -webkit-box-shadow:0 10px 88.2px 1.8px rgba(19,19,19,.1);
    box-shadow:0 10px 88.2px 1.8px rgba(19,19,19,.1);
	}

.aboutTitle{
	padding:15px 10px;
	margin-bottom:10px;
	position:relative;
	}

.aboutTitle::after{
	content:"";
	width:80%;
	height:100%;
	background-image: linear-gradient(to right, rgba(182,176,159, 0.6), transparent 95%);
	position:absolute;
	top:0;
	left:-15px;
	z-index:1;
	}

.aboutTitle h3{
    font-size:24px;
    color:#333;
    position:relative;
    z-index:5;
	}

.aboutContentBlock{
	max-width:700px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row-reverse;
	}

.aboutContentBox{width:50%;}

/*關於我們_about_end*/

/*技術介紹區*/
#tech-area{
	padding:60px 0;
	background-position:center center;
    background-size:cover;
	}

#tech-area .block-title{margin:10px auto;}

#tech-area .block-title h3::before,
#tech-area .block-title h3::after{
	border-top:none;
	background-color:#700414;
	}

.index-product-block{
	width:100%;
	max-width:1200px;
	margin:20px auto 80px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	}

.index-tech-box{width:25%;}

.index-tech-box>.tech_inner{
	margin:15px;
	text-align:center;
	background:#3d0c11;
	}

.index-tech-box>.tech_inner>a{display:block;}

.index-tech-cover{
	display:block;
    height:0;
    text-align:center;
    padding-bottom:150%;
    overflow:hidden;
    position:relative;
	}

.index-tech-cover img{
    max-width:100%;
    min-width:100%;
    height:100%!important;
    object-fit:cover;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;
	}

.index-tech-cover::after{
	position:absolute;
    left:0;
    bottom:0;
    content:"";
    height:100%;
    width:100%;
    background:linear-gradient(#a25017,#a25017,#d04848);
    background:-moz-linear-gradient(#a25017,#a25017,#d04848);
    background:-o-linear-gradient(#a25017,#a25017,#d04848);
    background:-webkit-linear-gradient(#a25017,#a25017,#d04848);
    transition:all 0.35s ease-in-out;
    opacity:0;
    transform:perspective(400px) rotateY(90deg) scaleX(0.5);
	}

.rollover{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
	position:absolute;
    left:0;
    top:0;
    z-index:1;
    transition:all 0.35s ease-in-out;
    transition-delay:0.15s;
    opacity:0;
	}

.rollover .more-btn{
	font-size:16px;
	color:#fff;
	letter-spacing:1px;
	padding:10px 25px;
	border:1px solid #fff;
	border-radius:999em;
	background-color:rgb(61,12,17,0.9);
	}

.index-tech-box-title h3{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:15px 0;
	transition:all 0.35s ease-in-out;
	}

.index-tech-box:hover>.tech_inner{
	background:linear-gradient(to right,#d04848,#3d0c11,#3d0c11,#d04848);
    background:-moz-linear-gradient(to right,#d04848,#3d0c11,#3d0c11,#d04848);
    background:-o-linear-gradient(to right,#d04848,#3d0c11,#3d0c11,#d04848);
    background:-webkit-linear-gradient(to right,#d04848,#3d0c11,#3d0c11,#d04848);
	}

.index-tech-box:hover .index-tech-cover img{
	transform:translate(-50% , 0) scale(1.1);
	}

.index-tech-box:hover .index-tech-cover::after{
    height:100%;
    opacity:0.9;
    -webkit-transform:perspective(400px) rotateY(0deg) scaleX(1.0);
    -ms-transform:perspective(400px) rotateY(0deg) scaleX(1.0);
    transform:perspective(400px) rotateY(0deg) scaleX(1.0);
	}

.index-tech-box:hover .index-tech-cover .rollover{opacity:1;}
.index-tech-box:hover .index-tech-box-title h3{color:#fff;}

.index_product_list{
	width:90%;
	list-style:none;
	padding:25px 0 20px;
	margin:0 auto;
	border-bottom:1px dashed #e0e1e3;
	}

.product_date, .news_textbox{display:inline-block; vertical-align:top;}

.product_date{width:10%;}
.product_date p{color:#999; font-weight:400;}

.product_textbox{width:85%; min-height:125px; position:relative;}

.product_textbox h3{font-size:22px; color:#428bca; margin-bottom:10px;}
.product_textbox h3:hover{color:#0060a9;}

.product_brief{
	display:-webkit-box;
    height:3.3em;
    line-height:1.7em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    }

.action-button{position:absolute; right:0; bottom:0;}

.action-button span{color:#0060a9;}
.action-button:hover span{
	border-bottom:1px solid #0060a9;
    transition:border-bottom 0.2s ease-in;
	}

/*產品應用_start*/
.pack-edit-block{
	width:100%;
	max-width:1000px;
	margin:10px auto 40px;
	padding:40px 50px 50px;
	background-color:rgba(216,216,216,0.5);
	}

.nav-pills li a{
	font-size:18px;
	font-weight:700;
	color:#7a0f1b;
	padding:10px 45px;
	}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color:#7a0f1b;
    background-color:#fff;
    border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:unset;
	border-bottom-right-radius:unset;
	}

.pack-edit-box .tab-content{
	background-color:#fff;
	padding:50px 30px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	}

.tab-pane{position:relative;}

.tab-pane-inner{margin:0 auto;}

.tab-pane-box{
	justify-content:center;
	align-items:center;
	padding:40px 0;
	border-top:1px solid rgba(216,216,216,0.5);
	position:relative;
	}

.tab-pane-box:first-child{border-top:unset;}

.tab-box-pic{width:30%; text-align:center;}
.tab-box-pic img{width:100%; max-width:200px;}

.tab-box-info{width:70%; text-align:left; padding:20px;}

.tab-box-info h4{
	color:#7a0f1b;
	font-size:20px;
	font-weight:700;
	margin-bottom:15px;
	}

.pack-button{text-align:center;}
.pack-button a{
	color:#7a0f1b;
	padding:15px 20px;
    border:1px solid #7a0f1b;
    position:relative;
    z-index:1;
	}

.pack-button a::after{
	position:absolute;
	content:"";
	width:0;
	height:100%;
	top:0;
	right:0;
	background:#7a0f1b;
	transition:all 0.3s ease;
	z-index:-1;
	}

.pack-button a:hover{color:#fff;}
.pack-button a:hover::after{left:0; width:100%;}

.pack-type-menu{
	width:100%;
	max-width:800px;
	margin:10px auto 40px;
	padding:10px;
	display:flex;
	flex-wrap:wrap;
	}

.pack-box{
	width:25%;
	padding:10px;
    text-align:center;
	}

.pack-box img{
	width:100%;
	max-width:180px;
    -moz-box-shadow:0 0 4px rgba(0,0,0,.2);
    -webkit-box-shadow:0 0 4px rgb(0 0 0 / 20%);
    box-shadow:0 0 4px rgb(0 0 0 / 20%);
	}

/*產品應用_end*/

/*product*/
.product-area{
	width:100%;
	min-height:600px;
	max-width:1480px;
	margin:0 auto 80px;
	padding-top:30px;
	}

.product-block-setting{max-width:1100px; margin:0 auto;}

.product-menu{
    width:100%;
    margin:20px auto 40px;
    padding:10px;
}

.product-menu li{
	display:inline-block;
	width:150px;
	height:150px;
	padding:10px;
	margin:0 5px 10px;
	background-color:#ccc;
	border-radius:15px;
    position:relative;
	text-align:center;
	background-color:rgba(204, 204, 204, 0.85);
	background-blend-mode:multiply;
	background-position:center center;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	}

.product-menu li:hover{background-color:#f1f2f4;}

.product-menu li:hover p{color:#000;}

.product-menu li.select{
	background-color:rgba(156, 31, 46, 0.85);
	}

.product-menu li.select p{color:#fff;}

.product-menu li p{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-weight:bold;
	font-size:16px;
	}

.product-gallery-block{
	display:flex;
	flex-wrap:wrap;
	}

.productTypeBlock{max-width:1360px;}

.product-sidebar{width:20%; position:relative;}
.product-type-block{width:75%; position:relative;}

.proTypeMenuBlock{width:22%; margin-right:15px; position:relative;}

.proTypeMenuBox{position:sticky; top:100px;}

.proTypeMenuBlock .proTypeMenuBox>.searchBlock{position:unset; width:100%;}
.proTypeMenuBlock .proTypeMenuBox>.product-list-menu{position:unset; margin-top:15px;}
.proTypeMenuBlock .proTypeMenuBox>.product-list-menu>.detailDropMenuBlock{width:100%;}

.searchBlock .searchBtn{
	border:1px solid #ced4da;
	border-top-right-radius:0.25rem;
	border-bottom-right-radius:0.25rem;
	}

.detailDropTitle{
	padding:15px;
	font-size:15px;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.35);
	background-color:#b6b09f;
	}

.detailDropBtn{
	display:none;
	width:100%;
	padding:15px;
	font-size:15px;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.35);
	background-color:#b6b09f;
	cursor:pointer;
	}

.detailDropBtn .bars{
	display:inline-block;
	margin-right:7px;
    position:relative;
    top:3px;
	}

.detailDropBtn .bars span{
	display:block;
    width:15px;
    height:2px;
    border-radius:6px;
    background:#fff;
    margin:0 0 3px;
	}

.detailDropMenuList, .detailDropMenuList>li>ul{list-style:none; padding-left:0;}

.detailDropMenuList li a{
	display:block;
	font-size:14px;
	padding:12px 32px 12px 12px;
	}

.detailDropMenuList>li{border-bottom:1px solid rgba(70,141,163,0.35);}
.detailDropMenuList>li:last-child{border-bottom:none;}

.detailDropMenuList>li>a{
	color:#fff;
	background-color:#948979;
	position:relative;
	}

.detialDropBtn2nd{
	width:38px;
	height:38px;
	position:absolute;
	top:0;
	right:0;
	transition:all 0.3s ease;
	}

li.has-mobileDrop>a>span::before{
    content:"";
    display:block;
    width:12px;
    height:0px;
    border-bottom:solid 3px #fff;
    position:absolute;
    top:45%;
    right:15px;
    transform:rotate(90deg);
	transition:all 0.2s ease;
	}

li.has-mobileDrop>a>span::after{
    content:"";
    display:block;
    width:12px;
    height:0px;
    border-bottom:solid 3px #fff;
    position:absolute;
    top:45%;
    right:15px;
	transition:all 0.2s ease;
	}

.detailDropMenuList2nd{display:none;}

li.has-mobileDrop.is-open .detailDropMenuList2nd{
	display:block;
	overflow-x:hidden;
    overflow-y:scroll;
    max-height:250px
	}

li.has-mobileDrop.is-open>a>span::before{
	-webkit-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    transform:rotate(135deg);
	}

li.has-mobileDrop.is-open>a>span::after{
	-webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
	}

.detailDropMenuList2nd li{border-bottom:1px solid rgba(205,205,205,0.35);}
.detailDropMenuList2nd li:last-child{border-bottom:none;}

.detailDropMenuList2nd li a{
	padding:12px 20px;
	line-height:1.3em;
	position:relative;
	}

.detailDropMenuList2nd li a::before{
	content:"\f105";
	font-family:'Font Awesome 6 Free';
    font-weight:900;
    color:#948979;
    position:absolute;
    top:13px;
    left:8px;
	}

.detailDropMenuList2nd li i{margin-right:3px;}

.detailDropBtn:hover{background-color:#62615c;}
.detailDropMenuList>li:hover>a{color:#fff; background-color:#62615c;}

.detailDropMenuList2nd li:hover a{background-color:#e9e9e9;}

.product-gallery-subblock{width:100%; position:relative;}

.productCateList{display:flex; flex-wrap:wrap;}

.productCateList li{
	width:25%;
	padding:10px;
	margin-bottom:30px;
	position:relative;
	}

.productCateBox-cover .img-cover{border:1px solid rgba(148,137,121,0.25);}
.productCateBox-cover .img-cover>img{transition:all 1s ease 0s;}

.productCateBox-txt{margin-top:10px; text-align:center;}

.productCateBox-txt h4{
	font-size:18px;
	font-weight:bold;
	color:#948979;
	letter-spacing:1px;
	}

.productCateList li:hover .productCateBox-txt h4{color:#62615c;}

.productCateList li:hover .productCateBox-cover .img-cover>img{
	transform:translate(-50%, 0) scale(1.2);
	}

.product-box{
	width:25%;
	margin:0 0 50px;
	position:relative;
	}

.product-box-inner{margin:10px;}

.product-box-inner>a{
	display:block;
    height:350px;
    width:100%;
	background-color:#fff;
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 5%);
    transition:0.6s;
    -webkit-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d;
    position:relative;
	}

.product-box-front, .product-box-back{
	width:100%;
	height:100%;
	-webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    position:absolute;
    top:0;
    left:0;
    will-change:transform;
	}

.product-box-front{
	z-index:2;
	-ms-transform:rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    transform:rotateY(0deg);
    }

.product-box-back{
	display:flex;
	flex-direction:column;
	justify-content:center;
    align-items:center;
	-ms-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
    background:linear-gradient(0deg, #0075c2, #181878);
    }

.product-box .product-cover{
	display:block;
    height:0;
    text-align:center;
    padding-bottom:100%;
    overflow:hidden;
    border:1px solid rgba(204,204,204,0.5);
    background-color:rgba(0,0,0,0);
    position:relative;
	}

.product-box .product-cover img{
    height:100%!important;
    max-width:100%;
    min-width:100%;
    object-fit:cover;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;
	}

.pro-logo{width:150px;}
.pro-logo img{width:100%;}

.pro-title{width:90%; margin-top:10px;}
.pro-title h3{
	font-size:16px;
	color:#fff;
	text-align:center;
	}

.portfolio-item{
	width:100%;
	margin-top:10px;
	display:flex;
	justify-content:center;
    align-items:center;
	}

.portfolio-item h3{
	width:90%;
	font-size:18px;
	line-height:1.5em;
	text-align:center;
	}

.product-box:hover .product-box-inner>a{
	-ms-transform:rotateY(-180deg);
    -webkit-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 40%);
	}

.productTypeBox{
	width:33.333%;
    margin:0 0 30px;
    position:relative;
	}

.productTypeBox-inner{
    margin:10px;
    background-color:#fff;
    box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition:box-shadow 0.3s;
	}

.productTypeBox-inner a{display:block; position:relative;}

.productTypeBox-inner>a>.img-cover{
	padding-bottom:100%;
	border:1px solid rgba(148, 137, 121, 0.25)
	}

.productTypeBox-name{
	width:90%;
	text-align:center;
	padding:10px 0;
	margin:5px auto 0;
	}

.productTypeBox-name h4{
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	}

.techTitle{
	position:absolute;
	top:15px;
	left:0;
	z-index:5;
	}

.techTitle h3{
    display:inline-block;
    font-size:18px;
    font-weight:bold;
    color: #0055a0;
    line-height:1.6;
    padding:6px 25px 6px 25px;
    background-color:#fff;
	transition:color 0.2s;
    position:relative;
    z-index:2;
	}

.techTitle h3::before{
    content:"";
    width:100%;
    height:100%;
    background-color:#fff;
	transition:background-color 0.2s;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
	}

.techTitle h3::after{
	transition: background-color 0.2s;
    z-index:-1;
    content:"";
    display:block;
    width:25px;
    height:100%;
    position:absolute;
    bottom:0;
    left:100%;
    margin-left:-12px;
    background-color:#fff;
    -webkit-transform:skew(-30deg, 0);
    transform:skew(-30deg, 0);
	}

.tech-box-inner>a:hover .techTitle h3::before{background-color:#fffa00;}
.tech-box-inner>a:hover .techTitle h3::after{background-color:#fffa00;}

.brief-box{padding:30px 20px; text-align:left;}

.product-text-box{width:60%; padding:20px;}

.product-text-box h3{
	font-size:22px;
	font-weight:600;
	color:#7d0000;
	padding-bottom:10px;
	}

.product-text-box>h3>a{
	font-size:22px;
	font-weight:600;
	color:#7d0000;
	padding:10px 15px;
	border:1px #7a0f1b solid;
	}

.product-text-box>h3:hover>a{background-color:#fff;}

.product-pic-box{width:40%;}

.one-block{width:100%;}

.quick-link{
	padding:7px 12px;
	margin:10px;
	border:1px #686868 solid;
	border-radius:5px;
	display:inline-block;
	}

.p_page{
	text-align:center;
	margin:10px auto;
	width: 200px;
}
.p_page a{
	color:#595757;
	font-size:18px;
	text-decoration:none;
}
.pro_text{
	color:#852a29;
	font-size:21px;
	font-weight:bold;
	    display: inline-block;
}
.pro_text2{
	color:#852a29;
	font-size:16px;
	display:inline-block;
}
.pro_p{font-size:16px;}

.picture_big{margin:0 auto; display:block;}

.price{line-height:30px; padding-top:5px;}

.promotion{
	font-weight:bold;
	font-size:24px;
	color:#3a5da0;
	}

.mobile-show-block{display:none;}
.mobile-show-block ul{padding-left:0;}
.mobile-show-box{width:95%; margin:0 auto 10px;}
.mobile-show-box img{width:100%; margin:0;}

.button{
	width:130px;
	height:36px;
	background-color:#00bfff;
	border-radius:5px;
	border:#86b7d5 1px solid;
	box-shadow:1px 1px 5px rgba(0,0,0,.4);
	color:#ffffff;
	font-size:16px;
	text-align:right;
	padding:0 15px 3px 0px;
	box-sizing:border-box;
	float:left;
	margin:10px 5px;
	font-family:Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	}

.product-main-pic{width:100%; max-width:550px; margin:0 auto;}
.product-main-pic img{width:100%;}

.product-list-inner{
	max-width:220px;
	max-height:400px;
	margin:20px 15px 20px 20px;
	overflow-x:hidden;
	overflow-y:auto;
	}

.product-list-menu h4{
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-align:center;
	}

.product-list-menu h5{
	font-size:16px;
	font-weight:600;
	color:#1c4c77;
	padding:15px 0 10px;
	}

.product-list-menu a:hover h5{color:#4a9c97;}

.anchor-menu{
	position:fixed;
	top:30%;
	right:80px;
	z-index:20;
	}

.anchor-menu ul{
	padding:10px 15px;
	background-color:#1c4c77;
	border-radius:10px;
	box-shadow:0px 0px 16px rgb(0 0 0 / 30%);
	}

.anchor-menu li{
	line-height:45px;
	border-bottom:1px #e1e1e4 dashed;
	}

.anchor-menu li:last-child{border-bottom:unset;}

.anchor-menu li a{
	color:#fff;
	display:block;
	font-weight:500;
	}

.anchor-menu li:hover a{color:#ffff00;}

:root{scroll-padding-top:8rem;}

.detail-edit-block{padding:50px 0;}
.bg-grey{background-color:rgba(216,216,216,0.2);}

.detail-edit-box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	}

.detail-edit-coverbox .detail-edit-box-inner{align-items:center;}

.detail-main-pic{
	flex-basis:550px;
	margin-right:15px;
	position:relative;
	}

.detailInfoBox{
	flex:1;
	padding:0 25px;
    position:relative;
    }

.big-pic-box{
    width:100%;
    height:475px;
    text-align:center;
    vertical-align:middle;
    margin-bottom:10px;
    border:1px solid rgba(204,204,204,0.75);
	}

.detail-main-pic img{
    max-width:100%;
    object-fit:contain;
    height:100%!important;
	}

.small-pic-box{
    width:100%;
    max-width:550px;
    min-height:100px;
    position:relative;
	}

.small-pic-box .swiper-container-detail{
	width:85%;
    overflow:hidden;
    margin:0 auto;
	}

.small-pic-box .swiper-wrapper{align-items:center;}

.small-pic-box .img-cover{padding-bottom:100%; border:1px solid rgba(204,204,204,0.75);}

.detailInfo-title{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #948979;
	}

.detailInfo-title h3{
	font-size:24px;
	font-weight:700;
	line-height:1.5em;
	}

.detailInfo-txt{position:relative;}
.detailInfo-txt p{font-size:18px;}

.box-title{
    border-bottom:1px solid #dcdcdc;
    padding-bottom:10px;
    margin-bottom:10px;
	}

.box-title h5{
    font-size:22px;
    font-weight:700;
    padding-top:7px;
	}

.dividing-line{margin-top:10px; margin-bottom:10px;}

.hr-inner{
	width:100%;
    position:absolute;
    height:1px;
    left:0;
    top:50%;
    width:100%;
    margin-top:-1px;
    border-top-width:1px;
    border-top-style:solid;
    }

.dividing-line .dividing-line-inner{
	display:inline-block;
	width:150px;
	height:1px;
	border-color:#ccc;
	border-top-width:2px;
	margin-top:-1px;
    vertical-align:middle;
    position:relative;
	}

.detail-edit-box table,
.news-detail-infobox table{
	margin:10px auto 30px;
	text-align:center;
    border:1px solid #585858;
    background-color:#fff;
	}

.detail-edit-box table th,
.detail-edit-box table td,
.news-detail-infobox table th,
.news-detail-infobox table td{
	padding:15px 7px;
    border:1px solid #585858;
	}

/*.detail-edit-box table tr:nth-child(odd),
.news-detail-infobox table tr:nth-child(odd){
    background-color:rgba(211,234,236,0.3);
}*/

.detail-exhibit-block{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}

.exhibit-box{width:49%;}

.exhibit-box-inner{
	margin:10px auto;
	padding:20px;
	border:1px solid rgba(204,204,204,0.5);
	border-radius:10px;
	box-shadow:0px 0px 10px 0px rgb(0 0 0 / 10%);
	}

.exhibit-title{
	margin-bottom:10px;
	display:flex;
	align-items:center;
	}

.exhibit-title h4{
	font-size:22px;
	font-weight:bold;
	padding-right:10px;
	flex-basis:100px;
	}

.exhibit-title .title-line{
	flex:1;
	height:1px;
	background-color:rgba(204,204,204,0.5);
	}

.exhibit-picbox{display:flex;}

.exhibit-cover-box{
	width:50%;
	position:relative;
	}

.exhibit-pic{
	display:block;
    height:0;
    text-align:center;
    padding-bottom:80%;
    overflow:hidden;
    position:relative;
	}

.exhibit-pic img{
    max-width:100%;
    min-width:100%;
    object-fit:cover;
    height:100%;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.5s;
	}

.exhibit-marked{
	font-size:22px;
	color:#fff;
	letter-spacing:1px;
	text-shadow:#000 0.1em 0.1em 0.2em;
	position:absolute;
	top:45%;
	left:50%;
	margin-left:-34px;
    transition:all 0.5s;
	}

.detail-edit-content{
	padding:30px 40px 50px;
	border-radius:5px;
	background-color:#fff;
	box-shadow:0px 0px 10px 0px rgb(0 0 0 / 25%);
	}

.detail-edit-content h4{
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
	}

.detailInfo-txt ul, .detail-edit-content ul{padding-left:25px;}

.detailInfo-txt ul li,
.detail-edit-content ul li{
	font-size:18px;
	line-height:1.8em;
	list-style:disc;
	}

.exhibit-box:hover .exhibit-box-inner{
	box-shadow:0px 0px 10px 0px rgb(0 0 0 / 25%);
	}
.exhibit-pic:hover img{transform:translate(-50% , 0) scale(1.1);}
.exhibit-cover-box:hover .exhibit-marked{opacity:0;}

/*技術介紹_start*/
.product-gallery-block{position:relative; justify-content:center;}

.tech-block{max-width:1100px; margin:0 auto 50px;}

.tech-list-box{
	width:33.333%;
	margin:0 0 30px;
    position:relative;
	}

.tech-box-inner{
	margin:10px;
	box-shadow:0px 0px 10px rgb(0 0 0 / 10%);
    overflow:hidden;
	position:relative;
	}

.tech-box-inner::after{
	width:60px;
    height:80px;
    content:"";
    display:block;
    position:absolute;
    z-index:5;
    right:-35px;
    bottom:-25px;
    background-color:#387497;
    -webkit-transform:rotate(30deg);
    transform:rotate(30deg);
	}

.tech-box-inner:hover::after{background-color:#4a9c97;}

.tech-box-inner>a{
	display:block;
	overflow:hidden;
	position:relative;
	}

.tech-box-cover{
	position:relative;
    overflow:hidden;
    width:100%;
    height:0;
    padding-bottom:85%;
    text-align:center;
	}

.tech-box-cover::after{
    content:"";
	width:100%;
    height:100%;
    background-color:#015a99;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    z-index:2;
    transition:opacity 0.5s;
	}

.tech-box-cover>img{
	max-width:100%;
    min-width:100%;
    height:100%!important;
    object-fit:cover;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    z-index:1;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;
	}

.thumb-rollover{
    opacity:0;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-image:-webkit-gradient(linear,left bottom,left top,from(#d3d3d3),to(rgba(56,116,151,0.85)));
    background-image:linear-gradient(to top,#d3d3d3 0,rgba(56,116,151,0.85) 100%);
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -webkit-transform:translateY(100%);
    transform:translateY(100%);
	}

.thumb-rollover .thumb-rollover-content{
    width:100%;
    height:100%;
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:distribute;
    justify-content:center;
    flex-direction:column;
	}

.thumb-rollover-icon{
    width:100px;
    /*height:50px;
    border-radius:999em;
    background-color:rgba(255,255,255,0.8);*/
    display:flex;
    justify-content:center;
    align-items:center;
	}

.thumb-rollover-icon>img{width:100%;}
.thumb-rollover-icon i{font-size:18px;}

.thumb-rollover-content h4{
    font-size:14px;
    color:#fff;
    margin-top:15px;
    margin-bottom:0;
    padding:8px 20px;
    background-color:rgba(53,162,159,0.65);
    border:1px solid #35a29f;
    border-radius:999em;
	}

.tech-list-box:hover .tech-box-cover>img{
	transform:translate(-50% , 0) scale(1.1);
	}

.tech-list-box:hover .tech-box-cover::after{opacity:0.7;}

.tech-list-box:hover .tech-box-inner{
	box-shadow:0px 3px 10px rgb(0 0 0 / 30%);
	}

.tech-list-box:hover .thumb-rollover{
	opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0);
	}

.tech-list-box:hover .portfolio-item h3{color:#1c4c77;}

.tech-block>ul{padding-left:0;}
.tech-block>ul>li{margin-bottom:50px;}

.tech-detail-inner{
	margin:15px;
	display:flex;
	align-items:center;
	}

.tech-block>ul>li:nth-child(odd) .tech-detail-inner{
	flex-direction:row-reverse;
	}

.tech-detail-cover-box{
	flex-basis:350px;
	padding:0 20px;
	}

.tech-detail-content-box{
	flex:1;
	padding:20px 25px;
	background-color:#fff;
	border-radius:10px;
	}

.tech-detail-cover{
	/*display:block;
    height:0;
    text-align:center;
    padding-bottom:75%;
    overflow:hidden;
    background-color:rgba(0,0,0,0);
    position:relative;*/
    }

.tech-detail-cover img{
    width:100%;
    /*max-width:100%;
    min-width:100%;
    height:100%;
    object-fit:contain;
    -moz-object-fit:contain;
    -ms-object-fit:contain;
    -o-object-fit:contain;
    -webkit-object-fit:contain;
    position:absolute;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;*/
	}

.tech-detail-title{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(240,204,204,0.5);
	}

.tech-detail-title h3{font-size:22px; font-weight:600;}

.tech-detail-content ul{padding-left:25px;}
.tech-detail-content ul li{
	font-size:17px;
	line-height:1.8em;
	list-style:disc;
	}

.tech-block h4{
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
	}

.tech-block p img{padding-right:3px;}

/*技術介紹_end*/

/*最新消息_start*/
.news-area{max-width:1100px;}

.news-list{
	padding-left:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	}

.news-list li{width:33.333%; position:relative;}

.news-list-link{
	display:block;
	margin:15px;
	padding:15px 15px 0;
	border:1px solid #a0a0a0;
    background-color:#fff;
	text-decoration:none;
    position:relative;
	}

.news-list-link::after{
	position:absolute;
    left:2%;
    right:-2%;
    bottom:-16px;
    width:100%;
    content:"";
    background:url(../images/boxShadow.png) center bottom no-repeat;
    background-size:100% auto;
    height:36px;
    z-index:-1;
    }

.news-list-cover{
    display:block;
    height:0;
    text-align:center;
    padding-bottom:60%;
    overflow:hidden;
    border:1px solid rgba(204,204,204,0.5);
    position:relative;
	}

.news-list-cover img{
    height:100%!important;
    max-width:100%;
    min-width:100%;
    object-fit:cover;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;
	}

.news-list_arrow{
	display:flex;
    align-items:center;
    justify-content:center;
    width:72px;
    height:72px;
    border-radius:50%;
    position:absolute;
    top:35%;
    right:20px;
	}

.news-list-link .news-list_arrow i{color:#86949a; font-size:20px;}

.news-list_arrow::before{
	content:"";
    display:block;
    width:100%;
    height:100%;
    background:#00afeb;
    border-radius:50%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    transform:scale(0);
    transition:transform .2s ease-out;
	}

.news-list_arrow_block::after{
	content:"";
	background:currentColor;
	}

.news-list-link:hover .news-list_arrow:before {
    transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
    transform:scale(1);
	}

.news-list_title-box{
	margin:10px auto 15px;
	padding-right:5px;
	padding-left:20px;
	text-align:left;
	position:relative;
	}

.news-list_title-box::before{
	content:"";
    position:absolute;
    width:5px;
    height:100%;
    background-color:#e5e5e5;
    top:0;
    left:0;
	}

p.news-list_title{
	display:-webkit-box;
    width:100%;
    height:3em;
    line-height:1.5em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:20px;
    font-weight:600;
    margin:0;
	}

p.news-narrative{
    display:-webkit-box;
    width:100%;
    height:3em;
    line-height:1.5em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    margin:0;
	}

.news-list_date{
	font-size:14px;
	font-weight:600;
	color:#686868;
	}

.news-list-link:hover{box-shadow:0px 0px 10px rgb(0 0 0 / 20%);}

.news-list li .moreBtnBox{
	margin-top:0;
	margin-bottom:15px;
	justify-content:flex-end;
	}

.news-list li .moreBtn{margin-right:0;}
.news-list li .moreBtn span{color:#fff;}

.moreArrowBtnBox{
	width:100%;
	margin-bottom:20px;
	text-align:right;
	}

.moreArrowBtn{
    display:inline-block;
    font-size:16px;
    font-weight:500;
    color:#3d0c11;
    text-decoration:none!important;
    margin-right:10px;
    padding:14px 0;
    line-height:1.2;
    position:relative;
	}

.moreArrowBtn::after{
    content:"";
    width:46px;
    height:46px;
    margin:auto;
    background:#ffb0b0;
    border:1px solid #3d0c11;
    border-radius:50%;
    -webkit-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
	}

.moreArrowBtn span{
    display:inline-block;
    padding-right:70px;
    position:relative;
	}

.moreArrowBtn span::before{
    position:absolute;
    right:23px;
    top:4px;
    bottom:0;
    margin:auto;
    content:"";
    z-index:4;
    height:1px;
    width:40px;
    background:#3d0c11;
    -webkit-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
	}

.moreArrowBtn span::after{
    position:absolute;
    right:24px;
    top:3px;
    bottom:0;
    margin:auto;
    content:"";
    width:10px;
    height:10px;
    border-top:1px solid #3d0c11;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    z-index:5;
    -webkit-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
	}

.btnLink:hover .moreArrowBtn{color:#000; font-weight:bold;}

.btnLink:hover .moreArrowBtn::after{background:#3d0c11;}

.btnLink:hover .moreArrowBtn span::before{
    position:absolute;
    right:23px;
    top:4px;
    height:1px;
    width:24px;
    background:#fff;
	}

.btnLink:hover .moreArrowBtn span::after{
    border-top:1px solid #fff;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    z-index:5;
	}

/* 返回鍵(arrow)_start */
.backArrowBtnBox{
	width:100%;
	margin-bottom:20px;
	text-align:left;
	}

.backArrowBtn{
    display:inline-block;
    font-size:16px;
    font-weight:500;
    color:#006785;
    text-decoration:none!important;
    padding:14px 0;
    line-height:1.2;
    position:relative;
	}

.backArrowBtn::after{
    content:"";
    width:46px;
    height:46px;
    margin:auto;
    background:#87ceeb;
    border:1px solid #006785;
    border-radius:50%;
    -webkit-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
	}

.backArrowBtn span{
    display:inline-block;
    padding-left:70px;
    position:relative;
	}

.backArrowBtn span::before{
    position:absolute;
    left:23px;
    top:3px;
    bottom:0;
    margin:auto;
    content:"";
    z-index:4;
    height:1px;
    width:40px;
    background:#006785;
    -webkit-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
	}

.backArrowBtn span::after{
    position:absolute;
    left:24px;
    top:3px;
    bottom:0;
    margin:auto;
    content:"";
    width:10px;
    height:10px;
    border-top:1px solid #006785;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    z-index:5;
    -webkit-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
	}

.backArrowBtn:hover{color:#000; font-weight:bold;}

.backArrowBtn:hover::after{background:#006785;}

.backArrowBtn:hover span::before{width:24px; background:#fff;}

.backArrowBtn:hover span::after{border-top:1px solid #fff;}

/* 返回鍵(arrow)_end */

.page-newsbox{
	width:100%;
	max-width:900px;
	margin:10px auto 50px;
	background-color:#fff;
	-webkit-box-shadow:0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow:0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	}

.page-newsbox a{display:block;}

.page-newsbox-cover-picbox{width:40%; height:200px; overflow:hidden;}
.page-newsbox-cover-picbox img{width:100%;}

.page-newsbox-infobox{width:60%; align-items:center;}

.inner{padding:0 30px;}

.page-newsbox-infobox h3, .page-newsbox-infobox p{text-align:left;}

.page-newsbox-infobox h3{
	font-size:24px;
	font-weight:bold;
	padding-bottom:15px;
	}

.page-newsbox-infobox p{
	display:-webkit-box;
    width:100%;
    height:3em;
    line-height:1.5em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
	}

.news-detail-cover{width:100%; max-width:600px; margin:0 auto;}
.news-detail-cover img{width:100%; border:1px solid rgba(204,204,204,0.5);}

.news-detail-infobox{
	min-height:350px;
	text-align:left;
	padding:30px 0;
	margin:0 auto;
	}

.news-detail-infobox h3{font-size:26px; font-weight:600;}
.news-detail-infobox hr{
	margin-bottom:15px;
    margin-top:15px;
    border-top:1px solid #dcdcdc;
    border-bottom:0;
    border-left:none;
    border-right:0;
    }

.news-detail-infobox p,
.news-detail-infobox ul li{
	font-size:16px;
	line-height:1.7em;
	}

.back-box{
    width:100%;
    max-width:800px;
    margin:20px auto 50px;
    display:flex;
    justify-content:flex-end;
	}

.back-btn a{
    font-size:16px;
    color:#fff;
    padding:10px 25px;
    border-radius:5px;
    background-image:linear-gradient(to right,#62615c 0%,#948979 50%,#62615c 100%);
    background-size:200% auto;
    background-position:left center;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    display:flex;
    align-items:center;
	}

.back-btn i{margin-right:5px; color:#fff;}

.back-btn .moreArrow{
	width:30px;
	height:30px;
	background-image:url(../images/arrow_right-24.svg);
	background-size:cover;
	margin-right:10px;
	transform:rotate(180deg);
	}

.back-btn:hover a{background-position:right center;}

/*最新消息_end*/

/*contact*/
.contact-block{max-width:1280px;}

.map-box{width:40%; padding-top:30px;}

.map-box p{text-align:left; padding-left:15px;}

.map-box p span{font-size:24px; font-weight:bold;}

.map-box i{margin-right:7px;}

.contact-person-box{margin:20px 0 0;}

.contact-person-box h4{
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
	}

.contact-person-box ul{
	padding-left:0;
	display:flex;
	flex-wrap:wrap;
	}

.contact-person-box ul li{width:23%; padding:10px;}

.map-box iframe{width:100%; height:415px; padding-top:15px;}

.form-box{width:60%; min-height:450px; padding-top:25px;}

.remark{padding:5px; margin-bottom:15px;}
.remark span{color:#ea0000; font-weight:500;}

.contact-form-box{margin:0 0 25px;}

.contact-form-box>.form-box-inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
    align-items:center;
	}

.contact-form-box>.form-box-inner.align-items-start>label{padding-top:10px;}

.contact-form-box label{
	font-size:18px;
    font-weight:bold;
    line-height:1.3em;
	padding-left:5px;
	width:28%;
	}

.contact-form-box label span{
	color:#ea0000;
	font-weight:500;
	margin-left:5px;
	}

.contact-form-box .form-box-content{width:70%;}

.form-box-content input,
.form-box-content textarea{
	padding:10px 15px;
	border:1px solid rgba(148, 137, 121, 0.25);
	border-radius:unset;
	}

.contact-form{width:90%; margin:0 auto;}

.form-box-content .form-check{display:inline-block; margin-right:15px;}
.form-box-content .form-check label{margin-top:0.25em; padding-left:0;}

.form-box-content textarea{min-height:200px;}

.ruleCheckbox{font-size:16px; color:#000; padding-left:10px;}
.ruleCheckbox a{color:#686868; padding-left:3px;}

.ruleCheckbox input{margin-right:5px;}

.ruleCheckbox a:hover{color:#01a5f8;}

.confirm-btn-box{text-align:center; margin-top:50px;}

.confirm-btn-box button{
	width:200px;
	color:#fff;
	padding:15px 20px;
	border:1px solid #ced4da;
	border-radius:0.25rem;
	background-image:linear-gradient(to right,#62615c 0%,#948979 50%,#62615c 100%);
    background-size:200% auto;
    background-position:left center;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
	position:relative;
	z-index:5;
	}

/*.confirm-btn-box button::before{
	content:"";
	width:0;
	height:0;
	position:absolute;
	top:50%;
	left:50%;
	border-radius:0.25rem;
	background-color:#1c4c77;
	z-index:-1;
	transition:0.5s;
	}*/

.confirm-btn-box button:hover{background-position:right center;}

/*.confirm-btn-box button:hover::before{
	width:100%;
	height:100%;
	top:0;
	left:0;
	}*/

.confirm-btn-box button i{margin-right:5px;}

table{
    border:0;
    width:100%;
    margin:0;
    padding:0;
    border-collapse:collapse;
    border-spacing:0;
	}

table tr{padding:5px;}

table th, table td{padding:10px; text-align:center;}

table th{font-size:14px; letter-spacing:1px;}

.contact-form tr th{
	padding-top:20px;
    width:130px;
    font-size:18px;
    font-weight:bold;
    line-height:150%;
    text-align:left;
    vertical-align:top;
	}

.contact-form tr td{text-align:left;}

.contact-form tr span{
	color:#ea0000;
	font-weight:500;
	vertical-align:baseline;
	}

.contact-form td input{
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
	width:100%;
	font-size:16px;
	padding:7px 15px;
	border:1px solid #dddddd;
	background:#ffffff;
	line-height:180%;
	outline:0;
	-webkit-transition:0.2s ease all;
    transition:0.2s ease all;
	}

.contact-form td textarea{
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
	width:100%;
	height:180px;
	font-size:16px;
	padding:7px 15px;
	border:1px solid #dddddd;
	background:#ffffff;
	line-height:180%;
	outline:0;
	-webkit-transition:0.2s ease all;
    transition:0.2s ease all;
	}

.contact-form td.sending-btn{position:relative;}

.contact-form input[type="sumit"]{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	background-color:#fff;
    border:1px solid #5eb1fd;
    padding:10px 25px;
    cursor:pointer;
    position:relative;
    z-index:5;
    }

.contact-form td.sending-btn::before{
	content:"";
	width:0;
	height:0;
	position:absolute;
	top:50%;
	left:50%;
	border-radius:0;
	background-color:#1c4c77;
	z-index:1;
	transition:0.5s;
	}

.contact-form td.sending-btn:hover input[type="sumit"]{
	color:#fff;
	background-color:unset;
	}

.contact-form td.sending-btn:hover::before{
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	top:10px;
	left:10px;
	}

/*.contact-form input[type="sumit"]:hover{
	color:#fff;
	background:#1c4c77;
    border:1px solid #1c4c77;
	}*/

input#contact-yzm {
    width:150px;
    height:38px;
    display:inline-block;
    margin:0 0 0 10px;
    vertical-align:top;
	}

/*崁入youtube_start*/
.youtubecontent{
	position:relative;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}
.youtubecontent{padding-bottom:56.25%;}
.youtubecontent iframe,
.youtubecontent object,
.youtubecontent embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
/*崁入youtube_end*/

/*process_流程區塊_start*/
.flowStepBlock{
	width:95%;
	max-width:1000px;
	padding-left:30px;
	margin:0 auto;
	position:relative;
	}

.flowStepBlock__inner{
	width:100%;
    border-left:2px dotted #ccc;
	}

.flowStepBox::before{
    content:"";
    transform:translateY(-43%);
    background-color:#8b0000;
    border:3px solid #fff;
    width:18px;
    height:18px;
    box-shadow:0 0 0 2px #ccc;
    border-radius:100vh;
    position:absolute;
    top:43%;
    left:-10px;
    z-index:2;
	}

.flowStepBox:nth-child(1)::after{
    content:"";
    width:26px;
    height:43%;
    background-color:#fff;
    position:absolute;
    top:0;
    left:-14px;
    z-index:1;
	}

.flowStepBox{
    margin-bottom:60px;
    display:flex;
    justify-content:right;
    align-items:center;
    position:relative;
	}

.flowStepBox:last-child{margin-bottom:0;}

.flowStepInfo{width:45%;}
.flowStepPic{width:50%;}

.flowStepInfo{
    padding-right:50px;
    display:flex;
    flex-direction:column;
	}

.flowStepTitle{
	padding:15px 10px;
    margin-bottom:10px;
	position:relative;
	}

.flowStepTitle::before{
    content:"";
    width:20px;
    height:55px;
    background-color:rgba(112, 4, 20, 0.75);
	-webkit-transform:skew(-30deg, 0);
    -ms-transform:skew(-30deg, 0);
    transform:skew(-30deg, 0);
	position:absolute;
    top:-10px;
    left:20px;
    z-index:3;
	}

.flowStepTitle::after{
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(204,204,204,0.75);
	-webkit-transform:skew(-30deg, 0);
    -ms-transform:skew(-30deg, 0);
    transform:skew(-30deg, 0);
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	}

.flowStepTitle h4{
	font-size:22px;
	font-weight:bold;
	color:#333;
	text-align:left;
	padding-left:40px;
	position:relative;
	z-index:5;
	}

.flowStepNarrative{min-height:100px;}

.flowStepNarrative p{
    font-size:16px;
    font-weight:400;
    text-align:left;
    line-height:1.5em;
	}

.flowStepPic .img-cover{padding-bottom:60%;}

.flowGoal{
    width:56px;
    height:56px;
    color:#fff;
    background-color:#8b0000;
    border:solid 3px #fff;
    border-radius:100vh;
    box-shadow:0 0 0 2px #ccc;
    margin-left:-28px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
	}

.flowGoal p{
    font-size:16px;
    font-weight:bold;
    color:#fff;
	}

.timeline-history{
	width:100%;
	margin:0 auto;
	position:relative;
	}

.timeline-history:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:4px;
    background-color:#000;
    margin-left:-2px;
	}

.process-timeline:before{
	top:215px;
	bottom:215px;
	}

.timeline-history-block{
	overflow:hidden;
    position:relative;
	}

.history-block-inner{padding:10px;}

.history-time-item{
    font-size:1rem;
    padding:10px 40px 10px 0;
    position:relative;
    width:50%;
    z-index:2;
}

.time-item-left{left:0;}
.time-item-right{left:50%; padding:10px 0 10px 40px;}

.history-time-item:after {
    background-color:#fff;
    border:4px solid #35a29f;
    border-radius:50%;
    content:"";
    height:20px;
    position:absolute;
    right:-10px;
    transform:translateY(-50%);
    top:50%;
    width:20px;
    z-index:1;
}

.time-item-right:after{left:-10px;}

.time-item_content{
    background-color:#fff;
    border:1px solid #335495;
    border-radius:10px;
    color:#585858;
    display:block;
    padding:15px;
    position:relative;
}

.time-item_content:before{
    border-bottom:10px solid transparent;
    border-left:12px solid #335495;
    border-top:10px solid transparent;
    right:-12px;
    z-index:1;
}

.time-item_content:after {
    border-bottom:9px solid transparent;
    border-left:11px solid #fff;
    border-top:9px solid transparent;
    right:-10px;
    z-index:2;
}

.time-item_content:after, .time-item_content:before {
    content:"";
    height:0;
    position:absolute;
    transform:translateY(-50%);
    top:50%;
    width:0;
	}

.time-item-right .time-item_content:before {
    border: 10px solid transparent;
    border-right: 12px solid #335495;
    border-left: none;
    left: -12px;
	}

.time-item-right .time-item_content:after {
    border:9px solid transparent;
    border-right:11px solid #fff;
    border-left:none;
    left:-10px;
	}

.time-item_content h3{
    font-size:24px;
    font-weight:800;
    margin:0;
    padding-left:10px;
    font-style:italic;
	}

.time-item_content p, .time-item_content li{
    font-size:16px;
    line-height:25px;
    font-weight:400;
    padding:0 10px;
	}

.time-item_content p{padding-bottom:10px;}

.time-item_cover{
	display:block;
    height:0;
    text-align:center;
    padding-bottom:75%;
    overflow:hidden;
    position:relative;
	}

.time-item_cover img{
    max-width:100%;
    min-width:100%;
    height:100%!important;
    object-fit:cover;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;
	}

.time-item_content li::after{
	content:"∎";
	position:absolute;
	top:-2px;
	left:5px;
	}

.time-item_content li{
	display:inline-block;
	padding:0 0 0 20px;
	position:relative;
	}

.time-item_content li::marker{color:#335495;}

.time-item_content span{
	font-size:18px;
	font-style:normal;
	font-weight:600;
	color:#5f5f5f;
	padding-left:10px;
	}

/*process_流程區塊_end*/

/*download*/
.download-block{
	width:100%;
	max-width:1200px;
	margin:20px auto 0;
	display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-column-gap:30px;
    grid-row-gap:30px;
    position:relative;
	}

.download-box{padding:10px; text-align:center; position:relative;}

.download-cover{
	box-shadow:0 2px 24px rgb(0 0 0 / 10%);
    transition:all 0.3s;
	position:relative;
	}

.download-effct{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	-webkit-transition:opacity 0.35s ease;
	-moz-transition:opacity 0.35s ease;
	text-align:center;
	vertical-align:middle;
	background:rgba(0, 0, 0, 0.75);
	}

.download-effct a{display:block; height:100%;}

.download-cover:hover .download-effct{opacity:1;}

.download-effct span{
	font-weight:900;
	color:rgba(255, 255, 255, 0.85);
	font-size:18px;
	line-height:35px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	}

.download-effct span i{font-size:60px;}

.download-box h3{font-size:16px; padding-top:10px;}

.download-box h4{font-weight:inherit; padding-top:5px;}

/* Q&A_faq_start */
.faqList{
	padding-left:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	}

.faqList li{
	width:100%;
	padding:25px 10px;
	overflow:hidden;
	line-height:normal!important;
	border-bottom:1px solid rgba(14,88,145,0.3);
	position:relative;
	}

.faqList li:last-child{border-bottom:none;}

.faqList li::after{
    content:"";
    background:rgba(0,174,238,0.15);
    transform:scaleX(0);
    transform-origin:left center;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-rendering: optimizeLegibility;
    animation-name:bgdraw;
    animation-duration:0.4s;
    display:block;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:1;
	}

@keyframes bgdraw{
	0%{transform:scaleX(1);}
	100%{transform:scaleX(1) translateX(100%);}
	}

.faqItem-link{display:block;}

.faqItem__inner{
	display:flex;
	align-items:center;
	position:relative;
	z-index:5;
	}

.faqItem-cover{flex-basis:300px;}
.faqItem-txt{flex:1; padding:0 20px;}

.faqItemTtile{
	font-size:20px;
	color:#383b4e;
	letter-spacing:2px;
	margin-bottom:10px;
	}

.date{font-size:12px; color:#8c8c91;}

.faqItem__inner .moreBtnBox{justify-content:flex-end;}

.faqList li:hover::after{
    -webkit-transition:0.2sease all;
    transition:0.2sease all;
    transform:scaleX(1);
    animation:none;
	}

.faqList li:hover .moreBtn{background-color:#0e5891;}
.faqList li:hover .moreBtn i{color:#0e5891;}
.faqList li:hover .moreBtn span{color:#fff;}

.faq-block{
    width:100%;
    max-width: 1200px;
    margin:20px auto 0;
    display:flex;
    flex-wrap:wrap;
    }

.faq-box{width:25%; margin-bottom:25px; position:relative;}

.faq-box>.box-inner{
	margin:10px;
	max-height:unset;
	background:unset;
	}

.faq-box-cover{
	display:block;
    height:0;
    text-align:center;
    padding-bottom:75%;
    overflow:hidden;
    position:relative;
	}

.faq-box-cover>img{
    max-width:100%;
    min-width:100%;
    height:100%!important;
    object-fit:cover;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    z-index:1;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;
	}

.hover-square{
	opacity:0;
	width:calc(100% - 100px);
    height:calc(100% - 100px);
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    border:1px solid #fff;
    position:absolute;
    z-index:2;
	}

.faq-box:hover .hover-square{
	opacity:1;
	border-color:#fff;
    transition:color 0.3s ease-in-out, all 0.3s ease-in-out;
    width:calc(100% - 20px);
    height:calc(100% - 20px);
	}

.faq-box-info{margin-top:5px;}

.faq-box-info h3{
    font-weight:bold;
    color:#2d2b74;
    font-size:22px;
    line-height:1.3em;
}

.faq-date{margin-bottom:10px;}
.faq-date span{font-size:14px; color:#adadad;}

.faq-box-brief p{
    display:-webkit-box;
    width:100%;
    height:3.6em;
    line-height:1.8em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    margin:0 0 10px;
	}

.faq-box-info a{color:#5eb1fd; font-size:16px;}

.faq-detail-block{
    width:100%;
    max-width:1000px;
    margin:20px auto 0;
    }

.faq-detail-cover{
    width:90%;
    max-width:600px;
    margin:0 auto 30px;
	}
.faq-detail-cover img{width:100%;}

.faq-detail-block .page-edit-content{min-height:350px;}

.back-btn-block{
    width:95%;
    margin:0 auto 50px;
    display:flex;
    justify-content:flex-end;
	}

.back-btn-box a{
    font-size:16px;
    color:#004986;
    padding:12px 25px;
    border:1px solid #004986;
    border-radius:999em;
	}

.back-btn-box i{
    margin-right:5px;
    color:#004986;
	}

.back-btn-box:hover a{
    color:#fff;
    border:1px solid #004986;
    background-color:#004986;
	}
.back-btn-box a:hover i{color:#fff;}

/* Q&A_faq_end */

/*螢幕大小*/
@media screen and (max-width:1680px){
	.main-spirit-text-box{width:45%; left:10%;}
	}

@media screen and (max-width:1600px){
	#contentBox{padding-left:0;}
	.member ul{padding-right:180px;}
	.index-hot-block{width:90%;}
	.index-product-block{width:90%;}
	.news-infobox{
		transform: translateY(-5%);
	    -moz-transform: translateY(-5%);
	    -webkit-transform: translateY(-5%);
	    -o-transform: translateY(-5%);
	    -ms-transform: translateY(-5%);
	    }
	.button-more{margin:50px auto 0;}
	.product-list-menu{left:1%;}
	}

@media screen and (max-width:1480px){
	.main-spirit-text-box{width:50%; left:5%;}
	.edit-block{width:95%; margin:0 auto;}
	.anchor-menu{right:8%;}
	}

@media screen and (max-width:1360px){
	.member ul{padding-right:120px;}
	.logo{left:25px;}
	.main-spirit-text-box::after{width:85%;}
	.top-menu-ul>li:nth-child(3)>ul{min-width:130px;}
	.top-submenu>li ul.short-setting{width:130px;}
	.proTypeMenuBlock{width:100%;}
	.product-type-block{width:100%; margin-top:40px;}
	.searchBlock{width:90%; max-width:600px; margin:50px auto 15px;}
	.searchBlock{position:inherit; top:unset; left:unset; z-index:inherit;}
	.product-list-menu{display:block; width:90%; max-width:600px; margin:50px auto 0;}
	.product-list-menu{background-color:#fff; border:1px solid #ccc;}
	.product-list-menu{position:inherit; top:unset; left:unset;}
	.product-list-menu{z-index:inherit;}
	.product-list-inner{max-width:none; max-height:none; overflow:hidden;}
	.product-list-inner{margin:0; padding:20px;}
	.product-list-menu ul{border-top:1px solid rgba(216,216,216,0.6);}
	.detail-edit-coverbox .detail-edit-box-inner{margin-left:inherit; margin-right:inherit;}
	.detailDropTitle{display:none;}
	.detailDropBtn{display:inline-block;}
	.detailDropMenuList{display:none;}
	.detailDropMenuBlock.is-open .detailDropMenuList{display:block;}
	}

@media screen and (min-width:1301px){
	#mobile{display:none;visibility:hidden;}
	}

@media screen and (max-width:1300px){
	.logo{width:250px; margin-top:-23px;}
	nav>ul>li a{font-size:14px;}
	.main-spirit-img{right:12vw;}
	.top-menu-ul>li:nth-child(3)>ul{left:-30px;}
	.button-more{margin:60px auto 0;}
	.anchor-menu{right:0;}
	.anchor-menu ul{padding:10px 20px 10px 15px; border-top-right-radius:unset; border-bottom-right-radius:unset;}
	.anchor-menu ul{border-top-left-radius:10px; border-bottom-left-radius:10px;}
}

@media screen and (max-width: 1200px){
	.top-menu{display:none;}
	nav>ul{padding-right:50px;}
	.top-menu-block{height:70px; padding:0;}
	.top-menu-ul>li>a{padding:0px 0px 25px 0;}
	.language-box{display:none;}
	.without-page-header{padding-top:40px;}
	.news-infobox{
		transform: translateY(-20%);
	    -moz-transform: translateY(-20%);
	    -webkit-transform: translateY(-20%);
	    -o-transform: translateY(-20%);
	    -ms-transform: translateY(-20%);
	    }
	.box-inner:hover .news-infobox{
		transform: translateY(-60%);
	    -moz-transform: translateY(-60%);
	    -webkit-transform: translateY(-60%);
	    -o-transform: translateY(-60%);
	    -ms-transform: translateY(-60%);
	}
	.button-more{margin:40px auto 0;}
	nav{width:100%;}
	.main-spirit-block-active .main-spirit-img{top:-15vw; right:30vw;}
	.main-spirit-text-box{left:25%; top:65%;}
	.main-spirit-text-box::after{width:95%;}
	.slider-block .scroll{left:7%;}
	.news_date{width:13%;}
	.block-title{width:70%;}
	.foot-block{width:90%; max-width:800px;}
	.foot-box-logo{width:100%;}
	.foot-box-infoBlock{width:100%;}
	.menu-bottom-block{flex-wrap:wrap;}
	.menu-bottom-box{width:49%;}
	.menu-bottom-box:nth-child(1){margin-bottom:20px;}
	.menu-bottom-box:nth-child(2){margin-bottom:20px;}
	.about-sprit-pic{width:90%; max-width:700px; display:block; margin:0 auto;}
	.about-text-box{width:85%; display:block; margin:30px auto 0;}
	.map-box{width:60%;}
	.contact-text-box{width:35%;}
	.banner-page{margin-top:0;}
	.map-box{width:60%; margin:0 auto 20px;}
	.form-box{width:80%; margin:0 auto;}
	.contact-form{width:100%;}
	.edit-infobox{max-width:650px;}
	footer:before{top:10%;}
	footer:after{left:-10%;}
	.product-sidebar{width:30%;}
	.product-box{width:50%;}
	.product-cover-box{max-height:80%; overflow:hidden;}
	.indexAbout-infoBox::before{display:none;}
	}

@media screen and (max-width:1080px){
	.member ul{padding-right:0;}
	nav>ul{display:none;padding-right:60px;}
	.header-menu-bottom{display:none;}
	.Lang{position:initial;}
	.footbox{width:90%;}
	#footline{right:130px;}
	.tableDown span ul{margin-left:0px;}
	.download-block{width:90%; grid-template-columns:repeat(3,1fr);}
	.detail-edit-box{width:90%; max-width:650px;}
	.process-block{max-width:600px; margin:0 auto;}
	.process-box{width:50%; margin-bottom:50px;}
	.step-box{top:10px; left:10px;}
	.guide-block{display:none;}
	.detail-edit-box-inner{flex-wrap:wrap;}
	.detail-main-pic{flex-basis:100%;}
	.detailInfoBox{flex:100%; margin-top:20px; padding:0;}
	.big-pic-box{max-width:450px; margin:0 auto 15px;}
	.small-pic-box{max-width:450px; margin:0 auto;}
	.detail-title{margin-bottom:30px; padding:0;}
	.exhibit-box{width:100%;}
	.index-product-block{max-width:600px; flex-wrap:wrap;}
	.index-tech-box{width:50%;}
	.faq-block{max-width:800px;}
	.faq-box{width:50%;}
	.tech-list-box{width:50%;}
	.process-timeline:before{top:5.2%; bottom:5%;}
	}

@media only screen and (min-width:981px){
	.hideUp .top-menu-bar{background-color:rgba(51,51,51,0.8);}
	.hideUp .top-menu-block{height:70px;}
	.hideUp .logo{width:250px; margin-top:-23px;}
	.hideUp .language-box{display:none;}
	.top-menu-ul>li>a{padding:0px 0px 25px 0;}
	}

@media screen and (max-width: 980px){
	.navTrigger{display:block;}
	.nav-navbar{display:none;}
	.banner__scroll{display:none;}
	.top-menu-logo .logo-text{font-size:18px;}
	.top-menu-logo .logo-text-en{font-size:16px;}
	.nav-lan-box .nav-lan-btn{font-size:14px;}
	.block-title{margin:30px auto 10px;}
	.block-title h3{font-size:28px;}
	.index-product-slide-box h4{font-size:18px;}
	.formBox .form input[type="text"]{ width:75%;}
	.formBox .form textarea{width:75%;}
	.titleIcon{width:35px;}
	.tableDown span{padding-left:0px;}
	.tableDown span ul{padding-left:0px;}
	#footline{right:80px;}
	.notice-waterpick{display:none;}
	#about-area{padding:0;}
	.indexAbout-sliderBox{width:90%; position:relative;}
	.indexAbout-infoBox{width:100%; height:auto; padding:20px 30px 40px; top:-20px;}
	.map-box iframe{height:370px;}
	.info-box h2{display:none;}
	.info-pic-box.picboxR{float:none; width:60%; margin:0 auto;}
	.info-text-box{position:relative; margin:0 auto; top:10px;}
	.map-box{width:55%;}
	.contact-text-box{width:40%;}
	.product-menu{max-width:600px;}
	.product-menu li{width:135px; height:135px;}
	footer:before{top:62%; right:-10%; width:110%;}
	footer:after{top:-47%; left:-3%; width:100%;}
	.product-sidebar{width:90%; margin:0 auto;}
	.product-sidebar li{display:inline-block;}
	.sidebar-menu li a{padding-left:25px;}
	.sidebar-menu li a::before{left:12px;}
	.product-sidebar li i{left:17px;}
	.product-gallery-subblock{width:100%;}
	.tech-detail-inner{flex-wrap:wrap;}
	.tech-detail-cover-box{flex-basis:100%;}
	.tech-detail-cover{width:300px;}
	.tech-detail-content-box{margin-top:20px;}
	.contact-person-box ul li{width:33.333%;}
	.news-list{max-width:750px; margin:0 auto;}
	.news-list li{width:50%;}
	.process-timeline:before{bottom:5.3%;}
	.flowStepBox{flex-wrap:wrap;}
	.flowStepBox::before{top:10%;}
	.flowStepBox:nth-child(1)::after{height:10%;}
	.flowStepInfo, .flowStepPic{width:95%;}
	.flowStepTitle{margin-left:15px;}
	.flowStepNarrative{min-height:unset;}
	.flowStepPic{margin-top:10px;}
	.pageBannerTitle{left:10%;}
	.productCateList li{width:33.333%;}
	.indexRecomSection{padding:60px 0 0;}
	.indexAboutSection{padding:0 0 40px;}
	.indexNewsBlock-row{flex-wrap:wrap; flex-direction:row;}
	.indexNewsMainCover{flex-basis:100%; max-width:600px; margin-left:0;}
	.indexNewsListBlock{flex:100%; padding:10px 20px 30px; margin-top:20px;}
	.indexNewsMainCover .img-cover{padding-bottom:60%;}
	.news-link{padding:10px;}
	}

@media screen and (max-width:840px){
	#navlist{display:none;}
	#contentBox{overflow:inherit;}
	#keyBg{background-color:#3d3d3d;}
	#navlist_mobile{display:block;}
	.key{width:516px; line-height:35px;}
	.footbox{width:500px;}
	#footlogo{float:none; text-align: center;}
	#footFloat{margin-bottom:15px; width:100%;}
	.key a{color:#bfbfbf;}
	.key a:hover{color:#ffffff;}
	.news{width:75%;}
	.hot {width:100%}
	.photoimg{width:100%;}
	.ptext{width:100%; float:none; margin-left:0;}
	footer{margin-top:0px;}
	#footlogo {padding-bottom:0px;}
	#footline{display:none;}
	#line_vertical{position:fixed; bottom:120px; right:0; z-index:99999;}
	.product_img a{margin-bottom:10px;}
	.tableCenter2 ul li{padding-left:10px;}
	.map-box{width:80%;}
	.contact-text-box{width:45%;}
	.edit-infobox{max-width:500px;}
	.product-sidebar{width:80%; margin:0 auto;}
	.news-detail-cover{width:80%; margin:0 auto 30px;}
	.news-detail-infobox{width:90%; margin:0 auto;}
	.back-box{width:90%;}
	.nav-pills li a{padding:10px 20px;}
	.product-list-menu{max-width:400px;}
	.tab-box-pic, .tab-box-info{width:100%;}
	.portfolio-item h3{font-size:18px;}
	.thumb-rollover-icon{width:100px;}
	.thumb-rollover-content h4{font-size:14px; padding:10px 20px;}
	.about-edit-box{flex-wrap:wrap; margin:0 auto 40px;}
	.about-edit-box-info{flex:100%; margin-top:20px;}
	.about-edit-box-info-inner{padding:15px 20px;}
	.productTypeBox{width:50%;}
	}

@media screen and (max-width:768px){
	.member li{padding:7px 3px;}
	.table1Box{display:block;}
	.formBox .form input[type="text"]{width:70%;}
	.formBox .form textarea{width:70%;}
	.table1{display:block; text-align: center;}
	.tableLeft{width:100%;}
	.tableCenter1{width:100%;}
	.tableCenter2{width:100%;}
	.tableRight{width:100%;}
	.tableTop{padding-left:0;}
	.tableDown span{padding-left:0;}
	.inquiryType{text-align:left; margin-bottom:5px;}
	#banner-L{display:none;}
	#banner-S{display:block;}
	.tableDown{height:auto; margin:15px 0;}
	.tableLeft .tableDown{margin:0px 0;}
	.tableCenter2 ul li{padding-left:15px;}
	.tableDown span ul{margin-left:45px;}
	.shopping-step li{display:block; padding:15px 0; margin:40px 0;}
	.shopping-step li:first-child{margin:10px 0 40px;}
	.shopping-step li:last-child{margin:40px 0 10px;}
	.shopping-step li+li:before{top:0; left:50%; margin:-35px 0 0 -15px; transform:rotate(90deg);}
	.list-box tr{display:block; border:0; padding-left:140px;}
	.list-box td{display:block; text-align:left;}
	.list-pic{position:absolute; left:0; width:120px;}
	.total-box{width:75%; margin:10px auto 0;}
	.total-box td:first-child{text-align:left;}
	.infor-block, .infor-block .infor, .infor-block .infor-box{display:block; width:auto; margin:20px 0 0; padding:0; border:0; background:none;}
	.infor-block .infor-box .infor-title{margin:0; padding:5px 8px;}
	.about-sprit-pic{max-width:600px;}
	.about-text-box{width:90%; padding:0;}
	.notice-item-top{width:100%; margin:0 auto 15px;}
	.notice-info-block-bottom{text-align:center;}
	.notice-info-block-bottom h2{padding-left:0;}
	.notice-info-block-bottom p{text-align:left;}
	.map-box{float:none; width:100%;}
	.spirit-box{float:none; width:100%; max-width:500px; margin:15px auto 0;}
	.index-block h2{width:20%;}
	.foot-block{max-width:600px;}
	.foot-box-contact, .foot-box-sitemap{width:100%;}
	.linklist{text-align:center;}
	.linklist li{float:none; display:inline-block;}
	.map-box{width:100%; display:block; margin:0 auto;}
	.contact-text-box{width:70%; max-width:280px; display:block; margin:20px auto 0; padding:0;}
	.contact-form tr th{display:block; width:90%; margin:0 auto; padding-top:20px; line-height:50%;}
	.contact-form tr td{display:block; width:90%; margin:0 auto;}
	.download-block{grid-template-columns:repeat(2,1fr);}
	.product-box{width:50%;}
	.anchor-menu{top:20%;}
	.anchor-menu ul{padding:10px 10px 10px 7px;}
	.anchor-menu li{line-height:30px;}
	.anchor-menu li a{writing-mode:vertical-lr; padding:15px 0;}
	.detail-edit-box{max-width:500px;}
	.process-box{width:50%;}
	.spirit-ttitle-bottom h3{font-size:22px; line-height:1.5em;}
	.pack-box{width:50%;}
	.detail-title, .detail-main-pic{width:100%;}
	.main-pic-inner{width:100%;}
	.contact-form-box label{width:100%;}
	.contact-form-box .form-box-content{width:100%; margin-top:10px; padding:0 5px;}
	.time-item_content{padding:5px;}
	.time-item_content h3{font-size:18px; padding-top:8px; padding-bottom:5px;}
	.time-item_content p, .time-item_content li{padding:0 5px;}
	.news-link{flex-wrap:wrap;}
	.newsDate{flex-basis:100%; margin-bottom:10px;}
	.index-news-block{margin:20px auto 40px;}
	.menu-bottom-box{width:48%;}
	.req-L, .req-R{width:100%;}
	.req-R{margin-top:20px;}
	.pageBannerBlock{height:200px; background-position:center left;}
	.aboutContentBox{width:100%;}
	.faqItem__inner{flex-wrap:wrap;}
	.faqItem-cover{flex-basis:100%;}
	.faqItem-cover .img-cover{padding-bottom:60%;}
	.faqItem-txt{flex:100%; margin-top:20px;}
	.faqItem__inner .moreBtn{margin-right:0;}
	.productCateList li{width:50%;}
	}

@media screen and (max-width:640px){
	#footFloat{font-size:0.9em;}
	.key{width:100%;}
	.footbox{width:80%;}
	.video{width:98%;}
	.popup-gallery{width:100%;}
	.hotBg a::before{left:38%; top:70%;}
	.formBox .form input[type="text"]{width:58%;}
	.formBox .form textarea{width:58%;}
	.download-pro h3{position:absolute; right:0; top:12px;}
	.download-pro h4{display:block; margin-left:0; margin-bottom:8px;}
	.download-pro {margin:25px auto 45px;  position:relative;}
	.ptext{float:left;}
	.popup-gallery{display:none}
	.jcarousel-wrapper{display:none}
	.mobile-show-block{display:block;}
	#content{margin:0 auto 30px;}
	.slider-block .scroll span{left:-13px;}
	.index-service-box{width:50%;}
	.info-pic-box.picboxR{width:85%;}
	.info-text-box{width:90%;}
	.servicelist li{display:inline-block; padding-left:15px;}
	.product-menu li{width:120px; height:120px;}
	.menu-bottom-box{width:100%;}
	.menu-bottom-box:nth-child(1){margin-bottom:20px;}
	.menu-bottom-box:nth-child(2){margin-bottom:20px;}
	.menu-bottom-box:nth-child(3){margin-bottom:20px;}
	.about-edit-box-pic{flex-basis:100%;}
	.about-edit-box-info{padding:0 15px;}
	footer:before{top:57%; right:0;}
	footer:after{top:-62%; left:5%; width:110%;}
	.product-sidebar{width:100%;}
	.product-box{width:100%; max-width:400px; margin:0 auto 50px;}
	.content-area{padding-bottom:60px;}
	.map-box{width:90%;}
	.form-box{width:100%;}
	.page-newsbox-cover-picbox{height:auto;}
	.pack-edit-block{width:95%; padding:40px 20px 50px;}
	.pack-edit-box .tab-content{padding:50px 10px;}
	.nav-pills li a{font-size:16px;}
	.bread-block{width:90%;}
	.has-page-title-area{padding-top:0;}
	.product-list-menu{margin:0 auto;}
	.process-block{max-width:360px;}
	.process-box{width:100%; margin-bottom:70px;}
	.process-box:before{right:45%; top:unset; bottom:-15%;}
	.process-box:before{border-color:#ccc transparent transparent transparent;}
	.news-list{max-width:480px;}
	.news-list li{width:100%;}
	.certified-block img{width:95%; max-width:450px;}
	.about-edit-box-pic{margin-right:0;}
	.about-edit-box:nth-child(even) .about-edit-box-pic{margin-left:0;}
	.searchBlock{max-width:320px;}
	.product-list-menu{max-width:320px;}
	}

@media screen and (max-width:540px){
	.product-gallery-subblock{justify-content:center;}
	.tech-list-box{width:100%; max-width:380px;}
	.contact-person-box ul li{width:50%;}
	.process-timeline:before{left:10%;}
	.history-time-item{width:75%;}
	.time-item-right{left:8%;}
	.time-item-left{left:8%; padding:10px 0 10px 40px;}
	.time-item-left:after{left:-10px;}
	.time-item-left .time-item_content:before{left:-12px;}
	.time-item-left .time-item_content:before{
		border:10px solid transparent;
		border-right:12px solid #335495;
		border-left:none;
		left:-12px;
		}
	.time-item-left .time-item_content:after{
		border:9px solid transparent;
		border-right:11px solid #fff;
		border-left:none;
		left:-10px;
		}
	.product-type-block{max-width:360px;}
	.productTypeBox{width:100%;}
	}

@media screen and (max-width:480px){
	#logo{margin-top:0.1em;}
	.indexBannerSection{padding-top:64px;}
	.slider-block .scroll span{left:-25px;}
	.more {display:none;}
	.news{width:90%;}
	.detailBtn1{float:initial; margin:20px 0 10px;}
	.detailBtn2{float:initial; margin:20px 0 10px;}
	.download-pro h1 {display: block;}
	.formBox .form label{position: initial;}
	.formBox .form input[type="text"]{padding-left: 10px; margin-left: 0px; width:100%;}
	.formBox .form textarea{padding-left: 10px; margin-left: 0px; width:100%;}
	.pro_text{display:block;}
	.page { margin: 25px auto 20px;}
	.shopping-title{padding-top:105px;}
	.shopping-pic{max-width:180px; padding-top:30px;}
	.about-text-box{width:90%;}
	.notice-info-block-top, .notice-info-block-bottom{width:90%;}
	.foot-info{width:100%;}
	.index-block h2{width:30%;}
	.index-service-box{width:70%;}
	.bigger{font-size:28px;}
	.index-tech-box{width:100%;}
	.index-product-box{box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.3);}
	.news-infobox{
		transform:translateY(0%);
	    -moz-transform:translateY(0%);
	    -webkit-transform:translateY(0%);
	    -o-transform:translateY(0%);
	    -ms-transform:translateY(0%);
	    }
	.product-box{width:100%;}
	.edit-infobox{width:85%; max-width:420px;}
	.anchor-menu ul{padding:10px 5px 10px 0;}
	.process-box{width:80%;}
	footer:before{top:59%; width:130%;}
	.process-box{margin:25px auto 20px;}
	.process-box:before{top:-10%; left:40%; border-color:#ccc transparent transparent transparent;}
	.page-newsbox-cover-picbox{width:100%;}
	.page-newsbox-infobox{width:100%;}
	.pack-button a{padding:15px 10px;}
	.news-list_title-box{padding-right:30%;}
	.detail-edit-content{padding:30px 20px;}
	.faq-block{max-width:450px;}
	.faq-box{width:100%;}
	.process-timeline:before{top:5.5%; bottom:6%; left:10.7%;}
	.download-block{grid-template-columns:repeat(1, 1fr);}
	.faqItem-txt{padding:0 5px;}
	.productCateList li{width:100%;}
	}

@media screen and (max-width:400px){
	.logo{width:200px; margin-top:-15px;}
	.ptext{float:left;}
	.download-pro{position:initial; padding-bottom:15px;}
	.download-pro h3{position:initial; right:auto; float:none;}
	.download-pro h4 {margin-bottom:18px;}
	.product_img a::after{width:80px; padding-top:80px;}
	}
