
@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 {
	background-color: #204b6d;
    color: #fff;
    margin: 0 0 30px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
	font-size: 24px;
	position: relative;
}
.h3-title {
	background-color: #ededed;
	border-left: 7px solid #204b6d;
	margin: 0 0 20px 0;
	font-weight: bold;
	padding: 10px 10px;
}
.h2-title {
	border-left: 7px solid #014099;
	background-color: #e0e0e0;
	margin: 0 0 40px 0;
	padding: 10px 15px;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 30px;
		margin: 0 0 40px 0;
	}		
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 36px;
		margin: 0 0 60px 0;
	}		
}


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

.content {
	padding-top: 80px;
	padding-bottom: 50px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 10px 10px;

}
.content-box {
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 20px 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;
	margin-bottom: 50px;
}

.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: #014099;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 40px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px dashed #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;
}
.navsub-select .f1 {
	font-weight: bold;
	color: #2a5fa9;
	font-size: 16px;
}


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

/*========================================================
                   	   	關於崇翌
=========================================================*/

.about-box {
	font-size: 18px;
	line-height: 36px;
}
.about-1, .about-2, .about-3, .about-4 {
	padding-bottom: 60px;
}

/*
.about-1 img {
	width: 100%;
	vertical-align: bottom;
}
*/
.about-1 .row {
	padding-left: 15px;
	padding-right: 15px;
}
.about-1 [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
	border-right: 2px solid #fff;
}

.about-date {
	  list-style: none;
	  margin: 0 0 30px 0;
	  padding: 0;
}
.about-date li {
	padding: 12px 0 12px 130px;
	position: relative;	
    border-bottom: 1px dashed #ddd;
}
.about-date li:nth-of-type(2n) {
	background-color: #F0F0F0;
}
.about-date li p {
	margin-bottom: 0;
	padding-left: 10px;
	position: relative;
}
.about-date span {
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 10;
	background: #999;
    color: #fff;
	width: 120px;
    text-align: center;

}

/*========================================================
                         代理項目
=========================================================*/

.agent-list {
	margin-top: 40px;
}


/* 目錄頁設定 */
.agent-list .post-minimal {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px dashed #adadad;
}
.agent-list .post-minimal:last-of-type {
	border-bottom: none;
}
.agent-list .post-minimal .post-body {
	padding: 20px;
}
.agent-list .post-minimal * + .post-text {
	margin-top: 8px;
}
.agent-list .post-minimal * + .post-meta {
	margin-top: 5px;
}
.agent-list.post-minimal * + .post-meta i {
	color: #187d9c;
}
.agent-list .post-minimal .post-body h2 {
	font-size: 22px;
	color: #187d9c;
	margin: 0 0 6px 0;
    font-weight: bold;
}
.agent-list .more a {
	background-color: #187d9c;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
	padding: 0px 10px;
}

.ul-s1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s1 li img {
    border: 1px solid  #adadad;
    margin-bottom: 20px;
}


/* 尺寸設定 */
@media (max-width: 767px) {
	.agent-list .post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 680px;
	}
	.agent-list .post-minimal .post-image img {
		max-width: 80%;
		vertical-align: bottom;
		display: block;
		margin: 10px auto;
	}
}

@media (min-width: 768px) {
	.agent-list .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;
	}
	.agent-list .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: 240px;
		padding-left: 30px;
	}
	.agent-list .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;
	}
	.agent-list .post-minimal .post-image img {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.agent-list .post-minimal .post-body {
		padding: 30px 24px 30px 27px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 1200px) {
	.agent-list .post-minimal .post-body {
		padding: 20px 26px 20px 50px;
	}
}



/*========================================================
                   	   	產品資訊
=========================================================*/

.product-info {
	margin-bottom: 50px;
	border: 2px dashed #adadad;
	padding: 30px 30px 10px 30px;
	background-color: #f8fbff;
}
.product-info h3 {
	margin: 0 0 10px 0;
}
.product-info p {
	margin-bottom: 20px;
}
.product-box {

}
.product-box dl {
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: 2px dashed #ddd;
}
.product-box dl:last-of-type {
	border-bottom: none;
}
.product-box dl dt {
	float: none;
	width: 100%;
	margin-right: 0;
}
.product-box dl dd {
	overflow: hidden;
	padding-bottom: 40px;
}
.product-box dl dd h3 {
	font-weight: bold;
	margin: 0 0 15px 0;
}
.product-box dl dd > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-box dl dd > ul > li {
	position: relative;
	padding-left: 70px;
	margin-bottom: 10px;
	line-height: 24px;	
}
.product-box dl dd > ul > li span.t1 {
	position: absolute;
	left: 0;
	top: 1px;
	width: 60px;
	background-color: #3563a5;
	text-align: center;
	color: #fff;
}
.product-box dl dd ul li strong {
	color: #000;
}
.product-box dl dd > ul > li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-box dl dd > ul > li ul li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 6px;
}
.product-box dl dd > ul > li ul li span.t2 {
	position: absolute;
	left: 0;
	top: 1px;
	width: 10px;
	font-size: 20px;
}



