
@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: #dc3669;
    color: #fff;
    margin: 0 0 30px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
	font-size: 24px;
	position: relative;
}
.h2-title i {
	font-size: 24px;
	color: #dc3669;
	margin-right: 5px;
	font-weight: 500;
    line-height: 1.1;
}

.h3-title {
	background-color: #ededed;
	border-left: 7px solid #dc3669;
	margin: 0 0 20px 0;
	font-weight: bold;
	padding: 10px 10px;
}

/* 尺寸設定 */
@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-bottom: 30px;
}
.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;
}



/*========================================================
                   		關於全碩
=========================================================*/

.about-list {
	text-align: center;
}
.about-list h2 {
	color: #ef7952;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.about-list h2:nth-of-type(2) {
	color: #0054a9;
}
.about-list img {
	max-width: 100%;
	vertical-align: bottom;
	margin-bottom: 30px;
}
.about-list p {
	font-size: 24px;
	line-height: 36px;
	width: 60%;
	margin: 0 auto 20px;
}

.about-pic1 img {
	border: 1px solid #ededed;
}

.about-pic2 {
	max-width: 1170px;
	margin: 0 auto;
}
.about-pic2 img {
	border: 10px solid #28a2db;
}







/*========================================================
                   		商品訂購
=========================================================*/

.products-list {
	padding-bottom: 50px;
}
.product-box h2 {
	background: #dc3669 url(../../images/right-arrow.png) no-repeat 10px center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding: 12px 10px 12px 40px;
	position: relative;
	margin: 0;
}
.product-box:nth-of-type(4n+1) h2 {
	background-color: #626caa;
}
.product-box:nth-of-type(4n+2) h2 {
	background-color: #3381c9;
}
.product-box:nth-of-type(4n+3) h2 {
	background-color: #dc3669;
}
.product-box:nth-of-type(4n+4) h2 {
	background-color: #69b93e;
}

.product-box .row {
	padding-top: 40px;
	padding-bottom: 60px;
}
.product-box dl {
	border: 1px solid #646464;
    padding: 15px;
}
.product-box dl dt img {
    width: 100%;
    vertical-align: bottom;
}
.product-box dl dd h3 {
	text-align: center;
	background-color: #dc3669;
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
}

.product-box:nth-of-type(4n+1) dl dd h3 {
	background-color: #626caa;
}
.product-box:nth-of-type(4n+2) dl dd h3 {
	background-color: #3381c9;
}
.product-box:nth-of-type(4n+3) dl dd h3 {
	background-color: #dc3669;
}
.product-box:nth-of-type(4n+4) dl dd h3 {
	background-color: #69b93e;
}


.product-box dl dd h3 span {
	display: block;
}
.product-box dl dd p {
	margin: 10px;
	font-size: 16px;
	color: #252525;	
}
.product-box dl dd .more {
    text-align: center;
	margin-top: 30px;
}
.product-box dl dd .more a {
	display: block;
	background-color: #dc3669;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
}

/* 商品次選單按鈕 */
.products-btn {
	border: 2px dashed #adadad;
	padding: 20px;
	margin-bottom: 40px;
	background-color: #f4f4f4;
	color: #cb3b3d;
}
.products-btn h3 {
	margin: 0;
	font-weight: bold;
}
.products-btn ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.products-btn ul li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}
.products-btn ul li a {
	display: inline-block;
	color: #fff;
	background-color: #cb3b3d;
	padding: 5px 30px;
	font-size: 18px;
	margin-right: 10px;
	font-weight: bold;
	margin-top: 10px;
}
.products-btn ul li a i {
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
}
.products-btn ul li a:hover {
	background-color: #932526;
}



/*  尺寸設定 */
@media (max-width: 479px) {
	.product-box h2 {
		background: #dc3669 url(../../images/right-arrow.png) no-repeat 10px center;
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		padding: 12px 10px 12px 40px;
		position: relative;
		margin: 0 0 30px 0;
	}
	.product-box h2 span {
		position: absolute;
		right: 0px;
		bottom: -36px;
		display: block;
		font-size: 20px;
	}
	.product-box h2 span a {
		color: #dc3669;
	}
}
@media (min-width: 768px) {
	.products-list h1 {
		font-size: 32px;
	}
}
@media (min-width: 992px) {	
	.products-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.products-list h1 {
		font-size: 40px;
	}
}
@media (min-width: 1600px) {
	.products-list h1 {
		font-size: 44px;
	}
}
	






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

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


