/*-----------------------------------通用-----------------------------------*/
body {
	margin:0; 
	padding:0; 
	line-height:170%;
	font-family:"微軟正黑體", "open-sans", Times New Roman , sans-serif;
	color:#333;
	background:#fff;
	font-size:1em;
	background-position:top;
	background-repeat:no-repeat;
}
*{
	padding:0;
	margin:0;}
a{
	color:#333;
}
a:hover ,a:focus{
	color:#977b50;
}
a, a:hover ,a:focus{
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
h1{
	margin:0 !important;
	line-height: normal;
	font-size: inherit;
}
h2{
	font-size:1.875em;
	font-weight:400;
	line-height:130%;
	margin-bottom:0;
	color:#977b50;
}
h3{
	color:#977b50;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:15px;
	line-height:130%;
}
h4{
	color:#695638;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
	line-height:130%;
}
p {
    margin: 0 0 5px;
}
hr{
	float:left;
	width:100%;
}
label {
    font-weight: 500;
}
.container {
    width: 100%;
}
.form-control{
	font-size:1em;
	border: none;
	background: #f5f5f5;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
input[type=file] {
    max-width: 190px;
}
select {
	background:#fff;
	height: 34px;
}
.required{
	color:#900;
	font-size:0.8em;
}
.input-xsmall {
    width: 80px!important;
}
.input-small {
    width: 145px!important;
}
.input-medium {
    width: 240px!important;
}
.input-large {
    width: 320px!important;
}
.btn_01{
	background: #444;
    padding: 6px 10px;
    color: #fff;
	font-size:1em;
	border:none;
	letter-spacing:1px;
	cursor:pointer;
	border-radius:4px;
	border:none;
}
.btn_01:hover ,.btn_01:focus ,button.btn_01:hover ,button.btn_01:focus{
	background:#977b50;
	color:#fff !important;
	border:none;
}
button.btn_01, html input.btn_01 ,button.btn_02, html input.btn_02{
	padding:3px 10px;
}
.btn_02{
	background: #977b50;;
    padding: 6px 10px;
    color: #fff;
	font-size:1em;
	border:none;
	letter-spacing:1px;
	cursor:pointer;
	border-radius:4px;
}
.btn_02:hover ,.btn_02:focus{
	background:#666;
	color:#fff !important;
}
.btn-primary {
	border-color: #977b50;
	background-color: #977b50;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover {
	border-color: #977b507;
	background-color: #977b50;
	color: #FFF;
}
.btn-primary:active, .btn-primary:focus {
	border-color: #977b50;
	background-color: #977b50;
	color: #FFF;
	outline:2px solid #00b0f0;
}
.btn_box{
	float:left;
	width:100%;
	margin:20px 0;
}
.display_inline{
	display:inline-block !important;
}
.display_none{
	display:none;
}
.scroll-to-top:hover {
	background:#977b50;
}
.scroll-to-top:hover i{
	color:#fff;
}
.nomarginbottom{
	margin-bottom:0px;
}
.nomargintop{
	margin-top:0px;
}
.nomarginbottom{
	margin-bottom:0px;
}
.nomarginleft{
	margin-left:0px;
}
.nomarginright{
	margin-right:0px;
}
.nopaddingtop{
	padding-top:0px;
}
.nopaddingbottom{
	padding-bottom:0px;
}
.nopaddingleft{
	padding-left:0px;
}
.nopaddingright{
	padding-right:0px;
}
.w-100{
	width:100%;
}
.w-auto{
	width:auto;
}
.line{
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	height:2px;
	float:left;
	width:100%;
	margin:25px 0;
}
.form-control {
    padding: 5px 8px;
	box-shadow:none;
	margin:2px 0;
}
.date{
	font-size:0.9em;
}
.top_class{
	background:#977b50;
	border-radius:5px;
	padding:2px 8px;
	color:#fff;
	margin:5px;
}
.img_padding {
    padding: 10px;
}
.price{
	color:red;
	font-size:1.4em;
	font-weight:bold;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.price_red{
	color:#900;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.2em;
}
.original_price{
	font-size: 0.8em;
	color:#999;
	text-decoration: line-through;
	padding-left: 5px;
}
.unit{
	font-size: 0.8em;
	color:#999;
	padding-right: 5px;
	vertical-align:super
}



/*header*/
#header .header-body{
	border-bottom:solid #ccc 1px;
	background:rgba(255,255,255,1)!important;
}
.header-nav-top a{
	color:#333;
	margin-bottom:10px;
}
/*.share_icon .fa-facebook-square{
	color:#395498;
}
.share_icon a:hover .fa-facebook-square{
	color:#1b3475;
}
.share_icon .fa-line{
	color:#00b200;
}
.share_icon a:hover .fa-line{
	color:#047004;
}
.share_icon .fa-youtube{
	color:#e02e24;
}
.share_icon a:hover .fa-youtube{
	color:#91160f;
}*/
.header-nav-top .fa-user-circle{
	padding-right:5px;
}
.header-nav-top a:hover{
	color:#977b50;
}
.header-nav-top li:last-child span{
	position: absolute;
    width: 80px;
    padding-top: 3px;
}


/*tophome*/
#tophome{
	float:left;
	width:100%;
	line-height:170%;
	height:32px;
	/*border-bottom:solid #eee 1px;*/
	background: #f5f5f5;
	font-size: 0.9em;
}
.top_contact{
	list-style:none;
	float:left;
	margin-bottom: 0;
}
.top_contact li{
	display:inline-block;
	padding:4px 20px 0 0;
}
.top_contact i{
	color:#cca930;
	padding-right:5px;
}
.header-nav-top .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
}
.header-nav-top .nav li:after{
	content:"|";
	font-size:0.8em;
	color:#ccc;
}
.header-nav-top .nav li:last-child:after{
	content:"";
}
.top_share{
	list-style:none;
	display: inline-block;
    vertical-align: top;
}
.top_share li{
	display:inline-block;
	padding: 4px 5px;
}
.top_share li a{
	padding: 5px;
}
.top_share li a:hover i{
	color:#977b50;
}
.top_share li i{
	color:#666;
	font-size: 1.2em;
}


/*top menu*/
.dropdown-menu>li>a:hover ,.dropdown-menu>li>a:focus ,.dropdown-menu>li:focus,.dropdown-menu>li a:active{
	background:rgba(0, 0, 0, 0.3);
	color:#fff;
}
#header .header-nav-main nav > ul >li:hover:after {
    width: 100%;
    background: #977b50;
}
#header .header-nav-main nav > ul >li:hover a {
    color: #977b50;
}
.header-nav-main .dropdown-menu{
    margin:0 !important;
	font-size:1em;
}
.header-nav-main .dropdown a > img{
	width:30px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(0,0,0,.3);
}
#header .header-nav-main nav > ul li.dropdown-submenu .dropdown-menu{
	background:#333 !important;
}
.header-nav-main .nav{
	float:right;
}


/*header menu滑入上方出現線條*/
#header .header-nav-main nav > ul > li{
	margin:0 15px;
}
#header .header-nav-main nav > ul >li:before ,#header .header-nav-main nav > ul >li:focus {
  	content: '';
 	display: block;
  	margin: auto;
  	height: 3px;
 	width: 0px;
  	background: transparent;
  	transition: width .5s ease, background-color .5s ease;
}
#header .header-nav-main nav > ul >li:hover:before  ,#header .header-nav-main nav > ul >li:hover:focus{
  	width: 100%;
	background: #977b50;
}


/*選單最後一項置右對齊*/
#header .header-nav-main nav > ul > li:nth-last-child(-n+2) > .dropdown-menu{
    right:0;
}
#header .header-nav-main nav > ul > li:nth-last-child(-n+2).dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu{
	right:160px;
	left:auto!important;
}


/*menu無障礙
#header .header-btn-collapse-nav_1 {
    background: #fff;
    color: #00693e;
    display: none;
    float: right;
    margin: 12px 0 8px 15px;
    border: solid 1px #00693e;
}
#header .header-nav-main nav ul li.dropdown.open >.dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown:focus > .dropdown-menu{
    top: auto ;
    display: block;
    opacity: 1;
	transform: translate3d(0, 0, 0);
}
#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu>li>a{
    transform: translate3d(0, 0, 0);
}
#header .header-nav-main nav ul li.dropdown.open  li.dropdown-submenu> .dropdown-menu.open{
    top: 0 !important;
    display: block !important;
    opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
}
.nav .open>a {
    background-color: transparent;
}
.dropdown-backdrop{
	z-index:auto !important;
}
.dropdown-submenu.open .dropdown-menu{
	display:block !important;
}*/


