@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: #434342;
    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: #ECECEC;
	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: 7px 7px;
	color: #333;
	padding: 10px;
	font-weight: bold;
	margin: 0 0 30px 0;
	border-left: 10px solid #ccc;
}


/* 尺寸設定 */
@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 {
	min-height: 500px;
}
.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;
}



/*========================================================
                        關於禾木
=========================================================*/

.about-list {
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-size: cover;
	color: #272727;
	padding: 10% 7%;
	font-size: 20px;
	line-height: 40px;
}
.about-list h2 {
	margin: 0 0 60px 0;
	font-weight: bold;
	font-size: 28px;
	color: #000;
}
.about-list p {
	margin-bottom: 20px;
}


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

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

}
@media (min-width: 1200px) {
	.about-list {
		background: url(../images/about_p1.jpg) no-repeat 25% center;
		padding: 8% 5% 8% 0%;
	}
}
@media (min-width: 1600px) {
	.about-list {
		background: url(../images/about_p1.jpg) no-repeat 20% center;
	}
}
@media (min-width: 1800px) {
	.about-list {
		background: url(../images/about_p1.jpg) no-repeat 5% top;
		padding: 10% 10% 12% 10%;
	}
}


/*========================================================
                         最新推案
=========================================================*/

.case-list {
}

.case-list [class*="col-"] dl {
	margin: 30px;
}
.case-list [class*="col-"] dl dt {
	border: 7px solid #adadad;
}
.case-list [class*="col-"] dl dt img {
	width: 100%;
	vertical-align: bottom;
	border: 2px solid #fff;
}
.case-list [class*="col-"] dl dd {
	margin-top: 5px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}


/* 最新推案-內頁 */

.case-detail {
	margin-bottom: 100px;
}
.case-detail [class*="case-"] {
	margin-bottom: 60px;
}
.case-detail [class*="case-"] h3 {
	margin-bottom: 30px;
}
.case-detail .case-info img {
	max-width: 100%;
	vertical-align: bottom;
}
.case-detail .case-form {
	margin-bottom: 0px;
}
.case-form .col-md-2 > div {
	text-align: center;
	margin: 0 0 0 0;
	padding: 2px 0;
	background-color: #ddd;
	color: #000;
}
.case-form .col-md-10 a {
	font-weight: bold;
	color: #000;
	margin: 0 5px;
	text-decoration: underline;
}
.case-form .col-md-10 a:hover {
	text-decoration: none;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.case-form .col-md-2 > div {
		margin: 0 20px 0 0;
	}
}


/*========================================================
                         建案作品
=========================================================*/

.work-list {
}

.work-list [class*="col-"] dl {
	margin: 0 10px 50px 10px;
}
.work-list [class*="col-"] dl dt {
	position: relative;
}
.work-list [class*="col-"] dl dt a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
}
.work-list [class*="col-"] dl dt img {
	width: 100%;
	vertical-align: bottom;
}
.work-list [class*="col-"] dl dd {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #adadad;
	padding: 10px;
	color: #fff;
}



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


/* 目錄頁設定 */
.work-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;
}


.work-post .post-minimal .post-body {
	padding: 20px;
}
.work-post .post-minimal * + .post-text {
	margin-top: 8px;
}
.work-post .post-minimal * + .post-meta {
	margin-top: 5px;
}
.work-post .post-minimal * + .post-meta i {
	color: #996a4a;
}
.work-post .post-minimal .post-body h2 {
	margin: 0 0 14px 0;
}
.work-post .post-minimal .post-body h2 a {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	color: #fff;
}
.work-post .post-minimal:nth-of-type(2n+1) .post-body h2 a {
	background-color: #666;
}
.work-post .post-minimal:nth-of-type(2n+2) .post-body h2 a {
	background-color: #666;
}

.work-post .post-minimal .post-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.work-post .post-minimal .post-text ul li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
}
.work-post .post-minimal .post-text ul li span {
	font-weight: bold;
}
.work-post .post-minimal .post-image {
	display: block;
	z-index: 10;
}
.work-post .post-minimal .post-image a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	z-index: 9;
}


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

@media (min-width: 768px) {
	.work-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;
	}
	.work-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;
	}
	.work-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;
	}
	
	
	.work-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;
	}
	.work-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) {
	.work-post .post-minimal .post-body {
		padding: 40px 26px 40px 50px;
	}
	.work-post .post-minimal .post-text ul li {
		width: 47%;
		margin: 0 1% 0 1%;
	}	
}

@media (min-width: 1600px) {
	.work-post .post-minimal .post-text ul li {
		width: 30.8%;
		margin: 0 1% 0 1%;
	}
}




/*========================================================
                       建案作品內頁
=========================================================*/

.work-detail {
	margin-bottom: 100px;
	text-align: left;
}
.work-detail img {
	width: 100%;
	vertical-align: bottom;
}
.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;
	border: 1px solid #fff;
}
.slider-for > div img {
	width: 100%;
	vertical-align: bottom;
}
.slider-nav .slick-slide {
	margin: 0 5px 30px 5px;
}



