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


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

.s-header {
    position: relative;
    text-align: center;
    color: #525252;
    margin-bottom: 50px;
}
.s-header p {
    font-size: 0.9rem;
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-weight: bold;
}
.s-header p span {
    padding: 0 10px;
}
.s-header p:before, 
.s-header p:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    background-color: #cfa427;
}
.s-header p:before {
    width: 100px;
    margin-left: -100px;
}
.s-header p:after {
    width: 100px;
    margin-right: -100px;
}
.h2-title {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
@media (min-width: 992px) {
    .h2-title {
        font-size: 2rem;
    }
}




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

.content-wrap {
    background:  url("../img/bg2.jpg") no-repeat center top;
    background-size: cover;    
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 400px;
    overflow: hidden;
}

.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 {
    background-color: #8b6326;
	padding: 5px 20px;
	color: #fff;
    border-radius: 0;
}
.btn-back a:hover {
    background-color: #d3ad6f;
    color: #000;
	text-decoration: none;
}

@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 center top;
    background-size: cover;    
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: visible;
/*
    background: url("../img/about-bg.jpg") no-repeat center top / cover, 
                url("../img/about-bg1.png") no-repeat right -5% / 22.4vw auto, 
                url("../img/about-bg2.png") no-repeat left 30% / 36.2vw auto, 
                url("../img/about-bg3.png") no-repeat right 50% / 24vw auto, 
                url("../img/about-bg4.png") no-repeat right 80% / 18.5vw auto, 
*/
}
.about-bg img {
    position: absolute;
    z-index: 99;
}
.about-bg1 {
    right: 0;
    top: 0;
    width: 50vw;
}
.about-bg2 {
    left: 0;
    top: 25.5%;
    width: 40vw;
}
.about-bg3 {
    right: 0;
    top: 48%;
    width: 35vw;
}
.about-bg4 {
    left: 0;
    top: 70%;
    width: 35vw;
}

.about-item {
    background-color: transparent;
	box-shadow: 0 0 15px #ccc;
    padding: 30px;
    margin-bottom: 60px;
}
.about-item {
    background-color: transparent;
	box-shadow: 0 0 15px #ccc;
    padding: 30px;
    margin-bottom: 60px;
}
.about-item [class*="col-"] img {
    width: 100%;
    border: 10px solid #fff;
}
.about-item h3 span {
    display: block;
	color: #ab6922;
    text-transform: uppercase;
}
.about-item h4 {
	color: #518836;
    font-size: 1.4rem;
    margin: 20px 0;
}

.about-item-01 {
    background-image:  url("../img/about-item-a03.jpg");
    background-repeat: no-repeat;
    background-position: 80% bottom;
    background-size: auto 80%; 
    min-height: 800px;
}




@media (min-width: 640px) {
    .about-item {
        padding: 40px;
        margin-bottom: 60px;
    }
    .about-item-01 {
        min-height: 700px;
    }
    .about-bg1 {
        right: 0;
        top: 0;
        width: 40vw;
    }
    .about-bg2 {
        left: 0;
        top: 21.5%;
        width: 40vw;
    }
    .about-bg3 {
        right: 0;
        top: 45%;
        width: 32vw;
    }
    .about-bg4 {
        left: 0;
        top: 65%;
        width: 35vw;
    }
}
@media (min-width: 768px) {
    .about-bg1 {
        width: 28vw;
    }
}
@media (min-width: 992px) {
    .about-item {
        padding: 40px;
        margin-bottom: 60px;
    }
    .about-item h3 span {
        display: inline-block;
        margin-left: 10px;
    }
    .about-item-01 {
        background-position: right bottom;
        background-size: cover; 
        min-height: 600px;
    }
    .about-bg1 {
        right: 0;
        top: 0;
        width: 20vw;
    }
    .about-bg2 {
        left: 0;
        top: 18%;
        width: 32vw;
    }
    .about-bg3 {
        right: 0;
        top: 45%;
        width: 21vw;
    }
    .about-bg4 {
        left: 0;
        top: 65%;
        width: 16vw;
    }
}
@media (min-width: 1200px) {
    .about-item {
        padding: 60px;
        margin-bottom: 80px;
    }
    .about-bg2 {
        top: 16%;
    }
}
@media (min-width: 1600px) {
    .about-item {
        padding: 80px;
        margin-bottom: 100px;
    }
    .about-bg2 {
        top: 12%;
    }
}



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

.case-wrap {	

}
.case-item {
    position: relative;
    margin-bottom: 2rem;
    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;
}


/*========================================================
                      	  熱銷建案
=========================================================*/

.hot-wrap .case-item {
    margin: 0 10px 40px 10px;
}
.hot-wrap .case-item-info {
    position: relative;
    top: auto;
    left: auto;
    z-index: 9;
    box-shadow: 0 0 0 #fff;
    background-color: #ededed;
}
.hot-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;
}



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

.new-wrap .case-item {
    padding: 15px 15px 0 15px;
    background-color: #fff;
    margin: 0 10px 40px 10px;
}

.new-wrap .case-item-info {
    position: relative;
    top: auto;
    left: auto;
    z-index: 9;
    padding: 15px;
    box-shadow: 0 0 0 #fff;
}
.new-wrap .case-item-info:after {
    display: none;
}
/*
.new-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;
}
*/


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

.video-wrap .case-item {
    margin: 0 10px 40px 10px;
}

