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


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


.h2-title {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    color: #525252;
}
.h3-title {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    color: #525252;
}
.h3-title+p {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
    color: #cfa427;
}

@media (min-width: 992px) {
    .h3-title {
        font-size: 2rem;
    }
    .h3-title+p {
        font-size: 1.3rem;
    }

}

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

.btn-more {
    width: 100%;
}
.btn-more {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding: 30px;
    display: block;
}
.btn-more a {
    color: #fff;
    background-color: #ea5404;
    padding: 5px 20px;
    transition: all 0.3s;    
}
.btn-more a i {
    margin-left: 0.5rem;
}
.btn-more a:hover {
    color: #000;
    background-color: #efea3a;
}


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

.about-wrap {
    background:  url("../img/index/about-bg.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
}

.about-wrap > .container {
    max-width: 1400px;
}
.about-info {

}
.about-info h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #52525;
    margin: 0 0 20px 0;
    display: inline-block;
}
.about-info h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #986100;
    margin-top: 6px;
}


.about-info h3 {
    font-size: 4rem;
    position: relative;
    z-index: 10;
    margin-bottom: -12px;
    color: #373a36;
}
.about-info .Txt {
    position: relative;

}
.about-info .Txt > div {
    position: relative;
    z-index: 2;
    background: #373a36;
    color: #fff;
    padding: 30px 30px;    
}
.about-info .Txt:after {
    content: '';
    position: absolute;
    left: -20px;
    top: calc(20% + 20px);
    width: 100%;
    height: 80%;
    background-color: #d3ad6f;
    z-index: 1;
}
.about-info .Txt h4 {
    color: #e3a537;
}


.about-img  {
    position: relative;
}
.about-img > div {
    position: relative;
    z-index: 2; 
}
.about-img > div img {
	box-shadow: 0 0 15px rgba(0,0,0,0.4);	
}
.about-img:before {
    content: '';
    position: absolute;
    right: -15%;
    bottom: -10%;
    width: 130%;
    height: 100%;
    background:  url("../img/index/about-img2.png") no-repeat center bottom;
    background-size: 100% auto;
    z-index: 5;
}
.about-img:after {
    content: '';
    position: absolute;
    right: -15%;
    top: 10%;
    width: 165%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.about-btn {
    text-align: right;
    margin-right: 30px;
}
.about-btn a {
    position: relative;
    display: inline-block;
    background-color: #ba852e;
    color: #fff;
    padding: 3px 15px;
}
.about-btn a:after {
    content: '';
    background:  url("../img/index/about-btn-bg.png") no-repeat center right;
    background-size: 100% auto;
    width: 40px;
    height: 8px;
    position: absolute;
	top: 40%;
	right: -30px;
	transform: translateY(-40%);
	z-index: 9;
}
@media (min-width: 640px) {
    .about-info h2 {
        margin: 0 0 20px 0;
    }
    .about-info h3 {
        font-size: 6rem;
        margin-bottom: -18px;
    }
    .about-info .Txt > div {
        padding: 40px 60px;    
    }

}
@media (min-width: 992px) {
    .about-wrap {
        padding-top: 120px;
        padding-bottom: 160px;
    }
    .about-info h2 {
        margin: 10px 0 20px 0;
    }
    .about-info h3 {
        font-size: 4rem;
        margin-bottom: -12px;
    }
    .about-info .Txt > div {
        padding: 30px 30px;    
    }

}
@media (min-width: 1200px) {
    .about-info h2 {
        margin: 30px 0 30px 0;
    }
    .about-info h3 {
        font-size: 6rem;
        margin-bottom: -18px;
    }
    .about-info .Txt > div {
        padding: 50px 50px;    
    }

}
@media (min-width: 1600px) {
    .about-info h2 {
        margin: 60px 0 80px 0;
    }
    .about-info h3 {
        font-size: 8rem;
        margin-bottom: -25px;
    }
    .about-info .Txt > div {
        padding: 50px 80px;    
    }
}



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

.bg2 {
    background:  url("../img/index/bg2.jpg") no-repeat center top;
    background-size: cover;
}

.hot-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 60px;
}
.hot-img {
    position: relative;
}
.hot-img-title {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 3;
    width: 46px;
    height: 120px;    
    background: url("../img/index/hot-title.jpg") no-repeat center center;
    background-size: cover;
}
.hot-img-txt {
    font-family: 'Noto Serif TC', serif;
    position: absolute;
    left: 30px;
    bottom: 10px;
    z-index: 9;
	color: #fff;
    font-size: 0.8rem;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;	
	font-weight: normal;
	margin: 0;
    padding: 0; 
}
.hot-info {
    width: auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;  
}
.hot-info-desc {
    width: 90%;
    margin: 20px auto;
}
.hot-info-desc ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
}
.hot-info-desc ul li {
    overflow: hidden;
    width: 90%;
}
.hot-info-desc ul li a {
    color: inherit;
}
.hot-info-desc ul li span {
    font-weight: bold;
}
.hot-info-desc ul li img {
    margin-right: 3px;
}
.hot-info h2 {
    color: #525252;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.4rem;
}
.hot-info h3 {
    color: #cf8903;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.hot-info p {
    margin-bottom: 20px;
}
.hot-info-btn a {
    position: absolute;
    right: 40px;
    bottom: 0px;
    z-index: 4;
    display: inline-block;
    padding: 6px 50px;
    color: #fff;
    background-color: #87a800;
}


