@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");


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

.content-wrap {
    padding-top: 120px;
    padding-bottom: 60px;
    min-height: 400px;
}

.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;
}

/* 回列表 */

.back-btn {
    position: absolute;
    right: 50px;
    top: 60px;
    z-index: 5;
}
.back-btn a {
    display: inline-block;
    color: #fff;
    background-color: #A02700;
    padding: 2px 20px;
    margin: 0 10px;
}
.back-btn a:hover {
    color: #000;
    background-color: #F1AF2C;
}


/*========================================================
                 和典建設機構/機構簡介
=========================================================*/

.agency-intro {
/*
    position: relative;
    width: 100%;
    height: 100vh;  
*/
    background: url("../img/agency-intro-bg.jpg") no-repeat center center / cover;
}

.agency-intro-item {
    position: relative;
}
.agency-intro-item:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 1;
	transition: .3s ease-out all;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.agency-intro-item:hover:before {
	opacity: 0.5;
}
.agency-intro-item img {
    position: relative;
    z-index: 2;
    width: 100%;
    vertical-align: bottom;
}
.item-bg1 {
    background: url("../img/agency-intro-item-a01.jpg") no-repeat center center / cover; 
}
.item-bg2 {
    background: url("../img/agency-intro-item-a02.jpg") no-repeat center center / cover; 
}
.item-bg3 {
    background: url("../img/agency-intro-item-a03.jpg") no-repeat center center / cover; 
}
.item-bg4 {
    background: url("../img/agency-intro-item-a04.jpg") no-repeat center center / cover; 
}



