@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_footer.css);
@import url(page_banner.css);
/*@import url(page_navsub.css);*/



/*========================================================
                      	 h1 設定
=========================================================*/


.h1-title {
	text-align: center;
	font-size: 24px;
	margin: 0 0 40px 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	color: #333;
	font-weight: bold;
}
.h2-title {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.h2-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 9;
	width: 80px;
	height: 5px;
	background-color: #bf1a20;
}
.h3-title {
	position: relative;
	padding: 5px 15px 7px;
	margin: 0 0 20px 0;
}
.h3-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	z-index: 9;
	width: 6px;
	height: 60%;
	background-color: #145474;
}




/* 尺寸設定 */

@media (min-width: 768px) {
	.h1-title {
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 32px;
	}
}


/*========================================================
                      	 內頁框架
=========================================================*/

.content {
	background: url(../../images/content_back.jpg) repeat left top;
	padding-bottom: 60px;
	
}
.content-box {
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 0 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}


/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;
	
}

.navsub-list {
	-webkit-box-shadow: 0 0 5px rgba(65, 65, 65, 0.5);
	box-shadow: 0 0 5px rgba(65, 65, 65, 0.5);
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
}

.navsub-list h2  {
	color: #fff;
	background-color: #363634;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 10px 5px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #adadad;
	margin: 0;
}
.navsub-list ul li:last-of-type a {
	border-bottom: none;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #c2c2c2;
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}
}



/*========================================================
                      關於我們-章則
=========================================================*/

.about-chapter {
	margin-top: 40px;
}
.about-chapter h3 {
	margin: 0 0 20px 0;
}
.about-chapter h3:before {
	content: "\f02e";
	font-family:'FontAwesome';
	margin-right: 10px;
	color: #7c2023;
	font-size: 18px;
}
.about-chapter dl {
	margin: 0 0 10px 0;
}
.about-chapter dl dt {
	margin-top: 20px;
	margin-bottom: 6px;
	text-decoration: underline;
}
.about-chapter dl dd p {
	margin: 0 0 6px 0;
}
.about-chapter dl dd ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}


/* 尺寸設定 */
@media (min-width: 992px) {
	.about-chapter dl dt {
		margin-top: 0px;
		margin-bottom: 0px;
		float: left;
		margin-right: 10px;
		text-decoration: none;
	}
	.about-chapter dl dd {
		overflow: hidden;
	}
}





/*========================================================
                        知識分享
=========================================================*/

.knowledge-list {
	margin-top: 40px;
}
.knowledge-list dl {
	clear: both;
	overflow: hidden;
	padding: 30px 30px 20px;
	margin: 0 0 30px 0;
	-webkit-box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
	box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
}
.knowledge-list dl dt {
	background-color: #363634;
	width: 100px;
	float: left;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	padding: 18px 5px;
}
.knowledge-list dl dt span {
	display: block;
}
.knowledge-list dl dd {
	overflow: hidden;
	line-height: 28px;
}
.knowledge-list dl dd h5 {
	color: #363634;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin: 4px 0 10px 0;
	padding: 0;
}
.knowledge-list dl dd p {
	color: #333;
}
.knowledge-list > a {
	display: block;
	background-color: #f8f8f8;
}
.knowledge-list > a:hover {
	background-color: #fbf4f4;
}
.knowledge-list > a:hover dl dt {
	background-color: #bf1a20;

}


/*========================================================
                         新聞中心
=========================================================*/

.news-list {
}
.news-post {
	margin-top: 50px;
	text-align: center;
}
.news-post h1 {
	color: #9c6d4b;
	font-weight: bold;
	margin-bottom: 30px;
}


/* 目錄頁設定 */
.news-post .post-minimal {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.2);
	box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.2);
	margin-bottom: 30px;
	text-align: left;
}
.news-post .post-minimal .post-body {
	padding: 20px;
}
.news-post .post-minimal * + .post-text {
	margin-top: 8px;
}
.news-post .post-minimal * + .post-meta {
	margin-top: 5px;
}
.news-post .post-minimal * + .post-meta i {
	color: #555;
}
.news-post .post-minimal .post-body h2 {
	margin: 0 0 14px 0;
}
.news-post .post-minimal .post-body h2 a {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	color: #fff;
}
.news-post .post-minimal:nth-of-type(2n+1) .post-body h2 a {
	background-color: #555;
}
.news-post .post-minimal:nth-of-type(2n+2) .post-body h2 a {
	background-color: #555;
}



