
@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


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

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title:after {
    position: absolute;
    left: -20%;
    bottom: 0;
    height: 50%;
    width: 140%;
    background: #adadad;
    opacity: 0.3;
    content: "";
    z-index: -1;
}

.h3-title {
    font-size: 2rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.h4-title {
    font-family: 'Noto Serif TC', serif;    
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
}




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

.content-wrap {
/*
    background: url("../img/content-bg.jpg") no-repeat right top fixed;
    background-size: cover;
    background-color: #fff;
*/
    padding-top: 80px;
    padding-bottom: 60px;
    
}


/* 麵包屑 */
.breadcrumbs {
    background-color: #1471aa;
	text-align: right;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.breadcrumbs a {
	display: inline-block;
	color: #fff;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #fff;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #70d1e4;
	font-size: 1.4rem;
	font-weight: bold;
}

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

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
    background-color: #343a40;
	padding: 5px 20px 7px;
	border-radius: 3px;
	color: #fff;
}
.btn-back a:hover {
    background-color: #87a800;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                      華城展現-公司介紹
=========================================================*/

.about-01-1 {
    background: url("../img/about-01-1-bg.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 5rem;
}
.about-01-1-info {
    padding: 2rem;
    line-height: 42px;
    font-size: 1rem;
}
.about-01-1-info h4 {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.about-01-2 {
    background: url("../img/about-01-2-bg.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 3rem;
}
.about-01-3 {
    background: url("../img/about-01-3-bg.jpg") no-repeat 90% bottom;
    background-size: cover;
    padding-bottom: 8rem;
}
@media (min-width: 992px) {
    .about-01-2 {
        background: url("../img/about-01-2-bg.jpg") no-repeat left top;
    }
    .about-01-3 {
        background: url("../img/about-01-3-bg.jpg") no-repeat right bottom;
    }
}
@media (min-width: 1200px) {
    .about-01-1-info {
        padding: 3rem;
    }
}
@media (min-width: 1600px) {
    .about-01-1-info {
        padding: 5rem;
    }
}


/*========================================================
                     華城展現-工法簡介
=========================================================*/

.about-02 {
    background: #fff url("../img/about-02-bg.jpg") no-repeat left top;
    background-size: 150% auto;
    padding-top: 5rem;
}
.about-02 h3 {
    margin-bottom: 30px;
}
.about-02 h3+p {
    font-family: 'Noto Serif TC', serif;    
    font-size: 1.4rem;
    color: #397812;
    font-weight: normal;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 80px;
}
.about-02-item {
    padding: 0 20px;
    margin-bottom: 80px;
}
.about-02-item > div {
    position: relative;
    z-index: 2;
}
.about-02-item > div:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d7e8cc;
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1;
}
.about-02-item p {
    margin-top: 60px;
}
@media (min-width: 992px) {
    .about-02 {
        background-size: 100% auto;
    }
}


/*========================================================
                     華城展現-華城有成
=========================================================*/

.about-03 {
    background-image: url("../img/about-03-bg2.jpg"), url("../img/about-03-bg.jpg");
    background-repeat: no-repeat, repeat-y;
    background-position: center bottom, center top;
    background-size: 150% auto, 150% auto;
    padding-top: 5rem;
    padding-bottom: 240px;
    font-size: 1rem;
    line-height: 32px;
}
.about-03 h3+p {
    font-family: 'Noto Serif TC', serif;    
    font-size: 1.4rem;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}
.about-03 h3+p span {
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    color: #94ae4c;
    margin: 0 30px;
    display: none;
}
.about-03 h3+p b {
    color: #d75921;
    font-weight: normal;
}

.about-03 .f1 {
    color: #577505;
}

.about-03 [class*="col-"] p {
    margin-bottom: 30px;
}

@media (min-width: 480px) {
    .about-03 {
        padding-bottom: 360px;
    }
    .about-03 h3+p {
        margin-bottom: 60px;
    }
}
@media (min-width: 640px) {
    .about-03 {
        background-size: 120% auto;
        padding-bottom: 400px;
    }
    .about-03 h3+p {
        font-size: 1.5rem;
    }
    .about-03 h3+p span {
        display: inline-block;
        font-size: 2.2rem;
        margin: 0 20px;
    }
}
@media (min-width: 992px) {
    .about-03 {
        background-size: 100% auto;
        font-size: 1.1rem;
        line-height: 36px;
        padding-bottom: 460px;
    }
    .about-03 h3+p {
        margin-bottom: 80px;
        font-size: 2rem;
    }
    .about-03 h3+p span {
        font-size: 3rem;
        margin: 0 30px;
    }
}
@media (min-width: 1200px) {
    .about-03 {
        padding-bottom: 600px;
    }
}
@media (min-width: 1600px) {
    .about-03 {
        background-image: url("../img/about-03-bg1.jpg"), url("../img/about-03-bg.jpg");
        padding-bottom: 800px;
    }
    .about-03 h3+p {
        font-size: 2.2rem;
    }
}


/*========================================================
                      華城展現-華城care
=========================================================*/

.about-04 {
    background-image: url("../img/about-04-bg.jpg"), url("../img/about-03-bg.jpg");
    background-repeat: no-repeat, repeat-y;
    background-position: right bottom, center top;
    background-size: 150% auto, 150% auto;
    padding-top: 5rem;
    padding-bottom: 200px;
}
.about-04-1-info {
    padding: 3rem 3rem 2rem;
    line-height: 36px;
    font-size: 1rem;
    background-image: url("../img/about-04-1-img3.png");
    background-repeat: no-repeat;
    background-position: 90% 80%;
    background-size: 6% auto;
}
.about-04-1-info h4 {
    margin-bottom: 2rem;
}

.about-04-3-info {
    padding: 4rem 3rem 0rem;
    line-height: 36px;
    font-size: 1rem;
}
.about-04-3-info h4 {
    margin-bottom: 2rem;
}


@media (min-width: 992px) {
    .about-04 {
        background-size: 100% auto, 100% auto;
    }
    .about-04-1 .about-04-1-info {
        background-position: 80% 80%;
        padding: 0px;
        padding-bottom: 40px;
    }
    .about-04-2, .about-04-3 {
        position: relative;
        top: -40px;
        z-index: 2;
    }
    .about-04-2 {
        background-image: url("../img/about-04-1-img4.png");
        background-repeat: no-repeat;
        background-position: 90% bottom;
        background-size: 8% auto;
    }
    .about-04-3-info {
        padding: 3rem 3rem 2rem;
    }
    
    .about-04-3 [class*="col-"]:nth-of-type(1):after {
        content: '';
        width: 10px;
        height: 120%;
        background-color: #adb4bd;
        position: absolute;
        right: 0px;
        top: -120px;
        z-index: 3;
    }
}
@media (min-width: 1200px) {
    .about-04-1 .about-04-1-info {
        padding-bottom: 60px;
    }
    .about-04-2, .about-04-3 {
        top: -60px;
    }
    .about-04-3 [class*="col-"]:nth-of-type(1):after {
        width: 12px;
        height: 140%;
        right: 20px;
        top: -120px;
    }
}
@media (min-width: 1600px) {
    .about-04-1 .about-04-1-info {
        padding-bottom: 100px;
        line-height: 42px;
    }
    .about-04-2, .about-04-3 {
        top: -100px;
    }
    .about-04-3 [class*="col-"]:nth-of-type(1):after {
        width: 14px;
        height: 140%;
        right: 80px;
        top: -120px;
    }
}



/*========================================================
                        最新推案
=========================================================*/

.case-wrap {

}
.case-item {
    border: 10px solid #fff;
    margin-bottom: 40px;
    position: relative;
}
.case-item img {
    width: 100%;
    vertical-align: bottom;
}
.case-item .case-item-info {
    overflow: hidden;
    margin-top: -8px;
    padding: 25px 20px 20px 20px;
    background-color: #ededed;
}
.case-item .case-item-info h3 {
    font-weight: bold;
    font-size: 1.4rem;
}
.case-wrap .case-item-more {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
    text-align: right;
    font-size: 0.9rem;
}
.case-wrap .case-item-more a {
    display: inline-block;
    color: #fff;
    background-color: #343a40;
    padding: 0 20px;
}
.case-wrap .case-item-more a:hover {
    background-color: #87a800;
}


/*========================================================
                      熱銷推案內頁
=========================================================*/

.case-detail {
	padding-bottom: 40px;
	text-align: left; 
}

/*標題*/
.case-detail .case-detail-title {
    margin-bottom: 20px;
}
.case-detail .case-detail-title h2 {
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    color: #333;
}
.case-detail .h4-title {
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}
.case-detail .h4-title span {
  display: block;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 5px solid #d3d0d0;
}
/*.case-detail .h4-title span:after {
  content: "";
  width: 80px;
  height: 5px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  border-radius: 3px;
}*/

/*圖片*/
.case-detail .slider-for > div {
	position: relative;
	margin: 5px 5px 20px 5px;
}
.case-detail .slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.case-detail .slider-for > div img {
	max-width: 100%;
	vertical-align: bottom;
    margin: 0 auto;
    max-height: 251px;
    border: 1px solid #ddd;
    height: auto;
}
.case-detail .slider-nav {
	margin-bottom: 30px;
/*
    margin-left: 20px;
    margin-right: 20px;    
*/
}
.case-detail .slider-nav .slick-slide {
	margin: 0 5px 0 5px;
    height: 54px;
    background-color: #ededed;
}

.case-detail .slider-nav > div img {
    vertical-align: bottom;
    cursor: pointer;
    margin: 0 auto; 
    height: 54px;
}
.case-detail .slider-nav .slick-prev {
    left: -20px;
}
.case-detail .slider-nav .slick-next {
    right: -20px;
}

/*特色說明*/
.case-detail .case-detail-feature {
    margin-bottom: 30px;
}
/*建築規劃*/
.case-detail .case-detail-plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.case-detail .case-detail-plan ul li {
    position: relative;
    padding: 7px 4px 7px 100px;
    border-bottom: 1px dashed #ddd;
}
.case-detail .case-detail-plan ul li b {
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 3;
    width: 84px;
    font-weight: bold;
    margin-left: 4px;
    background-color: #ededed;
    text-align: center;
}
.case-detail .case-detail-plan ul li span {
    display: none;
}


.case-detail-other img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}


/* 尺寸設定 */
@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-wrap {
    padding-bottom: 20px;
}
.news-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.news-item {
    margin: 0 10px 30px 10px;
    background-color: #fff;
    position: relative;
/*    box-shadow: 0 0 10px #adadad;*/
}
.news-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden
}
.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: #fff;
    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, .5);
    transform: translateY(-50%);
    transition: all .3s
}
.news-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    border: 1px solid #fff;
    padding: 5px 30px;
}
.news-item-info {
    text-align: left;
    padding: 20px 10px;
    font-size: 0.9rem;
    color: #000;
}
.news-item-info h3 {
    font-weight: normal;
    font-size: 1.2rem;
    margin: 10px 0 0 0;
}
.news-item-info p {
    font-weight: normal;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
}
.news-item-info .sort time {
    font-weight: bold;
}
.news-item-info .sort span {
    display: inline-block;
    background-color: #87a800;
    padding: 2px 10px;
    color: #fff;
    margin-left: 30px;
}
.news-item-info .more {
    text-align: right;
}
.news-item-info .more a {
    display: inline-block;
    color: #000;
    background: url("../img/index/news-more-line.png") no-repeat right center;
    padding-right: 75px;
    font-size: 1.2rem;
}
.news-item-info .more a:hover {
    color: #87a800;
    background: url("../img/index/news-more-line2.png") no-repeat right center;
}


