
@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: #f5f5f5;
    display: block;
    height: 50px;
    margin: 5px auto 10px;
    width: 1px;
}



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

.content-wrap {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 400px;
/*	background-color: #f2f2f2;*/
    overflow: hidden;
}

.content-wrap > .container {
	max-width: 1300px;
}
.img-100 {
    width: 100%;
    vertical-align: bottom;
}

/* 麵包屑 */
.breadcrumbs {
	text-align: center;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
	background-color: #f7f2ec;
}
.breadcrumbs a {
	display: inline-block;
	color: #000;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home i {
    display: inline-block;
    color: #000;
}
.breadcrumbs span {
    display: inline-block;
	margin: 0 7px;
	color: #000;
}


/*========================================================
                         回目錄頁
=========================================================*/

.btn-back {
	text-align: right;
    margin-top: 30px;
	margin-bottom: 30px;
}
.btn-back a {
	color: #fff;
	background-color: #e97132;
	border-radius: 3px;
	padding: 8px 20px;
}
.btn-back a:hover {
    background-color: #ca4906;
}

@media (max-width: 1199px) {
    .btn-back {
        text-align: center;
        margin-bottom: 0;
    }
    .btn-back a {
        display: block;
    }
    .btn-back a i {
        display: none;
    }
}



/*========================================================
                         關於我們
=========================================================*/

.about-wrap {
/*
    background: url("../img/about-bg.jpg") no-repeat top center;
    background-size: cover;
*/

}



.about-01 {
    margin-bottom: 3rem;
}
.about-01 .about-img {
    position: relative;
    padding: 5px 0 0 5px;
}
.about-01 .about-img:before {
    content: '';
    position: absolute;
    lefT: 0;
    top: 0;
    z-index: 1;
    width: 10%;
    height: 30%;
    background-color: #21b8c5;
}
.about-01 .about-img img {
    position: relative;
    z-index: 2;
    border: 15px solid #fff;
}
.about-01 .about-info {
    padding: 30px 30px;
}
.about-01 .about-info h3 {
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 40px;
    text-align: justify;
}
.about-01 .about-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-01 .about-info ul li {
    background: url("../img/about-icon.png") no-repeat left 15px;
    position: relative;
    padding-left: 30px;
    font-size: 1.2rem;
    line-height: 44px;
}

.about-01 .about-info ul li span {
    position: absolute;
    left: 10px;
    top: 6px;
    z-index: 2;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #ea5404;

    color: #fff;
    font-size: 1rem;
    border-radius: 50%;
    text-align: center;
}


.about-info ul li[class*="col-"]:last-of-type {
    padding-right: 40px;
}


