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



/*========================================================
                      	 關於佳展
=========================================================*/

.about-wrap {
    background-color: #e9e4d9;
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
}
.about-wrap .col-xl-2 {
    display: none;
}

.about-wrap .carousel-indicators {
    bottom: -40px;
}


.about-bg1 img {
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.about-bg2 {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9;
    width: 1000px;
    display: none;
}
.about-bg3 {
    position: absolute;
    right: 15px;
    bottom: -20px;
    z-index: 9;
    width: 70vw;
    display: none;
}
.about-bg2 img, 
.about-bg3 img {
    width: 100%;
}


.about-title img {
    width: 100%;
}
.about-title h2 {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 5px; 
    color: #938168;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 40px;
}
.about-title h2 span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 5px;
    font-weight: 600;
}
.about-info img {
    width: 100%;
    position: relative;
    left: 0px;
}
.about-info div {
   padding: 40px 0 0 0;
}
.about-info div h3 {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

@media (min-width: 640px) {
    .about-bg3 {
        width: 40vw;
    }
}
@media (min-width: 1200px) {
    .about-wrap .col-xl-2 {
        display: block;
    }
    .about-wrap {
        padding-bottom: 20px;
    }
    .about-title h2 {
        font-size: 2.6rem;
        letter-spacing: 5px; 
        color: #938168;
        line-height: 60px;
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .about-title h2 span {
        font-size: 2.2rem;
    }
    .about-bg1 img {
        height: 90vh;
    }
    .about-bg2 {
        top: 220px;
        width: 700px;
        display: block;
    }
    .about-bg3 {
        right: 30px;
        bottom: 20px;
        width: 500px;
        display: block;
    }  
    .about-info img {
        left: -120px;
    }
    .about-info div {
       padding: 80px 20px 0 0px;
    }
    .about-info div h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
}
@media (min-width: 1300px) {
    .about-bg1 img {
        height: 130vh;
    }
    .about-bg3 {
        bottom: 10px;
    }  
}
@media (min-width: 1600px) {
    .about-bg1 img {
        height: 100vh;
    }
    .about-bg2 {
        top: 100px;
        width: 1000px;
    }
    .about-bg3 {
        right: 200px;
        bottom: 80px;
        width: 600px;
    }  
    .about-title h2 {
        font-size: 3rem; 
        letter-spacing: 10px;
    }
    .about-title h2 span {
        font-size: 2.4rem;
    }
    .about-info div {
        padding: 120px 30px 0 30px;
    }
  
}

@media (min-width: 1800px) {
    .about-wrap {
        padding-bottom: 60px;
    }
    .about-bg1 img {
        height: 110vh;
    }
    .about-bg2 {
        top: 60px;
        width: 1200px;
    }
    .about-bg3 {
        bottom: 100px;
        width: 700px;
    }
}

/*========================================================
                      	 熱銷個案
=========================================================*/


.hot-wrap {
    background: url("../img/hot-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 100px 15px;
}

.hot-wrap > div {
    background: url("../img/hot-bg2.png") no-repeat center center;
    background-size: cover;
    padding: 50px 30px;
}
.hot-img img {
    width: 100%;
    vertical-align: bottom;
}
.hot-img-txt {
    display: none;
}
.hot-info {
    text-align: center;
    margin-top: 30px;
}
.hot-title {
    border-bottom: 1px solid #685A49;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.hot-title h2 {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 5px;    
}
.hot-title .p1 {
    font-family: "Noto Serif TC", serif;
    font-size: 1.6rem;
    letter-spacing: 3px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hot-title .p2 {
    font-weight: 500;     
    font-size: 1.4rem;
}

.hot-txt {
    border-bottom: 1px solid #685A49;
    padding-bottom: 36px;
}
.hot-txt h3 {
    font-weight: bold;    
    font-size: 1.6rem;
}
.hot-txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 1.1rem;
}
.hot-txt a {
    display: inline-block;
    color: #685A49;
    border: 1px solid #685A49;
    padding: 3px 30px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.1rem;    
}
.hot-txt a:hover {
    color: #fff;
    background-color: #685A49;
}
.hot-wrap .carousel-indicators {
    bottom: -100px;
}

@media (min-width: 640px) and (max-width: 1199px) {
    .hot-wrap [class*="col-"] {
        text-align: center;
    }
    .hot-info {
        display: inline-block;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1200px) {
    .hot-wrap {
        padding: 100px 20px;
    }
    .hot-wrap > div {
        padding: 50px;
    }
    .hot-img {
        padding-left: 80px;
        padding-bottom: 15px;
    }
    .hot-img-txt {
        display: block;
        position: absolute;
        left: 10px;
        bottom: 0;
        z-index: 999999;
    }
    .hot-info {
        margin-top: 0;
    }
    .hot-title h2 {
        font-size: 2.6rem;
        letter-spacing: 10px;
    }
    .hot-title .p1 {
        font-size: 2.2rem;
        margin-top: 10px;
        margin-bottom: 14px;
    }
    .hot-title .p2 {  
        font-size: 1.6rem;
    }
}
@media (min-width: 1600px) {
    .hot-wrap {
        padding: 100px;
        padding-top: 80px;
    }
    .hot-wrap > div {
        padding: 100px 100px 100px 50px;
    }
    .hot-info {
        padding-left: 2rem;
    }
    .hot-title h2 {
        font-size: 3rem; 
        letter-spacing: 20px;
    }
    .hot-title .p1 {
        font-size: 2.4rem;
        margin-top: 20px;
        margin-bottom: 24px;
    }
    .hot-title .p2 {  
        font-size: 1.8rem;
    }
    .hot-wrap .carousel-indicators {
        bottom: -150px;
    }
}
@media (min-width: 1800px) {
    .hot-wrap {
        padding-top: 60px;
    }
    .hot-info {
        margin-top: 30px;
        padding-left: 3rem;
    }
}


/*========================================================
                          專業團隊
=========================================================*/

.team-wrap {
	background: url("../img/team-bg1.jpg") no-repeat center top;
	background-size: cover;
    padding: 60px 15px;
    position: relative;
}
.team-title {
    position: relative;
	text-align: center;
}
.team-title h2 {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 5px;
	line-height: 40px;
}
.team-title h2 span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 3px;
    font-weight: 600;
	padding-bottom: 40px;
}
.team-item {
	width: 100%;
    border-top: 1px solid #685A49;
	border-bottom: 1px solid #685A49;
}
.team-item-img {
	text-align: center
}
.team-item-img img {
	width: 80%;
	margin: 0 auto;
}

.team-item-info {
}
.team-item-info h3 {
	font-weight: bold;
}
.team-item-info h3 span {
	display: inline-block;
	margin-left: 20px;
	font-weight: 200;
}
.team-item-info h4 {
	color: #231815;
	font-weight: 500;
}
.team-item-info > p {
	font-size: 0.9rem;
	margin: 15px 0;
}
.team-item-info [class*="col-"] p {
	text-align: center;
	font-size: 0.8rem;
	padding: 0 5px;
	line-height: 20px;
}
.team-item-info img {
	width: 100%;
}

.team-wrap .carousel-indicators {
    bottom: auto;
    top: -30px;
    justify-content: end;
    margin: 0;
}



@media (min-width: 992px) {
	.team-wrap {
		background: url("../img/team-bg.jpg") no-repeat center top;
		background-size: cover;
		padding: 100px 15px;
	}
	.team-title {
		text-align: left;
	}
	.team-item-img img {
		width: 100%;
	}
	.team-item-info [class*="col-"] p {
		font-size: 1rem;
		padding: 0 10px;
		line-height: 28px;
	}
}
@media (min-width: 1200px) {
    .team-title h2 {
        font-size: 2.6rem;
		line-height: 60px;
    }
    .team-title h2 span {
        font-size: 2.2rem;
		padding-bottom: 60px;
    }
	.team-item-info > p {
		font-size: 1.1rem;
		margin: 15px 0;
		line-height: 36px;
	}
}
@media (min-width: 1600px) {
    .team-title h2 {
        font-size: 3rem; 
        letter-spacing: 10px;
    }
    .team-title h2 span {
        font-size: 2.4rem;
    }
	.team-item {
		width: 85%;
	}
	.team-item-info > p {
		font-size: 1.2rem;
		line-height: 40px;
	}
}

/*========================================================
                      	 建築實績
=========================================================*/

.case-wrap {
    background: url("../img/case-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 100px 15px;
}
.case-wrap .carousel-indicators {
    top: -15px;
    bottom: auto;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: 0;
}

.case-item-title h2 {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 5px;    
}
.case-item-title h2 span {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 3px;
    font-weight: 600;
}
.case-item-title p {
    font-weight: 500;  
    font-size: 1.4rem;
}
.case-item-img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.case-item-img img {
    width: 100%;
    vertical-align: bottom;
}
.case-item-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.case-btn a {
    display: inline-block;
    color: #685A49;
    border: 1px solid #685A49;
    padding: 3px 30px;
    font-weight: bold;
    font-size: 1.1rem;    
}
.case-btn a:hover {
    color: #fff;
    background-color: #685A49;
}

@media (max-width: 991px) {
    .case-wrap {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .case-item-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .case-item-title h2 span {
        margin-left: 20px;
    }
    .case-item-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .case-item-info > div  {
        display: flex;
    }
    .case-item-info h3  {
        margin-right: 20px;
    }
    .case-item-info ul {
        display: flex;
    }
    .case-item-info ul li {
        margin-right: 20px;
    }
}
@media (min-width: 1200px) {
    .case-item-title h2 {
        font-size: 2.6rem;
    }
    .case-item-title h2 span {
        font-size: 2.2rem;
    }
    .case-item-title p {  
        font-size: 1.6rem;
    }
}
@media (min-width: 1600px) {
    .case-item-title h2 {
        font-size: 3rem; 
        letter-spacing: 10px;
    }
    .case-item-title h2 span {
        font-size: 2.4rem;
    }
    .case-item-title p {  
        font-size: 1.8rem;
    }
}



/*========================================================
                      	 熱銷個案
=========================================================*/


.news-wrap {
    background: url("../img/news-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 100px 15px;
}

.news-wrap > div {
    background: url("../img/news-bg2.png") no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
}
.news-title {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.news-title h2 {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 5px;    
}
.news-title h2 span {
    display: inline-block;
    font-size: 2.2rem;
    letter-spacing: 3px;
    font-weight: 600;
}
.news-title p {
    font-weight: 400;    
    font-size: 1.2rem;
    letter-spacing: 14px;
    padding-left: 7px;
}
.news-item {
    margin: 0 10px;
}
.news-item img {
    width: 100%;
    vertical-align: bottom;
}
.news-item-info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.news-item-info p {
    font-weight: bold;
}
.news-item-info .news-btn a {
    display: inline-block;
    background-color: #685A49;
    color: #fff;
    width: 50px;
    font-size: 0.9rem;
    padding: 0 10px 1px;
    text-align: center;
    line-height: 24px;
    margin-left: 15px;
}
.news-item-info .news-btn a:hover {
    background-color: #fff;
    color: #685A49;
}

.news-next {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    margin-top: 38px;
}

@media (min-width: 640px) {
    .news-title p {
        letter-spacing: 24px;
        padding-left: 12px;
    }
    .news-next {
        font-size: 1.2rem;
        margin-top: 38px;
        letter-spacing: 2px;
        padding-left: 2px;
    }
}
@media (min-width: 768px) {
    .news-next {
        margin-top: 32px;
    }
}
@media (min-width: 992px) {
    .news-wrap > div {
        background-size: 100% 100%;
    }
    .news-next {
        font-size: 1.4rem;
        margin-top: 30px;
    }
}
@media (min-width: 1200px) {
    .news-wrap {
        padding: 100px 80px;
    }
    .news-title h2 {
        font-size: 2.6rem;
    }
    .news-title h2 span {
        font-size: 2.6rem;
    }
    .news-title p {  
        font-size: 1.4rem;
    }
}
@media (min-width: 1600px) {
    .news-title h2 {
        font-size: 3rem; 
        letter-spacing: 10px;
    }
    .news-title h2 span {
        font-size: 3rem;
    }
    .news-title p {  
        font-size: 1.6rem;
    }
}


/*========================================================
                          影音專區
=========================================================*/

.video-wrap {
    background: url("../img/video-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 0px 15px 120px;
    position: relative;
}
.video-title {
    position: relative;
}
.video-title h2 {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 5px;    
}
.video-title h2 span {
    display: block;
    font-size: 2.2rem;
    letter-spacing: 3px;
    font-weight: 600;
}
.video-title .txt {
    font-weight: 400;    
    font-size: 1.2rem;
    letter-spacing: 14px;
}

.video-next {
    display: none;
}
.video-next2 {
    color: #685A49;
	position : absolute;
	left: 50%;
    bottom: 60px;
	transform: translateX(-50%);
    font-size: 1rem;
}


.video-wrap .slider-for > div {
	position: relative;
	margin: 0;
}
.video-wrap .slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.video-wrap .slider-for > div img {
	width: 100%;
	vertical-align: bottom;
    margin: 0 auto 10px;
}


.video-wrap .slider-nav .slick-slide {
	margin: 0;
}
.video-wrap .slider-nav > div img {
    vertical-align: bottom;
    cursor: pointer;
    margin: 0 auto; 
    width: 100%;
}

.slider-nav-img {
	display: none;
}

.video-item a {
    display: block;
}
.video-item a, 
.slider-nav-img {
	position: relative;
}


.video-item a span, 
.slider-nav-img span {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 3rem;
    border-radius: 100%;
    border: 1px solid #fff;
}

.video-item a span::before, 
.slider-nav-img span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    animation-fill-mode: both;
    animation: witr_squares 1.5s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-item a span i, 
.slider-nav-img span i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-left: 8px;
}



.slider-nav-img span {
    width: 70px;
    height: 70px;
    font-size: 2.2rem;
}
.slider-nav-img p {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 9;
    color: #fff;
    padding: 0 20px;
    width: 80%;
    border-bottom: 1px solid #fff;
}

@media (min-width: 640px) {
    .video-next2 {
        font-size: 1.2rem;
        bottom: 60px;
    }
}
@media (min-width: 768px) {
    .video-next2 {
        bottom: 70px;
    }
}
@media (min-width: 992px) {
    .video-wrap {
        padding: 100px 15px;
        padding-top: 40px;
    }
    .video-next {
        color: #685A49;
        position: absolute;
        right: 44px;
        bottom: -8px;
        z-index: 9;
        font-size: 1.2rem;
        display: block;
    }
    .video-next2 {
        display: none;
    }
    .slider-nav-img {
        display: block;
    }
}


/*大圖文字設定*/
    @media (min-width: 992px) {
    .slider-for .slick-list {
        overflow: visible;
    }
    .slider-for .video-item {
        position: relative;
    }
    .slider-for-info {
        position: absolute;
        bottom: 60px;
    }
    .slider-for-info {
        left: 560px;
        width: 370px;
    }
}
@media (min-width: 1200px) {
    .slider-for-info {
        left: 665px;
        width: 445px;
    }
}
@media (min-width: 1600px) {
    .slider-for-info {
        left: 864px;
        width: 487px;
    }
}

/*小圖平移設定*/
.slider-nav .slick-slide {
    position: relative;
}
@media (min-width: 992px) {
    .slider-nav .slick-slide {
        left: -370px;
    }
}
@media (min-width: 1200px) {
    .slider-nav .slick-slide {
        left: -445px;
    }
}
@media (min-width: 1600px) {
    .slider-nav .slick-slide {
        left: -587px;
    }
}




/*========================================================
                          聯絡資訊
=========================================================*/

.contact-wrap {
    background: url("../img/contact-bg.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 100px 15px;
    position: relative;
}
.contact-title {
    position: relative;
    background: url("../img/contact-title-bg.png") no-repeat right center;
    background-size: auto 90%;
    border-bottom: 1px solid #685A49;
}
.contact-title h2 {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 5px;    
}
.contact-title h2 span {
    display: block;
    font-size: 2.2rem;
    letter-spacing: 3px;
    font-weight: 600;
}
.contact-title .txt {
    font-weight: 400;    
    font-size: 1.2rem;
    letter-spacing: 14px;
}

.contact-wrap [class*="col-"] {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact-info img {
    max-width: 100%;
}
.contact-info p {
    font-weight: bold;
    border-top: 1px solid #685A49;
    padding-top: 1.5rem;
}



/* 表單設定 */
#form1 {
    position: relative;
}
.form-control {
    height: calc(2.5rem + 2px);
    color: #C09961 !important;
    font-weight: bold;
    border: 1px solid #C09961;  
    border-radius: 0;
}
::placeholder {
    color: #C09961 !important;
    font-weight: bold;
    opacity: 1 !important;
}
::-ms-input-placeholder {
    color: #C09961 !important;
    font-weight: bold;
}

.check-box .btn {
    background-color: #685A49;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0;
    padding: 0.75rem 1.75rem;
}
.check-box .btn:hover,
.check-box .btn:focus{
    background-color: #C09961;
}

.custom-control-label a {
    text-decoration: underline;
    color: #fff;
}
.custom-control-label a:hover {
    text-decoration: none;
}
.custom-control-label::before {
    top: 0.5rem;
}
.custom-control-label::after {
    top: 0.5rem;
}

.swal-modal {
    max-width: 400px;
}
.swal-button {
    background-color: #675A48;
    padding: 4px 24px;
}
.swal-button:not([disabled]):hover {
    background-color: #968878;
}
.swal-text {
    text-align: center;    
    font-size: 1.1rem;
    font-weight: 500;
}


@media (max-width: 1599px) {
    .contact-wrap textarea {
        height: calc(8rem + 2px);
    }
}
@media (min-width: 1200px) {
    .check-box {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 9;
    }
    .check-box .btn {
        width: 200px;
    }
}
@media (min-width: 1600px) {
    .contact-wrap {
        padding-bottom: 200px;
    }
    .form-control {
        height: calc(3.5rem + 2px);
    }
}



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

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