/* 尺寸設定 */
@media (max-width: 767px) {
	.news-post .post-minimal {
		display: inline-block;
		width: 100%;
	}
	.news-post .post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}
@media (min-width: 768px) {
	.news-post .post-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.news-post .post-minimal .post-left {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 320px;
	}
	.news-post .post-minimal .post-image {
		position: relative;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
	}
	.news-post .post-minimal .post-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		z-index: 1;
	}
	.news-post .post-minimal .post-body {
		padding: 30px 24px 30px 27px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
@media (min-width: 1200px) {
	.news-post .post-minimal .post-body {
		padding: 40px 26px 40px 50px;
	}
	.news-post .post-minimal .post-image img {
		transform: translate(-50%, -50%) scale(1.2);
		transition: all .3s ease;
	}
	.news-post .post-minimal .post-image:hover img {
		transform: translate(-50%, -50%) scale(1);
	}
}


/*========================================================
                   	最新消息內頁
=========================================================*/

.news-detail {
	margin-top: 40px;
	text-align: left;
	background-color: #fff;
	padding: 50px;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #333;
}
.news-content {
	padding-bottom: 20px;
	border-bottom: 2px dashed #adadad;
}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
/*
	display: block;
	margin: 0 auto 20px;
*/
}

/*回目錄頁*/


.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #333;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.news-detail .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #ab2424;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                        影音專區
=========================================================*/

.work-3 {
	margin-top: 40px;
}
.work-3 dl {
	position: relative;
	margin-bottom: 20px;
}

.work-3 dl dt {
}
.work-3 dl dt span {
	display: inline-block;
	margin-bottom: 10px;
}
.work-3 dl dt img {
	width: 100%;
	vertical-align: bottom;
}

.work-3 dl dt .pic {
}
.work-3 dl dt .pic a {
	position: relative;
	display: block;
}
.work-3 dl dt .pic a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.work-3 dl dt .pic a:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
	background: url(../images/youtube.png) no-repeat center center;
	background-color: rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
.work-3 dl dd {
	overflow: hidden;
	line-height: 24px;
}
.work-3 dl dd p {
	color: #333;
}
.work-3 dl dd time {
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 9;
	color: #fff;
	font-size: 15px;
	padding: 14px 10px 10px;
	background-color: #626262;
	text-align: center;
}
.work-3 dl dd time span {
	font-size: 36px;
	font-weight: bold;
	display: block;
}



/*========================================================
                         活動記錄
=========================================================*/

.activity-list {
}
.activity-post {
	margin-top: 50px;
	text-align: center;
}
.activity-post h1 {
	color: #9c6d4b;
	font-weight: bold;
	margin-bottom: 30px;
}


/* 目錄頁設定 */
.activity-post .post-minimal {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
/*
	-webkit-box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.2);
	box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.2);
*/
	margin-bottom: 50px;
	text-align: left;
}
.activity-post .post-minimal .post-body {
	padding: 30px;
}
.activity-post .post-minimal * + .post-text {
	margin-top: 8px;
	color: #7e7e7e;
}
.activity-post .activity-post .post-minimal * + .post-meta {
	margin-top: 5px;
}
.post-minimal * + .post-meta i {
	color: #555;
}
.activity-post .post-minimal .post-body h2 {
	margin: 0 0 14px 0;
	font-size: 20px;
	color: #363634;
	font-weight: bold;
}


.post-time {
    position: absolute;
    overflow: hidden;
    text-align: center;
    padding: 20px 15px;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: rgba(68, 67, 73, 0.4);
    background: transparent;
    z-index: 1;
}
.post-time::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 14px;
    width: 400%;
    height: 100%;
    background: #ffce40;
    transform: skew(45deg);
    transform-origin: 50% 100%;
    will-change: transform;
    pointer-events: none;
    z-index: -1;
}
.post-time > * {
    display: block;
}
.post-time-date {
    color: #444349;
}