/* 連接 */
.product-link {
	text-align: right;
}


.product-list img{
	width:100%;
}
.product-list h3{
	text-align:center;
}





/* 尺寸設定 */
@media (max-width: 1199px) {
	.product-box dl dt img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.product-box dl dt {
		float: left;
		width: 260px;
		margin-right: 20px;
	}
	.product-box dl dt img {
		width: 100%;
		vertical-align: bottom;
	}
}


/*========================================================
                      產品資訊內頁
=========================================================*/

.work-detail {
	margin-bottom: 50px;
	text-align: left;
}
.work-detail img {
	width: 100%;
	vertical-align: bottom;
	border: 2px solid #ededed;	
}
.work-detail h2.title {
	margin: 0 0 20px 0;
}
.slider-for > div {
	position: relative;
	margin: 5px 5px 20px 5px;
}
.slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.slider-for > div img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;
}
.slider-nav {
	margin-bottom: 30px;
}

.slider-nav .slick-slide {
	margin: 0 5px 0 5px;
}


.work-detail [class*="col-"] p {
	font-size: 16px;
	line-height: 32px;
}

.work-detail [class*="col-"] ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.work-detail [class*="col-"] ul li {
	position: relative;
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 120px;
}
.work-detail [class*="col-"] ul li span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100px;
	height: 100%;
	text-align: center;
	margin-right: 20px;
	padding: 5px 0;
	background-color: #777;
	color: #fff;
}


.work-info {
	margin-bottom: 30px;
}
.work-info h3 {
	color: #014099;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.work-info ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.work-info ul li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
}
.work-info ul li span {
	font-weight: bold;
}



/* 尺寸設定 */


@media (min-width: 480px) {	
	.work-info ul li {
		width: 47%;
		margin: 0 1% 0 1%;
	}
}
@media (min-width: 768px) {
	.work-info ul li {
		width: 30.8%;
		margin: 0 1% 0 1%;
	}
}
@media (min-width: 992px) {
	.slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
}

@media (min-width: 1200px) {
	.work-info ul li {
		width: 30.8%;
		margin: 0 1% 0 1%;
	}		
}



/*========================================================
                        業務實績
=========================================================*/

.case {

}
.case ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.case ul li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 10px 0;
	background-color: #fff;
	border: 1px dashed #adadad;
	padding: 5px 10px;
}


/* 尺寸設定 */
@media (max-width: 479px) {
	.case ul li {
		margin: 0;
		padding: 5px 0;
		text-align: center;
		border: none;
	}
	.case ul li:nth-of-type(2n) {
		background-color: rgba(133,133,133,0.2);
	}
}

@media (min-width: 480px) {
	.case ul li {
		width: 48.5%;
		margin: 0 1% 10px 0;
	}
	.case ul li:before {
		content: '\f105';
		font-family: "FontAwesome";
		color: #111;
		margin-right: 5px;
		margin-left: 5px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.case ul li:nth-of-type(4n+3), 
	.case ul li:nth-of-type(4n+4){
		background-color: rgba(133,133,133,0.2);
	}
}
@media (min-width: 768px) {
	.case ul li {
		width: 31.5%;
		margin: 0 1% 10px 0;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.case ul li:nth-of-type(6n+4), 
	.case ul li:nth-of-type(6n+5),
	.case ul li:nth-of-type(6n+6){
		background-color: rgba(133,133,133,0.2);
	}
}
@media (min-width: 1200px) {
	.case ul li {
		width: 23.5%;
		margin: 0 1% 10px 0;
	}
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.case ul li:nth-of-type(8n+5), 
	.case ul li:nth-of-type(8n+6),
	.case ul li:nth-of-type(8n+7),
	.case ul li:nth-of-type(8n+8){
		background-color: rgba(133,133,133,0.2);
	}
}
@media (min-width: 1600px) {
	.case ul li {
		width: 18.5%;
		margin: 0 1% 10px 0;
	}
	.case ul li:nth-of-type(10n+6), 
	.case ul li:nth-of-type(10n+7),
	.case ul li:nth-of-type(10n+8),
	.case ul li:nth-of-type(10n+9),
	.case ul li:nth-of-type(10n+10){
		background-color: rgba(133,133,133,0.2);
	}	
}



/*========================================================
                        最新消息
=========================================================*/


.news-box {
/*	max-width: 1170px;*/
	margin-bottom: 20px;
}
.news-list h1 {
	margin-top: 30px;
}
.news-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);
}
.news-list dl dt {
	background-color: #346d99;
	width: 100px;
	float: left;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	padding: 18px 5px;
}
.news-list dl dt span {
	display: block;
}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
}
.news-list dl dd h5 {
	color: #346d99;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin: 4px 0 10px 0;
	padding: 0;
}
.news-list dl dd p {
	color: #333;
}
.news-list > a {
	display: block;
	background-color: #f8f8f8;
}
.news-list > a:hover {
	background-color: #e8f2f9;
}





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