.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: 10px 5px 10px 120px;
}
.work-detail [class*="col-"] ul li:nth-of-type(2n+1) {
	background-color: #f3f2f0;
}
.work-detail [class*="col-"] ul li:nth-of-type(2n+2) {
	background-color: #fff;
}
.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: 10px 0;
	background-color: #777;
	color: #fff;
}



.work-info {
	
}
.work-info > div {
	margin: 0 0 30px 0;
}
.work-info h3 {
	background-color: #ECECEC;
	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: 7px 7px;
	color: #333;
	padding: 10px;
	font-weight: bold;
	margin: 0 0 20px 0;
	border-left: 10px solid #ccc;
}
.work-info h4 {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	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%;
	}		
}



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

.news-list {
}
.news-post {
	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: #996a4a;
}
.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: #996a4a;
}
.news-post .post-minimal:nth-of-type(2n+2) .post-body h2 a {
	background-color: #996a4a;
}


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

@media (min-width: 640px) {
	.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-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-detail {
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #2e3138;
}
.news-content {
	padding-bottom: 20px;
	border-bottom: 2px dashed #adadad;
}

/*回目錄頁*/
.back {
	text-align: right;
	padding-top: 30px;
}
.back a {
	background-color: #2e3138;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.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: #996a4a;
	color: #fff;
	text-decoration: none;
}



/*========================================================
                      	 建案進度
=========================================================*/

.member-list {
	padding-bottom: 50px;
}
.member-list h1 {
	background-color: #b6b2a1;
	color: #171717;
	margin: 0 0 30px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.member-form {
    background: url(../images/member_bg2.jpg) no-repeat left top;
    background-size: 100% 100%;
	width: 90%;
	margin: 50px auto 0;
	padding: 10px 20px;
	color: #fff;
}
.member-form h2 {
    font-size: 32px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	position: relative;
}
.member-form h2 span {
	position: absolute;
	right: 0;
	bottom: 8px;
	z-index: 9;
	font-size: 13px;
}
.member-form P {
	font-size: 13px;
	line-height: 20px;
}

.form_out b {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000;
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-3 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 0 15px 30px;
	margin-bottom: 0;
}

.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 0 5px;
	color: #222;
}
select.input {
	padding: 5px 5px;
}

.member-btn {
	margin: 10px 0;
}
.member-btn a {
	display: inline-block;
	background-color: #222;
	padding: 5px 20px;
	color: #fff;
	margin-right: 15px;
}


/* 尺寸設定 */
@media (max-width: 991px) {
	.member-list {
		padding-bottom: 30px;
	}
}
@media (min-width: 480px) {
	.member-form {
		width: 80%;
	}
}
@media (min-width: 768px) {
	.form-group {
		padding: 0 15px 15px;
	}
	.member-form {
		margin: 50px auto 30px;
	}

}
@media (min-width: 992px) {
	.member-list h1 {
		border-right: 1px solid #333333;
	}
}
@media (min-width: 1600px) {
	.member-form {
		width: 40%;
	}
}


/*========================================================
                       建案進度內頁
=========================================================*/


/* 選單按鈕 */
.member-btn2 {
	text-align: center;
	margin: 0;
	padding: 0;
}
.member-btn2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.member-btn2 li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 10px 10px;
}
.member-btn2 li a {
	display: block;
	color: #262626;
	padding: 8px 30px;
	font-size: 18px;
	text-align: center;
	background: #adadad;
}
.member-btn2 li a:hover, .member-btn2 li a.active {
	background: #262626;
	color: #fff;
}

/* 登出框 */
.login-out {
	text-align: right;
	margin: 10px 0;
}
.login-out a {
	display: inline-block;
	background-color: #222;
	color: #fff;
	border-radius: 5px;
	padding: 3px 20px;
}

/* 上方提示訊息框 */
.member-info {
	background-color: #fff;
	border-top: 2px dashed #adadad;
	border-bottom: 2px dashed #adadad;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.member-info p {
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #cdcdcd;
	font-weight: bold;
}
.member-info p span {
	color: #E00B0E;
}



/* 公司訊息&進度發佈 */

.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);
	min-height: 140px;
}
.news-list dl dt {
	background-color: #555;
	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: #333;
	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: #ededed;
}
.news-list > a:hover {
	background-color: #fff;
}




/* 尺寸設定 */

@media (max-width: 479px) {
	.member-btn2 li {
		width: 100%;
	}
}




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

.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: #434342;
}
.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: #434342;
	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;
	font-size: 18px;
}
/*
.table1 tr:nth-of-type(2n+1) {
	background-color: #e8e8e1;
}
*/
.table1 th {
	background: #434342;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
.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: #e49d47;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #bab9bb;
}
.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.left b {
	display: block;
	color: #D40101;
}

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