.agency-intro-item-nav {
    width: 100%;
    margin-bottom: 50px;
}
.agency-intro-item-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.agency-intro-item-nav ul li {
    display: block;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.agency-intro-item-nav ul li a {
    display: block;
    color: #fff;
    font-size: 1rem;
    padding: 7px;
    background-color: rgba(0,0,0,0.2);
}
.agency-intro-item-nav ul li a:hover {
    background-color: rgba(0,0,0,0.5);
}


@media (max-width: 991px) {
    .agency-intro {
        padding-top: 70px;
        padding-bottom: 40px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .agency-intro-item-nav {
        position: relative;
        top: 100%;
        z-index: 2;
    }
}
@media (min-width: 992px) {
    .agency-intro {
        position: relative;
        width: 100%;
        height: 100vh;  
        background: url("../img/agency-intro-bg.jpg") no-repeat center center / cover; 
    }
    .agency-intro .agency-intro-inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    .agency-intro-item-nav {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 2;
    }
    .agency-intro-item:hover .agency-intro-item-nav {
        display: block;
    }
    .agency-intro-item-nav ul li a {
        font-size: 1.2rem;
        padding: 5px;
    }
}
@media (min-width: 1600px) {
    .agency-intro-item-nav ul li a {
        font-size: 1.4rem;
        padding: 10px;
    }
}











/*
.agency-intro {
    width: 100%;
    height: 100vh;    
    background: url("../img/agency-intro-bg.jpg") no-repeat center center / cover; 
}

.agency-intro-item {
    position: relative;
}
.agency-intro-item:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 1;
	transition: .3s ease-out all;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.agency-intro-item:hover:before {
	opacity: 0.5;
}
.agency-intro-item img {
    position: relative;
    z-index: 2;
    width: 100%;
    vertical-align: bottom;
}
.item-bg1 {
    background: url("../img/agency-intro-item-a01.jpg") no-repeat center center / cover; 
}
.item-bg2 {
    background: url("../img/agency-intro-item-a02.jpg") no-repeat center center / cover; 
}
.item-bg3 {
    background: url("../img/agency-intro-item-a03.jpg") no-repeat center center / cover; 
}
.item-bg4 {
    background: url("../img/agency-intro-item-a04.jpg") no-repeat center center / cover; 
}



.agency-intro-item-nav {
    width: 100%;
    margin-bottom: 30px;
}
.agency-intro-item-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.agency-intro-item-nav ul li {
    display: block;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.agency-intro-item-nav ul li a {
    display: block;
    color: #fff;
    font-size: 1rem;
    padding: 5px;
    background-color: rgba(0,0,0,0.2);
}
.agency-intro-item-nav ul li a:hover {
    background-color: rgba(0,0,0,0.5);
}


@media (max-width: 991px) {
    .agency-intro-item-nav {
        position: relative;
        top: 100%;
        z-index: 2;
    }
}
@media (min-width: 992px) {
    .agency-intro-item-nav {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 2;
    }
    .agency-intro-item:hover .agency-intro-item-nav {
        display: block;
    }
    .agency-intro-item-nav ul li a {
        font-size: 1.4rem;
        padding: 10px;
    }
}
*/




/*========================================================
                 和典建設機構/關於和典
=========================================================*/

.agency-about-1 .Img {
    object-fit: cover;
    min-height: 100vh;
}


.agency-about-1 {
    position: relative;
    background-image: url("../img/agency-about-bg1m.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover; 
    padding-top: 220px;
    padding-bottom: 180px;
}
.agency-about-1-txt {
    color: #A62800;
    font-size: 2rem;
    font-weight: 600;
}
.agency-about-1-info {
    position: relative;
    left: 10vw;
    width: 80%;
    padding-top: 2rem;
    padding-bottom: 3rem;
    border-top: 4px solid #A62800;
    border-bottom: 4px solid #A62800;
}
.agency-about-1-info h3 {
    margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
    .agency-about-1-txt {
        text-align: center;
    }
}
@media (min-width: 540px) {
    .agency-about-1-txt {
        font-size: 2.4rem;
    }
    .agency-about-1-info {
        left: 10vw;
        width: 80%;
    }
}
@media (min-width: 768px) {
    .agency-about-1 {
        padding-top: 260px;
        padding-bottom: 220px;
    }
    .agency-about-1-txt {
        font-size: 2.4rem;
    }
    .agency-about-1-info {
        left: 26vw;
        width: 50%;
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 992px) {
    .agency-about-1 {
        background-image: url("../img/agency-about-bg1.jpg");
        background-position: right top;
        background-size: cover; 
        padding-top: 220px;
        padding-bottom: 240px;
    }
    .agency-about-1-txt {
        position: absolute;
        z-index: 2;
        left: 2vw;
        top: 36vh;
        font-size: 2.8rem;
    }
    .agency-about-1-info {
        left: 66vw;
        width: 30%;
    }
}
@media (min-width: 1200px) {
    .agency-about-1 {
        padding-top: 280px;
        padding-bottom: 300px;
    }
    .agency-about-1-txt {
        left: 4vw;
        top: 32vh;
        font-size: 3.2rem;
    }
    .agency-about-1-info {
        left: 70vw;
        width: 24%;
    }
}
@media (min-width: 1300px) {
    .agency-about-1-txt {
        left: 4vw;
        top: 40vh;
        font-size: 3.2rem;
    }
    .agency-about-1-info {
        left: 72vw;
        width: 22%;
    }
}
@media (min-width: 1600px) {
    .agency-about-1-txt {
        left: 12vw;
        top: 28vh;
        font-size: 4rem;
    }
    .agency-about-1-info {
        left: 77vw;
        width: 18%;
    }
}
@media (min-width: 1800px) {
    .agency-about-1 {
        padding-top: 340px;
        padding-bottom: 300px;
    }
    .agency-about-1-txt {
        left: 12vw;
        top: 32vh;
        font-size: 4rem;
    }
    .agency-about-1-info {
        left: 79vw;
        width: 16%;
    }
}





.agency-about-2 {
    position: relative;
    background-image: url("../img/agency-about-bg2m2.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover; 
    padding-top: 120px;
    padding-bottom: 200px;
}
.agency-about-2-txt {
    color: #F1AF2C;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 4rem;
}
.agency-about-2-info {
    position: relative;
    left: 10vw;
    width: 80%;
    padding-top: 2rem;
    padding-bottom: 3rem;
    border-top: 4px solid #F1AF2C;
    border-bottom: 4px solid #F1AF2C;
    text-align: justify;
}
.agency-about-2-info h3 {
    margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
    .agency-about-2-txt {
        text-align: center;
    }
}
@media (min-width: 540px) {
    .agency-about-2-txt {
        font-size: 2.4rem;
    }
    .agency-about-2-info {
        left: 10vw;
        width: 80%;
    }
}
@media (min-width: 768px) {
    .agency-about-2 {
        padding-top: 140px;
        padding-bottom: 240px;
    }
    .agency-about-2-txt {
        font-size: 2.4rem;
    }
    .agency-about-2-info {
        left: 24vw;
        width: 54%;
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 992px) {
    .agency-about-2 {
        background-image: url("../img/agency-about-bg2.jpg");
        background-position: left center;
        background-size: cover; 
        padding-top: 220px;
        padding-bottom: 240px;
    }
    .agency-about-2-txt {
        position: absolute;
        z-index: 2;
        left: 60vw;
        top: 14vh;
        font-size: 2.8rem;
    }
    .agency-about-2-info {
        left: 6vw;
        width: 30%;
    }
}
@media (min-width: 1200px) {
    .agency-about-2 {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .agency-about-2-txt {
        left: 66vw;
        top: 14vh;
        font-size: 3.2rem;
    }
    .agency-about-2-info {
        left: 7vw;
        width: 24%;
    }
}
@media (min-width: 1300px) {
    .agency-about-2-txt {
        left: 66vw;
        top: 14vh;
        font-size: 3.2rem;
    }
    .agency-about-2-info {
        left: 7vw;
        width: 22%;
    }
}
@media (min-width: 1600px) {
    .agency-about-2-txt {
        left: 66vw;
        top: 14vh;
        font-size: 4rem;
    }
    .agency-about-2-info {
        left: 6vw;
        width: 18%;
    }
}
@media (min-width: 1800px) {
    .agency-about-2-txt {
        left: 70vw;
        top: 14vh;
        font-size: 4rem;
    }
    .agency-about-2-info {
        left: 5vw;
        width: 16%;
    }
}



.agency-about-3 {
    position: relative;
    background-image: url("../img/agency-about-bg3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    padding-top: 100px;
    padding-bottom: 100px;
}

.agency-about-3-inner {
    position: relative;
    background-color: rgba(0,0,0,0.5);
    padding: 60px 20px 50px;
}
.agency-about-3-txt {
    position: absolute;
    top: -20px;
    left: 10px;
    z-index: 5;
    color: #9E2700;
    font-size: 1.8rem;
    font-weight: bold;
}
.agency-about-3-img img {
    width: 100%;
    vertical-align: bottom;
}
.agency-about-3-info {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
@media (min-width: 540px) {
    .agency-about-3-inner {
        padding: 60px 50px 50px;
    }
}
@media (min-width: 768px) {
    .agency-about-3 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .agency-about-3-inner {
        padding: 80px;
    }
    .agency-about-3-txt {
        left: 40px;
    }
    .agency-about-3-txt {
        font-size: 2.4rem;
    }
}
@media (min-width: 992px) {
    .agency-about-3 {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}
@media (min-width: 1200px) {
    .agency-about-3-txt {
        font-size: 3.2rem;
    }
}
@media (min-width: 1600px) {
    .agency-about-3-txt {
        font-size: 4rem;
    }
}




/*========================================================
                和典.暐傑.誠毅建設/10大承諾
=========================================================*/

.building-about {
    position: relative;
    background: url("../img/building-about-bg1.jpg") no-repeat center top / cover;
    min-height: 100vh;
}
.building-about > div {
    padding-left: 5%;
    padding-right: 5%;
}
.building-about img {
    width: 100%;
}

.building-about-info .Txt h3 {
    font-weight: bold;
    font-size: 2rem;
}
.building-about-info .Txt span {
    font-weight: bold;
    font-size: 1rem;
}
.building-about-info .Txt p {
    font-family: 'Noto Serif TC';    
    font-weight: bold;
    color: rgba(255,255,255,0.4);
    font-size: 1.6rem;
    text-align: right;
}
.building-about-list {
    margin-top: 3rem;
}
.building-about-list [class*="col-"] {
    margin-bottom: 0.5rem;
}

@media (min-width: 540px) {
    .building-about-info .Txt p {
        font-size: 2rem;
    }
}
@media (min-width: 640px) {
    .building-about-info img {
        width: 80%;
    }
    .building-about-info .Txt span {
        font-size: 1.1rem;
    }
    .building-about-info .Txt p {
        font-size: 2.4rem;
    }
}
@media (min-width: 992px) {
    .building-about-info img {
        width: 100%;
    }
    .building-about-info .Txt h3 {
        border-right: 2px solid #A62800;
        text-align: right;
        padding-right: 20px;
    }
    .building-about-info .Txt span {
        font-size: 1rem;
    }
    .building-about-info .Txt p {
        font-size: 2.4rem;
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .building-about-info .Txt p {
        font-size: 2.4rem;
    }
}
@media (min-width: 1600px) {
    .building-about-info .Txt p {
        font-size: 3.6rem;
    }
}

/*========================================================
                      永景營造/8大工法
=========================================================*/

.construction-about {
    position: relative;
    background: url("../img/bg1.jpg") repeat center top;
    min-height: 100vh;
}
.construction-about > div {
    padding-left: 5%;
    padding-right: 5%;
}
.construction-about [class*="col-"] {
    margin-bottom: 2rem;
}


.construction-about-info h3 {
    font-weight: bold;
    color: #A62800;
}
.construction-about-info p {
    font-size: 1.1rem;
    font-weight: bold;
}

.construction-about-item {
    position: relative;
    border: 1px solid #A62800;
    display: flex;
    padding: 20px 20px 20px 20px;
    align-items: center;
    height: 100%;
}
.construction-about-item img {
    width: auto;
    width: 80px;
    margin: 0 20px;
}
.construction-about-item .Info h4 {
    font-weight: bold;
    color: #A62800;
    text-align: center;
    font-size: 1.4rem;
}
.construction-about-item .Info p {
    margin: 0;
}

.construction-about-item.Num {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100px auto;
}
.construction-about-item.Num-1 {
    background-image: url("../img/construction-about-a01.png");
}
.construction-about-item.Num-2 {
    background-image: url("../img/construction-about-a02.png");
}
.construction-about-item.Num-3 {
    background-image: url("../img/construction-about-a03.png");
}
.construction-about-item.Num-4 {
    background-image: url("../img/construction-about-a04.png");
}
.construction-about-item.Num-5 {
    background-image: url("../img/construction-about-a05.png");
}
.construction-about-item.Num-6 {
    background-image: url("../img/construction-about-a06.png");
}
.construction-about-item.Num-7 {
    background-image: url("../img/construction-about-a07.png");
}
.construction-about-item.Num-8 {
    background-image: url("../img/construction-about-a08.png");
}

@media (max-width: 575px) {
    .construction-about-logo img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .construction-about-info {
        margin-top: 2rem;
        text-align: center;
    }
}
@media (min-width: 540px) {
    .construction-about-item {
        padding-left: 60px;
    }
}
@media (min-width: 640px) {
    .construction-about-item {
        padding-left: 100px;
    }
    .construction-about-item img {
        width: 100px;
    }
    .construction-about-item.Num {
        background-size: 140px auto;
    }
}
@media (min-width: 768px) {
    .construction-about-item {
        padding-left: 20px;
    }
}
@media (min-width: 992px) {
    .construction-about-item {
        padding-left: 60px;
    }
    .construction-about-item.Num {
        background-size: 120px auto;
    }
}
@media (min-width: 1200px) {
    .construction-about-item {
        padding-left: 80px;
    }
}

@media (min-width: 1600px) {
    .construction-about-info {
        margin-top: 3rem;
        text-align: center;
    }
    .construction-about-item {
        padding: 15px 20px 15px 100px;
    }
    .construction-about-item.Num {
        background-size: 140px auto;
    }
}


/*========================================================
                      天品廣告/品牌精神
=========================================================*/

.advertisement-about {
    background-image: url("../img/advertisement-about-bg.jpg");   
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.advertisement-about-info img {
    display: block;
    width: 70%;
}
.advertisement-about-info p {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 3rem;
}

@media (max-width: 991px) {
    .advertisement-about-inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    .advertisement-about-info img {
        margin: 0 auto;
    }
    .advertisement-about-info p {
        font-size: 1.1rem;
        text-align: center;
    }
}
@media (min-width: 640px) {
    .advertisement-about-info img {
        width: 60%;
    }
    .advertisement-about-info p {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .advertisement-about-info {
        margin-top: 160px;
    }
    .advertisement-about-info img {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .advertisement-about-info {
        margin-top: 120px;
    }
    .advertisement-about-info p {
        font-size: 1.4rem;
    }
}
@media (min-width: 1600px) {
    .advertisement-about-info {
        margin-top: 200px;
    }
}




/*========================================================
                      	 案例列表設定
=========================================================*/

.case-wrap {
    position: relative;
    background: url("../img/bg1.jpg") repeat center top;
    min-height: 100vh;
}

.case-list [class*="col-"] {
    margin-bottom: 3rem;
}

.case-item img {
    width: 100%;
    vertical-align: bottom;
}

.case-item-img {
    position: relative;
    overflow: hidden;    
}

.case-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease 0s;
    transform: scale(1);  
}
.case-item-img a {
    color: #fff;
}
.case-item-img p {
    position: absolute;
    left: 50%;
    bottom: 20px; 
    transform: translateX(-50%);
    z-index: 2;
    font-weight: bold;
    font-size: 1.4rem;
	text-shadow: 1px 1px 10px #333;
    width: 96%;
    text-align: center;
}
.case-item-img span {
    display: inline-block;
    margin-right: 10px;
    color: #C39B62;
}
.case-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;  
    background-color: rgba(0,0,0,0.2);  
}
.case-item-img:hover img {
    transform: scale(1.1);
}
.case-item-img:hover .case-item-mask {
    background-color: rgba(0,0,0,0);  
}


/* 案例選單 */
.case-navsub {
    position: relative;
    z-index: 99;
	font-size: 1rem;
	color: #fff;
    margin-bottom: 30px;
}
.case-navsub ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.case-navsub ul li {
	display: inline-block;
}
.case-navsub ul li a {
    display: inline-block;
	padding: 2px 10px;
    margin: 0 -6px 10px 0;
    background-color: #fff;
	color: #000;
    border: 1px solid #1A1A1A;
}
.case-navsub ul li a:hover, 
.case-navsub ul li a.active {
    background-color: #A02700;
    color: #fff;
}
.case-navsub select {
    border: 1px solid #1A1A1A;
    border-radius: 0;
}

@media (min-width: 768px) {
    .case-navsub {
        font-size: 1.2rem;
    }
    .case-navsub ul li a {
        padding: 2px 20px;
    }
}

.case-txt {
    margin-top: -40px;
}
.case-txt div:nth-of-type(1) p {
    font-weight: bold;
    color: #A02700;
    font-family: 'Libre Bodoni', serif;
    margin-top: 20px;
}
.case-txt div:nth-of-type(1) p b {
    font-size: 2.4rem;
}
.case-txt div:nth-of-type(1) p span {
    display: block;
    font-size: 1.4rem;
}
.case-txt div:nth-of-type(2) p {
    font-size: 1rem;
}
@media (min-width: 768px) {
    .case-txt div:nth-of-type(1) {
        position: relative;
        bottom: -50px;
        right: 100px;
    }
    .case-txt div:nth-of-type(1) p {
        text-align: right;
        margin-top: 0;
    }
    .case-txt div:nth-of-type(1) p b {
        font-size: 3rem;
        margin-right: 90px;
    }    
    .case-txt div:nth-of-type(1) p span {
        font-size: 1.6rem;
    }
    .case-txt div:nth-of-type(2) {
        position: relative;
        bottom: -50px;
        right: 0px;
    }  
    .case-txt div:nth-of-type(2) p {
        font-size: 1.2rem;
        text-align: right;
    }
}




.case-logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.case-logo img {
    max-width: 100%;
    max-height: 60px;
}



@media (min-width: 992px) {
    .case-navsub-ad {
        margin-left: 240px;
    }
    .case-logo {
        position: relative;
        margin-top: 0px;
        margin-bottom: -46px;
    }
}




/*========================================================
                      	案例內頁設定
=========================================================*/

.case-detail {
    position: relative;
    background-color: #fff;
	box-shadow: 0 0 10px #666;
    padding: 40px;    
}
.case-detail .case-detail-info .Year {
    color: #A02700;
    font-family: 'Libre Bodoni', serif;
    font-size: 3rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.case-detail .case-detail-info .Txt h2 {
    color: #A02700;
    font-size: 1.6rem;
    font-weight: bold;
}
.case-detail .case-detail-info .Txt ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1rem;
}
.case-detail .case-detail-info .Txt ul li span {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.case-detail .case-detail-info .Txt ul li span:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -11px;
    top: 55%;
    transform: translateY(-55%);
    width: 2px;
    height: 55%;
    background-color: #A62800;
}

.case-detail .case-detail-info .Txt-s2 p {
    color: #656565;
    font-size: 1.4rem;
    font-weight: bold;
}
.case-detail .case-detail-info .Txt-s2 ul {
    border-left: 4px solid #A02700;
    padding-left: 20px;
}
.case-detail .case-detail-info .Txt-s2 ul li span:after {
    width: 1px;
}





.case-detail .case-detail-img img {
    width: 100%;
    vertical-align: bottom;
}
.case-detail .case-detail-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 70%;
}
.case-detail .case-detail-bg img {
    width: 100%;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .case-detail .case-detail-info .Year {
        font-size: 4rem;
    }
    .case-detail .case-detail-info .Txt h2 {
        font-size: 1.8rem;
    }
    .case-detail .case-detail-info .Txt ul {
        font-size: 1rem;
    }
}
@media (min-width: 1200px) {
    .case-detail .case-detail-info .Year {
        font-size: 5rem;
        margin-top: 2rem;
    }
    .case-detail .case-detail-info .Txt {
        position: absolute;
        bottom: 0;
    }
    .case-detail .case-detail-bg {
        width: 40%;
    }
    .case-detail .case-detail-info .Txt h2 {
        font-size: 2rem;
    }
    .case-detail .case-detail-info .Txt ul {
        font-size: 1.1rem;
        margin-bottom: 0;
    }
}
@media (min-width: 1600px) {
    .case-detail .case-detail-info .Txt h2 {
        font-size: 2.4rem;
    }
    .case-detail .case-detail-info .Txt ul {
        font-size: 1.2rem;
    }
}



.case-detail-s2 {
    position: relative;
    background-color: #fff;
	box-shadow: 0 0 10px #666;
    padding: 60px 40px;    
}
.case-detail-s2 .Year {
    color: #A02700;
    font-family: 'Libre Bodoni', serif;
    font-size: 3rem;
    margin-bottom: 3rem;
}
.case-detail-s2 .case-detail-info {
    margin-top: 3rem;
    position: relative;
    z-index: 30;
}
.case-detail-s2 .case-detail-info .Txt {
    position: relative;
    bottom: auto;
}
.case-detail-s2 .slick-slide {
    margin: 0 5px;
}
.case-detail-s2 .slick-slide img {
    height: 300px;
}
@media (min-width: 768px) {
    .case-detail-s2 {
        padding: 60px;    
    }
    .case-detail-s2 .Year {
        font-size: 3.4rem;
    }
}
@media (min-width: 1200px) {
    .case-detail-s2 .Year {
        font-size: 4rem;
    }
    .case-detail-s2 .slick-slide {
        margin: 0 10px;
    }
    .case-detail-s2 .slick-slide img {
        height: 400px;
    }
}



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


.schedule-main {
    padding: 0 40px;
}
.schedule-navsub-p {
    display: none;
}
.schedule-navsub-p .City {
    font-weight: bold;
    color: #AA1400;
    font-size: 1.4rem;
}
.schedule-navsub-p .City-case {
    list-style: none;
    margin: 0;
    padding: 0;
}
.schedule-navsub-p .City-case a {
    color: #111;
}
.schedule-navsub-m {
    display: block;
    padding: 0 40px 40px;
}
.schedule-navsub-m {
    display: block;
}
.schedule-navsub-m select {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .schedule-navsub-m > div {
        display: flex;
    }  
}

@media (min-width: 1200px) {
    .schedule-main {
        padding: 0 100px;
    }
    .schedule-navsub-p {
        background-color: #fff;
        margin-top: -120px;
        margin-bottom: -60px;
        padding: 200px 60px 60px 60px;
        height: calc(100% + 180px);
        display: block;
    }
    .schedule-navsub-m {
        display: none;
    }
}
@media (min-width: 1600px) {
    .schedule-navsub-p {
        padding: 200px 100px 60px 100px;
        height: calc(100% + 180px);
    }
}



.schedule-main-intro h3 {
    font-weight: bold;
    font-size: 2rem;
}

.schedule-main-info {
    margin-top: 100px;
}

.schedule-main-info .nav-tabs {
    border-bottom: none;
    margin-bottom: 40px;
}
.schedule-main-info .nav-tabs li {
	text-align: center;
}
.schedule-main-info .nav-tabs li a {
	display: block;
	font-size: 1rem;
	border-radius: 0;
	color: #000;
    padding: 5px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
}
.schedule-main-info .nav-tabs li.active  {
	color: #fff;
}
.schedule-main-info .nav-tabs > li > a.active, 
.schedule-main-info .nav-tabs > li > a.active:hover, 
.schedule-main-info .nav-tabs > li > a.active:focus {
    text-decoration: none;
    color: #fff;
    background-color: #AA1400;
}
.schedule-main-info .nav-tabs > li > a {
    margin-right: -1px;
}
.schedule-main-info .nav > li > a:hover, 
.schedule-main-info .nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #AA1400;
}
.schedule-main-info .tab-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.schedule-main-info .tab-content ul li {
    padding: 8px 20px;
}
.schedule-main-info .tab-content ul li:nth-of-type(2n+1) {
    background-color: #E5E5E5;
}
.schedule-main-info .tab-content ul li:nth-of-type(2n+2) {
    background-color: #CBCBCB;
}
.schedule-main-info .tab-content ul li span {
    display: block;
}
.schedule-main-info .tab-content ul li span:nth-of-type(1) {
    margin-right: 30px;
    font-weight: bold;
}

.schedule-main-info .tab-content .down-btn {
    display: inline-block;
    border: 1px solid #999;
    padding: 10px 50px;
    color: #000;
    background-color: #fff;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.schedule-main-info .tab-content .down-btn:hover {
    background-color: #ddd;
}


/*  尺寸設定 */
@media (max-width: 639px) {
    .schedule-main-info .nav-tabs li {
        width: 33%;
    }
}
@media (min-width: 992px) {
    .schedule-main-info .nav-tabs li a {
        font-size: 1.2rem;
        padding: 5px 30px;
    }
/*    .schedule-main-info .tab-content ul li span {
        display: inline;
    }
    .schedule-main-info .tab-content ul li span:nth-of-type(1) {
        margin-left: 10px;
    }*/
}



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

.contact-wrap { 
}

.building-contact {
    background: url("../img/building-contact-bg.jpg") no-repeat center center / cover;   
}
.construction-contact {
    background: url("../img/construction-contact-bg.jpg") no-repeat center center / cover;   
}
.advertisement-contact {
    background: url("../img/advertisement-contact-bg.jpg") no-repeat center center / cover;   
}


.contact-navsub-title h2 {
    font-family: 'Libre Bodoni', serif;
    font-size: 3rem;
}
.contact-navsub-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-main img {
    margin-bottom: 2rem;    
}


@media (max-width: 1199px) {
    .contact-wrap {
        padding-top: 100px;
        padding-bottom: 60px;
        min-height: 400px;
    }    
    .contact-navsub {
        color: #fff;
        margin-bottom: 3rem;
    }
    .contact-navsub-title p {
        font-size: 1.4rem;
    } 
    .contact-main {
        padding: 15px;
    }  
    .contact-main img {
        max-width: 100%;
        max-height: 70px;
    }    
}

@media (min-width: 1200px) {
    .contact-wrap {
        width: 100%;
        height: 100vh;
    }
    .contact-navsub {
        background-color: #fff;
        padding: 240px 60px 60px 60px;
        height: 100vh;
        display: block;
    }
    .contact-navsub-info {
        position: absolute;
        bottom: 60px;
    }
    .contact-navsub-title p {
        position: relative;
    }
    .contact-navsub-title p span {
        background-color: #fff;
        position: relative;
        z-index: 2;
        padding-right: 10px;
    }
    .contact-navsub-title p:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        right: -60px;
        top: 17px;
        z-index: 1; 
    }
    .contact-navsub-info p {
        margin: 0;
    } 
    .contact-main {
        padding: 50px 120px 0 120px;
    }
}
@media (min-width: 1600px) {
    .contact-main {
        padding: 140px 500px 0 160px;
    }
}



/*========================================================
                         表單設定
=========================================================*/

.contact-main [class*="col-"] {
    border-bottom: 1px solid #fff;  
}

.input-style {
    display: block;
    width: 100%;
    height: calc(3rem + 2px);
    padding: 0.5rem 0.75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .input-style {
       transition: none;
  }
}

.input-style::-ms-expand {
    background-color: transparent;
    border: 0;
}
.input-style:focus {
    color: #fff;
    border-color: #fff;
    outline: 0;
}
.input-stylel::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.input-style:-ms-input-placeholder {
	  color: #fff;
}
.input-style::-webkit-input-placeholder {
	  color: #fff;
}

.custom-control {
    padding-left: 3rem;
    padding-top: 0.75rem;
}
.custom-control-label {
    color: #fff;
    font-size: 1.2rem;    
}
.custom-control-label::before,
.custom-control-label::after {
    top: 0.5rem;
}

.contact-btn {
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 15px;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.contact-btn:hover{ 

    background-color: #9E2700;
}
.contact-btn:before, 
.contact-btn:after{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;    
    transition: 0.7s;
}
.contact-btn:before{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    top: -0.5px;
    left: -0.5px;
}
.contact-btn:after{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: -0.5px;
    right: -0.5px;
}
.contact-btn:hover:before,
.contact-btn:hover:after {
    width: 100%;
    height: 100%; 
}

@media only screen and (max-width: 767px){
    .contact-btn { margin-bottom: 30px; }
}






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

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);
}