/* 目錄頁設定 */
.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;
}
.post-minimal .post-body {
	padding: 20px;
}
.post-minimal * + .post-text {
	margin-top: 8px;
}
.post-minimal * + .post-meta {
	margin-top: 5px;
}
.post-minimal * + .post-meta i {
	color: #333;
}
.post-minimal .post-body h2 {
	margin: 0 0 14px 0;
}
.post-minimal .post-body h2 a {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	color: #fff;
}
.news-post .post-minimal:nth-of-type(4n+1) .post-body h2 a {
	background-color: #626caa;
}
.news-post .post-minimal:nth-of-type(4n+2) .post-body h2 a {
	background-color: #3381c9;
}
.news-post .post-minimal:nth-of-type(4n+3) .post-body h2 a {
	background-color: #c99a33;
}
.news-post .post-minimal:nth-of-type(4n+4) .post-body h2 a {
	background-color: #69b93e;
}

.post-more {
	text-align: right;
}
.post-more a {
	background-color: #fff;
	color: #dc3669;
	padding: 5px 15px;
	border-radius: 10px;
	font-weight: bold;
}
.post-more a:hover {
	background-color: #dc3669;
	color: #fff;
}

/* 尺寸設定 */
@media (max-width: 639px) {
	.post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 500px;
	}
	.post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}

@media (min-width: 640px) {
	.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;
	}
	.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;
	}
	.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;
	}
	.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;
	}
	.post-minimal .post-body {
		padding: 30px 24px 30px 27px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

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



/* 最新消息內頁 */	

.news-box {
	margin-bottom: 30px;
	text-align: left;
}
.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 {
	}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 20px;
	}

/*回目錄頁*/
.news-post .back{
	text-align: right;
	padding-top: 30px;
}
.news-post .back a {
	background-color: #396ecb;
	padding: 5px 20px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.news-post .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: #136396;
	color: #fff;
	text-decoration: none;
}


.news-post .back {
	border-top: 2px dashed #b1947e;
}
.news-post .back a {
	background-color: #b1947e;
}


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

.news-detail {
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #dc3669;
}
.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: #dc3669;
	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: #8c1945;
	color: #fff;
	text-decoration: none;
}


/* 尺寸設定 */

/*
@media (min-width: 992px) {
	.news-content img {
		float: left;
		width: 40%;
		margin: 6px 30px 20px 0;
	}
}
*/





/*========================================================
                   		快速選單
=========================================================*/