.activity-post .more a {
	display: inline-block;
	color: #363634;
	border: 2px solid #363634;
	padding: 10px 50px;
	margin-top: 20px;
}
.activity-post .more a:hover {
	border: 2px solid #ffce40;
	background-color: #ffce40;
}



/* 尺寸設定 */
@media (max-width: 767px) {
	.activity-post .post-minimal {
		display: inline-block;
		width: 100%;
	}
	.activity-post .post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}
@media (min-width: 768px) {
	.activity-post .post-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.activity-post .post-minimal .post-left {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 40%;
	}
	.activity-post .post-minimal .post-image {
		position: relative;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
	}
	.activity-post .post-minimal .post-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		z-index: 1;
	}
	.activity-post .post-minimal .post-body {
		padding: 30px 24px 30px 27px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.activity-post .post-minimal .post-body h2 {
		margin: 0 80px 14px 0;
	}
	.activity-post .post-minimal * + .post-text {
		margin-right: 80px;
	}
	.post-time {
		top: -1px;
		right: -1px;
		padding: 25px 20px;
		font-size: 20px;
	}
	.post-time::before {
		left: 24px;
	}
}
@media (min-width: 1200px) {
	.activity-post .post-minimal .post-body {
		padding: 40px 26px 40px 50px;
	}
	.activity-post .post-minimal .post-image img {
		transform: translate(-50%, -50%) scale(1.2);
		transition: all .3s ease;
	}
	.activity-post .post-minimal .post-image:hover img {
		transform: translate(-50%, -50%) scale(1);
	}
	.activity-post .post-minimal .post-body h2 {
		margin: 0 100px 14px 0;
	}
	.activity-post .post-minimal * + .post-text {
		margin-right: 100px;
	}
	.post-time {
		font-size: 24px;
		padding: 24px 18px;
	}
}



/*========================================================
                        活動記錄內頁
=========================================================*/

.activity-detail {
	padding-top: 20px;
}
.activity-detail-info {
	margin-bottom: 30px;
}
.activity-detail-info h2 {
    margin: 0 0 10px 0;
}
.activity-detail-info h2 b {
    background-color: #363634;
	padding: 3px 10px;
	text-align: center;
	color: #fff;
	display: block;
	width: 120px;
	font-size: 15px;
	margin-bottom: 10px;
}

.activity-detail-img [class*="col-"] {
	margin-bottom: 30px;
}
.activity-detail-img img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #fff;
}
.activity-detail-img p {
	text-align: center;
	margin-top: 10px;
}


.activity-detail-info .back {
	text-align: right;
}
.activity-detail-info .back a {
	background-color: #8c8c8c;
	padding: 6px 20px 8px;
	color: #fff;
	font-size: 15px;
}
.activity-detail-info .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #ffce40;
	color: #000;
	text-decoration: none;
}


/*========================================================
                         討論區
=========================================================*/


.message-sort [class*="col-"] {
	padding: 15px;
}
.message-sort [class*="col-"] a {
	display: block;
	color: #fff;
	font-size: 28px;
	text-align: left;
	padding: 20px;
}
.message-sort [class*="col-"]:nth-of-type(6n+1) a {
	background-color: rgba(182,93,75,1.0);
}
.message-sort [class*="col-"]:nth-of-type(6n+2) a {
	background-color: rgba(77,168,182,1.0);
}
.message-sort [class*="col-"]:nth-of-type(6n+3) a {
	background-color: #aa7e41;
}
.message-sort [class*="col-"]:nth-of-type(6n+4) a{
	background-color: #626caa;
}
.message-sort [class*="col-"]:nth-of-type(6n+5) a{
	background-color: #77954b;
}
.message-sort [class*="col-"]:nth-of-type(6n+6) a {
	background-color: #865c9b;
}
.message-sort [class*="col-"] h4 {
	font-size: 22px;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 1px #000;
}
.message-sort [class*="col-"] p {
	font-size: 16px;
	line-height: 20px;
}

.forums_box {
	margin: 0 0 10px 0;		
	}
	
.forums_box dl {
	border-width: 1px 1px 2px 1px;
	border-style: solid dotted;
	border-color: #c8c8c8;
	margin: 0 0 30px 0;
	background-color: #fff;
	}
