 @import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(../css/revise.css);
/*========================================================
                      Main Styles
=========================================================*/

body {
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 75px;
}
/*==================  navbar-fixed  ======================*/


header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000; 
  box-shadow: 0 6px 8px -2px rgba(100, 100, 100, 0.4);
}

@media (min-width: 768px) {
	 .navbar-fixed::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 61%;
        height: 100%;
        background: #2e8b57;
        z-index: -1; 
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 5% 100%);
    }
}
@media (min-width: 992px) {
	 .navbar-fixed::after {
        width: 60%;
    }
}
@media (min-width: 1200px) {
	 .navbar-fixed::after {
        width: 58%;
    }
}
@media (min-width: 1600px) {
	 .navbar-fixed::after {
        width: 62%;
    }
}

/* ----------------------- navbar-nav ----------------------- */

.navbar-default {
	background: none;
}
.navbar-header .navbar-brand {
	background: url(../../images/logo_n1.svg) no-repeat center center;
	background-size: contain;
    width: 300px;
    height: 76px; 
    text-indent: -9999px;
    margin-top: 5px;
}
.navbar {
	position: relative;
	border: none;
	margin-bottom: 0;
}
.navbar-nav {
	float: right;
	margin-top: 44px;
}
.navbar-default .navbar-nav > li > a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #fff;
	position: relative;
}
/*.navbar-default .navbar-nav > li > a:after {
	content: "｜";
	width: 1px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 9;
	color: #fff;
}*/
.navbar-default .navbar-nav > li:last-of-type > a:after {
	display: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #a5d9e1;
}
.navbar-text {
	position: absolute;
	right: 300px;
	top: 4px;
	z-index: 10;
	display: none;
	margin: 0;
}
.navbar-text a {
	color: #fff;
	position: relative;
	padding: 0 4px 0 3px;
}
.navbar-text a:hover {
	color: #a5d9e1;
}
.navbar-text select {
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	height: 26px;	
}
.navbar-text .input-box {
	position: relative;
	display: inline;
}
.navbar-text .input-box input {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	height: 26px;
	padding-left: 30px;
}
.navbar-text .input-box i {
	position: absolute;
	left: 10px;
	top: 4px;
	z-index: 9;
}
.navbar-text img: {
	width: 20px;
	margin: 0 3px;
}
.navbar-default .navbar-link {
    color: #fff;
}
.navbar-default .navbar-link:hover {
    color: #fff;
}

/* -------------------- 頁面下拉時的變化設定 ----------------------- */

header.shrink {
	-webkit-box-shadow: 0 0 15px #424242;
	-moz-box-shadow: 0 0 15px #424242;
	box-shadow: 0 0 15px #424242;
	background: white;    /* 維持 navbar-fixed 一樣的底色 */
}
/*header.shrink .navbar-brand {
	width: 240px;
	margin-top: 10px;
}*/


/* -------------------------- banner -------------------------- */

.banner-l {
	display: none;
}
.banner-m {
	display: block;
}
.banner-l img, .banner-m img {
	max-width: 100%;
	vertical-align: bottom;
}
/* -------------------------- footer -------------------------- */
.footer-list {
	background: url(../../images/back_footer.jpg) no-repeat center top;
	background-size: 100% 100%;
	text-align: center;
	color: #000;
	line-height: 24px;
	padding-top: 30px;
}
.footer-list .name-box {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	color: #6f6f6f;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.footer-list .name {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 5px 20px;
	line-height: 1.2;
	max-width: 100%;
	box-sizing: border-box;
}
.footer-list .name span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 32px;
}
.footer-list .name:after {
	left: 100%;
}
.footer-list .name:before, .footer-list .name:after {
	content: '';
	width: 40%;
	border-top: 1px dashed #6f6f6f;
	position: absolute;
	top: 50%;
}
.footer-list .name:before {
	right: 100%;
}
.address_info {
	padding-bottom: 10px;
	text-align: center;
}
.address_info .nav_supp {
	position: relative;
	vertical-align: top;
	text-align: center;
	padding: 0 0 20px 0;
	color: #898989;
}