.quick-price {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 9;
}
.quick-price ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.quick-price ul li {
/*	border-radius: 10px 0 0 10px;*/
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 10px rgba(65, 65, 65, 0.5);
	box-shadow: 0 0 10px rgba(65, 65, 65, 0.5);
}
.quick-price ul li a {
	display: block;
	color: #fff;
	background-color: #dc3669;
	padding: 15px 15px 10px;
	font-size: 15px;
}
.quick-price ul li:nth-of-type(2) a, .quick-price ul li:nth-of-type(3) a {
	background-color: #267a86;
}
.quick-price ul li a:hover {
	background-color: #d26f16;
}
.quick-price ul li:nth-of-type(2) a:hover, .quick-price ul li:nth-of-type(3) a:hover {
	background-color: #d26f16;
}
.quick-price ul li img {
	display: block;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.quick-price ul li p {
	margin: 0;
}


.quick-price .t-web {
	display: none;
}
.quick-price .t-mobile {
	display: block;
}

@media (min-width: 992px) {
	.quick-price .t-web {
		display: block;
	}
	.quick-price .t-mobile {
		display: none;
	}
}



/*========================================================
                   		商品訂購
=========================================================*/

.quick-list {
/*	padding-top: 50px;*/
	padding-bottom: 50px;
}
.quick-brand {
	margin-bottom: 50px;
}
.quick-brand h2 {
	background: #626caa url(../../images/right-arrow.png) no-repeat 10px center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding: 12px 10px 12px 40px;
	position: relative;
	margin: 0 0 20px 0;
}
.quick-brand:nth-of-type(4n+1) h2 {
	background-color: #626caa;
}
.quick-brand:nth-of-type(4n+2) h2 {
	background-color: #3381c9;
}
.quick-brand:nth-of-type(4n+3) h2 {
	background-color: #c99a33;
}
.quick-brand:nth-of-type(4n+4) h2 {
	background-color: #69b93e;
}


.quick-brand h3 {
	position: relative;
	font-weight: bold;
}

.quick-brand:nth-of-type(4n+1) h3 {
	color: #424c8c;
}
.quick-brand:nth-of-type(4n+2) h3 {
	color: #195b99;
}
.quick-brand:nth-of-type(4n+3) h3 {
	color: #806126;
}
.quick-brand:nth-of-type(4n+4) h3 {
	color: #236328;
}



.quick-brand ul.s1 {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
.quick-brand ul.s1 li {
	margin: 0;
	padding: 7px 80px 7px 10px;
/*。border-bottom: 1px dashed #ededed;*/
	position: relative;
}

.quick-brand ul.s3 li input, .quick-brand ul.s3 li span {
	position: absolute;
	top : 50%;
	right : 10px;
	transform : translateY(-50%);
	width: 50px;
	height: 24px;
	margin-right: 10px;
}


/* 教學用 */

.quick-brand ul.s2 li input, .quick-brand ul.s2 li span {
	float: right;
	width: 50px;
	height: 24px;
	margin-right: -60px;
}



/* 次選單 */

.quick-b {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
.quick-b li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin-bottom: 10px;
}
.quick-b li a {
	display: inline-block;
	padding: 7px 20px;
	background-color: #dce0f6;
	color: #626caa;
	margin-right: 10px;
	font-weight: bold;
}

.quick-b li a:hover {
	background-color: #626caa;
	color: #fff;
}


.quick-brand:nth-of-type(4n+1) .quick-b li a {
	background-color: #b5bce3;
	color: #424c8c;
}
.quick-brand:nth-of-type(4n+2) .quick-b li a {
	background-color: #95c0e7;
	color: #195b99;
}
.quick-brand:nth-of-type(4n+3) .quick-b li a {
	background-color: #e5cc95;
	color: #806126;
}
.quick-brand:nth-of-type(4n+4) .quick-b li a {
	background-color: #b5e39c;
	color: #236328;
}
.quick-brand:nth-of-type(4n+1) .quick-b li a:hover {
	background-color: #626caa;
	color: #fff;
}
.quick-brand:nth-of-type(4n+2) .quick-b li a:hover {
	background-color: #3381c9;
	color: #fff;
}
.quick-brand:nth-of-type(4n+3) .quick-b li a:hover {
	background-color: #c99a33;
	color: #fff;
}
.quick-brand:nth-of-type(4n+4) .quick-b li a:hover {
	background-color: #69b93e;
	color: #fff;
}




/* 按鈕 */
.quick-btn {
	text-align: center;
}
.quick-btn img {
	margin-right: 10px;
}
.quick-btn a {
	display: inline-block;
	color: #fff;
	background-color: #dc3669;
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 10px;
}
.quick-btn a:hover {
	background-color: #d26f16;
}


/*  尺寸設定 */

@media (max-width: 1599px) {
	.quick-brand ul.s1 li:nth-of-type(2n) {
		background-color: #f5f5f5;
	}
	.quick-brand ul.s1 li:nth-of-type(1) {
		background-color: #c4c4c4;
		color: #000;
	}
	.quick-brand ul.s1 li:nth-of-type(2) {
		display: none;
	}
	
	.quick-brand:nth-of-type(4n+1) ul.s1 li:nth-of-type(1) {
		background-color: #dce0f6;
	}
	.quick-brand:nth-of-type(4n+2) ul.s1 li:nth-of-type(1) {
		background-color: #d5e7f8;
	}
	.quick-brand:nth-of-type(4n+3) ul.s1 li:nth-of-type(1) {
		background-color: #f0e4c9;
	}
	.quick-brand:nth-of-type(4n+4) ul.s1 li:nth-of-type(1){
		background-color: #d1eac3;
	}
	
	
	
}

@media (min-width: 1600px) {
	.quick-brand ul.s1 li {
		display: -moz-inline-stack;
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
		width: 49.5%;
		margin: 0;
	}
	.quick-brand ul.s1 li:nth-of-type(4n+1) {
		background-color: #f5f5f5;
	}
	.quick-brand ul.s1 li:nth-of-type(4n+2) {
		background-color: #f5f5f5;
	}
	.quick-brand ul.s1 li:nth-of-type(1), .quick-brand ul.s1 li:nth-of-type(2) {
		background-color: #c4c4c4;
		color: #000;
	}

	.quick-brand:nth-of-type(4n+1) ul.s1 li:nth-of-type(1), .quick-brand:nth-of-type(4n+1) ul.s1 li:nth-of-type(2) {
		background-color: #dce0f6;
	}
	.quick-brand:nth-of-type(4n+2) ul.s1 li:nth-of-type(1), .quick-brand:nth-of-type(4n+2) ul.s1 li:nth-of-type(2) {
		background-color: #d5e7f8;
	}
	.quick-brand:nth-of-type(4n+3) ul.s1 li:nth-of-type(1), .quick-brand:nth-of-type(4n+3) ul.s1 li:nth-of-type(2) {
		background-color: #f0e4c9;
	}
	.quick-brand:nth-of-type(4n+4) ul.s1 li:nth-of-type(1), .quick-brand:nth-of-type(4n+4) ul.s1 li:nth-of-type(2){
		background-color: #d1eac3;
	}
	
}



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

.navsub {
	display: none;

}
.navsub-list h2  {
	color: #fff;
	background-color: #e68700;
	border: 1px solid #646464;
	border-bottom: none;
	padding: 10px 20px;
	text-align: center;
	margin: 0;
}
.navsub-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #646464;
}
.navsub-list ul li {
	border-bottom: 1px solid #adadad;
}
.navsub-list ul li:last-of-type {
	border-bottom: none;
}
.navsub-list ul li a {
	background: url(../../images/navsub_icon.png) no-repeat 20px center;
	display: block;
	padding: 10px 10px 10px 50px;
	color: #333;
	font-size: 18px;
}
.navsub-list ul li a:hover {
	background: #3381c9 url(../../images/navsub_icon2.png) no-repeat 20px center;
	color: #fff;
}


.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
    height: 50px !important;
    font-size: 18px !important;
}


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