/*search icon*/
.menu_search{
	padding-top: 3px;
}
.menu_search i{
	font-size:1em;
}
.menu_search a:hover i{
	color:#977b50;
}
.menu_search:before{
	display:none !important;
}
.menu_search .dropdown-menu{
	background:#fff;
}
.menu_search .dropdown-mega-content{
	background:#fff;
	border: solid #ccc 1px;
	border-radius:0 0 4px 4px;
}
.menu_search .search_box label{
	width:calc(100% - 30px);
	margin-bottom: -5px;
}
.menu_search .search_box input{
	float:left;
	width:100%;
	border: none;
}
.search_box button:hover i{
	/*color:#977b50;*/
}
.search_icon{
	padding: 0 20px 6px 20px;
    background-color:transparent;
    color: #ccc;
    font-size: 18px;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
	border-radius:4px;
	position:absolute;
	right:0;
}


/*index_banner*/
.index_banner{
	margin-top:116px;
	float:left;
	width:100%;
	margin-bottom: -32px;
}
.banner_01{
	overflow:hidden;
}
.owl-carousel .owl-nav {
    top: 50%;
	position:absolute;
}
.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50% !important;
}
.banner_01 .owl-nav .owl-prev {
	left: 5px;
}
.banner_01 .owl-nav .owl-next {
	right: 5px;
}
.owl-theme .owl-dots {
    position: inherit;
    top: -90px;
}
.owl-carousel {
	float:left;
}
.owl-carousel a:focus{
	border: solid #00b0f0 2px;
	float: left;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #977b50 !important;
}


/*index_search*/
.index_search{
	float: left;
	width:100%;
	position: relative;
}
.index_search .container{
	padding: 0 10%;
	margin-top: -50px;
    z-index: 99;
    position: relative;
}
.search_box{
	background:url(../img/customer/search_bg.png);
	background-size: cover;
	background-color: #666 /*#695638*/;
	padding: 10px;
}
.search_box .box{
	padding: 20px 10px 20px 25px;
	border: solid rgba(255,255,255,.3) 1px;
}
.search_box .box select{
	margin-right: 5px;
}
.search_box .box select ,.search_box .box input{
	width: calc((100% - 65px)/2);
	display: inline-block;
}
.search_box .box button{
	display: inline-block;
}


/*index_about*/
.index_about{
	float: left;
	width: 100%;
	background:url(../img/customer/index_about_bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 0;
}
.index_about .box{
	padding: 0 55% 0 5%;
}
.index_about h2{
	padding-bottom: 10px;
}


/*index_news*/
.index_news {
    float: left;
    width: 100%;
    background: linear-gradient(-100deg, transparent 85%, #977b50 0), linear-gradient(80deg, transparent 15%, #333 0);
}
.index_news .container{
	padding: 0 5%;
}
.index_news .title{
	background: linear-gradient(-100deg, transparent 15%, #977b50 0), linear-gradient(80deg, transparent 85%, #333 0);
	float: left;
	width: 110px;
	text-align: right;
	padding: 20px 30px 20px 10px;
	height: 80px;
}
.index_news .title h2{
	color:#fff;
}
.index_news .font{
	float: left;
	width: calc(100% - 110px);
	padding-left:10px;
	color:#fff;
	height: 80px;
	background: #333;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height: 130%;
}
.index_news .font a{
	color:#fff;
}
.index_news .owl-item .item{
	padding-right: 45px;
}
.index_news .owl-prev{
	display: none !important;
}
.index_news .owl-next{
	background: #fff !important;
	color:#333!important;
}
.index_news .owl-next:hover{
	background: #977b50 !important;
	color:#fff!important;
}


/*index_prod*/
.index_prod{
	float: left;
	width: 100%;
	padding: 50px 0;
}
.index_prod h2{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.index_prod .list{
	float: left;
	width: 100%;
}
.index_prod .list .item{
	float: left;
	width: calc(100% / 4);
	padding: 20px;
}
.index_prod .list a{
	float: left;
	width: 100%;
	/*border:solid #ddd 1px;
	background: #f5f5f5;*/
	border-radius: 5px;
	padding: 10px;
	/*text-align: center;*/
}
.index_prod .list a:hover{
	/*box-shadow:0px 0px 3px 3px  rgba(0,0,0,0.04);*/
	background: rgba(151,123,80,0.1);
}
.index_prod .list .font:before{
	content: "";
	height: 3px;
	display: block;
	background: url(../img/customer/color_bg.jpg);
	background-size: cover;
	margin-bottom: 10px;
}
.index_prod .list .font{
	/*border-top:solid #977b50 3px;*/
	text-align: center;
	line-height: 150%;
}
.index_prod .list .brand{
	font-size: 0.9em;	
	color:#999;
}
.index_prod .list .con_font{
	/*font-size: 1.1em;*/
	font-weight: bold;
}


/*index_map*/
.index_map{
	margin-bottom: -8px;
}


/*footer*/
footer{
	float:left;
	width:100%;
	position:relative;
	/*border-top:solid #ccc 1px;
	background: rgba(151,123,80,0.1);*/
	background: linear-gradient(0deg,#fff 60%,rgba(151,123,80,0.2) 100%);
}
footer .container{
	padding:20px 15px;
	margin: 0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
}
footer .logo{
	float:left;
	width:200px;
	padding-right: 5%;
}
footer .logo img{
	width:100%;
}
.footer{
	float: left;
	width: 100%;
	/*text-align: center;*/
	color:#666;
	background-image: url(../img/customer/footer_bg.png);
	background-size: cover;
}


/*footer_share*/
.footer_share{
	float: left;
	width: 100px !important;
	padding: 10px;
	text-align: center;
}
.footer_share a {
	text-align: center;
	padding: 10px;
}
.footer_share a i{
	font-size: 1.5em;
	color:#666;
}
.footer_share a:hover i{
	color:#977b50;
}


/*footer_contact*/
.footer_contact{
	float: left;
	max-width:600px;
	padding-right: 5%;
}
.footer_contact>span{
	display: inline-block;
	font-size: 0.9em;
	padding-right: 20px;
	white-space:nowrap;
	line-height: 100%;
}
.footer_contact .title:after{
	content: "／";
	color:#ccc;
	padding: 0 4px;
	/*vertical-align:sub;*/
	font-size: 0.6em;
}


/*copyright*/
.copyright{
	float:left;
	width:100%;
	text-align: center;
	/*background: url(../img/customer/color_bg.jpg);
	background-size: cover;*/
	background: #695638;
	color:#fff;
	font-size: 0.8em;
	line-height: 130%;
}
.copyright .container{
	padding: 10px 5px;
}
.copyright:before{
	/*content: "";
	height: 5px;
	display: block;
	background: url(../img/customer/color_bg.jpg);
	background-size: cover;*/
}
.copyright .logo{
	float:left;
	width:100%;
	/*display: none;*/
}
.copyright .con_font{
	float:left;
	width:100%;
	line-height:170%;
	color:#666;
}
.copyright .con_font span{
	white-space:nowrap;
}


/*footer_design*/
.footer_design{
	text-align:right;
	color:rgba(255,255,255,0.3);
	margin-top:-15px;
	font-size:0.8em;
}
.footer_design a{
	color:rgba(255,255,255,0.3) !important;
}


/*page_banner*/
.page_banner{
	margin-top:118px;
	float:left;
	width:100%;
	height:177px;
	background-color:#000;
	position:relative;	
}
.page_banner h2{
	width:100%;
	color:#fff;
	text-align:center;
	position:absolute;
	top:40%;
	margin:0 auto;
	text-shadow: 0 1px 3px rgba(0,0,0,.8);
}


/*page_top*/
.page_top{
	float: left;
    width: 100%;
	background:#eee;
}
.page_top_left{
	font-size:0.85em;
	float:left;
	width:calc(100% - 190px);
}
.page_top_left ,.page_top_left a{
	padding:10px 0;
	line-height: 150%;
}
.page_top_left a:hover{
	color:#977b50;
}
.page_top_left span:before {
    content: "|";
    display: inline-block;
    padding: 0 9px 0 6px;
    font-size: 0.8em;
    color: #ccc;
}
.page_top_right{
	float:right;
	padding-top:5px;
	display: none;
}
.page_top_right img{
	width:27px;
}


/*page_content*/
.page_content{
	float:left;
	width:100%;
	background-size:150%;
	min-height:500px;
}
.page_content .container{
	padding:50px 30px;
}


/*brand_list*/
.brand_list{
	float: left;
	width: 100%;
}
.brand_list .item{
	float: left;
	width: calc(100%/4);
}
.brand_list .item:nth-child(4n+1){
	clear: both;
}
.brand_list .item a{
	float: left;
	width: calc(100% - 14px);
	border:solid #eee 1px;
	padding: 15px 35px 15px 25px;
	margin: 7px;
	/*box-shadow:3px 3px 0px 0px rgba(0,0,0,0.2);*/
	border-radius: 4px 50px 50px; 
	position: relative;
	overflow: hidden;
	line-height: 100%;
}
.brand_list .item a:before {
	content: "\f017";
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
	position: absolute;
	font-size: 4.5em;
	color:#eee;
	z-index: -1;
	left:-20px;
	top: 36%;
}
.brand_list .item a:hover {
	/*background: #977b50;*/
	background: linear-gradient(to right, #977b50, #695638);
	color:#fff;
}
.brand_list .item a:hover span{
	color:#fff !important;
}
.brand_list .item a:after{
	content: "\f35a";
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
	position: absolute;
	font-size: 1.5em;
	color:#fff;
	z-index: 0;
	right:25px;
	top: 36%;
	transition: all 0.4s ease;
}
.brand_list .item a:hover:after{
	right:10px;
}
.brand_list .item a span{
	font-size: 0.8em;
	color:#999;
}


/*prod_search*/
.prod_search{
	padding: 0 10% 30px 10%;
}

/*prod_list*/
.prod_list{
	float: left;
	width: 100%;
}
.prod_list .item{
	float: left;
	width: calc(85% / 5);
	margin:1.5%;
}
.prod_list .item:nth-child(5n+1){
	clear: both;
}
.prod_list .item a{
	float: left;
	width: 100%;
	/*background: #f5f5f5;*/
	background: linear-gradient(to top, rgba(0,0,0,.05),#fff);
	padding: 10px;
}
.prod_list a:hover{
	background: rgba(151,123,80,0.1);
}
.prod_list .tag{
	position: relative;
	float: left;
    width: 100%;
    z-index: 9;
}
.prod_list .tag .icon{
	position:absolute;
	top: 5px;
	color:#fff;
	padding:4px 8px;
	font-size:0.8em;
	line-height: 130%;
	border-radius:  0 0 10px 0;
	background:#cca930;
}
.prod_list .font:before{
	/*content: "";
	height: 1px;
	display: block;
	background: url(../img/customer/color_bg.jpg);
	background-size: cover;
	background: #ccc;
	margin-bottom: 10px;*/
}
.prod_list .font{
	border-top:solid #ccc 1px;
	/*text-align: center;*/
	line-height: 150%;
	padding-bottom: 15px;
	min-height: 114px;
	padding: 10px 10px 0 10px;
}
.prod_list .brand{
	font-size: 0.9em;	
	color:#999;
}
.prod_list .con_font{
	font-weight: bold;
}


/*prod_detail*/
.prod_detail{
	float: left;
	width: 100%;
}
.prod_detail>.img{
	float: left;
	width: 45%;
}
.prod_detail>.font{
	float: left;
	width: 55%;
	padding-left: 5%;
}
.prod_brand{
	color:#999;
	margin-bottom: 10px;
}
.prod_brand .tag{
	color:#fff;
	padding:2px 8px;
	font-size:0.7em;
	line-height: 130%;
	border-radius: 0 8px 0 8px;
	background:#cca930;
	margin-left: 10px;
}
.prod_detail .price_box .price_red{
	font-size: 1.8em;
}
.prod_detail>.font .edit_con{
	border-top:solid #eee 1px;
	padding: 15px 0;
	margin-top: 15px;
}
.prod_info{
	float: left;
	width: 100%;
	padding-top: 10px;
}
.prod_info .item{
	float: left;
	width: 100%;
	display: table-row;
	padding: 3px 0;
}
.prod_info .title{
	float: left;
	width: 100px;
	display: table-cell;
	text-align: center;
	background: #f5f5f5;
	border-radius: 10px 0 0 10px;
	padding: 3px 5px;
	font-size: 0.9em;
	line-height: 130%;
}
.prod_info .title:after{
	/*content: "-";
	color:#ccc;
	padding: 0 5px;*/
}
.prod_info .font{
	float: left;
	width:calc(100% - 100px);
	display: table-cell;
	padding-left:10px;
}


/*商品管理-相本*/
#sync1{
	margin-bottom:0;
}
#sync1 ,#sync2{
	width:100%;
}
#sync1 .owl-nav{
	margin-left:-60px;
}
#sync1 .item img{
	width:99% !important;
	margin:0 auto;
	/*border:solid #ccc 1px;*/
}
#sync1 .owl-carousel .owl-item {
	margin:0 auto;
}
#sync1.owl-carousel .owl-nav .owl-prev:before ,#sync1.owl-carousel .owl-nav .owl-next:before{
	display:none;
}
#sync1 .owl-nav{
	display:none;
}
#sync1 .owl-carousel.owl-drag .owl-item {
    text-align: center;
}
.img-thumbnail {
	border:none;
	padding:0;
	border-radius:0;
}
.img-thumbnail img {
    border-radius:0;
}
#sync2 .owl-item{
	padding:3px;
}
#sync2 .item{
	background:#fff;
	padding:3px;
	float:left;
}
#sync2 img{
	overflow:hidden;
	width:100%;	
	border:solid #ddd 1px;
}
#sync2 img:hover{
	border:solid #cca930 2px;
}
#sync2 .current{
	/*background:#977b50;*/
}
#sync2 .owl-nav{
	/*display:none;*/
}
.mfp-image-holder .mfp-close {
    padding-top: 5px;
}
.pic_album .owl-carousel {
    margin-bottom: 0px;
}
.owl-theme .owl-dots .owl-dot span {
    background: rgba(0,0,0,0.1) !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: rgba(204,169,48,0.8) !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(204,169,48,1) !important;
}
.mfp-title {
    padding-top: 10px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    max-height: calc(100vh - 30px);
	margin: 0 !important;
}
.mfp-image-holder .mfp-close {
    margin-top: -10px;
}