@media (min-width: 992px) {
    .about-01 .about-info {
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media (min-width: 1600px) {
    .about-01 .about-info {
        font-size: 1.1rem;
    }
}



/*========================================================
                      威堡旅程內頁
=========================================================*/

.journey-detail-img img {
	object-fit: cover;
	width: 100%;
/*	height: 700px;*/
}
.journey-detail-info img {
	width: 120px;
	max-height: 120px;
	margin-bottom: 10px;
}
.journey-detail-label {
	margin-bottom: 20px;
}
.journey-detail-label span {
	border: 1px solid #f1f1f1;
	padding: 1px 30px;
}
.journey-detail-phone {
	color: #e97132;
	font-weight: 900;
	margin-bottom: 10px;
}
.journey-detail-txt {
	font-size: 0.9rem;

}



/*========================================================
                      都更專區內頁
=========================================================*/


.case-detail {
    position: relative;
}
.case-detail .slick-slide {
    margin: 0 5px;
}
.case-detail .slick-slide img {
    height: 300px;
}
.case-detail .case-detail-img img {
    width: 100%;
    vertical-align: bottom;
}
.case-detail .case-detail-info  h4 {
    font-weight: 900;
}
.case-detail .case-detail-info  h5 {
    text-decoration: underline;
}
.case-detail-down a {
	display: inline-block;
	background-color: #e0420b;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 20px;
	transition: all 0.2s;
}
.case-detail-down a:hover {
	background-color: #e00b0b;
}
.case-detail-down a::before {
	display: inline-block;
    content: "";
    width: 0px;
    height: 1px;
    background: #fff;
	vertical-align: middle;
    transition: .3s;
}
.case-detail-down a:hover::before {
    width: 30px;
    margin-right: 10px;
}


@media (min-width: 1200px) {
    .case-detail .slick-slide {
        margin: 0 10px;
    }
    .case-detail .slick-slide img {
        height: 400px;
    }
}

/*========================================================
                      	 線上報修
=========================================================*/
.repair-wrap .pic_block img{ display:block; margin:0 auto; max-width:100%;}

/*線上報修表單*/
#form2 .form-group{ padding:0 0 3px 0;}
#form2 .form-control{ background-color:#4f4d4d; color:#fff; border:0; border-radius:0; padding:10px 15px;}
#form2 .form-group:nth-of-type(2n+2){ background:transparent;}
/*webkit瀏覽器專用*/
#form2 ::-webkit-input-placeholder { color:#fff; }
/*Firefox 4-18瀏覽器專用*/
#form2 input::-moz-placeholder { color:#fff; }
/*Firefox 19+瀏覽器專用*/
#form2 input::-moz-placeholder{color:#fff;}
/*IE10瀏覽器專用*/
#form2:-ms-input-placeholder{color:#fff;}

@media (min-width: 992px) {
	.repair-wrap .pic_block img{ max-width:75%;}
}


/*========================================================
                      	 工程進度
=========================================================*/

.progress-wrap {

}
.progress-item {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.progress-item img {
    width: 100%;
    vertical-align: bottom;
}
.progress-item .year {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    display: inline-block;
    color: #fff;
    background-color: #ea5404;
    padding: 1px 15px;
    line-height: 24px;
    font-size: 0.8rem;
}

.progress-item-info {
    padding: 10px;
}
.progress-item-info h3 {
    font-weight: bold;
    font-size: 1.4rem;
	color: #e97132;
}
.progress-item-info p {

}

@media (min-width: 1600px) {
    .progress-wrap {	
        padding-left: 10%;
        padding-right: 10%;
    }
}

/*========================================================
                    工程進度-進度條設定
=========================================================*/

.progress-title{
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 20px;
}

.progress-box {
    height: 3px;
    background-color: #e97132;
    border-radius: 0;
    margin-bottom: 30px;
    overflow: visible;
    box-shadow: none;
    position: relative;
}

.progress-box .progress-bar {
	background-color: #e97132;
    height: 10px;
    position: relative;
    top: -4px;
    box-shadow: none;
    animation: animate-positive 2s;
}

.progress-box .progress-value {
    display: block;
    font-size: 1rem;
    position: absolute;
    top: -30px;
    right: 5px;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}


/*========================================================
                    工程進度-照片設定
=========================================================*/

.progress-view {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.progress-view  img {
    width: 100%;
    vertical-align: bottom;
}

.progress-view-info {
	display: flex;
	justify-content: space-between;
    padding: 10px;
}
.progress-view-info p {
	margin: 0;
}
.progress-view-info time {
	font-weight: 700;
}


.progress-view-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}
.progress-view-img:hover {
    color: #fff
}
.progress-view-img:hover .progress-view-mask {
    opacity: 1;
    visibility: visible
}
.progress-view-img:hover .progress-view-mask::after {
    height: 100%
}
.progress-view-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.progress-view-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    font-weight: 700;
    transition: all .3s
}
.progress-view-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    transform: translateY(-50%);
    transition: all .3s
}
.progress-view-mask span {
    position: relative;
    display: block;
    z-index: 2;
    padding: 6px 30px 4px;
    border: 1px solid #fff;
}


/*========================================================
                  工程進度-照片詳細頁設定
=========================================================*/

.progress-detail {
	text-align: center;
	margin-bottom: 30px;
}
.progress-detail-pic {
	margin-bottom: 10px;
}
.progress-detail-pic img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.progress-detail-pic a:hover img {
	transform: translateY(-10px);
}
/*
@media (min-width: 640px) {
	.progress-detail-pic img{
		width: auto;
		height: 382px;
	}
}
@media (min-width: 768px) {
	.progress-detail-pic img{
		height: 248px;
	}
}
@media (min-width: 992px) {
	.progress-detail-pic img{
		height: 218px;
	}
}
@media (min-width: 1200px) {
	.progress-detail-pic img{
		height: 191px;
	}
}
@media (min-width: 1600px) {
	.progress-detail-pic img{
		height: 255px;
	}
}
*/



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

.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail time {
	display: inline-block;
    font-weight: bold;
	margin-bottom: 8px;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #e97132;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-content {
    margin-bottom: 40px;
}
.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed;
	color: #111;	
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #111;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}



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


.contact-info h4 {
    margin-left: 6px;
}
.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li {
	list-style: none;
/*	padding: 5px 0 5px 60px;*/
	position: relative;
	margin-bottom: 10px;
}
.contact-info ul li i {
    display: inline-block;
    width: 20px;
    text-align: center;
	margin: 0 5px;
	padding: 5px 0;
}
.contact-info ul li:nth-of-type(1) i {
    color: #e71c30;
}
.contact-info ul li:nth-of-type(2) i {
    color: #028ad3;
}
.contact-info ul li:nth-of-type(3) i {
    color: #2e9876;
}
.contact-info ul li:nth-of-type(4) i {
    color: #cd7f0c;
}

.contact-info ul li [class^="flaticon-"]:before, 
.contact-info ul li [class*=" flaticon-"]:before, 
.contact-info ul li [class^="flaticon-"]:after, 
.contact-info ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}



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



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal label {
	margin-bottom: 0;
    font-weight: bold;

}
.form-horizontal label span {
	color: #e97132;
}
.form-horizontal [class*="col-md-"] label:before,
.form-horizontal .mb-3 label:before {
    font-family: 'Font Awesome 5 free';
    content: "\f044";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
}
.form-horizontal .form-control {
	border: 1px solid #ddd;
	background-color: #f9f9f9;
}