/*========================================================
                   		產品介紹
=========================================================*/


.product-list {
	padding-bottom: 30px;
}
.product-main > h2 {
	background-color: #ededed;
	border-left: 7px solid #dc3669;
	margin: 0 0 40px 0;
	font-weight: bold;
	padding: 10px 10px;
}
/*
.product-main > h2:after {
	margin-top: 10px;
	display: block;
	content: '';
	width: 72px;
	height: 4px;
	background-color: #41719a;
}
*/
.product-main section {
	margin-bottom: 50px;
}
.product-main section img {
	width: 100%;
	vertical-align: bottom;
	border: 5px solid #ededed;
}
.product-main section dt {
	position: relative;
}
.product-main section dt:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	z-index: 9;
	border: 6px solid #fff;
}
.product-main section p {
	text-align: center;
	margin: 5px 0 0 0;
}


/*========================================================
                        訂購流程
=========================================================*/

.shopping-list {
	background: url(../images/shopping_bg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 500px;
	font-size: 24px;
	line-height: 36px;
	color: #000;
	padding-bottom: 200px;
}
.shopping-list > div {
	max-width: 1170px;
	margin: 0 auto;
}
.shopping-list > div img {
	max-width: 100%;
	vertical-align: bottom;
	margin-bottom: 50px;
	padding: 0 15px;
}

.shopping-list ul {
	max-width: 540px;
	list-style: none;
	margin: 0 auto;
	padding: 0 15px;
}

.img-sm {
	display: block;
	margin: 0 auto;
}
.img-md {
	display: none;
}

/* 尺寸設定 */

@media (min-width: 768px) {
	.img-sm {
		display: none;
	}
	.img-md {
		display: block;
		margin: 0 auto;
	}
}




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

.contact-box {
	position: relative;
}

.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: #dc3669;
}
.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: #dc3669;
	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: #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-] 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;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr:nth-of-type(2n+1) {
	background-color: #fff7f9;
}
.table1 th {
	background-color: #f35988;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #fff;
}
.table1 td {
	padding: 7px 10px !important;;
	border: 1px solid #bbb;
}
.table1 td:first-of-type {
	text-align: left;
}
.table1 i {
	color: #333;
	}
.table1 td img {
	max-width: 100px;
	max-height: 100px;
}

	

/* 手機表格提示 */
.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;
}


/*========================================================
                         跳出視窗
=========================================================*/

#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.25);
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}
.show_content {
	width: 400px;
	height: 210px;
	padding: 20px;
/*	border: 1px solid #999;*/
	position: absolute;
	overflow: auto;
	top: 50%;
	left: 50%;
	margin-top: -105px; 
	margin-left: -200px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.show_content img {
	display: block;
	margin: 0 auto 10px;
}