@media (min-width: 768px) {

}

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


.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail .sort {
    margin-bottom: 20px;
}
.news-detail .sort time {
    font-weight: bold;
}
.news-detail .sort span {
    display: inline-block;
    background-color: #87a800;
    padding: 2px 10px;
    color: #fff;
    margin-right: 10px;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #333;
	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;
}


/* 分類+外連 */
.news .news-detail-row {
    display: flex;
    font-size: 1rem;
    color: #63636b;
    margin: 0 2px 6px 2px;
}
.news .news-detail-row a {
    color: #63636b;
}
.news .news-detail-row a:hover {
    text-decoration: underline;
}
.news .news-detail-row {
    line-height: 24px;
    margin-bottom: 14px;
}
.news .news-detail-row .news-detail-sort {
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.8rem;
}
.news .news-detail-row .news-detail-date {
    background-color: #c5880d;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 1rem;
}
.news .news-detail-row .news-detail-date i {
    margin-right: 6px;
}



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


.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: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 #ededed;
	background-color: #ddd;
}

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

/* 意見表單 */
.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;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.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;
	font-size: 15px;
	border: 1px solid #c0bebe;
}
.table1 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}

.table1 th {
	background-color: #3a7da5;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 5px !important;
	border: 1px solid #c0bebe;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}

.table2 td:nth-of-type(2){
	text-align: center;
}



/*========================================================
                         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; 
}


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

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(252, 200, 58, 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);
}




.effect-mask a {
    position: relative;
    display: inline-block;
    width: 100%
}
.effect-mask a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}
.effect-mask a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}
.effect-mask a:hover:before, .effect-mask a:hover:after {
    width: 100%;
    height: 100%
}

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

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

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

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


/*========================================================
                         圖片文字定位
=========================================================*/
.page-img-txt,.page-img-txt2 {
    position: absolute;
    right: 30px;
    bottom: 10px;
    z-index: 9;
    font-family: 'Noto Serif TC', serif;
	color: #fff;
    font-size: 0.8rem;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;	
	font-weight: normal;
	margin: 0;
    padding: 0; 
}
@media (min-width: 992px) {
    .page-img-txt {
        right: 50px;
        bottom: 30px;
        font-size: 1.1rem;
    }
	.page-img-txt2 {
        right: 152px;
        bottom: 64px;
        font-size: 1.1rem;
    }
}
@media (min-width: 1200px) {
	.page-img-txt2 {
        right: 176px;
        bottom: 67px;
    }
}
@media (min-width: 1600px) {
	.page-img-txt2 {
        right: 206px;
        bottom: 86px;
    }
}