/*table-toolbar*/
.table-toolbar {
    margin:5px 0 10px 0;
    float: left;
    width: 100%;
}
.table-toolbar label{
	padding-right: 10px;
}
.table-toolbar select{
	display: inline-block;
	margin-left: 5px;
}
.table-toolbar .table-toolbar-left:nth-child(1) {
	/*padding-right: 20px;*/
}
.table-toolbar-left select, .table-toolbar-left input {
	display: inline-block;
	margin: 0 5px;
}
.table-toolbar-left {
    display: inline-block;
}
.table-toolbar-left .btn{
	color:#fff;
	background:#767676;
}
.table-toolbar-left .btn:hover ,.table-toolbar-left .btn:focus{
	color:#fff;
	background:#977b50;
}
.table-toolbar-left .date{
	color:#aaa;
}
.table-toolbar-left .date:before{
    content: "\f073";
    font-family: FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 0.9em;
    padding-right: 0.5em;
    position: relative;
    left: 0;
    width: 20px;
}
.table-toolbar-left .type{
	background:#aaa;
	color:#fff;
	padding:2px 10px;
	margin-left:10px;
	border-radius:40px;
}
.table-toolbar-right {
    display: inline-block;
    float: right;
}
.table-toolbar-right img {
	width: 27px;
}
.table-toolbar label {
    display: inline-block;
    color: #333;
    vertical-align: top;
}


/*page_class
.page_class{
	float:left;
	width:100%;
	color:#168245;
	margin-bottom: 10px;
}
.page_class .date{
	display:inline-block;
}
.page_class .item_class{
	display:inline-block;
}
.page_class .item_class:before{
	content:"|";
	padding:0 10px 0 8px;
	color:#ddd;
	font-size:0.9em;
}*/


/*edit_con*/
.edit_con ul, .edit_con ol{
	padding-left:30px;
}


/*page_bottom*/
.page_bottom{
	float:left;
	width:100%;
	padding:30px 0 10px 0;
	font-size:0.9em;
}
.page_bottom>div{
	float:left;
	width:100%;
	padding:3px 0;
}
.page_bottom .title{
	width:120px;
	background:#eee /*#747474*/;
	/*color:#fff;*/
	border-radius: 20px;
    padding: 2px 5px;
	text-align:center;
	float:left;
}
.page_bottom .title i ,.page_bottom .title img{
	padding-right:5px;
}
.page_bottom .title img{
	width:22px;
	margin-top: -3px;
}
.page_bottom .con_font{
	padding-left:130px;
	line-height:170%;
	margin-top:-30px;
	float:left;
	clear:both;
}
.page_bottom .con_font a{
	padding:3px 0 4px 0;
	float:left;
	/*width:100%;*/
	clear:both;
}