.form-control::-moz-placeholder {
	color: #777;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #777;
}
.form-control::-webkit-input-placeholder {
	  color: #777;
}

/* 意見表單 */
.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	margin-bottom: 10px;
}

.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}

/* 尺寸設定 */
@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
	}
	.form-info {
		margin-right: 15px;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}






/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
    border: 1px solid #ccc;
}
.table1 th {
    padding: 10px 10px;
    text-align: center;
    border-right: 1px solid #ddd;
    background-color: #f1f1f1;
}
.table1 td {
    padding: 10px 15px;
    text-align: left;
}
.table1 td i {
    display: inline-block;
    margin-right: 5px;
    color: #e7a21a;
	font-size: 0.6rem;
}

.table-order {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.table-order tr {
    border: 1px solid #ddd;
    padding: 5px;
}
.table-order th, .table-order td {
    padding: 10px 1px;
    text-align: center;
}
.table-order th {
    background-color: #d6d6d6;
}
.table-order td span {
    display: block;
}
.table-order td img {
    max-width: 60px;
    max-height: 60px;
}
.table-order tr td:last-of-type a {
    color: #861d11;
}
@media screen and (max-width: 1199px) {
    .table-order {
        border: 0;
    }
    .table-order thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .table-order tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 20px;
    }
    .table-order td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: left;
        position: relative;
        padding-left: 90px;
    }
    .table-order td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        width: 80px;
        margin-right: 10px;
        color: #000;
        font-size: 0.9rem;
        position: absolute;
        left: 0;
        z-index: 2;
        background-color: #d6d6d6;
        text-align: center;
    }
    .table-order td:last-child {
        border-bottom: 0;
    }
    .table-order td img {
        max-width: 100px;
        max-height: 100px;
        margin-left: -90px;
    }
}





/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}

.ul-s2 {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.ul-s2 li {
    border-bottom: 1px solid #ddd;
    padding: 3px 10px;
}
.ul-s2 li span {
    font-weight: bold;
    color: #548235;
}
.ul-s2 li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    margin-right: 6px;
}








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

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(../img/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: inline-block;
	position: relative;
}
.picture-effect a:before {
	content: '了解更多';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(206, 26, 26, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}


.effect-julia {
    background-color: #2f3238;
    overflow: hidden;
    position: relative
}
.effect-julia > a {
    width: 100%;
    height: 100%;
    display: block
}
.effect-julia > a img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    backface-visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s
}
.effect-julia:hover > a img {
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.effect-overlay {
    position: relative;
    overflow: hidden
}
.effect-overlay > a:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .1);
    height: 100%;
    content: "";
    display: block;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%
}
.effect-overlay > a:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .1);
    height: 100%;
    content: "";
    display: block;
    right: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%
}
.effect-overlay > a:hover:before {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}
.effect-overlay > a:hover:after {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.effect-layla > a {
    position: relative;
    display: inline-block;
    overflow: hidden
}
.effect-layla > a img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    backface-visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.effect-layla > a:before, .effect-layla > a:after {
    position: absolute;
    z-index: 9;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.effect-layla > a:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}
.effect-layla > a:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}
.effect-layla:hover > a img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}
.effect-layla:hover > a:before, .effect-layla:hover > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

/* Shine */
.effect-shine a {
    display: block;
	position: relative;
    overflow: hidden;
}
.effect-shine a::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.effect-shine a:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
