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

/*========================================================
                      	 框架
=========================================================*/

.content {
}


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

.slider {
	padding: 20px 0;
}
.case-list {
    background: url(../../images/case_bg.jpg) no-repeat center top;
    background-size: cover;
}
.case-list h1 {
    background: url(../../images/case_tbg.jpg) no-repeat center top;
    background-size: cover;
	color: #171717;
	margin: 0 0 30px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.slider-box {
	margin: 0 20px;
	border: 1px solid #ddb81d;
	padding: 15px;
    background: url(../../images/case_bbg.jpg) no-repeat center top;
    background-size: cover;
}
.slider-box img {
	width: 100%;
	vertical-align: bottom;
	border: 1px solid #fff;
}


/* 圖片效果 */
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;
}

/* 尺寸設定 */
@media (min-width: 1200px) {
	.slider-box {
		padding: 25px;
	}
}
@media (min-width: 1600px) {
	.slider {
		padding: 20px 40px;
		margin-bottom: 40px;
	}
}



/*========================================================
                      	 訊息發佈
=========================================================*/

.news-list {
    background: url(../../images/news_bg.jpg) no-repeat center top;
    background-size: cover;
}
.news-list h1 {
	background-color: #b6b2a1;
	color: #171717;
	margin: 0 0 30px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.news-list ul {
	list-style: none;
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
	width: 90%;
}
.news-list ul li a {
	color: #fff;
	display: block;
	padding: 15px;
	border-bottom: 1px solid #6d6b6d;
	font-size: 18px;
}
.news-list ul li a:hover {
	background-color: #af9632;
	color: #000;
}

.news-list .more {
	text-align: center;
	margin-bottom: 50px;
}

.news-list .more a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7aa35+0,a58a1e+50,735d07+100 */
	background: #c7aa35; /* Old browsers */
	background: -moz-linear-gradient(top,  #c7aa35 0%, #a58a1e 50%, #735d07 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c7aa35 0%,#a58a1e 50%,#735d07 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c7aa35 0%,#a58a1e 50%,#735d07 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7aa35', endColorstr='#735d07',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 15px;
	padding: 10px 10%;
}


/* 尺寸設定 */
@media (min-width: 1200px) {
	.news-list ul {
		width: 70%;
	}
	.news-list .more a {
		font-size: 24px;
		padding: 10px 5%;
	}
}
@media (min-width: 1600px) {

}


/*========================================================
                      	 客戶服務
=========================================================*/

.service-list {
    background: url(../../images/service_bg.jpg) no-repeat center top;
    background-size: cover;
}
.service-list h1 {
    background: url(../../images/case_tbg.jpg) no-repeat center top;
    background-size: cover;
	color: #171717;
	margin: 0 0 30px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.service-list > div {
	max-width: 992px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
	color: #fff;
}
.service-list h2 {
	font-size: 34px;
	display: inline-block;
	background-color: #333333;
	border-radius: 15px;
	padding: 10px 50px;
}
.service-list .f1 {
	font-size: 20px;
	text-shadow: 2px 2px 3px #333;
}
.service-list .f2 {
	margin-left: 5%;
	margin-right: 5%;
}

.service-icon {
	background-color: rgba(66,64,61,0.8);
	border: 2px solid #a28b3b;
	border-radius: 10px;
	padding: 50px 0 0;
	margin: 20px auto;
	text-align: center;
}
.service-icon [class *= col-] {
	position: relative;
	margin-bottom: 50px;
}
.service-icon [class *= col-] a {
	display: block;
}
.service-icon p {
	font-size: 22px;
	color: #cbcbcb;
	font-weight: bold;
}


/* 尺寸設定 */

@media (max-width: 767px) {
	.service-icon [class *= col-]:after {
		content: "";
		position : absolute;
		bottom : -20%;
		left : 50%;
		transform : translateX(-50%);
		z-index: 9;
		width: 60%;
		height: 1px;
		background-color: #A0A0A0;
	}
	.service-icon [class *= col-]:last-of-type:after {
		display: none;
	}
}

@media (min-width: 768px) {
	.service-list h2 {
		font-size: 38px;
	}
	.service-list .f1 {
		font-size: 24px;
	}
	.service-icon [class *= col-]:after {
		content: "";
		position : absolute;
		bottom : 10%;
		right : 0;
		transform : translateX(0);
		z-index: 9;
		width: 1px;
		height: 80%;
		background-color: #A0A0A0;
	}
	.service-icon [class *= col-]:nth-of-type(2n):after {
		display: none;
	}
	
}
@media (min-width: 992px) {
	.service-icon {
		padding: 30px 0;
	}
	.service-icon [class *= col-] {
		margin-bottom: 0px;
	}
	.service-icon [class *= col-]:nth-of-type(2):after {
		display: inline-block;
	}
	.service-icon [class *= col-]:nth-of-type(4):after {
		display: none;
	}
}
@media (min-width: 1200px) {
	.service-list h2 {
		font-size: 42px;
	}
	.service-list .f1 {
		font-size: 28px;
	}
}



/*========================================================
                      	 會員專區
=========================================================*/

.member-list {
    background: url(../../images/member_bg.jpg) no-repeat center top;
    background-size: cover;
	padding-left: 0;
	padding-right: 0;
	border-right: 1px solid #b6b2a1;
}
.member-list h1, .welfare-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: #f3e47c;
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-3 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 0 15px 12px;
	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: #160809;
	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) {
	.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: 50%;
	}
}



/*========================================================
                      	 社會公益
=========================================================*/

.welfare-list {
    background: url(../../images/welfare_bg.jpg) no-repeat right center;
    background-size: cover;
	padding-left: 0;
	padding-right: 0;
	color: #fff;
}
.welfare-list h2 {
	display: inline-block;
	width: 90%;
	margin-left: 5%;
	padding: 10px 20px;
    background-color: rgba(255,255,255,0.6);
	color: #630a09;
}
.welfare-list h3 {
	color: #bd951d;
}
.welfare-list .info {
    margin-left: 5%;
	margin-right: 5%;
}

.welfare-list .more a {
	display: inline-block;
	background-color: #910804;
	border-radius: 10px;
	padding: 5px 40px;
	color: #fff;
	-webkit-box-shadow: 3px 3px #333;
	-moz-box-shadow: 3px 3px #333;
	box-shadow: 3px 3px #333;
}



/* 尺寸設定 */
@media (max-width: 991px) {
	.welfare-list {
		padding-bottom: 50px;
	}
}
@media (min-width: 768px) {
	.welfare-list .more {
		margin-bottom: 50px;
	}
}
@media (min-width: 1200px) {
	.welfare-list h2 {
		width: 80%;
		margin-left: 0;
	}
	.welfare-list .info {
		margin-right: 25%;
	}
}
@media (min-width: 1600px) {
	.welfare-list {
		background: url(../../images/welfare_bg.jpg) no-repeat 85% -60px;

	}
	.welfare-list h2 {
		width: 60%;
	}
	.welfare-list .info {
		margin-right: 45%;
	}
}