@charset "utf-8";
@import url("reset.css");
@import url("loading.css");
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing:1px; outline:0; }
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, textarea {font-size:12px;font-family: /*Arial,*/ "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif;color:#333333;}

/*簡易設定*/
.iframe_ch { display:none }
.middle { vertical-align:middle; }
.center { text-align:center; }
.flex-center{display:flex; align-items: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='reset'],input[type='submit']{  -webkit-appearance: none; }

/*分頁*/
.pager{ width:100%; overflow:hidden; margin:50px auto 50px auto; text-align:center; }

/*編輯器*/
.editor{padding: 0px 10px 40px 10px;font-size:16px;line-height:30px;/*text-align:left;*/font-weight: normal;}
.editor a{ color:#2258c5; text-decoration:underline; }

/*連結*/
a{ color:#000000;text-decoration:none; }
a:hover{ color:#506267; }

/*go top*/
.gotop{ position:absolute; top:10px; right:10px; }

/*表格*/
.css-table {display:table;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:20px;color:#121212;}


/*網站按鈕*/
.btn-1{display:inline-block;color: #ffffff;padding: 5px 30px;margin: 0 5px;font-size: 15px;border: 4px double #FF6B13;background: #F75C00;cursor:pointer;}
.btn-1 i{ padding-right:6px; }
.btn-1:hover{ background:#FF6B13; transition: all 0.5s linear; }

.btn-2{display:inline-block;color: #ffffff;background: #143874;padding: 10px 40px;margin: 0 5px;font-size: 14px;border:1px solid #143874;cursor:pointer;}
.btn-2:hover{transition: all 0.5s linear;background: #88619a;}

.btn-3{position:relative;display:inline-block;color: #ffffff;padding: 13px 140px 13px 20px;margin: 0 5px;font-size: 15px;cursor:pointer;background: linear-gradient(0deg, rgba(255, 96, 1, 1)80%, rgba(204, 77, 1, 1)80%);background: -moz-linear-gradient(0deg, rgba(255, 96, 1, 1)80%, rgba(204, 77, 1, 1)80%);background: -webkit-linear-gradient(0deg, rgba(255, 96, 1, 1)80%, rgba(204, 77, 1, 1)80%);background: -o-linear-gradient(0deg, rgba(255, 96, 1, 1)80%, rgba(204, 77, 1, 1)80%);}
.btn-3 i{position:absolute;top: 12px;right: 8px;padding-right:6px;}
.btn-3:hover{ transition: all 0.5s linear;
background: linear-gradient(0deg, rgba(204, 77, 1, 1)80%, rgba(255, 96, 1, 1)80%);
background: -moz-linear-gradient(0deg, rgba(204, 77, 1, 1)80%, rgba(255, 96, 1, 1)80%);
background: -webkit-linear-gradient(0deg, rgba(204, 77, 1, 1)80%, rgba(255, 96, 1, 1)80%);
background: -o-linear-gradient(0deg, rgba(204, 77, 1, 1)80%, rgba(255, 96, 1, 1)80%);
}

.btn-4{position:relative;display:inline-block;color: #ffffff;padding: 13px 70px 13px 110px;margin: 0 5px;font-size: 15px;cursor:pointer;background: linear-gradient(180deg, rgba(255, 96, 1, 1)80%, rgba(204, 77, 1, 1)80%);background: -moz-linear-gradient(180deg, rgba(255, 96, 1, 1)80%, rgba(204, 77, 1, 1)80%);background: -webkit-linear-gradient(180deg, rgba(255, 96, 1, 1)80%, rgba(204, 77, 1, 1)80%);background: -o-linear-gradient(180deg, rgba(255, 96, 1, 1)80%, rgba(204, 77, 1, 1)80%);}
.btn-4 i{position:absolute;top: 12px;left: 14px;padding-right:6px;}
.btn-4:hover{ transition: all 0.5s linear;
background: linear-gradient(180deg, rgba(204, 77, 1, 1)80%, rgba(255, 96, 1, 1)80%);
background: -moz-linear-gradient(180deg, rgba(204, 77, 1, 1)80%, rgba(255, 96, 1, 1)80%);
background: -webkit-linear-gradient(180deg, rgba(204, 77, 1, 1)80%, rgba(255, 96, 1, 1)80%);
background: -o-linear-gradient(180deg, rgba(204, 77, 1, 1)80%, rgba(255, 96, 1, 1)80%);
}

/*產品圖片裁切*/
.img-cut {height:280px;overflow:hidden;/*border:1px solid #ccc;*/line-height: 280px; background: #ffffff; border: 1px solid #ebebeb;}
.img-cut img{ vertical-align:middle;}

/*全營幕遮罩*/ 
.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} 

/*麵包屑*/
#sitemap{width:100%;box-sizing: border-box;padding: 20px 15px;}
#sitemap .wrap{width:100%;max-width: 1400px;margin:0 auto;font-size:14px;letter-spacing:1px;color:#727272;line-height:25px;text-align: right;}
#sitemap .wrap a{ color:#757575; }

/*------image mask--------*/
.photo-mask{opacity:0;position:absolute;left:0;bottom:0;color:#ffffff; cursor:pointer; width:100%;height:100%;background-color:rgba(255, 112, 26, 0.9);letter-spacing:3px;text-align:center;padding:15px; box-sizing:border-box; line-height:22px;-webkit-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;}
.photo-mask-content{ width:100%; height:100%; display:flex; align-items:center; justify-content: center; }
.photo-mask-content span{ border:2px solid #ffffff; padding:5px 30px; }
.photo-mask .line{border:1px solid #FFFFFF;}
.gallery{ position:relative; }
.gallery .photo-mask{ opacity:0; }
.gallery:hover .photo-mask{ opacity:1; }


/*------image zoom--------*/
.photo-zoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.photo-zoom img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  
}
.photo-zoom:hover img {-moz-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);}

/*網頁大標題*/
.common-title{text-align: left;font-size: 14px;color:#686868;/* font-weight:bold; */letter-spacing: 4px;line-height: 30px;padding: 20px 10px 20px 10px;margin: 0 0 0 0;}
.common-title span{display: block;line-height: 30px;text-transform: uppercase;font-size: 28px;padding-bottom: 5px;color: #ff6001;font-weight: bold;letter-spacing: 5px;font-family: 'Noto Sans TC', sans-serif;}
.common-title > .line{background: #cccccc;width: 150px;height: 1px;margin: 10px auto 10px auto;animation:1s ease-in-out 0.8s 1 widthGroup-1;}

/*內頁大標題*/
.m-title{width:100%;padding: 35px 10px;margin-bottom: 10px;color: #ff6001;font-weight: bold;font-size:18px;letter-spacing:3px;border-top: 1px solid #cccccc;}

/*內頁小標題*/
.s-title{position:relative;color:#393939;font-size:26px;text-shadow: 1px 1px 1px #CCC;padding: 20px 0 20px 40px;letter-spacing:3px;border-bottom:1px solid #dcdcdc;}
.s-title span{position:absolute;left: 0;width:22px;height:6px;background:#073190;margin-top:auto;margin-bottom:auto;top:0;bottom:0;}

/*內頁小標題*/
.main-title{font-size:20px;letter-spacing:1px;padding: 35px 0 25px 0;color: #9C885E;}
.main-title i{ vertical-align:middle; padding-right:7px;width: 30px;}

.common-title{text-align: center;font-size: 24px;letter-spacing:5px;line-height: 25px;padding: 30px 10px 50px 10px;}
.common-title2{ text-align:left; font-size:24px; letter-spacing:5px; padding:30px 10px; color:#202020; }

.fix-top{ margin-top:112px; }

@media screen and (max-width : 768px) {
	.b-title{ font-size:20px; }	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#wrapper{ width:100%; }
.container{width:100%;overflow:hidden; background:url(../../images/bg.png) repeat; }
.container:nth-of-type(odd) { /*background-color:#f7f7f7;*/ }
.container:nth-of-type(even) { background-color:#ffffff; }
.container .wrap{width:100%;max-width:1200px;margin: 0 auto 30px auto;overflow:hidden;}

/*左右欄的頁面*/ 
.layout-flex{ /*display:flex;*/ margin:40px auto !important; }
.layout-left{/*flex: 1;*/ float:left; width:25%; padding-right:30px;font-weight:bold;}
.layout-right{/*flex:3;*/ float:left; width:75%; margin-bottom: 70px;}


/*左邊選單*/
#left-menu{width:100%;padding: 0px 0px 20px 0px;padding-bottom: 20px;background:url(../../images/left-menu-bg.png) bottom center no-repeat;/* background-color: #f2f2f2; */}
#left-menu .caption{background:#4f4f4f;color:#ffffff;padding: 15px 10px;letter-spacing: 2px;}
#left-menu > div{ cursor:pointer; }
#left-menu .left-submenu{display:none;}
#left-menu .types1{position:relative;width:100%;padding: 22px 10px 22px 10px;border-bottom: 1px dashed #acacac;color:#48351e;font-size: 15px;}
#left-menu .types1 a{color:#48351e;font-size:16px; text-decoration:none; }
#left-menu .types1:hover span{ color:#FF6001; }
#left-menu .types1.on{color: #616161;}
#left-menu .types1:before{font-size: 10px;padding-right: 10px;color:#ffb400;content:url(../../images/menu-icon-1.png);}
#left-menu .types1 i,#left-menu .types2 i{position:absolute;right:0;top: 20px;color: #FF6001;font-size: 15px;cursor:pointer;}
#left-menu .types2{position:relative;margin: 0px 0;padding: 22px 20px 22px 20px;font-size: 13px;border-bottom: 1px dashed #acacac;}
#left-menu .types2.on{color: #888888;}
#left-menu .types2:hover{ text-decoration:underline; }
#left-menu .types2:before{padding-right: 10px;color: #FF6001;font-size: 75%;content:url(../../images/menu-icon-2.png);}
#left-menu ul{list-style:none;margin:0;padding: 0;}
#left-menu ul li{font-size: 15px;color:#48351e;line-height:20px;padding: 22px 0 17px 30px;border-bottom: 1px dashed #acacac;}
#left-menu ul li a{ color:#48351e; }
#left-menu ul li a:before{padding-right:5px;color: #FF6001;font-size: 75%; content:url(../../images/menu-icon-2.png); }
#left-menu ul li a:hover{ color:#FF6001; font-weight:bold; }
#left-menu ul li a.on{color: #FF6001;}


#header{position:relative;width: 100%;background:#ffffff;z-index:999;position: fixed;border: 1px solid #ebebeb;}
#header .wrap{position: relative;max-width:1200px;height: 120px;margin:0 auto;}

#header .logo{position:absolute;bottom: 10px;left:10px;display:flex;cursor:pointer;}
#header .logo img{ padding-right:15px; }
#header .logo div span{color: #231815;font-size: 24px;font-weight: bold;border-bottom: 1px solid #e1e1e1;padding-bottom: 7px;margin-bottom: 5px;letter-spacing:1px;display:block;font-family: 'Noto Sans TC', sans-serif;}
#header .logo > .word{color: #231815;font-size: 17px;display:flex;align-items:center;justify-content: center;}
#header .logo > .word div{ letter-spacing:0.5px; }
.logo-b{position:absolute;top:10%;left:10px;/* max-width:500px; *//*width:80%;*/}


#header .nav{position:absolute;top: 30px;right:25px;}
#header .nav a{display:inline-block;border: 1px solid #d3d3d3;color:#ff6b12;padding: 9px 20px;font-size: 14px;}
#header .nav a:hover{ background:#ebebeb; }
#header .nav i{ padding-right:5px; }

#menu-bar{display: none;position:absolute;right: 15px;top: 50px;color: #FF6B12;font-size: 30px;cursor:pointer;}

/*內頁banner*/
#banner-box{  width:100%; overflow:hidden; background:#110102; }
#banner-inner{position:relative;height:240px; background:url(../../images/banner-inner.jpg) center no-repeat; background-size: cover; display:flex;align-items:center;justify-content: center; }
#banner-inner .title{opacity:0;text-align:center;color:#ffffff;font-size: 30px;letter-spacing: 10px;}
#banner-inner .title span{font-size:40px;font-family: 'Lato', sans-serif;display: inline-block;font-weight: bold;margin-bottom: 20px;letter-spacing: 5px;font-family:inherit;}


#menu{position: absolute;right: 0;bottom: 0;color: #191919;}
#menu ul{padding: 0;margin: 0;list-style: none;/* margin-right: auto; */margin-left: auto;display: table;padding: 22px 0 5px 0;}
#menu ul li{float:left;padding: 0 10px 15px 20px;}
#menu ul li:after{/* content:url(../../images/arrow.png); */vertical-align: middle;}
#menu ul li:last-child:after{ content:''; }
#menu ul li a{color: #191919;font-weight: bold;font-size:15px;letter-spacing: 3px;padding: 0 15px 17px 15px;}
#menu ul li a:hover{ border-bottom:3px solid #ff6b12; }

/*footer*/
#footer{width:100%;overflow:hidden;min-height:210px;background:url(../../images/footer-bg.png) left bottom no-repeat;background-color: #1d1d1d;padding: 20px 0 10px 0;}
#footer .wrap{ position:relative; max-width: 1200px;width:100%;margin:0 auto;color:#ffffff;display:flex;padding:0 10px; background:url(../../images/footer-bg.jpg) no-repeat; }
#footer .wrap .left{flex: 1;/* display:flex; *//* align-items:center; *//* justify-content: center; */}
#footer .wrap .left img{width:100%;max-width: 436px;}
#footer .wrap .right{flex: 1;}
#footer .wrap .nav{ display:flex; }
#footer .wrap .nav .column{flex:1;max-width: 200px;}
#footer .wrap ul li{list-style-image:url(../../images/footer-icon-1.jpg);padding: 8px 0;color: #d7d7d7;font-size: 14px;}
#footer .wrap ul li a{color: #ffffff;text-decoration:none;}
#footer .wrap ul li a:hover{ text-decoration:underline; }

#footer .wrap .contact-info{color: #ffffff;font-size:14px;font-weight: bold;/* display:flex; */width: 100%;margin: 4vh 0;}
#footer .wrap .contact-info .contact-left,
#footer .wrap .contact-info .contact-right{/* border-left: 5px solid #788492; */flex:1;padding: 0 0 0 20px;text-align: left;}
#footer .wrap .contact-info .items{display:flex;align-items: flex-start;padding: 5px 0;}
#footer .wrap .contact-info .items:not(:last-child){/* padding: 15px 0; */}
#footer .wrap .contact-info .items .items-title{flex: 1;/* border-right: 1px solid #788492; */max-width: 110px;text-align: center;padding: 7px 0;background: #3f3f3f;}
#footer .wrap .contact-info .items .items-title i{ padding-right:6px; }
#footer .wrap .contact-info .items .items-content{flex: 3;padding: 7px 20px;word-break:break-all;}
#footer .wrap .contact-info .items .items-content a{ color:#ffffff; }

#copyright{position:relative;font-size: 12px;/* max-width:1400px; */width:100%;overflow: hidden;margin:0 auto;line-height:20px;color: #676767;text-align: center;padding: 0px 10px 7px 10px;background: #1d1d1d;}
#copyright .cwrap{max-width: 1200px;margin:0 auto;padding: 15px 0 5px 0;text-align: left;/* border-top: 1px solid #788492; */}
#copyright a{color: #676767;text-decoration:none;}
#copyright a:hover{ text-decoration:underline; }


@media screen and (min-width : 1025px) {
	#header .search-m{ display:none; }
}
@media screen and (max-width : 1024px) {
	
	#header .logo div span{ font-size:2vw; }
	#header .logo > .word{ font-size:1.5vw;}
	
	#header .nav .searh-area{ padding-right:0; cursor:pointer; }
	#header .nav .searh-area input{ display:none; }

	#header .nav .btn-1{ padding:12px 10px; font-size:13px; }

	
	#header .search-m{ display:initial; }
	#header .search-d{ display:none; }

	.container .wrap .layout-left{ display:none; }
	.container .wrap .layout-right{ width: 100%; }	

	.container .wrap.flex{ display:block; }
	.container .wrap .layout-search-left{ }
	.container .wrap .layout-search-right{ }	
	
	.letter-title{ width:100%; max-width:370px; margin:0 auto; text-align:left; }
	
	#footer .wrap{ display:block; }
	#footer .wrap .left{ margin-bottom:25px; }
	#footer .wrap .contact-info{ margin:4vh auto; float:none; }
	#copyright{ text-align:center; }	

		
}
@media screen and (max-width : 1024px) {
	#header{ position:fixed; }
	#header .nav{ display:none; }
	#header .wrap{height: 99px;box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);}
	#menu{ display:none; }
	#menu-bar{ display:block; top:35px; }
	
	.fix-top{margin-top: 90px;}
	.fix-top-inner{/*padding-top: 90px;*/}
	
	.logo-b{max-height:85px;max-width:80%;top:5%;}
	
}
@media screen and (max-width : 768px) {	

	#footer .wrap .contact-info{ display:block; }
	#footer .wrap .contact-info .items{padding-bottom:15px; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*最新消息*/
#index-news{margin: 0px 0;padding:30px 10px;text-align:center;}
#index-news .news-types{width:100%;text-align:center;display: block;padding-bottom: 30px;border-bottom: 3px solid #c6c7c8;}
#index-news .news-types span{padding: 13px 1.5vw;display:inline-block;margin: 5px 15px;color: #143874;font-size: 17px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;cursor: pointer;border: 1px solid #143874;}
#index-news .news-types span:hover{ background:#143874; color:#ffffff; transition: all 0.3s ease; }
#index-news .news-list{display:flex; width:100%;overflow:hidden;margin: 25px 0;text-align: left;padding: 0px 0px 15px 0;}
#index-news .news-list .title{flex: 15;color: #ff6001;font-size: 20px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;padding: 0 20px;}
#index-news .news-list .title a{ color:#ff6001; line-height:25px; text-decoration:none; }
#index-news .news-list .title a:hover{ text-decoration:underline; }
#index-news .news-list .title span{color: #626161;padding: 5px 0px;margin: 10px 0 0 0;display: inline-block;font-weight: normal;font-size: 15px;}
#index-news .news-list .content{flex: 15;font-size: 20px;line-height:22px;font-family: 'Noto Sans TC', sans-serif;padding: 0 20px;}
#index-news .news-list .content span{font-weight: bold;color: #ff6001;display: inline-block;margin-bottom: 20px;}
#index-news .news-list .date{flex:1;padding: 0 10px;font-size: 12px;display: flex;align-items: center;justify-content: center;font-weight: bold;text-align: center;border-right: 1px solid #c6c7c8;}
#index-news .news-list .date span{
    display: block;
    color: #494949;
    font-weight: bold;
    font-size: 44px;
    padding: 0 0 10px 0;
}
#index-news .news-list .more{flex:1;padding:0 20px;min-width:150px;color: #143874;font-size: 14px;display: flex;align-items: flex-end;justify-content: center;}
#index-news .news-list .more a{ color:#143874; }
#index-news .pager{ text-align:right; margin:0 auto; }

/*最新消息內頁*/
.news-download{
    margin: 50px 0 0 0;
    font-size: 15px;
    color: #3a3a3a;
}
.news-download .caption{
    font-weight: bold;
    margin-bottom: 10px;
}
.news-download .caption i{ padding-right:6px; color:#ff6001; }
.news-download a{
    display: block;
    color: #ff6001;
    padding: 5px 0;
}
.news-download a:hover{ text-decoration:underline; }

@media screen and (max-width : 900px) {
	#index-news .news-list{/* display:block; */margin:30px 0 30px 0;}
	#index-news .news-list .date{/* justify-content:flex-end; */padding: 0 0 0 0;min-width: 100px;}
	#index-news .news-list .more{ justify-content:flex-end; padding:10px 0; }
}
@media screen and (max-width : 468px) {
	#index-news .news-list{display:block;}
	#index-news .news-list .date{border-right:0; border-bottom:1px solid #c6c7c8; padding-bottom:20px; margin-bottom:30px;}
}

/*公司簡介*/
#index-about {width:100%;background:url(../../images/about-bg.jpg) no-repeat;background-position: center bottom;background-size: cover;background-attachment: fixed;}
.index-about-contain {position:relative;max-width: 1200px;/*min-height:770px;*/margin:0 auto;color:#797979;font-size:14px;line-height:25px;letter-spacing:1px;}
#index-about .common-title{ text-align:left; color:#ffffff; }
#index-about .common-title span{ color:#ffffff; }
#index-about .common-title > .line{ margin:10px 0 10px 0; }
#index-about .about-box{width: 50%;padding: 50px 20px 50px 20px;box-sizing:border-box;}
#index-about .about-box .content{color: #ffffff;font-size:16px;padding:30px 0;line-height:35px;}
#index-about .btn-3{margin: 70px 0 0 0;padding:3px 140px 3px 20px;background:transparent;border:1px double #ffffff;}
#index-about .btn-3:hover{ border:4px double #ffffff; }


@media screen and (max-width: 1024px) {	
	#index-about .about-box{margin: 0 auto;width: 95%;}	
}



/*產品專區*/
#index-product{width:100%;max-width:1300px;overflow:hidden;margin:0 auto;padding: 0px 0;}

#product-list{width:100%;display:flex;flex-wrap: wrap;}
#product-list .items{margin: 0px 1% 30px 1%;text-align: center;}
#product-list .col-4{flex: 0 23%;}
#product-list .col-3{flex: 0 31%;}
#product-list .items img{ /*box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);*/ width:100%; }
#product-list .items .title{
    text-align: left;
    color: #252525;
    padding: 0px 10px;
    font-size: 15px;
    line-height:22px;
    border-left:4px solid #ff6001;
    margin: 20px 0;
}
#product-list .items .title a{ color:#000; text-decoration:none; }
#product-list .items .title span{ display:block; color:#787878; }
#product-list .items .more{
    display: inline-block;
    border: 1px solid #c9c1ad;
    padding: 10px 20px;
    margin: 10px 0;
    color: #604041;
}
#product-list .items .more:hover{ background:#ebebeb; }

@media screen and (max-width: 768px) {
	#product-list .items{margin: 0 3% 20px 3%;}
	#product-list .col-4 , #product-list .col-3{ flex: 0 44%; }
}

@media screen and (max-width: 380px) {
	#product-list .items{margin: 0 3% 20px 3%;}
	#product-list .col-4 , #product-list .col-3{ flex: 0 100%; }
	.img-cut{ height:auto; line-height:inherit; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> About <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*公司簡介*/
/*
#inner-about{ display:flex; }
#inner-about .lefter{ flex:1; display:flex; align-items:center; justify-content: center; }
#inner-about .lefter img{ width:100%; max-width:535px; }
#inner-about .righter{ flex:1; display:flex; align-items:center; justify-content: center; }
#inner-about .righter .items{ padding:20px; }
#inner-about .righter .caption{display:flex;font-size: 24px;font-weight: bold;color: #303030;}
#inner-about .righter .caption .title{ padding:0 20px; }
#inner-about .righter .caption .line{ flex:1; background:url(../../images/about-line.png) repeat-x; background-position:center center; }
#inner-about .righter .editor{ padding:20px 0px 40px 20px; }
*/

/*代理品牌*/
/*
#inner-brand{ margin:50px 0; }
#inner-brand .caption{
    border-bottom: 2px solid;
    max-width: 550px;
    text-align: center;
    margin: 80px auto 80px auto;
    color: #ff6001;
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: bold;
}
#inner-brand .brand-list{
    display: flex;
    flex-wrap: wrap;
}

#inner-brand .brand-list .items{
    flex: 0 50%;
    padding: 20px;
}
#inner-brand .brand-list .items .title{
    font-size: 24px;
    color: #000000;
}
#inner-brand .brand-list .items .content{
    font-size: 15px;
    padding: 20px 0;
    color: #444444;
    line-height: 30px;
    border-bottom: 1px solid #c4c4c4;
    min-height: 200px;
}

@media screen and (max-width :1024px){
	#inner-about{ display:block; }
	#inner-brand .brand-list{ display:block; }
}
*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Contact <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*聯絡我們資訊*/
#contact-info .contact-wrap{display:flex;justify-content: space-between;flex-wrap:wrap;margin: 50px 0;}
#contact-info .contact-wrap .contact-caption{text-align: left;font-size: 14px;color:#686868;/* font-weight:bold; */letter-spacing: 4px;line-height: 30px;padding: 0px 0px 20px 0px;margin: 0 0 0 0;}
#contact-info .contact-wrap .contact-caption span{display: block;line-height: 20px;text-transform: uppercase;font-size: 24px;padding-bottom: 5px;color: #ff6001;font-weight: bold;letter-spacing: 5px;font-family: 'Noto Sans TC', sans-serif;}



#contact-info .left{width:50%;padding:10px;}

#contact-info .left img{width:100%; max-width:555px; }
#contact-info .right{width: 50%;padding:10px;}
#contact-info .right .css-table{padding: 0 10px;}
#contact-info .right .css-td:first-child{max-width: 25px;color: #ff6001;padding-right: 10px;}
#contact-info .right .css-td:nth-child(2){width: 80px;max-width: 40px;color: #ff6001;}
#contact-info .right .css-td{padding: 25px 0;font-size: 16px;border-bottom: 1px dotted #cccccc;color: #333333;}


@media screen and (max-width : 1200px) {
	#contact-info .left{flex:1;width: auto;text-align: center;}		
	#contact-info .right{ flex:1; width:auto; }
}
@media screen and (max-width : 1024px) {
	#contact-info .contact-wrap{ display:block; }
}
@media screen and (max-width : 768px) {
}
@media screen and (max-width : 480px) {
	#contact-info .right .css-td:nth-child(2){ display:none; }
}



/*聯絡我們表單*/
#contact-list{margin-top:5vw;display:flex;flex-wrap:wrap;width:100%;max-width:1200px;padding: 30px 30px;margin:0 auto;text-align:center;background: #f5f5f5;}
#contact-list .caption{ color:#ff6001; font-size:24px; font-weight:bold; }
#contact-list .tips{width:100%;font-size:15px;color: #6a6a6a;text-align: left;padding: 30px 0px 30px 0px;line-height:24px;}
#contact-list .left{flex: 1;padding: 0 20px;text-align:left;width:100%;}
#contact-list .right{flex:1;padding: 0 20px;text-align:left;width:100%;}
#contact-list .right .contact-item{border-bottom:0;/* display: flex; */align-items:center;justify-content: flex-end;}
#contact-list .content #rand-img{position:absolute;right: 10px;top: 10px;}
#contact-list .right .submit{ border:0;}
#contact-list .right .submit span{ text-align:right; }
#contact-list .contact-item{display:flex;width: 100%;/* border-left:4px solid #f3c750; */color: #151515;font-size: 15px;padding: 15px 0px;/* border-bottom: 1px solid #d0d0d0; */}
#contact-list .contact-item .title{flex:1;padding: 10px 0;display: flex;align-items:center;/* justify-content: center; */}
#contact-list .contact-item .content{position:relative;flex: 3;}
#contact-list .contact-item input[type='text']{width:100%;border: 0;font-size: 15px;padding: 10px 10px;border: 1px solid #d3d3d3;border-radius: 3px;box-sizing: border-box;}
#contact-list .contact-item textarea{width:100%;height:200px;border:0;padding: 10px;font-size:15px;border: 1px solid #d3d3d3;resize: unset;box-sizing: border-box;}


@media screen and (max-width: 1024px) {	
	#contact-list .right{ flex:none; }		
}
@media screen and (max-width: 768px) {	
	#contact-list .contact-item{display:block;}
	#contact-list .contact-item input[type='text']{/* padding:15px 0 0 0; */}
}
@media screen and (max-width: 480px) {
	#contact-list{ padding:30px 10px; }
	#contact-list .contact-item .title{ flex:none; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 商品詳細頁 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


#product-detail{/*display:flex;*/width:100%;overflow:hidden;margin: 0 0 50px 0;/*padding-bottom: 50px;*/}
#product-detail .left{float:left;width:50%;padding: 0 0 30px 0px;text-align:center;}
#product-detail #new_src{ margin:0 10px; box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1); }
#product-detail .right{ float:left; width:50%; padding:0 30px; line-height:20px; }

#product-detail .caption{text-align:left;padding: 0 0px 0px 20px;margin: 0 0 20px 0;color: #3f3f3f;font-size: 18px;font-weight: bold;border-left: 3px solid #ff6001;line-height: 30px;}
#product-detail .caption span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #787878;
    padding: 0 0 10px 0;
}

#product-detail .caption1{ height: 15px; border-top:1px solid #cccccc;}

#product-detail .title{text-align:left;font-size: 30px;padding: 40px 0;color: #837c6e;font-size: 24px;}
#product-detail .capacity{text-align:left;font-size: 18px;padding: 0 0 20px 0;color: #837c6e;font-size: 24px;}
#product-detail .content{text-align:left;font-size: 16px;color: #323232;line-height: 30px;min-height: 150px;}
#product-detail .tips{/* border-left:3px solid #c9c1ad; */padding: 0 0 0 20px;margin:30px 0;font-size: 15px;color: #323232;line-height: 25px;}
#product-detail .tips span{display:block;color: #ff6001;font-size: 16px;padding-bottom: 10px;font-weight: bold;}


#product-detail .product_cart{width:100%;overflow:hidden;text-align:right;margin: 40px 0 40px 0;color: #9c885e;font-size: 16px;}
#product-detail .product_cart span{border: 1px solid #dbdbdb;background: #9c885e;color: #ffffff;font-weight:bold;padding: 10px 15px;cursor:hand;cursor:pointer;}
#product-detail .product_cart span:hover{ background:#bfa138; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }
#product-detail .product_input{border: 1px solid #dbdbdb;border-left:0;border-right:0;width:70px;height: 29px;text-align:center;font-size: 12px;background: #ffffff;outline: 0;}

#product-detail .product_button{ display:flex; justify-content:space-between; }
#product-detail .product_button .webbtn1{ width:45%; }

/*owl*/
#product-detail .owl-left{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;float:left;}
#product-detail .owl-center{width: 80%;float:left;}
#product-detail .owl-right{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;text-align: right;float:left;}

#owl-photography .item{ margin:0; padding:10px 0; /*height:140px;*/ /*overflow:hidden;*/display:flex; align-items:center; justify-content: center; width:100%; /*background:#ffffff;*/ }
#owl-photography .item img{ padding:5px; /*box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);*/  }

.video-area{display:flex;flex-wrap: wrap;width: 100%;}
.video-items{flex: 0 48%;margin: 0 1%30px 1%;}



@media screen and (max-width: 1000px) {
	#product-detail .left{ float:none; width:100%; }
	#product-detail .right{ width:100%; }
	#product-detail .caption{ font-size:26px; }
	#product-detail #new_src{ margin:0; }
}
@media screen and (max-width: 600px) {
	.video-items{flex: 0 100%;}
	#product-detail .right > .title{ font-size:24px; line-height:30px; }
}
@media screen and (max-width: 480px) {

	#product-detail .product_button{ display:block; justify-content:initial; }
	#product-detail .product_button .webbtn1{ width:100%; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 網路訂購 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#inner-orders{}
#inner-orders .caption{ font-size:18px; color:#1966ae; font-weight:bold; line-height:25px; font-family: 'Noto Sans TC', sans-serif; margin-bottom:50px; }
#inner-orders .flex-table{ display:flex; max-width:870px; width:100%; margin:0 auto; padding:0 10px; }
#inner-orders .flex-table .flex-th{flex:1;text-align:left;display:flex;align-items:center;font-size:15px;border-top:1px solid #c9c9c9;border-right: 1px solid #c9c9c9;}
#inner-orders .flex-table .flex-td{flex:4;padding: 5px 10px; font-size:15px; text-align:left;border-top:1px solid #c9c9c9;min-height: 70px;/* display: flex; *//* align-items:center; */}
#inner-orders .flex-table .flex-td span.tips{ display:inline-block; color:#00629f; padding:10px 0; }
#inner-orders .flex-table .middle{ display:flex; align-items:center; }
#inner-orders .flex-table input[type='text'],
#inner-orders .flex-table input[type='file']
{width:100%;background:#f0f0f0;border:0;color:#333333;font-size:15px;padding:15px 20px;margin: 5px 0;box-sizing: border-box;}
#inner-orders .flex-table select{width:100%;background:#f0f0f0;border:0;color:#333333;font-size:15px;padding:15px 20px;margin: 5px 0;box-sizing: border-box;}
#inner-orders .flex-area{display:flex;}
#inner-orders i{ cursor:pointer; font-size:16px; color:#FF6B13; padding:0 5px; }
#inner-orders .flex-area .flex-column{flex: 1;padding: 0 5px; font-size:15px; }
#inner-orders .flex-area .flex-column2{flex: 2;padding: 0 5px;}
#inner-orders .flex-area .flex-column5{flex: 5;padding: 0 5px;}
#inner-orders .flex-table .zipcode{ font-size:15px; color:#787878; }
#inner-orders .flex-table .zipcode span{ font-size:13px; color:#00629f; padding:0 10px; }
#inner-orders span.btn{display: inline-block;border: 1px solid #cf6b00;color: #cf6b00;cursor:pointer;margin: 5px 3px;text-decoration: none;padding: 10px 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}

.inputBox{ position:relative; }
.inputBox input{}
.inputBox label{position:absolute;top:0;left:0; color:#999; padding: 18px 20px;margin: 5px 0;box-sizing: border-box;pointer-events: none;transition: .5s;}
.inputBox input:focus ~ label,.inputBox input:valid ~ label
{ top:-22px; left:0; color:#999; font-size:12px; }

@media screen and (max-width : 480px) {
	#inner-orders .flex-table .flex-th{ border:0; padding:15px 0; font-weight:bold; }
	#inner-orders .flex-table{ display:block; }
	
}
@media screen and (max-width : 768px) {
  	#inner-orders .flex-area{display:block;}
  	#inner-orders .flex-area.line{border-bottom: 1px solid #c1c1c1;padding: 15px 0;}
	#inner-orders .flex-area .flex-column{ padding:5px; }
}

@media screen and (max-width : 480px) {
	#inner-orders .flex-table .flex-th{ border:0; padding:15px 0; font-weight:bold; }
	#inner-orders .flex-table{ display:block; }
	
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 相關連結 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.down-area{display: flex;align-items:center;width:100%;overflow:hidden; font-size:15px; border-bottom:1px dashed #cccccc; }
.down-area div{ padding:10px 10px; line-height:20px; }
.down-area .img {vertical-align:middle;font-size:18px;color: #FF6C2F;}
.down-area .date{}
.down-area .title{}

@media screen and (max-width : 768px) {
	.down-area .date{ display:none; }		
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 影音專區 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*影片*/
.index_case_area{ width:100%; overflow:hidden; margin:0 auto; }
.video_area{width: 47%;margin: 20px 1%;display: inline-block;vertical-align: top;line-height: 25px;/* float:left; */}
.video_area a{color:#333333;text-decoration:none;display: block;margin: 5px 0 0 0;font-size: 15px;padding: 10px;background: #ebebeb;}
.video_area a:hover{ color:#F7610E; }
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width :480px) {
	.video_area{width: 100%; margin:0; padding:20px 10px; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 會員登入 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.login-area{width:100%;overflow:hidden;margin: px 0;}
.login-title{ display:flex; width:100%; padding:15px 30px; background:#46C5EA; color:#ffffff; border:2px solid #46C5EA; font-size:24px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.login-title .left{ padding-right:30px; }
.login-title .right{ display:flex; border-left:1px dashed #ffffff; padding-left:30px; align-items:center; justify-content: center;}
.login-content{width:100%;padding:15px 10px;font-size:16px;color:#222222;line-height:30px;background:#ffffff;-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}

#login-area{ width:100%; margin:0px auto; overflow:hidden; padding:0 10px; box-sizing:border-box; }
#login-area .input{ cursor:hand; cursor:pointer; background:#f3f3f3;border:1px solid #d6d6d6;max-width:450px; color:#323232; font-size:16px; letter-spacing:2px; margin: 30px auto; padding:10px 30px; -webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px; }
#login-area .input input[type=text],#login-area .input input[type=password]{ border:0; background:#F3F3F3; width:60%; outline:0; font-size:14px; letter-spacing:1px; color:#333; }

.login-submit{ display:inline-block; border:1px solid #dadada; margin:30px auto; padding:12px 28px; letter-spacing:1px; color:#585858; font-size:16px; text-decoration:none; background:#ffffff; }

@media (max-width: 480px) {
	.hide480{ display:none; }	
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Login <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.login_area{ width:100%; overflow:hidden; margin:0 0 30px 0; }
.login_area_left{ float:left; width:50%; }
.login_area_right{ float:left; width:50%; text-align:center; }
.login_frame{ box-sizing:border-box; border:1px solid #EAE9E4; background:#FFF; width:100%; margin:20px auto; }
.login_frame_title{ width:100%; background:#41763E; color:#fff; font-size:16px; letter-spacing:1px; padding:8px 10px; box-sizing: border-box; }
.login_frame_content{ box-sizing: border-box; background:#FFF; }
.login_frame_content table th{ background:#ebebeb; padding: 15px 0 15px 20px; font-size:14px; }
.login_frame_content table td{ border:1px solid #f5f4f0; padding: 15px 0 15px 20px; font-size:14px; word-break:break-all; }
.login_frame_content table td input[type="text"]{ border:1px solid #e9e8e8; width:80%; height:25px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; padding:5px 10px; font-size:14px; font:14px/18px 'Rosarivo', '微軟正黑體', sans-serif; color:#646464; }
.login_frame_content table td input[type="password"]{ border:1px solid #e9e8e8; width:80%; height:25px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; padding:5px 10px; font-size:14px; font:14px/18px 'Rosarivo', '微軟正黑體', sans-serif; color:#646464; }
.login_frame_content table td textarea{ border:1px solid #e9e8e8; width:80%; height:125px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; padding:5px 10px; }
.login_frame_content table td a{ text-decoration:underline; color:#0067b7; }
.memberbuy_title{background:#9C885E; color:#fff;}

.login_title{ color:#333333; font-size:14px; padding-left:20px; width:70px; }
.login_title_en{ width:100px; color:#9e9e9e; font-size:14px; padding-left:20px; width:80px; }
.login_area_right img{ width:100%; max-width:364px; }


@media screen and (max-width: 1023px) {

	.login_area_left{ float:none; margin:0 auto; width:80%; }	
	.login_area_right{ margin-top:30px;  width:100%; margin:30px 0; }	
	.login_area_right img{ display:block; text-align:center; margin:0 auto; padding-bottom:20px; }

}

@media screen and (max-width: 768px) {
	
	.login_area_left{ width:95%; }	
	.login_title_en{ display:none; }
	.login_frame_content table td{ padding: 15px 0 15px 5px; }

}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 網頁表單 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.enrolment-form{width:100%;background:#ffffff;padding:30px;box-shadow: 1px 1px 5px #ebebeb;}
.enrolment-form .form1{ width:100%; display:flex; }
.enrolment-form .form1 .left{flex:1;padding: 0 10px;}
.enrolment-form .form1 .right{ flex:1; display:flex; }
.enrolment-form .form1 .row{width:100%;display: flex;overflow: hidden;border-bottom: 1px dashed #cccccc;}
.enrolment-form .form1 .title{flex:1;display: flex;align-items:center;/*justify-content: flex-end;*/padding:10px; line-height:20px;font-size:16px;color:#282828;}
.enrolment-form .form1 .title img{ width:100%; }
.enrolment-form .form1 i{ color:#F00; padding-right:5px; }

/*內容欄位分配*/
.enrolment-form .form1 img{ vertical-align:middle; }
.enrolment-form .form1 .content{ flex:3; padding:10px; font-size:15px; line-height:22px; }
.enrolment-form .form1 .content2{flex: 4;padding:10px;font-size:15px;line-height:22px;}
.enrolment-form .form1 .content3{ flex:1.5; padding:10px; font-size:15px; line-height:22px; }
.enrolment-form .form1 .content4{ flex:7.5; padding:10px; font-size:15px; line-height:22px; }
.enrolment-form .form1 .tips{ background:#FFC; }

.enrolment-form .form1 input{ vertical-align:middle; }
.enrolment-form .form1 input[type='text'],.enrolment-form .form1 input[type='password'],
.enrolment-form .form1 input[type='file'],
.enrolment-form .form1 select,
.enrolment-form .form1 textarea
{width:100%;border:1px solid #dadada;background:#f5f5f5;padding: 8px 8px; margin:5px 0; box-sizing:border-box;}
.enrolment-form .form1 select{ max-width:300px; padding: 5px 8px; }

.align-start{ align-items:flex-start !important; }

.enrolment-caption{ width:100%; padding:15px 10px; color:#FFFFFF; font-size:15px; background:#329ED0; margin:20px 0 10px 0; }
.enrolment-border{ border:1px solid #EBEBEB; padding:10px; margin:20px 0; letter-spacing:1px; font-size:15px; line-height:22px; }
.enrolment-border i{ color:#F00; }

@media screen and (max-width : 1024px) {
	.enrolment-form .form1{ display:block; }
	.enrolment-form .form1 .row{ display:block; border-bottom:0; }
	.enrolment-form .form1 .title{justify-content: flex-start;font-weight: bold;color: #9c885e;}
	
}

@media screen and (max-width : 768px) {
	.enrolment-step{ /*display:block;*/ }	
	.enrolment-step span{ width:100%; }
}

@media screen and (max-width : 480px) {
	.enrolment-form{padding: 20px 10px;}
	.enrolment-form .form1 .right{ display:block; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Menu Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.jq-submenu.srh{ position:relative; padding:0; }
.jq-submenu.srh .srh-btn{position:absolute;right: 30px;top: 20px;}
.jq-submenu.srh input[type="text"]{
	/* max-width:218px; */
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	line-height:38px;
	border:0;
	font-size: 14px;
	padding: 0 50px 0 10px;
	box-sizing: border-box;
	letter-spacing:1px;
	color:#333;
	outline:0;
}

/*左邊search選單*/
#left-search-top .search-keywords{ width:100%; overflow:hidden; border:2px solid #CCC; }
#left-search-top .search-keywords span{ display:inline-block; background:#721D6D; color:#ffffff; padding:12px 10px; font-size:15px; letter-spacing:2px; }
#left-search-top .search-keywords input{ padding:9px 10px; border:0; outline:0; font-size:15px; }

#table_more{ margin:20px 0 0 0; }
#table_more table{ margin-bottom:10px; }
#table_more select{border:2px solid #CCCCCC;padding: 15px 9px;margin-right:5px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
#table_more input{border:2px solid #CCCCCC;padding: 16px 9px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

#left-search-bottom{ display:block; margin:20px 0; line-height:22px; font-size:15px; }
#left-search-bottom .search-caption{ padding:5px 10px; background:#ebebeb; }
#left-search-bottom .search-items{ padding:5px 0; letter-spacing:0; }
#left-search-bottom .search-items input{ margin-right:8px; }
#left-search-bottom .search-items div{ font-size:12px; color:#999; padding:0 25px }

@media screen and (max-width :1024px) {
	#left-search-bottom{ display:none; }	
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 效果 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


@keyframes widthGroup-1 {

    0% { width: 0; }	
    100%   { width: 150px; }
}



/*活動圖片裁切*/
.img-demo {height:280px;overflow:hidden;/*border:1px solid #ccc;*/background: #ebebeb; display:flex; align-items:center; justify-content: center;}
.img-demo img{ vertical-align:middle;}

@media screen and (max-width:480px) {

	.img-demo {height:auto;}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Mobile Menu <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



body { transition: background-color .2s;}
#wrapper { transition: margin-left .2s; }

.sidenav {
  height: 100%;
  overflow:hidden;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  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 a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  display: block;
  padding-bottom: 9px;
  padding-left: 20px;
  font-size: 36px;

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

}

/*選單 - 選項*/
#ajax-sidenav div{background: #FF6B12;position:relative;width: 100%;border-bottom: 1px solid #ebebeb;color:#ffffff;padding: 15px 20px;line-height:20px;box-sizing:border-box;cursor: pointer;cursor: hand;font-size: 16px;letter-spacing: 3px;}
#ajax-sidenav div a{ color:#ffffff; }
#ajax-sidenav div.title{background: #FF6B12;color: #ffffff;}
#ajax-sidenav div i{ position:absolute; top:20px; right:30px; 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; */}

.submenu-nav { width: 100%; overflow:hidden; display:none; background-color: #FFFFFF; }
.submenu-nav div{ padding:20px 20px !important; }
.submenu-nav div:before{font-family: "Font Awesome 5 Free"; font-weight: 900;  content: "\f0da";font-size: 14px; padding-right:5px; }

.jq-submenu.three{ padding:15px 40px !important; }


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Bxslider <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

ul.bxslider { margin:0; padding:0; }
#home_banner { display: inline-block; width: 100%; margin-top:112px; overflow: hidden; position: relative; background:#FCF5FF; /*height:625px;*/ }
#home_banner ul{ list-style:none; }
#home_banner li { width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; /*height:625px;*/ }
#home_banner img { display: ; }
#home_banner .bxslider { opacity: 0; }
#home_banner .bx-wrapper .bx-pager.bx-default-pager a:hover, #home_banner .bx-wrapper .bx-pager.bx-default-pager a.active {background: #ff6b12;border: 1px solid #ffffff;}
#home_banner .bx-wrapper .bx-pager.bx-default-pager a {background-color: white;border:1px solid #ccc;width: 14px;height: 14px;margin: 0px 6px;border-radius: 50%;box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);}
#home_banner .bx-wrapper .bx-pager { bottom: 32px; opacity: 0; }
#home_banner .bx-wrapper .bx-controls-direction{ opacity: 1; }
#home_banner .word { font-size: 15px; position: absolute; margin-left: -187px; margin-top: -116px; left: 50%; top: 50%; color: #673D3A; letter-spacing: 25px; opacity: 0.2; }
#home_banner .word b { font-weight: bold; }
#home_banner .down { position: absolute; right: 30px; bottom: 32px; width: 34px; height: 28px; z-index: 99; cursor: pointer; opacity: 0; }
#home_banner .down img { display: block; }

#home_banner .bx-prev{ left:5%; }
#home_banner .bx-next{ right:5%; }

/*
@media screen and (max-width : 1024px) {
	
	#home_banner .bx-controls-direction
	{
		display:none;	
	}
	
	#home_banner .bx-wrapper .bx-pager.bx-default-pager a {
		 width: 15px;
		 height: 15px;
	}
	#home_banner, #home_banner li {
		max-height: 400px;
		height: 400px;
	}
}
*/

@media screen and (max-width : 1024px) {
	#home_banner{
		margin-top: 90px;
	}
}
@media screen and (max-width : 768px) {
	#home_banner .bx-wrapper .bx-pager{ display:none; }
	#home_banner .bx-prev{ left:1%; }
	#home_banner .bx-next{ right:1%; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common Animation <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



.scaleZoom {
	-webkit-animation: scaleZoom 2s ease both;
	animation: scaleZoom 2s ease both;
}
@-webkit-keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); }
}
@keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Loadaction <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.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;}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Radio/Checkbox <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* Customize the label (the container) */
.container-form {
  display: inline-block;
  /* vertical-align: -28%; */
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;

  background-color: #f9f9f9;
  border: 1px solid #b9b7b7;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-form:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-form input:checked ~ .checkmark {
  /* background-color: #F19B20; */
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-form input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/*
.container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
*/
/* Style the checkmark/indicator */
.container-form .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #143874;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media screen and (max-width : 768px) {
	.container-form { font-size:13px; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.cssa {/* font-family:Verdana; */letter-spacing:1px;font-size: 15px;padding-right:10px;padding-left:10px;}
.cssb { /*font-family:Verdana;*/ letter-spacing:1px; font-size:15px; padding-right:5px; padding-left:5px; }
.cssc { padding-bottom:3px; letter-spacing:1px; font-size:15px; padding-left:10px; padding-right:10px; height:40px }
.cssd { /*font-family:Verdana;*/ font-size:15px; letter-spacing:2px; height:10px; border:1px solid #FFFFFF }
.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;}