.news-detail {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #346d99;
}
.news-content {
	padding: 50px;
	-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);
	background-color: #fff;
}
.news-content img {
	max-width: 100%;
}


/*回目錄頁*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #346d99;
	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: #0a1a26;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                        人才招募
=========================================================*/

.recruiting-list {
	font-size: 18px;
	line-height: 36px;
}
.recruiting-welfare {
	margin-bottom: 50px;
	font-size: 16px;
}
.recruiting-welfare dl {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 20px 0;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.recruiting-welfare dl dt img {
	display: block;
	width: 120px;
	height: 120px;
	padding: 10px;
	margin: 0 auto;
}
.recruiting-welfare dl dd {
	overflow: hidden;
	padding: 0 30px;
	min-height: 90px;
	line-height: 1.42857143;
}
.recruiting-welfare dl dd h3 {
    font-size: 24px;
	margin: 5px 0 10px 0;
	font-weight: bold;
	color: #014099;
}
.recruiting-welfare dl dd p {
    margin: 0 0 5px 0;
	font-size: 18px;
}


.recruiting-btn {
	text-align: right;
	margin-bottom: 40px;
}
.recruiting-btn a {
	display: inline-block;
	background-color: #014099;
	padding: 5px 30px;
	color: #fff;
	font-size: 16px;
	margin: 0 5px;
}
.recruiting-btn a:hover {
	background-color: #e60012;
}



/* 尺寸設定*/
@media (min-width: 480px) {
	.recruiting-welfare dl {
		width: 47%;
		margin: 0 2% 20px 0;
	}
}
@media (min-width: 768px) {
	.recruiting-welfare dl {
		width: 30.5%;
		margin: 0 2% 20px 0;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {

	.recruiting-welfare dl {
		width: 15.5%;
		margin: 0 1% 20px 0;
	}
	.recruiting-welfare dl:last-of-type {
		width: 15.5%;
		margin: 0 0 20px 0;
	}
}



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

.contact-box {
	position: relative;
}
.contact-box [class *= col-] ul {
	list-style: none;
	margin: -20px 0 20px 0;
	padding: 0;
}
.contact-box [class *= col-] ul li span {
	font-weight: bold;
}


.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}
.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}
.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: #4276c7;
}
.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: #4276c7;
	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;
	}
}




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

.contant-list {
	
}


/* 說明 */
.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: #fff;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #666;
    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;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 th {
	background: #3563a5;
	color: #fff;
	font-weight: bold;
	padding: 10px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #555555;
}
.table1 td {
	padding: 0 5px;
	border: 1px solid #bbb;
}

.table1 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/file_pdf.png) no-repeat center center;
	text-indent: -9999px;
	}
.table1 td img {
	max-width: 100px;
	max-height: 100px;
}
	
.table2 {
}
.table2 th {
	background: #3563a5;
	color: #fff;
	font-weight: bold;
	padding: 10px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #555555;
}
.table2 td {
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #fff;
}
.table2 td img {
	max-width: 100px;
	max-height: 100px;
}
.table2 td.left {
	text-align: left;
}
.table2 td:nth-of-type(1) {
	background-color: #f6faff;
}
	


/* 手機表格提示 */
.table-text {
	color: #D40101;
	text-align: right;
	margin-bottom: -20px !important;
}	
@media (min-width: 768px) {
	.table-text {
		display: none;
	}	
}
	
/*========================================================
                         圖片效果
=========================================================*/

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;
	z-index: 10;
	content: '';
	display: inline-block;
	background: rgba(0,0,0,0.05) url(../images/magnifier.png) no-repeat center center;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}



/*========================================================
                         動畫效果
=========================================================*/

#ad1{
    background: #2a5fa9;
    position: relative;
    animation:TestMove3 0.5s infinite alternate; /*IE*/
    -moz-animation:TestMove3 0.5s infinite alternate; /*FireFox*/
    -webkit-animation:TestMove3 0.5s infinite alternate; /*Chrome, Safari*/
}
@keyframes TestMove3{
    from {background-color: #2a5fa9;}
    to {background-color: red;}
}
@-moz-keyframes TestMove3{
    from {background-color: #2a5fa9;}
    to {background-color: red;}
}
@-webkit-keyframes TestMove3{
    from {background-color: #2a5fa9;}
    to {background-color: red;}
}