/*表單管理*/
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
}
.form_con{
	margin:0 auto;
	max-width:650px;
	padding:20px 0 0 0;
}
.form_box{
	border: solid #f5f5f5 10px !important;
	padding:10px;
	/*background:#fff;*/
}
.form_box .table-row{
	border-bottom:#900 solid 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:12px 8px 10px 8px;
	text-align:right;
	border-right: #ccc dotted 1px;
	font-weight:bold;
	color:#000;
	vertical-align: top;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	line-height:34px;
}
.form_a input{
	height:34px;
}
.mt-radio, .mt-checkbox ,.input_table .mt-radio,.input_table .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.mt-radio span,.mt-checkbox span{
	margin-top:3px !important;
	background:#fff  !important;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
	padding: 5px;
}
.form-control:focus {
    box-shadow: none;
    border-color: none;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a label{
	font-weight:500;
	margin-bottom:3px;
	margin-top:2px;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}


/*表單checkbox radio*/
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    background: #fff !important;
    border: 1px solid #ccc;
	vertical-align: top;
	margin:6px 5px 0 0;
}
.form_radio ,.form_checkbox{
	vertical-align: middle;
    margin:0 5px 0 0 !important;
}
.radio_padding{
	padding-right:20px;
}
.btn_box input[type=checkbox],.btn_box input[type=radio]{
	margin:7px 5px 0 0!important;
}


/*sitemap網站導覽*/
.sitemap_list {
    list-style: none;
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 30px;
}
.sitemap_list a{
	text-decoration:none!important;
	color:#333;
}
.sitemap_list a:hover{
	color:#00693e;
}
.sitemap_list .sitemap_item {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: middle !important;
	padding: 10px 10px 10px 20px;
	width: 100%;
	float: left;
	display: table-row;
}
.sitemap_list .sitemap_item:last-child {
	border-bottom: solid 1px #ddd;
}
.sitemap_list_1 {
    list-style: none;
    float: left;
    width: 100%;
    display: table;
    margin-top: 5px;
}
.sitemap_list_1 > li {
	vertical-align: middle !important;
	width: 100%;
	float: left;
	display: table-row;
}
.sitemap_item {
    float: left;
}
.sitemap_item_1 {
    padding: 5px 10px 3px 23px !important;
    float: left;
}
.sitemap_item_2 {
    list-style: none;
    margin: 3px 0;
}
.sitemap_item_2 li {
	padding: 3px 10px 3px 30px !important;
}
.sitemap_no {
    display: table-cell;
}

.sitemap_font {
    padding-left: 10px;
    display: table-cell;
}


/*print*/
.con_box{
	padding: 2%;
    margin: 2%;
    border: solid 1px #ccc;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	background: #fff;
}
.con_banner{
	margin-bottom:15px;
}
.con_banner img{
	border-radius:10px;
	box-shadow: 0px 0px 6px 2px rgba(20%,20%,20%,0.1);
	border: solid 1px #fff;
}
.con_box>.title{
	width: 100%;
	padding-bottom:10px;
}
.con_box .page_title_item{
	text-align:left;
}
.con_box .form_con {
    padding: 10px 0 0 0;
}
.con_footer{
	font-size:0.9em;
	padding: 0 20px 20px 20px;
	line-height:150%;
}
.con_float{
	float:left;
	width:100%;
}
.con_box .page_con{
	padding:10px 0;
	font-size:0.9em;
	float:left;
	width:100%;
}
.con_box .btn_01{
	color:#fff;
	background:#977b50;
	border:none;
}
.con_box .btn_01:hover{
	color:#fff;
	background:#990000;
}


/*搜尋
.search_list{
	list-style:none;
	margin-top:10px;
}
.search_list li{
	width:100%;
	border-bottom:#ddd dotted 1px;
	padding:15px 15px 15px 30px;
	line-height:150%;
}
.search_list li:before{
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 1em;
    position: relative;
    left: 0;
    float: left;
	margin-left:-20px;
}*/


/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	font-size:0.9em;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:850px;
}
.table>thead>tr>th{
	border-bottom:none;
}
.table>tbody>tr>td{
	line-height: 170%;
	border-top:none;
}
.table-scrollable>.table>thead{
	border-top: solid 1px #ddd;
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#eee; 
	color:#333;
	font-weight:500;
	text-align:center;
}
.table-even > tbody > tr:nth-child(even){
	background:rgba(1,64,153,.07);
}
.table-hover > tbody > tr:hover {
	background:rgba(230,0,18,.05);
	/*color:#fff;*/
}
td .mt-checkbox span ,th .mt-checkbox span {
    margin-top: -9px !important;
}
.delete_th{
	padding: 0 5px !important;
}
.table-center th ,.table-center td {
	text-align:center;
}
table .btn_delete{
	font-size:0.9em;
	padding:0 7px!important;
	border-radius:4px;
	margin:7px 2px;
	height:28px;
}


/*table*/
.table {
  display: table;
}
.table-row {
  display: table-row;    
}
.table-cell {
  display: table-cell;   
}


/*頁碼*/
#page_number{
	font-size:0.9em;
	float:left;
	width:100%;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 3px 12px;
    font-size: 1em;
	background:#666;
	border-radius:5px;
	margin-top: -2px;
	color:#fff;
	height:34px;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:auto;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover ,.btn_page:focus{
	background:#977b50;
	color:#fff;
}
#page_number .page_list{
	margin-top:-2px;
}
label[for=page_select] select{
	margin:-2px 0 0 0 ;
}


/***Hover效果1: 放大淡出***/
.imh_opacity{
	background:#666;
	overflow:hidden;}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_opacity:hover img ,a:hover .imh_opacity img{
	opacity:0.8;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出Detail***/
.imh_detail{
	background:#000;
	overflow:hidden;
    	position: relative;}

.imh_detail img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_detail a:before{
	display:block;
	content:"Details+";
	padding:10px 20px;
	font-size:0.8125em;
	color:#FFF;
	border:2px solid #FFF;
	opacity:0;
	
	position:absolute;
	left:50%;
	margin-left:-45px;
	top:50%;
	margin-top:-80px;
	z-index:99;
	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;}

.imh_detail:hover a:before{
	opacity:1;
	margin-top:-20px;}

.imh_detail:hover img{
	opacity:0.3;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom{
	background:#000;
	overflow:hidden;
	position:relative;}

.imh_zoom img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_zoom:before{
	display: block;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 1.875em;
    color: #fff;
    background: #977b50;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    /*border: dashed #fff 2px;*/
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a:hover .imh_zoom:before{
	top:50%;}

a:hover .imh_zoom img{
	opacity:0.6;
	transform:scale(1.05);}


/*閃爍按鈕*/
.glitter{
	overflow:hidden;
	position:relative;
}
.glitter:before{
    background: #fff;
    content: "";
    height: 215px;
    left: -95px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
    transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
    width: 30px;
    z-index: 1;
}
.glitter:hover:before ,.glitter:focus:before{
    left: 180%;
    -webkit-transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
    transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
}


/*日期補丁*/
.datepicker{
	min-width:auto;
	padding:0;
	margin-top: 10px;
}
.date-picker{
	max-width:240px;
	float: left;
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 0;
}
.table-condensed th{
	color:#333;
}
.input-group-addon {
	border:none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.table-condensed{
	width:240px;
	position: relative;
	background:#fff;
	box-shadow:0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	border:5px;
}
.table-condensed .datepicker-switch ,.table-condensed .prev ,.table-condensed .next ,.table-condensed .day{
	cursor:pointer;
	text-align:center;
} 
.table-condensed .datepicker-switch{
	background:#fefaec;
}
.table-condensed .prev ,.table-condensed .next{
	background:#feefca;
}
.table-condensed .datepicker-switch:hover ,.table-condensed .prev:hover ,.table-condensed .next:hover , .table-condensed .year:hover, .table-condensed .month:hover, .table-condensed .day:hover{
	background:#eee;
	color:#333;
	border-radius:4px;
} 
.table-condensed .dow{
	background:#ddf0fd;
}
.table-condensed .month, .table-condensed .year{
	width:57px;
	padding:10px 0;
	cursor:pointer;
	text-align:center;
}
.table-condensed td span {
	float:left;
	display:inline-block;
}
.table-condensed td span:nth-child(4n+1) {
	clear: both;
}
.datepicker-days .old ,.datepicker-days .new {
	color:#ccc;
}
.day{
	cursor:pointer;
}
.table-condensed .day:hover {
    color: #333;
}
.datepicker .active{
	color: #fff;
    background-color: #285e8e;
	border-radius:4px;
}
.input-group-addon {
    padding: 6px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
	border-radius:4px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
	border-radius:4px;
}


/* Scroll to Top */
html .scroll-to-top {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #404040;
	border-radius: 7px 7px 0 0;
	bottom: 0px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 49px;
	z-index: 1040;
}
html .scroll-to-top:hover {
	opacity: 1;
}
html .scroll-to-top.visible {
	opacity: 0.75;
}
html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px;
}
html.ie11 .scroll-to-top {
	right: 25px;
}
.epaper_gotop{
	padding: 13px 0 26px 0 !important;
}


/*--------------------------------------for 電腦、平版、手機------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1400px) {
.container {
    width: 1400px;
}


/*header*/
#header .dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
#header .dropdown-submenu .dropdown-menu{
	/*background: #990000!important;*/
    margin: 0!important;
}


/*index_news*/
.index_news {
    background: linear-gradient(-100deg, transparent 60%, #977b50 0), linear-gradient(80deg, transparent 40%, #333 0);
}


/*page_content*/
.page_content{
	background-size:100%;
}


}


/* 大螢幕 */
@media (min-width: 1200px) and (max-width: 1399px) {
.container {
    width: 100%;
	padding: 0 20px;
}


/*header*/
#header .dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
#header .dropdown-submenu .dropdown-menu{
	/*background: #990000!important;*/
    margin: 0!important;
}



}

 
/* 平板電腦、橫向手機和一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1199px) {
.container {
    width: 100%;
	padding: 0 20px;
}


/*header*/
#header .header-column:first-child{
	background-position:center;
}
.header-nav-main{
	margin:0 -15px;
}
.dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
.dropdown-submenu .dropdown-menu{
    margin: 0!important;
}
#header .header-nav-main nav > ul > li {
    margin: 0 10px;
}
#header .header-nav-main nav > ul > li > a{
	font-size:1.1em!important;
}


