@charset "utf-8";
@import url("reset.css");
@import url("loading.css");
@import url("fontawesome_all.css");
@import url("fakeLoader.min.css");
@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing:1px; }
html { height:100% }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; -webkit-text-size-adjust:none; font-size:12px; overflow-y:scroll; overflow-x:hidden; }
body, td, th,select,input {font-size: 12px;font-family: /*Arial,*/ "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif;color: #000000;}

/*簡易設定*/
.iframe_ch { display:none }
.middle { vertical-align:middle; }
.center { text-align:center; }
.w100{ width:100%; }

#tip_box { position: fixed; line-height:22px; background-image:url(../../images/bg.png); color: #FFF; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left:10px; }

/*fix safari*/
input, select, textarea{ -ms-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-sizing:content-box;}
input[type='text'],input[type='password'],input[type='button'],input[type='submit']{  -webkit-appearance: none; }

/*分頁*/
.pager{ width:100%; overflow:hidden; margin:50px auto 50px auto; text-align:center; }

/*編輯器*/
/* .editor{position:relative;padding: 20px 0 20px 20px;font-size:16px;line-height:30px;min-height: 500px;} */
.editor{position:relative;padding: 30px 20px 30px 20px;font-size:16px;line-height: 28px;overflow-x: auto;}
.decorate1{ border-left:1px solid #e1e1e1; }
.decorate1 .dot{position:absolute;top:0;left: -4px;width:10px;height:10px;background: #e0bfa5;}

/*連結*/
a{color: #656565;text-decoration:none;}
a:hover{ color:#33333; font-weight:bold; }

.editor a{color: #a27d6b !important;text-decoration:underline !important;}
.editor table th,.editor table td{ font-size:14px; }

/*表格*/
#css-table {display: flex;width:100%;}
.css-tr {display: table-row;}
.css-td {display: table-cell;text-align:left;vertical-align:middle;padding: 0px 10px;box-sizing:border-box;letter-spacing:1px;font-size: 14px;word-break: break-all;color:#121212;}

/*全營幕遮罩*/ 
.bg-overlay { display:block; position:fixed; left:0; top:0; background:rgba(0, 0, 0, 0.7); opacity:0; visibility:hidden; width:100%; height:100%; z-index:9999; transition: all 0.2s linear; }
.bg-overlay.visible { opacity:1; visibility:visible }

/*layout*/
/*
.layout-flex{ display:flex; margin:40px auto !important; }
.layout-left{flex: 1;padding-right:50px;font-weight:bold;}
.layout-right{flex:3;margin-bottom: 70px;}
.layout-right .web-caption .left .title{ color:#48351e; }
*/
/*左右欄的頁面*/
.container{/* background-color:#f3f0eb; */ min-height:600px; }
.container .wrap .layout-left{width: 25%;float:left;box-sizing: border-box;padding: 0 30px 0 10px;margin: 0 0 50px 0;}
.container .wrap .layout-right{width: 75%;float:left;box-sizing: border-box;padding: 1px 10px;}
.container .wrap .layout-all{ width:100%; }
.container .wrap .layout-right .end{margin-bottom: 50px;}

.container .wrap .layout-flex{ display:flex; }
.container .wrap .layout-news{ flex:2; }
.container .wrap .layout-quicklink{ flex:1; }

@media screen and (max-width : 900px) {
	.container .wrap .layout-flex{ display:block; }
}

/*左邊選單*/
.layout-left > ul{list-style:none;margin:0;padding: 10px 20px;background: #eaddd7;/* border-top: 5px solid #bed38f; *//* border-bottom: 5px solid #bed38f; */}
.layout-left > ul > li{width: 100%;font-size: 16px;/* border-bottom: 1px solid #a27d6b; */}
.layout-left > ul > li em{ font-style:inherit; width:20px; display:inline-block; }
.layout-left > ul > li > a{position:relative;color: #434242;font-weight: bold;text-decoration:none;display: block;letter-spacing: 3px;padding: 20px 0px 20px 35px;border-bottom: 1px solid #a27d6b;}
.layout-left > ul > li > a:before{/*font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f57d";*/content:url(../../images/menu-icon.png);padding-right:5px;position: absolute;left: 5px;top: 18px;color: #90c31f;}
.layout-left > ul > li > a:hover{background: #e3cec5;transition: all 0.5s ease;}
.layout-left > ul > li > a.on{ background:#e3cec5; }
.layout-left > ul > li:hover{ /*background:#bbd2ed; transition: all 0.5s ease;*/ }
.layout-left > ul > li:last-child{ border-bottom:0; }
.layout-left > ul > li ul{ display:block; list-style:none; margin:0; padding:0; }
.layout-left > ul > li ul li{width:100%;padding: 18px 23px;font-size:16px;/* border-bottom: 1px solid #a27d6b; */}
.layout-left > ul > li ul li:last-child{ border-bottom:0; }
.layout-left > ul > li ul li:hover{ background:#e3cec5; transition: all 0.5s ease; }
.layout-left > ul > li ul li a{position: relative;color:#000000;text-decoration:none;display: block;padding: 0px 0px 0px 35px;line-height: 20px;}
.layout-left > ul > li ul li a:before{position: absolute;left: 10px;top: 2px;content:url(../../images/menu-icon-2.png);}
.layout-left > ul > li ul li.third{ padding-left:20px; }
.layout-left > ul li:hover ul{ /*display:block; height:inherit; transition: all 0.5s ease;*/ }


/*內頁banner*/
#banner-box{width:100%;margin: 0 auto;overflow:hidden;/* background:#110102; */}
/* #banner-inner{position:relative;height: 295px;background: url(../../images/banner-inner.jpg) top no-repeat;background-size: cover;} */
#banner-inner .overlay{ display:flex;align-items:center;justify-content: center; width:100%; height:295px; /*background-color: rgba(0, 0, 0, 0.5);*/}
#banner-inner .title{opacity:0;text-align:center;color:#ffffff;font-size: 36px;/* font-weight: bold; */letter-spacing: 5px;padding: 10px 0vw 10px 0vw;/* background-color: rgba(0, 0, 0, 0.5); */border-bottom: 1px solid #ffffff;text-shadow: 1px 1px 1px #CCCCCC;}

/*麵包屑*/
#sitemap{width:100%;margin:0;padding:0 10px;box-sizing: border-box;letter-spacing:1px;color: #737373;background: #f3f0eb;text-align: right;}
#sitemap .wrap{width:100%;max-width:1200px;overflow:hidden;margin: 0 auto;padding: 20px 0px;color: #696969;font-size: 14px;}
#sitemap .wrap i{ padding-right:5px; }
#sitemap .wrap a{color: #696969;text-decoration:none;}
#sitemap .wrap a{ text-decoration:underline; }


/*網站按鈕(一)*/
.btn-1{
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    /* font-weight: bold; */
    border: 3px solid #000000;
    background:#000000;
    cursor: pointer;
    padding: 10px 40px;
    border-radius: 25px;
    min-width: 75px;
}
.btn-1:hover{ background:#505050; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }

.btn-2{
	position:relative;
	display: inline-block;
	color: #ffffff !important;
	font-size: 17px;
	/* font-weight: bold; */
	border: 3px solid #000000;
	background:#000000;
	cursor: pointer;
	padding: 13px 60px !important;
	border-radius: 25px;
	min-width: 75px;
}
.btn-2:before{position:absolute;top: 10px;left: 25px;content:url(../../images/arrow1.svg);filter: brightness(0) invert(1);}
.btn-2:hover{ background:#505050; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }



/*首頁大標題*/
.b-title{position: relative;width:100%;height: 150px;display: flex;align-items:center;justify-content: center;flex-direction: column;color: #a27d6b;font-size: 22px;margin: 1vw auto 1vw auto;padding: 0px 0 0 0;font-style: italic;/* font-family: 'Noto Sans TC', sans-serif; */}
.b-title span{/* letter-spacing:10px; *//* padding-left: 30px; */margin: 55px 0 40px 0;font-size: 36px;color: #634d42;font-style: normal;}
.b-title:before{content:url(../../images/title-line.png);position: absolute;top: 100px;}

/*內頁大標題*/
.b-innertitle{
    position: relative;
    color: #000000;
    /* background-color: #738a41; */
    background-image:url(../../images/title-bg.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    color: #ffffff;
    font-size: 20px;
    padding: 15px 10px 14px 60px;
    text-shadow: 1px 1px 1px #666666;
}
.b-innertitle:before{position: absolute;left: 20px;top: 15%;content:url(../../images/title-img.png);}
.b-innertitle .line{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #ebdfc7;
}

@media screen and (max-width : 768px) {
	.b-innertitle{ padding:15px 10px 14px 15px;}
	.b-innertitle:before{content:"";}
}

/*圖片延遲載入*/
img.lazy {
	display: block;
	/* optional way, set loading as background */
	background-image: url('../../images/ajax-loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/*活動圖片裁切*/
.album-cut {height:210px;overflow:hidden;/*border:1px solid #ccc;*/line-height: 210px;background: #ebebeb;}
.album-cut img{ vertical-align:middle;}
.album-cut2 {height:250px;overflow:hidden;/*border:1px solid #ccc;*/line-height: 250px;background: #ebebeb;}
.album-cut2 img{ vertical-align:middle;}
.album-cut3 {height:172px;overflow:hidden;/*border:1px solid #ccc;*/line-height: 172px;background: #ffffff;}
.album-cut3 img{ vertical-align:middle;}


@media screen and (max-width : 1200px) {
	.container .wrap .layout-left{ width:30%; }
	.container .wrap .layout-right{ width:70%; }	
}

@media screen and (max-width : 900px) {
	.container .wrap .layout-left{ display:none; }
	.container .wrap .layout-right{ width:100%; }

}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#wrapper{ width:100%; /*overflow:hidden;*/ /*background:url(../../images/index.jpg) no-repeat center top;*/ }

.container{position:relative;width:100%;overflow: hidden;max-width: 1300px;margin: 100px auto 0 auto;}
.container.bg-gray{ background:#f9f9f9; }

.container.row-color:nth-child(even) {background-color: #f3f0eb;}
.container.row-color:nth-child(odd) {background-color: #eaddd7;}

.container .wrap{position: relative;max-width: 1200px;overflow: hidden;margin: 0px auto;}
/*回上頁*/
.gotop{ position:fixed; bottom:100px; right:20px; z-index:99; }

/*footer*/
.cpright{width:100%;max-width:1300px;padding:20px 15px;text-align:right;font-size:14px;color:#656565;line-height: 20px;margin: 0 auto;}
.cpright a{color: #656565;text-decoration:none;}
.cpright a:hover{ text-decoration:underline; }

	
	
/*表格樣式*/
#table-1 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table-1 td, #table-1 th {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}

#table-1 tr:nth-child(even){background-color: #f2f1f1;}

#table-1 tr:hover {background-color: #ddd;}

#table-1 th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #90c31f;
  color: white;
}

@media screen and (max-width : 1200px) {
	.container{ padding:0 10px; }
	#footer-nav ul{ display:flex; flex-wrap:wrap; align-items:center; justify-content: center; }
	#footer .wrap #css-table{ display:table; }	
}

@media screen and (max-width : 768px) {

	#footer .wrap{ display:block; }
	#footer .wrap .left{ text-align:center; }	
	#footer .wrap .left img{ width:100%; }
	#footer .wrap .right{flex:3;display:block;padding:10px 0;}
	#footer .wrap .right #css-table{ margin:0 auto; }
	#footer .wrap .logo-area{margin: 30px 0 30px 0;}
	#footer .wrap .right #css-table .css-td:nth-child(2){ display:none; }
	.footer-dec{width:100%; height:0px;}	

}



@media screen and (max-width : 550px) {
	.logo-b{/* width:80%; *//* max-height: 65px; */}	
}

@media screen and (max-width : 480px) {
	#footer-nav ul li{width: 100%;background: #313131;margin: 1px 0;padding: 10px 10px;text-align: center;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.web-slogan-1{
    font-size: clamp(28px, 4vw, 90px);
    /*font-weight: bold;*/
    margin: 3vw 0 3vw 0;
    padding: 0 20px;
    letter-spacing: clamp(1px, 1vw, 8px);
}
.web-slogan-1 img{transform: scaleX(1) scaleY(-1);vertical-align: -25%;width: clamp(30px, 5vw, 120px);}
.web-slogan-1 .word1{
    font-size: 20px;
    color: #6b6b6b;
    padding: 0 10px;
}
.web-slogan-1 .word2{
    color: #262626;
    font-size: 20px;
}
.web-slogan-2{
    font-size: clamp(20px, 4vw, 55px);
    /*font-weight: bold;*/
    padding: 29px 20px;
}
.web-slogan-2 img{transform: scaleX(1) scaleY(-1);vertical-align: -25%;width: clamp(30px, 5vw, 70px);}
.web-slogan-3{
    font-size: clamp(14px, 4vw, 20px);
    color: #666666;
    padding: 0px 20px;
    line-height: clamp(24px, 2vw, 40px);
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Harpor <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#inner-harpor{ margin-top: 8vw; }
#inner-harpor .editor{font-size:20px;color:#6b6b6b;line-height:36px;/* font-weight:bold; */padding-top: 0;}
#inner-harpor .editor .img1{ margin:50px auto; }
#inner-harpor ul{}
#inner-harpor ul li{position:relative;padding: 0 20px 0 35px;color: #000000;}
#inner-harpor ul li:before{position:absolute;top: 5px;left: 0px;width: 30px;content:url(../../images/arrow2.svg);}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Quality <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*owl*/
#index-pdt .owl-left{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 3%;float:left;}
#index-pdt .owl-center{width: 94%;float:left;padding: 0 1vw;}
#index-pdt .owl-right{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 3%;text-align: right;float:left;}
#index-pdt .contain{ text-align:center; font-size:22px; }
#index-pdt .contain a{ display:block; padding:20px 0 0 0; color:#000000; }
#index-pdt .contain a:hover{ text-decoration:underline; }
#index-pdt .item{margin: 0 auto;padding: 10px 0vw;width: 95%;height: 550px;overflow:hidden;display:flex;align-items:center;justify-content: center;/* border-right: 1px solid #ebebeb; *//* border-left: 1px solid #ebebeb; *//*background:#ffffff;*/}
#index-pdt .item img{width: 100%;/* height: 90%; */cursor:pointer;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Contact <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


#inner-contact{ margin-top: 8vw; }
#inner-contact .editor{font-size:20px;color:#6b6b6b;line-height:36px;/* font-weight:bold; */padding-top: 0;}

#inner-contact .contact_info_area{/* width:100%; */overflow:hidden;font-size: 20px;line-height:25px;padding: 5px 0;/* border-bottom:1px dashed #a7a7a4; */}
#inner-contact .contact_info_title{float:left;width:20%;max-width: 100px;font-size: 20px;color: #6b6b6b;/* background:#c6e0a8; */text-align: left;margin: 0px 3% 10px 0;padding:0 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}

#inner-contact .contact_info_content{float:left;width:70%;}

/*表單*/
.login-area{width:100%;overflow:hidden;margin:0px auto;padding: 0 20px;text-align:center;}
.login-title{ font-size:18px; color:#395069; font-weight:bold; border-bottom:1px solid #bebebe; padding-bottom:10px; }
.login-area table{ margin:30px 0;}
.login-area table td {color: #000000;padding: 5px 0px 5px 0;font-size: 20px;text-align:left;border-bottom: 2px solid #000000;}
.login-area table td span{ color:#F00; padding-right:3px; }
.login-area table td img{ vertical-align:middle; }

.form-input input[type="text"],input[type="password"]{border: 0;background: #ffffff;/* border-radius: 4px; */margin: 0px 0;width:100%;height: 50px;padding:5px 10px;box-sizing:border-box;color: #000;outline: none;font-size: 20px;}
.form-input select{/* max-width:130px; */width:100%;height: 50px;padding:0 7px;outline:0;letter-spacing:1px;font-size: 20px;font-family:"微軟正黑體";border: 0;background: #ffffff;box-sizing: border-box;/* border-radius: 4px; */}
.form-input textarea {border:1px solid #696868;width:100%;font-size: 20px;padding:5px 10px;box-sizing:border-box;font-weight: normal;color: #000000;-webkit-transition: width 0.4s ease-in-out;transition: height 0.4s ease-in-out;height:100px;outline: none;border: 0;background: #ffffff;/* border-radius: 4px; */}

@media screen and (max-width : 768px) {
    .login-area table td {/* display:block; */font-weight:bold;}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Product <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#inner-news{width:100%;margin:0 auto;padding: 30px 0 30px 0;}
#inner-news .wrap{width:100%;max-width:1200px;margin:0 auto;/*min-height:800px;*/padding: 0 10px;}
#inner-news .news-area {display: flex;flex-wrap: wrap;width:100%;overflow:hidden;}
#inner-news .news-area > .items{position:relative;width: 31.3%;margin: 20px 10px;padding: 0px 0px 0px 0px;justify-content:space-between;background:#ffffff;/* box-shadow: 3px 3px 8px #dfe4e7; */}
#inner-news .news-area > .items .img{height: 300px;}
#inner-news .news-area > .items .border{width: 4px;height: 100%;position:absolute;top:0;left:0;/* background: #9c885e; */}
#inner-news .news-area > .items .date{/* background: #efebe1; *//* border-left: 5px solid #3c4167; */color: #1190d1;font-size: 18px;display: inline-block;padding: 20px 20px 10px 20px;font-weight: bold;margin: 10px 0 0 0;}
#inner-news .news-area > .items .title{width:100%;min-height: 70px;padding: 0px 0px 10px 0px;}
#inner-news .news-area > .items .title a{position:relative;padding: 20px 10px 10px 30px;color: #000000;font-size: 20px;/* font-weight: bold; *//* min-height: 60px; */display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
#inner-news .news-area > .items .title a:before{position:absolute;top: 40%;left:0;content:url(../../images/arrow2.svg);width:26px;/*transform: scaleX(1) scaleY(-1);*/}
#inner-news .news-area > .items .title .line{margin-top: 10px;width:40px;height:3px;background:#2ba6bc;}
#inner-news .news-area > .items .content{
    font-size: 15px;
    color: #010101;
    padding: 10px 20px 10px 20px;
    line-height: 22px;
}
#inner-news .news-area > .items .more{
    display: inline-block;
    float: right;
    font-size: 15px;
    text-align: right;
    padding: 15px 20px 40px 20px;
    color: #2ba6bc;
}
#inner-news .news-area > .items .more img{
    vertical-align: middle;
    padding: 0 5px;
}

#inner-news .news-area > .items:hover{/*background: #f0f0f0;transition: all 0.5s ease;*/}

@media screen and (max-width : 1024px) {
	#inner-news .news-area > .items{ width:46% !important; margin:20px 2%; }
}

@media screen and (max-width : 480px) {
	#inner-news .news-area > .items{ width:100% !important; margin:20px 10px; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Product Detail <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 產品詳細頁 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.info_detail img {
	margin-bottom: -9px;
    max-width: 100% !important;
    height: auto !important;
}

#product-detail{/*display:flex;*/width:100%;overflow:hidden;margin: 0 0 50px 0;padding-bottom: 50px;}
#product-detail .right{float:left;width: 40%;padding: 0 0 0px 0px;text-align:center;}
#product-detail .left{float:left;width: 60%;padding: 0 10px;}
#product-detail .left > .title{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

/*owl*/
#product-detail .owl-left{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 5%;float:left;}
#product-detail .owl-center{width: 90%;float:left;}
#product-detail .owl-right{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 5%;text-align: right;float:left;}

#owl-photography .item{margin:0;padding:10px 5px;height: 90px;/*overflow:hidden;*/display:flex;align-items:center;justify-content: center;width:98%;background:#ffffff;}
#owl-photography .item img{ box-shadow:0 0px 6px rgb(0 0 0 / 25%); border:1px solid #cccccc; }


@media screen and (max-width: 1000px) {
	#product-detail .right{ /*float:none;*/ width:100%; }
	#product-detail .left{ width:100%; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Menu Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.jq-submenu.srh{position:relative;padding:0 !important;}
.jq-submenu.srh .srh-btn{position:absolute;right: 30px;top: 20px;}
.jq-submenu.srh input[type="text"]{
	/* max-width:218px; */
	background: #F2f2f2;

	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	border:0;
	font-size: 14px;
	padding: 0 50px 0 25px;

	box-sizing: border-box;
	letter-spacing:1px;

	color:#333;
	outline:0;
}

.jq-submenu.nav{ border-left:0 !important; }
.jq-submenu.nav i{ position:initial !important; padding-right:8px; }


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Mobile Menu <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


body { transition: background-color .2s; }
#wrapper { transition: margin-left .2s; }
.sidenav { display:flex; flex-direction: column; height: 100%;overflow:hidden;width: 0;position: fixed;z-index: 9999;top: 0;right: 0;background-color: rgba(255, 255, 255, 1);overflow-x: hidden;transition: 0.2s;/*padding-top: 60px;*/box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.sidenav .closebtn {font-size: 25px;position: absolute;top: 40%;right: 10px;color: #000000;}
.sidenav .head {width:100%;position: relative;overflow:hidden;/* text-align: center; */padding: 15px 0 15px 5px;border-top: 3px solid #000000;border-bottom: 1px solid #ebebeb;background: #ffffff;}
.sidenav .head img{max-width: 259px;}

.sidenav .menu-top{ }
.sidenav .menu-bottom{width: 100%;height: 100%;background: #ebebeb;padding: 20px 0 10px 0;display: flex;align-items: flex-end;justify-content: center;}
.sidenav .menu-bottom .search{padding:10px 20px;}
.sidenav .menu-bottom .search .items{
    margin: 20px 0;
    display:flex;
}
.sidenav .menu-bottom .search .items .lefter{
	flex: 1;

	width: 80px;
	font-size: 16px;
	color: #3c3c3c;
	display: flex;
	align-items:center;
	justify-content: center;
}
.sidenav .menu-bottom .search .items .lefter i{color: #0557A1;padding-right:8px;}
.sidenav .menu-bottom .search .items .righter{flex: 1;padding: 0 0 0 10px;}
.sidenav .menu-bottom .search .items .righter .search-items{ display:flex;}
.sidenav .menu-bottom .search .items .righter .search-items .input{flex: 1;}
.sidenav .menu-bottom .search .items .righter .search-items .input input[type="text"]{border:0;outline: 0;max-width: 100px;padding: 15px;-webkit-border-top-left-radius: 20px;-webkit-border-bottom-left-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-bottomleft: 20px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.sidenav .menu-bottom .search .items .righter .search-items .button{flex:1;background: #0557A1;color: #ffffff;padding: 15px 20px;-webkit-border-top-right-radius: 20px;-webkit-border-bottom-right-radius: 20px;-moz-border-radius-topright: 20px;-moz-border-radius-bottomright: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

.sidenav .menu-bottom .community{padding: 10px 5px;text-align: center;}
.sidenav .menu-bottom .copyright a{color: #939797;text-decoration:none;}
.sidenav .menu-bottom .copyright a:hover{ text-decoration:underline; }


@media screen and (max-height: 450px) {

 .sidenav {padding-top: 15px;}
 .sidenav a {font-size: 18px;}
}
/*選單 - 選項*/
#ajax-sidenav > div {position:relative;width: 100%;border-left: 5px solid #000000;border-bottom: 1px solid #ebebeb;color: #000000;padding: 20px 25px;line-height:20px;box-sizing:border-box;cursor: pointer;cursor: hand;font-size: 14px;letter-spacing: 3px;}
#ajax-sidenav > div:before {/*content:url(../../images/header-icon.png);vertical-align:0; padding-right:10px;color: #000000;*/}
#ajax-sidenav h{color: #999999;font-size: 12px;display:block;word-break: break-all;}
#ajax-sidenav > div i {position:absolute;right: 15px;top: 40%;}
#ajax-sidenav > div.title { background: #b19bb5; color: #ffffff; }
#ajax-sidenav > div:hover { /*color:#57708e;*/ }
#ajax-sidenav > div span { position:absolute; right:0; top: 0; display:block; padding: 15px 20px; border-left: 1px solid #ebebeb;/* border-right: 1px solid #ebebeb; */ }
#ajax-sidenav > div.nav {background:#ECECEC;border-bottom: 1px solid #CDCDCD;color: #000000;}
#ajax-sidenav > div.nav:before { content:""; padding-right:0px; }
#ajax-sidenav > div img { vertical-align:middle; padding-right:8px; }

.submenu-nav { width: 100%; overflow:hidden; display:none; background-color: #FFFFFF; }
.submenu-nav div {position:relative;font-size: 14px;background: #ffffff;line-height: 20px;border-bottom: 1px solid #ebebeb!important;padding: 12px 30px 12px 55px !important;cursor:pointer;}
.submenu-nav div:before{position: absolute;left: 30px;top: 14px;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f111";color: #e2e2e2;padding-right: 8px;}
.submenu-nav div a{font-size: 14px;color: #000000 !important;}
.submenu-nav div i{position:absolute;top:20px;right: 16px;color: #000000;}
.submenu-nav.layer3 div{padding: 18px 10px 18px 80px !important;}
.submenu-nav.layer3 div:before{position: absolute;left: 55px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 100;content: "\f111";color: #e2e2e2;padding-right: 8px;}


.submenu2{background:#ebebeb !important;border-left: 5px solid #9B7354;}
.submenu3{background:#f5f5f5 !important;border-left: 5px solid #9B7354;}

.copyright{color: #656565;line-height: 18px;font-size: 13px;padding: 0 20px;}


@media screen and (max-height: 450px) {
 .sidenav { padding-top: 15px;}

 .sidenav a { font-size: 18px;}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Effect <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.bg-zoom {
  background-size: cover;
  background-position: center center;
  transition: transform 0.3s ease-in-out;
}

.bg-zoom:hover {
  transform: scale(1.05);
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Location <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.Loadaction_Box { position:relative; height: 100%; width: 0%; position: fixed; overflow:auto; top: 0; left: 0; overflow:auto; background-color:rgba(0, 0, 0, 0.5); z-index:100000000 }
.Loadaction {width: 220px;height: 60px;top: 42%;position: absolute;margin-left: auto;margin-right: auto;padding-top: 10px;left: 0;right: 0;background-color:rgba(0, 0, 0, 0.5);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.Actionupload_Text {font-size:13px;color:#FFFFFF;height: 25px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.pageselect{border:1px solid #CCCCCC;padding: 4px 5px;font-size:12px;}
.pageselect:hover{ background:#ebebeb; }
a.pagelink_no{color:#333333;text-decoration:none;border: 1px solid #cccccc;padding: 7px 5px;display: inline-block;margin: 5px 0;}
a.pagelink_no:hover{ background:#ebebeb; }
a.pagelink{color:#333333;text-decoration:none;border: 1px solid #CCCCCC;padding: 5px 10px;}
a.pagelink:hover{ background:#ebebeb; }
a.pagelink_ch{color:#333333;padding: 5px 10px;border: 1px solid #cccccc;background: #ebebeb;text-decoration:none;}