@media (min-width: 992px) and (max-width: 1599px) { 
    .hot-img img {
        object-fit: cover;
        height: 540px;
    }
}
@media (min-width: 992px) {
    .hot-info-desc {
        width: 80%;
        margin: 0 auto;
        position: relative;
        z-index: 9;
        overflow: hidden;
        height: 400px;
    }
    .hot-info-btn {
        position: absolute;
        right: 0;
        bottom: 30px;
        z-index: 3;
        width: 100%;
        height: 120px;    
        background: url("../img/index/about-info-bg.jpg") no-repeat center center;
        background-size: 100% 100%;
    }
    .hot-info-btn:before {
        position: absolute;
        left: 0;
        bottom: calc(50px + 20px);
        z-index: 4;
        content: '';
        display: block;
        width: 80%;
        height: 1px;
        background-color: #87a800;
    }
    .hot-info-btn a {
        right: 60px;
        bottom: 50px;
    }
    .hot-img-txt {
        left: 50px;
        bottom: 30px;
        font-size: 1.1rem;
    }
}
@media (min-width: 1200px) {
    .hot-info-desc {
        max-height: 360px;
    }
    .hot-img-title {
        width: 54px;
        height: 140px;     
    }
    .hot-info-btn {
        height: 140px;    
    }
}
@media (min-width: 1600px) {
    .hot-info h2 {
        font-size: 1.8rem;
    }
    .hot-info p {
        line-height: 40px;
    }
    .hot-info-desc {
        max-height: 400px;
    }
    .hot-img-title {
        bottom: 50px;
        width: 96px;
        height: 200px;     
    }
    .hot-info-btn {
        bottom: 50px;
        height: 200px;    
    }
}
@media (min-width: 1800px) {
    .hot-img-title {
        width: 96px;
        height: 250px;       
    }
    .hot-info-btn {
        height: 250px;    
    }
}


/*========================================================
                      	 經典建案
=========================================================*/

.case-wrap {	
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
}

.case-item {
    position: relative;
    margin-bottom: 0rem;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
.case-item img {
    width: 100%;
    vertical-align: bottom;
}
.case-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;
}


.case-item-info {
    position: relative;
    top: -20px;
    left: 10px;
    z-index: 9;
    padding: 15px;
    box-shadow: 0 0 5px #999;
    background-color: #fff;
}
.case-item-info:after {
    font-family: 'Font Awesome 5 free';
    content: "\f105";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-95%,-50%);
    z-index: 9;
    color: #b3b3b3;
    font-size: 1rem;
}
.case-item-info p {
    color: #373737;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}


.case-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}
.case-item-img:hover {
    color: #fff
}
.case-item-img:hover .case-item-mask {
    opacity: 1;
    visibility: visible
}
.case-item-img:hover .case-item-mask::after {
    height: 100%
}
.case-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.case-item-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
}
.case-item-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
}
.case-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    padding: 6px 30px 4px;
    border: 1px solid #fff;
}


/*========================================================
                      	 預推新案
=========================================================*/

.coming-wrap .case-item {
    padding: 15px 15px 0 15px;
    background-color: #fff;
    margin-bottom: 20px;
}