/*brand_list*/
.brand_list .item{
	width: calc(100%/3);
}
.brand_list .item:nth-child(4n+1){
	clear:none;
}
.brand_list .item:nth-child(3n+1){
	clear: both;
}


/*brand_list*/
.brand_list .item{
	width: calc(100%/3);
}
.brand_list .item:nth-child(4n+1){
	clear:none;
}
.brand_list .item:nth-child(3n+1){
	clear: both;
}


/*prod_list*/
.prod_list .item{
	width: calc(88% / 4);
	margin:1.5%;
}
.prod_list .item:nth-child(5n+1){
	clear: none;
}
.prod_list .item:nth-child(4n+1){
	clear: both;
}


}

/* 電腦、橫向平板電腦解析度 */
@media (min-width: 768px) and (max-width: 991px) {
h2{
	font-size:1.8em;
}
h3{
	font-size:1.4em;
}
h4{
	font-size:1.2em;
}
.container {
    width: 100%!important;
	padding:0 15px;
}
    
    
/*header*/
#header .header-column:first-child{
	background-position:center;
}
#header .header-column:first-child {
    background-size: 90%;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 1em;
    padding: 10px 0;
}
#header .header-nav-main {
    margin: 0;
}
.dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
.dropdown-submenu .dropdown-menu{
    margin: 0!important;
}
#header .header-nav-bar{
	margin-top:-5px;
}
#header .header-nav-main nav > ul > li {
    margin: 0 7px;
}


/*index_banner*/
.index_banner{
	margin-top:93px;
}


/*index_search*/
.index_search .container {
    padding: 0 20px;
}
.search_box .box {
    padding: 20px 0 20px 25px;
}


/*index_about*/
.index_about {
    background-position: 0px top;
    background-size: 140%;
}
.index_about .box {
    padding: 0 35% 0 5%;
}


/*index_news*/
.index_news .container {
    padding: 0 20px;
}


/*index_prod*/
.index_prod .list .item {
    padding: 10px;
}


/*footer*/
footer .logo {
    width: 170px;
}
footer .container {
    display: block;
}
.footer_contact {
    width: calc(100% - 270px) !important;
    padding-right: 5%;
}


/*page_banner*/
.page_banner {
    margin-top: 102px;
    height: 150px;
}


/*brand_list*/
.brand_list .item{
	width: calc(100%/3);
}
.brand_list .item:nth-child(4n+1){
	clear:none;
}
.brand_list .item:nth-child(3n+1){
	clear: both;
}


/*prod_search*/
.prod_search {
    padding: 0 0 20px 0;
}


/*prod_list*/
.prod_list .item{
	width: calc(91% / 3);
	margin:1.5%;
}
.prod_list .item:nth-child(5n+1),.prod_list .item:nth-child(4n+1){
	clear: none;
}
.prod_list .item:nth-child(3n+1){
	clear: both;
}



} 

 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
h2{
	font-size:1.5em;
}
h3{
	font-size:1.2em;
	margin-bottom:10px;
}
h3:before {
    margin: 0 8px 0 0;
}
h4{
	font-size:1em;
}
.header-logo img{
	height: 52px !important;
	width:auto !important;
    vertical-align: top;
    padding: 5px 0 0 0;
	margin:0!important;
}


/*search-手機版*/
#header .header-btn-collapse-nav-search {
    margin: 10px 5px 8px 5px;
    padding: 6px 10px;
    float: right;
    background: #fff;
	color:#333;
	height:34px;
}
.header-nav-search {
    background: rgba(0,0,0,0.05);
	float: left;
    width: 100%;
}
/*.search_box {
    background: rgba(255,255,255,1);
    width: 96%;
    border-radius: 5px;
    margin: 7px 2% !important;
    float: left;
    height: 33px;
}
.search_box label{
	width:calc(100% - 40px);
}*/
.search_input {
    float: left;
    border: none;
    vertical-align: middle;
    background-color: transparent!important;
    width: 100%;
    padding: 2px 0 0 10px;
}
.search_icon {
    background-color: transparent;
    color: #977b50;
    vertical-align: middle;
    text-align: center;
    border: none;
    padding: 4px 10px 2px 10px;
    font-size: 1.2em;
    float: right;
    border-radius: 0 5px 5px 0;
    height: 33px;
}
input:-internal-autofill-selected {
	background-color:transparent !important;
}


/*top_login*/
.header-nav-main .nav {
    float:none;
}
.header_btn_login{
	margin: 8px 5px 8px 5px;
    float: right;
    background: #fff;
    color: #333;
	padding:0;
}
.header_btn_login i{
	font-size: 1.8em;
    padding: 5px 5px 5px 0;
}
.header-nav-login{
	float: left;
    width: 100%;
	padding:10px;
	background:#f9f9f9;
}
.header-nav-login nav{
	border:solid #ccc 1px;
	float: left;
    width: 100%;
	background:#fff;
	border-radius:4px;
	overflow:hidden;
}
.header-nav-login ul li{
	width:100%;
}
.header-nav-login li a{
	padding: 7px 15px;
}
.header-nav-login li a i{
	font-size:1em;
	padding-right:5px;
}
.logout_btn{
	margin:0!important;
}
.logout_btn a{
	border-radius:0 0 4px 4px!important;
}


/*手機版menu*/
#header {
    position: fixed;
    width: 100%;
}
.mobile_menu {
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
	width: calc(100% + 30px);
	margin:0 -15px;
}
#header .header-body{
    background: #fff;
	border-bottom: solid #eee 1px;
}
.header-container .header-row .header-column:nth-child(1){
	margin:0 -8px;
}
#header .header-logo {
    height: auto;
}
.header-nav-main{
	margin:0 -15px;
	background:#977b50 !important;
	padding:0;
}	
.dropdown-menu li {
	margin:0!important;
	padding:0!important;
}
.dropdown-menu>li>a {
	padding: 10px 28px 8px 20px !important;
	color:#fff;
	border-radius:0;
	white-space:normal;
}
.dropdown-menu li>a {
	padding: 10px 30px 8px 35px !important;
}
.dropdown-menu .dropdown-submenu .dropdown-menu>li>a {
	padding: 10px 30px 8px 50px !important;
}
.nav-top{
	background:#695638;
}
.nav-top li{
	width:100%;
	float:left!important;
	margin: 0;
	height:38px;
}
.nav-top li a{
	width:100%;
}
.nav-top select{
	margin:3px;
	padding:2px 5px !important;
	height:30px;
}
.nav-top .lang{
	float:left;
	width:100% !important;
}
.nav-top .lang .title{
	color:#fff;
	float:left;
	padding:5px 5px 5px 20px; 
	font-size:1em;
}
.nav-pills>li+li {
    /*margin-left: 0 !important;*/
}
#header .header-nav-main nav > ul >li:after {
    height: 0;
}
.nav-top .share_icon{
	text-align:center;
	width:100%;
	float:left;
	padding:2px;
}
.nav-top .share_icon a{
	display:inline-block;
	text-align:center;
	border-radius:5px;
	padding: 5px 10px !important;
	width:50px;
}
.nav-top a i{
	font-size:1.8em;
}
#header .nav-top li.dropdown .dropdown-menu li{
	background:#666;
}
#header .header-nav-main nav > ul >li:before {
	display:none;
}
.header-nav-main .nav-pills>li {
    margin: 0;
}
#header .header-nav-main nav > ul li.dropdown .dropdown-menu{
	background:#333 !important;
}
#header .header-nav-main nav > ul li.dropdown-submenu.open .dropdown-menu{
	background:#777 !important;
}


