
@import url("../fonts/flaticon/flaticon.css");
@import url("../fonts/thin/thin.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.title-box {
	text-align: center;
    margin-bottom: 50px;
}
.title-box h2 {
	font-family: "Cinzel", serif;
    font-size: 2.4rem;
    font-weight: 600;
	text-transform: uppercase;
    margin-bottom: 3px;
	color: #e97132;
}
.title-box h3 {
    font-size: 1.3rem;
}
.title-box-line {
    background: #f1f1f1;
    display: block;
    height: 50px;
    margin: 5px auto 10px;
    width: 1px;
}


/*========================================================
                      	 按鈕設定
=========================================================*/


.btn-more {
    text-align: center;
    position: relative;
}
.btn-more a {
    color: #f1f1f1;
    padding: 5px 20px;
    transition: all 0.3s; 
	border: 1px solid #f1f1f1;
}
.btn-more a:hover {
    color: #fff;
    background-color: #e97132;
	border-color: #e97132;
}




/*.btn-more a::before {
    content: "+";
    font-family: FontAwesome;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #da9c2d;
    color: #da9c2d;
    bottom: 25px;
    left: 49.5%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
}
.btn-more a:hover {
    color: #da9c2d;
    -webkit-animation: upDown 1.2s ease-in-out infinite;
    animation: upDown 1.2s ease-in-out infinite;
}
.btn-more a:hover::before {
    background-color: #da9c2d;
    color: #fff;
}*/




/*========================================================
                      	 威堡旅程
=========================================================*/

.journey-wrap {
	padding-top: 80px;
	padding-bottom: 80px;
}
.journey-wrap > .container {
	max-width: 1300px;
}
.journey-wrap .project-box:last-child {
	margin-bottom: 40px;
}

/*
.project-box {
	margin-bottom: 80px;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}
.project-box > div > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.project-info {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
	color: #111;
}

.project-label {
	color: #e97132;
	font-size: .75rem;
	left: 0;
	padding-left: 24px;
	padding-top: 24px;
	line-height: 18px;
	position: absolute;
	top: 0
}
.project-label:after {
	border-color: #e97132 transparent transparent;
	border-style: solid;
	border-width: 36px 36px 0 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 9;
}

.project-title {
	text-align: center
}
.project-title h2 {
	font-size: 1.8rem;
	margin-bottom: 50px
}
.project-location {
	margin: 0;
}
.project-link {
	position: relative;
	z-index: 21;
	margin-top: 20px;
	margin-bottom: 20px;
}
.project-link a {
	color: #111;
	padding: 3px 7px;
}
.project-link a i {
	color: #e97132;
}
.project-link a:hover {
	background-color: #ca4906;
	color: #fff;
}
.project-link a:hover i {
	color: #fff;
}


.project-phone {
	color: #e97132;
	font-size: 1.5rem;
	margin-top: 30px
}
.project-phone a {
	color: #e97132
}

.project-img {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 66.66%;
	position: relative
}
.project-img:after {
	content: "";
	height: calc(100% - 10px);
	left: 5px;
	position: absolute;
	top: 5px;
	width: calc(100% - 10px);
	z-index: 10
}
.project-hot {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
	background-color: #e97132;
	padding: 10px 20px;
	line-height: 24px;
	font-size: 1.2rem;
}
*/


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

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


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(12, 56, 98, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}