.coming-wrap .case-item-info {
    position: relative;
    top: auto;
    left: auto;
    z-index: 9;
    padding: 15px;
    box-shadow: 0 0 0 #fff;
}

.coming-wrap .case-item-info:after {
    font-family: 'Font Awesome 5 free';
    content: "\f067";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-95%,-50%);
    z-index: 9;
    color: #333;
    font-size: 1.4rem;
}


/*.coming-wrap .case-item-info {
    position: relative;
    top: auto;
    left: auto;
    z-index: 9;
    padding: 15px;
    box-shadow: 0 0 5px #fff;
    background-color: #ddd;
    margin-bottom: 20px;
}

.coming-wrap .case-item-info:after {
    font-family: 'Font Awesome 5 free';
    content: "\f067";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-95%,-50%);
    z-index: 9;
    color: #333;
    font-size: 1.4rem;
}*/




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

.bg3 {
    background:  url("../img/index/bg3.jpg") no-repeat center top;
    background-size: cover;
}

.video-wrap {	
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
}


.video-wrap > .container {
    max-width: 1200px;
    background: url(../img/index/video-bg.jpg) no-repeat center center; 
    background-size: cover;
    padding: 30px;
}
.video-wrap .video-item img {
    width: 100%;
    vertical-align: bottom;
}
.video-wrap .video-item {
    position: relative;
}
.video-item span {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 2rem;
    border-radius: 100%;
    background: rgba(0,0,0,0.5);
}
.video-item span::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    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 i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video-btn {
    text-align: center;
    margin-top: 40px;
}
.video-btn a {
    color: #000;
    font-size: 1.4rem;
}

/* witr_squares_ */
@keyframes witr_squares{
	0%{transform:scale(1);opacity:0}
	20%{transform:scale(1.24);opacity:1}
	100%{transform:scale(1.8);opacity:0}
}



/*========================================================
                      	 新聞中心
=========================================================*/

.news-wrap {
    padding-top: 80px;
    padding-bottom: 60px;
}

.news-title  {
    position: relative;
    background: url("../img/index/news-title-bg.png") no-repeat left bottom;
    background-size: 100% 100%;
}
.news-title .box {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
}
.news-title .inner {
    min-height: 200px;
}
.news-title .inner h2 {
    font-size: 2.4rem;
    color: #7a0000;
    margin-bottom: 10px;
}
.news-title .inner p {
	font-family:  Arial, Verdana, Helvetica, sans-serif;        
    font-size: 4rem;
    color: #454545;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.news-list h3 {
	display: inline-block;
	font-size: 1rem;
	border-radius: 0;
	color: #fff;
    padding: 5px 20px;
    font-weight: bold;
    background-color: #a81212;
}

.news-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-list ul li {
	border-bottom: 1px dashed #a6a6a6;
}
.news-list ul li:first-of-type {
	padding-top: 0;
}
.news-list ul li a {
    display: block;
	color: #1c1c1c;
	padding: 8px 15px 8px 26px;
    background: url('https://api.iconify.design/bx:bxs-right-arrow.svg?color=%23cf1313&width=12px&height=12px') no-repeat 10px 18px;
}
.news-list ul li a:hover {
    background-color: #ededed;
}
.news-list ul li time {
}
.news-list ul li time:after {
	content: "|";
    display: inline-block;
    margin: 0 10px;
}

.news-btn {
    margin-top: 20px;
	text-align: right;
}
.news-btn a {
	font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    background-color: #666;
	border: 1px solid #fff;    
}
.news-btn a:hover {
	border: 1px solid #666;
    background-color: #fff;
    color: #333;
}

@media (min-width: 992px) {
    .news-title .inner {
        min-height: 240px;   
    }

}


/*========================================================
                      	 消息與媒體
=========================================================*/

.news-wrap {
	padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
}

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

.news-item-info {
    padding: 40px 40px 30px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    color: #111;
}
.news-item-info h4 {
    font-weight: bold;
    font-size: 1.4rem;
}
.news-item-info p {
    font-size: 0.9rem;
    line-height: 24px;
}
.news-item-info time {
    color: #ea5404;
    font-weight: bold;
}

@media (min-width: 992px) {
    .news-wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


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

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