/*index_banner*/
.index_banner{
	margin-top:54px;
}
.index_banner .owl-carousel .owl-nav {
    top: 40%;
}


/*index_search*/
.index_search .container {
    padding: 0 10px;
}
.search_box .box {
    padding: 15px 0  15px  15px;
}


/*index_about*/
.index_about {
    background-position: 0px bottom;
    background-size: 140%;
}
.index_about .box {
    padding: 0 35% 0 5%;
}


/*index_news*/
.index_news {
	font-size: 0.9em;
}
.index_news .container {
    padding: 0 5px;
}
.index_news .title {
    width: 90px;
}
.index_news .font {
    width: calc(100% - 90px);
}


/*index_prod*/
.index_prod {
    padding: 30px 0;
}
.index_prod .list .item {
    width: calc(100% / 2);
    padding: 10px;
	font-size: 0.8em;
}
.index_prod .list .item:nth-child(2n+1) {
	clear: both;
}
.index_prod .original_price {
    width: 100%;
    float: left;
}


/*footer*/
footer{
	font-size: 0.9em;
}
footer .container {
    padding: 10px 15px;
	display: block;
}
footer .logo {
	/*display: none;*/
	width: 130px;
}
.footer_contact {
    width: calc(100% - 230px) !important;
    padding-right: 5%;
	line-height: 150%;
}


/*footer_share*/
.footer_share {
    float: left;
    /*width: 100%;*/
    padding: 5px 0 0 0;
}


/*page_banner*/
.page_banner{
	margin-top:52px;
	height:90px;
}
.page_banner h2 {
    top: 35%;
}


/*page_top*/
.page_top{
	font-size: 0.9em;
	padding:0;
}
.page_top_left{
    padding: 5px 0 0 0;
	width:100%;
}
.page_top_left a {
    padding: 5px 0;
	display: inline-block;
}
.page_top_left span:before {
    padding: 0 5px 0 3px;
}
.page_top_right{
	padding-bottom:10px;
	padding-top:0px;
	margin-top: 5px;
}


/*page_content*/
.page_content .container {
	padding:8% 5%;
}


/*page_bottom*/
.page_bottom .con_font{
	padding-left:10px;
	margin-top:0;
}
.page_bottom .con_font a {
    padding: 4px 0;
}


/*頁碼*/
#page_number{
	font-size:0.9em;
}
#page_number .page_icon{
	text-align:center;
}
.btn_page {
	  /*padding: 1px 9px;*/
}


/*brand_list*/
.brand_list .item{
	width: calc(100%/2);
}
.brand_list .item:nth-child(4n+1),.brand_list .item:nth-child(3n+1){
	clear:none;
}
.brand_list .item:nth-child(2n+1){
	clear: both;
}


/*prod_search*/
.prod_search {
    padding: 0 0 20px 0;
}


/*prod_list*/
.prod_list .item{
	width: calc(94% / 2);
	margin:1.5%;
	font-size: 0.9em;
}
.prod_list .item:nth-child(5n+1),.prod_list .item:nth-child(4n+1),.prod_list .item:nth-child(3n+1){
	clear: none;
}
.prod_list .item:nth-child(2n+1){
	clear: both;
}
.prod_list .font {
	min-height: 103px; 
}

/*prod_detail*/
.prod_detail>.img{
	width: 100%;
}
.prod_detail>.font{
	width: 100%;
	padding: 20px 0 0 0 ;
}
}
 
 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) {
#tophome {
    padding: 2px 0;
}
.top_link a {
    color: #fff;
    font-size: 0.9em;
}
.top_link ul li:after ,.copypage_menu ul li:after{
	padding:0 0 0 3px;
}


/*index_banner*/
.owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
}


/*index_search*/
.search_box .box {
    padding: 15px;
}
.search_box .box select {
    margin-right: 0;
    width: 100%;
}
.search_box .box input {
    width: calc(100% - 45px);
}


/*index_news*/
.index_news {
	font-size: 0.8em;
}


/*footer*/
.footer{
	background-position-x: -150px;
	text-align:center;
}
footer .logo {
	display: none;
}
.footer_contact {
    width: 100%!important;
    padding-right: 0;
	line-height: 150%;
}
.footer_share {
	width: 100% !important;
}


/*copyright*/
.copyright .logo{
	display:none
}
.copyright .con_font{
	width:100%;
	font-size:0.7em;
}


/*footer_design*/
.footer_design{
	text-align:left;
	margin-top:0;
	display: inline-block;
}
.footer_design a{
	color:rgba(255,255,255,0.3) !important;
}


/*page_content*/
.page_content .container {
	/*padding:0 8%;*/
}

/*brand_list*/
.brand_list .item{
	width: 100%;
}


/*prod_list*/
.prod_list .font {
    min-height: 124px;
}


/*表單管理*/
.form_box {
	border: solid #f5f5f5 5px;
    padding: 5px;
}
.form_q{
	border-right:none;
	text-align:left;
	width:100%;
	display:block;
	margin: 0 0 -10px 0;
	padding:15px 15px 0 15px;
	float: left;
}
.form_q label{
	font-weight:bold;
}
.form_a {
    width: 100%;
	display:block;
	margin: 0;
	padding:15px;
	border-bottom: #ccc dotted 1px;
	float: left;
}
.form_box .table-row:last-child .form_a{
	border-bottom: none;
}
.verification_code{
	margin:5px 0 3px 0;
	display:inline-block;
}
.forum_subject img {
	width:100px;
}
input[type=checkbox], input[type=radio] {
    margin: 2px 5px 0 0;
}


}



/*-----------------------------------------for編輯器--------------------------------------------*/
h2,h3,h4,h5,h6{
	text-transform: none;
}
img{
	max-width:100%; 
	height:auto!important;
}
.font-xlarge{
	font-size:140%;
}
.font-large{
	font-size:120%;
}
.font-small{
	font-size:80%;
}
.font-xsmall{
	font-size:60%;
}
.w-100{
	width:100%;
}
.w-80{
	width:80%;
}
.w-800{
	max-width:800px;
}
.w-600{
	max-width:600px;
}
.w-400{
	max-width:400px;
}
.w-200{
	max-width:200px;
}
.w-auto{
	width:auto;
	max-width:100%;
}
.input-xlarge {
    width: 420px!important;
}
.input-large {
    width: 320px!important;
}
.input-medium {
    width: 240px!important;
}
.input-small {
    width: 145px!important;
}
.input-xsmall {
    width: 80px!important;
}
.float_left ,.float-left {
    float: left;
}
.float_right ,.float-right {
    float: right;
}
.text_center ,.text-center {
    text-align: center;
}
.text_right ,.text-right {
    text-align: right!important;
}
.text_left ,.text-left {
    text-align: left!important;
}
.red {
    color: #c00;
}
.white ,a.white {
	color:#fff;
}
.black{
	color:#000;
}
.gray{
	color:#666;
}
.blue_01{
	color:#3e76b6;
}
.blue_02{
	color:#003f86;
}
.green_01{
	color:#588216;
}
.green_02{
	color:#00693E;
}
.orange_01{
	color:#C45519;
}
.orange_02{
	color:#a6410a;
}
.brown_01{
	color:#817461;
}
.brown_02{
	color:#513710;
}
.pink{
	color:#B648B7;
}
.purple{
	color:#800080;
}
.bg_red {
	background:#c00;
}
.bg_white{
	background:#fff;
}
.bg_black{
	background:#000;
}
.bg_gray{
	background:#666;
}
.bg_blue_01{
	background:#bda26d;
}
.bg_blue_02{
	background:#003f86;
}
.bg_green_01{
	background:#588216;
}
.bg_green_02{
	background:#00693E;
}
.bg_orange_01{
	background:#C45519;
}
.bg_orange_02{
	background:#a6410a;
}
.bg_brown_01{
	background:#817461;
}
.bg_brown_02{
	background:#513710;
}
.bg_pink{
	background:#B648B7;
}
.bg_purple{
	background:#800080;
}
.required {
    color: #c00;
    font-size: 0.9em;
    line-height: 140%;
    padding: 3px 0;
}
.img_padding {
    padding: 10px;
}
.img_pic {
    border: solid #ddd 1px;
    padding: 10px;
    box-shadow: 0px 0px 2px 2px rgba(20%,20%,20%,0.1);
}
.margin_auto{
	margin:0 auto !important;
}
.nomargin{
	margin:0 !important;
}
.nopadding{
	padding:0 !important;
}
.blockquote_font{
	max-width: 96%;
    margin: 30px auto;
    color: #333;
    border-left: 6px solid #2b50a8;
	padding-left: 1.5em;
}
table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}
.align-m{
	vertical-align: middle !important;
}
.align-t{
	vertical-align: top !important;
}
.align-b{
	vertical-align: bottom !important;
}
.display_none{
	display:none;
}
.display_inline{
	display:inline-block !important;
}
.font_nowrap{
	white-space:nowrap;
}
.btn_margin{
	margin:2px;
}