.forums_box dl dt {
	background-color:#525252;
	padding:10px 15px;
	font-weight:bold;	
	margin:2px 0 2px 0;
	position: relative;	
	color:#fff;
	}
.forums_box dl dt span {
	position: absolute;
	right: 20px;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	}	
.forums_box dl dd {
	padding: 15px;
	line-height: 30px;
	}
.forums_box dl dd blockquote { /*引用回覆*/
	border-width: 1px 1px 1px 7px;
	border-style: solid;	
	border-color: #969696;
	background-color: #eeeeee;
	padding: 15px;
	margin: 10px 20px;
	font-size: 15px;
}	
.forums_box dl dd blockquote p.quote {
	font-weight: bold;	
	margin: 0 0 4px 0;	
}
.forums_box dl dd blockquote p.quote span {
	background-color: #676767;	
	margin: 0 5px 0 0;
	padding: 2px 4px;
	color: #fff;
}
.forums_box dl dd p.forums_author {
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	color: #bf1a20;
}	
.forums_box dl dd p.forums_info {
	margin: 10px 0 0 0;	
	font-weight: bold;
	text-align: right;
	font-size: 16px;
}	
.forums_box dl dd p.forums_info span.forums_reply {
	margin: 0 10px 0 0;	
}
.forums_box dl dd p.forums_info span.forums_reply a {
	color: #525252;
}
.forums_box dl dd p.forums_info span.forums_time {
}

.forums_list {
	position: relative;
	text-align: right;
	margin-bottom: 10px;
	}	




/*========================================================
                         聯絡我們
=========================================================*/

.contact-list {
}
.contact-list [class *= col-] h2 {
	background-color: #477eb1;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	margin: 0;
}
.contact-list [class *= col-] ul {
	list-style: none;
	margin: 20px 0 20px 0;
	padding: 0;
	line-height: 32px;
}
.contact-list [class *= col-] ul li span {
	color: #1168b9;
	font-weight: bold;
}


.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}


.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #333;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #333;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}


/* 尺寸設定 */

@media (min-width: 992px) {
	.contact-box > .row > .col-md-6:nth-of-type(1) {
		padding-right: 50px;
	}
	.contact-box > .row > .col-md-6:nth-of-type(2) {
		padding-top: 20px;
		padding-left: 50px;
	}
	.contact-list [class *= col-]:nth-of-type(1) .box {
		padding: 0 20px 0 0;
	}
	.contact-list [class *= col-]:nth-of-type(2) .box {
		padding: 0 0 0 20px;
	}	
}




/*========================================================
                         各類表單
=========================================================*/

/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 40px;
	border: 1px solid #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
::placeholder {
  	color: #000;
	font-weight: bold;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}
.contact-form [class *= col-] h3 {
	background-color: #6a6a6a;
	color: #fff;
	padding: 7px 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 28px;
    line-height: 28px;
    text-align: center;
/*    border: 1px solid #c4c4c4;*/
    background-color: #f6f6f6;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}


/* 尺寸設定 */

@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #fff;
	}
}

/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 15px;
	background-color: #fff;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr:nth-child(2n+1) {
	background-color: #f0f0f0;
}
.table1 th {
	background: #363634;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #555555;
}
.table1 th span {
	margin-left: 5px;
}
.table1 td {
	padding: 10px 5px !important;
	border-bottom: 1px solid #cccccc;
}
.table1 td.left {
	text-align: left;	
}
.table1 a {
	color: #333;
}

.table2 tr:nth-child(2n+1) {
	background-color: #fff;
}
.table2 td:first-of-type {
	text-align: center;
}
.table2 td.left {
	text-align: left;
}



/* 手機表格提示 */
.table-text {
	color: #D40101;
	text-align: right;
}
@media (min-width: 640px) {
	.table-text {
		display: none;
	}	
}
@media (min-width: 768px) {	
	.table1 td img {
		max-width: 100px;
		max-height: 100px;
	}
}
@media (max-width: 991px) {	
	.table1 th span {
		display: block;
	}
}





/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../images/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
a.figure2:before {
    background: rgba(255,255,255,0.15) url(../images/magnifier2.png) no-repeat center center;
}