@media (min-width: 1200px) {
.address_info .nav_supp {
	padding: 0 60px 0 0;
	text-align: left;
}
}
.address_info .nav_supp h2 {
	color: #006835;
	padding: 2px 0;
	margin-bottom: 0px;
	font-weight: bold;
}
.address_info .nav_supp p {
	padding: 2px 0;/*font-size: 20px;*/
}
.address_info .nav_supp img {
	vertical-align: top;
	text-align: left
}
.address_info .nav_supp ul li a {
	color: #668aad;
	/*font-weight:bold;*/
	margin: 0 0 10px;
}
.address_info .nav_supp ul li a:hover {
	color: #395066;
}
.address_info .add {
	position: relative;
	display: block;
	color: #898989;
}
.address_info .add dt {
	font-size: 18px;
	padding: 2px 0;
}
.address_info .add dt i {
	padding-right: 10px;
}
.address_info .add h2 {
	font-size: 23px;
	color: #006835;
	padding: 2px 0;
	margin-bottom: 0px;
	font-weight: bold;
}
.address_info .add p {
	padding: 2px 0;/*font-size: 20px;*/
}
.address_info .share {
	display: block;
	vertical-align: top;
	padding: 40px 0 0;
}
.address_info .share .arrangement ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.address_info .share .arrangement ul li {
	float: left;
	padding: 5px 10px;
	color: #000000;
	font-size: 16px;
}
.copy {
	background: #2e2e2e;
	color: #fff;
	padding: 20px 0;
	font-size: 15px;
	text-align: center;
}
.copy span {
	display: none;
}
.flow_list {
	padding: 5px 10px;
	margin: 20px 0;
	color: #099;
}
/* 電話直播 */
.address_map {
	text-align: center;
	padding: 20px 0;
}
.address_map a {
	font-size: 15px;
	color: #000;
	margin: 0 10px;
	padding: 7px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.address_map a span {
	margin: 0 2% 0 0;
}
.address_map a:hover {
	background-color: #5ca2dd;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
.address_map .btn-pink {
	background-color: #4c6ccd;
	border: 1px solid #4c6ccd;
	color: #fff;
}
/* -------------------------- 內頁框架 -------------------------- */

.content-box {
	background-color: #fff;
	min-height: 500px;
	margin-top: 30px;/*padding-top: 20px;*/
}
/* 麵包屑 */
.breadcrumbs {
	background-color: #fff;
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #575757;
	padding: 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #5c5c5c;
	font-size: 100%;
	font-weight: bold;
}
.h1-title {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
	padding: 10px;
}
/* -------------------------- 共同設定 -------------------------- */

.h1-title span {
	margin-right: 100px;
}
/* -------------------------- 右側內容 -------------------------- */

.content-main {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	color: #4f4f4f;
}
.content-main > h1.title {
	margin-top: 30px;
	padding: 8px;
	font-size: 20px;
}
.content-main > h1.title strong {
	border: 2px solid #37a3d1;
	padding: 2px;
	margin: 0 10px 10px 0px;
	color: #0072b9;
}
.content-main > h2.title {
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: linear-gradient(90deg, rgba(117,147,255,.5), rgba(255,150,117,0));
	padding: 8px;
	font-size: 24px;
	color: #000;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.content-main h3.title {
	font-size: 24px;
	border-bottom: 1px solid #e6e6e6;
}
.content-main h3.title samp {
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 3px solid #cdcdcd;
	padding-bottom: 10px;
}
.content-main h3 .title:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------- 共同項目 -------------------------- */

h1.title_h1 {
	font-size: 36px;
	color: #9c3c42;
	text-align: center;
}
h2.title_h2 {
	font-size: 30px;
	color: #fff;
	background: url(../images/products_h2.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 20px;
}
hr {
	display: block;
	border: 1px inset rgba(255, 255, 255, 0.62);
	;
	margin: 20px 0
}
/* -------------------------- 關於我們 -------------------------- */
.breadcrumbs {
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #c2c2c2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fbfbfb 0%, #c2c2c2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fbfbfb 0%, #c2c2c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#c2c2c2', GradientType=0 ); /* IE6-9 */
}
.about-bg1 {
	padding-bottom: 100px;
	text-align: center;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	padding-top: 30px;
	padding-bottom: 50px;
}
/*-----標題----*/
.main-title {
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 1.2;
	box-sizing: border-box;
	padding: 20px 0 20px;
}
.main-title span:before, .main-title span:after {
	content: '';
	display: inline-block;
	background: url(../images/main_title1.png) no-repeat;
	width: 22px;
	height: 9px;
	position: relative;
	top: -2px;
	margin-right: 7px;
}
.main-title span:after {
	margin-right: 0;
	margin-left: 7px;
}
.main-title strong {
	display: block;
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #004a9c;
	background: -webkit-linear-gradient(#37c930, #23860a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.breadcrumb_n {
	text-align: center;
	margin-bottom: 40px;
	color: #bababa;
	box-sizing: border-box;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
/*-----標題結束----*/

/*==================================================================
								關於我們
==================================================================*/
.about-box1 {
	background-color: #e7e7e7;
	padding: 30px;
	-moz-box-shadow: inset 4px 4px 30px 4px rgba(197,197,197,0.9);
	-webkit-box-shadow: inset 4px 4px 30px 4px rgba(197,197,197,0.9);
	box-shadow: inset 4px 4px 30px 4px rgba(197,197,197,0.9);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0;
}
.about-bg1 p {
	text-align: left;
	font-size: 14px;
	color: #333;
}
.about-bg1 .container img {
	width: 100%;
	height: auto;
}
.about-bg1 .container .info {
	color: #666;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
.about-bg1 .container .info samp {
	color: #ba0000;
	font-weight: bold;
}
.sub-title {
	position: relative;
	text-align: left;
	font-size: 24px;
	color: #444;
	margin-bottom: 5px;
}
.about-page .box {
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px #ddd;
}
.about-page .box strong {
	color: #0c53be;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 5px;
}
.editor .about-page ul li {
	position: relative;
	list-style: none;
}
.editor .about-page ul li:before {
	content: '\e934';
	font-size: 10px;
	color: #0c53be;
	position: relative;
	margin-right: 5px;
	font-family: 'icon-font';
}
.pic {
	text-align: center;
	color: #e90000;
	padding: 5px 0 5px 0;
}
.title_b {
	color: #2a7c0e;
	position: relative;
	text-align: left;
	font-size: 24px;
	margin-bottom: 5px;
}
.green_line {
	width: 160px;
	height: 3px;
	background-color: #008181;
	margin: 0 auto 15px;
}
.about-page .list_box1 {
	background: #eeeeee;
	border: 3px solid #e1e1e1;
	padding: 5px 5px 25px;
	border-radius: 5px;
	width: 98%;
	margin: 5% 1%;
}
.about-page .list_box1 h1 {
	color: #4e4e4e;
	font-size: 18px;
}
.about-page .list_box1 p {
	font-size: 14px;
	text-align: center;
}
.about-page .box_1 {
	background: #e9d5d5;
	margin: 20px 0;
}
.about-page .box_1 h1 {
	background: #c0504d;
	margin-top: 0px;
	font-size: 24px;
	padding: 10px;
}
.about-page p {
	color: #333;
	font-size: 18px;
	padding: 10px 25px;
}
.about-page .box_2 {
	background: #e9dfd5;
}
.about-page .box_2 h1 {
	background: #be8351;
	margin-top: 0px;
	font-size: 24px;
	padding: 10px;
}
.about-page .box_3 {
	background: #e8e8d6;
}
.about-page .box_3 h1 {
	background: #bdb255;
	margin-top: 0px;
	font-size: 24px;
	padding: 10px;
}
.about-page .box_4 {
	background: #e0e8d6;
}
.about-page .box_4 h1 {
	background: #9bbb59;
	margin-top: 0px;
	font-size: 24px;
	padding: 10px;
}
.about-bg1 .slick-cloned {
	list-style-type: none;
	font-size: 28px;
	color: #209f80;
	margin-left: 0;
	position: relative;
}
.about-bg1 .slick-cloned:after {
	border-top: 1px dashed #afafaf;
	content: " ";
	position: absolute;
	top: 11px;
	width: 95%;
	height: 100%;
}
.ben {
	background: #e7f6fd;
	border: 1px solid #e1e1e1;
	text-align: left;
	padding: 5px 10px 5px 5px;
	margin: 10px 20px 0 10px;
}
/*==================================================================
								服務項目
==================================================================*/
.serve {
	padding-top: 60px;
	padding-bottom: 60px;
}
.serve h3.title {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px #006835 solid;
	padding-bottom: 5px;
	display: inline-block;
}
/*.serve h3.title samp {
    display: inline-block;
    text-transform: uppercase;
     border-bottom: 3px solid #cdcdcd; 
    padding-bottom: 10px;
}*/

.serve h3.title i {
	color: #006835;
	padding-right: 5px;
}
.serve h4.title {
	padding-top: 2vh;
	font-weight: bold;
}
.serve h4.title i {
	color: #006835;
	padding-right: 5px;
}
.serve-list-01-1 {
	padding-bottom: 2vh;
	position: relative;
}
.serve-list-01-1 .page1-img {
	width: 100%;
}
.serve-list-01-2 dl {
	/*overflow: hidden;*/
	display: flex !important;
	min-height: 100px;
	padding: 20px 10px;
}
.serve-list-01-2 dl:hover {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.serve-list-01-2 dl dt {
	align-self: center !important;
	position: relative;
	z-index: 1;
	padding: 10px;
	border: 1px solid #e2e2e2;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.serve-list-01-2 dl dt span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	font-size: 25px;
	letter-spacing: .02em;
	color: #006835;
	font-family: "Montserrat", "Noto Sans TC", sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #f1f1f1;
	text-shadow: 0 0 3px rgb(0 0 0 / 24%);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.serve-list-01-2 dl dt span::before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 50%;
	margin-left: -0.5px;
	top: -15px;
	width: 1px;
	height: calc(100% + 30px);
	background-color: #e2e2e2;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.serve-list-01-2 dl dt span::after {
	content: '';
	position: absolute;
	z-index: -2;
	left: 50%;
	margin-left: -9px;
	top: -1px;
	width: 18px;
	height: calc(100% + 2px);
	background-color: #fff;
}
.serve-list-01-2 dl:hover span {
	background-color: #006835;
	color: #fff;
}
.serve-list-01-2 dl:hover dt {
	border: 1px solid #006835;
	color: #fff;
}
.serve-list-01-2 dl dd {
	overflow: hidden;
	align-self: center !important;
	margin-bottom: 0;
	padding-left: 30px;
}
.serve-list-01-2 dl dd p strong {
	display: block;
	color: #545454;
	font-size: 18px;
}
.serve-list-01-2 dl dd p i {
	color: #457339;
	padding-right: 5px;
}

/*@media (min-width: 768px) {
	.serve-list-01-1 .row{
		display: flex !important;
		align-items: center !important;	
	}
}*/
@media (min-width: 1200px) {
.serve-list-01-2 dl dt span {
	width: 93px;
	height: 93px;
}
}
.serve-hr {
	color: #ddd;
	margin: 5vh 0;
	border-bottom: 1px solid #ddd;
}

@media (min-width: 1200px) {
.serve-hr {
	margin: 10vh 0;
}
}
.serve-list-02 .serve-list-02-1 {
	font-weight: bold;
	text-align: center;
	padding: 2vh 0;
}
.serve-list-02-1 [class*="col-"] {
	padding: 0 5px;
}
.serve-list-02-1 [class*="col-"] p {
	background: #459997;
	color: #fff;
	padding: 20px;
	height: 100%;
}
.serve-list-02-2 p span {
	padding: 0 5px
}
.serve-list-02-2 p span i {
	padding: 0 5px;
}
.serve-list-03 .title-2 {
	font-weight: bold;
	color: #006835;
	padding: 5px 0;
	font-size: 2rem;
}
.serve-list-03 .serve-list-03-1 {
	font-weight: bold;
	text-align: center;
	padding: 2vh 0;
}
.serve-list-03-1 [class*="col-"] {
	padding: 0 5px;
}
.serve-list-03-1 [class*="col-"] p {
	background: #57adab;
	color: #fff;
	padding: 20px;
	height: 100%;
}
.serve-list-04 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.serve-list-04 ul li {
	border-bottom: 1px dotted #d1d1d1;
	padding: 5px 10px 5px 16px;
	position: relative;
	font-weight: bold;
	font-size: 1.8rem;
}
.serve-list-04 ul li:nth-of-type(2n) {
	background-color: #f7f9fb;
}
.serve-list-04 ul li:before {
	position: absolute;
	left: 2px;
	top: 8px;
	z-index: 9;
	font-family: "FontAwesome";
	content: "\f054";
	color: #c3232a;
	font-size: 12px;
}
.serve-list-04-1 {
	padding: 15px;
	margin-top: 5vh;
	border: 1px dashed #4d4d4d;
	background: #efefef;
	text-align: center;
}
.serve-list-04-1 h3 {
	font-weight: bold;
}
.text-cor-p1 {
	color: #77206d;
	font-weight: bold;
}
.title-h4-c {
	font-size: 3rem;
	font-weight: bold;
	color: #2e8b57;
	padding: 10px 10px;
	
}
@media (min-width: 480px) {
	.title-h4-c{
		font-size: 3.8rem;
		position: absolute;
		top: 57%;
		left: 48%;
		transform: translate(-0%, -50%);
		z-index: 9;
		background: #fff;
		border: 1px solid #256858;
	}
}
@media (min-width: 1200px) {
	.title-h4-c{
		font-size: 4.2rem;
	}
}
@media (max-width: 767.99px) {
.img-top {
	padding: 15px 0;
}
}

.cal-list{
    padding: 5px 10px 5px 0px;
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
}
.cal-list li:before {
    position: absolute;
    left: 0px;
    top: 6px;
    z-index: 9;
    font-family: "FontAwesome";
    content: "\f138";
    color: #006835;
    font-size: 18px;
}
.cal-list li:nth-of-type(2n) {
    background-color: #f7f9fb;
}
.cal-list li {
    display: flex;
    justify-content: space-between;
    width: 100%;
	border-bottom: 1px dotted #d1d1d1;
    padding: 7px 10px 7px 26px;
    position: relative;
    font-weight: bold;
    font-size: 1.7rem;
}
.cal-list li .txt-end {
    white-space: nowrap;
	padding-right: 0%;
}
@media (min-width: 768px) {
	.cal-list li .txt-end {
		padding-right: 37%;
	}
}
@media (min-width: 992px) {
	.cal-list li .txt-end {
		padding-right: 51%;
	}
}
@media (min-width: 1200px) {
	.cal-list li .txt-end {
		padding-right: 18%;
	}
}
@media (min-width: 1600px) {
	.cal-list li .txt-end {
		padding-right: 38%;
	}
}
/*------營業項目--------*/
.about-wrap img {
	width: 100%;
	vertical-align: bottom;
}
.about-wrap [class*="col-"] dl {
	box-shadow: 1px 1px 5px #bbb;
	margin-bottom: 50px;
}
.about-wrap [class*="col-"] dl dt {
	margin-bottom: 10px;
}
.about-wrap [class*="col-"] dl dd {
	color: #292929;
	font-size: 16px;
}
.about-wrap [class*="col-"] dl dd h3 {
	color: #474747;
	text-align: center;
	font-size: 20px;
	margin: 10px 15px;
	font-weight: bold;
	padding: 10px;
	line-height: 28px;
}
.anchor {
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}

/*  尺寸設定 */
@media (min-width: 768px) {
}

@media (min-width: 1200px) {
}
/*----------內頁------------*/

.about-list {
	background: #e5e5e5;
	background-size: cover;
	position: relative;
	color: #555;
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 10px;
	padding-top: 40px;
}
.about-list_2 {
	background: #fff;
	background-size: cover;
	position: relative;
	color: #555;
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 10px;
	padding-top: 40px;
}
.about-list h1, .about-list_2 h1 {
	font-size: 28px;
	color: #32802a;
	font-weight: bold;
}
.about-list img, .about-list_2 img {
	max-width: 100%;
	vertical-align: bottom;
}
.about_box {
	padding-bottom: 80px;
}
.about-list p, .about-list_2 p {
	padding: 10px 0;
	text-align: center;
}
.about-list .p_left, .about-list_2 .p_left {
	text-align: left;
}
.about-list ul, .about-list_2 ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 10px 0 0;
	font-weight: bold;
}
.about-list ul li, .about-list_2 ul li {
	padding: 0 10px;
	color: #2448bb;
}
.about-list ul li i, .about-list_2 ul li i {
	color: #555;
}
.about-list ul li samp, .about-list_2 ul li samp {
	color: #bb2424;
}
.about-list ul li strong, .about-list_2 ul li strong {
	color: #555;
}
.about-list img, .about-list_2 img {
	display: block;
}
.about-list .image, .about-list_2 .image {
	padding: 10px;
}
.about-list img, .about-list_2 img {
	border: 1px solid #e1e1e1;
	display: block;
	width: 100%;
	margin: 5px;
}

/*  尺寸設定 */
@media (min-width: 768px) {
.about-list h1, .about-list_2 h1 {
	font-size: 28px;
}
.about-top {
	display: block;
}
.about-list, .about-list_2 {
	padding-top: 5%;
}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
.about-list h1, .about-list_2 h1 {
	font-size: 32px;
}
.about-list, .about-list_2 {
	padding-bottom: 60px;
}
}
.prev-alt {
	border-radius: 8px;
	color: #000;
	position: absolute;
	z-index: 555;
	cursor: pointer;
	top: 40%;
	left: -06%;
	padding: 14px 15px 16px 15px;
	transform: translate(0, -50%);
	opacity: 0.75;
}
.prev-alt:hover {
	opacity: 1;
}
.next-alt {
	border-radius: 8px;
	color: #000;
	position: absolute;
	z-index: 555;
	cursor: pointer;
	top: 40%;
	left: 106%;
	padding: 14px 15px 16px 15px;
	transform: translate(-100%, -50%);
	opacity: 0.75;
}
.next-alt:hover {
	opacity: 1;
}
/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}
a.figure:before {
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	content: '';
	display: inline-block;
	background-color: #fff;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}
.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.thumb-inner span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 5px 50px 7px;
	border: 1px solid #fff;
}
.top_welcome_col {
	font-size: 18px;
	font-weight: bold;
}
/*==================================================================
								聯絡我們
==================================================================*/
.map iframe {
	border: 1px solid #d8d8d8;
	padding: 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.map address {
	margin: 10px 0 40px 0;
}
.map address ul {
	list-style: none;
	margin: 0;
	padding: 0 1%;
}
.map address ul li {
	padding: 0.7% 0;
}
/* 意見表單 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 50px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
}
.form-info {
	margin-bottom: 20px;
}
.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
	display: block;
	font-size: 16px;
	color: #c4c4c4;
	width: 40px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	position: absolute;
	left: 15px;
	top: 0px;
	border-radius: 5px;
	transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
	color: #B91111;
}
.form-info span {
	color: #B91111;
}
.text_box {
	left: -15px;
	padding: 0;
}
.text_box2 {
	right: -0px;
	padding: 0;
}
/*==================================================================
								產品系列
==================================================================*/
.content-box {
	padding-bottom: 100px;
	position: relative;
	color: #fff;
	font-size: 20px;
	padding-bottom: 50px;
}
.content {
	/* min-height: 300px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.navsub {
    width: 260px;
    float: left;
}*/
.navsub-list {
	position: relative;
	font-size: 15px;
}
.navsub-list > li > a {
	color: #000;
	position: relative;
	padding: 8px 10px 8px 20px;
	line-height: 24px;
}
.navsub-list li a {
	display: block;
	margin-bottom: 9px;
}
.content-box .list-box {
	text-align: center;
}
.list-box a {
	display: block;
	border: 1px solid #e1e1e1;
	padding: 1em;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 10px;
	color: #7d7d7d;
}
.list-box img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.content-main .list-box {
	display: block;
	overflow: hidden;
	position: relative;
}
.content-main .list-box a:hover {
	border: 1px solid #0068b7;
	color: #0068b7;
	border-radius: 0px;
}
.content-main .list-box a:hover h2 {
	border-top: 1px dashed #0068b7;
}
.list-box h2 {
	font-size: 1.125em;
	margin: 0.5em 0 0.5em 0;
	padding-bottom: 0.35em;
	padding: 15px 0 0;
	font-family: Lato, Helvetica, Arial, sans-serif;
	border-top : 1px dashed #afafaf;
	font-weight: bold;
}
.breadcrumb_2 {
	padding: 4px 15px;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
}
breadcrumb_2 > li {
	display: inline-block;
}
product-list h2 {
	padding: 4px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
/* 內頁顯示 */
.product-detail {
	padding: 30px 0;
}
.product-detail .pdd {
	padding-left: 15px;
	padding-right: 15px;
}
.product-img {
	margin: 0 0 30px 0;
	position: relative;
}
.content-main h3.titles {
	color: #0054a7;
	font-size: 24px;
	margin-top: 0px;
}
.content-main h3.title_2 {
	font-weight: bold;
	color: #5d9bda;
	font-size: 18px;
}
.content-main h3.title_2 spam {
	color: #a9a9a9;
	font-size: 13px;
	margin: 0 15px;
}
.product-img dt {
	text-align: left;
}
.product-img dt .show_big {
	border: 1px solid #cfcfcf;
	text-align: center;
}
.product-img dt img {
	max-width: 100%;
	vertical-align: bottom;
	/*max-height: 240px;*/
	padding: 5px 5px;
}
.product-img dd {
	overflow: hidden;
}
.product-img dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-img dd ul li {
	border-bottom: 1px dotted #d1d1d1;
	padding: 5px 10px 5px 16px;
	position: relative;
}
.product-img dd ul li:nth-of-type(2n) {
	background-color: #f7f9fb;
}
.product-img dd ul li:before {
	position: absolute;
	left: 2px;
	top: 8px;
	z-index: 9;
	font-family: "FontAwesome";
	content: "\f054";
	color: #c3232a;
	font-size: 12px;
}
.product-img dd ul li span {
	font-weight: bold;
	color: #d02121;
}
.more {
	text-align: left;/*margin-top: 30px;*/
}
.more a {
	background: #0068b7;
	padding: 5px 30px;
	color: #fff;
}
.more a:hover {
	border-radius: 8px 8px;
}
/* 加入詢價列表 */
.price {
	text-align: right;
	margin-top: 10px;
}
.price a {
	background: #44916c;
	padding: 5px 30px;
	border-radius: 8px 8px;
	color: #fff;
}
.price a:hover {
	background: rgb(255,127,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,127,0,1) 0%, rgba(204,109,14,1) 50%, rgba(255,127,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,127,0,1) 0%, rgba(204,109,14,1) 50%, rgba(255,127,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,127,0,1) 0%, rgba(204,109,14,1) 50%, rgba(255,127,0,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#ff7f00', GradientType=0 ); /* IE6-9 */
}
/* 小圖片顯示 */
.show_small {
	list-style: none;
	margin: 6px 0 15px;
	padding: 0;
}
.show_small li {
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 60px;
	height: 60px;
	border: 1px solid #cfcfcf;
	padding: 2px;
	text-align: center;
}
.show_small li img {
	max-width: 56px;
	max-height: 56px;
	cursor: pointer;
}
/* 產品說明 */
.product-info {
}
.product-info p {
	font-size: 14px;
	line-height: 23px;
	color: #6f6f6f;
}
.product-info .hi {
	line-height: 30px;
}
.product-info h5 {
	color: #0c5381;
	font-size: 20px;
	font-weight: bold;
}
.product-info img {
	max-width: 100%;
	vertical-align: bottom;
}
/* Google搜尋 */	

.search-form {
	margin-bottom: 20px;
}
.search-form .form-group {
	margin: 0 0 10px 0;
}
.search-form .control-label {
	font-weight: bold;
	color: #960;
	font-size: 16px;
}
.search-form .col-sm-4 {
	padding-left: 0;
	padding-right: 0;
}
.search-result span {
	display: block;
	color: #ff0000;
	margin-bottom: 10px;
}
/*==================================================================
								最新消息
==================================================================*/

.news {
}
.news h1 {
	margin-top: 30px;
}
.news dl {
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #b5b5b5;
	padding: 30px 15px 0 15px;
	margin: 0;
}
.news dl:nth-of-type(2n) {
	background-color: #f3f5f7;
}
.news dl dt {
}
.news dl dt .day::before {
	content: " / ";
}
.news dl dt .yearmonth {
	color: #afafaf;
	display: inline-block;
}
.news dl dt .day {
	color: #afafaf;
	display: inline-block;
}
.news dl dt img {
	width: 100%;
	border: 2px solid #fff;
}
.news dl dd {
	overflow: hidden;
	line-height: 28px;
}
.news dl dd h5 {
	color: #497dbd;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	text-align: left;
}
.news dl dd p {
	color: #333;
	font-size: 16px;
	text-align: left;
}
.img_ss {
	width: 98%;
	float: none;
	margin: 0 auto 2%;
}
a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}
a.figure:before {
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	content: '';
	display: inline-block;
	background-color: #fff;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}
/* -----------最新消息內頁 -----------------*/	

.news-box {
	margin-bottom: 30px;
	padding: 30px 15px 30px 15px;
}
.news-header h3 {
	display: block;
	color: #745b11;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.news-header time {
	display: block;
	position: relative;
	color: #C00;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 15px;
}
.news-content {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.news-content img {
	text-align: right;
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 30px;
}
.news-content p {
	color: #666;
	font-size: 18px;
}
/*-------------回目錄頁-----------------*/

.news dd .more {
	text-align: right;
	margin: 50px 0;
}
.news dd .more a {
	padding: 6px 80px;
	background-color: #fff;
	border-radius: 20px;
	color: #000;
	border: 1px solid #c0c0c0;
}
.news dd .more a:hover {
	box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
.news .back_news {
	text-align: right;
	margin: 50px 0;
}
.news .back_news a {
	padding: 6px 80px;
	background-color: #fff;
	border-radius: 20px;
	color: #000;
	border: 1px solid #c0c0c0;
}
.news .back_news a:hover {
	box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
/* ----------------- 跳出視窗 ----------------- */

#show_iframe {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	background-color: rgba(0,0,0,0.6);
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}
.show_content {
	background-color: #fff;
	width: 400px;
	height: 210px;
	padding: 20px;
	border: 1px solid #999;
	position: absolute;
	overflow: auto;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -200px;
}
.show_content h1 {
	background-color: #58AB52;
	font-size: 22px;
	padding: 7px;
	color: #fff;
	margin: 0 0 10px 0;
}
.show_content p {
	font-size: 21px;
	padding: 7px;
	color: #000;
	margin: 0 0 10px 0;
}
#show_btn {
	cursor: pointer;
}
#hide_btn {
	/*	background: url(../images/cross.png) no-repeat left top;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	cursor: pointer;*/
	text-align: center;
	margin-top: 30px;
}
#hide_btn a {
	display: inline-block;
	/*background-color: #f7d3a5;*/
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	color: #666;
	padding: 5px 20px;
	margin: 0 3px;
}
/*========================================================
                      	 檔案下載
=========================================================*/

/*-----------------------選單-----------------------------*/
.page_nav_item h4 {
	padding: 20px 0;
	width: 100%;
	display: block;
	background-color: #21C49C;
	color: #fff;
	position: relative;
	border-radius: 12px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.page_nav_item h4 .border_inner {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px dashed #fff;
	border-radius: 8px;
}
.page_nav_item {
	text-align: center;
}
.page_nav_item a {
	padding: 20px 0;
	width: 100%;
	display: block;
	background-color: #9cbdde;
	color: #fff;
	position: relative;
	border-radius: 12px;
	-webkit-transition: all 0.2s;
	/* For Safari 3.1 to 6.0 */
	transition: all 0.2s;
}
.page_nav_item a:hover, .page_nav_item a.active {
	background-color: #6496d4;
	text-decoration: none;
}
.page_nav_item a .border_inner {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px dashed #fff;
	border-radius: 8px;
}
.navsub, .page_nav_row, .page_nav_row2 {
	display: none;
}
.navsub-list {
/*-webkit-box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
	box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;*/
}
.navsub-list h2 {
	color: #fff;
	background-color: #4386ac;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	/*margin: 20px 20px 40px 20px;*/
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 7px;
	color: #333;
	font-size: 18px;
	margin: 0 0 10px 0;
	background-color: #ededed;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #acd2e3;
}
.navsub-select {
/*margin-left: 15px;
	margin-right: 15px;
    width: 100%;*/
}
.navsub-select h3, .device-nav h3 {
	text-align: center;
}
.navsub-select .form-control {
	margin-bottom: 20px;
}
.page_nav_row2 {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 60px;
}
.device-nav {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.device-nav:before {
	position: absolute;
	right: 15px;
	top: 45px;
	display: block;
}
select.form-control {
	/*Chrome和Firefox裡面的邊框是不一樣的，所以複寫了一下*/ 
  /*border: solid 1px #000; */
  /*很關鍵：將默認的select選擇框樣式清除*/ 
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*為下拉小箭頭留出一點位置，避免被文字覆蓋*/ 
	padding-right: 14px;/*border-radius: 4px;*/
}
/*清除ie的默認選擇框樣式清除，隱藏下拉箭頭*/ 
select.form-control::-ms-expand {
display: none;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #e5d8b3;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/*  尺寸設定 */


@media (min-width: 992px) {
.navsub, .page_nav_row, .page_nav_row2 {
	display: block;
}
.navsub-select, .device-nav {
	display: none;
}
}
/*------------------切換選單-------------------------*/

.wrap-tabs {
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs li {
	text-align: center;
}
.nav-tabs li a {
	display: block;
	font-size: 1rem;
	border-radius: 0;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d9d9d9;
	font-weight: bold;
}
.nav-tabs > li > a.active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
	display: block;
	background-color: #0078bd;
	color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
	display: block;
	text-decoration: none;
	background-color: #0078bd;
	color: #fff;
}
.tab-content {
	padding: 40px 0;
}

/*  尺寸設定 */
@media (max-width: 639px) {
.nav-tabs {
	margin-bottom: 20px;
}
}

@media (min-width: 992px) {
.nav-tabs li a {
	font-size: 1.2rem;
}
}
/*------------------型錄下載-------------------*/
.pdownload-wrap {
}
.download-box {
}
.download-wrap [class*="col-"] dl {
	border: 4px solid #F0F0F0;
	border-radius: 14px;
	padding-bottom: 10px;
	/*margin-bottom: 50px;*/
	overflow: hidden;
	background: #fff;
}
.download-wrap [class*="col-"] dl dt {
	margin-bottom: 10px;
}
.download-wrap [class*="col-"] dl dd {
	color: #292929;
	font-size: 16px;
}
.download-wrap [class*="col-"] dl dd h3 {
	color: #805e39;
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.image-pic img {
}
.image-pic:hover img {
}
.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-pic2 img {
	transform: scale(1, 1);
	transition: all 1s ease-out;
}
.image-pic2:hover img {
	transform: scale(1.1);
	position: relative;
	z-index: 10;
	transition: .9s;
	opacity: 0.8;
}
.image-box .image-pic2 {
	position: relative;
}
.image-box .image-pic2 > img {
	width: 100%;
	vertical-align: bottom;
}

/*  尺寸設定 */
@media (min-width: 768px) {
}

@media (min-width: 1200px) {
.download-wrap [class*="col-"] dl dd h3 {
	padding: 10px 0 20px;
}
}
/*------------------產品規格書下載-------------------*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	/*font-size: 1rem;*/
	border: 1px solid #c0bebe;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr:nth-of-type(2n+1) {
	background-color: #f3f5f7;
}
.table1 th {
	background: #497dbd;
	color: #fff;
	font-weight: bold;
	padding: 10px 5px !important;
	text-align: center;
	border-top: 0 !important;
	border-right: 1px solid #c0bebe;
	border-bottom: 1px solid #c0bebe;
}
.table1 td {
	padding: 10px;
	border: 1px solid #c0bebe;
	text-align: center;
	color: #555;
	font-size: 16px;
}
.table1 td.c {
	text-align: center;
	background-color: #e3f0f6;
}
.table1 td.left {
	text-align: left;
}
.table-center {
	text-align: center;
}
/*------------------認證/證書-------------------*/

.download-wrap .down3 {
	border: none!important;
	border-radius: none!important;
	padding-bottom: 0px!important;
	overflow: hidden;
	background: #fff;
}
.img-item {
    text-align: center;
    margin-bottom: 20px;
}

.img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: zoom-in;
}

.img-wrap img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.img-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transition: 0.3s ease;
    z-index: 2;
}

.img-wrap::after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 36px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    opacity: 0;
    transition: 0.3s ease;
    z-index: 3;
}

.img-wrap:hover::before,
.img-wrap:hover::after {
    opacity: 1;
}

.img-wrap:hover img {
    transform: scale(1.05);
}

.img-title {
    color: #805e39;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.fancybox-container{
	z-index: 9999999999 !important;
}


/*.event_detail_pic {
	text-align: center;
	padding-bottom: 20px;
}
.event_detail_pic img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.img-title {
	color: #805e39;
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

@media (min-width: 640px) {
.event_detail_pic img {
	height: 300px;
}
}

@media (min-width: 768px) {
.event_detail_pic img {
	height: 220px;
}
}

@media (min-width: 992px) {
.event_detail_pic img {
	height: 200px;
}
}

@media (min-width: 1200px) {
.event_detail_pic img {
	height: 180px;
}
}

@media (min-width: 1600px) {
.event_detail_pic img {
	height: 480px;
}
}
*/