.video-wrap .case-item-info {
    position: relative;
    top: auto;
    left: auto;
    z-index: 9;
    padding: 15px;
    box-shadow: 0 0 0 #fff;
    background-color: transparent;
    text-align: left;
}
.video-wrap .case-item-info:after {
    display: none;
}
.video-wrap .case-item-info time {
    font-size: 0.9rem;
    color: #886126;
    font-weight: bold;
}
.video-wrap .case-item-info p {
    font-size: 1.2rem;
}



/*========================================================
                          建案內頁
=========================================================*/

.case-detail {
    position: relative;
}
.case-detail > div {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
}

.case-detail > div h1 {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    font-size: 1rem;
    color: #fff;
}





.case-detail .close {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 999;
    opacity: 1;
    font-size: 1.1rem;
}

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

/* 小圖 */
.case-detail .slider-nav .slick-slide {
	margin: 0;
    background-color: #ededed;
}
.case-detail .slider-nav > div img {
    vertical-align: bottom;
    cursor: pointer;
    margin: 0 auto; 
    width: 100%;
}

/* 輪播 */
.case-detail .slider-nav .slick-prev {
    left: 0;
}
.case-detail .slider-nav .slick-next {
    right: 0;
}
.case-detail .slider-nav .slick-prev, 
.case-detail .slider-nav .slick-next {
    background-color: rgba(255,255,255,0);
    border-radius: 0;
}
.case-detail .slider-nav .slick-prev:hover, 
.case-detail .slider-nav .slick-prev:focus, 
.case-detail .slider-nav .slick-next:hover, 
.case-detail .slider-nav .slick-next:focus {
    background-color: #d3ad6f;
}

/* 標題 */
.case-detail .Title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.case-detail .Title h2 {
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    color: #143558;
}
.case-detail .Title > div a {
    display: inline-block;
    font-weight: bold;
    background-color: #d3ad6f;
    padding: 0 30px;
    margin-left: 10px;
    color: inherit;
}
.case-detail .Title > div a:hover {
    background-color: #8e6527;
    color: #fff;
}

/* 說明 */
.case-detail .Txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.case-detail .Txt ul li {
    position: relative;
    padding: 5px 5px 6px;
    border-bottom: 1px dashed #ccc;
    font-size: 1.1rem;
}
.case-detail .Txt ul li b {
    font-weight: bold;
}

@media (min-width: 992px) {
    .case-detail {
        position: relative;
        height: 100vh;
    }
    .case-detail > div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }
    .case-detail .close {
        position: absolute;
        right: 10px;
        top: 0px;
        z-index: 999;
        opacity: 1;
        font-size: 1.3rem;
    }
    .case-detail .slider-for > div img {
        margin-bottom: 0;
    }
}


/* 尺寸設定 */
/*
@media (min-width: 400px) {
    .case-detail .slider-for > div img {
        max-height: 278px;
    }
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 60px;
    }
}
@media (min-width: 540px) {
    .case-detail .slider-for > div img {
        max-height: 375px;
    }
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 83px;
    }
}
@media (min-width: 768px) {
    .case-detail .slider-for > div img {
        max-height: 510px;
    }
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 122px;
    }
}
@media (min-width: 992px) {
	.case-detail .slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
    .case-detail .slider-for > div img {
        max-height: 450px;
    }
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 107px;
    }
}
@media (min-width: 1200px) {
    .case-detail .slider-for > div img {
        max-height: 326px;
    }
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 71px;
    }
}
@media (min-width: 1600px) {
    .case-detail .slider-for > div img {
        max-height: 451px;
    }   
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 100px;
    }
}
*/


/*========================================================
                      	 歷年個案
=========================================================*/




/*========================================================
                         最新消息
=========================================================*/


/* 框架 */
.news-item {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
}
.news-item:hover {
	transform: translateY(-5px);
}
.news-item:hover .news-item-info {
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.22);
}
.news-item + .news-item {
	margin-top: 35px;
}

/* 圖片 */
.news-item-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.news-item-img img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.news-item-img a {
	display: inline-block;
	position: relative;
}
.news-item-img a: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: 0;
	transition: .3s ease-out all;
}
.news-item-img a:hover:before {
	opacity: 1;
}
.news-item-img a:hover img {
	transform: scale(1.1);
}

/* 內容 */
.news-item-info {
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	transition: .3s ease-out box-shadow;
}
.news-item-content {
}
.news-item-content h4 {
    font-weight: bold;
}
.news-item-content p {
    margin: 0;
}

/* 時間 */
.news-item-time {
    display: inline-block;
    background-color: #886126;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.9rem;
    line-height: 24px;
    margin-bottom: 16px;
}


/* 了解更多 */
.news-item-more {
    margin-top: 10px;
    text-align: right;
}
.news-item-more a {
    font-weight: bold;
    color: #666;
    padding: 3px 10px 4px;
    border-radius: 3px;
    font-size: 1rem;
}
.news-item-more a:hover { 
    color: #886126;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.news-item {
		display: flex;
		max-width: 1170px;
	}
	.news-item-img {
		display: flex;
		width: 200px;
		flex-shrink: 0;
	}
	.news-item-img img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}
    .news-item-info {
        width: calc(100% - 200px);
    }
    .news-item-content {
        width: 100%;
    }
}
@media (min-width: 992px) {
	.news-item-img {
		width: 300px;
	}
	.news-item-info {
		display: flex;
		padding: 30px 40px;
        width: calc(100% - 300px);
	}

	.news-item + .news-item {
		margin-top: 50px;
	}
}



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

.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail time {
    font-weight: bold;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #8c6327;
	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;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}



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


.contact-info {
    
}
.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;
    color: #666;
}
.form-horizontal label span {
	color: #E90003;
}
.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;
    color: #111;
}
.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);
}