@media (max-width: 480px) { 
.input-large ,.input-medium ,.input-small ,.input-xsmall {
    max-width:100%!important;
}
}


/*for 後台 table scroll*/ /*for 編輯器.cke_editable*/
.modal-content ,.modal-body ,.modal-footer{
	width: 100%;
	float:left;
}
.bootbox-body{
	width:100%;
}
.bootbox-body .table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: none;
}
.bootbox-body .table-scrollable > .table-bordered > thead > tr:last-child > th,.bootbox-body .table.table-bordered thead > tr > th {
	border-bottom: 0;
	border: 1px solid #ddd;
	line-height: 130%;
	vertical-align: middle;
	padding: 10px;
}
.bootbox-body .table-scrollable > .table {
	width: 100% !important;
	margin: 0 !important;
	min-width: 650px;
}
.bootbox-body .table{
	margin-bottom:5px;
}
.bootbox-body .table > tbody > tr > td {
    line-height: 190%;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.bootbox-body .table-scrollable > .table > thead {
    border-top: solid 1px #ddd;
}
.bootbox-body .table-scrollable > .table > thead > tr > th,.bootbox-body .table-scrollable th,.bootbox-body .table > thead > tr > th {
	white-space: nowrap;
	padding: 8px;
	background: #666;
	color: #fff;
	font-weight: 500;
}
.bootbox-body .table-hover > tbody > tr:hover {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .table-even > tbody > tr:nth-child(even) {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .delete_th {
    padding: 10px 0 !important;
}
.modal-body ol, .modal-body ul{
	padding-left:30px;
}


/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	/*font-size:0.9em;*/
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
	font-weight:bold;
}
.table-scrollable>.table ,.table-scrollable>table{
	width:100%!important;
	margin:0!important;
	min-width:850px;
}
.table>thead>tr>th{
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding: 10px;
	line-height: 130%;
}
.table>tbody>tr>td{
	line-height: 170%;
	border-top:none;
	padding: 8px;
}
.table-scrollable>.table>thead{
	border-top: solid 1px #ddd;
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#eee; 
	color:#333;
	font-weight:500;
	text-align:center;
}
.table-even > tbody > tr:nth-child(even){
	background:#f1f6f9;
}
.table-hover > tbody > tr:hover ,.table-hover tr:hover a{
	background:#0274b9 /*rgba(19,102,161,0.1)*/;
}
td .mt-checkbox span ,th .mt-checkbox span {
    /*margin-top: -9px !important;*/
}
.delete_th{
	padding: 0 5px !important;
}
.table-center th ,.table-center td {
	text-align:center;
}
table .btn_delete{
	font-size:0.9em;
	padding:0 7px!important;
	border-radius:4px;
	margin:7px 2px;
	height:28px;
}
 
/*table*/
.table {
    display: table;
	border-color:#ddd;
	width:100%;
	margin-bottom:20px;
	border-spacing:0;
}
.table tbody tr{
    border-bottom: 1px solid #ddd;
}
.table>tbody>tr>td{
	vertical-align: middle;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}
.table_01 {
    display: table;
	border:none;
	text-align:left;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}
.table-center th ,.table-center td {
	text-align:center;
}
.table > tbody > tr > th {
	background: #f9f9f9;
    min-height: 52px;
    border-right: solid #ddd 1px;
    font-weight: inherit;
    color: #333;
    vertical-align: middle !important;
}
.table-hover > tbody > tr:hover ,.table > tbody > tr:hover > th{
    background: rgba(0,105,62,0.05);
}
.table-even > tbody > tr:nth-child(even) {
    background: rgba(0,105,62,0.05);
}
.table td ol ,.table td ul{
    padding-left: 25px;
}


@media (max-width: 480px) {
.table.m_100>.table-row{
	display: block;
	width:100%;
	/*margin-bottom:20px;*/
}
.table.m_100>.table-row>.table-cell{
	display: block;
	width:100%;
}
.table.m_100 .text-right{
	text-align:left !important;
}
}


/*page_info*/
.page_info .table-row .table-cell:first-child{
	font-weight:bold;
}
.page_info .table-row .table-cell:first-child:before{
	content:"|";
	color:#bda26d;
	padding-right:10px;
}
.page_info .table-cell{
	border-bottom: solid #ddd 1px;
	padding:5px;
}


@media (max-width: 480px) {
.page_info .table-row .table-cell:first-child{
	border-bottom: none;
	width:100% !important;
	padding:0 5px;
}
.page_info .table-row .table-cell:nth-child(2){
	padding: 5px 5px 5px 20px;
}
.page_info.m_100>.table-row {
    margin-bottom: 10px;
}
}


/*縮排*/
.paddingleft22{
	padding-left:22px;
}
.textindent22{
	text-indent: -22px;
}
.text_indent{
	text-indent: 2em;
}


/*edit_con*/
.edit_con{
	/*float: left;*/
	width: 100%;
}
.edit_con ul, .edit_con ol{
	padding-left:30px;
	/*float:left;*/
	width:100%;
	clear: both;
}
.edit_con a{
	color:#3e76b6;
	/*text-decoration:underline;*/
}


/*清單*/
.ol_01{
	list-style-type:cjk-ideographic; /*一, 二, 三*/
}
.ol_02{
	list-style-type:upper-latin; /*A, B, C*/
}
.ol_03{
	list-style-type:lower-alpha; /*a, b, c*/
}
.ol_04{
	list-style-type:decimal; /*1,2,3*/
}
.ul_01{
	list-style-type:square; /*實心方塊*/
}
.ul_02{
	list-style-type: disc; /*實心圓*/
}
.ul_none ,.ol_none{
	list-style:none;
	padding-left: 0;
}
.ul_w50{
	float: left;
	width: 100%;
}
.ul_w50 li{
	float:left;	
	width: calc(50% - 40px);
    padding-right: 30px;
}
.ul_w50 li:nth-child(2n+1){
	clear:both;
}
.ul_line{
	list-style:none;
}
.ul_line li:before{
	content:"-";
	display: inline-block;
	color:#e4c916;
	padding-right:10px;
	font-weight:bold;
	margin-left: -16px;
}


@media (max-width: 767px) {
.ul_w50 li{	
	width: calc(100% - 40px);
}
}


/*for IE*/
@media screen\0 {
.ol_01{
	list-style-type:decimal-leading-zero; /*01,02,03*/
}
}


/*錨點*/
.anchor_list{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:15px;
	margin-left:0px;
	padding-left:0 !important;
}
.anchor_list a{
	float:left;
	padding:5px 15px;
	border-radius:5px;
	color:#333;
	margin: 5px 6px 5px 3px;
	border: solid #ccc 1px;
	text-decoration:none;
	box-shadow:none;
}
.anchor_list li{
	float:left;
}
.anchor_list a:hover ,.anchor_list a:focus{
	background:#eee;
	color:#333;
}
.anchor_list a.active{
	background:#3e76b6;
	color:#fff;
	border: solid #3e76b6 1px;
}


@media (max-width: 767px) {
.anchor_list a{
	font-size:0.9em;
	padding:3px 8px;
}
}


/*頁籤*/
.tabs{
	float:left;
	width:100%;
}
.tabs .nav>li>a {
    padding: 5px 15px;
    border-radius: 6px;
    margin-right: 5px;
    border: solid #ccc 1px;
    background-color: transparent;
	margin: 3px;
	color:#333;
	text-decoration:none;
	font-size:1em;
	line-height: 170%;
}
.nav-tabs {
    border-bottom-color: transparent;
	/*text-align:center;*/
	font-size:1em;
	margin-bottom:15px;
	padding-left: 0!important;
    list-style: none;
}
.nav-tabs li{
	display:inline-block;
	float:none;
}
.nav-tabs li a:hover {
    background:#eee;
	color:#333 !important;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,.nav-tabs li.active a:hover {
	background-color: #3e76b6;
	color: #fff!important;
	border: 1px solid #3e76b6 !important;
}
.tab-content {
	float:left;
	width:100%;
	border-radius: none;
	box-shadow: none;
	background-color: transparent;
	border: none;
	padding: 0;
	/*border:solid #ccc 1px;*/
	padding:0;
}


/*併排*/
[class^='list_0'] .title ,.list_img .title  ,.list_font .title{
	color:#3e76b6;
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:10px;
}

@media (max-width: 767px) {
[class^='list_0'] .title,.list_img .title  ,.list_font .title ,.list_icon_img .title{
	font-size:1.1em;
}
}


/*併排5*/
.list_05{
	float:left;
	width:100%;
}
.list_05>.item {
	display:inline-block;
	width: 16.5%;
	margin: 1.5%;
	vertical-align:top;
	line-height: 150%;
}
.list_05>.item img{
	margin-bottom:5px;
}
.list_05>.item:nth-child(5n+1) {
	clear: both;
}
.list_05.nomargin>.item{
	margin: 0;
	width:25%;
}

@media (max-width: 767px) {
.list_05>.item  {
	width: 28%;
	margin:2%;
}
.list_05>.item:nth-child(5n+1) {
	clear: none;
}
.list_05>.item:nth-child(3n+1) {
	clear: both;
}
.list_05.nomargin>.item{
	margin: 0;
	width:33.3%;
}
}

@media (max-width: 480px) {
.list_05>.item{
	width: 43%;
	margin: 3%;
}
.list_05>.item:nth-child(5n+1) ,.list_05>.item:nth-child(3n+1) {
	clear: none;
}
.list_05>.item:nth-child(2n+1) {
	clear: both;
}
.list_05>.item img {
	width: 100%;
}
.list_05.nomargin>.item{
	margin: 0;
	width:50%;
}
}


/*併排4*/
.list_04{
	float:left;
	width:100%;
}
.list_04>.item {
	float: left;
	width: 22%;
	margin: 1.5%;
}
.list_04>.item img{
	margin-bottom:5px;
}
.list_04>.item:nth-child(4n+1) {
	clear: both;
}
.list_04.nomargin>.item{
	margin: 0;
	width:25%;
}

@media (max-width: 767px) {
.list_04>.item  {
	width: 29.3%;
	margin:2%;
}
.list_04>.item:nth-child(4n+1) {
	clear: none;
}
.list_04>.item:nth-child(3n+1) {
	clear: both;
}
.list_04.nomargin>.item{
	margin: 0;
	width:33.3%;
}
}

@media (max-width: 480px) {
.list_04>.item{
	width: 44%;
	margin: 3%;
}
.list_04>.item:nth-child(4n+1) ,.list_04>.item:nth-child(3n+1) {
	clear: none;
}
.list_04>.item:nth-child(2n+1) {
	clear: both;
}
.list_04>.item img {
	width: 100%;
}
.list_04.nomargin>.item{
	margin: 0;
	width:50%;
}
}


/*併排4-2*/
.list_04-2{
	float:left;
	width:100%;
}
.list_04-2>.item {
	float: left;
	width: 22%;
	margin: 1.5%;
}
.list_04-2>.item img{
	margin-bottom:5px;
}
.list_04-2>.item:nth-child(4n+1) {
	clear: both;
}
.list_04-2.nomargin>.item{
	margin: 0;
	width:25%;
}

@media (max-width: 767px) {
.list_04-2>.item  {
	width: 44%;
	margin: 3%;;
}
.list_04-2>.item:nth-child(4n+1) {
	clear: none;
}
.list_04-2>.item:nth-child(2n+1) {
	clear: both;
}
.list_04-2.nomargin>.item{
	margin: 0;
	width:50%;
}
}

@media (max-width: 480px) {
.list_04-2>.item{
	width: 90%;
	margin: 5%;
}
.list_04-2>.item:nth-child(even){
	margin: -1% 5% 5% 5%;
}
.list_04-2>.item img{
	margin-bottom:0;
}
.list_04-2.nomargin>.item{
	margin: 0;
	width:100%;
}
}


/*併排3*/
.list_03{
	float:left;
	width:100%;
}
.list_03>.item {
	float: left;
	width: 29.3%;
	margin: 2%;
}
.list_03>.item img{
	margin-bottom:5px;
}
.list_03 .item:nth-child(3n+1) {
	clear: both;
}
.list_03.nomargin>.item{
	margin: 0;
	width:33.3%;
}

@media (max-width: 767px) {
.list_03>.item  {
	width: 46%;
}
.list_03>.item:nth-child(3n+1) {
	clear: none;
}
.list_03>.item:nth-child(2n+1) {
	clear: both;
}
.list_03.nomargin>.item{
	margin: 0;
	width:50%;
}
}

@media (max-width: 480px) {
.list_03>.item{
	width: 90%;
	margin: 5%;
}
.list_03>.item img {
	width: 100%;
}
.list_03.nomargin>.item{
	margin: 0;
	width:100%;
}
}


/*併排2*/
.list_02{
	float:left;
	width:100%;
}
.list_02>.item {
	float: left;
	width: 44%;
	margin: 3%;
}
.list_02>.item img{
	margin-bottom:5px;
}
.list_02>.item:nth-child(2n+1) {
	clear: both;
}
.list_02.nomargin>.item{
	margin: 0;
	width:50%;
}

@media (max-width: 767px) {
.list_02>.item{
	width: 90%;
	margin: 5%;
}
.list_02.nomargin>.item{
	margin: 0;
	width:100%;
}
}


/*併排1+3*/
.list_img{
	float:left;
	width:100%;
}
.list_img>.item:nth-child(2n-1) {
	float: left;
	width: 20%;
	margin: 2.5%;
}
.list_img>.item:nth-child(2n) {
	float: left;
	width: 70%;
	margin: 2.5%;
}
.list_img>.item img{
	margin-bottom:5px;
}
.list_img>.item:nth-child(2n+1) {
	clear: both;
}
.list_img.nomargin>.item{
	margin: 0;
}
.list_img.nomargin>.item:nth-child(2n-1) {
	width: 25%;
}
.list_img.nomargin>.item:nth-child(2n) {
	width: 75%;
}

@media (max-width: 480px) {
.list_img>.item{
	width: 95% !important;
}
.list_img.nomargin>.item{
	margin: 0;
	width:100%;
}
}


/*併排3+1*/
.list_font{
	float:left;
	width:100%;
}
.list_font>.item:nth-child(2n) {
	float: left;
	width: 20%;
	margin: 2.5%;
}
.list_font>.item:nth-child(2n-1) {
	float: left;
	width: 70%;
	margin: 2.5%;
}
.list_font>.item img{
	margin-bottom:5px;
}
.list_font>.item:nth-child(2n+1) {
	clear: both;
}
.list_font.nomargin>.item{
	margin: 0;
}
.list_font.nomargin>.item:nth-child(2n) {
	width: 25%;
}
.list_font.nomargin>.item:nth-child(2n-1) {
	width: 75%;
}

@media (max-width: 480px) {
.list_font>.item{
	width: 95% !important;
}
.list_font.nomargin>.item{
	margin: 0;
	width:100%;
}
}


/*youtube影片*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}



@media print {
/*清除網址*/
a[href]:after {
	content: none !important;
}


/*顯示背景圖*/
*,*:before,*:after {
    background-color: inherit !important;
}
.bg_print {
	-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
	print-color-adjust: exact !important; /* Chrome, Safari */
	color-adjust: exact !important; /*Firefox*/
}


/*解決Safari 在列印時使用異常小的字體*/
.container {
	width: auto;
}

.con_box{
	margin: 0;
	border: initial;
	border-radius: initial;
	width: initial;
	min-height: initial;
	box-shadow: initial;
	background: initial;
	page-break-after: always;
}

}

/*列印尺寸電腦版*/
@page {
 size: A3;
 margin: 0;
}

/*rwd table*/
.rwd-table {
	background: #fff;
	overflow: hidden;
	min-width: 100%;
	/*font-size: 0.9em;*/
	color:#333;
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
	color:#333;
}
.rwd-table.table-hover tr:hover td:before {
	color:#fff;
}
.rwd-table.table-bordered > tbody > tr > td {
	border-top: none;
	border-left: none;
	line-height: 150%;
}
.rwd-table td:nth-child(1) {
	/*border-top: solid #ddd 1px !important;*/
}


@media (min-width: 769px) {

/*rwd table*/
.rwd-table td:before {
	display: none;
}
.rwd-table th, .rwd-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
}


@media (max-width: 769px) {
/*rwd table*/
.rwd-table.table {
	border: none;
}
.rwd-table tr td:nth-child(1) {
	border-top: solid #ddd 1px !important;
}
.rwd-table tr td {
	border-bottom: solid #ddd 1px !important;
}
.rwd-table tr {
	margin-top: 20px;
}
.rwd-table.table-center td {
	text-align: left !important;
}
.rwd-table tbody tr {
	display: table;
	width: 100%;
	border:solid #ddd 1px;
}
.rwd-table tbody tr td {
	display: table-row;
}
.rwd-table tbody tr td:before {
	display: table-cell;
	padding: 8px;
}
.rwd-table tbody tr .text-center {
	text-align:left;
}
}


